@charset "UTF-8";

/*! Wed Nov 09 2022  */
.new_section1 h3,
.new_section1-cont {
    z-index: 1;
    position: relative
}

.new_section1,
.new_section2,
.section01 {
    overflow: hidden
}

.new_section1::before,
.new_section2-title-right:before,
.section01:before {
    content: ''
}

.new_section1-item a:hover,
.section_link-item a:hover {
    text-decoration: none
}

.post {
    transition: width 5s;
    -moz-transition: width 5s;
    -webkit-transition: width 5s;
    -o-transition: width 5s
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.pc_show {
    display: block !important
}

@media (max-width:767px) {
    .pc_show {
        display: none !important
    }
}

.pc_show_in {
    display: inline-block !important
}

@media (max-width:767px) {
    .pc_show_in {
        display: none !important
    }
}

.pc_show_pad_no {
    display: block !important
}

@media (max-width:991px) {
    .pc_show_pad_no {
        display: none !important
    }
}

.pad_show {
    display: block !important
}

@media (min-width:992px) {
    .pad_show {
        display: none !important
    }
}

.mb_show {
    display: block !important
}

@media (min-width:768px) {
    .mb_show {
        display: none !important
    }
}

.header .top-header .top-menu .collapse li a {
    color: #333;
    font-size: 16px
}

.header-top_text {
    font-size: 15px;
    color: #fff;
    padding: 5px;
    text-align: center;
    background: #29aabf
}

.header .top-icon .top-icon-list .top-icon-link a i {
    color: #4c7ca1
}

.header .top-icon {
    padding: 15px 0
}

.header .top-header {
    padding: 11px 0;
    width: 100%
}

.header .top-header .nav {
    width: 100%
}

@media (max-width:991px) {
    .header-top_text {
        font-size: 12px
    }

    .header .top-header {
        padding: 5px
    }

    .header .logo {
        top: 8px;
        position: relative
    }

    .header .logo img {
        width: 115px
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 80px
    }
}

.section_news_items p {
    color: #333
}

.section_news_items p.text-gray {
    color: #4c7ca1
}

.section01 h2 span,
.section02 h2 span {
    color: #4c7ca1;
    font-size: 100%;
    font-weight: 500;
}

.section01 .more,
.section02 .more {
    color: #fcdea8;
    border: 1px solid #324d62;
    background: #324d62;
    padding: 11px 43px
}

.section01 .more:hover,
.section02 .more:hover {
    color: #324d62;
    border: 1px solid #324d62;
    background: #fcdea8
}

.section02 {
    margin-bottom: 131px
}

.section01 .nav-tabs .nav-link {
    background: #4d5e66;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    margin: 0 5px
}

.section01 .nav-tabs .nav-link.active,
.section01 .nav-tabs .nav-link:hover {
    background: #f2b265
}

.section-kv {
    margin-bottom: 0
}

.section01 {
    margin-bottom: 70px;
    position: relative;
    padding-bottom: 50px
}


.new_section1 {
    padding: 60px 0;
    margin-bottom: 25px;
    position: relative;
    background: #f1f1e6
}

.new_section1 h3 {
    margin-bottom: 38px;
    text-align: center;
    font-size: 28px;
    color: #333
}

.new_section1 h3 span {
    color: #4c7ca1;
    font-size: 100%
}

.new_section1-item a {
    display: block;
    padding: 9px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 21px;
    background: #fff
}

.new_section1-item img {
    display: inline-block;
    max-width: 40px;
    vertical-align: middle;
    margin-right: 5px
}

.new_section1-item span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 15px
}

@media (max-width:767px) {
    .new_section1::before {
        right: -25%
    }

    .new_section1 h3 {
        font-size: 21px;
        line-height: 1.5
    }
}

.new_section2 .slick-dotted.slick-slider {
    margin-bottom: 88px
}

.new_section2 .slick-dots {
    bottom: -25px
}

.new_section2-title {
    text-align: right;
    margin-bottom: 45px
}

.new_section2-title-left {
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 28px;
    color: #333
}

.new_section2-title-left span {
    font-size: 100%;
    color: #4c7ca1
}

.new_section2-title-right {
    width: 50%;
    text-align: left;
    font-size: 20px;
    color: #333;
    padding-left: 208px;
    position: relative;
    white-space: nowrap
}

.new_section2-title-right:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 1px;
    background: #757575;
    width: 188px
}

@media (max-width:991px) {
    .new_section2-title-right {
        width: 50%;
        padding-left: 68px
    }

    .new_section2-title-right:before {
        width: 58px
    }
}

