.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;
    }
    .con1000 {
        max-width: 1030px;
    }
}
@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 {
    line-height: 50px;

    position: relative;
    z-index: 8;
    top: 0;
    left: 0;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin: 0;

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

    color: #666;
    border: 1px solid rgba(0, 0, 0, .42);
    border-radius: 50%;
    background: #fff;
}
.swiper-button-next img,
.swiper-button-prev img {
    width: 10px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next .flaticon,
.swiper-button-prev .flaticon {
    font-size: 20px;

    display: block;

    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 0;

    margin-left: 6px;
}
.swiper-button-next.swiper-button-next .flaticon,
.swiper-button-prev.swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff;
    border-color: #005bac;
    background-color: #005bac;
}
.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next {
    position: absolute;
    z-index: 8;
    top: 50%;

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

    margin-left: 0;

    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 767px) {
    .swiper-poa .swiper-button-next {
        right: -15px;
    }
}
.slick-arrow {
    font-size: 0;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 30px;
    height: 50px;

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

    background: url(../images/arrow.webp) no-repeat center;
    background-size: 20px;
}
.slick-arrow.slick-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.slick-arrow.slick-next {
    left: 50px;
}
.slick-arrow:hover {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
: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: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    padding: 0 3%;

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

    color: #fff;
}
@media (max-width: 767px) {
    .hs-header-box {
        position: -webkit-sticky;
        position: sticky;
        top: 0;

        background-color: #005bac;
    }
}
.hs-header-box .logo {
    display: block;

    height: 45px;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
    .hs-header-box .logo {
        height: 60px;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .hs-header-box .logo {
        padding: 15px 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: #005bac;
}
.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: #005bac;
}
@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 .top-txt {
    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 .top-txt ul.txt-contact {
    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 .top-txt ul.txt-contact li {
    position: relative;

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

    margin-left: 12px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt ul.txt-contact li {
        margin-left: 2px;
    }
}
.hs-header-box .top-txt ul.txt-contact li .flaticon {
    font-size: 20px;
    line-height: 1.7;

    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .hs-header-box .top-txt ul.txt-contact li .flaticon {
        font-size: 18px;

        padding: 0 10px;
    }
}
.hs-header-box .top-txt ul.txt-contact li p {
    font-size: 14px;
    line-height: 24px;

    position: absolute;
    top: 100%;
    left: 50%;

    display: none;

    padding: 10px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;

    color: #fff;
    border-radius: 4px;
    background-color: #005bac;
}
@media (max-width: 767px) {
    .hs-header-box .top-txt ul.txt-contact li p {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.hs-header-box .top-txt ul.txt-contact li p:before {
    position: absolute;
    top: -8px;
    left: 50%;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-width: 0 4px 8px 4px;
    border-style: solid;
    border-color: transparent transparent #005bac transparent;
}
.hs-header-box .top-txt ul.txt-contact li:hover .flaticon {
    opacity: .8;
}
.hs-header-box .top-txt ul.txt-contact li:hover p {
    display: block;
}
.hs-header-box .top-txt .icon {
    line-height: 36px;

    width: 34px;
    height: 36px;

    cursor: pointer;
}
.hs-header-box .top-txt .icon img {
    width: 100%;

    -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: #005bac;
}
@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: #00a75a;
}
.hs-header-box .language {
    position: relative;

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

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

    text-align: center;

    color: #fff;
}
.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: #005bac;
}
.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>a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    position: relative;
    z-index: 8;

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

    height: 120px;
    padding: 0 50px;

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

    -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: 1560px) {
    .hs-header-box .header-nav>ul>li>a {
        padding: 0 30px;
    }
}
@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 28px;
    }
}
.hs-header-box .header-nav>ul>li>a:after {
    position: absolute;
    bottom: 25%;
    left: 50%;

    display: block;

    width: 38px;
    height: 7px;

    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);

    opacity: 0;
    background: url(../images/line-1.webp) no-repeat center;
    background-size: cover;
}
.hs-header-box .header-nav>ul>li:hover>a {
    color: #005bac;
}
.hs-header-box .header-nav>ul>li:hover>a:after {
    opacity: 1;
}
.hs-header-box .header-nav>ul>li.active>a:after {
    opacity: 1;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;

    display: none;

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

    text-align: center;

    color: #333;
    border-radius: 0 0 96px 95px;
    background: #fff;
    box-shadow: 0 2px 13px 0 rgba(57, 57, 57, .1);
}
.hs-header-box .pc-nav-down>li {
    border-bottom: 1px solid #dedede;
}
.hs-header-box .pc-nav-down>li:last-child {
    border-bottom: none;
}
.hs-header-box .pc-nav-down>li>a {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 15px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    /* white-space: nowrap; */
}
.hs-header-box .pc-nav-down>li:hover>a,
.hs-header-box .pc-nav-down>li.active>a {
    color: #005bac;
}
.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: #005bac;
}
.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: 14px;
    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: #005bac;
}
.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: #005bac;
}
@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 {
    color: #005bac;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box.stuck-header .logo {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-header-box.stuck-header .header-nav>ul>li>a {
    height: 80px;
}
.hs-header-box.stuck-header .header-nav>ul>li>a:after {
    bottom: 15%;
}
.hs-header-box.stuck-header .pc-nav-down {
    padding-top: 100px !important;
}
.hs-header-box.stuck-header .top-txt .icon img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-header-box.stuck-header .language p {
    color: #005bac;
}
.hs-header-box.stuck-header .pc-search .search-button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box-product {
    color: #005bac;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}
.hs-header-box-product .logo {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-header-box-product .pc-nav-down {
    padding-top: 100px !important;
}
.hs-header-box-product .top-txt .icon img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-header-box-product .language p {
    color: #005bac;
}
.hs-header-box-product .pc-search .search-button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.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: #00a75a;
    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: #00a75a;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #00a75a;
}
.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: #005bac;
}
.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;
    top: 50%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
