.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-style: normal;

    src: local('Roboto Black'), local('Roboto-Black'), url('../flaticon/Roboto-Black.woff2') format('woff2'), url('../flaticon/Roboto-Black.woff') format('woff'), url('../flaticon/Roboto-Black.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;

    src: local('Roboto Medium'), local('Roboto-Medium'), url('../flaticon/Roboto-Medium.woff2') format('woff2'), url('../flaticon/Roboto-Medium.woff') format('woff'), url('../flaticon/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;

    src: local('Roboto Bold'), local('Roboto-Bold'), url('../flaticon/Roboto-Bold.woff2') format('woff2'), url('../flaticon/Roboto-Bold.woff') format('woff'), url('../flaticon/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: local('Roboto'), local('Roboto-Regular'), url('../flaticon/Roboto-Regular.woff2') format('woff2'), url('../flaticon/Roboto-Regular.woff') format('woff'), url('../flaticon/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}
body {
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}
@-ms-viewport {
    width: auto !important;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
.lazy {
    /* background-image: url(../js/slick/ajax-loader.gif); */
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-disabled {
    cursor: no-drop;

    opacity: .5;
}
body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1470px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1440px;
    }
    .con1400 {
        max-width: 1400px;
    }
}
@media (min-width: 1660px) {
    .container {
        max-width: 1630px;
    }
    .con1400 {
        max-width: 1400px;
    }
}
@media (min-width: 1400px) {
    .con1300 {
        max-width: 1330px;
    }
}
@media (min-width: 1350px) {
    .con1200 {
        max-width: 1230px;
    }
}
@media (max-width: 767px) {
    .col-xs-6:nth-child(2n + 1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}
.ibox {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.ibox img,
.ibox iframe,
.ibox video {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px !important;
    max-width: 80%;
    height: 500px !important;
    max-height: 50% !important;
    margin: 0;
}
.fancybox-caption {
    font-size: 16px;

    text-align: center;

    border: none;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.tranform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.fp-auto-height {
    height: auto;
}
.fp-scrollable {
    height: auto;
}
.swiper-button-next,
.swiper-button-prev {
    position: relative;
    z-index: 8;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 38px;
    height: 38px;
    margin: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border: 1px solid rgba(174, 174, 174, .58);
    border-radius: 9px;
    background: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-button-next img,
.swiper-button-prev img {
    width: 10px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 0;

    margin-left: 6px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    border-color: #167c75;
    background-color: #167c75;
}
.swiper-button-next:hover img,
.swiper-button-prev:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next {
    position: absolute;
    z-index: 8;
    top: 50%;

    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.swiper-poa .swiper-button-prev:after,
.swiper-poa .swiper-button-next:after {
    display: none;
}
.swiper-poa .swiper-button-prev {
    left: -40px;
}
@media (max-width: 767px) {
    .swiper-poa .swiper-button-prev {
        left: -15px;
    }
}
.swiper-poa .swiper-button-next {
    right: -40px;
    left: auto;

    margin-left: 0;

    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 767px) {
    .swiper-poa .swiper-button-next {
        right: -15px;
    }
}
:root {
    --pad: -webkit-calc(50vw - 800px);
    --pad: calc(50vw - 800px);
}
@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}
@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
.hs-header-box {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;

    padding: 0 3%;

    -webkit-transition: all .4s;
    transition: all .4s;

    border-bottom: 1px solid #d5d5d5;
    background-color: #fff;
}
.hs-header-box .logo {
    display: block;

    height: 54px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .hs-header-box .logo {
        height: 60px;
        padding: 10px 0;
    }
}
.hs-header-box .logo img {
    width: auto;
    height: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.hs-header-box .pc-search .search-button {
    line-height: 34px;

    width: 34px;
    height: 34px;

    cursor: pointer;

    color: #fff;
    border-radius: 50%;
    background: #00857d;
}
.hs-header-box .pc-search .search-button img {
    width: 100%;

    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box .pc-search form {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

    display: block;
    display: none;
    overflow: hidden;

    width: 100%;
    height: 80px;
    padding: 25px 5% 25px 5%;

    background-color: #167c75;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search form {
        padding: 15px 30px 15px 15px;
    }
}
.hs-header-box .pc-search input {
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none;
}
.hs-header-box .pc-search input::-webkit-input-placeholder,
.hs-header-box .pc-search textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:-o-placeholder,
.hs-header-box .pc-search textarea:-o-placeholder {
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input::-moz-placeholder,
.hs-header-box .pc-search textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:-ms-input-placeholder,
.hs-header-box .pc-search textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}
.hs-header-box .pc-search input:focus::-webkit-input-placeholder,
.hs-header-box .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-o-placeholder,
.hs-header-box .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-moz-placeholder,
.hs-header-box .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.hs-header-box .pc-search input:focus::-ms-input-placeholder,
.hs-header-box .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.hs-header-box .pc-search .close-search {
    font-family: Arial;
    font-size: 34px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 3%;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    color: #fff;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search .close-search {
        right: 10px;
    }
}
.hs-header-box .pc-search .submit {
    font-size: 18px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    right: 5%;

    width: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 1199px) {
    .hs-header-box .pc-search .submit {
        right: 50px;
    }
}
.hs-header-box .pc-search .submit img {
    width: 30px;

    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box .open-quote {
    line-height: 44px;

    margin-left: 20px;
    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-radius: 22px;
    background-color: #167c75;
}
@media (max-width: 1560px) {
    .hs-header-box .open-quote {
        padding: 0 14px;
    }
}
@media (max-width: 1470px) {
    .hs-header-box .open-quote {
        font-size: 0;
    }
}
@media (max-width: 1199px) {
    .hs-header-box .open-quote {
        line-height: 40px;

        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
}
.hs-header-box .open-quote .flaticon {
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
@media (max-width: 1470px) {
    .hs-header-box .open-quote .flaticon {
        margin-right: 0;
    }
}
.hs-header-box .open-quote:hover {
    background-color: #00857d;
}
.hs-header-box .language {
    position: relative;

    margin-left: 14px;
}
@media (max-width: 767px) {
    .hs-header-box .language {
        margin-left: 10px;
    }
}
.hs-header-box .language p {
    font-size: 16px;
    line-height: 34px;

    width: 34px;
    height: 34px;
    margin: 0;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #00b398;
}
.hs-header-box .language ul {
    position: absolute;
    top: 100%;
    right: 0;

    display: none;

    min-width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box .language ul li a {
    line-height: 1.5;

    display: block;

    padding: 5px 10px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #666;
}
.hs-header-box .language ul li:hover a {
    color: #fff;
    background-color: #167c75;
}
.hs-header-box .header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}
.hs-header-box .header-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .header-nav>ul>li {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .header-nav>ul>li:nth-child(2) {
    position: static;
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 120px;
    padding: 0 20px;

    -webkit-transition: height .4s;
    transition: height .4s;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1470px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .header-nav>ul>li>a {
        padding: 0 1vw;
    }
}
.hs-header-box .header-nav>ul>li:hover>a {
    color: #167c75;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;

    display: none;

    min-width: 100%;
    padding: 30px;

    color: #333;
    background-color: #fff;
    box-shadow: 0 9px 17px 0 rgba(0, 0, 0, .2);
}
.hs-header-box .pc-nav-down>li>a {
    font-size: 18px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
@media (max-width: 1560px) {
    .hs-header-box .pc-nav-down>li>a {
        font-size: 16px;
    }
}
.hs-header-box .pc-nav-down>li:hover>a,
.hs-header-box .pc-nav-down>li.active>a {
    color: #167c75;
}
.hs-header-box .pc-nav-down>li:hover .nav-more,
.hs-header-box .pc-nav-down>li.active .nav-more {
    color: #777;
}
.hs-header-box .pc-nav-down>li .nav-more {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    width: 100%;
    min-height: auto;
    padding-top: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #777;
    border-top: 1px solid #dcdcdc;
    border-bottom: none;
}
.hs-header-box .pc-nav-down>li .nav-more:hover {
    color: #167c75;
}
.hs-header-box .pc-nav-down2 {
    padding: 20px 0;
}
.hs-header-box .pc-nav-down2>li {
    margin: 5px 0;
}
.hs-header-box .pc-nav-down2>li>a {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: left;

    color: #666;
}
.hs-header-box .pc-nav-down2>li:hover>a {
    color: #167c75;
}
.hs-header-box .pc-nav-down-product {
    text-align: center;
}
.hs-header-box .pc-nav-down-product>li {
    display: inline-block;

    padding: 0 4vw;

    text-align: left;
    vertical-align: top;
}
.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;

    display: none;

    width: 34px;
    height: 34px;
    margin-left: 16px;
    margin-left: 10px;

    border-radius: 50%;
    background-color: #167c75;
}

@media (max-width: 1440px) {
    .hs-header-box .pc-nav-down-product>li {
        padding: 0 2vw;
    }
}
@media (max-width: 1199px) {
    .hs-header-box .toggle-navigation {
        display: inline-block;

        vertical-align: middle;
    }
}
.hs-header-box .toggle-navigation a {
    position: absolute;
    top: 0;
    left: 15%;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 70%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-header-box .toggle-navigation a:before,
.hs-header-box .toggle-navigation a:after {
    display: block;

    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}
.hs-header-box .toggle-navigation a span {
    display: block;

    height: 2px;
    margin: 4px 0;

    -webkit-transition: all .4s;
    transition: all .4s;

    background: #fff;
}
.hs-header-box.stuck-header {
    box-shadow: 0 11px 14px 0 rgba(0, 0, 0, .42);
}
.hs-header-box.stuck-header .header-nav>ul>li>a {
    height: 80px;
}
.hc-mobile-nav .nav-wrapper {
    text-transform: uppercase;

    color: #333;
    background-color: brightness(.9, var(--color));
}
.hc-mobile-nav .nav-wrapper .nav-more {
    display: none;
}
.hc-mobile-nav .nav-wrapper .flaticon {
    display: none;
}
.hc-mobile-nav a {
    color: #666;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
    border-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav li.nav-back a {
    border-color: rgba(153, 153, 153, .2);
    background-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav .nav-container,
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
    width: 100%;

    background: #eef4fc;
    background-size: cover;
}
.hc-mobile-nav a[href]:not([href='#'])>span.nav-next {
    border-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav a {
    border-bottom-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav h2 {
    color: #666;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav.side-right span.nav-next::before {
    -webkit-transform: translate(0%, 0%) rotate(135deg);
    -ms-transform: translate(0%, 0%) rotate(135deg);
    transform: translate(0%, 0%) rotate(135deg);
}
.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav a[href]:not([href='#'])>span.nav-next {
    border-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav ul.nav-list2 {
    text-indent: 10px !important;
}
.hc-mobile-nav ul.nav-list3 {
    text-indent: 20px !important;
}
.hc-mobile-nav .title-nav {
    display: none;
}
.hc-mobile-nav img {
    display: inline-block;

    width: 30px;

    vertical-align: middle;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hc-mobile-nav li.nav-close a {
    background-color: rgba(153, 153, 153, .2);
}
.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
    background: none;
}
@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes movedown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    border-color: #999;
}
.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .customer-service {
        display: none;
    }
}
.customer-service ul li {
    margin: 2px 0;
}
.customer-service a {
    position: relative;

    display: block;

    color: #fff;
    border-radius: 6px;
}
.customer-service a .flaticon {
    font-size: 24px;
    line-height: 50px;

    position: relative;
    z-index: 3;

    display: block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    border-radius: 6px;
    background-color: rgba(0, 0, 0, .6);
}
@media (max-width: 1470px) {
    .customer-service a .flaticon {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.customer-service a .flaticon img {
    width: 30px;
    margin: 0 auto;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.customer-service a p {
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 50px;

    margin: 0;
    padding: 10px;

    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(180%);
    -ms-transform: translateX(180%);
    transform: translateX(180%);
    white-space: nowrap;

    border-radius: 6px;
    background-color: #00857d;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a p img {
    width: 120px;
}
.customer-service a:hover .flaticon {
    color: #fff;
    background-color: #00857d;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #00857d;
}
.customer-service .service-top .flaticon:before {
    display: block;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #fff;
    background-color: #167c75;
}
.xs-customer-service ul {
    font-size: 0;
}
.xs-customer-service ul li {
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.xs-customer-service a {
    display: block;

    padding: 7px;
}
.xs-customer-service a .flaticon {
    font-size: 24px;
    line-height: 1;

    display: block;
}
.xs-customer-service a span {
    font-size: 12px;
    line-height: 1.5;

    display: block;
}
.banner-box {
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
}
.banner-box .banner {
    position: relative;
}
.banner-box .swiper-slide {
    overflow: hidden;
}
.banner-box .swiper-img img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .banner-box .swiper-img img {
        width: 120%;
        margin-left: -10%;
    }
}
.banner-box .swiper-text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
}
@media (max-width: 767px) {
    .banner-box .swiper-text {
        bottom: 4%;
    }
}
.banner-box .swiper-text .desc {
    width: 50%;
}
.banner-box .swiper-text .img {
    width: 50%;
}
.banner-box .swiper-text .img img {
    display: block;

    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);

    opacity: 0;
}
.banner-box .swiper-text h2 {
    overflow: hidden;
}
.banner-box .swiper-text h2 span {
    display: block;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);

    opacity: 0;
}
.banner-box .swiper-text h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.25;

    color: #167c75;
}
@media (max-width: 1660px) {
    .banner-box .swiper-text h2 {
        font-size: 60px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text h2 {
        font-size: 56px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h2 {
        font-size: 44px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h2 {
        font-size: 20px;
    }
}
.banner-box .swiper-text .link {
    margin-top: 40px;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text .link {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text .link {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text .link {
        margin-top: 0;
    }
}
.banner-box .swiper-text .link a {
    font-size: 14px;
    font-weight: 900;
    line-height: 60px;

    display: block;

    width: 166px;
    height: 66px;
    padding: 0 10px;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    text-align: center;
    letter-spacing: 1px;

    color: #fff;
    background: url(../images/more_bg.webp) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .link a {
        line-height: 50px;

        width: 150px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text .link a {
        font-size: 12px;
        line-height: 40px;

        width: 130px;
        height: 40px;
    }
}
.banner-box .swiper-text-1 .desc {
    width: 40%;
    padding-top: 8%;
}
.banner-box .swiper-text-1 .img {
    width: 60%;
}
.banner-box .swiper-text-1 .img img {
    width: 58vw;
}
.banner-box .swiper-text-2 {
    bottom: 0;
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 .d-flex {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.banner-box .swiper-text-2 .desc img {
    width: 60px;
}
.banner-box .swiper-text-2 h2 {
    font-size: 72px;
}
@media (max-width: 1660px) {
    .banner-box .swiper-text-2 h2 {
        font-size: 60px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-2 h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-2 h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-2 h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 h2 {
        font-size: 20px;
    }
}
.banner-box .swiper-text-3 {
    top: 50%;
    bottom: auto;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .banner-box .swiper-text-3 .desc {
        width: 60%;
    }
}
.banner-box .swiper-text-3 h2 {
    font-size: 60px;
}
@media (max-width: 1660px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 20px;
    }
}
.banner-box .swiper-slide-active .swiper-text h2 span,
.banner-box .swiper-slide-active .swiper-text h3 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .swiper-slide-active .swiper-text .img img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .swiper-slide-active .swiper-text .link a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}
.banner-box .button-banner {
    position: absolute;
    z-index: 6;
    bottom: 3%;
    left: 0;

    width: 100%;
}
@media (max-width: 1199px) {
    .banner-box .button-banner {
        text-align: right;
    }
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    line-height: 70px;

    display: block;
    display: inline-block;

    width: 70px;
    height: 70px;
    margin-right: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: middle;

    color: #167c75;
    border-color: #fff;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 1400px) {
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.banner-box .swiper-button-prev .flaticon,
.banner-box .swiper-button-next .flaticon {
    font-size: 30px;

    display: block;

    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.banner-box .swiper-button-prev:hover,
.banner-box .swiper-button-next:hover {
    opacity: .8;
}
.banner-box .swiper-button-next {
    margin-left: 0;
}
.banner-box .swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.banner-box .swiper-pagination {
    position: relative;
    bottom: 0;

    width: auto;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin-right: 20px;

    opacity: .6;
    border-radius: 50%;
    background: #fff;
}
.banner-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.banner-box .mouse {
    display: block;

    width: 40px;

    -webkit-animation: mouse 3s linear infinite;
    animation: mouse 3s linear infinite;
}
.banner-box .mouse img {
    display: block;

    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@keyframes mouse {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
.banner-inner {
    position: relative;

    overflow: hidden;
}
.banner-inner img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .banner-inner img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inner .banner-group {
    position: relative;
}
.banner-inner .title-banner h2 {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;

    color: #167c75;
}
@media (max-width: 1560px) {
    .banner-inner .title-banner h2 {
        font-size: 80px;
    }
}
@media (max-width: 1470px) {
    .banner-inner .title-banner h2 {
        font-size: 70px;
    }
}
@media (max-width: 1400px) {
    .banner-inner .title-banner h2 {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .title-banner h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-inner .title-banner h2 {
        font-size: 30px;
    }
}
.banner-inner .title-banner img {
    width: auto;
}
@media (max-width: 767px) {
    .banner-inner .title-banner img {
        width: 120px;
        margin: 0;
    }
}
.banner-inner .group-text {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.banner-product {
    height: 170px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .banner-product {
        height: 100px;
    }
}
@media (max-width: 767px) {
    .banner-product {
        height: 60px;
    }
}
.hs-pad {
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px) {
    .hs-pad {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .hs-pad {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .hs-pad {
        padding: 40px 0;
    }
}
.public-scrollbar {
    position: relative;

    height: 22px;
    margin-top: 30px;
}
.public-scrollbar:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: rgba(196, 196, 196, .4);
}
.public-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;

    border-radius: 50%;
    background-color: #167c75;
}
.title-home:before {
    display: block;

    width: 24px;
    height: 17px;
    margin-bottom: 8px;

    content: '';

    background: url(../images/title-logo.webp) no-repeat center;
    background-size: cover;
}
.title-home h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;

    letter-spacing: 2px;
}
.title-home h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;

    max-width: 600px;
    margin: 0;

    color: #167c75;
}
@media (max-width: 1560px) {
    .title-home h2 {
        font-size: 44px;
    }
}
@media (max-width: 1470px) {
    .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .title-home h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title-home h2 {
        font-size: 24px;
    }
}
.title-home p {
    font-size: 16px;
    line-height: 1.625;

    margin: 20px 0 0 0;
}
@media (max-width: 991px) {
    .title-home p {
        font-size: 14px;

        margin-top: 10px;
    }
}
.public-note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #167c75;
}
@media (max-width: 1199px) {
    .public-note h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .public-note h3 {
        font-size: 18px;
    }
}
.public-note h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
.public-note p {
    line-height: 30px;

    margin: 0;

    color: #333;
}
@media (max-width: 1199px) {
    .public-note p {
        font-size: 15px;
        line-height: 24px;
    }
}
.public-note img {
    max-width: 100%;
    height: auto !important;
}
.public-note.fz20 p {
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 1560px) {
    .public-note.fz20 p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .public-note.fz20 p {
        font-size: 16px;
    }
}
@-webkit-keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.hs-home-category .title-home {
    width: 50%;
}
@media (max-width: 1199px) {
    .hs-home-category .title-home {
        width: 100%;
    }
}
.hs-home-category .category-menu {
    width: 50%;
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu {
        width: 100%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu {
        margin-top: 0;
    }
}
.hs-home-category .category-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu ul {
        margin: 0 -20px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-home-category .category-menu ul li {
    padding: 0 30px;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu ul li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu ul li {
        width: 33.33333333%;
        margin-top: 16px;
    }
}
.hs-home-category .category-menu ul li a {
    font-size: 20px;
    line-height: 1.5;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    white-space: nowrap;

    opacity: .5;
    color: #167c75;
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu ul li a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu ul li a {
        font-size: 16px;
    }
}
.hs-home-category .category-menu ul li a img {
    display: block;

    width: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu ul li a img {
        width: 70px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu ul li a img {
        width: 50px;
    }
}
.hs-home-category .category-menu ul li.active a {
    opacity: 1;
}
.hs-home-category .category-content {
    position: relative;

    margin-top: 80px;
}
@media (max-width: 1560px) {
    .hs-home-category .category-content {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-content {
        margin-top: 40px;
    }
}
.hs-home-category .category {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;

    background-color: #fff;
    opacity: 0;
}
.hs-home-category .category.show {
    position: relative;
    z-index: 4;
    opacity: 1;
}
.hs-home-category .category .swiper-category {
    margin: 0 -40px;
}
@media (max-width: 1199px) {
    .hs-home-category .category .swiper-category {
        margin: 0 -20px;
    }
}
.hs-home-category .category .swiper-slide {
    padding: 20px 40px;

    border-right: 1px solid #c4c4c4;
}
@media (max-width: 1199px) {
    .hs-home-category .category .swiper-slide {
        padding: 10px 20px;
    }
}
.hs-home-category .category .category-group .category-group-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-home-category .category .category-group .category-group-top .img {
    width: 40%;
    padding-right: 5%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-category .category .category-group .category-group-top .img .ibox {
    padding-bottom: 140.86021505%;
}
.hs-home-category .category .category-group .category-group-top .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 60%;
    padding-left: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-home-category .category .category-group .category-group-top .title-category {
    font-weight: 900;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-home-category .category .category-group .category-group-top .mask {
    font-size: 12px;
    font-weight: 900;
    line-height: 22px;

    display: inline-block;

    margin-top: 10px;
    padding: 5px 12px;

    color: #666;
    border-radius: 9px;
    background: #f5f5f5;
}
.hs-home-category .category .category-group .category-group-top .category-more {
    line-height: 42px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 42px;
    height: 42px;
    margin-top: 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;

    color: #167c75;
    border: 1px solid #167c75;
    border-radius: 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-home-category .category .category-group .category-group-top .category-more span {
    font-size: 12px;
    font-weight: 900;

    display: block;
    overflow: hidden;

    width: 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-home-category .category .category-group .category-group-top .category-more .flaticon {
    font-size: 20px;
}
.hs-home-category .category .category-group .category-desc {
    margin-top: 60px;
}
.hs-home-category .category .category-group .category-desc .category-desc-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-home-category .category .category-group .category-desc .category-desc-top .title-category-desc {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71428571;

    color: #167c75;
}
.hs-home-category .category .category-group .category-desc .category-desc-top .country {
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #333;
}
.hs-home-category .category .category-group .category-desc .category-desc-top .country img {
    width: 22px;
    margin-right: 4px;
}
.hs-home-category .category .category-group .category-desc .star-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;
}
.hs-home-category .category .category-group .category-desc .star-box .flaticon {
    font-size: 12px;

    margin-right: 4px;

    color: #f2b030;
}
.hs-home-category .category .category-group .category-desc .title-category-middle {
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin-top: 20px;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-home-category .category .category-group .category-desc .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hs-home-category .category .category-group .category-desc .public-note p {
    font-size: 14px;
    line-height: 24px;
}
.hs-home-category .category .category-group .category-desc .category-desc-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;
}
.hs-home-category .category .category-group .category-desc .category-desc-img .img {
    width: 33.33333333%;
    margin-top: 20px;
    padding: 0 10px;
}
@media (min-width: 1200px) {
    .hs-home-category .category .category-group:hover .category-group-top .img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .hs-home-category .category .category-group:hover .category-group-top .mask {
        color: #167c75;
    }
    .hs-home-category .category .category-group:hover .category-group-top .category-more {
        padding: 0 30px;

        color: #fff;
        background-color: #167c75;
    }
    .hs-home-category .category .category-group:hover .category-group-top .category-more span {
        width: auto;
        margin-right: 20px;
    }
}
.hs-home-mission {
    background: url(../images/mission_bg.webp) no-repeat -10% top;
}
.hs-home-mission .mission-left {
    width: 45%;
    padding-right: 3%;
}
@media (max-width: 767px) {
    .hs-home-mission .mission-left {
        width: 100%;
        padding-right: 0;
    }
}
.hs-home-mission .mission-left .title-home h2 {
    max-width: 660px;
}
.hs-home-mission .mission-right {
    width: 55%;
}
@media (max-width: 767px) {
    .hs-home-mission .mission-right {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-mission .mission-right img {
    width: 100%;
}
.hs-home-mission .mission-list {
    margin-top: 30px;
}
.hs-home-mission .mission-list>ul>li {
    margin-top: 30px;
}
.hs-home-mission .mission-list>ul>li:nth-child(2) .mission-group:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(81, 131, 51, .5)));
    background-image: -webkit-linear-gradient(transparent, rgba(81, 131, 51, .5));
    background-image: linear-gradient(transparent, rgba(81, 131, 51, .5));
}
.hs-home-mission .mission-list>ul>li:nth-child(3) .mission-group:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(200, 125, 7, .5)));
    background-image: -webkit-linear-gradient(transparent, rgba(200, 125, 7, .5));
    background-image: linear-gradient(transparent, rgba(200, 125, 7, .5));
}
.hs-home-mission .mission-list .mission-group {
    position: relative;

    display: block;
}
.hs-home-mission .mission-list .mission-group:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(22, 124, 117, .5)));
    background-image: -webkit-linear-gradient(transparent, rgba(22, 124, 117, .5));
    background-image: linear-gradient(transparent, rgba(22, 124, 117, .5));
}
.hs-home-mission .mission-list .mission-group .ibox {
    padding-bottom: 73%;
}
.hs-home-mission .mission-list .mission-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-mission .mission-list .mission-group .title-mission {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;

    position: absolute;
    z-index: 4;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding: 0 15px;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px) {
    .hs-home-mission .mission-list .mission-group .title-mission {
        font-size: 20px;

        bottom: 10px;
    }
}
.hs-home-mission .mission-list .mission-group .title-mission:before {
    display: block;

    width: 74px;
    height: 22px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background: url(../images/line.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-home-mission .mission-list .mission-group:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-home-certification {
    background: url(../images/certification_bg.webp) no-repeat right bottom;
}
@media (max-width: 1199px) {
    .hs-home-certification {
        background-size: 200px auto;
    }
}
.hs-home-certification .certification-left {
    width: 60%;
}
@media (max-width: 767px) {
    .hs-home-certification .certification-left {
        width: 100%;
    }
}
.hs-home-certification .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 50px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-home-certification .brand {
        margin-top: 30px;
    }
}
.hs-home-certification .brand img {
    width: auto;
    height: 120px;
    margin-right: 30px;
}
@media (max-width: 1199px) {
    .hs-home-certification .brand img {
        height: 80px;
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .hs-home-certification .brand img {
        height: 60px;
    }
}
.hs-home-certification .certification-right {
    width: 40%;
}
@media (max-width: 767px) {
    .hs-home-certification .certification-right {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-certification .certification-right img {
    width: 100%;
    height: auto;
}
.hs-home-about {
    position: relative;

    background: url(../images/about_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-home-about {
        padding: 180px 0;

        background-attachment: fixed;
    }
}
.hs-home-about:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .4);
}
.hs-home-about .about-logo {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: -5%;
}
.hs-home-about .about {
    position: relative;
    z-index: 6;
}
.hs-home-about .about-left {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-home-about .about-left {
        width: 100%;
    }
}
.hs-home-about .title-home h2 {
    max-width: 500px;

    color: #fff;
}
.hs-home-about .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-home-about .link {
        margin-top: 0;
    }
}
.hs-home-about .link a {
    line-height: 57px;

    display: block;

    width: 226px;
    height: 57px;
    margin-top: 30px;
    margin-right: 50px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;

    color: #fff;
    background: url(../images/about-link-1.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-home-about .link a {
        line-height: 45px;

        width: 180px;
        height: 45px;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .link a {
        line-height: 40px;

        width: 160px;
        height: 40px;
    }
}
.hs-home-about .link a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-home-about .link .innovation {
    background-image: url(../images/about-link-2.webp);
}
.hs-home-about .about-right {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-home-about .about-right {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-about .about-right .about-note p {
    color: #fff;
}
.hs-home-about .about-right .about-more {
    margin-top: 40px;

    text-align: right;
}
.hs-home-about .about-right .about-more a {
    font-weight: 900;
    line-height: 30px;

    display: inline-block;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
}
.hs-home-about .about-right .about-more a:hover {
    color: #167c75;
}
.hs-phytopedia-education .phytopedia-education {
    margin: 0;
}
.hs-phytopedia-education .phytopedia-education ul {
    margin: 0;
}
.hs-phytopedia-education .phytopedia-education ul li {
    padding: 0;
}
.hs-phytopedia-education .phytopedia-education ul li:nth-child(2) .group .img:before {
    background-color: rgba(255, 117, 0, .85);
}
.hs-phytopedia-education .group {
    position: relative;

    display: block;
}
.hs-phytopedia-education .group .img {
    position: relative;
}
.hs-phytopedia-education .group .img:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 133, 125, .85);
}
.hs-phytopedia-education .group .img .ibox {
    padding-bottom: 65.625%;
}
.hs-phytopedia-education .group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-phytopedia-education .group .mask {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.hs-phytopedia-education .group .mask .title-group {
    font-size: 36px;
    line-height: 1.38888889;
}
@media (max-width: 1199px) {
    .hs-phytopedia-education .group .mask .title-group {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .hs-phytopedia-education .group .mask .title-group {
        font-size: 24px;
    }
}
.hs-phytopedia-education .group .mask .more {
    line-height: 70px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 30px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;

    border: 2px solid #fff;
    border-radius: 50px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .hs-phytopedia-education .group .mask .more {
        line-height: 50px;

        min-width: 50px;
        height: 50px;
    }
}
.hs-phytopedia-education .group .mask .more span {
    font-size: 12px;
    font-weight: 900;

    display: block;
    overflow: hidden;

    width: 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-phytopedia-education .group .mask .more .flaticon {
    font-size: 30px;
}
@media (max-width: 1199px) {
    .hs-phytopedia-education .group .mask .more .flaticon {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-phytopedia-education .group .mask .more .flaticon {
        font-size: 20px;
    }
}
.hs-phytopedia-education .group:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-phytopedia-education .group:hover .mask .more {
    padding: 0 30px;
}
.hs-phytopedia-education .group:hover .mask .more span {
    width: auto;
    margin-right: 20px;
}
.fb_iframe_widget {
    position: absolute !important;

    width: 100%;
    height: 100%;
}
.fb_iframe_widget span {
    width: 100% !important;
    height: 100% !important;
}
.gettop {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;

    display: none;

    cursor: pointer;

    color: var(--color);
}
.gettop .icon {
    font-size: 40px;

    display: block;

    width: 60px;

    -webkit-animation: Mouse 1.6s linear infinite;
    animation: Mouse 1.6s linear infinite;
    text-align: center;
}
.hs-inner {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 1560px) {
    .hs-inner {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner {
        padding: 50px 0;
    }
}
.title-inner:before {
    display: block;

    width: 24px;
    height: 17px;
    margin-bottom: 8px;

    content: '';

    background: url(../images/title-logo.webp) no-repeat center;
    background-size: cover;
}
.title-inner h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;

    letter-spacing: 2px;
}
@media (max-width: 1560px) {
    .title-inner h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .title-inner h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .title-inner h3 {
        font-size: 16px;
    }
}
.title-inner h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;

    margin: 0;

    color: #167c75;
}
@media (max-width: 1560px) {
    .title-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
.title-inner h2 span {
    font-size: 30px;

    display: block;
}
@media (max-width: 1560px) {
    .title-inner h2 span {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 span {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-inner h2 span {
        font-size: 20px;
    }
}
.title-inner p {
    font-size: 16px;
    line-height: 1.625;

    margin: 20px 0 0 0;
}
@media (max-width: 991px) {
    .title-inner p {
        font-size: 14px;

        margin-top: 10px;
    }
}
.hs-inner-location {
    font-size: 14px;

    padding-top: 40px;

    color: rgba(51, 51, 51, .5);
}
@media (max-width: 1199px) {
    .hs-inner-location {
        padding-top: 20px;
    }
}
.hs-inner-location .location {
    line-height: 30px;

    position: relative;

    padding-left: 20px;
}
.hs-inner-location .location .flaticon {
    position: absolute;
    top: 0;
    left: 0;
}
.hs-inner-location .location ul {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-location .location ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-location .location ul li:after {
    display: inline-block;

    margin: 0 4px;

    content: '|';
    vertical-align: top;
}
.hs-inner-location .location ul li:last-child:after {
    display: none;
}
.hs-inner-location .location ul li a {
    line-height: 1.875;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
.hs-inner-location .location ul li a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .hs-inner-top .hs-inner-location {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-top .hs-inner-location .location {
    position: relative;

    padding-left: 20px;
}
.hs-inner-top .hs-inner-location .location:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 400%;
    height: 100%;

    content: '';

    background-color: #167c75;
}
.hs-inner-top .hs-inner-location .location ul {
    position: relative;
    z-index: 6;

    color: #fff;
}
.inner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-content .inner-left {
    width: 360px;
}
@media (max-width: 1400px) {
    .inner-content .inner-left {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .inner-content .inner-left {
        width: 100%;
    }
}
.inner-content .inner-right {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
    padding-left: 50px;
}
@media (max-width: 1400px) {
    .inner-content .inner-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .inner-content .inner-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inner-leftmenu .title-menu {
    position: relative;

    padding-bottom: 20px;

    border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
    .inner-leftmenu .title-menu {
        padding-bottom: 10px;
    }
}
.inner-leftmenu .title-menu h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .inner-leftmenu .title-menu h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu .title-menu:after {
        position: absolute;
        top: 0;
        right: 10px;

        content: '+';
    }
    .inner-leftmenu .title-menu.current:after {
        content: '-';
    }
}
.inner-leftmenu .menunav1 {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1 {
        display: none;
    }
}
.inner-leftmenu .menunav1>li {
    position: relative;

    border-bottom: 1px solid #e8e8e8;
}
.inner-leftmenu .menunav1>li:last-child {
    border-bottom: none;
}
.inner-leftmenu .menunav1>li .open-menunav2 {
    position: absolute;
    top: 25px;
    right: 0;

    width: 10px;
    height: 10px;

    background: url(../images/left-arrow.webp) no-repeat center;
    background-size: cover;
}
.inner-leftmenu .menunav1>li>a {
    font-size: 18px;
    line-height: 1.76470588;

    display: block;

    padding: 15px 30px 15px 0;
}
.inner-leftmenu .menunav1>li.active .open-menunav2:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    border-color: transparent transparent transparent #00857d;
}
.inner-leftmenu .menunav1>li.active>a {
    color: #167c75;
}
.inner-leftmenu .menunav2 {
    display: none;

    padding-bottom: 20px;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li {
        display: inline-block;

        margin-right: 20px;

        vertical-align: middle;
    }
}
.inner-leftmenu .menunav2>li>a {
    font-size: 14px;
    line-height: 1.5;

    display: block;

    padding: 10px 0;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #333;
}
@media (max-width: 1400px) {
    .inner-leftmenu .menunav2>li>a {
        padding: 5px 0;
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li>a {
        font-size: 14px;
    }
}
.inner-leftmenu .menunav2>li.active>a,
.inner-leftmenu .menunav2>li:hover>a {
    color: #167c75;
}
.title-product-details {
    padding-bottom: 10px;

    border-bottom: 1px solid #d1d1d1;
}
.title-product-details h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
.public-listbox1>ul>li {
    margin-top: 30px;
}
.public-listbox1 .listbox-group .flaticon {
    font-size: 50px;
    line-height: 1.2;

    display: block;

    margin: 10px 0;

    color: #167c75;
}
.public-listbox2>ul>li {
    margin: 10px 0;
}
.public-tuwen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.public-tuwen .desc,
.public-tuwen .img {
    width: 48%;
}
@media (max-width: 767px) {
    .public-tuwen .desc,
    .public-tuwen .img {
        width: 100%;
    }
}
.public-tuwen .desc {
    width: 52%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .public-tuwen .desc {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.public-tuwen .desc h3 {
    font-size: 24px;
    font-weight: normal !important;

    color: #167c75;
}
@media (max-width: 1199px) {
    .public-tuwen .desc h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .public-tuwen .desc h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .public-tuwen .img {
        margin-top: 20px;
    }
}
.public-tuwen .img img {
    width: 100%;
}
.public-tuwen.tuwen-zuowen {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.public-tuwen.tuwen-zuowen .desc {
    padding-right: 5%;
    padding-left: 0;
}
@media (max-width: 767px) {
    .public-tuwen.tuwen-zuowen .desc {
        padding: 0;
    }
}
.public-table2 table tr:nth-child(odd) {
    background-color: #fff !important;
}
.public-table2 table tr:nth-child(even) {
    background: rgba(219, 219, 219, .2);
}
.public-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.public-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;
}
@media (max-width: 767px) {
    .public-share ul {
        width: 100%;
        margin: 0 -3px;
        margin-top: 10px;
    }
}
.public-share ul li {
    margin: 10px 0;
    padding: 0 7px;
}
@media (max-width: 767px) {
    .public-share ul li {
        margin-left: 0;
        padding: 0 3px;
    }
}
.public-share ul li a {
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #0865ff;
}
.public-share ul li a img {
    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(.65);
    -ms-transform: scale(.65);
    transform: scale(.65);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.public-share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.public-share ul li a:hover img {
    opacity: 1;
}
.public-share ul li.youtube a {
    background-color: #d0202d;
}
.public-share ul li.instagram a {
    background-color: #de3077;
}
.public-share ul li.tiktok a {
    background-color: #1a1a1a;
}
.public-share ul li.twitter a {
    background-color: #383838;
}
.public-share ul li.pinterest a {
    background-color: #c30000;
}
.public-share ul li.alibaba a {
    background-color: #f60;
}
.hs-inner-about {
    padding-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-about {
        padding-top: 20px;
    }
}
.hs-inner-about .philosophy-top .title-inner:before {
    display: none;
}
.hs-inner-about .philosophy-top .public-note {
    margin-top: 30px;
}
.hs-inner-about .founder {
    padding-top: 40px;
}
.hs-inner-about .founder .founder-top .desc {
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .hs-inner-about .founder .founder-top .desc {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-about .founder .founder-top .img {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-about .founder .founder-top .img {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-about .founder .founder-top .img img {
    width: 100%;
}
.hs-inner-about .founder .founder-note {
    margin-top: 40px;
}
.hs-inner-innovation .innovation-note {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-innovation .innovation-note {
        margin-top: 30px;
    }
}
#about-philosophy,
#about-innovation,
#product-feedback {
    position: relative;
    top: -100px;
}
.hs-inner-education .education>ul {
    margin-top: -50px;
}
@media (max-width: 1199px) {
    .hs-inner-education .education>ul {
        margin-top: -30px;
    }
}
.hs-inner-education .education>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-education .education>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-education .education>ul>li:nth-child(2) .education-group {
    background: #faf4ee;
}
.hs-inner-education .education>ul>li:nth-child(3) .education-group {
    background: #eff6f6;
}
.hs-inner-education .education .education-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    border-radius: 67px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9eef4), to(#f6f7fc));
    background-image: -webkit-linear-gradient(#e9eef4, #f6f7fc);
    background-image: linear-gradient(#e9eef4, #f6f7fc);

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-inner-education .education .education-group {
        border-radius: 30px;
    }
}
.hs-inner-education .education .education-group .desc {
    width: 50%;
    padding: 80px 0 80px 80px;
}
@media (max-width: 1560px) {
    .hs-inner-education .education .education-group .desc {
        padding: 60px 0 60px 60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-education .education .education-group .desc {
        padding: 30px 0 30px 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-education .education .education-group .desc {
        width: 100%;
        padding: 30px 15px 0 15px;
    }
}
.hs-inner-education .education .education-group .desc .title-education {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.11111111;

    color: #167c75;
}
@media (max-width: 1199px) {
    .hs-inner-education .education .education-group .desc .title-education {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-education .education .education-group .desc .title-education {
        font-size: 24px;
    }
}
.hs-inner-education .education .education-group .desc .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1199px) {
    .hs-inner-education .education .education-group .desc .public-note {
        margin-top: 20px;
    }
}
.hs-inner-education .education .education-group .desc .more {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-education .education .education-group .desc .more {
        margin-top: 20px;
    }
}
.hs-inner-education .education .education-group .desc .more a {
    font-size: 14px;
    font-weight: 900;
    line-height: 60px;

    display: block;

    width: 167px;
    height: 66px;

    -webkit-transition: all .6s;
    transition: all .6s;
    text-align: center;
    letter-spacing: 1px;

    color: #fff;
    background: url(../images/more_bg.webp) no-repeat center;
    background-size: 100% 100%;
}
@media (max-width: 1199px) {
    .hs-inner-education .education .education-group .desc .more a {
        line-height: 50px;

        width: 150px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-education .education .education-group .desc .more a {
        font-size: 12px;
        line-height: 40px;

        width: 130px;
        height: 40px;
    }
}
.hs-inner-education .education .education-group .desc .more a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.hs-inner-education .education .education-group .img {
    position: relative;
    bottom: -30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .hs-inner-education .education .education-group .img {
        bottom: 0;

        width: 100%;
    }
}
.hs-inner-education .education .education-group .img img {
    width: 100%;
}
.hs-inner-innovation .title-innovation {
    color: #167c75;
}
.hs-inner-innovation .title-innovation h3 {
    font-size: 20px;
}
@media (max-width: 1199px) {
    .hs-inner-innovation .title-innovation h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-inner-innovation .title-innovation h3 {
        font-size: 16px;
    }
}
.hs-inner-innovation .title-innovation h2 {
    font-size: 36px;
    font-weight: 900;
}
@media (max-width: 1560px) {
    .hs-inner-innovation .title-innovation h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-innovation .title-innovation h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-innovation .title-innovation h2 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-innovation .title-innovation2 img {
        width: 28px;
    }
}
.hs-inner-innovation .title-innovation2 h2 {
    font-size: 36px;
    font-weight: bold;

    color: #167c75;
}
@media (max-width: 1560px) {
    .hs-inner-innovation .title-innovation2 h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-innovation .title-innovation2 h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-innovation .title-innovation2 h2 {
        font-size: 20px;
    }
}
.hs-inner-innovation .title-innovation2 h3 {
    font-size: 48px;
    font-weight: normal;
}
@media (max-width: 1560px) {
    .hs-inner-innovation .title-innovation2 h3 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-innovation .title-innovation2 h3 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .hs-inner-innovation .title-innovation2 h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-innovation .title-innovation2 h3 {
        font-size: 20px;
    }
}
.hs-inner-innovation .mt-30 {
    margin-top: 30px;
}
.hs-inner-innovation .tuwen-1,
.hs-inner-innovation .tuwen-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background-color: #167c75;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-innovation .tuwen-1 .desc,
.hs-inner-innovation .tuwen-2 .desc {
    width: 50%;
    padding: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-innovation .tuwen-1 .desc,
    .hs-inner-innovation .tuwen-2 .desc {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-innovation .tuwen-1 .desc,
    .hs-inner-innovation .tuwen-2 .desc {
        width: 100%;
        padding: 20px;
    }
}
.hs-inner-innovation .tuwen-1 .desc p,
.hs-inner-innovation .tuwen-2 .desc p {
    color: #fff;
}
.hs-inner-innovation .tuwen-1 .img,
.hs-inner-innovation .tuwen-2 .img {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-innovation .tuwen-1 .img,
    .hs-inner-innovation .tuwen-2 .img {
        width: 100%;
    }
}
.hs-inner-innovation .tuwen-1 .img img,
.hs-inner-innovation .tuwen-2 .img img {
    width: 100%;
}
.hs-inner-innovation .tuwen-2 {
    background-color: #ed6d00;
}
.hs-inner-philosophy {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .hs-inner-philosophy .title-innovation2 img {
        width: 28px;
    }
}
.hs-inner-philosophy .title-innovation2 h2 {
    font-size: 36px;
    font-weight: bold;

    color: #167c75;
}
@media (max-width: 1560px) {
    .hs-inner-philosophy .title-innovation2 h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-philosophy .title-innovation2 h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-philosophy .title-innovation2 h2 {
        font-size: 20px;
    }
}
.hs-inner-philosophy .title-innovation2 h3 {
    font-size: 36px;
    font-weight: normal;
}
@media (max-width: 1560px) {
    .hs-inner-philosophy .title-innovation2 h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-philosophy .title-innovation2 h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-philosophy .title-innovation2 h3 {
        font-size: 20px;
    }
}
.hs-inner-philosophy .mt-30 {
    margin-top: 30px;
}
.hs-inner-philosophy .tuwen-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background-color: #167c75;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-philosophy .tuwen-1 .desc {
    width: 50%;
    padding: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-philosophy .tuwen-1 .desc {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-philosophy .tuwen-1 .desc {
        width: 100%;
        padding: 20px;
    }
}
.hs-inner-philosophy .tuwen-1 .desc p {
    color: #fff;
}
.hs-inner-philosophy .tuwen-1 .img {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-philosophy .tuwen-1 .img {
        width: 100%;
    }
}
.hs-inner-philosophy .tuwen-1 .img img {
    width: 100%;
}
.hs-inner-philosophy .tuwen-2 {
    background-color: #ed6d00;
}
.public-product-group {
    display: block;
}
.public-product-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-product-group .title-product {
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin-top: 20px;

    color: #167c75;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.public-product-group .public-note {
    display: none;
}
.public-product-group .mask {
    display: none;

    color: #777;
}
.public-product-group .more {
    line-height: 24px;

    margin-top: 10px;

    color: #333;
}
@media (min-width: 1200px) {
    .public-product-group:hover .img {
        border-color: #167c75;
    }
    .public-product-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-product-group:hover .more {
        text-decoration: underline;

        color: #167c75;
    }
}
.products-listmodel>ul>li {
    width: 100%;
}
.products-listmodel .public-product-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-listmodel .public-product-group .img {
    width: 370px;

    background-color: #f4f3f1;
}
@media (max-width: 1199px) {
    .products-listmodel .public-product-group .img {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .products-listmodel .public-product-group .img {
        width: 100%;
    }
}
.products-listmodel .public-product-group .img .ibox {
    /*mix-blend-mode: multiply;*/
}
.products-listmodel .public-product-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    padding-left: 4%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .products-listmodel .public-product-group .desc {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 767px) {
    .products-listmodel .public-product-group .desc {
        width: 100%;
        padding-left: 0;
    }
}
.products-listmodel .public-product-group .title-product {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1400px) {
    .products-listmodel .public-product-group .title-product {
        font-size: 20px;
    }
}
.products-listmodel .public-product-group .public-note {
    display: block;

    margin-top: 10px;
}
.products-listmodel .public-product-group .mask {
    display: block;

    margin-top: 10px;
}
.products-listmodel .public-product-group .more {
    font-weight: 900;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-top: 30px;

    text-transform: uppercase;

    color: #167c75;
    border-top: 1px solid #00857d;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.products-listmodel .public-product-group .more:after {
    display: block;

    width: 97px;
    height: 9px;

    content: '';

    background: url(../images/arrow.webp) no-repeat center;
    background-size: 100%;
}
.hs-inner-products {
    padding-top: 40px;
}
.hs-inner-products .products-content {
    font-size: 0;
}
.hs-inner-products .products-left {
    font-size: 16px;

    display: inline-block;

    width: 280px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .hs-inner-products .products-left {
        width: 100%;
    }
}
.hs-inner-products .products-left .product {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-products .products-left .product {
        margin-top: 20px;
    }
}
.hs-inner-products .filter .title-filter h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .hs-inner-products .filter .title-filter h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .filter .title-filter h3 {
        font-size: 18px;
    }
}
.hs-inner-products .filter .search {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-products .filter .search {
        margin-top: 10px;
    }
}
.hs-inner-products .filter .search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-products .filter .search form .submit {
    width: 40px;
    height: 40px;

    background: url(../images/comimg/search.svg) no-repeat center;
    background-size: 50%;
}
.hs-inner-products .filter .search form input {
    line-height: 30px;

    padding: 15px 0;
}
.hs-inner-products .filter .search form input::-webkit-input-placeholder,
.hs-inner-products .filter .search form textarea::-webkit-input-placeholder {
    color: #333;
}
.hs-inner-products .filter .search form input:-o-placeholder,
.hs-inner-products .filter .search form textarea:-o-placeholder {
    color: #333;
}
.hs-inner-products .filter .search form input::-moz-placeholder,
.hs-inner-products .filter .search form textarea::-moz-placeholder {
    color: #333;
}
.hs-inner-products .filter .search form input:-ms-input-placeholder,
.hs-inner-products .filter .search form textarea:-ms-input-placeholder {
    color: #333;
}
.hs-inner-products .filter .search form input:focus::-webkit-input-placeholder,
.hs-inner-products .filter .search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.hs-inner-products .filter .search form input:focus::-o-placeholder,
.hs-inner-products .filter .search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.hs-inner-products .filter .search form input:focus::-moz-placeholder,
.hs-inner-products .filter .search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.hs-inner-products .filter .search form input:focus::-ms-input-placeholder,
.hs-inner-products .filter .search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.hs-inner-products .products-right {
    font-size: 16px;

    display: inline-block;

    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    padding-left: 5%;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .hs-inner-products .products-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-products .products-model {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-products .products-model .model ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-products .products-model .model ul li {
    margin-right: 20px;
}
.hs-inner-products .products-model .model ul li.active a {
    color: #167c75;
}
.hs-inner-products .products-model .model ul a {
    font-size: 24px;
}
.hs-inner-products .products-model .sort ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-products .products-model .sort ul li {
    margin: 10px 0;
    margin-right: 10px;
}
.hs-inner-products .products-model .sort .sort-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-products .products-model .sort .sort-group span {
    font-size: 18px;
    line-height: 28px;

    margin-right: 10px;
}
.hs-inner-products .products-model .sort .sort-group p {
    font-size: 14px;
    line-height: 28px;

    min-width: 98px;
    height: 28px;
    margin: 0;
    padding: 0 8px;

    color: #666;
    border: 1px solid rgba(119, 119, 119, .35);
    background: #fff;
}
@media (min-width: 1200px) {
    .hs-inner-products .products>ul {
        margin: 0 -20px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 60px;
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-products .products>ul>li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .products>ul {
        margin: 0 -5px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 20px;
        padding: 0 5px;
    }
}
.hs-inner-product-details {
    padding-top: 40px;
}
.hs-inner-product-details .product-details .details-imgbox {
    width: 45%;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .product-group {
    background-color: #f4f3f1;
}
.hs-inner-product-details .product-details .details-imgbox .product-group .ibox {
    /*mix-blend-mode: multiply;*/
}
.hs-inner-product-details .product-details .details-imgbox .slick-product-big,
.hs-inner-product-details .product-details .details-imgbox .slick-product-small {
    font-size: 0;
}
.hs-inner-product-details .product-details .product-small {
    margin-top: 30px;
    padding: 0 20px;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .product-small {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.hs-inner-product-details .product-details .product-small .slick-slide {
    width: 25%;
    padding: 0 8px;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .product-small .slick-slide {
        padding: 0 5px;
    }
}
.hs-inner-product-details .product-details .product-small .product-group {
    background-color: #f4f3f1;
    overflow: hidden;
}
.hs-inner-product-details .product-details .product-small .product-group {
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #bdbdbd;
    border-radius: 7px;
    background: #f1f0ee;
}
.hs-inner-product-details .product-details .product-small .slick-current .product-group {
    border-color: #167c75;
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev,
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    line-height: 40px;

    position: absolute;
    top: 50%;
    left: -20px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 20px;
    height: 40px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:before,
.hs-inner-product-details .product-details .product-small .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:hover:before,
.hs-inner-product-details .product-details .product-small .swiper-button-next:hover:before {
    border-color: transparent #167c75 transparent transparent;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    right: -20px;
    left: auto;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-inner-product-details .product-details .details-content {
    width: 55%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-product-details .product-details .details-content .title-details {
    padding: 10px 0;

    /*border-bottom: 1px solid #b8b8b8;*/
}
.hs-inner-product-details .product-details .details-content .title-details h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;

    color: #167c75;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .title-details p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
.hs-inner-product-details .product-details .details-content .title-details span {
    display: block;

    color: #777;
}
.hs-inner-product-details .product-details .details-content .note-share {
    min-height: 200px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .note-share {
        min-height: 150px;
    }
}
.hs-inner-product-details .product-details .details-content .share {
    margin-top: 20px;
}
.hs-inner-product-details .product-details .details-content .public-note {
    margin-top: 20px;
}
.hs-inner-product-details .product-details .details-content .public-note ul li {
    position: relative;

    padding-left: 14px;
}
.hs-inner-product-details .product-details .details-content .public-note ul li:before {
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    background: #000;
}
.hs-inner-product-details .product-details .details-content .public-note p {
    line-height: 24px;
}
.hs-inner-product-details .product-details .details-content .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-product-details .product-details .details-content .link a {
    line-height: 50px;

    display: inline-block;

    min-width: 180px;
    margin-top: 20px;
    padding: 0 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #167c75;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .link a {
        min-width: 150px;
    }
}
.hs-inner-product-details .product-details .details-content .link a:before {
    display: inline-block;

    width: 0;
    height: 0;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.hs-inner-product-details .product-details .details-content .link a:hover {
    color: #fff;
    background: #000;
}
.hs-inner-product-details .product-details .details-content .link .inquiry {
    margin-right: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .link .inquiry {
        margin-right: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .link .contact {
    background: none;
    background-color: #00857d;
}
.hs-inner-product-details .parameter,
.hs-inner-product-details .product-videos,
.hs-inner-product-details .public-customer {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter,
    .hs-inner-product-details .product-videos,
    .hs-inner-product-details .public-customer {
        padding-top: 60px;
    }
}
.hs-inner-product-details .parameter-content {
    margin-top: 40px;
}
.hs-inner-product-details .parameter-content img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-product-details .parameter-content h4 {
    font-size: 18px;
    line-height: 1.44444444;

    color: #167c75;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter-content h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content h4 {
        font-size: 14px;
    }
}
.hs-inner-product-details .parameter-content .table_a {
    overflow-x: auto;

    max-width: 100%;
}
.hs-inner-product-details .parameter-content table {
    font-size: 15px;
    line-height: 1.73333333;

    width: 100%;
    max-width: 100%;

    background-color: #fff;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content table {
        font-size: 14px;
    }
}
.hs-inner-product-details .parameter-content table tr:nth-child(odd) {
    background: rgba(219, 219, 219, .2);
}
.hs-inner-product-details .parameter-content table tr th {
    font-size: 16px;

    text-align: left;

    background: #f9fcff;
}
.hs-inner-product-details .parameter-content table tr th,
.hs-inner-product-details .parameter-content table tr td {
    padding: 15px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content table tr th,
    .hs-inner-product-details .parameter-content table tr td {
        padding: 10px;
    }
}
.hs-inner-product-details .parameter-content table tr th:nth-child(1),
.hs-inner-product-details .parameter-content table tr td:nth-child(1) {
    color: #167c75;
}
.hs-inner-product-details .parameter-content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
}
.hs-inner-product-details .parameter-content p {
    color: #333;
}
.hs-inner-product-details .product-videos .product-videos-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin-top: 50px;

    border: 1px solid #c7c7c7;
    border-radius: 18px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-product-details .product-videos .product-videos-content .videos {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-videos .product-videos-content .videos {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-videos .product-videos-content .videos {
        width: 100%;
    }
}
.hs-inner-product-details .product-videos .product-videos-content .product-videos-group {
    display: none;
}
.hs-inner-product-details .product-videos .product-videos-content .product-videos-group .ibox {
    padding-bottom: 46.66666667%;
}
.hs-inner-product-details .product-videos .product-videos-content .videos-menu {
    width: 290px;
    padding: 0 30px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-videos .product-videos-content .videos-menu {
        width: 200px;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-videos .product-videos-content .videos-menu {
        width: 100%;
    }
}
.hs-inner-product-details .product-videos .product-videos-content .videos-menu>ul>li {
    margin: 30px 0;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-videos .product-videos-content .videos-menu>ul>li {
        margin: 15px 0;
    }
}
.hs-inner-product-details .product-videos .product-videos-content .videos-menu .menu-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-inner-product-details .product-videos .product-videos-content .videos-menu .menu-group .img {
    width: 50%;
    height: 100%;

    border: 3px solid #fff;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-videos .product-videos-content .videos-menu .menu-group .img {
        width: 30%;
    }
}
.hs-inner-product-details .product-videos .product-videos-content .videos-menu .menu-group .img .ibox {
    padding-bottom: 60.86956522%;
}
.hs-inner-product-details .product-videos .product-videos-content .videos-menu .menu-group .desc {
    width: 50%;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-videos .product-videos-content .videos-menu .menu-group .desc {
        width: 70%;
    }
}
.hs-inner-product-details .product-videos .product-videos-content .videos-menu .menu-group .desc p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
.hs-inner-product-details .product-videos .product-videos-content .videos-menu .active .menu-group .img {
    border-color: #000;
}
.public-faqs {
    margin-top: 80px;
    padding-top: 60px;

    border-top: 1px solid #d1d1d1;
}
@media (max-width: 1199px) {
    .public-faqs {
        margin-top: 60px;
    }
}
.public-faqs .title-faqs h3 {
    font-size: 24px;
    font-weight: bold;

    color: #167c75;
}
.public-faqs .faqs-list {
    max-width: 900px;
    margin: 0 auto;
}
.public-faqs .faqs-list .faqs-group {
    cursor: pointer;

    border-bottom: 1px solid #d1d1d1;
}
.public-faqs .faqs-list .faqs-group .title-faqs {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    padding: 15px 30px 15px 0;
}
.public-faqs .faqs-list .faqs-group .title-faqs:after {
    position: absolute;
    top: 15px;
    right: 0;

    content: '+';
}
.public-faqs .faqs-list .faqs-group .faqs-ques {
    padding-bottom: 20px;
}
.public-faqs .faqs-list .faqs-group .faqs-ques p {
    font-size: 14px;
    line-height: 1.71428571;
}
.public-faqs .faqs-list .current .faqs-group .title-faqs:after {
    content: '-';
}
.public-product-related {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .public-product-related {
        padding-top: 60px;
    }
}
.public-product-related .related-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.public-product-related .product-related {
    position: relative;
}
.public-product-related .product-related {
    position: relative;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .public-product-related .product-related {
        margin-top: 30px;
    }
}
.public-product-related .swiper-scrollbar {
    height: 10px;
    margin-top: 80px;

    cursor: pointer;

    background: #f8f8f8;
}
@media (max-width: 1560px) {
    .public-product-related .swiper-scrollbar {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .public-product-related .swiper-scrollbar {
        margin-top: 30px;
    }
}
.public-product-related .swiper-scrollbar .swiper-scrollbar-drag {
    border: 2px solid #f8f8f8;
    background-color: #167c75;
}
.public-customer .customer-list {
    position: relative;

    margin-top: 60px;
    padding: 0 30px;
}
.public-customer .customer-group .category-desc-top .title-category-desc {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71428571;

    margin-top: 10px;

    color: #167c75;
}
.public-customer .customer-group .category-desc-top .country {
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #333;
}
.public-customer .customer-group .category-desc-top .country img {
    width: 22px;
    margin-right: 4px;
}
.public-customer .customer-group .star-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.public-customer .customer-group .star-box .flaticon {
    font-size: 12px;

    margin-right: 4px;

    color: #f2b030;
}
.public-customer .customer-group .title-category-middle {
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #333;
}
.public-customer .customer-group .public-note {
    margin-top: 20px;
}
.public-customer .customer-group .public-note p {
    font-size: 14px;
    line-height: 24px;
}
.public-customer .customer-group .category-desc-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;
}
.public-customer .customer-group .category-desc-img .img {
    width: 33.33333333%;
    margin-top: 20px;
    padding: 0 10px;
}
@media (min-width: 1200px) {
    .public-customer .customer-group:hover .category-group-top .img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-customer .customer-group:hover .category-group-top .mask {
        color: #167c75;
    }
    .public-customer .customer-group:hover .category-group-top .category-more {
        padding: 0 30px;

        color: #fff;
        background-color: #167c75;
    }
    .public-customer .customer-group:hover .category-group-top .category-more span {
        width: auto;
        margin-right: 20px;
    }
}
.feedbackform form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feedbackform form ul li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .feedbackform form ul li {
        margin-top: 20px;
    }
}
.feedbackform form .field {
    position: relative;
}
.feedbackform form .input-label {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    padding: 10px 20px;

    cursor: text;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .18s;
    transition-duration: .18s;
    -webkit-transition-property: top, font-size;
    transition-property: top, font-size;

    color: #666;
}
@media (max-width: 991px) {
    .feedbackform form .input-label {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.feedbackform form .input-field {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 10px 20px;

    -webkit-transition: border .28s ease-out;
    transition: border .28s ease-out;

    border: 1px solid rgba(138, 138, 138, .27);
    background: transparent;
    background-color: #fff;
}
@media (max-width: 991px) {
    .feedbackform form .input-field {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 20px;
    }
}
.feedbackform form .input-field:required+.input-label:after {
    content: '*';

    color: #f90;
}
.feedbackform form .input-field:focus+.input-label,
.feedbackform form .input-field:not(:placeholder-shown)+.input-label {
    font-size: 14px;

    top: -36px;

    color: #fff;
}
@media (max-width: 991px) {
    .feedbackform form .input-field:focus+.input-label,
    .feedbackform form .input-field:not(:placeholder-shown)+.input-label {
        font-size: 12px;

        top: -20px;
    }
}
.feedbackform form .input:hover .input-field:placeholder-shown:not(:focus) {
    border-color: #666;
}
.feedbackform form .submit {
    font-size: 16px;
    line-height: 44px;

    height: 50px;
    margin-top: 30px;
    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: #00857d;
}
@media (max-width: 991px) {
    .feedbackform form .submit {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
        margin-top: 30px;
    }
}
.feedbackform form .submit:hover {
    -webkit-transition: all .2s;
    transition: all .2s;

    background-color: #167c75;
}
.hs-footer {
    overflow: hidden;

    color: #fff;
    background: #00857d;
}
.hs-footer .foot {
    padding: 100px 0;
}
@media (max-width: 1199px) {
    .hs-footer .foot {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .hs-footer .foot {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot {
        padding: 40px 0;
    }
}
.hs-footer .foot>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hs-footer .foot>ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.hs-footer .foot>ul>li {
    position: relative;

    margin: 5px 0;
}
@media (max-width: 1199px) {
    .hs-footer .foot>ul>li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot>ul>li {
        width: 100%;
        max-width: 100%;
    }
}
.hs-footer .foot>ul>li .title-foot {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.66666667;

    display: block;

    letter-spacing: 1px;
    text-transform: uppercase;
}
.hs-footer .foot>ul>li .flaticon-right-arrow {
    font-style: normal;

    display: none;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-footer .foot>ul>li .flaticon-right-arrow {
        font-size: 16px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;

        display: block;

        width: 30px;
        height: 30px;

        text-align: center;
    }
}
.hs-footer .foot>ul>li>ul {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .hs-footer .foot>ul>li>ul {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot>ul>li>ul {
        display: none;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot>ul>li>ul>li {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.hs-footer .foot>ul>li>ul>li>a {
    line-height: 1.5;

    display: block;

    padding: 4px 0;
}
.hs-footer .foot>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #fff;
}
.hs-footer .foot>ul>li.current .flaticon-right-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.hs-footer .copyright {
    font-size: 14px;
    font-weight: 500;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0;

    color: rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(255, 255, 255, .2);

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .hs-footer .copyright {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hs-footer .copyright {
        display: block;

        padding: 15px 0;
    }
}
.hs-footer .copyright p {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.hs-footer .copyright .design {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px) {
    .hs-footer .copyright .design {
        float: none;
    }
}
.hs-footer .copyright a:hover {
    text-decoration: underline;

    color: #fff;
}
.public-news-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.public-news-group .img {
    width: 270px;
}
@media (max-width: 991px) {
    .public-news-group .img {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .public-news-group .img {
        width: 100%;
    }
}
.public-news-group .img .ibox {
    padding-bottom: 75%;
}
.public-news-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-news-group .desc {
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
    padding-left: 30px;
}
@media (max-width: 991px) {
    .public-news-group .desc {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .public-news-group .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.public-news-group .title-news {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px) {
    .public-news-group .title-news {
        font-size: 24px;
        line-height: 30px;

        max-height: 60px;
    }
}
@media (max-width: 991px) {
    .public-news-group .title-news {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .public-news-group .title-news {
        font-size: 18px;
        line-height: 24px;

        max-height: 48px;
    }
}
.public-news-group .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 72px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .public-news-group .public-note {
        margin-top: 10px;
    }
}
.public-news-group .public-note p {
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 991px) {
    .public-news-group .public-note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .public-news-group .public-note p {
        font-size: 14px;
    }
}
.public-news-group .date {
    font-size: 12px;
    line-height: 1.66666667;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;

    color: #a4a4a4;
}
@media (max-width: 991px) {
    .public-news-group .date {
        margin-top: 10px;
    }
}
.public-news-group .date .flaticon {
    margin-right: 10px;
}
.public-news-group .date span:before {
    font-weight: bold;

    margin: 0 4px;

    content: '·';
}
@media (min-width: 1200px) {
    .public-news-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-news-group:hover .desc .title-news {
        color: #167c75;
    }
}
.hs-inner-news .title-inner:before {
    display: none;
}
.hs-inner-news .title-inner h2 {
    color: #333;
}
.hs-inner-news .hs-inner-location {
    padding-top: 10px;
}
.hs-inner-news .news .news-list {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-right: 80px;
}
@media (max-width: 991px) {
    .hs-inner-news .news .news-list {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news .news .news-list {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-news .news .news-list>ul>li {
    padding: 50px 0;

    border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 1199px) {
    .hs-inner-news .news .news-list>ul>li {
        padding: 30px 0;
    }
}
.hs-inner-news .news .news-right {
    width: 340px;
}
@media (max-width: 991px) {
    .hs-inner-news .news .news-right {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news .news .news-right {
        width: 100%;
    }
}
.news-right-company .title-news-right h3,
.news-right-product .title-news-right h3 {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
.news-right-company .company,
.news-right-product .company,
.news-right-company .product,
.news-right-product .product {
    display: block;
    overflow: hidden;

    margin-top: 30px;

    border: 1px solid #d5d5d5;
    border-radius: 14px;
}
.news-right-company .company .img .ibox,
.news-right-product .company .img .ibox,
.news-right-company .product .img .ibox,
.news-right-product .product .img .ibox {
    padding-bottom: 64.70588235%;
}
.news-right-company .company .desc,
.news-right-product .company .desc {
    padding: 30px 20px;
}
.news-right-company .company .desc .public-note,
.news-right-product .company .desc .public-note {
    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-right-company .company .desc .public-note p,
.news-right-product .company .desc .public-note p {
    font-size: 18px;
    line-height: 24px;
}
.news-right-company .company .desc .more,
.news-right-product .company .desc .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;

    color: #167c75;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-right-company .company .desc .more:after,
.news-right-product .company .desc .more:after {
    display: block;

    width: 10px;
    height: 10px;
    margin-left: 10px;

    content: '';

    background: url(../images/left-arrow1.webp) no-repeat center;
    background-size: cover;
}
.news-right-company .product .desc,
.news-right-product .product .desc {
    padding: 30px 20px;
}
.news-right-company .product .txt,
.news-right-product .product .txt {
    padding-bottom: 20px;

    border-bottom: 1px solid #e8e8e8;
}
.news-right-company .product .txt h3,
.news-right-product .product .txt h3 {
    font-size: 18px;
    line-height: 1.33333333;
}
.news-right-company .product .txt p,
.news-right-product .product .txt p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.news-right-product {
    margin-top: 40px;
}
.hs-inner-news-show .title-inner:before {
    display: none;
}
.hs-inner-news-show .title-inner h2 {
    color: #333;
}
.hs-inner-news-show .hs-inner-location {
    padding-top: 10px;
}
.hs-inner-news-show .title-news-show {
    margin-top: 40px;
}
.hs-inner-news-show .title-news-show h2 {
    font-size: 36px;
    font-weight: 900;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .title-news-show h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news-show .title-news-show h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news-show .title-news-show h2 {
        font-size: 20px;
    }
}
.hs-inner-news-show .date {
    font-size: 12px;
    line-height: 1.66666667;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;

    color: #a4a4a4;
}
@media (max-width: 991px) {
    .hs-inner-news-show .date {
        margin-top: 10px;
    }
}
.hs-inner-news-show .date .flaticon {
    margin-right: 10px;
}
.hs-inner-news-show .date span:before {
    font-weight: bold;

    margin: 0 4px;

    content: '·';
}
.hs-inner-news-show .news-show .public-note {
    margin-top: 30px;
}
.hs-inner-news-show .news-show .public-note img {
    max-width: 100%;
    height: auto !important;
}
@media (min-width: 1200px) {
    .hs-inner-news-show .news-show .public-note p {
        font-size: 18px;
    }
}
.hs-inner-news-show .prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-news-show .prev-next .prev,
.hs-inner-news-show .prev-next .next {
    font-weight: 900;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 14px;
    padding: 15px 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #999;
    background: #e7e7e7;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-news-show .prev-next .prev:hover,
.hs-inner-news-show .prev-next .next:hover {
    color: #fff;
    background-color: #167c75;
}
.hs-inner-news-show .prev-next .prev:hover:before,
.hs-inner-news-show .prev-next .next:hover:before {
    opacity: 1;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-inner-news-show .prev-next .prev:hover:after,
.hs-inner-news-show .prev-next .next:hover:after {
    opacity: 1;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-inner-news-show .prev-next .prev:before {
    display: block;

    width: 15px;
    height: 15px;
    margin-right: 10px;

    content: '';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    opacity: .5;
    background: url(../images/left-arrow1.webp) no-repeat center;
    background-size: cover;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}
.hs-inner-news-show .prev-next .next:after {
    display: block;

    width: 15px;
    height: 15px;
    margin-left: 10px;

    content: '';

    opacity: .5;
    background: url(../images/left-arrow1.webp) no-repeat center;
    background-size: cover;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
}
.public-related-news {
    padding-top: 80px;
}
@media (max-width: 1560px) {
    .public-related-news {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .public-related-news {
        padding-top: 40px;
    }
}
.public-related-news .news-list {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .public-related-news .news-list {
        margin-top: 20px;
    }
}
.public-related-news .public-news-group .img {
    width: 100%;
}
.public-related-news .public-news-group .desc {
    width: 100%;
    padding: 20px 0 0 0;
}
.public-related-news .public-news-group .desc .title-news {
    font-size: 20px;
    line-height: 30px;

    max-height: 60px;
}
.public-related-news .public-news-group .desc .public-note {
    display: none;
}
.hs-inner-public-details .title-home {
    text-align: center;
}
.hs-inner-public-details .title-home h2 {
    font-size: 36px;

    text-transform: capitalize;
}
.hs-inner-public-details .public-details {
    position: relative;

    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-public-details .public-details {
        margin-top: 30px;
    }
}
.hs-inner-public-details .public-details .public-note {
    max-width: 800px;
    margin: 0 auto;
}
.hs-inner-public-details .public-details .public-note img {
    max-width: 100%;
}
.hs-inner-public-details .public-details .swiper-button-prev {
    left: 0;
}
.hs-inner-public-details .public-details .swiper-button-next {
    right: 0;
}
.hs-inner-public-details .public-details .swiper-button-prev,
.hs-inner-public-details .public-details .swiper-button-next {
    color: #333;
    border-radius: 50%;
}
.hs-inner-public-details .public-details .swiper-button-prev .flaticon,
.hs-inner-public-details .public-details .swiper-button-next .flaticon {
    font-size: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-public-details .public-details .swiper-button-prev,
    .hs-inner-public-details .public-details .swiper-button-next {
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.hs-inner-public-details .public-details .swiper-button-prev:hover,
.hs-inner-public-details .public-details .swiper-button-next:hover {
    color: #fff;
    background-color: #167c75;
}
.hs-inner-public-details .return {
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 1199px) {
    .hs-inner-public-details .return {
        margin-top: 50px;
    }
}
.hs-inner-public-details .return a {
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #777;
    border-radius: 24px;
}
.hs-inner-public-details .return a .flaticon {
    font-size: 24px;
}
.hs-inner-public-details .return a:hover {
    color: #fff;
    border-color: #167c75;
    background-color: #167c75;
}
.hs-inner-contact .title-inner:before {
    display: none;
}
.hs-inner-contact .contact {
    margin-top: 40px;
    padding-bottom: 80px;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact {
        margin-top: 20px;
        padding-bottom: 50px;
    }
}
.hs-inner-contact .contact .public-share {
    display: block;

    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .public-share {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .public-share {
        width: 100%;
    }
}
.hs-inner-contact .contact .public-share .title-share {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    color: #167c75;
}
.hs-inner-contact .contact .public-share ul li a {
    border-radius: 9px;
    background: -webkit-linear-gradient(138deg, #da1bb8, #9520e6);
    background: linear-gradient(-48deg, #da1bb8, #9520e6);
}
.hs-inner-contact .contact .public-share ul .facebook a {
    background: #1756e4;
}
.hs-inner-contact .contact .public-share ul .youtube a {
    background: #d70404;
}
.hs-inner-contact .contact .desc {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .desc {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .desc {
        width: 100%;
    }
}
.hs-inner-contact .contact .desc ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -100px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .desc ul {
        margin: 0 -50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .desc ul {
        margin: 0 -20px;
    }
}
.hs-inner-contact .contact .desc ul li {
    padding: 0 100px;

    border-right: 1px solid #d9d9d9;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .desc ul li {
        padding: 0 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .desc ul li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .desc ul li {
        width: 100%;
        margin-top: 20px;

        border: none;
    }
}
.hs-inner-contact .contact .desc ul li:last-child {
    border-right: none;
}
.hs-inner-contact .contact .desc .contact-group .icon {
    width: 70px;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .desc .contact-group .icon {
        width: 50px;
    }
}
.hs-inner-contact .contact .desc .contact-group .icon img {
    width: 100%;
}
.hs-inner-contact .contact .desc .contact-group .note {
    margin-top: 20px;
}
.hs-inner-contact .contact .desc .contact-group .note b {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;

    color: #167c75;
}
.hs-inner-contact .contact .desc .contact-group .note p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    color: #333;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact .desc .contact-group .note p {
        font-size: 18px;
    }
}
.hs-inner-contact .contact .desc .contact-group .note p a:hover {
    text-decoration: underline;

    color: #167c75;
}
.hs-inner-feedback .img {
    position: relative;

    width: 50%;
    height: 100%;
    padding: 0 5% 40px 70px;
}
@media (max-width: 767px) {
    .hs-inner-feedback .img {
        width: 100%;
        padding: 0 0 20px 30px;
    }
}
.hs-inner-feedback .img img {
    max-width: 100%;
}
.hs-inner-feedback .img .imgbg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 90%;
}
.hs-inner-feedback .img .imgbg img {
    -webkit-animation: cat 10s linear infinite;
    animation: cat 10s linear infinite;
}
.hs-inner-feedback .img .imgcat {
    position: relative;
    z-index: 4;
}
.hs-inner-feedback .public-feedback {
    width: 50%;
}
.public-feedback {
    position: relative;
    z-index: 6;

    max-width: 800px;
}
@media (max-width: 767px) {
    .public-feedback {
        width: 100%;
        margin-top: 30px;
    }
}
.public-feedback .title-inner:before {
    display: none;
}
.public-feedback .form-list ul li {
    margin-top: 20px;
}
.public-feedback .form-list label {
    font-size: 20px;
    line-height: 1.5;

    color: #333;
}
@media (max-width: 1199px) {
    .public-feedback .form-list label {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .public-feedback .form-list label {
        font-size: 16px;
    }
}
.public-feedback .form-list label span {
    color: #cf1f26;
}
.public-feedback .form-list input,
.public-feedback .form-list textarea {
    line-height: 26px;

    width: 100%;
    margin-top: 6px;
    padding: 10px 15px;

    border: 1px solid #dedede;
}
@media (max-width: 767px) {
    .public-feedback .form-list input,
    .public-feedback .form-list textarea {
        line-height: 20px;
    }
}
.public-feedback .form-list input::-webkit-input-placeholder,
.public-feedback .form-list textarea::-webkit-input-placeholder {
    color: #dadada;
}
.public-feedback .form-list input:-o-placeholder,
.public-feedback .form-list textarea:-o-placeholder {
    color: #dadada;
}
.public-feedback .form-list input::-moz-placeholder,
.public-feedback .form-list textarea::-moz-placeholder {
    color: #dadada;
}
.public-feedback .form-list input:-ms-input-placeholder,
.public-feedback .form-list textarea:-ms-input-placeholder {
    color: #dadada;
}
.public-feedback .form-list input:focus::-webkit-input-placeholder,
.public-feedback .form-list textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.public-feedback .form-list input:focus::-o-placeholder,
.public-feedback .form-list textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.public-feedback .form-list input:focus::-moz-placeholder,
.public-feedback .form-list textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.public-feedback .form-list input:focus::-ms-input-placeholder,
.public-feedback .form-list textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.public-feedback .form-list .public-note p {
    line-height: 24px;
}
.public-feedback .form-list .checkbox {
    margin-top: 20px;

    color: #666;
}
.public-feedback .form-list .checkbox input {
    width: 15px;
    height: 15px;

    border: 1px solid #bebebe;
}
.public-feedback .form-list .submit {
    line-height: 26px;

    width: 100%;
    margin-top: 40px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 0;
    background-color: #167c75;
}
.public-feedback .form-list .submit:hover {
    background-color: #00857d;
}
@-webkit-keyframes cat {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@keyframes cat {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.hc-mobile-nav.nav-levels-overlap ul ul .iconimg {
    display: none;
}
.hc-mobile-nav.nav-levels-overlap ul ul b {
    font-weight: normal;
}
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.hideh1 {
    font-size: 0;
}
.hideh1 h1 {
    font-size: 0;

    margin: 0;
}
.flaticon:before {
    line-height: inherit !important;

    display: block;
}
.hs-inner-policy .policy {
    margin-top: 30px;
}
.hs-inner-product-details .product-details .details-imgbox {
    position: relative;
}
.hs-inner-product-details .product-details .product-big .product-group .ibox {
    cursor: crosshair;
}
.zoom-preview {
    position: absolute !important;
    z-index: 7;
    top: 0;
    left: 100%;

    width: 500px;
    height: 500px;
}
@media (max-width: 1199px) {
    .zoom-preview {
        display: none;
    }
}
.follow-overlay {
    position: absolute;

    display: none;

    width: 100px;
    height: 100px;

    pointer-events: none;

    background: url('../images/mask.png') repeat center;
}
.public-no-results {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .public-no-results {
        margin-top: 30px;
    }
}
.public-no-results img img {
    width: 100%;
}
.public-no-results .desc {
    padding-left: 5%;
}
@media (max-width: 767px) {
    .public-no-results .desc {
        margin-top: 30px;
        padding-left: 15px;
    }
}
.public-no-results .desc .title-home h2 {
    color: #167c75;
}
.public-no-results .desc .public-note {
    margin-top: 20px;
}
.public-no-results .desc .public-note p {
    font-size: 18px;

    color: #666;
}
.zoomImg {
    width: 1000px !important;
    height: 1000px !important;
    background-color: #fff;
}
.tab-menu {
    margin-top: 20px;
    background-color: #efecec;
}
.tab-menu ul {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    overflow-x: auto;
}
.tab-menu ul li {
    display: flex;
    align-items: center;
}
.tab-menu ul li a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 20px;
    position: relative;
    transition: all 0.2s;
    font-weight: bold;
}
@media (max-width: 767px) {
    .tab-menu ul li a {
        font-size: 16px;
        padding: 10px;
        line-height: 24px;
    }
}
/* .tab-menu ul li a:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #167c75 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  transition: all 0.2s;
  opacity: 0;
}
.tab-menu ul li:after {
  content: "|";
  margin: 0 20px;
  display: block;
} */
@media (max-width: 767px) {
    .tab-menu ul li a {
        font-size: 16px;
    }
    /* .tab-menu ul li:after {
    margin: 0 6px;
  } */
}
/* .tab-menu ul li:last-child:after {
  display: none;
} */
.tab-menu ul li.active a {
    color: #ffffff;
    background-color: #167c75;
}
.tab-menu ul li.active a:after {
    opacity: 1;
}
.tab-content {
    margin-top: 20px;
    display: none;
    height: 360px;
    overflow-y: auto;
}
@media (max-width: 1400px) {
    .tab-content {
        height: 280px;
    }
}
.page_info {
    text-align: center;
    margin: 10px auto;
    padding: 50px;
    color: #999;
    clear: both
}
.page_info span {
    padding: 0 2px;
    font-weight: bold
}
.page_list {
    height: 40px;
    line-height: 40px;
    width: 40px;

    text-align: center;
    clear: both;
    letter-spacing: 0;
    font-size: 14px;
    margin: 50px auto;
    padding: 30px;
    clear: both;
    width: 100%
}
.page_list a,
.page_list span {
    display: inline-block;
    color: #ccc;
    border: 1px solid #111;
    background: #000;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 1px;
    border-radius: 50%;
}
.page_list a:hover {
    color: #fff;
    border: 1px solid #00857d;
    background: #00857d
}
.page_list .on {
    color: #fff;
    border: 1px solid #00857d;
    background: #00857d
}
.page_list a.on {
    color: #fff;
    border: 1px solid #00857d;
    background: #00857d
}