@media (max-width:767px) {
    .new_section2-title {
        margin-bottom: 25px
    }

    .new_section2-title-left {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
        font-size: 21px
    }

    .new_section2-title-right {
        text-align: center;
        width: 100%;
        padding-left: 0;
        font-size: 18px
    }

    .new_section2-title-right:before {
        display: none
    }
}

.new_section2 img {
    width: 100%
}

.new_section2 .slick-dots li.slick-active button:before {
    top: 0;
    width: 13px;
    height: 13px;
    content: '•';
    border: 2px solid #eac27a;
    background: #eac27a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.new_section2 .slick-dots li,
.new_section2 .slick-dots li button {
    width: auto;
    height: auto
}

.new_section2 .slick-dots li button:before {
    content: '';
    width: 13px;
    border: 2px solid #ddd;
    background: #ddd;
    opacity: 1;
    height: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.section_link {
    padding-bottom: 76px
}

.section_link-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    text-align: center
}

.section_link-item:before {
    content: '';
    background: #e1e1e1;
    position: absolute;
    width: 1px;
    left: -.5px;
    top: 0;
    bottom: 0;
    margin: auto
}

.section_link-item:first-child:before {
    display: none
}

.section_link-item a {
    display: inline-block
}

.section_link-item img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.section_link-item span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    color: #4c7ca1
}

.section_link-item span span {
    font-size: 100%;
    color: #333
}

@media (max-width:991px) {
    .section_link-item {
        text-align: center
    }

    .section_link-item img {
        margin: 0 auto 15px
    }

    .section_link-item span {
        display: block;
        text-align: center
    }
}

@media (max-width:767px) {
    .section_link-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
        margin-bottom: 15px;
        padding: 0 15px
    }

    .section_link-item:before {
        display: none
    }

    .section_link-item img {
        margin: 0 auto;
        display: inline-block
    }

    .section_link-item span {
        display: inline-block;
        text-align: left
    }
}

.footer {
    background: #324d62;
    padding: 0 15px
}

.footer-top {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px
}

.footer .footer-body .share-list li a i {
    color: #e7c07a
}

.footer .footer-body .share-list li a i:hover {
    color: #fff
}

.footer .footer-body h4 {
    color: #e7c07a;
    font-size: 18px
}

.footer .footer-body a,
.footer .footer-body li {
    color: #fff;
    font-size: 16px
}

@media (max-width:991px) {
    .header.stick {
        height: auto
    }

    .header.stick .top-header .top-menu .navbar-toggler {
        top: 6.5px
    }

    .header.stick .combination-item {
        padding: 2px 0
    }
}

/* custom.css微調部分 */
.header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 5px;
    z-index: 999;
    width: 80px;
}
@media (max-width: 991px) {
    .header .logo {
        width: 90px;
    }
}
.header .logo img {
    width: 100%;
}
.header.stick .logo img {
    width: 100%;
}
.header .top-icon {
    padding: 20px 0 15px;
}
.header .top-icon .top-list li {
    margin: 0 5px;
}
.header .top-icon .top-list li a {
    padding: 5px 15px;
    background-color: #888;
    color: #fff;
    display: block;
}
.header .top-icon .top-list li a:hover {
    background-color: #29aabf;
}
.header .top-header {
    background-color: #ededed;
}
.section04 .about-btn {
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 30px;
    width: 90%;
    background: rgba(255, 255, 255, 0.5);
  }
.section04 .about-btn h2 span {
    color: #4c7ca1;
    font-size: 100%;
    font-weight: 500;
}
.section04 .flex .img-wrap {
    width: 50%;
}
.section04 .flex .text-item {
    width: 50%;
    padding: 30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section04 .flex .text-item h2 span {
    color: #4c7ca1;
    font-size: 100%;
    font-weight: 500;
}
.more4 {
    display: inline-block;
    color: #000;
    padding: 10px 0;
    position: relative;
    font-weight: bolder;
    border-radius: 5px;
    opacity: 0.8;
}
.more4 i {
    position: absolute;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    top: 14px;
    right: -25px;
    color: #0087a1;
}
.more4:hover {
    color: #0087a1;
    opacity: 1;
}
.more4:hover i {
    right: -30px;
}

#freeow{
    right: 0;
}
#inputContent{
    height: 150px;
}
.pro-desc-details,.coupon-accordion{
    word-break: break-all;
}
.del-follow{
    background:red;
}
.addPriceItem .fa-plus{
    color: green;
}
#cartReceiverForm .modal-dialog{
    width: 50%;
    max-width: 50%;
}
.productQty.add_cart_num{
    width: 50px;
}