.banner-box .swiper-text .desc {
    width: 50%;
}
.banner-box .swiper-text .img {
    width: 50%;
}
.banner-box .swiper-text .img .img1,
.banner-box .swiper-text .img .img2,
.banner-box .swiper-text .img .img3 {
    display: block;

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

    opacity: 0;
}
.banner-box .swiper-text .img .img1 img,
.banner-box .swiper-text .img .img2 img,
.banner-box .swiper-text .img .img3 img {
    width: 100%;
}
.banner-box .swiper-text h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h4 {
        font-size: 20px;
    }
}
.banner-box .swiper-text h2,
.banner-box .swiper-text h3,
.banner-box .swiper-text h4 {
    overflow: hidden;
}
.banner-box .swiper-text h2 span,
.banner-box .swiper-text h3 span,
.banner-box .swiper-text h4 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: 60px;
    font-weight: 900;
    line-height: 1.25;
}
@media (max-width: 1660px) {
    .banner-box .swiper-text h2 {
        font-size: 54px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text h2 {
        font-size: 46px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h2 {
        font-size: 40px;
    }
}
@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 h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.33333333;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h3 {
        font-size: 18px;
    }
}
.banner-box .swiper-text .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@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 {
        display: none;

        margin-top: 0;
    }
}
.banner-box .swiper-text .link a {
    font-size: 14px;
    font-weight: 900;
    line-height: 28px;

    display: block;

    min-width: 180px;
    padding: 15px 10px;

    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: #00a75a;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .link a {
        line-height: 24px;

        min-width: 140px;
        padding: 10px;
    }
}
.banner-box .swiper-text .link .ban-inquiry {
    margin-right: 30px;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .link .ban-inquiry {
        margin-right: 10px;
    }
}
.banner-box .swiper-text .link .active {
    background-color: #005bac;
}
.banner-box .swiper-text-1 .desc {
    width: 60%;
}
@media (max-width: 767px) {
    .banner-box .swiper-text-1 .desc {
        width: 100%;
    }
}
.banner-box .swiper-text-2 .desc {
    width: 55%;
    padding-right: 2%;
}
.banner-box .swiper-text-2 .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 45%;

    -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;
}
.banner-box .swiper-text-2 .img .img1,
.banner-box .swiper-text-2 .img .img2,
.banner-box .swiper-text-2 .img .img3 {
    overflow: hidden;

    width: 30%;
    padding: 8px;

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}
@media (max-width: 767px) {
    .banner-box .swiper-text-2 .img .img1,
    .banner-box .swiper-text-2 .img .img2,
    .banner-box .swiper-text-2 .img .img3 {
        padding: 4px;
    }
}
.banner-box .swiper-text-2 .img .img1 img,
.banner-box .swiper-text-2 .img .img2 img,
.banner-box .swiper-text-2 .img .img3 img {
    overflow: hidden;

    border-radius: 50%;
}
.banner-box .swiper-text-3 .desc {
    width: 50%;
}
@media (max-width: 767px) {
    .banner-box .swiper-text-3 .desc {
        width: 100%;
    }
}
.banner-box .swiper-text-3 h2 {
    font-size: 110px;
}
@media (max-width: 1660px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 90px;
    }
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 80px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 70px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-3 h2 {
        font-size: 30px;
    }
}
.banner-box .swiper-text-3 h3 {
    font-size: 48px;
}
@media (max-width: 1660px) {
    .banner-box .swiper-text-3 h3 {
        font-size: 40px;
    }
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-3 h3 {
        font-size: 36px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text-3 h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-3 h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text-3 h3 {
        font-size: 18px;
    }
}
.banner-box .swiper-slide-active .swiper-text h2 span,
.banner-box .swiper-slide-active .swiper-text h3 span,
.banner-box .swiper-slide-active .swiper-text h4 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .swiper-slide-active .swiper-text .img .img1,
.banner-box .swiper-slide-active .swiper-text .img .img2,
.banner-box .swiper-slide-active .swiper-text .img .img3 {
    -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;

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

    width: 100%;
    padding: 0 3%;

    -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: 767px) {
    .banner-box .button-banner {
        bottom: 0;
    }
}
.banner-box .swiper-pagination-fraction {
    font-size: 18px;
    font-style: italic;

    position: relative;

    width: auto;

    color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination-fraction {
        font-size: 14px;
    }
}
.banner-box .swiper-pagination-fraction span:before {
    content: '0';
}
.banner-box .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 48px;
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 20px;
    }
}
.banner-box .swiper-pagination-progressbar.vertical {
    position: absolute;
    z-index: 6;
    top: 50%;
    right: 3%;
    bottom: 0;

    overflow: hidden;

    width: 4px;
    height: 40%;

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

    border-radius: 2px;
    background: rgba(255, 255, 255, 0);
}
.banner-box .swiper-pagination-progressbar.vertical:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 2px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background: rgba(255, 255, 255, .5);
}
.banner-box .swiper-pagination-progressbar.vertical::after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: -webkit-calc(var(--progress, 0) * 100%);
    height: calc(var(--progress, 0) * 100%);

    content: '';
    -webkit-transition: height .3s;
    transition: height .3s;

    background: #fff;
}
.banner-box .banner-line {
    width: 100%;
    height: 1px;
    margin: 0 30px;

    background-color: rgba(255, 255, 255, .3);
}
.banner-box .prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    font-size: 16px;
    line-height: 30px;

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

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

    color: #fff;
    border: none;
    background: none;
}
.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 .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: 48px;
    font-weight: 900;
    line-height: 1;

    color: #fff;
}
@media (max-width: 1560px) {
    .banner-inner .title-banner h2 {
        font-size: 44px;
    }
}
@media (max-width: 1470px) {
    .banner-inner .title-banner h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .title-banner h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .banner-inner .title-banner h2 {
        font-size: 30px;
    }
}
.banner-inner .title-banner img {
    width: 68px;
    margin: 0;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.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: #005bac;
}
.title-home:before {
    display: block;

    width: 69px;
    height: 12px;
    margin-bottom: 8px;

    content: '';

    background: url(../images/line-1.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: 700px;
    margin: 10px 0 0 0;

    color: #005bac;
}
@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 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.lh24 p {
    line-height: 24px;
}
.public-note.fz20 p {
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 1560px) {
    .public-note.fz20 p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .public-note.fz20 p {
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .public-note.fz20 p {
        font-size: 16px;
    }
}
.hs-more {
    margin-top: 30px;
}
.hs-more a {
    font-size: 12px;
    font-weight: 900;
    line-height: 2;

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

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

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

    color: #005bac;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-more a:after {
    display: block;

    width: 0;
    height: 0;
    margin-left: 8px;

    content: '';

    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #005bac;
}
.hs-more a:hover {
    color: #00a75a;
}
.hs-more a:hover:after {
    border-color: transparent transparent transparent #00a75a;
}
@-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);
    }
}
.public-category-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;
}
.public-category-group .category-img {
    position: relative;

    width: 50%;
    padding: 30px 0;
}
.public-category-group .category-img .img {
    overflow: hidden;

    border: 8px solid rgba(0, 91, 172, .1);
    border-radius: 50%;
}
.public-category-group .category-img .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-category-group .category-img .more {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    width: 100px;
    height: 100px;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);

    opacity: 0;
    border: 8px solid rgba(0, 91, 172, .2);
    border-radius: 50%;
}
@media (max-width: 1470px) {
    .public-category-group .category-img .more {
        width: 80px;
        height: 80px;

        border-width: 6px;
    }
}
@media (max-width: 1199px) {
    .public-category-group .category-img .more {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);

        opacity: 1;
    }
}
.public-category-group .category-img .more span {
    font-size: 12px;
    font-weight: 900;
    line-height: 1;

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

    width: 100%;
    height: 100%;
    padding-top: 4px;

    color: #fff;
    border-radius: 50%;
    background-color: #005bac;

    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.public-category-group .category-img .more .flaticon {
    font-size: 16px;
}
.public-category-group .category-desc {
    width: 50%;
    padding-left: 5%;
}
.public-category-group .category-desc .title-category {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33333333;
    font-style: italic;
    max-width: 140px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.public-category-group .category-desc .title-category span {
    font-weight: normal;
    font-style: italic;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.public-category-group .category-desc .mask {
    font-size: 12px;
    font-weight: 900;
    line-height: 22px;

    display: inline-block;

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

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

    color: #005bac;
    border-radius: 9px;
    background-color: rgba(0, 91, 172, .1);
}
@media (min-width: 1200px) {
    .public-category-group:hover .category-img .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-category-group:hover .category-img .more {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    .public-category-group:hover .category-desc .title-category {
        color: #005bac;
    }
    .public-category-group:hover .category-desc .title-category span {
        font-weight: bold;
        font-style: normal;
    }
    .public-category-group:hover .category-desc .mask {
        color: #fff;
        background-color: #005bac;
    }
}
@media (max-width: 767px) {
    .hs-home-category {
        padding-bottom: 0;
    }
}
.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: 18px;
    font-weight: 900;
    line-height: 1.5;

    display: block;

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

    color: #84b7e2;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu ul li a {
        font-size: 16px;
    }
}
.hs-home-category .category-menu ul li a .flaticon {
    font-size: 50px;

    display: block;
}
.hs-home-category .category-menu ul li a:after {
    display: block;

    width: 0;
    height: 12px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';
    -webkit-transition: all 1s;
    transition: all 1s;

    background: url(../images/line-2.webp) no-repeat center;
    background-size: auto 100%;
}
.hs-home-category .category-menu ul li.active a {
    color: #005bac;
}
.hs-home-category .category-menu ul li.active a:after {
    width: 100%;
}
.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;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-content {
        margin-top: 20px;
    }
}
.hs-home-category .category {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;

    background-color: #fff;
}
.hs-home-category .category.show {
    position: relative;
    z-index: 4;
}
.hs-home-category .category-more {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .hs-home-category .category-more {
        margin-top: 30px;
    }
}
.hs-home-category .category-more a {
    line-height: 30px;

    position: relative;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-home-category .category-more a:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #005bac;
}
.hs-home-category .category-more a span {
    font-size: 14px;
    font-weight: 900;

    position: relative;
    z-index: 4;

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

    letter-spacing: 2px;
    text-transform: uppercase;

    background-color: #fff;
}
@media (max-width: 767px) {
    .hs-home-category .category-more a span {
        padding: 0 10px;
    }
}
.hs-home-category .category-more a:hover {
    color: #005bac;
}
.hs-home-oem .oem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-height: 400px;
    padding: 50px 8% 0;

    background: url(../images/oem_bg.webp) no-repeat center;
    background-size: 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;
}
@media (max-width: 1470px) {
    .hs-home-oem .oem {
        background-size: 120% auto;
    }
}
@media (max-width: 1199px) {
    .hs-home-oem .oem {
        padding: 50px 5% 0;

        background-size: 150% auto;
    }
}
@media (max-width: 767px) {
    .hs-home-oem .oem {
        padding: 0 15px;

        background-position: center -10px;
        background-size: 400% auto;
    }
}
.hs-home-oem .oem .title-home:before {
    display: none;
}
.hs-home-oem .oem .public-note {
    max-width: 500px;
    margin-top: 18px;
}
@media (max-width: 767px) {
    .hs-home-why {
        padding-top: 0;
    }
}
.hs-home-why .why {
    overflow: hidden;
}
.hs-home-why .why ul li {
    border-right: 1px solid rgba(0, 91, 172, .2);
}
.hs-home-why .why .why-group {
    padding: 60px 15px;
}
@media (max-width: 1470px) {
    .hs-home-why .why .why-group {
        padding: 50px 15px;
    }
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-group {
        padding: 30px 15px;
    }
}
.hs-home-why .why .why-group .num {
    font-size: 110px;
    font-weight: 900;
    line-height: 1;

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

    color: #fff;

    text-stroke: 2px #005bac;
    -webkit-text-stroke: 2px #005bac;
}
@media (max-width: 1470px) {
    .hs-home-why .why .why-group .num {
        font-size: 100px;
    }
}
@media (max-width: 1400px) {
    .hs-home-why .why .why-group .num {
        font-size: 90px;
    }
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-group .num {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    .hs-home-why .why .why-group .num {
        font-size: 60px;
    }
}
.hs-home-why .why .why-group .txt {
    max-width: 260px;
    min-height: 48px;
    margin: 0 auto;
    margin-top: 20px;

    text-align: center;
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-group .txt {
        min-height: 72px;
    }
}
@media (max-width: 767px) {
    .hs-home-why .why .why-group .txt {
        min-height: auto;
    }
}
.hs-home-why .why .why-group .txt p {
    font-weight: 900;
    line-height: 1.5;

    margin: 0;

    color: #005bac;
}
.hs-home-why .why .why-group .icon {
    position: relative;

    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px;

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

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
}
@media (max-width: 1400px) {
    .hs-home-why .why .why-group .icon {
        width: 200px;
        height: 200px;
        padding: 10px;
    }
}
@media (max-width: 1199px) {
    .hs-home-why .why .why-group .icon {
        width: 140px;
        height: 140px;
        margin-top: 10px;
        padding: 6px;
    }
}
.hs-home-why .why .why-group .icon:after {
    font-size: 24px;

    position: absolute;
    z-index: 2;
    bottom: -30px;
    left: 50%;

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

    width: 54px;
    height: 54px;

    content: '+';
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
    color: #f2f8eb;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #00a75a;

    -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-why .why .why-group .icon .flaticon {
    font-size: 70px;

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

    width: 100%;
    height: 100%;

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

    color: #005bac;
    border-radius: 50%;
    background-color: rgba(0, 91, 172, .1);

    -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 (min-width: 1200px) {
    .hs-home-why .why .why-group:hover .num {
        color: #005bac;
    }
    .hs-home-why .why .why-group:hover .icon {
        border-color: #005bac;
    }
    .hs-home-why .why .why-group:hover .icon .flaticon {
        color: #fff;
        background-color: #005bac;
    }
    .hs-home-why .why .why-group:hover .icon:after {
        bottom: -20px;

        opacity: 1;
    }
}
.hs-home-about {
    background: #edf7ff;
}
.hs-home-about .about-left {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-home-about .about-left {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .hs-home-about .about-left {
        padding: 30px 0;
    }
}
.hs-home-about .about-left .about-note {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 1199px) {
    .hs-home-about .about-left .about-note {
        max-height: 144px;
        margin-top: 10px;
    }
}
.hs-home-about .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;
    margin-top: 30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1560px) {
    .hs-home-about .brand {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .hs-home-about .brand {
        margin: 0 -10px;
    }
}
.hs-home-about .brand .brand-group {
    margin-top: 30px;
    padding: 0 30px;

    text-align: center;
}
@media (max-width: 767px) {
    .hs-home-about .brand .brand-group {
        padding: 0 10px;
    }
}
.hs-home-about .brand .brand-group p {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.07692308;

    margin: 10px 0 0 0;

    color: #005bac;
}
.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 img {
    width: 55vw;
    height: auto;
    margin-left: -5vw;
}
@media (max-width: 991px) {
    .hs-home-about .about-right img {
        width: 110%;
        margin: 0;
    }
}
.hs-home-note .home-note {
    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-home-note .home-note-left {
    position: relative;

    width: 50%;
    padding: 50px;
}
@media (max-width: 991px) {
    .hs-home-note .home-note-left {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-note .home-note-left {
        width: 100%;
    }
}
.hs-home-note .home-note-left .img-center {
    padding: 100px;

    border: 1px solid rgba(175, 175, 175, .52);
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .hs-home-note .home-note-left .img-center {
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .hs-home-note .home-note-left .img-center {
        padding: 30px;
    }
}
.hs-home-note .home-note-left .img-center .img {
    overflow: hidden;

    border-radius: 50%;
}
.hs-home-note .home-note-left .imgtop {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-animation: roate360 20s linear infinite;
    animation: roate360 20s linear infinite;

    border-radius: 50%;
}
.hs-home-note .home-note-left .imgtop .img {
    position: absolute;
    top: 5%;
    left: 23%;

    overflow: hidden;

    width: 100px;
    height: 100px;
    padding: 6px;

    border: 1px solid rgba(175, 175, 175, .52);
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px) {
    .hs-home-note .home-note-left .imgtop .img {
        width: 60px;
        height: 60px;
        padding: 3px;
    }
}
.hs-home-note .home-note-left .imgtop .img .ibox {
    border-radius: 50%;
}
.hs-home-note .home-note-left .imgtop-2 .img {
    top: 13%;
    right: 13%;
    left: auto;
}
.hs-home-note .home-note-left .imgtop-3 .img {
    top: auto;
    right: 7%;
    bottom: 19%;
    left: auto;
}
.hs-home-note .home-note-left .imgtop-4 .img {
    top: auto;
    bottom: 0;
    left: 40%;
}
.hs-home-note .home-note-left .imgtop-5 .img {
    top: 50%;
    left: 0;
}
.hs-home-note .home-note-right {
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .hs-home-note .home-note-right {
        width: 100%;
        padding-left: 0;
    }
}
.hs-home-note .home-note-right .note-desc .icon .flaticon {
    font-size: 50px;

    color: #005bac;
}
.public-news-group {
    padding: 10px;

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

    background: #f9f9f9;
}
.public-news-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-news-group .desc {
    padding: 20px 10px 30px;
}
.public-news-group .desc .title-news {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.public-news-group .desc .news-note p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
.public-news-group .desc .date-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    color: #005bac;

    -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-news-group .desc .date {
    font-size: 14px;
    font-weight: bold;

    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-news-group .desc .date .flaticon {
    margin-right: 10px;
}
@media (min-width: 1200px) {
    .public-news-group:hover {
        box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .16);
    }
    .public-news-group:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-home-news .news-left {
    position: relative;
    z-index: 2;

    width: 39%;
    height: 100%;
}
@media (max-width: 767px) {
    .hs-home-news .news-left {
        width: 100%;
    }
}
.hs-home-news .news-left:after {
    position: absolute;
    bottom: -40px;
    left: -100%;

    display: block;

    width: 3000px;
    height: 1px;

    content: '';

    background-color: #005bac;
}
@media (max-width: 767px) {
    .hs-home-news .news-left:after {
        display: none;
    }
}
.hs-home-news .news-left .news-button {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .hs-home-news .news-left .news-button {
        margin-top: 30px;
    }
}
.hs-home-news .news-left .hs-more {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .hs-home-news .news-left .hs-more {
        margin-top: 30px;
    }
}
.hs-home-news .news-left .hs-more a {
    color: #000;
}
.hs-home-news .news-left .hs-more a:after {
    display: none;
}
.hs-home-news .news-left .hs-more a:hover {
    color: #005bac;
}
.hs-home-news .news-right {
    position: relative;
    z-index: 4;

    width: 61%;
    padding-left: 12%;
}
@media (max-width: 1470px) {
    .hs-home-news .news-right {
        padding-left: 6%;
    }
}
@media (max-width: 767px) {
    .hs-home-news .news-right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.hs-home-news .news-right .swiper-slide {
    padding: 30px 20px;
}
@media (max-width: 767px) {
    .hs-home-news .news-right .swiper-slide {
        padding: 0;
    }
}
.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;
    }
}
.hs-inner .swiper-button-prev,
.hs-inner .swiper-button-next {
    width: 30px;
    height: 50px;

    border: none;
    border-radius: none;
    background: url(../images/arrow.webp) no-repeat center;
    background-size: 20px;
}
.hs-inner .swiper-button-prev:hover,
.hs-inner .swiper-button-next:hover {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.hs-inner .swiper-button-prev {
    margin-right: 30px;

    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media (max-width: 767px) {
    .hs-inner .swiper-button-prev {
        margin-right: 10px;
    }
}
.hs-inner .swiper-poa .swiper-button-prev,
.hs-inner .swiper-poa .swiper-button-next {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.hs-inner .swiper-poa .swiper-button-next {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.pt-50 {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .pt-50 {
        padding-top: 30px;
    }
}
.pt-150 {
    padding-top: 150px;
}
@media (max-width: 1199px) {
    .pt-150 {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .pt-150 {
        padding-top: 40px;
    }
}
.title-inner h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;

    letter-spacing: 2px;
}
@media (max-width: 991px) {
    .title-inner h3 {
        letter-spacing: 1px;
    }
}
@media (max-width: 767px) {
    .title-inner h3 {
        font-size: 14px;
    }
}
.title-inner h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;

    margin: 0;

    color: #005bac;
}
@media (max-width: 1560px) {
    .title-inner h2 {
        font-size: 44px;
    }
}
@media (max-width: 1400px) {
    .title-inner h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-inner h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
.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 .title-inner h2:after {
    display: block;

    width: 69px;
    height: 12px;

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

    background: url(../images/line-1.webp) no-repeat center;
    background-size: cover;
}
.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;
}
.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: 250px;
}
@media (max-width: 1199px) {
    .inner-content .inner-left {
        width: 100%;
    }
}
.inner-content .inner-right {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 5%;
}
@media (max-width: 1199px) {
    .inner-content .inner-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu {
        margin-top: 30px;
    }
}
.inner-leftmenu .title-menu {
    position: relative;

    display: none;

    padding-bottom: 20px;

    border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1199px) {
    .inner-leftmenu .title-menu {
        display: block;
    }
}
@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: '-';
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1 {
        display: none;
    }
}
.inner-leftmenu .menunav1>li {
    position: relative;

    border-bottom: 1px solid #d4d4d4;
}
.inner-leftmenu .menunav1>li:last-child {
    border-bottom: none;
}
.inner-leftmenu .menunav1>li>a {
    font-size: 20px;
    line-height: 1.76470588;

    display: block;

    padding: 15px 20px 15px 0;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1>li>a {
        font-size: 18px;

        padding: 10px 15px 10px 0;
    }
}
.inner-leftmenu .menunav1>li.active>a {
    font-weight: bold;

    color: #005bac;
}
.inner-leftmenu .menunav2 {
    display: none;

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

        margin-right: 20px;

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

    position: relative;

    display: block;

    padding: 5px 14px;

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

    color: #333;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li>a {
        font-size: 14px;
    }
}
.inner-leftmenu .menunav2>li>a:before {
    position: absolute;
    top: 14px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    background: #005bac;
}
.inner-leftmenu .menunav2>li.active>a,
.inner-leftmenu .menunav2>li:hover>a {
    text-decoration: underline;

    color: #005bac;
}
.title-product-details h4 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
}
.title-product-details h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;

    margin: 0;

    color: #005bac;
}
@media (max-width: 1199px) {
    .title-product-details h3 {
        font-size: 24px;
    }
}
.title-product-details h3:after {
    display: block;

    width: 45px;
    height: 8px;
    margin-top: 10px;

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

    background: url(../images/line-1.webp) no-repeat center;
    background-size: cover;
}
.public-listbox1>ul>li {
    margin-top: 30px;
}
.public-listbox1 .listbox-group {
    height: 100%;
    padding: 40px 30px;

    background: #f8fcff;
}
@media (max-width: 1560px) {
    .public-listbox1 .listbox-group {
        padding: 30px 20px;
    }
}
.public-listbox1 .listbox-group .num {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;

    color: #005bac;
}
@media (max-width: 1560px) {
    .public-listbox1 .listbox-group .num {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .public-listbox1 .listbox-group .num {
        font-size: 40px;
    }
}
.public-listbox1 .listbox-group .public-note {
    margin-top: 20px;
}
.public-listbox1 .listbox-group .public-note h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33333333;

    color: #005bac;
}
@media (min-width: 1560px) {
    .public-listbox2>ul {
        margin: 0 -40px;
    }
}
.public-listbox2>ul>li {
    margin-top: 60px;
}
@media (min-width: 1560px) {
    .public-listbox2>ul>li {
        padding: 0 40px;
    }
}
@media (max-width: 1199px) {
    .public-listbox2>ul>li {
        margin-top: 30px;
    }
}
.public-listbox2 .listbox-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.public-listbox2 .listbox-group .icon {
    width: 60px;
}
.public-listbox2 .listbox-group .icon .flaticon {
    font-size: 60px;
}
.public-listbox2 .listbox-group .public-note {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 20px;
}
.public-listbox2 .listbox-group .public-note h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
}
.public-listbox2 .listbox-group .public-note p {
    color: rgba(255, 255, 255, .7);
}
@media (min-width: 1560px) {
    .public-listbox3>ul {
        margin: 0 -20px;
    }
}
.public-listbox3>ul>li {
    margin-top: 30px;
}
@media (min-width: 1560px) {
    .public-listbox3>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .public-listbox3>ul>li {
        margin-top: 20px;
    }
}
.public-listbox3 .listbox-group {
    text-align: center;
}
.public-listbox3 .listbox-group .icon .flaticon {
    font-size: 60px;
}
.public-listbox3 .listbox-group .title-listbox h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;

    margin: 0;
}
.public-listbox4>ul>li {
    margin-top: 30px;
}
.public-listbox4 .listbox-group .img .ibox {
    padding-bottom: 37.70491803%;
}
.public-listbox4 .listbox-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-listbox4 .listbox-group .title-listbox {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    padding: 20px;

    color: #fff;
    background-color: #005bac;
}
@media (max-width: 767px) {
    .public-listbox4 .listbox-group .title-listbox {
        font-size: 16px;

        padding: 10px 20px;
    }
}
.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: #005bac;
}
@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;
    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 {
    background: url(../images/about_in_bg.webp) no-repeat top center;
    background-size: 100% auto;
}
.hs-inner-about .about {
    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: 991px) {
    .hs-inner-about .about {
        margin-top: 30px;
    }
}
.hs-inner-about .about .about-left {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-about .about .about-left {
        width: 100%;
    }
}
.hs-inner-about .about .about-note {
    overflow-y: auto;

    max-height: 430px;
    margin-top: 40px;
    padding: 0 0 0 30px;

    direction: rtl;
}
@media (max-width: 991px) {
    .hs-inner-about .about .about-note {
        max-height: 100%;
        margin-top: 20px;
        padding: 0;
    }
}
.hs-inner-about .about .about-note::-webkit-scrollbar {
    position: absolute;
    left: 0;

    width: 9px;
}
.hs-inner-about .about .about-note::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f4f4f4;
}
.hs-inner-about .about .about-note::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #005bac;
}
.hs-inner-about .about .public-note {
    direction: ltr;
}
.hs-inner-about .about .about-img {
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .hs-inner-about .about .about-img {
        width: 100%;
        padding-left: 0;
    }
}
.hs-inner-about .about .about-img>ul>li {
    margin-top: 30px;
}
.hs-inner-about .about .about-img>ul>li:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hs-inner-about .about .about-img .about-fangkuai {
    width: 80%;
    height: 70%;

    border-radius: 29px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#ebf5f1));
    background-image: -webkit-linear-gradient(left, transparent, #ebf5f1);
    background-image: linear-gradient(90deg, transparent, #ebf5f1);
}
@media (max-width: 767px) {
    .hs-inner-about .about .about-img .about-fangkuai {
        border-radius: 10px;
    }
}
.hs-inner-about .about .about-img .about-group {
    overflow: hidden;

    border-radius: 29px;
}
@media (max-width: 767px) {
    .hs-inner-about .about .about-img .about-group {
        border-radius: 10px;
    }
}
.hs-inner-about .about .about-img .about-group img {
    width: 100%;
}
.hs-inner-about .about .about-img .since {
    font-weight: 900;

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

    width: 80%;
    height: 70%;
    padding: 0 5%;

    color: #005bac;
    border-radius: 29px;
    background-image: -webkit-gradient(linear, left top, right top, from(#d9e6f1), to(transparent));
    background-image: -webkit-linear-gradient(left, #d9e6f1, transparent);
    background-image: linear-gradient(90deg, #d9e6f1, transparent);

    -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;
}
@media (max-width: 767px) {
    .hs-inner-about .about .about-img .since {
        height: auto;
        padding: 30px;
    }
}
.hs-inner-about .about .about-img .since span {
    font-size: 24px;
    line-height: 1;

    display: block;

    width: 100%;
}
.hs-inner-about .about .about-img .since b {
    font-size: 72px;
    line-height: 1;

    display: block;

    width: 100%;
}
@media (max-width: 1199px) {
    .hs-inner-about .about .about-img .since b {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about .about-img .since b {
        font-size: 50px;
    }
}
.hs-inner-why .title-inner:after {
    display: block;

    width: 69px;
    height: 12px;
    margin: 0 auto;
    margin-top: 14px;

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

    background: url(../images/line-1.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-why .why {
    margin-top: 30px;
}
.hs-inner-factory {
    background: #fafdff;
}
.hs-inner-factory .factory-left {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-factory .factory-left {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory-left {
        padding: 30px 0;
    }
}
.hs-inner-factory .factory-slide {
    margin: 0 -10px;
    margin-top: 40px;
    padding-bottom: 60px;
}
.hs-inner-factory .factory-slide .slick-slide>div>div {
    padding: 10px;
}
.hs-inner-factory .factory-slide .factory-group {
    position: relative;

    cursor: pointer;
}
.hs-inner-factory .factory-slide .factory-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-factory .factory-slide .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-factory .factory-slide .factory-group:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background: rgba(0, 91, 172, .8);
}
.hs-inner-factory .factory-slide .factory-group .title-factory {
    line-height: 1.875;

    position: absolute;
    z-index: 5;
    top: 50%;

    width: 100%;
    padding: 15px 5%;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #fff;
}
@media (min-width: 1200px) {
    .hs-inner-factory .factory-slide .factory-group:hover:before {
        opacity: 1;
    }
    .hs-inner-factory .factory-slide .factory-group:hover .title-factory {
        opacity: 1;
    }
    .hs-inner-factory .factory-slide .factory-group:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-inner-factory .factory-right {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-factory .factory-right {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-factory .factory-right img {
    width: 55vw;
    height: auto;
    margin-left: -5vw;
}
@media (max-width: 991px) {
    .hs-inner-factory .factory-right img {
        width: 110%;
        margin: 0;
    }
}
.hs-inner-history {
    padding: 200px 0;

    background: url(../images/history_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-inner-history {
        padding: 100px 0;
    }
}
@media (max-width: 991px) {
    .hs-inner-history {
        padding: 60px 0;
    }
}
.hs-inner-history .history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-history .history-left {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-history .history-left {
        width: 100%;
    }
}
.hs-inner-history .history-left .history-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;
}
@media (max-width: 767px) {
    .hs-inner-history .history-left .history-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-history .history-left .history-group .year {
    font-size: 150px;
    font-weight: 900;
    line-height: 1;

    color: #00a75a;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1560px) {
    .hs-inner-history .history-left .history-group .year {
        font-size: 120px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-history .history-left .history-group .year {
        font-size: 100px;
    }
}
@media (max-width: 991px) {
    .hs-inner-history .history-left .history-group .year {
        font-size: 80px;
    }
}
@media (max-width: 767px) {
    .hs-inner-history .history-left .history-group .year {
        font-size: 60px;
    }
}
.hs-inner-history .history-left .history-group .public-note {
    width: 100%;
    padding-left: 5%;
}
@media (max-width: 767px) {
    .hs-inner-history .history-left .history-group .public-note {
        margin-top: 20px;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .hs-inner-history .history-left .history-group .public-note p {
        font-size: 18px;
    }
}
.hs-inner-history .history-right {
    width: 50%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .hs-inner-history .history-right {
        display: none;
    }
}
.hs-inner-history .history-right .swiper-history-right {
    width: 140%;
}
@media (max-width: 1560px) {
    .hs-inner-history .history-right .swiper-history-right {
        width: 120%;
    }
}
.hs-inner-history .history-right .history-group .year {
    font-size: 150px;
    font-weight: 900;
    line-height: 1;

    background: -webkit-gradient(linear, left top, left bottom, from(#bed5ea), to(#f7fafc));
    background: -webkit-linear-gradient(#bed5ea, #f7fafc);
    background: linear-gradient(#bed5ea, #f7fafc);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1560px) {
    .hs-inner-history .history-right .history-group .year {
        font-size: 120px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-history .history-right .history-group .year {
        font-size: 100px;
    }
}
.hs-inner-certificates {
    background-color: #f9f9f9;
}
.hs-inner-certificates .title-inner {
    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: 767px) {
    .hs-inner-certificates .title-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-certificates .title-inner .icon img {
    height: 60px;
    margin-left: 30px;
}
@media (max-width: 767px) {
    .hs-inner-certificates .title-inner .icon img {
        margin-right: 10px;
        margin-left: 0;
    }
}
.hs-inner-certificates .certificates {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-certificates .certificates {
        margin-top: 30px;
    }
}
.hs-inner-certificates .certificates .swiper-slide {
    width: auto;
}
.hs-inner-certificates .certificates .certificates-group {
    padding: 10px 10px 90px 10px;

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

    background-color: #fff;
}
.hs-inner-certificates .certificates .certificates-group img {
    height: 230px;
}
@media (max-width: 1560px) {
    .hs-inner-certificates .certificates .certificates-group img {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .hs-inner-certificates .certificates .certificates-group img {
        height: 150px;
    }
}
.hs-inner-certificates .certificates .certificates-group .title-certificates {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px 10px;
}
.hs-inner-certificates .certificates .certificates-group .title-certificates span {
    line-height: 25px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
    .hs-inner-certificates .certificates .certificates-group:hover {
        color: #fff;
        background-color: #005bac;
    }
}
.hs-inner-certificates .certificates-button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-customers .customers {
    margin-top: 40px;
}
.hs-inner-customers .customers-group {
    cursor: pointer;
}
.hs-inner-customers .customers-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-customers .customers-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .hs-inner-customers .customers-group:hover .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-inner-customers .customers-button {
    margin-top: 30px;
}
.hs-inner-team .title-inner {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-inner-team .title-inner h2:before {
    display: block;

    width: 69px;
    height: 12px;

    content: '';

    background: url(../images/line-1.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-team .team {
    position: relative;

    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-inner-team .team {
        margin-top: 20px;
    }
}
.hs-inner-team .team .team-group .ibox {
    padding-bottom: 45%;
}
.hs-inner-team .team .slick-arrow {
    line-height: 100px;

    z-index: 5;
    top: 50%;
    bottom: auto;

    width: 50px;
    height: 100px;

    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);

    background-color: rgba(0, 0, 0, .7);
    background-image: url(../images/arrow-white.webp);
}
@media (max-width: 767px) {
    .hs-inner-team .team .slick-arrow {
        line-height: 50px;

        width: 30px;
        height: 50px;
    }
}
.hs-inner-team .team .slick-arrow:hover {
    background-color: rgba(0, 91, 172, .7);

    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-inner-team .team .slick-next {
    right: 0;
    left: auto;

    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
#aabout,
#awhy,
#afactory,
#ahistory,
#acertificates,
#acustomers,
#ateam,
#qcertificates,
#qrd,
#qtesting {
    position: relative;
    top: -80px;
}
.hs-inner-quality-certificates .quality-certificates-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 360px;
    padding-right: 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;
}
@media (max-width: 1199px) {
    .hs-inner-quality-certificates .quality-certificates-left {
        width: 250px;
        padding-right: 3%;
    }
}
@media (max-width: 767px) {
    .hs-inner-quality-certificates .quality-certificates-left {
        flex-direction: row;

        width: 100%;
        padding-right: 0;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.hs-inner-quality-certificates .quality-certificates-right {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
}
@media (max-width: 1199px) {
    .hs-inner-quality-certificates .quality-certificates-right {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
}
@media (max-width: 767px) {
    .hs-inner-quality-certificates .quality-certificates-right {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-quality-certificates .quality-certificates-right .swiper-slide {
    width: auto;
}
.hs-inner-quality-certificates .quality-certificates-right .certificates-group {
    padding: 0 0 200px 0;

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

    background-color: #fff;
}
@media (max-width: 767px) {
    .hs-inner-quality-certificates .quality-certificates-right .certificates-group {
        padding-bottom: 150px;
    }
}
.hs-inner-quality-certificates .quality-certificates-right .certificates-group .img {
    overflow: hidden;
}
.hs-inner-quality-certificates .quality-certificates-right .certificates-group img {
    height: 330px;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 1560px) {
    .hs-inner-quality-certificates .quality-certificates-right .certificates-group img {
        height: 280px;
    }
}
@media (max-width: 767px) {
    .hs-inner-quality-certificates .quality-certificates-right .certificates-group img {
        height: 250px;
    }
}
.hs-inner-quality-certificates .quality-certificates-right .certificates-group .title-certificates {
    position: absolute;
    top: -webkit-calc(100% - 200px);
    top: calc(100% - 200px);
    left: 0;

    width: 100%;
    padding: 15px 0 0 0;
}
@media (max-width: 767px) {
    .hs-inner-quality-certificates .quality-certificates-right .certificates-group .title-certificates {
        top: -webkit-calc(100% - 150px);
        top: calc(100% - 150px);
    }
}
.hs-inner-quality-certificates .quality-certificates-right .certificates-group .title-certificates span {
    line-height: 25px;
}
@media (min-width: 1200px) {
    .hs-inner-quality-certificates .quality-certificates-right .certificates-group:hover {
        color: #005bac;
    }
    .hs-inner-quality-certificates .quality-certificates-right .certificates-group:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-inner-quality-rd {
    background: #e7f1fa;
}
.hs-inner-quality-rd .quality-rd {
    position: relative;

    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-quality-rd .quality-rd {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-quality-rd .quality-rd {
        width: 100%;
    }
}
.hs-inner-quality-rd .quality-rd .swiper-quality-rd {
    overflow: visible;

    margin: 0 -50px;
}
@media (max-width: 1560px) {
    .hs-inner-quality-rd .quality-rd .swiper-quality-rd {
        margin: 0 -30px;
    }
}
.hs-inner-quality-rd .quality-rd .swiper-quality-rd .swiper-slide {
    padding: 0 50px;

    opacity: .5;
}
@media (max-width: 1560px) {
    .hs-inner-quality-rd .quality-rd .swiper-quality-rd .swiper-slide {
        padding: 0 30px;
    }
}
.hs-inner-quality-rd .quality-rd .swiper-quality-rd .swiper-slide-active {
    opacity: 1;
}
.hs-inner-quality-rd .quality-rd .swiper-quality-rd .swiper-slide-active .quality-rd-group .title-quality-rd {
    opacity: 1;
}
.hs-inner-quality-rd .quality-rd .quality-rd-group {
    position: relative;
}
.hs-inner-quality-rd .quality-rd .quality-rd-group .ibox {
    padding-bottom: 75.2%;
}
.hs-inner-quality-rd .quality-rd .quality-rd-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-quality-rd .quality-rd .quality-rd-group .title-quality-rd {
    line-height: 28px;

    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;

    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 15px;

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

    opacity: 0;
    background-color: #fff;
}
@media (max-width: 767px) {
    .hs-inner-quality-rd .quality-rd .quality-rd-group .title-quality-rd {
        bottom: 10px;
        left: 10px;

        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 10px;
    }
}
.hs-inner-service .service-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 100px;

    background: #e7f1fa;

    -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;
}
@media (max-width: 1560px) {
    .hs-inner-service .service-top {
        padding: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-service .service-top {
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-service .service-top {
        padding: 30px 15px;
    }
}
.hs-inner-service .service-top .title-inner {
    width: 35%;
}
@media (max-width: 991px) {
    .hs-inner-service .service-top .title-inner {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .hs-inner-service .service-top .title-inner h2 {
        font-size: 40px;
    }
}
.hs-inner-service .service-top .public-note {
    width: 65%;
    padding-left: 5%;
}
@media (max-width: 991px) {
    .hs-inner-service .service-top .public-note {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-service .service-top .public-note strong {
    font-weight: 900;

    color: #005bac;
}
.hs-inner-service .service {
    margin-top: 100px;
}
@media (max-width: 1199px) {
    .hs-inner-service .service {
        margin-top: 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-service .service {
        margin-top: 30px;
    }
}
.hs-inner-service .service>ul {
    position: relative;

    padding-top: 30px;
}
.hs-inner-service .service>ul:before {
    position: absolute;
    left: 330px;

    display: block;

    width: 7px;
    height: 100%;

    content: '';

    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .hs-inner-service .service>ul:before {
        left: 238px;
    }
}
@media (max-width: 767px) {
    .hs-inner-service .service>ul:before {
        display: none;
    }
}
.hs-inner-service .service>ul>li {
    margin-top: 120px;
}
@media (max-width: 1560px) {
    .hs-inner-service .service>ul>li {
        margin-top: 100px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-service .service>ul>li {
        margin-top: 70px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-service .service>ul>li {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-service .service>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-service .service .service-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-service .service .service-group .service-left {
    position: relative;

    width: 330px;
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .hs-inner-service .service .service-group .service-left {
        width: 240px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-service .service .service-group .service-left {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-service .service .service-group .service-left:after {
    position: absolute;
    top: 70px;
    right: -14px;

    display: block;

    width: 27px;
    height: 27px;

    content: '';

    border-radius: 50%;
    background: #005bac;
}
@media (max-width: 767px) {
    .hs-inner-service .service .service-group .service-left:after {
        display: none;
    }
}
.hs-inner-service .service .service-group .service-left .icon .flaticon {
    font-size: 50px;
    line-height: 1;

    color: #005bac;
}
.hs-inner-service .service .service-group .service-left .title-service {
    margin-top: 10px;
}
.hs-inner-service .service .service-group .service-left .title-service:after {
    display: block;

    width: 45px;
    height: 8px;

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

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

    color: #005bac;
}
@media (max-width: 991px) {
    .hs-inner-service .service .service-group .service-left .title-service h3 {
        font-size: 20px;
    }
}
.hs-inner-service .service .service-group .service-right {
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-left: 5%;
}
@media (max-width: 1199px) {
    .hs-inner-service .service .service-group .service-right {
        width: -webkit-calc(100% - 240px);
        width: calc(100% - 240px);
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-service .service .service-group .service-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-service .service .service-group .service-right .public-note {
    position: relative;

    padding: 50px;

    border-radius: 36px;
    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .hs-inner-service .service .service-group .service-right .public-note {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-service .service .service-group .service-right .public-note {
        padding: 20px 15px;

        border-radius: 10px;
    }
}
.hs-inner-service .service .service-group .service-right .public-note:before {
    position: absolute;
    top: 72px;
    left: -20px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 11px 20px 11px 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
}
@media (max-width: 767px) {
    .hs-inner-service .service .service-group .service-right .public-note:before {
        top: -20px;
        left: 20px;

        width: 0;
        height: 0;

        border-width: 0 11px 20px 11px;
        border-style: solid;
        border-color: transparent transparent #f5f5f5 transparent;
    }
}
.hs-inner-service .service .service-group .service-right .public-note h4 {
    font-size: 18px;
    font-weight: 900;

    color: #005bac;
}
.hs-inner-service .public-faqs {
    padding-top: 100px;
}
@media (max-width: 1560px) {
    .hs-inner-service .public-faqs {
        padding-top: 80px;
    }
}
@media (max-width: 1400px) {
    .hs-inner-service .public-faqs {
        padding-top: 60px;
    }
}
.hs-inner-service .service-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 100px;
    padding: 80px 8%;

    background: #e7f1fa;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1560px) {
    .hs-inner-service .service-contact {
        margin-top: 80px;
        padding: 50px 5%;
    }
}
@media (max-width: 1400px) {
    .hs-inner-service .service-contact {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-service .service-contact {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-service .service-contact {
        padding: 30px 15px;
    }
}
.hs-inner-service .service-contact .service-contact-left {
    width: 30%;
}
@media (max-width: 991px) {
    .hs-inner-service .service-contact .service-contact-left {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .hs-inner-service .service-contact .title-inner h2 {
        font-size: 40px;
    }
}
.hs-inner-service .service-contact .title-inner p {
    font-size: 18px;
    line-height: 1.66666667;
}
@media (max-width: 991px) {
    .hs-inner-service .service-contact .title-inner p {
        font-size: 16px;
    }
}
.hs-inner-service .service-contact .service-contact-right {
    width: 70%;
    padding-left: 10%;
}
@media (max-width: 1560px) {
    .hs-inner-service .service-contact .service-contact-right {
        padding-left: 5%;
    }
}
@media (max-width: 991px) {
    .hs-inner-service .service-contact .service-contact-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-service .service-contact .service-contact-right .contact-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 10px 0;
}
.hs-inner-service .service-contact .service-contact-right .contact-group .icon {
    width: 40px;
}
.hs-inner-service .service-contact .service-contact-right .contact-group .icon .flaticon {
    font-size: 40px;

    color: #005bac;
}
.hs-inner-service .service-contact .service-contact-right .contact-group .desc {
    padding-left: 20px;
}
.hs-inner-service .service-contact .service-contact-right .contact-group .desc h3 {
    font-size: 18px;
    line-height: 1.66666667;

    padding: 10px 0;

    color: #005bac;
}
.hs-inner-service .service-contact .service-contact-right .contact-group .desc p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

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

    color: #005bac;
}
.hs-inner-service .service-contact .service-contact-right .mask {
    margin-top: 60px;
    padding: 15px;

    text-align: center;

    color: #fff;
    background-color: #005bac;
}
@media (max-width: 767px) {
    .hs-inner-service .service-contact .service-contact-right .mask {
        margin-top: 30px;
    }
}
.hs-inner-service .service-contact .service-contact-right .mask p {
    line-height: 24px;

    margin: 0;
}
.hs-inner-service .service-contact .service-contact-right .mask p a {
    font-weight: 900;

    color: #00a75a;
}
.hs-inner-service .service-contact .service-contact-right .mask p a:hover {
    text-decoration: underline;
}
.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: #005bac;

    -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: #005bac;
    }
    .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: #005bac;
    }
}
.products-content {
    font-size: 0;
}
.products-content .products-left {
    font-size: 16px;

    display: inline-block;

    width: 250px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .products-content .products-left {
        width: 100%;
    }
}
.products-content .products-right {
    font-size: 16px;

    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1199px) {
    .products-content .products-right {
        width: 100%;
        padding-left: 0;
    }
}
.hs-inner-products {
    padding-top: 40px;
}
.hs-inner-products .products {
    margin-top: -40px;
}
@media (min-width: 1200px) {
    .hs-inner-products .products>ul {
        margin: 0 -20px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 40px;
        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;
}
@media (max-width: 1199px) {
    .hs-inner-product-details {
        padding-top: 0;
        padding-bottom: 50px !important;
    }
}
.hs-inner-product-details .product-details .details-imgbox {
    width: 40%;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .slick-arrow {
    top: 50%;
    bottom: auto;
    left: -30px;

    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.hs-inner-product-details .product-details .details-imgbox .slick-arrow.slick-next {
    right: -30px;
    left: auto;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hs-inner-product-details .product-details .product-small {
    padding: 18px 30px;

    background: #fbfbfb;
}
.hs-inner-product-details .product-details .product-small .slick-slide {
    width: 25%;
    padding: 0 10px;
}
@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 {
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #fbfbfb;
}
.hs-inner-product-details .product-details .product-small .slick-current .product-group {
    border-color: #005bac;
}
.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:hover,
.hs-inner-product-details .product-details .product-small .swiper-button-next:hover {
    color: #005bac;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    right: -20px;
    left: auto;
}
.hs-inner-product-details .product-details .details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 60%;
    padding-top: 30px;
    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;
}
@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 h2 {
    font-size: 24px;
    font-style: italic;
    line-height: 1.25;

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@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 h2 span {
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    line-height: 32px;

    display: inline-block;

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

    color: #fff;
    border-radius: 9px;
    background-color: #005bac;
}
.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 .public-note table tr {
    border-bottom: 1px solid #cacaca;
}
.hs-inner-product-details .product-details .details-content .public-note table tr td:nth-child(1) {
    width: 30%;

    color: #005bac;
}
.hs-inner-product-details .product-details .details-content .public-note table tr td {
    width: 70%;
    padding: 10px 0;
}
.hs-inner-product-details .product-details .details-content .desc {
    margin-top: 30px;
}
.hs-inner-product-details .product-details .details-content .share-link {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .link {
        width: 100%;
        margin-bottom: 10px;
    }
}
.hs-inner-product-details .product-details .details-content .link a {
    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;
    padding: 7px;

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

    color: #fff;
    border-radius: 27px;
    background-color: #005bac;

    -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 span {
    padding: 0 30px;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .link a span {
        padding: 0 15px;
    }
}
.hs-inner-product-details .product-details .details-content .link a .flaticon {
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;

    width: 42px;
    height: 42px;

    text-align: center;

    color: #005bac;
    border-radius: 50%;
    background: #fff;
}
.hs-inner-product-details .product-details .details-content .link a:hover {
    background-color: #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 {
    color: #000;
    background: none;
}
.hs-inner-product-details .product-details .details-content .link .contact:hover {
    color: #fff;
}
.hs-inner-product-details .description {
    margin-top: 40px;
    padding: 60px;

    background: #f6f6f6;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .description {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .description {
        padding: 20px 15px;
    }
}
.hs-inner-product-details .description .title-description .flaticon {
    font-size: 50px;
    line-height: 1;

    color: #00a75a;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .description .title-description .flaticon {
        font-size: 40px;
    }
}
.hs-inner-product-details .description .title-description h3 {
    font-size: 30px;
    font-weight: 900;

    margin-top: 20px;

    color: #005bac;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .description .title-description h3 {
        font-size: 24px;
    }
}
.hs-inner-product-details .parameter-features {
    padding-top: 50px;
}
.hs-inner-product-details .parameter-applications {
    margin-top: 50px;
    padding: 50px 70px;

    color: #fff;
    background: url(../images/applications_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-inner-product-details .parameter-applications {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter-applications {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-applications {
        padding: 30px 15px;
    }
}
.hs-inner-product-details .parameter-applications .title-product-details h3 {
    color: #fff;
}
.hs-inner-product-details .parameter-note {
    padding-top: 50px;
}
.hs-inner-product-details .parameter-functions {
    padding-top: 70px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter-functions {
        padding-top: 50px;
    }
}
.hs-inner-product-details .public-feedback {
    padding-top: 50px;
}
.public-faqs {
    padding-top: 70px;
}
@media (max-width: 1199px) {
    .public-faqs {
        padding-top: 50px;
    }
}
@media (max-width: 1199px) {
    .public-faqs .padding {
        width: 100%;
    }
}
.public-faqs .faqs .faqs-group {
    margin-top: 30px;
}
.public-faqs .faqs .faqs-group.current .title-faqs:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.public-faqs .faqs-group {
    padding: 10px 0;

    cursor: pointer;

    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
}
.public-faqs .faqs-group .title-faqs {
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;

    position: relative;

    padding: 20px 40px;

    color: #005bac;
}
@media (max-width: 1400px) {
    .public-faqs .faqs-group .title-faqs {
        padding: 10px 40px 10px 20px;
    }
}
@media (max-width: 767px) {
    .public-faqs .faqs-group .title-faqs {
        padding-right: 20px;
    }
}
.public-faqs .faqs-group .title-faqs:after {
    position: absolute;
    top: 30px;
    right: 40px;

    width: 0;
    height: 0;

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

    border-width: 7px 4px 0 4px;
    border-style: solid;
    border-color: #005bac transparent transparent transparent;
}
@media (max-width: 1400px) {
    .public-faqs .faqs-group .title-faqs:after {
        top: 20px;
    }
}
@media (max-width: 767px) {
    .public-faqs .faqs-group .title-faqs:after {
        right: 20px;
    }
}
.public-faqs .faqs-group .faqs-ques {
    display: none;

    padding: 0 40px 30px;
}
@media (max-width: 1400px) {
    .public-faqs .faqs-group .faqs-ques {
        padding: 0 20px 30px 20px;
    }
}
@media (max-width: 767px) {
    .public-faqs .faqs-group .faqs-ques {
        padding-bottom: 20px;
    }
}
.public-faqs .faqs-group .faqs-ques p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .public-faqs .faqs-group .faqs-ques p {
        font-size: 14px;
    }
}
.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-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 #ddd;
    border-radius: 16px;
    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:before {
    content: '*';

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

    top: -36px;

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

        top: -30px;
    }
}
.feedbackform form .input:hover .input-field:placeholder-shown:not(:focus) {
    border-color: #666;
}
.feedbackform form .submit-field {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.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: #00a75a;
}
@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: #005bac;
}
.feedbackform form .required {
    margin-top: 30px;

    color: #fff;
}
.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 .swiper-slide {
    padding-bottom: 30px;
}
.public-product-related .product-related {
    position: relative;

    margin-top: 30px;
}
.hs-footer {
    overflow: hidden;

    color: #fff;
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-footer .foot-top {
    padding: 50px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 767px) {
    .hs-footer .foot-top {
        padding: 30px 0;
    }
}
.hs-footer .foot-top 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;
}
@media (max-width: 767px) {
    .hs-footer .foot-top ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hs-footer .foot-top ul li {
        margin: 10px 0;
    }
}
.hs-footer .foot-top .foot-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-footer .foot-top .foot-txt .icon {
    width: 40px;
}
@media (max-width: 767px) {
    .hs-footer .foot-top .foot-txt .icon {
        width: 30px;
    }
}
.hs-footer .foot-top .foot-txt .icon img {
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-footer .foot-top .foot-txt .txt {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 16px;
}
@media (max-width: 767px) {
    .hs-footer .foot-top .foot-txt .txt {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        padding-left: 10px;
    }
}
.hs-footer .foot-top .foot-txt .txt b {
    font-size: 12px;
    line-height: 1.66666667;

    display: block;
}
.hs-footer .foot-top .foot-txt .txt p {
    line-height: 1.5;

    margin: 0;

    letter-spacing: 1px;
}
.hs-footer .foot-top .foot-txt .txt p a:hover {
    text-decoration: underline;
}
.hs-footer .foot {
    padding: 50px 0;
}
@media (max-width: 767px) {
    .hs-footer .foot {
        padding: 30px 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-next {
    font-style: normal;

    display: none;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-footer .foot>ul>li .flaticon-next {
        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: 3px 0;
}
.hs-footer .foot>ul>li>ul>li:hover>a {
    text-decoration: underline;

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

    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;
}
.hs-inner-news .news>ul {
    margin: 0 -30px;
    margin-top: -50px;
}
@media (max-width: 1400px) {
    .hs-inner-news .news>ul {
        margin: 0 -15px;
        margin-top: -30px;
    }
}
.hs-inner-news .news>ul>li {
    margin-top: 50px;
    padding: 0 30px;
}
@media (max-width: 1400px) {
    .hs-inner-news .news>ul>li {
        margin-top: 30px;
        padding: 0 15px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-news .news .public-news-group:hover {
        box-shadow: 0 27px 47px 1px rgba(0, 0, 0, .16);
    }
}
.hs-inner-faqs .faqs>ul {
    margin-top: -30px;
}
.hs-inner-faqs .faqs>ul>li {
    margin-top: 30px;
}
.hs-inner-faqs .faqs>ul>li.current .title-faqs:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.hs-inner-faqs .faqs-group {
    padding: 10px 0;

    cursor: pointer;

    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
}
.hs-inner-faqs .faqs-group .title-faqs {
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;

    position: relative;

    padding: 20px 40px;

    color: #005bac;
}
@media (max-width: 1400px) {
    .hs-inner-faqs .faqs-group .title-faqs {
        padding: 10px 40px 10px 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-group .title-faqs {
        padding-right: 20px;
    }
}
.hs-inner-faqs .faqs-group .title-faqs:after {
    position: absolute;
    top: 30px;
    right: 40px;

    width: 0;
    height: 0;

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

    border-width: 7px 4px 0 4px;
    border-style: solid;
    border-color: #005bac transparent transparent transparent;
}
@media (max-width: 1400px) {
    .hs-inner-faqs .faqs-group .title-faqs:after {
        top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-group .title-faqs:after {
        right: 20px;
    }
}
.hs-inner-faqs .faqs-group .faqs-ques {
    display: none;

    padding: 0 40px 30px;
}
@media (max-width: 1400px) {
    .hs-inner-faqs .faqs-group .faqs-ques {
        padding: 0 20px 30px 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-group .faqs-ques {
        padding-bottom: 20px;
    }
}
.hs-inner-faqs .faqs-group .faqs-ques p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-group .faqs-ques p {
        font-size: 14px;
    }
}
.hs-inner-download .download>ul {
    margin-top: -30px;
}
@media (min-width: 1200px) {
    .hs-inner-download .download>ul {
        margin: 0 -20px;
        margin-top: -40px;
    }
}
.hs-inner-download .download>ul>li {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .hs-inner-download .download>ul>li {
        margin-top: 40px;
        padding: 0 20px;
    }
}
.hs-inner-download .download .down-group {
    padding: 40px;

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

    border: 1px solid #cbcbcb;
    border-radius: 22px;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group {
        padding: 20px;
    }
}
.hs-inner-download .download .down-group .title-download {
    font-weight: 900;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    min-height: 120px;

    color: #005bac;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .title-download {
        display: -webkit-box;
        overflow: hidden;

        min-height: 72px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.hs-inner-download .download .down-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #005bac;

    -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;
}
.hs-inner-download .download .down-group .desc .down {
    line-height: 49px;

    display: inline-block;

    width: 58px;
    height: 49px;

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

    color: #fff;
    border-radius: 15px;
    background: #005bac;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .desc .down {
        line-height: 40px;

        width: 40px;
        height: 40px;

        border-radius: 10px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-download .download .down-group:hover {
        border-color: #005bac;
        box-shadow: 0 2px 12px 0 rgba(25, 100, 170, .22);
    }
    .hs-inner-download .download .down-group:hover .down {
        background-color: #00a75a;
    }
}
.hs-inner-videos {
    padding-top: 40px;
}
.hs-inner-videos .videos ul {
    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-inner-videos .videos ul {
        margin-top: -30px;
    }
}
.hs-inner-videos .videos ul li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-videos .videos ul li {
        margin-top: 30px;
    }
}
.hs-inner-videos .videos .videos-group {
    text-align: center;
}
.hs-inner-videos .videos .videos-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-videos .videos .videos-group .title-videos {
    font-size: 18px;
    line-height: 1.5;

    margin: 0;
    margin-top: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .hs-inner-videos .videos .videos-group .title-videos {
        font-size: 16px;
    }
}
.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 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 .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 .news-show .date {
        margin-top: 10px;
    }
}
.hs-inner-news-show .news-show .date .flaticon {
    margin-right: 10px;
}
.hs-inner-news-show .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: #005bac;
}
.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/arrow.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/arrow.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 .swiper-slide {
    padding-bottom: 40px;
}
.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: #005bac;
}
.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: #005bac;
    background-color: #005bac;
}
@media (min-width: 1200px) {
    .hs-inner-contact .title-inner h2 {
        font-size: 40px;
    }
}
.hs-inner-contact .contact-feedback {
    padding: 100px;

    background: #e7f1fa;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact-feedback {
        padding: 80px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact-feedback {
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-contact .contact-feedback {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact-feedback {
        padding: 30px 15px;
    }
}
.hs-inner-contact .contact {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact {
        width: 100%;
    }
}
.hs-inner-contact .contact .mask {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .mask {
        margin-top: 30px;
    }
}
.hs-inner-contact .contact .mask p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
.hs-inner-contact .contact .text {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact .text {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .text {
        margin-top: 30px;
    }
}
.hs-inner-contact .contact .text p {
    font-size: 20px;
    line-height: 30px;

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

    color: #005bac;
}
@media (max-width: 767px) {
    .hs-inner-contact .contact .text p {
        font-size: 18px;
    }
}
.hs-inner-contact .contact .text p .flaticon {
    font-size: 24px;

    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-contact .contact .text p a:hover {
    text-decoration: underline;
}
.hs-inner-contact .feedback {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-contact .feedback {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-contact .feedback .title-inner {
    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-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-inner-contact .feedback .title-inner span {
    font-size: 14px;

    color: #078f08;
}
.hs-google-map #map {
    height: 670px;
}
@media (max-width: 1560px) {
    .hs-google-map #map {
        height: 500px;
    }
}
@media (max-width: 1199px) {
    .hs-google-map #map {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .hs-google-map #map {
        height: 300px;
    }
}
.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: #005bac;
}
.public-no-results .desc .public-note {
    margin-top: 20px;
}
.public-no-results .desc .public-note p {
    font-size: 18px;

    color: #666;
}
.hs-inner-oem .title-oem {
    padding: 130px 5% 170px 5%;

    background: url(../images/oem_in_bg.webp) no-repeat top center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-inner-oem .title-oem {
        padding: 80px 5% 100px 5%;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .title-oem {
        padding: 50px 15px;
    }
}
.hs-inner-oem .title-oem p {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;
}
@media (max-width: 1199px) {
    .hs-inner-oem .title-oem p {
        font-size: 16px;
    }
}
.hs-inner-oem .title-oem h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.25;

    max-width: 60%;

    color: #005bac;
}
@media (max-width: 1560px) {
    .hs-inner-oem .title-oem h2 {
        font-size: 44px;
    }
}
@media (max-width: 1470px) {
    .hs-inner-oem .title-oem h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-oem .title-oem h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-oem .title-oem h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .title-oem h2 {
        max-width: 100%;
    }
}
.hs-inner-oem .oem {
    position: relative;
    z-index: 6;

    margin-top: -80px;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem {
        margin-top: -60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem {
        margin-top: -50px;
    }
}
.hs-inner-oem .oem-menu {
    padding: 0 5%;
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-menu {
        padding: 0;
    }
}
.hs-inner-oem .oem-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-menu ul {
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-menu ul {
        margin: 0 -5px;
    }
}
.hs-inner-oem .oem-menu ul li {
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-menu ul li {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-menu ul li {
        padding: 0 5px;
    }
}
.hs-inner-oem .oem-menu .oem-group {
    position: relative;

    display: block;

    width: 160px;
    height: 160px;
    padding: 10px;

    cursor: pointer;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-menu .oem-group {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-menu .oem-group {
        width: 100px;
        height: 100px;
    }
}
.hs-inner-oem .oem-menu .oem-group:after {
    position: absolute;
    bottom: -14px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    opacity: 0;
    border-width: 14px 8px 0 8px;
    border-style: solid;
    border-color: #005bac transparent transparent transparent;
}
.hs-inner-oem .oem-menu .oem-group .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    color: #666;
    border-radius: 50%;
    background-color: #fff;

    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-oem .oem-menu .oem-group .group .flaticon {
    font-size: 60px;
    line-height: 1;
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-menu .oem-group .group .flaticon {
        font-size: 50px;
    }
}
.hs-inner-oem .oem-menu .oem-group .group p {
    margin: 10px 0 0 0;
}
@media (max-width: 767px) {
    .hs-inner-oem .oem-menu .oem-group .group p {
        margin: 0;
    }
}
.hs-inner-oem .oem-menu .active .oem-group {
    background-color: #005bac;
}
.hs-inner-oem .oem-menu .active .oem-group:after {
    opacity: 1;
}
.hs-inner-oem .oem-menu .active .oem-group .group {
    color: #fff;
    background-color: #005bac;
}
.hs-inner-oem .oem-content {
    display: none;

    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-oem .oem-content {
        margin-top: 30px;
    }
}
.hs-inner-oem .oem-content .oem-group {
    margin: 10px 0;
}
.hs-inner-oem .oem-content .oem-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-highlights-customized .title-inner h2 {
    font-size: 30px;
}
@media (max-width: 991px) {
    .hs-inner-highlights-customized .title-inner h2 {
        font-size: 24px;
    }
}
.hs-inner-highlights-customized .highlights-customized {
    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;
}
.hs-inner-highlights-customized .highlights {
    position: relative;

    width: 50%;
    padding: 100px 5% 100px 0;

    color: #fff;
    background-color: #005bac;
}
@media (max-width: 991px) {
    .hs-inner-highlights-customized .highlights {
        width: 100%;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-highlights-customized .highlights {
        padding: 30px 15px;
    }
}
.hs-inner-highlights-customized .highlights:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #005bac;
}
@media (max-width: 991px) {
    .hs-inner-highlights-customized .highlights:before {
        display: none;
    }
}
.hs-inner-highlights-customized .highlights .title-inner h2 {
    color: #fff;
}
.hs-inner-highlights-customized .highlights .listbox>ul>li {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-inner-highlights-customized .highlights .listbox>ul>li {
        margin-top: 20px;
    }
}
.hs-inner-highlights-customized .highlights .listbox .listbox-group .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-highlights-customized .highlights .listbox .listbox-group .icon .flaticon {
    font-size: 68px;
    line-height: 1;

    margin-right: 30px;
}
@media (max-width: 767px) {
    .hs-inner-highlights-customized .highlights .listbox .listbox-group .icon .flaticon {
        font-size: 50px;

        margin-right: 10px;
    }
}
.hs-inner-highlights-customized .highlights .listbox .listbox-group p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 10px 0 0 0;
}
.hs-inner-highlights-customized .customized {
    position: relative;
    z-index: 5;

    width: 70%;
    margin-left: -20%;
    padding: 100px 10%;

    background: #f8f8f8;
}
@media (max-width: 991px) {
    .hs-inner-highlights-customized .customized {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-highlights-customized .customized {
        padding: 30px 15px;
    }
}
.hs-inner-highlights-customized .customized:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #f8f8f8;
}
@media (max-width: 991px) {
    .hs-inner-highlights-customized .customized:after {
        display: none;
    }
}
.hs-inner-highlights-customized .customized .listbox>ul>li {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-highlights-customized .customized .listbox>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-highlights-customized .customized .listbox-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-highlights-customized .customized .listbox-group .img {
    width: 100px;
}
.hs-inner-highlights-customized .customized .listbox-group .desc {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 3%;
}
.hs-inner-highlights-customized .customized .listbox-group .desc p {
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 767px) {
    .hs-inner-highlights-customized .customized .listbox-group .desc p {
        font-size: 16px;
    }
}
.hs-inner-oem-service .title-inner h2 {
    font-size: 30px;
}
@media (max-width: 991px) {
    .hs-inner-oem-service .title-inner h2 {
        font-size: 24px;
    }
}
.hs-inner-oem-service .service-content {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-oem-service .service-content {
        margin-top: 20px;
    }
}
.hs-inner-oem-service .service-content .desc p {
    margin: 0;
}
@media (min-width: 1200px) {
    .hs-inner-oem-service .service-content .desc p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem-service .service-content .link {
        margin-top: 20px;
    }
}
.hs-inner-oem-service .service-content .link a {
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 15px 60px;

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

    color: #fff;
    background: #00a75a;
}
@media (max-width: 991px) {
    .hs-inner-oem-service .service-content .link a {
        padding: 15px 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-oem-service .service-content .link a {
        line-height: 24px;

        padding: 10px 30px;
    }
}
.hs-inner-oem-service .service-content .link a:hover {
    background-color: #005bac;
}
.hs-inner-oem-service .img {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-oem-service .img {
        margin-top: 30px;
    }
}
.hs-inner-oem-service .img img {
    width: 100%;
}
.hs-inner-oem-service .advantage ul li {
    margin-top: 50px;

    border-right: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
    .hs-inner-oem-service .advantage ul li {
        margin: 0;
        padding: 30px 15px;

        border-right: none;
        border-bottom: 1px solid #e6e6e6;
    }
}
.hs-inner-oem-service .advantage ul li:last-child {
    border-right: none;
}
.hs-inner-oem-service .advantage .advantage-group {
    padding: 0 5%;
}
@media (max-width: 767px) {
    .hs-inner-oem-service .advantage .advantage-group {
        padding: 0;
    }
}
.hs-inner-oem-service .editor-content {
    margin-top: 40px;
}
.hs-inner-oem-service .download {
    margin-top: 40px;
}
.hs-inner-oem-service .download a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px;

    color: #fff;
    background-color: #005bac;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-oem-service .download a p {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    margin: 0 40px 0 0;
}
.hs-inner-oem-service .download a p span {
    font-weight: normal;

    display: block;
}
.hs-inner-oem-service .download a .flaticon {
    font-size: 24px;
}
.hs-inner-oem-service .public-feedback {
    padding-top: 60px;
}
.hs-inner-product-postbiotic .description {
    background: none;
    padding: 0;
    margin-top: 0;
}
.table-style .table_a {
    overflow-x: auto;

    max-width: 100%;
}
.table-style table {
    font-size: 16px;
    line-height: 1.73333333;

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

}
@media (max-width: 1199px) {
    .table-style table {
        font-size: 16px;
    }
}

.table-style table tr th {
    font-size: 16px;

    text-align: left;
}
.table-style table tr th,
.table-style table tr td {
    padding: 10px 10px;

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

    border: 1px solid #dcdcdc;
}
@media (max-width: 767px) {
    .table-style table tr th,
    .table-style table tr td {
        padding: 10px;
    }
}
.table-style .public-table2 table tr:nth-child(odd) {
    background-color: #fff !important;
}
.table-style .public-table2 table tr:nth-child(even) {
    background: rgba(219, 219, 219, .2);
}
.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 #0a50a1;
    background: #0a50a1
}
.page_list .on {
    color: #fff;
    border: 1px solid #0a50a1;
    background: #0a50a1
}
.page_list a.on {
    color: #fff;
    border: 1px solid #0a50a1;
    background: #0a50a1
}