/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@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;
}
@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: 'D-DIN Condensed';
    font-weight: normal;
    font-style: normal;

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

    src: local('D-DIN Condensed Bold'), local('D-DINCondensed-Bold'), url('../flaticon/D-DINCondensed-Bold.woff2') format('woff2'), url('../flaticon/D-DINCondensed-Bold.woff') format('woff'), url('../flaticon/D-DINCondensed-Bold.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: 14px;
    font-weight: normal;

    overflow-x: hidden;

    /* color: #002fa7; */
    color: #000000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@-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: 1470px) {
    .container {
        width: 1440px;
    }
}
@media (min-width: 1660px) {
    .container {
        width: 1630px;
    }
}
.con1300 {
    max-width: 1330px;
}
@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 {
    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: 38px;

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

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0;

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

    color: #333;
    background: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: 'flaticon_suihe';
    font-size: 36px;
    line-height: inherit;

    display: block;

    content: '\f112';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media (max-width: 1199px) {
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 30px;
    }
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 0;

    margin-left: 20px;
}
@media (max-width: 991px) {
    .swiper-button-next.swiper-button-next,
    .swiper-button-prev.swiper-button-next {
        margin-left: 10px;
    }
}
.swiper-button-next.swiper-button-next:after,
.swiper-button-prev.swiper-button-next:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #8eba29;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
    .zoomin {
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);

        opacity: 0;
    }
    .fadeup {
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);

        opacity: 0;
    }
    .fadedown {
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);

        opacity: 0;
    }
    .fadehid {
        overflow: hidden;
    }
    .fadetxtup {
        display: block;

        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .show .zoomin {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
    .show .fadeup {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

        opacity: 1;
    }
    .show .fadetxtup {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .show .fadedown {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

        opacity: 1;
    }
}
.hs-header-box {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 110px;
    padding: 0 5%;

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

    color: #002fa7;
}
@media (max-width: 1470px) {
    .hs-header-box {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .hs-header-box {
        height: 60px;
    }
}
.hs-header-box .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .lan {
    position: relative;

    display: inline-block;

    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .hs-header-box .lan {
        margin-left: 10px;
    }

}
.hs-header-box .lan p {
    margin: 0;
}
.hs-header-box .lan .flaticon {
    font-size: 24px;

    width: 30px;
}
.hs-header-box .lan ul {
    position: absolute;
    z-index: 8;
    top: -webkit-calc(100% + 1px);
    top: calc(100% + 1px);
    left: 50%;

    display: none;

    width: 120px;
    padding: 10px 0;

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

    color: #333;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box .lan ul li a {
    line-height: 30px;

    display: block;

    padding: 0 10px;
}
.hs-header-box .lan ul li a:hover {
    text-decoration: underline;
}
.hs-header-box .logo {
    height: 80px;
}
@media (max-width: 1560px) {
    .hs-header-box .logo {
        height: 45px;
    }
}
@media (max-width: 1199px) {
    .hs-header-box .logo {
        height: 45px;
    }
}
.hs-header-box .logo a {
    display: block;

    height: 100%;
}
.hs-header-box .logo .logo-b {
    display: none;
}
.hs-header-box .logo img {
    display: block;

    height: 100%;
}
.hs-header-box .top-txt {
    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .top-txt p {
    position: relative;

    display: inline-block;

    max-width: 30px;
    margin: 0;
    margin-left: 20px;

    -webkit-transition: max-width .6s;
    transition: max-width .6s;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt p {
        font-size: 0;
    }
}
@media (max-width: 767px) {
    .hs-header-box .top-txt p {
        margin-left: 10px;
    }
}
.hs-header-box .top-txt p:after {
    position: absolute;
    bottom: -10px;
    left: 50%;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #002fa7 transparent;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt p:after {
        display: none;
    }
}
.hs-header-box .top-txt p a {
    display: block;

    white-space: nowrap;
}
.hs-header-box .top-txt p a span {
    font-size: 16px;

    position: absolute;
    z-index: 2;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 50%;

    display: inline-block;
    display: none;

    padding: 14px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #002fa7;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt p a span {
        display: none !important;
    }
}
.hs-header-box .top-txt p .flaticon {
    font-size: 24px;

    display: inline-block;

    width: 30px;

    text-align: center;
    vertical-align: middle;
}
.hs-header-box .top-txt p:hover:after {
    opacity: 1;
}
@media (max-width: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}
.hs-header-box .header-nav>ul {
    margin: 0 -30px;
}
.hs-header-box .header-nav>ul>li {
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.hs-header-box .header-nav>ul>li:nth-child(2) {
    position: static;
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 110px;

    position: relative;

    display: block;

    padding: 0 20px;

    text-transform: uppercase;
}
.hs-header-box .header-nav>ul>li.active>a,
.hs-header-box .header-nav>ul>li:hover>a {
    color: #8eba29;
}
@media (max-width: 1760px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 16px;

        padding: 0 14px;
    }
}
@media (max-width: 1470px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 16px;

        padding: 0 10px;
    }
}
@media (max-width: 1400px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 15px;
    }
}
.hs-header-box .header-nav>ul>li>a:after {
    position: absolute;
    bottom: 0px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.hs-header-box .header-nav>ul>li:hover>a:after {
    opacity: 1;
}
.hs-header-box .header-nav .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: -webkit-calc(100% + 0px);
    top: calc(100% + 0px);
    left: 0;

    display: none;

    min-width: 200px;
    padding: 20px;

    text-align: left;

    color: #fff;
    background-color: #002fa7;
    box-shadow: 0 5px 10px 0 rgba(6, 0, 1, .33);
}
.hs-header-box .header-nav .pc-nav-down:before {
    position: absolute;
    top: -10px;
    left: 0;

    display: block;

    width: 100%;
    height: 10px;

    content: '';

    background-color: transparent;
}
.hs-header-box .header-nav .pc-nav-down>li>a {
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 15px 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
.hs-header-box .header-nav .pc-nav-down>li:hover>a {
    font-weight: bold;

    color: #002fa7;
    background-color: #8eba29;
}
.hs-header-box .header-nav .pc-nav-down-all {
    left: 0;

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

    background: url(../images/nav_bg.webp) no-repeat center #002fa7;
    background-size: cover;
}
.hs-header-box .header-nav .pc-nav-down-all>li {
    width: 350px;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.hs-header-box .header-nav .pc-nav-down-all>li>a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

    color: #e4e4e4;
}
@media (max-width: 1470px) {
    .hs-header-box .header-nav .pc-nav-down-all>li>a {
        padding: 10px 0;
    }
}
.hs-header-box .header-nav .pc-nav-down-all>li>a:after {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;

    width: 0;
    height: 2px;

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

    background-color: #8eba29;
}
.hs-header-box .header-nav .pc-nav-down-all>li.active>a,
.hs-header-box .header-nav .pc-nav-down-all>li:hover>a {
    color: #8eba29;
    background: none;
}
.hs-header-box .header-nav .pc-nav-down-all>li.active>a:after,
.hs-header-box .header-nav .pc-nav-down-all>li:hover>a:after {
    width: 100%;
}
.hs-header-box .header-nav .pc-nav-down-all>li.active .nav-right {
    display: block;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-right {
    font-size: 0;

    position: absolute;
    top: 0;
    left: -webkit-calc(5% + 350px);
    left: calc(5% + 350px);

    display: none;

    width: -webkit-calc(90% - 350px);
    width: calc(90% - 350px);
    height: 100%;
    padding: 80px 0 80px 5%;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-3 {
    font-size: 14px;
    font-size: 0;

    display: inline-block;

    width: 60%;

    vertical-align: top;
}
@media (max-width: 1560px) {
    .hs-header-box .header-nav .pc-nav-down-all .nav-3 {
        width: 70%;
    }
}
.hs-header-box .header-nav .pc-nav-down-all .nav-3>li {
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-3>li>a {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    position: relative;

    display: block;

    color: #8eba29;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-3>li.active>a,
.hs-header-box .header-nav .pc-nav-down-all .nav-3>li:hover>a {
    text-decoration: underline;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-4 {
    margin-top: 20px;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-4>li {
    display: block;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-4>li>a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 5px 0;

    color: #fff;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-4>li.active>a,
.hs-header-box .header-nav .pc-nav-down-all .nav-4>li:hover>a {
    text-decoration: underline;

    color: #fff;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application {
    font-size: 14px;

    display: inline-block;

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

    vertical-align: top;

    border-left: 1px solid rgba(255, 255, 255, .05);
}
@media (max-width: 1560px) {
    .hs-header-box .header-nav .pc-nav-down-all .nav-application {
        width: 30%;
        padding-left: 3%;
    }
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .tit-nav-app h4 {
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #e4e4e4;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-img {
    max-width: 300px;
    margin-top: 20px;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-img img {
    width: 100%;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app {
    display: block;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-more {
    font-size: 16px;
    line-height: 30px;

    margin-top: 30px;

    opacity: .5;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-more:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-more:hover {
    opacity: 1;
    color: #8eba29;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-more:hover:after {
    border-color: transparent transparent transparent #8eba29;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-contact {
    margin-top: 15%;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-contact .nav-txt {
    margin-top: 20px;
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-contact .nav-txt p {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;

    margin: 0;

    color: #8eba29;
}
@media (max-width: 1470px) {
    .hs-header-box .header-nav .pc-nav-down-all .nav-application .app-contact .nav-txt p {
        font-size: 20px;
    }
}
.hs-header-box .header-nav .pc-nav-down-all .nav-application .app-contact .nav-txt a:hover {
    text-decoration: underline;
}
.hs-header-box .header-nav .pc-nav-down.nav-down-right {
    right: 0;
    left: auto;
}
.hs-header-box .header-nav .xs-nav {
    display: none;
}
.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;

    display: none;

    width: 30px;
    height: 60px;
    margin-left: 16px;
}
@media (max-width: 1199px) {
    .hs-header-box .toggle-navigation {
        display: inline-block;

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

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

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

    width: 100%;
    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: #002fa7;
}
.hs-header-box .toggle-navigation a span {
    display: block;

    height: 2px;
    margin: 7px 0;

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

    background: #002fa7;
}
.hs-header-box.headerwhite {
    color: #fff;
}
.hs-header-box.headerwhite .logo {
    color: #fff;
}
.hs-header-box.headerwhite .lan {
    border-color: #fff;
}
.hs-header-box.headerwhite .lan p:after {
    border-color: #fff transparent transparent transparent;
}
.hs-header-box.headerwhite .toggle-navigation a:before,
.hs-header-box.headerwhite .toggle-navigation a:after {
    background: #fff;
}
.hs-header-box.headerwhite .toggle-navigation a span {
    background: #fff;
}
.hs-header-box.headerwhite .top-txt p:after {
    border-color: transparent transparent #fff transparent;
}
.hs-header-box.headerwhite .top-txt p a span {
    color: #002fa7;
    background-color: #fff;
}
.hs-header-box.stuck-header {
    height: 90px;

    color: #000000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box.stuck-header .header-nav>ul>li>a:after {
    border-color: transparent transparent #002fa7 transparent;
}
@media (max-width: 1199px) {
    .hs-header-box.stuck-header {
        height: 60px;
    }
}
.hs-header-box.stuck-header .logo {
    color: #002fa7;
}
.hs-header-box.stuck-header .logo .logo-b {
    display: block;
}
.hs-header-box.stuck-header .logo .logo-w {
    display: none;
}
.hs-header-box.stuck-header .header-nav>ul>li>a {
    line-height: 90px;
}
.hs-header-box.stuck-header .header-nav>ul>li.active>a {
    color: #8eba29;
}
.hs-header-box.stuck-header .lan {
    border-color: #002fa7;
}
.hs-header-box.stuck-header .lan p:after {
    border-color: #002fa7 transparent transparent transparent;
}
.hs-header-box.stuck-header .toggle-navigation a:before,
.hs-header-box.stuck-header .toggle-navigation a:after {
    background: #002fa7;
}
.hs-header-box.stuck-header .toggle-navigation a span {
    background: #002fa7;
}
.hc-mobile-nav .nav-wrapper {
    color: #fff;
    background-color: rgba(15, 29, 46, .95);
}
.hc-mobile-nav .nav-wrapper .nav-application {
    display: none;
}
.hc-mobile-nav li.nav-back a {
    border-color: #333;
    background-color: #333;
}
.hc-mobile-nav a {
    border-bottom-color: #333;
}
.hc-mobile-nav h2 {
    color: #fff;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #333;
}
.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: #333;
}
.hc-mobile-nav a[href]:not([href='#'])>span.nav-next {
    border-color: #333;
}
.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: #333;
}
.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);
    }
}
.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.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: #000;
}
@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;
}
.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: #002fa7;
    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: #002fa7;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    /* background-color: #8eba29; */
}
.xs-customer-service {
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #002fa7;
    background-color: #8eba29;
}
.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 .swiper-slide {
    overflow: hidden;

    width: 100vw;
}
.banner-box .banner .swiper-group {
    position: relative;

    width: 100%;
    height: 100vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .banner-box .banner .swiper-group {
        height: 600px;
    }
}
@media (max-width: 991px) {
    .banner-box .banner .swiper-group {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .banner-box .banner .swiper-group {
        height: 300px;
    }
}
.banner-box .swiper-text {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-box .swiper-text .txt h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    overflow: hidden;

    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 1660px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 60px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text .txt h2 {
        font-size: 24px;
    }
}
.banner-box .swiper-text .txt h2 span {
    display: block;

    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);

    opacity: 0;
}
.banner-box .swiper-text .txt h3 {
    font-size: 40px;
    font-weight: bold;

    overflow: hidden;

    margin: 0;

    -webkit-transition: all 1.5s;
    transition: all 1.5s;

    color: #8eba29;
}
@media (max-width: 1660px) {
    .banner-box .swiper-text .txt h3 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text .txt h3 {
        font-size: 24px;

        margin: 0;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text .txt h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text .txt h3 {
        font-size: 18px;
    }
}
.banner-box .swiper-text .txt h3 span {
    display: block;

    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);

    opacity: 0;
}
.banner-box .swiper-text .txt .hs-more {
    margin-top: 30px;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);

    opacity: 0;
}
@media (max-width: 991px) {
    .banner-box .swiper-text .txt .hs-more {
        margin-top: 10px;
    }
}
.banner-box .swiper-text .txt .hs-more a {
    color: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 16px;
    background: none;
}
@media (max-width: 991px) {
    .banner-box .swiper-text .txt .hs-more a {
        font-size: 14px;
    }
}
.banner-box .swiper-text .txt .hs-more a:after {
    border-color: transparent transparent transparent #fff;
}
.banner-box .swiper-text .txt-5 h3 {
    color: #fff;
}
.banner-box .swiper-text .txt-5 .hs-more a {
    border-color: #002fa7;
    background-color: #002fa7;
}
.banner-box .swiper-slide-active .swiper-text .txt h2 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .swiper-slide-active .swiper-text .txt h3 span,
.banner-box .swiper-slide-active .swiper-text .txt .hs-more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}
.banner-box .swiper-button-wrap {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 5%;

    width: 100%;
    padding: 0 5%;

    text-align: right;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
    line-height: 60px;

    position: relative;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px) {
    .banner-box .swiper-button-next,
    .banner-box .swiper-button-prev {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.banner-box .swiper-button-next.swiper-button-next,
.banner-box .swiper-button-prev.swiper-button-next {
    margin-left: 20px;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
    color: #8eba29;
    background-color: #fff;
}
.banner-box .swiper-pagination {
    z-index: 6;
    bottom: 5%;

    width: 100%;

    text-align: center;
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
    line-height: 1;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 10px;

    vertical-align: middle;

    opacity: .7;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    background: #fff;
}
.banner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;

    opacity: 1;
    border: 2px solid #fff;
    background: none;
}
.banner-box .swiper-ban-img {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 55%;
    height: 100%;

    text-align: center;
}
.banner-box .swiper-ban-img .swiper-slide {
    width: 100%;
    height: 100%;

    text-align: right;
}
.banner-box .swiper-ban-img img {
    height: 100%;
}
@media (max-width: 767px) {
    .banner-box .swiper-ban-img img {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 100%;
        height: auto;
    }
}
.banner-inner {
    position: relative;
}
.banner-inner .banner-group {
    overflow: hidden;
}
.banner-inner .banner-group img {
    width: 100%;
}
@media (max-width: 991px) {
    .banner-inner .banner-group img {
        width: 160%;
        margin-left: -30%;
    }
}
@media (max-width: 767px) {
    .banner-inner .banner-group img {
        width: 200%;
        margin-left: -50%;
    }
}
.banner-inner .group-text {
    position: absolute;
    z-index: 2;
    top: 53%;
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 991px) {
    .banner-inner .group-text {
        top: 60%;
    }
}
.banner-inner .group-text h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px) {
    .banner-inner .group-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .group-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-inner .group-text h2 {
        font-size: 30px;
    }
}
.banner-inner .group-text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    margin: 10px 0 0 0;
    padding: 0 30px;

    text-transform: uppercase;

    color: #000;
    border-radius: 30px;
    background-color: #8eba29;
}
@media (max-width: 1199px) {
    .banner-inner .group-text h3 {
        font-size: 18px;

        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .banner-inner .group-text h3 {
        font-size: 16px;
        line-height: 30px;
    }
}
.banner-inner-product {
    height: 120px;

    background-color: #002fa7;
}
@media (max-width: 1199px) {
    .banner-inner-product {
        height: 60px;
    }
}
.hs-pad {
    overflow: hidden;

    max-width: 1920px;
    margin: 0 auto;
    padding: 70px 3%;
}
@media (max-width: 1199px) {
    .hs-pad {
        padding: 50px 15px;
    }
}
.hs-more {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-more {
        margin-top: 20px;
    }
}
.hs-more a,
.hs-more span {
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;

    display: inline-block;

    padding: 0 20px;

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

    border: 1px solid #002fa7;
}
@media (max-width: 991px) {
    .hs-more a,
    .hs-more span {
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .hs-more a,
    .hs-more span {
        font-size: 14px;

        padding: 0 14px;
    }
}
.hs-more a:after,
.hs-more span:after {
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-width: 4px 0 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #002fa7;
}
.hs-more a:hover,
.hs-more span:hover {
    color: #8eba29;
    background-color: #002fa7;
}
.hs-more a:hover:after,
.hs-more span:hover:after {
    border-color: transparent transparent transparent #8eba29;
}
.title-home h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .title-home h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-home h2 {
        font-size: 24px;
    }
}
.title-home h2 span {
    color: #1649d8;
}
.hs-home-category {
    background: url(../images/category_bg.webp) no-repeat bottom center;
    background-size: 100% auto;
    padding-left: 0;
    padding-right: 0;
}
.hs-home-category .category-menu {
    position: relative;

    width: 100%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu {
        padding: 0 30px;
    }
}
.hs-home-category .category-menu .swiper-button-prev,
.hs-home-category .category-menu .swiper-button-next {
    position: absolute;
    top: -webkit-calc(60%);
    top: calc(60%);
    left: -5%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu .swiper-button-prev,
    .hs-home-category .category-menu .swiper-button-next {
        top: -webkit-calc(55%);
        top: calc(55%);
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu .swiper-button-prev,
    .hs-home-category .category-menu .swiper-button-next {
        left: 0;
    }
}
.hs-home-category .category-menu .swiper-button-next {
    position: absolute;
    right: -5%;
    left: auto;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu .swiper-button-next {
        right: 0;
    }
}
.hs-home-category .swiper-category-menu .swiper-slide {
    width: 25%;
    padding-top: 20px;
}
.hs-home-category .swiper-category-menu .category-menu-group {
    position: relative;

    display: inline-block;

    padding: 20px 47px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1660px) {
    .hs-home-category .swiper-category-menu .category-menu-group {
        padding: 20px 30px;
    }
}
@media (max-width: 1560px) {
    .hs-home-category .swiper-category-menu .category-menu-group {
        padding: 20px;
    }
}
@media (max-width: 1470px) {
    .hs-home-category .swiper-category-menu .category-menu-group {
        padding: 20px 24px;
    }
}
@media (max-width: 1400px) {
    .hs-home-category .swiper-category-menu .category-menu-group {
        padding: 20px 16px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .swiper-category-menu .category-menu-group {
        display: block;

        padding: 10px 5px;

        text-align: center;
    }
}
.hs-home-category .swiper-category-menu .category-menu-group::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;

    width: 0%;
    height: 5px;

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

    background-color: #1649d8;
}
.hs-home-category .swiper-category-menu .category-menu-group .icon {
    position: relative;
    z-index: 2;

    display: inline-block;

    vertical-align: middle;
}
.hs-home-category .swiper-category-menu .category-menu-group .flaticon {
    font-size: 40px;
}
@media (max-width: 767px) {
    .hs-home-category .swiper-category-menu .category-menu-group .flaticon {
        font-size: 30px;

        display: block;
    }
}
.hs-home-category .swiper-category-menu .category-menu-group p {
    font-size: 20px;
    line-height: 1.5;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin: 0;
    padding-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1560px) {
    .hs-home-category .swiper-category-menu .category-menu-group p {
        font-size: 18px;

        padding-left: 10px;
    }
}
@media (max-width: 1400px) {
    .hs-home-category .swiper-category-menu .category-menu-group p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .swiper-category-menu .category-menu-group p {
        font-size: 14px;
        line-height: 20px;

        display: block;
        display: -webkit-box;
        overflow: hidden;

        height: 40px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.hs-home-category .swiper-category-menu .swiper-slide-thumb-active .category-menu-group {
    color: #1649d8;
}
.hs-home-category .swiper-category-menu .swiper-slide-thumb-active .category-menu-group:before {
    width: 100%;
}
@media (max-width: 1199px) {
    .hs-home-category .swiper-category-menu .swiper-slide-thumb-active .category-menu-group:before {
        width: 100%;
    }
}
.hs-home-category .category-listbox {
    margin-top: 20px;
    padding: 0 3%;
}
.hs-home-category .category-listbox>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1560px) {
    .hs-home-category .category-listbox>ul {
        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-listbox>ul {
        margin: 0 -5px;
    }
}
.hs-home-category .category-listbox>ul>li {
    width: 20%;
    padding: 20px;
}
@media (max-width: 1560px) {
    .hs-home-category .category-listbox>ul>li {
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category-listbox>ul>li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-listbox>ul>li {
        width: 50%;
        padding: 5px;
    }
}
.hs-home-category .category-listbox>ul>li:nth-child(1) {
    width: 40%;
}
@media (max-width: 991px) {
    .hs-home-category .category-listbox>ul>li:nth-child(1) {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-listbox>ul>li:nth-child(1) {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .hs-home-category .category-listbox>ul>li:nth-child(1) .category-group {
        position: relative;

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

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hs-home-category .category-listbox>ul>li:nth-child(1) .category-group .category-img {
        position: absolute;
        right: 20px;
        bottom: 20px;

        width: 65%;
        margin: 0;
    }
    .hs-home-category .category-listbox>ul>li:nth-child(1) .category-group .category-more {
        text-align: left;
    }
    .hs-home-category .category-listbox>ul>li:nth-child(1) .category-group .title-category {
        max-width: 60%;
    }
    .hs-home-category .category-listbox>ul>li:nth-child(1) .category-group .title-category h3 {
        display: -webkit-box;
        overflow: hidden;

        height: 60px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (min-width: 1200px) and (max-width: 991px) {
    .hs-home-category .category-listbox>ul>li:nth-child(1) .category-group .category-img {
        right: 0;
        bottom: 0;

        width: 100%;
    }
}
.hs-home-category .category-listbox .category-group {
    display: block;

    height: 100%;
    padding: 50px 30px 30px 30px;

    background: -webkit-linear-gradient(253deg, #f6f6f6, #fdfdfd);
    background: linear-gradient(-163deg, #f6f6f6, #fdfdfd);
    color: #000000;
    transition: all .2s;
}
@media (max-width: 1560px) {
    .hs-home-category .category-listbox .category-group {
        padding: 30px 15px 20px 15px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-listbox .category-group {
        padding: 15px;
    }
}
.hs-home-category .category-listbox .category-group .title-category h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .hs-home-category .category-listbox .category-group .title-category h3 {
        font-size: 16px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-listbox .category-group .title-category h3 {
        font-size: 15px;
    }
}
.hs-home-category .category-listbox .category-group .category-more {
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px) {
    .hs-home-category .category-listbox .category-group .category-more {
        margin-top: 14px;
    }
}
.hs-home-category .category-listbox .category-group .category-more .flaticon {
    line-height: 35px;

    display: inline-block;

    width: 35px;
    height: 35px;

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

    border: 1px solid #b1b1b1;
    background: rgba(255, 210, 0, 0);
}
@media (max-width: 767px) {
    .hs-home-category .category-listbox .category-group .category-more .flaticon {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.hs-home-category .category-listbox .category-group .category-img {
    position: relative;

    margin-top: 80px;
}
@media (max-width: 991px) {
    .hs-home-category .category-listbox .category-group .category-img {
        margin-top: 20px;
    }
}
.hs-home-category .category-listbox .category-group .category-img .ibox {
    padding-bottom: 75%;
}

.hs-home-category .category-listbox .category-group .category-img .img1 {
    mix-blend-mode: multiply;
}
.hs-home-category .category-listbox .category-group .category-img .img2 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.hs-home-category .category-listbox .category-group:hover {
    background: #8eba29;
}
.hs-home-category .category-listbox .category-group:hover .category-more .flaticon {
    color: #fff;
    border-color: #002fa7;
    background-color: #002fa7;
}
.hs-home-category .category-listbox .category-group:hover .category-img .img1 {
    opacity: 0;
}
.hs-home-category .category-listbox .category-group:hover .category-img .img2 {
    opacity: 1;
}
.hs-home-application {
    position: relative;
    padding: 0;
}
@media (max-width: 991px) {
    .hs-home-application {
        margin-top: 50px;
    }
}
.hs-home-application .application-bg {
    position: relative;
}
.hs-home-application .application-bg:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-linear-gradient(left, #002fa7, rgba(15, 29, 46, 0));
    background-image: linear-gradient(90deg, #002fa7, rgba(15, 29, 46, 0));
}
.hs-home-application .application-bg .swiper-slide {
    overflow: hidden;

    background-color: #000;
}
.hs-home-application .application-bg .application-group {
    width: 100%;
    height: 100vh;

    opacity: .6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-home-application .application-bg .application-group {
        height: 600px;
    }
}
.hs-home-application .application {
    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.hs-home-application .application-menubox {
    margin-left: 5%;

    border-left: 1px solid rgba(255, 255, 255, .8);
}
@media (max-width: 1400px) {
    .hs-home-application .application-menubox {
        margin-left: 0;
    }
}
.hs-home-application .application-menu {
    overflow-y: scroll;

    max-width: 600px;
    height: 600px;
    margin-top: 60px;
    margin-left: -3px;

    direction: rtl;
}
@media (max-width: 1560px) {
    .hs-home-application .application-menu {
        height: 500px;
    }
}
@media (max-width: 1199px) {
    .hs-home-application .application-menu {
        height: 400px;
        margin-top: 30px;
    }
}
.hs-home-application .application-menu::-webkit-scrollbar {
    width: 5px;
}
.hs-home-application .application-menu::-webkit-scrollbar-track {
    background-color: transparent;
}
.hs-home-application .application-menu::-webkit-scrollbar-thumb {
    background-color: #8eba29;
}
.hs-home-application .application-menu ul {
    position: relative;

    padding-left: 60px;

    direction: ltr;
}
@media (max-width: 1199px) {
    .hs-home-application .application-menu ul {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-application .application-menu ul {
        padding-left: 15px;
    }
}
.hs-home-application .application-menu .menu-group {
    padding: 15px 0;
}
@media (max-width: 1560px) {
    .hs-home-application .application-menu .menu-group {
        padding: 10px 0;
    }
}
.hs-home-application .application-menu .menu-group h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1560px) {
    .hs-home-application .application-menu .menu-group h3 {
        font-size: 18px;
    }
}
.hs-home-application .application-menu .menu-group .note {
    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.hs-home-application .application-menu .menu-group p {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: rgba(255, 255, 255, .5);
}
@media (max-width: 1560px) {
    .hs-home-application .application-menu .menu-group p {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .hs-home-application .application-menu .menu-group p {
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        max-height: 72px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
@media (max-width: 767px) {
    .hs-home-application .application-menu .menu-group p {
        display: -webkit-box;
        overflow: hidden;

        max-height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.hs-home-application .application-menu .menu-group .hs-more {
    display: none;
}
.hs-home-application .application-menu .menu-group .hs-more a {
    color: rgba(233, 233, 233, .5);
    border-color: rgba(233, 233, 233, .5);
}
.hs-home-application .application-menu .menu-group .hs-more a:after {
    border-color: transparent transparent transparent rgba(233, 233, 233, .5);
}
.hs-home-application .application-menu .menu-group .hs-more:hover a {
    color: #002fa7;
    border-color: #8eba29;
    background-color: #8eba29;
}
.hs-home-application .application-menu .menu-group .hs-more:hover a:after {
    border-color: transparent transparent transparent #002fa7;
}
.hs-home-application .application-menu .active .menu-group h3 {
    font-size: 30px;

    color: #8eba29;
}
@media (max-width: 1560px) {
    .hs-home-application .application-menu .active .menu-group h3 {
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .hs-home-application .application-menu .active .menu-group h3 {
        font-size: 22px;
    }
}
.hs-home-application .application-menu .active .menu-group .note {
    max-height: 200px;
}
.hs-home-application .application-menu .active .menu-group .hs-more {
    display: block;
}
.hs-home-number {
    padding-right: 0;
    padding-left: 0;
}
.hs-home-number .numbox {
    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;
}
.hs-home-number .numbox li {
    margin: 10px 0;
}
@media (max-width: 991px) {
    .hs-home-number .numbox li {
        width: 50%;
    }
}
.hs-home-number .num-group {
    text-align: center;
}
.hs-home-number .num-group b {
    color: #002fa7;
}
.hs-home-number .num-group .numscroll {
    font-size: 72px;
    line-height: 1;
}
@media (max-width: 1560px) {
    .hs-home-number .num-group .numscroll {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-home-number .num-group .numscroll {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .hs-home-number .num-group .numscroll {
        font-size: 30px;
    }
}
.hs-home-number .num-group p {
    font-size: 18px;
    line-height: 1.66666667;

    max-width: 260px;
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .hs-home-number .num-group p {
        font-size: 16px;
    }
}
.hs-home-about {
    position: relative;

    padding: 60px 0 60px 0;
}
@media (max-width: 767px) {
    .hs-home-about {
        padding-top: 0;
    }
}
.hs-home-about .about-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-home-about .about-img {
    position: relative;
    right: 50%;

    width: 50%;
}
@media (max-width: 991px) {
    .hs-home-about .about-img {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .about-img {
        right: 0;

        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-about .about-img img {
    width:70%;
    padding-left: 10%;
}
.hs-home-about .about {
    position: relative;
    left: 50%;
    z-index: 6;
    width: 58%;
    margin-left: -8%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .hs-home-about .about {
        left: 0;

        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
}
.hs-home-about .about .free-editor {
    margin-top: 40px;
}
@media (max-width: 1560px) {
    .hs-home-about .about .free-editor {
        margin-top: 20px;
    }
}
.hs-home-about .about .hs-more {
    margin-top: 100px;
}
@media (max-width: 1560px) {
    .hs-home-about .about .hs-more {
        margin-top: 40px;
    }
}
.hs-home-about .sign {
    position: absolute;
    right: 0;
    bottom: 10%;
}
@media (max-width: 767px) {
    .hs-home-about .sign {
        bottom: 0;
    }
}
.hs-home-about .sign h3 {
    font-size: 15vw;
    font-weight: 900;
    line-height: 1;

    margin: 0;

    color: rgba(15, 29, 46, .05);
}
.hs-home-about .sign h3 span {
    display: inline-block;
}
@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 300%;
    }
}
.hs-home-customer {
    padding: 100px 0;

    background: url(../images/customer_bg.webp) no-repeat center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 1200px) {
    .hs-home-customer {
        background-attachment: fixed;
    }
}
@media (max-width: 1560px) {
    .hs-home-customer {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .hs-home-customer {
        padding: 50px 0;
    }
}
.hs-home-customer .title-home {
    text-align: center;
}
.hs-home-customer .title-home h2 {
    color: #fff;
}
.hs-home-customer .title-home h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;

    margin: 20px 0 0 0;

    color: #fff;
}
.hs-home-customer .customer {
    position: relative;

    max-width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 5%;
}
@media (max-width: 1560px) {
    .hs-home-customer .customer {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-home-customer .customer {
        margin-top: 30px;
    }
}
.hs-home-customer .customer .swiper-button-prev,
.hs-home-customer .customer .swiper-button-next {
    position: absolute;
    top: 50%;
    left: -15px;

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

    color: #8eba29;
}
.hs-home-customer .customer .swiper-button-prev:hover,
.hs-home-customer .customer .swiper-button-next:hover {
    opacity: .8;
}
.hs-home-customer .customer .swiper-button-next {
    right: -15px;
    left: auto;
}
.hs-home-customer .customer .customer-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    color: #fff;

    -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-customer .customer .customer-group .customer-img {
    width: 40%;
}
@media (max-width: 767px) {
    .hs-home-customer .customer .customer-group .customer-img {
        width: 100%;
    }
}
.hs-home-customer .customer .customer-group .customer-img .ibox {
    padding-bottom: 60%;
}
.hs-home-customer .customer .customer-group .customer-note {
    position: relative;

    width: 60%;
    padding: 0 8%;
}
@media (max-width: 767px) {
    .hs-home-customer .customer .customer-group .customer-note {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-home-customer .customer .customer-group .customer-note h3 {
    font-size: 24px;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1199px) {
    .hs-home-customer .customer .customer-group .customer-note h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-customer .customer .customer-group .customer-note h3 {
        font-size: 18px;
    }
}
.hs-home-customer .customer .customer-group .customer-note h4 {
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 1199px) {
    .hs-home-customer .customer .customer-group .customer-note h4 {
        font-size: 14px;
    }
}
.hs-home-customer .customer .customer-group .customer-note .starbox {
    margin-bottom: 20px;
}
.hs-home-customer .customer .customer-group .customer-note .starbox .flaticon {
    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #8eba29;
}
.hs-home-customer .customer .customer-group .customer-note p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: rgba(255, 255, 255, .5);
}
@media (max-width: 1199px) {
    .hs-home-customer .customer .customer-group .customer-note p {
        font-size: 16px;
    }
}
.hs-home-customer .customer .customer-group .customer-note .name-country {
    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;
    -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-home-customer .customer .customer-group .swiper-button-prev {
    left: 2%;
}
@media (max-width: 767px) {
    .hs-home-customer .customer .customer-group .swiper-button-prev {
        left: -45px;
    }
}
.hs-home-customer .customer .customer-group .swiper-button-next {
    right: 2%;
}
@media (max-width: 767px) {
    .hs-home-customer .customer .customer-group .swiper-button-next {
        right: -45px;
    }
}
.hs-home-customer .hs-more {
    margin-top: 60px;

    text-align: center;
    display: none;
}
@media (max-width: 1199px) {
    .hs-home-customer .hs-more {
        margin-top: 30px;
    }
}
.hs-home-customer .hs-more a {
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    border-color: #fff;
}
.hs-home-customer .hs-more a:after {
    border-color: transparent transparent transparent #fff;
}
.hs-home-customer .hs-more a:hover {
    color: #002fa7;
    background-color: #fff;
}
.hs-home-customer .hs-more a:hover:after {
    border-color: transparent transparent transparent #002fa7;
}
.hs-home-news {
    padding-bottom: 0;
}
.hs-home-news .news {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .hs-home-news .news {
        margin-top: 30px;
    }
}
.hs-home-news .news .news-group {
    display: block;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hs-home-news .news .news-group .news-note {
    padding: 100px 50% 100px 100px;

    color: #fff;
    background-image: -webkit-linear-gradient(left, #002fa7, rgba(15, 29, 46, 0));
    background-image: linear-gradient(90deg, #002fa7, rgba(15, 29, 46, 0));
}
@media (max-width: 1560px) {
    .hs-home-news .news .news-group .news-note {
        padding: 80px 40% 80px 80px;
    }
}
@media (max-width: 1199px) {
    .hs-home-news .news .news-group .news-note {
        padding: 30px 20% 30px 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-news .news .news-group .news-note {
        padding: 20px;
    }
}
.hs-home-news .news .news-group h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .hs-home-news .news .news-group h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-home-news .news .news-group h3 {
        font-size: 16px;
    }
}
.hs-home-news .news .news-group .date {
    font-size: 16px;
    line-height: 30px;

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

    margin: 20px 0;

    color: #8eba29;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hs-home-news .news .news-group .date {
        font-size: 14px;

        margin: 10px 0;
    }
}
.hs-home-news .news .news-group .date .flaticon {
    margin-right: 10px;
}
.hs-home-news .news .news-group p {
    font-size: 18px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 108px;
    margin: 20px 0 0 0;

    color: rgba(255, 255, 255, .5);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .hs-home-news .news .news-group p {
        font-size: 16px;
        line-height: 26px;

        height: 78px;
        margin-top: 10px;
    }
}
.hs-home-news .news .news-group .hs-more {
    display: inline-block;

    vertical-align: middle;
}
.hs-home-news .news .news-group .hs-more span {
    color: rgba(233, 233, 233, .5);
    border-color: rgba(233, 233, 233, .5);
}
.hs-home-news .news .news-group .hs-more span:after {
    border-color: transparent transparent transparent rgba(233, 233, 233, .5);
}
.hs-home-news .news .news-group .hs-more:hover span {
    color: #002fa7;
    border-color: #8eba29;
    background-color: #8eba29;
}
.hs-home-news .news .news-group .hs-more:hover span:after {
    border-color: transparent transparent transparent #002fa7;
}
.hs-home-news .news .news-group .news-button {
    display: inline-block;

    margin-top: 30px;
    margin-left: 30px;

    vertical-align: middle;
}
.hs-home-news .news .news-group .news-button .swiper-button-next,
.hs-home-news .news .news-group .news-button .swiper-button-prev {
    line-height: 38px;

    width: 38px;
    height: 38px;

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

    color: rgba(233, 233, 233, .5);
    border: 1px solid rgba(233, 233, 233, .5);
}
.hs-home-news .news .news-group .news-button .swiper-button-next:after,
.hs-home-news .news .news-group .news-button .swiper-button-prev:after {
    font-size: 20px;
}
.hs-home-news .news .news-group .news-button .swiper-button-next:hover,
.hs-home-news .news .news-group .news-button .swiper-button-prev:hover {
    color: #002fa7;
    border-color: #8eba29;
    background-color: #8eba29;
}
.hs-home-faqs .flex {
    margin: 0 -40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1560px) {
    .hs-home-faqs .flex {
        margin: 0 -20px;
    }
}
@media (max-width: 1199px) {
    .hs-home-faqs .flex {
        margin: 0 -10px;
    }
}
.hs-home-faqs .title-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-home-faqs .title-home .hs-more {
    margin: 0;
}
.hs-home-faqs .faqs,
.hs-home-faqs .facebook,
.hs-home-faqs .twitter {
    padding: 0 40px;
}
@media (max-width: 1560px) {
    .hs-home-faqs .faqs,
    .hs-home-faqs .facebook,
    .hs-home-faqs .twitter {
        padding: 0 20px;
    }
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs,
    .hs-home-faqs .facebook,
    .hs-home-faqs .twitter {
        padding: 0 10px;
    }
}
.hs-home-faqs .faqs {
    width: 100%;
}
@media (max-width: 991px) {
    .hs-home-faqs .faqs {
        width: 100%;
    }
}
.hs-home-faqs .faqs ul li {
    padding: 40px 0;

    border-bottom: 1px solid rgba(15, 29, 46, .1);
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs ul li {
        padding: 20px 0;
    }
}
.hs-home-faqs .faqs .faqs-group {
    cursor: pointer;
}
.hs-home-faqs .faqs .faqs-group .title-faqs {
    position: relative;

    padding-right: 30px;
}
.hs-home-faqs .faqs .faqs-group .title-faqs:after {
    font-size: 20px;
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    content: '+';
    text-align: center;
}
.hs-home-faqs .faqs .faqs-group .title-faqs h3 {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs .faqs-group .title-faqs h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-home-faqs .faqs .faqs-group .title-faqs h3 {
        font-size: 16px;
    }
}
.hs-home-faqs .faqs .faqs-group .note {
    display: none;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs .faqs-group .note {
        margin-top: 10px;
    }
}
.hs-home-faqs .faqs .faqs-group .note p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-home-faqs .faqs .faqs-group .note p {
        font-size: 14px;
    }
}
.hs-home-faqs .faqs .current .faqs-group .title-faqs:after {
    content: '-';
}
.hs-home-faqs .facebook,
.hs-home-faqs .twitter {
    width: 25%;
}
@media (max-width: 991px) {
    .hs-home-faqs .facebook,
    .hs-home-faqs .twitter {
        width: 50%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-faqs .facebook,
    .hs-home-faqs .twitter {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-faqs .facebook .title-home,
.hs-home-faqs .twitter .title-home {
    display: block;
}
.hs-home-faqs .facebook .title-home h2,
.hs-home-faqs .twitter .title-home h2 {
    text-align: center;
}
.hs-home-faqs .facebook .title-home h2 img,
.hs-home-faqs .twitter .title-home h2 img {
    width: 36px;
}
.hs-home-faqs .facebook .group,
.hs-home-faqs .twitter .group {
    height: 500px;
    margin-top: 40px;

    border: 1px solid rgba(15, 29, 46, .15);
}
@media (max-width: 1199px) {
    .hs-home-faqs .facebook .group,
    .hs-home-faqs .twitter .group {
        height: 390px;
    }
}
@media (max-width: 991px) {
    .hs-home-faqs .facebook .group,
    .hs-home-faqs .twitter .group {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-faqs .facebook .group,
    .hs-home-faqs .twitter .group {
        height: 300px;
    }
}
.hs-home-faqs .facebook .group iframe,
.hs-home-faqs .twitter .group iframe {
    width: 100%;
    height: 100%;
}
.gettop {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;

    display: none;

    cursor: pointer;

    color: #8eba29;
}
.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;
}
@-webkit-keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hs-inner {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .hs-inner {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .hs-inner {
        padding: 40px 0;
    }
}
.title-inner h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1560px) {
    .title-inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
.title-inner.flex {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.free-editor p {
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1560px) {
    .free-editor p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .free-editor p {
        font-size: 14px;
    }
}
.free-editor img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-location {
    padding: 20px 0;

    border-bottom: 1px solid #e6e6e6;
}
.hs-inner-location .location-flex {
    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;
}
@media (max-width: 767px) {
    .hs-inner-location .location {
        width: 100%;
    }
}
.hs-inner-location .location ul {
    font-size: 15px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding-left: 30px;

    color: #999;
}
@media (max-width: 1199px) {
    .hs-inner-location .location ul {
        font-size: 14px;
    }
}
.hs-inner-location .location ul:before {
    font-family: 'flaticon_suihe';
    font-size: 16px;

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

    display: block;

    content: '\f118';
}
.hs-inner-location .location ul li {
    display: inline-block;

    vertical-align: top;
    text-transform: capitalize;
}
.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 {
    display: inline-block;

    vertical-align: top;
}
.hs-inner-location .location ul li a:hover {
    text-decoration: underline;

    color: #8eba29;
}
.hs-inner-menu {
    z-index: 6;

    text-align: center;

    background-color: #8eba29;
}
@media (max-width: 1199px) {
    .hs-inner-menu {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu {
        padding: 14px 0;
    }
}
.hs-inner-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-menu>ul>li {
    position: relative;
}
.hs-inner-menu>ul>li: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 7px 0 7px;
    border-style: solid;
    border-color: #8eba29 transparent transparent transparent;
}
.hs-inner-menu>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;
    cursor: pointer;
    height: 100%;
    padding: 15px 30px;

    /*-webkit-text-stroke: 1px rgba(0, 0, 0, 0);*/
}
@media (max-width: 1470px) {
    .hs-inner-menu>ul>li>a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-menu>ul>li>a {
        height: auto;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu>ul>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.hs-inner-menu>ul>li:hover:after,
.hs-inner-menu>ul>li.active:after {
    opacity: 1;
}
.hs-inner-menu>ul>li:hover>a,
.hs-inner-menu>ul>li.active>a {
    /*-webkit-text-stroke: 1px #000;*/
}
@media (max-width: 1199px) {
    .hs-inner-menu>ul>li.active .menu-nav2 {
        display: block;
    }
}
.hs-inner-menu .menu-nav2 {
    position: absolute;
    z-index: 6;
    top: 100%;
    left: 0;

    display: none;

    min-width: 260px;
    padding-top: 30px;

    text-align: left;
}
@media (max-width: 1199px) {
    .hs-inner-menu .menu-nav2 {
        position: relative;
        top: 0;

        min-width: 100%;
        padding: 0;
    }
}
.hs-inner-menu .menu-nav2>ul {
    padding: 14px;

    background-color: #8eba29;
}
@media (max-width: 1199px) {
    .hs-inner-menu .menu-nav2>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        padding: 6px;

        color: #fff;
        background-color: #002fa7;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-menu .menu-nav2>ul>li>a {
    font-size: 17px;
    line-height: 30px;

    display: block;

    padding: 10px 25px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 1470px) {
    .hs-inner-menu .menu-nav2>ul>li>a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-menu .menu-nav2>ul>li>a {
        font-size: 13px;

        padding: 5px 0px;
    }
}
.hs-inner-menu .menu-nav2>ul>li:hover>a {
    color: #fff;
    background-color: #002fa7;
}
.hs-inner-menu .flex {
    padding: 0 3%;

  -webkit-box-pack: center;
  justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .hs-inner-menu .flex {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (max-width: 1199px) {
    .hs-inner-menu .flex {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.hs-inner-menu .flex>li>a {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
}

.hs-inner-contact {
    background-color: #f8f8f8;
}
.hs-inner-contact .contact-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-contact .contact-flex li {
    width: 33%;
    padding: 0 15px;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact-flex li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact-flex li {
        width: 100%;
    }
}
.hs-inner-contact .contact-group {
    height: 100%;
    padding: 20px;

    background-color: #fff;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact-group {
        padding: 10px;
    }
}
.hs-inner-contact .contact-group .title-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 8px;

    color: #fff;
    background-color: #002fa7;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-contact .contact-group .title-contact .flaticon {
    font-size: 30px;
    line-height: 50px;

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

    text-align: center;

    color: #002fa7;
    background-color: #8eba29;
}
.hs-inner-contact .contact-group .title-contact h3 {
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #8eba29;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact-group .title-contact h3 {
        font-size: 18px;
    }
}
.hs-inner-contact .contact-group .contact-list {
    padding: 0 3%;
}
@media (max-width: 767px) {
    .hs-inner-contact .contact-group .contact-list {
        padding-top: 10px;
    }
}
.hs-inner-contact .contact-group .contact-list .con-ul {
    position: relative;

    margin: 30px 0;
    padding-left: 60px;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact-group .contact-list .con-ul {
        padding-left: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact-group .contact-list .con-ul {
        margin: 10px 0;
    }
}
.hs-inner-contact .contact-group .contact-list .con-ul .flaticon {
    font-size: 30px;
    line-height: 40px;

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

    width: 40px;
    height: 40px;
}
.hs-inner-contact .contact-group .contact-list .con-ul h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact-group .contact-list .con-ul h4 {
        font-size: 16px;
    }
}
.hs-inner-contact .contact-group .contact-list .con-ul p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px) {
    .hs-inner-contact .contact-group .contact-list .con-ul p {
        font-size: 14px;
    }
}
.hs-inner-contact .contact-group .contact-list .con-ul p a:hover {
    text-decoration: underline;
}
.hs-google-map {
    width: 100%;
    height: 550px;
}
@media (max-width: 991px) {
    .hs-google-map {
        height: 400px;
    }
}
.hs-google-map #map {
    width: 100%;
    height: 100%;
}
.hs-inner-products .product-group,
.hs-inner-product-details .product-related .product-group {
    display: block;

    height: 100%;
    margin-top: 40px;
    padding: 50px 30px 30px 30px;

    background: -webkit-linear-gradient(253deg, #f6f6f6, #fdfdfd);
    background: linear-gradient(-163deg, #f6f6f6, #fdfdfd);
}
@media (max-width: 1560px) {
    .hs-inner-products .product-group,
    .hs-inner-product-details .product-related .product-group {
        padding: 30px 15px 20px 15px;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .product-group,
    .hs-inner-product-details .product-related .product-group {
        margin-top: 20px;
        padding: 15px;
    }
}
.hs-inner-products .product-group .title-product h3,
.hs-inner-product-details .product-related .product-group .title-product h3 {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .hs-inner-products .product-group .title-product h3,
    .hs-inner-product-details .product-related .product-group .title-product h3 {
        font-size: 16px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .product-group .title-product h3,
    .hs-inner-product-details .product-related .product-group .title-product h3 {
        font-size: 15px;
    }
}
.hs-inner-products .product-group .product-more,
.hs-inner-product-details .product-related .product-group .product-more {
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px) {
    .hs-inner-products .product-group .product-more,
    .hs-inner-product-details .product-related .product-group .product-more {
        margin-top: 14px;
    }
}
.hs-inner-products .product-group .product-more .flaticon,
.hs-inner-product-details .product-related .product-group .product-more .flaticon {
    line-height: 35px;

    display: inline-block;

    width: 35px;
    height: 35px;

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

    border: 1px solid #b1b1b1;
    background: rgba(255, 210, 0, 0);
}
@media (max-width: 767px) {
    .hs-inner-products .product-group .product-more .flaticon,
    .hs-inner-product-details .product-related .product-group .product-more .flaticon {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.hs-inner-products .product-group .product-img,
.hs-inner-product-details .product-related .product-group .product-img {
    position: relative;

    margin-top: 80px;
}
@media (max-width: 991px) {
    .hs-inner-products .product-group .product-img,
    .hs-inner-product-details .product-related .product-group .product-img {
        margin-top: 20px;
    }
}
.hs-inner-products .product-group .product-img .ibox,
.hs-inner-product-details .product-related .product-group .product-img .ibox {
    padding-bottom: 75%;
}
.hs-inner-products .product-group .product-img .img1,
.hs-inner-product-details .product-related .product-group .product-img .img1 {
    mix-blend-mode: multiply;
}
.hs-inner-products .product-group .product-img .img2,
.hs-inner-product-details .product-related .product-group .product-img .img2 {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
}
.hs-inner-products .product-group:hover .product-more .flaticon,
.hs-inner-product-details .product-related .product-group:hover .product-more .flaticon {
    color: #fff;
    border-color: #002fa7;
    background-color: #002fa7;
}
.hs-inner-products .product-group:hover .product-img .img1,
.hs-inner-product-details .product-related .product-group:hover .product-img .img1 {
    opacity: 0;
}
.hs-inner-products .product-group:hover .product-img .img2,
.hs-inner-product-details .product-related .product-group:hover .product-img .img2 {
    opacity: 1;
}
.hs-inner-product-details {
    padding-top: 0;
}
.hs-inner-product-details .product-details {
    position: relative;

    padding: 40px 0 140px 0;

    background: -webkit-linear-gradient(107deg, #f6f6f6, #fdfdfd);
    background: linear-gradient(-17deg, #f6f6f6, #fdfdfd);
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details {
        padding: 30px 0;
    }
}
.hs-inner-product-details .product-details .details-imgbox {
    font-size: 0;

    position: relative;

    width: 45%;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .pro-group {
    /* padding: 80px 50px; */

    background-color: #f6f7f8;
}
/* @media (max-width: 767px) {
   .hs-inner-product-details .product-details .details-imgbox .pro-group {
      padding: 30px;
   }
} */
.hs-inner-product-details .product-details .details-imgbox .ibox {
    padding-bottom: 75%;

    mix-blend-mode: multiply;
}
.hs-inner-product-details .product-details .details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 55%;
    min-height: 100%;
    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: 1199px) {
    .hs-inner-product-details .product-details .details-content {
        padding-left: 3%;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.hs-inner-product-details .product-details .details-content .title-details-content span {
    line-height: 30px;

    display: inline-block;

    padding: 4px 10px 0 10px;

    background-color: #8eba29;
}
.hs-inner-product-details .product-details .details-content .title-details-content h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-details-content h2 {
        font-size: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .free-editor {
    margin-top: 20px;
}
.hs-inner-product-details .product-details .details-content .free-editor p {
    font-size: 16px;

    color: #666;
}
.hs-inner-product-details .product-details .links-prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-product-details .product-details .links-prev-next .details-link {
    margin-right: 10px;
}
.hs-inner-product-details .product-details .links-prev-next .details-link a {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 10px 24px;

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

    background-color: #e2e2e2;
}
.hs-inner-product-details .product-details .links-prev-next .details-link a:hover {
    color: #fff;
    background-color: #002fa7;
}
.hs-inner-product-details .product-details .links-prev-next .details-link .link-feedback {
    background-color: #8eba29;
}
.hs-inner-product-details .product-details .product-button {
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .product-button {
        display: block;

        margin-top: 10px;
    }
}
.hs-inner-product-details .product-details .product-button .swiper-button-next,
.hs-inner-product-details .product-details .product-button .swiper-button-prev {
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

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

    background-color: #e2e2e2;
}
.hs-inner-product-details .product-details .product-button .swiper-button-next:after,
.hs-inner-product-details .product-details .product-button .swiper-button-prev:after {
    font-size: 20px;

    content: '\f104';
}
.hs-inner-product-details .product-details .product-button .swiper-button-next:hover,
.hs-inner-product-details .product-details .product-button .swiper-button-prev:hover {
    color: #002fa7;
    border-color: #8eba29;
    background-color: #8eba29;
}
.hs-inner-product-details .product-details .product-button .swiper-button-next {
    margin-left: 5px;
}
.hs-inner-product-details .product-small {
    position: absolute;
    z-index: 3;
    bottom: -30px;
    left: 50%;
    width: 100%;
    max-width: 700px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-small {
        position: relative;
        bottom: 0;

        max-width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-product-details .product-small .swiper-slide {
    padding: 0 12px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-small .swiper-slide {
        padding: 0 4px;
    }
}
.hs-inner-product-details .product-small .pro-group {

    cursor: pointer;

    border: 1px solid #ececec;
    background: -webkit-linear-gradient(253deg, #f6f6f6, #fdfdfd);
    background: linear-gradient(-163deg, #f6f6f6, #fdfdfd);
}

.hs-inner-product-details .product-small .pro-group .ibox {
    padding-bottom: 75%;

    mix-blend-mode: multiply;
}
.hs-inner-product-details .product-small .swiper-slide-thumb-active .pro-group {
    border-color: #8eba29;
}
.hs-inner-product-details .title-parameters {
    position: relative;

    padding-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    border-bottom: 1px solid #ccc;
}
.hs-inner-product-details .title-parameters:after {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 152px;
    height: 4px;

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

    background: #8eba29;
}
.hs-inner-product-details .title-parameters h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .title-parameters h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .title-parameters h3 {
        font-size: 18px;
    }
}
.hs-inner-product-details .product-parameters {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-parameters {
        padding-top: 40px;
    }
}
.hs-inner-product-details .product-parameters .free-editor {
    margin-top: 40px;

    color: #333;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-parameters .free-editor {
        margin-top: 20px;
    }
}
.hs-inner-product-details .product-parameters .free-editor table {
    font-size: 16px;

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

    text-align: center;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-parameters .free-editor table {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-parameters .free-editor table {
        font-size: 12px;
    }
}
.hs-inner-product-details .product-parameters .free-editor table th,
.hs-inner-product-details .product-parameters .free-editor table td {
    line-height: 24px;

    padding: 10px;

    text-align: center;

    border: 1px solid #ccc;
}
.hs-inner-product-details .product-parameters .free-editor table tr {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-inner-product-details .product-related {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-related {
        padding-top: 40px;
    }
}
.hs-inner-product-details .product-related .related-content {
    position: relative;

    padding: 0 5%;
}
.hs-inner-product-details .product-related .related-button {
    display: inline-block;

    margin-top: 30px;
    margin-left: 30px;

    vertical-align: middle;
}
.hs-inner-product-details .product-related .related-button .swiper-button-next,
.hs-inner-product-details .product-related .related-button .swiper-button-prev {
    line-height: 50px;

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

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.hs-inner-product-details .product-related .related-button .swiper-button-next:after,
.hs-inner-product-details .product-related .related-button .swiper-button-prev:after {
    font-size: 30px;
}
.hs-inner-product-details .product-related .related-button .swiper-button-next:hover,
.hs-inner-product-details .product-related .related-button .swiper-button-prev:hover {
    color: #002fa7;
    border-color: #8eba29;
    background-color: #8eba29;
}
.hs-inner-product-details .product-related .related-button .swiper-button-next {
    right: 0;
    left: auto;
}
.hs-inner-product-details .product-feedback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 80px;
    padding: 60px 10%;

    color: #fff;
    background: url(../images/feedback_bg.webp) no-repeat center;
    background-size: cover;

    -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;
}
@media (max-width: 1470px) {
    .hs-inner-product-details .product-feedback {
        padding: 30px 5%;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-feedback {
        margin-top: 40px;
    }
}
.hs-inner-product-details .product-feedback .title-feedback {
    width: 45%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-feedback .title-feedback {
        width: 100%;
    }
}
.hs-inner-product-details .product-feedback .title-feedback h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;

    color: #8eba29;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-feedback .title-feedback h3 {
        font-size: 30px;
    }
}
.hs-inner-product-details .product-feedback .title-feedback p {
    font-size: 16px;
    line-height: 30px;

    margin: 10px 0 0 0;
}
.hs-inner-product-details .product-feedback .feedbackform {
    width: 55%;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-feedback .feedbackform {
        width: 100%;
    }
}
.feedbackform {
    margin-top: 30px;
}
.feedbackform form .group-feedback {
    position: relative;

    margin-bottom: 20px;
    padding-left: 40px;

    border: 1px solid rgba(231, 231, 231, .34);
    background-color: rgba(0, 0, 0, .4);
}
.feedbackform form .group-feedback .flaticon {
    font-size: 20px;
    line-height: 45px;

    position: absolute;
    top: 0;
    left: 15px;

    width: 25px;

    text-align: center;
}
.feedbackform form .group-feedback input,
.feedbackform form .group-feedback textarea,
.feedbackform form .group-feedback select {
    line-height: 25px;

    width: 100%;
    min-height: 45px;
    padding: 10px 20px;

    resize: vertical;

    color: #fff;
    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px) {
    .feedbackform form .group-feedback input,
    .feedbackform form .group-feedback textarea,
    .feedbackform form .group-feedback select {
        font-size: 14px;
        line-height: 24px;

        min-height: 44px;
        padding: 10px;
    }
}
.feedbackform form .group-feedback select {
    background: url('../images/select_bg.webp') no-repeat right center;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.feedbackform form .group-feedback select option {
    /* 设置选项的背景色 */
    color: #333;
    background-color: #f8f8f8;
    /* 设置选项的文本颜色 */
}
.feedbackform form .group-feedback select option:hover {
    color: #fff;
    background-color: #8eba29;
    /* 设置鼠标悬停时的背景色 */
}
.feedbackform form .group-feedback.group-read input {
    background-color: #eee;
}
.feedbackform form .group-feedback input::-webkit-input-placeholder,
.feedbackform form .group-feedback textarea::-webkit-input-placeholder {
    color: #fff;
}
.feedbackform form .group-feedback input:-o-placeholder,
.feedbackform form .group-feedback textarea:-o-placeholder {
    color: #fff;
}
.feedbackform form .group-feedback input::-moz-placeholder,
.feedbackform form .group-feedback textarea::-moz-placeholder {
    color: #fff;
}
.feedbackform form .group-feedback input:-ms-input-placeholder,
.feedbackform form .group-feedback textarea:-ms-input-placeholder {
    color: #fff;
}
.feedbackform form .group-feedback input:focus::-webkit-input-placeholder,
.feedbackform form .group-feedback textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.feedbackform form .group-feedback input:focus::-o-placeholder,
.feedbackform form .group-feedback textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.feedbackform form .group-feedback input:focus::-moz-placeholder,
.feedbackform form .group-feedback textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.feedbackform form .group-feedback input:focus::-ms-input-placeholder,
.feedbackform form .group-feedback textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.feedbackform form .send {
    font-size: 16px;
    line-height: 54px;

    padding: 0 30px;

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

    color: #fff;
    outline: none;
    background-color: #8eba29;
}
@media (max-width: 767px) {
    .feedbackform form .send {
        line-height: 40px;
    }
}
.feedbackform form .send:hover {
    background-color: #002fa7;
}
.hs-inner-news {
    padding-top: 0;
}
.hs-inner-news .news ul li:last-child .news-group {
    border: none;
}
.hs-inner-news .news-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hs-inner-news .news-group {
        margin-top: 30px;
    }
}
.hs-inner-news .news-group .news-img {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .news-img {
        width: 100%;
    }
}
.hs-inner-news .news-group .news-img .ibox {
    padding-bottom: 63.07692308%;
}
.hs-inner-news .news-group .news-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-news .news-group .news-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding-left: 3%;

    -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: 767px) {
    .hs-inner-news .news-group .news-note {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-news .news-group .news-note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px) {
    .hs-inner-news .news-group .news-note h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news .news-group .news-note h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news .news-group .news-note h3 {
        font-size: 16px;
        line-height: 24px;

        max-height: 72px;
        margin: 10px 0 0 0;
    }
}
.hs-inner-news .news-group .news-note p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;
    margin: 30px 0 0 0;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
    .hs-inner-news .news-group .news-note p {
        margin-top: 14px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news .news-group .news-note p {
        font-size: 14px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        max-height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.hs-inner-news .news-group .news-note .date-more {
    font-size: 18px;
    line-height: 30px;

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

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

    color: #999;
    border-top: 1px solid #ccc;

    -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-inner-news .news-group .news-note .date-more {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news .news-group .news-note .date-more {
        font-size: 14px;

        padding: 10px 0;
    }
}
.hs-inner-news .news-group .news-note .date-more .date .flaticon {
    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    vertical-align: middle;
}
.hs-inner-news .news-group .news-note .date-more .news-more {
    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-inner-news .news-group .news-note .date-more .news-more .flaticon {
    font-size: 30px;
}
.hs-inner-news .news-group:hover .news-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-news .news-group:hover .news-note h3 {
    text-decoration: underline;
}
.hs-inner-news .news-group:hover .news-note .date-more .news-more {
    color: #8eba29;
}
.hs-inner-faqs .faqs {
    margin-top: -60px;
}
@media (max-width: 991px) {
    .hs-inner-faqs .faqs {
        margin-top: -30px;
    }
}
.hs-inner-faqs .faqs>ul>li {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .hs-inner-faqs .faqs>ul>li {
        padding-top: 30px;
    }
}
.hs-inner-faqs .title-faqs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;
}
.hs-inner-faqs .title-faqs .img-ask {
    line-height: 50px;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #666;
    background: #e3e3e3;
}
.hs-inner-faqs .title-faqs .img-ask .flaticon {
    font-size: 20px;
}
.hs-inner-faqs .title-faqs .note {
    position: relative;

    width: -webkit-calc(70% - 80px);
    width: calc(70% - 80px);
    margin-left: 30px;
    padding: 30px;

    border-radius: 12px;
    background: #f2f2f2;
}
@media (max-width: 991px) {
    .hs-inner-faqs .title-faqs .note {
        width: -webkit-calc(80% - 80px);
        width: calc(80% - 80px);
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs .note {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        margin-left: 20px;
        padding: 20px;
    }
}
.hs-inner-faqs .title-faqs .note:before {
    position: absolute;
    top: 20px;
    left: -12px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 6px 12px 6px 0;
    border-style: solid;
    border-color: transparent #f2f2f2 transparent transparent;
}
.hs-inner-faqs .title-faqs .note:after {
    font-size: 30px;

    position: absolute;
    top: 24px;
    right: 20px;

    content: '+';
}
.hs-inner-faqs .title-faqs .note p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    color: #333;
}
@media (max-width: 1560px) {
    .hs-inner-faqs .title-faqs .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .title-faqs .note p {
        font-size: 14px;
    }
}
.hs-inner-faqs .current .title-faqs .note:after {
    content: '-';
}
.hs-inner-faqs .faqs-ques {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .hs-inner-faqs .faqs-ques {
        margin-top: 30px;
    }
}
.hs-inner-faqs .faqs-ques .img-ques {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 50px;
    height: 50px;
    padding: 10px;

    text-align: center;

    color: #666;
    background: #8eba29;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-faqs .faqs-ques .img-ques img {
    width: 100%;
}
.hs-inner-faqs .faqs-ques .note {
    position: relative;

    width: -webkit-calc(70% - 80px);
    width: calc(70% - 80px);
    margin-right: 30px;
    padding: 30px;

    color: #fff;
    border-radius: 12px;
    background: #002fa7;
}
@media (max-width: 991px) {
    .hs-inner-faqs .faqs-ques .note {
        width: -webkit-calc(80% - 80px);
        width: calc(80% - 80px);
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques .note {
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px);
        margin-right: 20px;
        padding: 20px;
    }
}
.hs-inner-faqs .faqs-ques .note:before {
    position: absolute;
    top: 20px;
    right: -12px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 6px 12px 6px 0;
    border-style: solid;
    border-color: transparent #002fa7 transparent transparent;
}
.hs-inner-faqs .faqs-ques .note p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1560px) {
    .hs-inner-faqs .faqs-ques .note p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-inner-faqs .faqs-ques .note p {
        font-size: 14px;
    }
}
.hs-inner-news-show .news-show .title-inner {
    text-align: left;
}
.hs-inner-news-show .news-show .title-inner h2 {
    font-size: 24px;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .hs-inner-news-show .news-show .title-inner h2 {
        font-size: 20px;
    }
}
.hs-inner-news-show .date-share {
    margin-top: 40px;
    padding: 15px 40px;

    background-color: #f8f8f8;

    -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;
}
@media (max-width: 767px) {
    .hs-inner-news-show .date-share {
        margin-top: 20px;
        padding: 10px;
    }
}
.hs-inner-news-show .date-share p {
    font-size: 16px;
    line-height: 26px;

    margin: 0;

    color: #002fa7;
}
@media (max-width: 767px) {
    .hs-inner-news-show .date-share p {
        font-size: 14px;
    }
}
.hs-inner-news-show .date-share p span {
    display: inline-block;

    margin-right: 30px;

    vertical-align: middle;
}
.hs-inner-news-show .date-share p span .flaticon {
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    vertical-align: middle;
}
.hs-inner-news-show .title-cases-show .date-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-news-show .free-editor {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .hs-inner-news-show .free-editor {
        margin-top: 30px;
    }
}
.hs-inner-news-show .free-editor p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .hs-inner-news-show .free-editor p {
        font-size: 14px;
    }
}
.hs-inner-news-show .free-editor img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-news-show .button-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 70px;
    padding: 10px 5%;

    color: #002fa7;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;

    -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;
}
@media (max-width: 991px) {
    .hs-inner-news-show .button-news {
        margin-top: 30px;
    }
}
.hs-inner-news-show .button-news a {
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.hs-inner-news-show .button-news a .flaticon {
    font-size: 40px;
}
.hs-inner-news-show .button-news a:hover {
    color: #8eba29;
}
.hs-inner-news-show .button-news .prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-inner-news-show .related-news {
    padding-top: 80px;
}
.hs-inner-news-show .related-news .title-inner {
    position: relative;

    padding-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    border-bottom: 1px solid #ccc;
}
.hs-inner-news-show .related-news .title-inner:after {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 152px;
    height: 4px;

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

    background: #8eba29;
}
.hs-inner-news-show .related-news .related {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .hs-inner-news-show .related-news .related {
        margin-top: 30px;
    }
}
.hs-inner-news-show .related-news .news-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-news-show .related-news .news-group .news-img {
    width: 150px;
}
@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-group .news-img {
        width: 130px;
    }
}
.hs-inner-news-show .related-news .news-group .news-img .ibox {
    padding-bottom: 63.07692308%;
}
.hs-inner-news-show .related-news .news-group .news-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-news-show .related-news .news-group .news-note {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-left: 20px;
}
@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-group .news-note {
        width: -webkit-calc(100% - 130px);
        width: calc(100% - 130px);
    }
}
.hs-inner-news-show .related-news .news-group .news-note h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-inner-news-show .related-news .news-group .news-note .news-more {
    line-height: 30px;

    margin-top: 10px;

    text-align: right;

    opacity: .5;
}
.hs-inner-news-show .related-news .news-group .news-note .news-more .flaticon {
    font-size: 24px;
}
.hs-inner-news-show .related-news .news-group:hover .news-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-news-show .related-news .news-group:hover .news-note h3 {
    text-decoration: underline;
}
.hs-inner-news-show .related-news .news-group:hover .news-more {
    color: #8eba29;
}
.hs-inner-download .download {
    margin-top: -40px;
}
@media (max-width: 767px) {
    .hs-inner-download .download {
        margin-top: -20px;
    }
}
.hs-inner-download .download .down-group {
    margin-top: 40px;
    padding: 30px 20px 0 20px;

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

    border: 1px solid #e5e5e5;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group {
        padding: 20px 20px 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group {
        margin-top: 20px;
    }
}
.hs-inner-download .download .down-group h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px) {
    .hs-inner-download .download .down-group h3 {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group h3 {
        font-size: 16px;
        line-height: 26px;

        height: 52px;
    }
}
.hs-inner-download .download .down-group h3 a {
    display: block;
}
.hs-inner-download .download .down-group .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;
    padding: 20px 0;

    text-align: center;

    border-top: 1px solid #e8e8e8;

    -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;
}
@media (max-width: 1199px) {
    .hs-inner-download .download .down-group .down {
        margin-top: 30px;
        padding: 10px 0;
    }
}
.hs-inner-download .download .down-group .down:after {
    display: block;

    width: 25px;
    height: 27px;

    content: '';

    background: url(../images/down-icon.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-download .download .down-group .down a {
    font-size: 16px;
    line-height: 32px;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group .down a {
        font-size: 14px;
    }
}
.hs-inner-download .download .down-group .down a .flaticon {
    font-size: 20px;

    display: inline-block;
    float: left;

    margin-right: 10px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
}
.hs-inner-download .download .down-group .down a:hover {
    color: #8eba29;
}
.hs-inner-download .download .down-group:hover {
    border-color: #8eba29;
}
.hs-inner-download .download .down-group:hover h3 {
    text-decoration: underline;
}
.hs-inner-videos .videos {
    margin-top: -40px;
}
@media (max-width: 767px) {
    .hs-inner-videos .videos {
        margin-top: -20px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-videos .videos ul {
        margin: 0 -20px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-videos .videos ul li {
        padding: 0 20px;
    }
}
.hs-inner-videos .videos .videos-group {
    position: relative;

    display: block;

    margin-top: 40px;

    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 767px) {
    .hs-inner-videos .videos .videos-group {
        margin-top: 20px;
    }
}
.hs-inner-videos .videos .videos-group .img {
    position: relative;
}
.hs-inner-videos .videos .videos-group .img .ibox {
    padding-bottom: 67.5%;
}
.hs-inner-videos .videos .videos-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-videos .videos .videos-group .flaticon {
    font-size: 50px;
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #8eba29;
}
@media (max-width: 1199px) {
    .hs-inner-videos .videos .videos-group .flaticon {
        font-size: 40px;

        top: 60%;
    }
}
.hs-inner-videos .videos .videos-group p {
    font-size: 18px;
    line-height: 30px;

    position: absolute;
    z-index: 2;
    top: 20px;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 60px;
    padding: 0 20px;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hs-inner-videos .videos .videos-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-footer {
    position: relative;

    overflow: hidden;

    padding: 0 3%;

    color: rgba(255, 255, 255, .5);
    background-color: #002fa7;
}
@media (max-width: 991px) {
    .hs-footer {
        padding-bottom: 50px;
    }
}
.hs-footer .foot-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .1);

    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-footer .foot-text {
        padding: 20px 0;
    }
}
.hs-footer .foot-text .foot-logo img {
    height: 50px;
}
@media (max-width: 767px) {
    .hs-footer .foot-text .txt {
        width: 100%;
        margin-top: 10px;
    }
}
.hs-footer .foot-text .txt p {
    font-size: 18px;
    line-height: 1.66666667;
}
@media (max-width: 1199px) {
    .hs-footer .foot-text .txt p {
        font-size: 16px;
    }
}
.hs-footer .foot-text .txt p a:hover {
    color: #fff;
}
.hs-footer .foot-text .txt p span {
    margin: 0 10px;
}
.hs-footer .foot-nav {
    padding: 40px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 991px) {
    .hs-footer .foot-nav {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav {
        padding: 14px 0;
    }
}
.hs-footer .foot-nav>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;
}
.hs-footer .foot-nav>ul>li {
    position: relative;

    margin: 10px 0;
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav>ul>li {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li {
        width: 100%;
    }
}
.hs-footer .foot-nav>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    color: #fff;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li>a {
        font-size: 16px;
    }
}
.hs-footer .foot-nav>ul>li>a:after {
    display: block;

    width: 36px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #8eba29;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>a:after {
        display: none;
    }
}
.hs-footer .foot-nav>ul>li .flaticon-right-chevron {
    display: none;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li .flaticon-right-chevron {
        font-size: 20px;
        line-height: 40px;

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

        display: block;

        width: 40px;
        height: 40px;

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

        margin: 0;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li {
        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.hs-footer .foot-nav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 1.875;

    display: block;
}
@media (max-width: 991px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        font-size: 14px;
    }
}
.hs-footer .foot-nav>ul>li>ul>li:hover>a {
    text-decoration: underline;

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

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

    padding: 40px 0;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .hs-footer .copyright {
        padding: 20px 0;
    }
}
.hs-footer .copyright p {
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 1199px) {
    .hs-footer .copyright p {
        font-size: 14px;

        width: 100%;
        margin: 10px 0 0 0;
    }
}
.hs-footer .copyright a:hover {
    text-decoration: underline;

    color: #fff;
}
.hs-footer .copyright .foot-brand ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-footer .copyright .foot-brand ul {
        margin: 0 -5px;
    }
}
.hs-footer .copyright .foot-brand ul li {
    padding: 10px;
}
@media (max-width: 767px) {
    .hs-footer .copyright .foot-brand ul li {
        padding: 5px;
    }
}
.hs-footer .copyright .foot-brand .brand-img img {
    overflow: hidden;

    width: 105px;

    border-radius: 5px;
}
@media (max-width: 1560px) {
    .hs-footer .copyright .foot-brand .brand-img img {
        width: 96px;
    }
}
@media (max-width: 767px) {
    .hs-footer .copyright .foot-brand .brand-img img {
        width: 60px;
        margin-top: 10px;
    }
}
.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;
}
.zoom:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(../images/icon.png);
}
.zoom img {
    display: block;
}
.zoom img::-moz-selection {
    background-color: transparent;
}
.zoom img::selection {
    background-color: transparent;
}
.hideh1 {
    font-size: 0;
}
.hideh1 h1 {
    font-size: 0;

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

    display: block;
}

.page_info {
    clear: both;
    padding-top: 50px;
    clear: both;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 40px
}
.page_info span {
    margin: 0 2px
}
.page_list {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    padding-top: 50px;
    clear: both;
    width: 100%
}
.page_list a,
.page_list span {
    display: inline-block;
    color: #333333;
    border: 1px solid #e8e8e8;
    text-align: center;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%
}
.page_list a:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000
}
.page_list .current_page {
    border: 1px solid #000;
    background: #000;
    color: #fff
}
@media(max-width:991px) {
    .page_list a,
    .page_list span {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}
.table_a {
    overflow-x: auto;
    width: 100%
}
.table_a table {
    border-right: 1px solid #0061b3;
    border-bottom: 1px solid #0061b3;
    width: 100%
}
.table_a table th {
    background: #8eba29;
    color: #002fa7;
}
.table_a table td,
.table_a table th {
    border-left: 1px solid #0061b3;
    border-top: 1px solid #0061b3;
    text-align: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    width: 25%
}
.table_a table tr:nth-child(odd) {
    background: #f5f5f5
}
.biao2 {
    background: #f1f1f1
}
@media(max-width:767px) {
    .table_a table th {
        line-height: 20px;
        height: auto
    }
}

.hs-inner-menu>ul>li:last-child .menu-nav2 {
    left: auto;
    right: 0;
}

.hs-inner-products .products-size {
    background-color: #f8f8f8;
    padding: 30px;
    margin-bottom: 30px;
}
.hs-inner-products .products-size .title-size h3 {
    font-size: 20px;
    font-weight: bold;
    color: #002fa7;
    margin-top: 0;
}
.hs-inner-products .products-size .size-sort ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.hs-inner-products .products-size .size-sort ul li {
    min-width: 14.285%;
}
.hs-inner-products .products-size .size-sort ul li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.hs-inner-products .products-size .size-sort ul li.active a {
    color: #0061b3;
}
.hs-inner-products .products-size .size-sort ul li:hover a {
    text-decoration: underline;
}

@media(max-width:1199px) {
    .hs-inner-products .products-size .size-sort ul li {
        min-width: 20%;
    }
    .hs-inner-products .products-size .size-sort ul li a {
        font-size: 14px;
    }
}
@media(max-width:767px) {
    .hs-inner-products .products-size .title-size h3 {
        font-size: 18px;
    }
    .hs-inner-products .products-size {
        padding: 20px 14px;
    }
    .hs-inner-products .products-size .size-sort ul li {
        min-width: 50%;
    }

}

.title-inner2 h2 {
    font-size: 48px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: #002fa7;
}
@media (max-width: 1560px) {
    .title-inner2 h2 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .title-inner2 h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-inner2 h2 {
        font-size: 24px;
    }
}
.title-inner2 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 14px 0 0 0;

    color: #051d49;
    /*background: -webkit-gradient(linear, left top, right top, color-stop(100%, #1c60b4), color-stop(0%, #002fa7));*/
    /*background: -webkit-linear-gradient(left, #1c60b4 100%, #002fa7 0%);*/
    /*background: linear-gradient(90deg, #1c60b4 100%, #002fa7 0%);*/
    -webkit-background-clip: text;

    /*-webkit-text-fill-color: transparent;*/
}
.banner-inner .group-text h2 {
    text-shadow: 0 3px 4px rgba(1, 1, 1, .36);
}
.public-swiper-button .swiper-button-prev,
.public-swiper-button .swiper-button-next {
    line-height: 110px;

    width: 44px;
    height: 110px;

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

    color: #002fa7;
    background-color: #8eba29;
}
@media (max-width: 1199px) {
    .public-swiper-button .swiper-button-prev,
    .public-swiper-button .swiper-button-next {
        line-height: 80px;

        width: 40px;
        height: 80px;
    }
}
@media (max-width: 991px) {
    .public-swiper-button .swiper-button-prev,
    .public-swiper-button .swiper-button-next {
        line-height: 60px;

        width: 30px;
        height: 60px;
    }
}
.public-swiper-button .swiper-button-prev:after,
.public-swiper-button .swiper-button-next:after {
    font-size: 20px;
}
.public-swiper-button .swiper-button-prev:hover,
.public-swiper-button .swiper-button-next:hover {
    color: #8eba29;
    background-color: #002fa7;
}
.public-swiper-button.swiper-poa .swiper-button-prev,
.public-swiper-button.swiper-poa .swiper-button-next {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.public-swiper-button.swiper-poa .swiper-button-next {
    right: 0;
    left: auto;
}
.slick-arrow {
    font-size: 0;
    line-height: 80px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: 0;

    width: 40px;
    height: 80px;
    padding: 0;

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

    color: #002fa7;
    background-color: #8eba29;
}
@media (max-width: 1199px) {
    .slick-arrow {
        line-height: 60px;

        width: 30px;
        height: 60px;
    }
}
.slick-arrow:after {
    font-family: 'flaticon_suihe';
    font-size: 30px;
    line-height: inherit;

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

    display: block;

    width: 100%;

    content: '\f112';
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: center;
}
@media (max-width: 1199px) {
    .slick-arrow:after {
        font-size: 24px;
    }
}
.slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.slick-arrow.slick-next:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.slick-arrow:hover {
    color: #8eba29;
    background-color: #002fa7;
}
.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-poa .swiper-button-next {
    right: 0;
    left: auto;
}
.free-editor-small p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
.hs-inner-about {
    position: relative;

    padding-bottom: 0;
}
.hs-inner-about .big-text {
    font-family: Roboto;
    font-size: 12vw;
    font-weight: 900;
    line-height: .8;

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

    color: rgba(15, 29, 46, .03);
}
@media (max-width: 767px) {
    .hs-inner-about .big-text {
        display: none;
    }
}
.hs-inner-about .big-text b {
    display: block;
}
.hs-inner-about .big-text b:nth-child(1) {
    letter-spacing: 1.2vw;
}
.hs-inner-about .about {
    position: relative;
    z-index: 6;
}
.hs-inner-about .about .free-editor-small {
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .hs-inner-about .about .free-editor-small {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about .free-editor-small {
        margin-top: 20px;
    }
}
.hs-inner-about .about-number {
    position: relative;

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

    margin-top: 100px;

    background: url(../images/number_bg.webp) no-repeat center bottom;
    background-size: cover;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-number {
        margin-top: 80px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about-number {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about-number {
        margin-top: 30px;
    }
}
.hs-inner-about .about-number .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-calc(100% - 670px);
    width: calc(100% - 670px);
    margin: 0 -20px;
    padding: 30px 0;

    color: #8eba29;

    -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;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-number .number {
        width: -webkit-calc(100% - 500px);
        width: calc(100% - 500px);
        margin: 0 -10px;
        padding: 20px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about-number .number {
        width: 100%;
    }
}
.hs-inner-about .about-number .number>li {
    margin: 20px 0;
    padding: 0 20px;
    max-width: 25%;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-number .number>li {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-number .number>li {
        width: 50%;
        max-width: 50%;
        margin: 10px 0;
    }
}
.hs-inner-about .about-number .number .number-group b {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.4;
}
@media (max-width: 1199px) {
    .hs-inner-about .about-number .number .number-group b {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-number .number .number-group b {
        font-size: 36px;
    }
}
.hs-inner-about .about-number .number .number-group p {
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
.hs-inner-about .about-number .img {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;

    width: 670px;
}
@media (max-width: 1470px) {
    .hs-inner-about .about-number .img {
        width: 500px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about-number .img {
        display: none;
    }
}
.hs-inner-about .about-number .img img {
    width: 100%;
}
.hs-inner-culture {
    padding-bottom: 0;
}
.hs-inner-culture .title-inner2 {
    text-align: center;
}
.hs-inner-culture .culture {
    padding: 80px 8%;

    background: #f5f5f5;
}
@media (max-width: 1199px) {
    .hs-inner-culture .culture {
        padding: 50px 30px;
    }
}
.hs-inner-culture .culture .list {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-culture .culture .list {
        margin-top: 30px;
    }
}
.hs-inner-culture .culture .list>ul>li {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-culture .culture .list>ul>li {
        margin-top: 20px;
    }
}
@media (min-width: 1560px) {
    .hs-inner-culture .culture .list>ul {
        margin: 0 -40px;
    }
    .hs-inner-culture .culture .list>ul>li {
        padding: 0 40px;
    }
}
.hs-inner-culture .culture .culture-group .icon .flaticon {
    font-size: 70px;
    line-height: 1;
}
@media (max-width: 1199px) {
    .hs-inner-culture .culture .culture-group .icon .flaticon {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .hs-inner-culture .culture .culture-group .icon .flaticon {
        font-size: 50px;
    }
}
.hs-inner-culture .culture .culture-group .title-culture {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin-top: 14px;
}
@media (max-width: 991px) {
    .hs-inner-culture .culture .culture-group .title-culture {
        font-size: 20px;
    }
}
.hs-inner-culture .culture .culture-group .free-editor-small {
    margin-top: 10px;
}
.hs-inner-culture .culture .culture-group:hover .icon img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-history {
    background: url(../images/history_bg.webp) no-repeat right top;
    background-size: contain;
}
.hs-inner-history .history {
    position: relative;

    margin-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-history .history {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-history .history {
        margin-top: 30px;
    }
}
.hs-inner-history .history .swiper-about-history {
    padding: 0 6px;
}
.hs-inner-history .history:after {
    display: block;

    width: 300%;
    height: 13px;
    margin-left: -100%;

    content: '';

    background: url(../images/about-history-line.webp) repeat-x center;
}
.hs-inner-history .history .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hs-inner-history .history .swiper-slide {
    width: 18%;
}
.hs-inner-history .history .swiper-slide-active {
    width: 40% !important;
}
@media (max-width: 991px) {
    .hs-inner-history .history .swiper-slide-active {
        width: 75% !important;
    }
}
@media (max-width: 767px) {
    .hs-inner-history .history .swiper-slide-active {
        width: 100% !important;
    }
}
.hs-inner-history .history .swiper-slide-active .history-group {
    min-height: 360px;
}
.hs-inner-history .history .swiper-slide-active .history-group .year {
    color: #002fa7;
}
.hs-inner-history .history .swiper-slide-active .history-group .history-note {
    max-height: 300px;
}
.hs-inner-history .history .history-group {
    position: relative;

    padding: 0 30px 80px 30px;

    border-left: 1px solid rgba(15, 29, 46, .55);
}
.hs-inner-history .history .history-group:before {
    position: absolute;
    z-index: 6;
    top: 0;
    left: -6px;

    display: block;

    width: 12px;
    height: 12px;

    content: '';

    border-radius: 50%;
    background-color: #878e96;
}
.hs-inner-history .history .history-group .year {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;

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

    color: rgba(15, 29, 46, .5);
}
@media (max-width: 1470px) {
    .hs-inner-history .history .history-group .year {
        font-size: 24px;
    }
}
.hs-inner-history .history .history-group .history-note {
    overflow: hidden;

    max-height: 0;
    margin-top: 20px;
}
.hs-inner-history .history .history-group .history-note p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px) {
    .hs-inner-history .history .history-group .history-note p {
        font-size: 16px;
        line-height: 1.875;
    }
}
@media (max-width: 767px) {
    .hs-inner-history .history .history-group .history-note p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.hs-inner-history .history .about-history-button {
    position: absolute;
    z-index: 6;
    bottom: 40px;
    left: 30px;
}
.hs-inner-history .history .about-history-button .swiper-button-prev,
.hs-inner-history .history .about-history-button .swiper-button-next {
    line-height: 50px;

    width: 50px;
    height: 50px;

    border-radius: 0;
    background: #8eba29;
}
.hs-inner-history .history .about-history-button .swiper-button-prev:hover,
.hs-inner-history .history .about-history-button .swiper-button-next:hover {
    color: #fff;
    background-color: #002fa7;
}
.hs-inner-history .history .about-history-button .swiper-button-next {
    margin-left: 20px;
}
.hs-inner-team .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-team .team {
    width: 50%;
    padding-right: 5%;
}
@media (max-width: 767px) {
    .hs-inner-team .team {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-team .team .free-editor {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-team .team .free-editor {
        margin-top: 20px;
    }
}
.hs-inner-team .team-img {
    position: relative;

    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-team .team-img {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-team .team-img img {
    width: 100%;
}
.hs-inner-team .team-img .team-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-factory {
    background-color: #002fa7;
}
.hs-inner-factory .title-inner2 {
    text-align: center;
}
.hs-inner-factory .title-inner2 h2 {
    color: #fff;
}
.hs-inner-factory .factory-menu {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .hs-inner-factory .factory-menu {
        margin-top: 20px;
    }
}
.hs-inner-factory .factory-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-factory .factory-menu>ul>li {
    margin-top: 10px;
    padding: 0 10px;
}
.hs-inner-factory .factory-menu>ul>li>a {
    font-size: 18px;
    line-height: 44px;

    position: relative;

    display: block;

    padding: 0 20px;

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

    color: #fff;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory-menu>ul>li>a {
        font-size: 16px;

        padding: 0 10px;
    }
}
.hs-inner-factory .factory-menu>ul>li>a:after {
    position: absolute;
    bottom: -8px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #8eba29 transparent transparent transparent;
}
.hs-inner-factory .factory-menu>ul>li.active>a {
    color: #002fa7;
    background-color: #8eba29;
}
.hs-inner-factory .factory-menu>ul>li.active>a:after {
    opacity: 1;
}
.hs-inner-factory .factory-list {
    margin-top: 70px;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory-list {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-factory .factory-list {
        margin-top: 30px;
    }
}
.hs-inner-factory .factory {
    display: none;

    width: 35%;
    margin: 0 auto;
}
@media (max-width: 1470px) {
    .hs-inner-factory .factory {
        width: 40%;
    }
}
@media (max-width: 991px) {
    .hs-inner-factory .factory {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-factory .factory {
        width: 100%;
    }
}
.hs-inner-factory .factory .slick-factory .slick-list {
    overflow: visible;
}
.hs-inner-factory .factory .slick-factory .slick-slide {
    padding: 0 30px;
}
@media (max-width: 1470px) {
    .hs-inner-factory .factory .slick-factory .slick-slide {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-factory .factory .slick-factory .slick-slide {
        padding: 0 5px;
    }
}
.hs-inner-factory .factory .factory-group {
    display: block;

    background-color: #000;
}
.hs-inner-factory .factory .factory-group .ibox {
    padding-bottom: 75%;

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

    opacity: .3;
}
.hs-inner-factory .factory .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-factory .factory .factory-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-factory .factory .slick-center .factory-group .ibox {
    opacity: 1;
}
.hs-inner-factory .factory .slick-arrow {
    left: 30px;
}
@media (max-width: 1470px) {
    .hs-inner-factory .factory .slick-arrow {
        left: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-factory .factory .slick-arrow {
        left: 5px;
    }
}
.hs-inner-factory .factory .slick-arrow.slick-next {
    right: 30px;
    left: auto;
}
@media (max-width: 1470px) {
    .hs-inner-factory .factory .slick-arrow.slick-next {
        right: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-factory .factory .slick-arrow.slick-next {
        right: 5px;
    }
}
.hs-inner-factory .hs-more {
    text-align: center;
}
.hs-inner-factory .hs-more a {
    font-size: 18px;
    line-height: 50px;

    padding: 0 40px;

    color: #002fa7;
    background-color: #8eba29;
}
@media (max-width: 991px) {
    .hs-inner-factory .hs-more a {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.hs-inner-factory .hs-more a:after {
    display: none;
}
.hs-inner-factory .hs-more a:hover {
    text-decoration: underline;
}
.hs-inner-honor {
    position: relative;

    max-width: 1920px;
    margin: 0 auto;
}
.hs-inner-honor .honor-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 420px;
    padding: 20px 0;
    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: 1560px) {
    .hs-inner-honor .honor-left {
        width: 360px;
        padding-right: 3%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor-left {
        width: 250px;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-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-honor .honor {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
}
@media (max-width: 1560px) {
    .hs-inner-honor .honor {
        width: -webkit-calc(100% - 360px);
        width: calc(100% - 360px);
    }
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .honor {
        width: 100%;
    }
}
.hs-inner-honor .honor .swiper-slide {
    width: auto;
    padding: 20px 10px;
}
@media (max-width: 767px) {
    .hs-inner-honor .honor .swiper-slide {
        padding: 20px 5px;
    }
}
.hs-inner-honor .honor .swiper-about-honor {
    width: 135%;
}
@media (max-width: 767px) {
    .hs-inner-honor .honor .swiper-about-honor {
        width: 100%;
    }
}
.hs-inner-honor .honor .honor-group {
    display: block;

    padding: 10px 10px 0 10px;

    cursor: pointer;

    box-shadow: 0 8px 12px 0 rgba(6, 0, 1, .22);
}
@media (max-width: 767px) {
    .hs-inner-honor .honor .honor-group {
        box-shadow: 0 5px 5px 0 rgba(6, 0, 1, .22);
    }
}
.hs-inner-honor .honor .honor-group .img {
    overflow: hidden;

    border: 1px solid #e6e6e6;
}
.hs-inner-honor .honor .honor-group .img .ibox {
    padding-bottom: 144.82758621%;
}
.hs-inner-honor .honor .honor-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-honor .honor .honor-group .title-certificates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 70px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor .honor-group .title-certificates {
        height: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-honor .honor .honor-group .title-certificates {
        height: 40px;
    }
}
.hs-inner-honor .honor .honor-group .title-certificates p {
    font-size: 16px;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .hs-inner-honor .honor .honor-group .title-certificates p {
        font-size: 14px;
        line-height: 1.28571429;
    }
}
.hs-inner-honor .honor .honor-group:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-honor .honor-button {
    margin-left: 10px;
}
@media (max-width: 767px) {
    .hs-inner-honor .honor-button {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 0;
    }
}
.hs-inner-honor .swiper-button-prev,
.hs-inner-honor .swiper-button-next {
    line-height: 50px;

    width: 50px;
    height: 50px;

    border-radius: 0;
    background: #eee;
}
.hs-inner-honor .swiper-button-prev:hover,
.hs-inner-honor .swiper-button-next:hover {
    color: #002fa7;
    background-color: #8eba29;
}
.hs-inner-honor .swiper-button-next {
    margin-left: 20px;
}
#about-about,
#about-culture,
#about-history,
#about-team,
#about-factory,
#about-honor,
#feedback {
    position: relative;
    top: -100px;
}
.hs-inner-solutions {
    background: url(../images/solutions_bg.webp) repeat-x top center;
}
.hs-inner-solutions .title-inner2 {
    text-align: center;
}
.hs-inner-solutions .title-inner2 h2 {
    font-size: 36px;

    text-transform: capitalize;
}
@media (max-width: 1400px) {
    .hs-inner-solutions .title-inner2 h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions .title-inner2 h2 {
        font-size: 24px;
    }
}
/* .hs-inner-solutions .solutions {
    max-width: 1070px;
    margin: 0 auto;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions {
        margin-top: 20px;
    }
}
.hs-inner-solutions .solutions .solutions-group .ibox {
    padding-bottom: 47.00854701%;
}
.hs-inner-solutions .solutions-small {
    padding: 40px 20px;

    background: #f1f1f1;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions-small {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions-small {
        padding: 10px 20px;
    }
}
.hs-inner-solutions .solutions-small .slick-solutions-small .slick-slide {
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions-small .slick-solutions-small .slick-slide {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions-small .slick-solutions-small .slick-slide {
        padding: 0 5px;
    }
}
.hs-inner-solutions .solutions-small .solutions-group {
    cursor: pointer;

    border: 2px solid #f1f1f1;
}
.hs-inner-solutions .solutions-small .slick-current .solutions-group {
    border-color: #002fa7;
}
.hs-inner-solutions .solutions-small .slick-arrow {
    line-height: 50px;

    left: -20px;

    width: 30px;
    height: 50px;

    background: none;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions-small .slick-arrow {
        left: -25px;
    }
}
.hs-inner-solutions .solutions-small .slick-arrow:before {
    font-size: 16px;
}
.hs-inner-solutions .solutions-small .slick-arrow.slick-next {
    right: -20px;
    left: auto;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions-small .slick-arrow.slick-next {
        right: -25px;
    }
}*/
@media (min-width: 1200px) {
    .product-xinjia ul li {
        width: 20%;
    }
}
.product-xinjia ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .product-xinjia ul {
        margin-top: 30px;
    }
}
.product-xinjia ul li {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .product-xinjia ul li {
        margin-top: 30px;
    }
}
.product-xinjia .xinjia-group {
    text-align: center;
}
.product-xinjia .xinjia-group .icon {
    line-height: 98px;

    width: 98px;
    height: 98px;
    margin: 0 auto;

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

    background: #f6f6f6;
}
@media (max-width: 991px) {
    .product-xinjia .xinjia-group .icon {
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.product-xinjia .xinjia-group .icon .flaticon {
    font-size: 50px;
}
@media (max-width: 991px) {
    .product-xinjia .xinjia-group .icon .flaticon {
        font-size: 40px;
    }
}
.product-xinjia .xinjia-group p {
    font-size: 16px;
    line-height: 1.5;

    margin: 8px 0 0 0;
}
.product-xinjia .xinjia-group:hover .icon {
    background-color: #8eba29;
}
.hs-inner-projects .projects {
    margin-top: -60px;
}
@media (max-width: 1470px) {
    .hs-inner-projects .projects {
        margin-top: -40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-projects .projects {
        margin-top: -20px;
    }
}
.hs-inner-projects .projects>ul>li {
    margin-top: 60px;
}
@media (max-width: 1470px) {
    .hs-inner-projects .projects>ul>li {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-projects .projects>ul>li {
        margin-top: 20px;
    }
}
@media (min-width: 1470px) {
    .hs-inner-projects .projects>ul {
        margin: 0 -30px;
    }
    .hs-inner-projects .projects>ul>li {
        padding: 0 30px;
    }
}
.hs-inner-projects .projects .projects-group {
    display: block;
}
.hs-inner-projects .projects .projects-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-projects .projects .projects-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-projects .projects .projects-group .title-projects {
    font-size: 16px;

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

    height: 60px;

    border-bottom: 1px solid #ccc;

    -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) {
    .hs-inner-projects .projects .projects-group .title-projects {
        font-size: 14px;

        height: 40px;
    }
}
.hs-inner-projects .projects .projects-group .title-projects:after {
    content: '+';

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-projects .projects .projects-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-public-details .title-inner2 {
    text-align: center;
}
.hs-inner-public-details .title-inner2 h2 {
    text-transform: capitalize;
}
.hs-inner-public-details .public-details {
    position: relative;

    max-width: 720px;
    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 {
    border-radius: 50%;
}
@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 .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 {
    display: inline-block;
}
.hs-inner-public-details .return a .flaticon {
    font-size: 20px;
    line-height: 68px;

    display: block;

    width: 88px;
    height: 88px;
    margin: 0 auto;

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

    color: #8eba29;
    border: 10px solid #cfd2d5;
    border-radius: 50%;
    background: #002fa7;
}
.hs-inner-public-details .return a span {
    line-height: 2.14285714;

    display: block;

    margin-top: 10px;
}
.hs-inner-public-details .return a:hover .flaticon {
    color: #002fa7;
    border-color: #ffefa5;
    background-color: #8eba29;
}
.hs-inner-sus-environmental .title-inner2 h2,
.hs-inner-sus-technological .title-inner2 h2,
.hs-inner-sus-security .title-inner2 h2,
.hs-inner-sus-social .title-inner2 h2 {
    font-size: 36px;
    font-weight: bold;

    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .hs-inner-sus-environmental .title-inner2 h2,
    .hs-inner-sus-technological .title-inner2 h2,
    .hs-inner-sus-security .title-inner2 h2,
    .hs-inner-sus-social .title-inner2 h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-sus-environmental .title-inner2 h2,
    .hs-inner-sus-technological .title-inner2 h2,
    .hs-inner-sus-security .title-inner2 h2,
    .hs-inner-sus-social .title-inner2 h2 {
        font-size: 24px;
    }
}
.hs-inner-sus-environmental .free-editor-small,
.hs-inner-sus-technological .free-editor-small,
.hs-inner-sus-security .free-editor-small,
.hs-inner-sus-social .free-editor-small {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .hs-inner-sus-environmental .free-editor-small,
    .hs-inner-sus-technological .free-editor-small,
    .hs-inner-sus-security .free-editor-small,
    .hs-inner-sus-social .free-editor-small {
        margin-top: 20px;
    }
}
.hs-inner-sus-environmental .free-editor-small p,
.hs-inner-sus-technological .free-editor-small p,
.hs-inner-sus-security .free-editor-small p,
.hs-inner-sus-social .free-editor-small p {
    color: #666;
}
.hs-inner-sus-environmental .environmental {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-sus-environmental .environmental>ul {
        margin: 0 -30px;
    }
    .hs-inner-sus-environmental .environmental>ul>li {
        padding: 0 30px;
    }
}
.hs-inner-sus-environmental .environmental>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-sus-environmental .environmental>ul>li {
    margin-top: 30px;
}
.hs-inner-sus-environmental .environmental .environmental-group {
    height: 100%;
    padding: 60px;

    background: #f5f5f5;
}
@media (max-width: 1560px) {
    .hs-inner-sus-environmental .environmental .environmental-group {
        padding: 30px;
    }
}
.hs-inner-sus-environmental .environmental .environmental-group .icon {
    position: relative;
}
.hs-inner-sus-environmental .environmental .environmental-group .icon:before {
    position: absolute;
    top: 0;
    left: -60px;

    display: block;

    width: 9px;
    height: 100%;

    content: '';

    background: #8eba29;
}
@media (max-width: 1560px) {
    .hs-inner-sus-environmental .environmental .environmental-group .icon:before {
        left: -30px;
    }
}
.hs-inner-sus-environmental .environmental .environmental-group .icon .flaticon {
    font-size: 70px;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px) {
    .hs-inner-sus-environmental .environmental .environmental-group .icon .flaticon {
        font-size: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-sus-environmental .environmental .environmental-group .icon .flaticon {
        font-size: 50px;
    }
}
.hs-inner-sus-environmental .environmental .environmental-group .title-environmental {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    min-height: 60px;
    margin-top: 20px;
}
@media (max-width: 1560px) {
    .hs-inner-sus-environmental .environmental .environmental-group .title-environmental {
        font-size: 20px;
        line-height: 1.5;
    }
}
.hs-inner-sus-technological .title-inner2 {
    text-align: center;
}
.hs-inner-sus-technological .technological {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .hs-inner-sus-technological .technological {
        margin-top: 30px;
    }
}
.hs-inner-sus-technological .technological .technological-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-sus-technological .technological .technological-group .img,
.hs-inner-sus-technological .technological .technological-group .desc {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-sus-technological .technological .technological-group .img,
    .hs-inner-sus-technological .technological .technological-group .desc {
        width: 100%;
    }
}
.hs-inner-sus-technological .technological .technological-group .img img {
    width: 100%;
}
.hs-inner-sus-technological .technological .technological-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    padding: 30px 8%;

    background-color: #002fa7;

    -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: 1560px) {
    .hs-inner-sus-technological .technological .technological-group .desc {
        padding: 30px 5%;
    }
}
.hs-inner-sus-technological .technological .technological-group .title-technological {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #8eba29;
}
@media (max-width: 1560px) {
    .hs-inner-sus-technological .technological .technological-group .title-technological {
        font-size: 20px;
    }
}
.hs-inner-sus-technological .technological .technological-group .free-editor-small p {
    color: #fff;
}
.hs-inner-sus-technological .technological .technological-group:nth-child(2n) {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.hs-inner-sus-technological .technological .technological-group:nth-child(2n) .desc {
    color: #002fa7;
    background-color: #8eba29;
}
.hs-inner-sus-technological .technological .technological-group:nth-child(2n) .title-technological {
    color: #002fa7;
}
.hs-inner-sus-technological .technological .technological-group:nth-child(2n) .free-editor-small p {
    color: #002fa7;
}
.hs-inner-sus-security .free-editor-small h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;

    display: inline-block;

    padding: 0 12px;

    color: #002fa7;
    background-color: #8eba29;
}
@media (max-width: 1560px) {
    .hs-inner-sus-security .free-editor-small h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-sus-security .free-editor-small h3 {
        font-size: 18px;
        line-height: 40px;
    }
}
.hs-inner-sus-social {
    background: #f5f5f5;
}
.hs-inner-sus-social .social {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 991px) {
    .hs-inner-sus-social .social {
        margin-top: 30px;
    }
}
.hs-inner-sus-social .social-imgbox .img .ibox {
    padding-bottom: 46.40522876%;
}
.hs-inner-sus-social .social-list {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;

    background-color: rgba(15, 29, 46, .6);

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-inner-sus-social .social-list {
        position: relative;

        background-color: #002fa7;
    }
}
.hs-inner-sus-social .social-list .social-left {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    padding: 10% 5%;
}
@media (max-width: 1470px) {
    .hs-inner-sus-social .social-list .social-left {
        padding: 5%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-sus-social .social-list .social-left {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-sus-social .social-list .social-left {
        width: 100%;
        padding: 15px;
    }
}
.hs-inner-sus-social .social-list .title-social {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    color: #8eba29;
}
@media (max-width: 1470px) {
    .hs-inner-sus-social .social-list .title-social {
        font-size: 20px;
    }
}
.hs-inner-sus-social .social-list .free-editor-small {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .hs-inner-sus-social .social-list .free-editor-small {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-sus-social .social-list .free-editor-small {
        margin-top: 10px;
    }
}
.hs-inner-sus-social .social-list .free-editor-small p {
    color: #fff;
}
.hs-inner-sus-social .social-list .social-menu {
    width: 420px;

    border-left: 1px solid rgba(255, 255, 255, .5);
}
@media (max-width: 1199px) {
    .hs-inner-sus-social .social-list .social-menu {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .hs-inner-sus-social .social-list .social-menu {
        width: 100%;
    }
}
.hs-inner-sus-social .social-list .social-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.hs-inner-sus-social .social-list .social-menu ul li {
    height: 25%;
}
.hs-inner-sus-social .social-list .social-menu ul li a {
    font-size: 18px;
    font-weight: bold;

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

    height: 100%;
    padding: 20px 16%;

    color: #f5f5f5;
    border-bottom: 1px solid rgba(255, 255, 255, .5);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-inner-sus-social .social-list .social-menu ul li a {
        padding: 15px;
    }
}
.hs-inner-sus-social .social-list .social-menu ul li.active a {
    background-color: rgba(255, 210, 0, .8);
}
.hs-inner-menu>ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.solutions-small .title-inner2 {
    display: none;
}
.solutions-big .title-inner2 {
    margin-bottom: 30px;
}
.solutions-big {
    font-size: 0;
}
.solutions-big .slick-arrow {
    top: 55%;
}

.hs-inner-product-details #feedback {
    top: 0;
}
.hs-inner-sup-terms .title-inner2 h2,
.hs-inner-sup-warranty .title-inner2 h2,
.hs-inner-sup-return .title-inner2 h2,
.hs-inner-policy .title-inner2 h2 {
    font-size: 30px;
    font-weight: bold;

    text-align: center;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .hs-inner-sup-terms .title-inner2 h2,
    .hs-inner-sup-warranty .title-inner2 h2,
    .hs-inner-sup-return .title-inner2 h2,
    .hs-inner-policy .title-inner2 h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-sup-terms .title-inner2 h2,
    .hs-inner-sup-warranty .title-inner2 h2,
    .hs-inner-sup-return .title-inner2 h2,
    .hs-inner-policy .title-inner2 h2 {
        font-size: 24px;
    }
}
.hs-inner-sup-terms .free-editor-small,
.hs-inner-sup-warranty .free-editor-small,
.hs-inner-sup-return .free-editor-small,
.hs-inner-policy .free-editor-small {
    margin-top: 30px;
}
.hs-inner-sup-terms .free-editor-small p,
.hs-inner-sup-warranty .free-editor-small p,
.hs-inner-sup-return .free-editor-small p,
.hs-inner-policy .free-editor-small p {
    line-height: 1.875;
}
.hs-inner-sup-terms .terms>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-sup-terms .terms>ul>li {
    margin-top: 30px;
}
.hs-inner-sup-terms .terms .terms-group {
    height: 100%;
    padding: 30px 30px 60px 30px;

    background-color: #f5f5f5;
}
.hs-inner-sup-terms .terms .terms-group .icon .flaticon {
    font-size: 50px;
}
.hs-inner-sup-terms .terms .terms-group .free-editor-small {
    margin-top: 20px;
}
.hs-inner-sup-warranty {
    color: #fff;
    background-color: #002fa7;
}
.hs-inner-sup-warranty .title-inner2 h2 {
    color: #8eba29;
}
.hs-inner-sup-warranty .free-editor-small {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-sup-warranty .free-editor-small {
        margin-top: 30px;
    }
}
.hs-inner-menu {
    z-index: 8;
}
.hs-inner-menu a {
    cursor: pointer;
}
.hs-inner-customer .title-inner {
    text-align: center;
}
.hs-inner-customer .customer {
    position: relative;

    margin-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-customer .customer {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-customer .customer {
        margin-top: 20px;
    }
}
.hs-inner-customer .customer:before {
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #8eba29;
}
@media (max-width: 767px) {
    .hs-inner-customer .customer:before {
        left: 0;
    }
}
@media (min-width: 768px) {
    .hs-inner-customer .customer>ul>li:nth-child(2n+1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin-top: -50px;

        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .hs-inner-customer .customer>ul>li:nth-child(2n+1):nth-child(1) {
        margin-top: 0;
    }
    .hs-inner-customer .customer>ul>li:nth-child(2n+1) .customer-group {
        text-align: left;
    }
    .hs-inner-customer .customer>ul>li:nth-child(2n+1) .customer-group:before {
        right: auto;
        left: -8.5px;
    }
}
.hs-inner-customer .customer .customer-group {
    position: relative;

    width: 50%;
    padding: 0 40px;

    text-align: right;
}
@media (max-width: 767px) {
    .hs-inner-customer .customer .customer-group {
        width: 100%;
        margin-top: 30px;
        padding: 0 0 0 20px;

        text-align: left;
    }
}
.hs-inner-customer .customer .customer-group:before {
    position: absolute;
    z-index: 4;
    top: 0;
    right: -8.5px;

    display: block;

    width: 18px;
    height: 18px;

    content: '';

    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #002fa7;
}
@media (max-width: 767px) {
    .hs-inner-customer .customer .customer-group:before {
        right: auto;
        left: -8.5px;
    }
}
.hs-inner-customer .customer .customer-group p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
.hs-inner-customer .customer .customer-group .starbox {
    margin-top: 10px;
}
.hs-inner-customer .customer .customer-group .starbox .flaticon {
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #8eba29;
}
.hs-inner-customer .customer .customer-group .name {
    font-size: 16px;
    line-height: 1.5;

    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-inner-customer .customer .customer-group .name {
        margin-top: 10px;
    }
}
.hs-inner-customer .customer .customer-group .date {
    font-style: italic;
    line-height: 1.71428571;

    color: #777;
}
.hs-inner-customer .customer .customer-group .img {
    margin-top: 20px;
}
.hs-inner-customer .customer .customer-group .img img {
    max-width: 100%;
    height: auto;
}

.hs-inner-solutions .solutions {
    padding: 120px 0;
}
@media (max-width: 1560px) {
    .hs-inner-solutions .solutions {
        padding: 100px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions .solutions {
        padding: 60px 0;
    }
}
.hs-inner-solutions .solutions:nth-child(2n) {
    background: #f5f5f5;
}
.hs-inner-solutions .solutions:nth-child(2n) .flex {
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.hs-inner-solutions .solutions:nth-child(2n) .solutions-desc {
    padding-right: 0;
    padding-left: 9%;
}
@media (max-width: 1470px) {
    .hs-inner-solutions .solutions:nth-child(2n) .solutions-desc {
        padding-left: 5%;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions:nth-child(2n) .solutions-desc {
        padding-left: 0;
    }
}
.hs-inner-solutions .solutions .solutions-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 55%;
    padding-right: 9%;

    -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: 1470px) {
    .hs-inner-solutions .solutions .solutions-desc {
        padding-right: 5%;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-desc {
        width: 100%;
        padding-right: 0;
    }
}
.hs-inner-solutions .solutions .solutions-desc .public-note {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-desc .public-note {
        margin-top: 20px;
    }
}
.hs-inner-solutions .solutions .solutions-desc .hs-more a {
    color: #8eba29;
    background-color: #002fa7;
}
.hs-inner-solutions .solutions .solutions-desc .hs-more a:after {
    border-color: transparent transparent transparent #8eba29;
}
.hs-inner-solutions .solutions .solutions-img {
    display: block;
    overflow: hidden;

    width: 45%;
    height: 100%;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-img {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-solutions .solutions .solutions-img img {
    width: 100%;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.hs-inner-solutions .solutions:hover .solutions-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-solutions .solutions .title-solutions h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1560px) {
    .hs-inner-solutions .solutions .title-solutions h2 {
        font-size: 36px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .title-solutions h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions .solutions .title-solutions h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .title-solutions h2 {
        font-size: 20px;
    }
}
.hs-inner-solutions .solutions .title-solutions span {
    font-size: 18px;
    line-height: 1.4;

    display: block;

    margin: 0 0 10px 0;

    text-transform: uppercase;

    color: #8eba29;
}
.hs-inner-visitor .title-inner {
    text-align: center;
}
.hs-inner-visitor .visitor>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-inner-visitor .visitor>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-visitor .visitor>ul>li {
    max-width: 25%;
    margin-top: 60px;
}
@media (max-width: 767px) {
    .hs-inner-visitor .visitor>ul>li:nth-child(2n) {
        display: none;
    }
}
@media (max-width: 767px) {
    .hs-inner-visitor .visitor>ul>li {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
}
.hs-inner-visitor .visitor .visitor-group .icon {
    width: 74px;
    height: 74px;
    padding: 15px;

    border-radius: 10px;
    background-color: #000;
}
@media (max-width: 767px) {
    .hs-inner-visitor .visitor .visitor-group .icon {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}
.hs-inner-visitor .visitor .visitor-group .icon img {
    width: 100%;
}
.hs-inner-visitor .visitor .visitor-group h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .hs-inner-visitor .visitor .visitor-group h3 {
        font-size: 18px;
    }
}
.hs-inner-visitor .visitor .visitor-group p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #999;
}
@media (max-width: 767px) {
    .hs-inner-visitor .visitor .visitor-group p {
        font-size: 14px;
    }
}
.hs-inner-visitor .visitor .arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -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-visitor .visitor .arrow img {
    width: 80px;
}
.new-product-details-list {
    margin-top: 30px;
}
.new-product-details-list>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: 1560px) {
    .new-product-details-list>ul {
        margin: 0 -15px;
    }
}
.new-product-details-list>ul>li {
    margin-top: 60px;
    padding: 0 30px;
}
@media (max-width: 1560px) {
    .new-product-details-list>ul>li {
        margin-top: 30px;
        padding: 0 15px;
    }
}
.new-product-details-list .list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new-product-details-list .list-group .icon {
    width: 80px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .new-product-details-list .list-group .icon {
        width: 100%;
    }
}
.new-product-details-list .list-group .icon .flaticon {
    font-size: 50px;
}
@media (max-width: 767px) {
    .new-product-details-list .list-group .icon .flaticon {
        font-size: 40px;
    }
}
.new-product-details-list .list-group .desc {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}
@media (max-width: 767px) {
    .new-product-details-list .list-group .desc {
        width: 100%;
        margin-top: 20px;
    }
}
.new-product-details-list .list-group .desc h3 {
    font-size: 20px;
    font-weight: bold;

    margin-top: 0;
}
@media (max-width: 767px) {
    .new-product-details-list .list-group .desc h3 {
        font-size: 18px;
    }
}
.new-product-details-list .list-group .desc p {
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .new-product-details-list .list-group .desc p {
        font-size: 15px;
    }
}

.hs-inner-about .about-video iframe {
    width: 600px;
    height: 400px;
    margin-top: 30px;
}
.hs-home-about .about .title-home {
    display: flex;
    align-items: center;
}
.hs-home-about .about .play,
.hs-inner-about .play {
    width: 80px;
    height: 80px;
    background: rgba(255, 210, 0, .4);
    border-radius: 50%;
    padding: 5px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.hs-home-about .about .play span,
.hs-inner-about .play span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #8eba29;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
}
.hs-home-about .about .play span:before,
.hs-inner-about .play span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #002fa7;
    margin-bottom: 4px;
}
.hs-inner-about .title-inner2 {
    margin-right: 19.5%;
}
@media (max-width: 1560px) {
    .hs-inner-about .title-inner2 {
        margin-right: 10%;
    }
}
.hs-inner-about .play {
    flex-shrink: 0;
}
.hs-inner-about .about-flex {
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .hs-inner-about .about-flex {
        flex-wrap: wrap;
    }
    .hs-inner-about .title-inner2 {
        width: 100%;
    }
    .hs-inner-about .play {
        margin-top: 20px;
    }
}

.hs-inner-contact .factory {
    margin-top: 40px;
}
.hs-inner-contact .factory .contact-list {
    display: flex;
    flex-wrap: wrap;
}
.hs-inner-contact .factory .contact-list .con-ul {
    width: 25%;
}
.hs-inner-contact .factory .contact-list .con-ul:nth-child(1) {
    width: 100%;
}
@media (max-width: 991px) {
    .hs-inner-contact .factory .contact-list .con-ul {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .factory .contact-list .con-ul {
        width: 100%;
    }
}
.hs-home-category .category-menu {
    position: relative;
}
.hs-home-category .category-menu:after {
    content: '';
    display: block;
    width: 200%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 2px;
    left: -50%;
}
.hs-home-customer .customer .customer-group .customer-note .swiper-slide {
    display: flex;
    flex-direction: column;
}

.hs-home-customer .customer .customer-group .customer-note .swiper-slide .name-country {
    display: block;
    order: 1;
}
.hs-home-customer .customer .customer-group .customer-note .swiper-slide .starbox {
    order: 2;
}
.hs-home-customer .customer .customer-group .customer-note .swiper-slide p {
    order: 3;
}
.banner-scrollbar {
    position: absolute;
    bottom: 5%;
    width: 96%;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dcd7d4;
    z-index: 8;
    height: 6px;
    border-radius: 10px;
}
.banner-scrollbar .swiper-scrollbar-drag {
    background-color: #8eba29;
    border-radius: 10px;
}

.category-listbox-8-3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.category-listbox-8-3 .listbox-left {
    width: 65%;
}
.category-listbox-8-3 .listbox-right {
    width: 35%;
    padding-left: 5%;
}
@media (max-width: 1199px) {
    .category-listbox-8-3 .listbox-right {
        padding-left: 0;
    }
}
.category-listbox-8-3 .listbox-left .category-group {
    display: block;
}
.category-listbox-8-3 .listbox-left .category-group .title-category h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    max-width: 550px;
}
@media (max-width: 1199px) {
    .category-listbox-8-3 .listbox-left .category-group .title-category h3 {
        font-size: 20px;
    }
}
.category-listbox-8-3 .listbox-left .category-group .category-more {
    padding: 10px 20px;
    line-height: 26px;
    background-color: #1649d8;
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
}
@media (max-width: 1199px) {
    .category-listbox-8-3 .listbox-left .category-group .category-more {
        margin-top: 10px;
    }
}
.category-listbox-8-3 .listbox-left .category-group .ibox {
    padding-bottom: 52.5%;
    margin-top: 30px;
}
.category-listbox-8-3 .listbox-right .category-group {
    display: block;
    margin: 20px 0;
    text-align: center;
    color: #ffffff;
}
.category-listbox-8-3 .listbox-right .category-group .ibox {
    padding-bottom: 65%;
    background-color: #000000;
}
.category-listbox-8-3 .listbox-right .category-group .ibox img {
    opacity: .7;
    transition: all 1s;
}
.category-listbox-8-3 .listbox-right .category-group {
    position: relative;
}
.category-listbox-8-3 .listbox-right .category-group .desc {
    position: absolute;
    width: 100%;
    z-index: 6;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 5%;
}
.category-listbox-8-3 .listbox-right .category-group .title-category h3 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.category-listbox-8-3 .listbox-right .category-group .category-more {
    display: inline-block;
    padding: 10px 20px;
    line-height: 24px;
    border: 2px solid #ffffff;
    margin-top: 10px;
    transition: all .2s;
}

.category-listbox-8-3 .listbox-right .category-group:hover .ibox img {
    transform: scale(1.1);
}
.category-listbox-8-3 .listbox-right .category-group .category-more:hover {
    background-color: #ffffff;
    color: #1649d8;
}
@media (max-width: 1199px) {
    .category-listbox-8-3 .listbox-left {
        width: 100%;
    }
    .category-listbox-8-3 .listbox-right {
        width: 100%;
    }
}
.hs-header-box .header-nav .pc-nav-down-all-8-3 {
    font-size: 0;
    color: #333333;
    background-color: #ffffff;
    border-bottom: 6px solid #002fa7;
    width: 100%;
    padding: 30px ;
    font-size: 0;
}
.hs-header-box .header-nav .pc-nav-down-all-8-3>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    padding: 0 16px;
}
.hs-header-box .header-nav .pc-nav-down-all-8-3>li:last-child>a {
    text-decoration: underline;
}
.hs-header-box .header-nav .pc-nav-down-all-8-3>li .pc-nav-down-2>li {
    border-bottom: 1px solid #d6d6d6;
}

.hs-header-box .header-nav .pc-nav-down-all-8-3>li .pc-nav-down-2>li>a {
    display: block;
    padding: 10px;
    line-height: 24px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.hs-header-box .header-nav .pc-nav-down-all-8-3>li:hover>a {
    background-color: #1649d8;
    font-weight: normal;
    color: #ffffff;
}
.hs-header-box .header-nav .pc-nav-down-all-8-3 {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.hs-header-box .header-nav .pc-nav-down-all-8-3 .pc-nav-down-2 {
    margin-top: 20px;
}
.hs-header-box .header-nav .pc-nav-down-all-8-3 .pc-nav-down-2 .navmore a {
    color: #1649d8;
}
.hs-header-box .header-nav .pc-nav-down-all-8-3>li .pc-nav-down-2>li:hover>a {
    color: #1649d8;
}
.hs-home-solutions {
    padding: 0;
}
.hs-home-solutions .solutions>ul {
    display: flex;
    width: 100%;
    margin: 0 -15px;

}
.hs-home-solutions .solutions>ul>li {

    transition: flex 0.5s ease;
    overflow: hidden;
}

@media (min-width: 992px) {
    .hs-home-solutions .solutions>ul>li {
        flex: 1;
    }
    .hs-home-solutions .solutions>ul>li.active {
        flex: 3;
    }
}

.hs-home-solutions .solutions .solutions-group {
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.hs-home-solutions .solutions .solutions-group:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 15, 40, .45);
    z-index: 1;
}
.hs-home-solutions .solutions .solutions-group {
    padding: 50px 5% 50px 10%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hs-home-solutions .solutions .solutions-group .title-solutions-now {
    position: absolute;
    z-index: 4;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions .solutions-group .title-solutions-now {
        display: none;
    }
}
.hs-home-solutions .solutions .solutions-group .desc,
.hs-home-solutions .solutions .solutions-group .hs-more {
    position: relative;
    z-index: 5;
    opacity: 0;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions .solutions-group .desc,
    .hs-home-solutions .solutions .solutions-group .hs-more {
        opacity: 1;
    }
}
.hs-home-solutions .solutions .solutions-group .title-solutions-now h3 {
    font-size: 30px;
    font-weight: bold;
    writing-mode: vertical-rl;
}
.hs-home-solutions .solutions .active .solutions-group .title-solutions-now {
    display: none;
}
.hs-home-solutions .solutions .active .solutions-group .desc,
.hs-home-solutions .solutions .active .solutions-group .hs-more {
    opacity: 1;
}
.hs-home-solutions .solutions .solutions-group .title-solutions h3 {
    display: inline-block;
    padding: 15px 20px;
    line-height: 26px;
    background-color: #1649d8;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    border-radius: 6px;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions .solutions-group .title-solutions h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions .solutions-group .title-solutions h3 {
        font-size: 20px;
    }
}
.hs-home-solutions .solutions .solutions-group .public-note p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
}
.hs-home-solutions .solutions .solutions-group .hs-more a {
    filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions>ul {
        flex-wrap: wrap;
    }
    .hs-home-solutions .solutions>ul>li {
        width: 50%;
    }
    .hs-home-solutions .solutions>ul>li.active {
        width: 50%;
    }
    .hs-home-solutions .solutions .solutions-group {
        height: 400px;
    }
    .hs-home-solutions .solutions .solutions-group .public-note p {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions>ul {
        margin: 0;
    }
    .hs-home-solutions .solutions>ul>li {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .hs-home-solutions .solutions>ul>li.active {
        width: 100%;
    }
    .hs-home-solutions .solutions .solutions-group {
        height: 300px;
    }
    .hs-home-solutions .solutions .solutions-group .public-note {
        display: none;
    }
    .hs-home-solutions .solutions .solutions-group .title-solutions h3 {
        padding: 10px;
        line-height: 24px;
    }
}