﻿/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    background: #fff;
    color: #111;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}

::selection {
    color: #fff;
    background: #00654c;
}

.container {
    width: 1700px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.header {
    border-top: 17px solid #00654c;
    background: #fff;
    background: #fff;
}

    .header .container {
        height: 118px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .logo {
        margin-left: 200px;
    }

    .header .nav,
    .header .nav ul {
        display: flex;
        align-items: center;
        list-style: none;
    }

        .header .nav li {
            padding: 0 35px;
        }

        .header .nav a {
            color: #000;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
        }

            .header .nav a:hover {
                text-decoration: underline;
            }

    .header form {
        margin: 0 35px;
        border: 1px solid #ccc;
        padding: 0 4px;
    }

    .header .nav input {
        height: 30px;
        line-height: 30px;
        border: 0 none;
        padding: 0 10px;
        outline: 0 none;
    }

    .header .nav button {
        background: none;
        border: 0 none;
        vertical-align: middle;
    }

.swiper-1 {
    width: 100%;
    height: 100%;
}

    .swiper-1 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiper-1 .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .swiper-1 .swiper-pagination {
        bottom: 48px !important;
    }

    .swiper-1 .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
        margin: 0 15px !important;
        background: #fff !important;
        opacity: 0.5 !important;
    }

    .swiper-1 .swiper-pagination-bullet-active {
        background: #00654c !important;
    }

.section-2 {
    padding: 80px 0 100px;
    text-align: center;
}

    .section-2 p {
        font-size: 50px;
        color: #111;
        line-height: 1.2;
    }

    .section-2 h4 {
        font-size: 30px;
        color: #000;
    }

.section-3 {
    padding-bottom: 100px;
}

.swiper-3 {
    --swiper-theme-color: #000;
    position: static !important;
}

    .swiper-3 a {
        color: #111;
        text-decoration: none;
    }

    .swiper-3 .swiper-slide {
        text-align: center;
        font-size: 30px;
    }

        .swiper-3 .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .swiper-3 .swiper-slide p {
            padding: 20px 0;
        }

    .swiper-3 .swiper-button-prev {
        left: -100px;
        top: 40%;
    }

    .swiper-3 .swiper-button-next {
        right: -100px;
        top: 40%;
    }

.section-4,
.section-4 .container {
    height: 841px;
    background: url(/images/b2.jpg) no-repeat center top;
}

.section-5 {
    padding: 40px 0 80px;
    text-align: center;
}

    .section-5 h2 {
        font-size: 40px;
        color: #000;
    }

    .section-5 p {
        font-size: 25px;
        color: #111;
        line-height: 1.2;
    }

.section-6,
.section-6 .container {
    height: 809px;
    background: url(/images/b3.jpg) no-repeat center top;
}

.section-7,
.section-7 .container {
    height: 883px;
    background: url(/images/b4.jpg) no-repeat center top;
}

.section-8 {
    padding: 150px 0 200px;
}

    .section-8 h1 {
        font-size: 50px;
    }

    .section-8 p {
        font-size: 30px;
        line-height: 1.5;
        margin: 50px 0;
    }

    .section-8 .container {
        width: 1200px;
    }

.section-9,
.section-9 .container {
    height: 672px;
    background: url(/images/b5.jpg) no-repeat center top;
}

.section-10,
.section-10 .container {
    height: 1198px;
    background: url(/images/b6.jpg) no-repeat center top;
}

.section-11 {
    border-top: 1px solid #000;
}

    .section-11 .container {
        display: flex;
        justify-content: center;
        padding: 40px 0 70px;
    }

    .section-11 strong {
        font-size: 20px;
        color: #666;
    }

    .section-11 span {
        font-family: SimSun;
        font-weight: 700;
        font-size: 20px;
        color: #666;
    }

    .section-11 li {
        list-style: none;
    }

        .section-11 li a {
            font-size: 18px;
            color: #333;
            text-decoration: none;
        }

    .section-11 li {
        padding: 8px 0;
    }

        .section-11 li.active {
            padding: 0 0 40px;
        }

            .section-11 li.active a {
                font-weight: 700;
            }

    .section-11 .prod-thumb {
        width: 197px;
        height: 197px;
        object-fit: cover;
        border-radius: 50%;
    }

.section-12 {
    border-top: 1px solid #000;
    text-align: center;
    font-size: 28px;
    padding: 80px 0;
}

    .section-12 h1 {
        font-weight: normal;
    }

    .section-12 p {
        color: #aaa;
        font-size: 18px;
        margin: 20px 0;
    }

.section-13,
.section-13 .container {
    height: 736px;
    background: url(/images/b8.jpg) no-repeat center top;
}

.product-list .container {
    display: flex;
    flex-wrap: wrap;
}

.product-list .item-product {
    margin: 0 12.5px;
}

.product-list img {
    width: 400px;
    height: 576px;
    background: #eee;
    display: block;
    object-fit: cover;
}

.product-list p {
    padding: 10px 10px 40px;
    font-size: 24px;
}

.product-list a {
    text-decoration: none;
    color: #111;
    font-weight: 700;
}

.product-details {
    border-top: 1px solid #000;
}

    .product-details .container {
        width: 1200px;
    }

    .product-details .details-nav {
        width: 900px;
        margin: 0 auto;
        padding: 20px 0;
    }

        .product-details .details-nav a {
            text-decoration: none;
            font-weight: 700;
            font-size: 17px;
            color: #666;
        }

        .product-details .details-nav span {
            margin: 0 10px 0 40px;
            font-family: SimSun;
            font-weight: 700;
        }

    .product-details .details-title {
        text-align: center;
        font-size: 35px;
    }

    .product-details .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-details .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .product-details .mySwiper2 {
        height: 80%;
        width: 100%;
        margin-top: 50px;
    }

    .product-details .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
        margin-top: 100px;
    }

        .product-details .mySwiper .swiper-slide {
            width: 25%;
            height: 100%;
            opacity: 0.4;
        }

        .product-details .mySwiper .swiper-slide-thumb-active {
            opacity: 1;
        }

    .product-details .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-details .details-content img {
        max-width: 100%;
    }

.catalog-list {
    padding: 100px 0;
}

    .catalog-list .container {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-list .item-catalog {
        margin: 40px 35px 0;
    }

    .catalog-list .item-media {
        width: 530px;
        height: 434px;
        display: block;
        object-fit: cover;
        background: #eee;
    }

    .catalog-list a {
        text-decoration: none;
    }

    .catalog-list p {
        font-size: 34px;
        color: #111;
        padding: 30px 0 10px;
    }

    .catalog-list span {
        font-size: 14px;
        color: #aaa;
        margin-bottom: 10px;
        display: block;
    }

.news-list {
    padding: 100px 0;
}

    .news-list .container {
        width: 1200px;
    }

    .news-list .item-news {
        border-bottom: 1px solid #eee;
        padding: 40px 10px;
    }

        .news-list .item-news a {
            text-decoration: none;
            color: #111;
        }

        .news-list .item-news h3 {
            font-size: 28px;
        }

        .news-list .item-news p {
            padding: 20px 0;
            line-height: 1.5;
            font-size: 18px;
            color: #999;
        }

.news-details {
    border-top: 1px solid #000;
}

    .news-details .container {
        width: 1200px;
    }

    .news-details .details-title {
        text-align: center;
        padding: 40px 0;
        font-size: 28px;
    }

    .news-details .details-content {
        font-size: 16px;
    }

        .news-details .details-content img {
            max-width: 100%;
        }

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

    .pager a {
        min-width: 40px;
        height: 40px;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        background: #00654c;
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
    }

    .pager .prev,
    .pager .next {
        font-family: SimSun;
    }

    .pager .active {
        color: #00654c;
        background: #fff;
    }

.footer {
    color: #fff;
    background: #5d5d5d;
    min-height: 533px;
    border-bottom: 39px solid #00654c;
    font-size: 16px;
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .container {
        display: flex;
        width: 1000px;
        padding: 50px 0;
    }

    .footer h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer ol {
        margin: 20px 0;
    }

        .footer ol li {
            line-height: 1.5;
            list-style: none;
        }

    .footer ul li {
        line-height: 1.8;
        list-style: none;
    }
