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

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

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

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

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

    overflow-x: hidden;

    color: #000;

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    text-align: center;

    border: none;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.tranform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.fp-auto-height {
    height: auto;
}
.fp-scrollable {
    height: auto;
}
.swiper-button-next,
.swiper-button-prev,
.slick-arrow {
    line-height: 40px;

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

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

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

    color: #000;
    border-radius: 3px;
    background: #f8f8f8;
}
.swiper-button-next .flaticon,
.swiper-button-prev .flaticon,
.slick-arrow .flaticon {
    font-size: 14px;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.slick-arrow:after {
    display: none;
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next,
.slick-arrow.swiper-button-next {
    margin-left: 2px;
}
.swiper-button-next:hover:hover,
.swiper-button-prev:hover:hover,
.slick-arrow:hover:hover {
    color: #fff;
    background-color: #003181;
}
.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next {
    position: absolute;
    z-index: 8;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-poa .swiper-button-prev .flaticon,
.swiper-poa .swiper-button-next .flaticon {
    display: block;

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

    margin-left: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-poa .swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 1560px) {
    .swiper-poa .swiper-button-next {
        right: -3%;
    }
}
@media (max-width: 1199px) {
    .swiper-poa .swiper-button-next {
        right: -3%;
    }
}
@media (max-width: 767px) {
    .swiper-poa .swiper-button-next {
        right: -15px;
    }
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1560px) {
    .slick-arrow {
        left: -50px;
    }
}
@media (max-width: 767px) {
    .slick-arrow {
        left: -15px;
    }
}
.slick-arrow.swiper-button-prev .flaticon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-arrow.swiper-button-next {
    right: -60px;
    left: auto;
}
@media (max-width: 1560px) {
    .slick-arrow.swiper-button-next {
        right: -50px;
    }
}
@media (max-width: 767px) {
    .slick-arrow.swiper-button-next {
        right: -15px;
    }
}
.slick-arrow:hover {
    background-color: #111;
}
.arrow-top .swiper-button-next,
.arrow-top .swiper-button-prev {
    position: absolute;
    top: -60px;
    right: 0;
}
.arrow-top .swiper-button-prev {
    right: 50px;
    left: auto;
}
:root {
    --pad: -webkit-calc(50vw - 800px);
    --pad: calc(50vw - 800px);
}
@media (max-width: 1720px) {
    :root {
        --pad: -webkit-calc(50vw - 705px);
        --pad: calc(50vw - 705px);
    }
}
@media (max-width: 1470px) {
    :root {
        --pad: -webkit-calc(50vw - 660px);
        --pad: calc(50vw - 660px);
    }
}
@media (max-width: 1400px) {
    :root {
        --pad: -webkit-calc(50vw - 570px);
        --pad: calc(50vw - 570px);
    }
}
@media (max-width: 1199px) {
    :root {
        --pad: 6vw;
    }
}
@media (max-width: 991px) {
    :root {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px) {
    :root {
        --pad: 15px;
    }
}
.hs-header-box {
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    padding: 0 3%;

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

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

        padding: 0 15px;

        background-color: #003181;
    }
}
.hs-header-box .header-box-top {
    position: relative;
    z-index: 9;

    padding: 30px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 767px) {
    .hs-header-box .header-box-top {
        padding: 15px 0;
    }
}
.hs-header-box .logo {
    line-height: 1;

    position: relative;
    z-index: 8;

    display: block;

    height: 36px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 767px) {
    .hs-header-box .logo {
        height: 20px;
    }
}
.hs-header-box .logo img {
    width: auto;
    height: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.hs-header-box .lg-search {
    overflow: hidden;

    width: 380px;

    border-radius: 11px;
    background: #fff;
}
@media (max-width: 991px) {
    .hs-header-box .lg-search {
        width: 280px;
    }
}
@media (max-width: 767px) {
    .hs-header-box .lg-search {
        display: none;
    }
}
.hs-header-box .lg-search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-header-box .lg-search form input {
    line-height: 40px;

    width: 100%;
    padding: 0 18px;
}
.hs-header-box .lg-search form input::-webkit-input-placeholder,
.hs-header-box .lg-search form textarea::-webkit-input-placeholder {
    color: #999;
}
.hs-header-box .lg-search form input:-o-placeholder,
.hs-header-box .lg-search form textarea:-o-placeholder {
    color: #999;
}
.hs-header-box .lg-search form input::-moz-placeholder,
.hs-header-box .lg-search form textarea::-moz-placeholder {
    color: #999;
}
.hs-header-box .lg-search form input:-ms-input-placeholder,
.hs-header-box .lg-search form textarea:-ms-input-placeholder {
    color: #999;
}
.hs-header-box .lg-search form input:focus::-webkit-input-placeholder,
.hs-header-box .lg-search form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.hs-header-box .lg-search form input:focus::-o-placeholder,
.hs-header-box .lg-search form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.hs-header-box .lg-search form input:focus::-moz-placeholder,
.hs-header-box .lg-search form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.hs-header-box .lg-search form input:focus::-ms-input-placeholder,
.hs-header-box .lg-search form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.hs-header-box .lg-search form .submit {
    width: 50px;
}
.hs-header-box .lg-search form .submit img {
    width: 100%;
}
.hs-header-box .pc-search {
    display: none;
}
@media (max-width: 767px) {
    .hs-header-box .pc-search {
        display: block;
    }
}
.hs-header-box .pc-search .search-button .icon {
    line-height: 34px;

    width: 34px;
    height: 34px;

    cursor: pointer;

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

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

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

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

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

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

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

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

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

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

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

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

    width: 30px;
    padding: 0;

    text-align: center;

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

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box .top-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .top-txt .icon {
    line-height: 30px;

    width: 30px;
    height: 30px;
    margin-left: 20px;

    cursor: pointer;
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px) {
    .hs-header-box .top-txt .icon {
        margin-left: 10px;
    }
}
@media (max-width: 767px) {
    .hs-header-box .top-txt .icon {
        width: 28px;
        margin-left: 0;

        color: #003181;
    }
}
.hs-header-box .top-txt .icon .flaticon {
    font-size: 24px;
}
.hs-header-box .top-txt .icon img {
    display: block;

    width: 100%;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-header-box .top-txt ul.txt-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .top-txt ul.txt-contact li {
    position: relative;

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

    margin-left: 12px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .top-txt ul.txt-contact li p {
    font-size: 14px;
    line-height: 24px;

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

    display: none;

    padding: 10px;

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

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

    width: 0;
    height: 0;

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

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

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

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

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

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

    display: inline-block;

    margin-right: 10px;

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

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

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

    text-align: center;

    color: #fff;
}
.hs-header-box .language ul {
    position: absolute;
    top: 100%;
    right: 0;

    display: none;

    min-width: 100%;

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

    display: block;

    padding: 5px 10px;

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

    color: #666;
}
.hs-header-box .language ul li:hover a {
    color: #fff;
    background-color: #009cff;
}
.hs-header-box .header-right {
    position: relative;
    z-index: 8;

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

    padding: 30px 0 10px;

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

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1199px) {
    .hs-header-box .header-right {
        padding: 0;
    }
}
.hs-header-box .header-nav {
    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: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}
.hs-header-box .header-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

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

    padding: 0 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1560px) {
    .hs-header-box .header-nav>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 1470px) {
    .hs-header-box .header-nav>ul>li {
        height: 50px;
    }
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;

    position: relative;
    z-index: 8;

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

    height: 60px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-header-box .header-nav>ul>li>a:before {
    position: absolute;
    bottom: 15%;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #009cff;
}
.hs-header-box .header-nav>ul>li:hover>a {
    color: #009cff;
}
.hs-header-box .header-nav>ul>li:hover>a:before {
    width: 100%;
}
.hs-header-box .header-nav>ul>li.active>a {
    color: #009cff;
}
.hs-header-box .header-nav>ul>li.active>a:before {
    width: 100%;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 7;
    top: 100%;
    left: 0;

    display: none;

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

    text-align: center;

    color: #333;
    background: #fff;
    box-shadow: 0 17px 12px 0 rgba(0, 0, 0, .13);
}
.hs-header-box .pc-nav-down>li {
    display: inline-block;

    padding: 0 30px;

    vertical-align: middle;
}
.hs-header-box .pc-nav-down>li>a {
    font-size: 18px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 0 10px;

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

    color: #003181;
}
.hs-header-box .pc-nav-down>li>a:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 2px;
    height: 0;

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

    background: #009cff;
}
.hs-header-box .pc-nav-down>li:hover>a,
.hs-header-box .pc-nav-down>li.active>a {
    font-weight: bold;

    color: #003181;
}
.hs-header-box .pc-nav-down>li:hover>a:before,
.hs-header-box .pc-nav-down>li.active>a:before {
    height: 100%;
}
.hs-header-box .pc-nav-down-about {
    padding-right: 10%;

    text-align: right;
}
.hs-header-box .pc-nav-down-support {
    padding-left: 10%;

    text-align: left;
}
.hs-header-box .pc-nav-down-product {
    padding-left: 5%;

    text-align: left;
}
.hs-header-box .pc-nav-down-product>li>a {
    max-width: 200px;
}
.hs-header-box .pc-nav-down2 {
    padding: 20px 0;
}
.hs-header-box .pc-nav-down2>li {
    margin: 5px 0;
}
.hs-header-box .pc-nav-down2>li>a {
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: block;

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

    color: #666;
}
.hs-header-box .pc-nav-down2>li:hover>a {
    color: #003181;
}
@media (max-width: 1199px) {
    .hs-header-box .product-nav {
        display: none;
    }
}
.hs-header-box .product-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-header-box .product-nav>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .product-nav>ul>li:after {
    font-size: 20px;

    margin: 0 20px;

    content: '|';
}
.hs-header-box .product-nav>ul>li:last-child:after {
    display: none;
}
.hs-header-box .product-nav>ul>li>a {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;

    display: block;

    padding: 10px 0;
}
.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;

    display: none;

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

    border-radius: 50%;
    background-color: #003181;
}
@media (max-width: 1199px) {
    .hs-header-box .toggle-navigation {
        display: inline-block;

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

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

    width: 70%;
    height: 100%;

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

    height: 2px;

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

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

    height: 2px;
    margin: 4px 0;

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

    background: #fff;
}
.hs-header-box.stuck-header {
    background-color: #003181;
}
.hs-header-box.stuck-header .header-box-top {
    padding: 20px 0;
}
@media (max-width: 767px) {
    .hs-header-box.stuck-header .header-box-top {
        padding: 15px 0;
    }
}
.hc-mobile-nav .nav-wrapper {
    text-transform: uppercase;

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

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

    width: 30px;

    vertical-align: middle;

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

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

    display: block;

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

    position: relative;
    z-index: 3;

    display: block;

    width: 50px;
    height: 50px;

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

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

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

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

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

    margin: 0;
    padding: 10px;

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

    border-radius: 6px;
    background-color: #009cff;
    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: #009cff;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #009cff;
}
.customer-service .service-top .flaticon:before {
    display: block;

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

    width: 100%;

    text-align: center;

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

    width: 33.33333333%;

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

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

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

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

    position: relative;

    clear: both;
    overflow: hidden;

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

    width: 100%;

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

    color: #fff;
}
.banner-box .swiper-text .desc {
    width: 50%;
}
@media (max-width: 767px) {
    .banner-box .swiper-text .desc {
        width: 60%;
    }
}
.banner-box .swiper-text .img {
    width: 50%;
}
@media (max-width: 767px) {
    .banner-box .swiper-text .img {
        width: 40%;
    }
}
.banner-box .swiper-text .img img {
    max-width: 100%;
}
.banner-box .swiper-text h2,
.banner-box .swiper-text h3,
.banner-box .swiper-text h4 {
    overflow: hidden;
}
.banner-box .swiper-text h2 span,
.banner-box .swiper-text h3 span,
.banner-box .swiper-text h4 span {
    display: block;

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

    opacity: 0;
}
.banner-box .swiper-text h2 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1.11111111;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h2 {
        font-size: 60px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text h2 {
        font-size: 50px;
    }
}
@media (max-width: 1400px) {
    .banner-box .swiper-text h2 {
        font-size: 46px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h2 {
        font-size: 16px;
    }
}
.banner-box .swiper-text h2.fz60 {
    font-size: 60px;
    font-weight: 900;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h2.fz60 {
        font-size: 50px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h2.fz60 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h2.fz60 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h2.fz60 {
        font-size: 16px;
    }
}
.banner-box .swiper-text h3 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.33333333;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h3 {
        font-size: 30px;
    }
}
@media (max-width: 1470px) {
    .banner-box .swiper-text h3 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h3 {
        font-size: 14px;
    }
}
.banner-box .swiper-text h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33333333;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text h4 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text h4 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text h4 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text h4 {
        font-size: 12px;
    }
}
.banner-box .swiper-text-2 h3 {
    color: #009cff;
}
.banner-box .swiper-text-2 h2 {
    font-weight: 900;
}
.banner-box .swiper-text-3 .desc {
    width: 60%;
}
.banner-box .swiper-text-3 h3 {
    font-weight: 500;
}
@media (max-width: 767px) {
    .banner-box .swiper-text .hs-more {
        margin-top: 10px;
    }
    .banner-box .swiper-text .hs-more a {
        font-size: 10px;
    }
}
.banner-box .swiper-text-1 {
    top: auto;
    transform: translateY(0);
    bottom: 0;
}

@media (max-width: 1680px) {
    .banner-box .swiper-text-1 .img img {
        max-width: 80%;
    }
}

.banner-box .swiper-slide-active .swiper-text h2 span,
.banner-box .swiper-slide-active .swiper-text h3 span,
.banner-box .swiper-slide-active .swiper-text h4 span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

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

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

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

    width: 100%;
    padding: 0 3%;
}
@media (max-width: 767px) {
    .banner-box .button-banner {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    font-weight: 900;
    line-height: 50px;

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

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

    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    text-align: center;

    color: #000;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        line-height: 50px;

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

        width: 40px;
        height: 30px;
    }
}
.banner-box .swiper-button-prev:before,
.banner-box .swiper-button-next:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 10px 5px 0;
    border-style: solid;
    border-color: transparent #000 transparent transparent;
}
.banner-box .swiper-button-next {
    margin-left: 2px;
}
.banner-box .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .banner-box .swiper-pagination-pagination {
        display: none;
    }
}
.banner-box .swiper-pagination-pagination span {
    position: relative;

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

    opacity: 1;
    border: 1px solid #fff;
    border-radius: 0;
    background: none;
}
.banner-box .swiper-pagination-pagination span::before {
    position: absolute;
    top: 1.5px;
    left: 1.5px;

    display: block;

    width: 9px;
    height: 9px;

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

    opacity: 0;
    background: #fff;
}
.banner-box .swiper-pagination-pagination .swiper-pagination-bullet-active:before {
    opacity: 1;
}
@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@keyframes mouse {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
.banner-inner {
    position: relative;

    overflow: hidden;
}
.banner-inner img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .banner-inner img {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inner .banner-group {
    position: relative;
}
.banner-inner .title-banner {
    text-align: center;

    color: rgba(255, 255, 255, .9);
}
.banner-inner .title-banner h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}
@media (max-width: 1560px) {
    .banner-inner .title-banner h2 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .banner-inner .title-banner h2 {
        font-size: 24px;
    }
}
.banner-inner .group-text {
    position: absolute;
    z-index: 8;
    top: -webkit-calc(50% + 50px);
    top: calc(50% + 50px);
    left: 0;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-inner .group-text {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px);
    }
}
@media (max-width: 767px) {
    .banner-inner .group-text {
        top: 50%;
    }
}
.banner-inner .hs-inner-location {
    padding: 0;

    color: #fff;
    border-bottom: none;
}
.banner-inner .hs-inner-location .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.banner-inner-other {
    position: relative;
    z-index: 6;

    margin-top: -60px;

    text-align: center;
}
.banner-inner-other .banner-group {
    border: 1px solid #d8dfe5;
}
.banner-inner-other .hs-inner-location .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;

    color: rgba(255, 255, 255, .6);
}
.banner-inner-other .group-text {
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-header {
    height: 160px;

    background-color: #003181;
}
@media (max-width: 1199px) {
    .banner-header {
        height: 100px;
    }
}
@media (max-width: 767px) {
    .banner-header {
        height: 0;
    }
}
.hs-pad {
    overflow: hidden;

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

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

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #e9e9e9;
}
.public-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;

    border-radius: 50%;
    background-color: #003181;
}
.title-home h3 {
    font-size: 18px;
    line-height: 1.33333333;

    color: #009cff;
}
@media (max-width: 767px) {
    .title-home h3 {
        font-size: 16px;
    }
}
.title-home h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 24px;
    }
}
.title-home h2 span {
    color: #003181;
}
.title-home h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px) {
    .title-home h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .title-home h4 {
        font-size: 18px;
    }
}
.public-note p {
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px) {
    .public-note p {
        font-size: 15px;
        line-height: 24px;
    }
}
.public-note img {
    max-width: 100%;
    height: auto !important;
}
.public-note.lh24 p {
    line-height: 24px;
}
.public-note.fz18 p {
    font-size: 18px;
}
@media (max-width: 1199px) {
    .public-note.fz18 p {
        font-size: 16px;
    }
}
.hs-more {
    margin-top: 30px;
}
.hs-more a {
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;

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

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

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

    color: #fff;
    border-radius: 8px;
    background-color: #001758;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-more a {
        line-height: 30px;
    }
}
.hs-more a span {
    padding: 0 40px 0 20px;
}
@media (max-width: 1400px) {
    .hs-more a span {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-more a span {
        padding: 0 10px;
    }
}
.hs-more a .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 42px;
    height: 42px;

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

    border-radius: 10px;
    background-color: #009cff;

    -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: 767px) {
    .hs-more a .icon {
        width: 30px;
        height: 30px;
    }
}
.hs-more a .icon:before {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.hs-more a:hover {
    background-color: #009cff;
}
.hs-more a:hover .icon {
    background-color: #001758;
}
.hs-more1 a {
    background-color: #009cff;
}
.hs-more1 a .icon {
    background-color: #001758;
}
.hs-more1 a:hover {
    background-color: #001758;
}
.hs-more1 a:hover .icon {
    background-color: #009cff;
}
@-webkit-keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes roate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes roate360other {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes roate360other {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.hs-home-category .category-menu {
    max-width: 70%;
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu {
        max-width: 80%;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category-menu {
        max-width: 100%;
        margin-top: 20px;
    }
}
.hs-home-category .category-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -20px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu>ul {
        margin: 0 -10px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category-menu>ul {
        width: 100%;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.hs-home-category .category-menu>ul>li {
    padding: 0 20px;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu>ul>li {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category-menu>ul>li {
        margin: 5px 0;
    }
}
.hs-home-category .category-menu>ul>li>a {
    font-size: 18px;
    line-height: 24px;

    display: block;

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-weight: bold;

    color: #003181;
    text-shadow: 0 0 0 transparent;
}
@media (max-width: 1400px) {
    .hs-home-category .category-menu>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category-menu>ul>li>a {
        text-align: left;
    }
}
.hs-home-category .category-menu>ul>li.active>a,
.hs-home-category .category-menu>ul>li:hover>a {
    font-weight: bold;

    color: #009cff;
    /* 使用多重 text-shadow 模拟平滑加粗效果 */
    text-shadow: 0 0 0.5px #003181, 0 0 0.5px #003181;
}
.hs-home-category .category {
    position: relative;

    margin-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 1440px) {
    .hs-home-category .category {
        margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category {
        margin-top: 30px;
    }
}
.hs-home-category .category {
    /* PC：一屏固定 4 个 */
}
.hs-home-category .category .category-left {
    position: relative;

    display: none;

    padding: 58px 200px 58px 28px;

    border-radius: 19px;
    background: -webkit-gradient(linear, left top, right top, from(#dde9f6), to(#f4f9ff));
    background: -webkit-linear-gradient(left, #dde9f6, #f4f9ff);
    background: linear-gradient(90deg, #dde9f6, #f4f9ff);
}
@media (max-width: 1660px) {
    .hs-home-category .category .category-left {
        padding: 32px 160px 32px 20px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-left {
        padding: 20px 140px 20px 10px;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category .category-left {
        width: 100%;
    }
}
.hs-home-category .category .category-left .title-category h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;

    height: 60px;
    overflow: hidden;
    color: #003181;
}
@media (max-width: 1560px) {
    .hs-home-category .category .category-left .title-category h3 {
        font-size: 22px;
    }
}
@media (max-width: 1470px) {
    .hs-home-category .category .category-left .title-category h3 {
        font-size: 20px;
    }
}
@media (max-width: 1400px) {
    .hs-home-category .category .category-left .title-category h3 {
        font-size: 18px;
    }
}
.hs-home-category .category .category-left .mask {
    min-height: 160px;
}
.hs-home-category .category .category-left .mask>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 24px;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .hs-home-category .category .category-left .mask>ul>li {
        margin-top: 14px;
    }
}
.hs-home-category .category .category-left .mask>ul>li .icon {
    margin-right: 14px;

    color: #003181;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-home-category .category .category-left .mask>ul>li .icon .flaticon {
    font-size: 24px;
}
.hs-home-category .category .category-left .mask>ul>li p {
    line-height: 24px;

    margin: 0;
}
.hs-home-category .category .category-left .mask>ul>li p span {
    display: inline-block;

    width: 16px;
    height: 13px;
    margin-right: 10px;

    vertical-align: middle;
}
.hs-home-category .category .category-left .hs-more {
    margin-top: 50px;

    white-space: nowrap;
}
@media (max-width: 1530px) {
    .hs-home-category .category .category-left .hs-more {
        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-left .hs-more {
        margin-top: 10px;
    }
}
.hs-home-category .category .category-left .img {
    position: absolute;
    right: 50px;
    bottom: 0;

    width: 150px;
}
@media (max-width: 1560px) {
    .hs-home-category .category .category-left .img {
        right: 30px;

        width: 125px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .category-left .img {
        right: 20px;

        width: 120px;
    }
}
.hs-home-category .category .category-left .img img {
    width: 100%;
}
.hs-home-category .category .product-group {
    position: relative;

    display: block;
    overflow: hidden;

    border-radius: 19px;
}
.hs-home-category .category .product-group .img {
    position: relative;
}
.hs-home-category .category .product-group .img:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 40%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #003181));
    background-image: -webkit-linear-gradient(transparent, #003181 70%);
    background-image: linear-gradient(transparent, #003181 70%);
}
.hs-home-category .category .product-group .img:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .4);
}
.hs-home-category .category .product-group .img .ibox {
    padding-bottom: 141.93548387%;
}
.hs-home-category .category .product-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-category .category .product-group .img .mask {
    font-family: 'SourceHanSerifCN';
    font-size: 21px;
    font-weight: bold;

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

    width: 100%;
    padding: 0 5%;

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

    color: rgba(255, 255, 255, .7);
}
.hs-home-category .swiper-poa .swiper-button-prev,
.hs-home-category .swiper-poa .swiper-button-next {
    top: 55%;
}
.hs-home-category .category .product-group .title-product {
    font-size: 21px;
    line-height: 30px;

    position: absolute;
    z-index: 6;
    bottom: 20px;

    width: 100%;
    padding: 0 15px;

    text-align: center;

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 1560px) {
    .hs-home-category .category .product-group .title-product {
        font-size: 18px;

        bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .hs-home-category .category .product-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-home-category .category {
    /* active：占 34% */
    display: flex;
    margin: 0 -20px;
}
.hs-home-category .category .swiper-slide {
    padding-top: 100px;
}
.hs-home-category .category .active .category-left {
    display: block;
}

.hs-home-category .category .active .product-group {
    display: none;
}
.hs-home-category .category .product {
    width: 21%;
    padding: 0 20px;
    /* 90px = 3 * spaceBetween(30) */
}

.hs-home-category .category .active {
    width: 37%;

    -webkit-transition: width .45s ease;
    transition: width .45s ease;
}

@media (max-width: 1400px) {
    .hs-home-category .category {
        margin: 0 -10px;
    }
    .hs-home-category .category .product {
        padding: 0 10px;
    }
    .hs-home-category .category .product {
        width: 22%;
    }
    .hs-home-category .category .active {
        width: 34%;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category .product-4 {
        display: none;
    }
    .hs-home-category .category .product {
        width: 25%;
    }
    .hs-home-category .category .product.active {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .hs-home-category .category .product-4,
    .hs-home-category .category .product-3 {
        display: none;
    }
    .hs-home-category .category .product {
        width: 33%;
    }
    .hs-home-category .category .product.active {
        width: 67%;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category .product-4,
    .hs-home-category .category .product-3,
    .hs-home-category .category .product-2 {
        display: none;
    }
    .hs-home-category .category .product {
        width: 100%;
    }
    .hs-home-category .category .product.active {
        width: 100%;
    }
}
.hs-home-category .public-scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}
.hs-home-why .why>ul>li {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .hs-home-why .why>ul>li {
        margin-top: 20px;
    }
}
.hs-home-why .why .why-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 40px;

    color: #fff;
    border-radius: 17px;
    background-color: #003181;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1470px) {
    .hs-home-why .why .why-top {
        padding: 30px;
    }
}
.hs-home-why .why .why-top .public-note {
    margin-top: 30px;
}
.hs-home-why .why .why-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 30px;

    -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-home-why .why .why-group {
        padding: 20px 15px;

        background-color: #f5f5f5;
    }
}
.hs-home-why .why .why-group .icon .flaticon {
    font-size: 34px;
    line-height: 1;

    display: inline-block;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-why .why .why-group .title-why {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.66666667;

    display: block;

    margin-top: 10px;
    transition: all .2s;
}
.hs-home-why .why .why-group:hover .title-why {
    color: #009cff;
}
.hs-home-why .why .why-group .public-note {
    margin-top: 14px;
}
.hs-home-why .why .why-group .public-note p {
    color: #666;
}
.hs-home-why .why .why-group .more {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-home-why .why .why-group .more {
        margin-top: 20px;
    }
}
.hs-home-why .why .why-group .more a {
    font-weight: 500;
    line-height: 30px;

    display: inline-block;

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

    color: #003f85;
}
.hs-home-why .why .why-group .more a:hover {
    color: #009cff;
}
@media (min-width: 1200px) {
    .hs-home-why .why .why-group:hover .icon .flaticon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.hs-home-founded .hs-more {
    margin-top: 30px;
}
.hs-home-founded .hs-more a {
    margin: 0 auto;
}
.hs-home-clients .clients {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-clients .clients {
        margin-top: 30px;
    }
}
.hs-home-clients .clients .clients-group {
    max-width: 100px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .hs-home-clients .clients .clients-group {
        max-width: 80%;
    }
}
.hs-home-about {
    padding: 180px 0;

    background: url(../images/about_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-home-about {
        padding: 140px 0;
    }
}
@media (max-width: 1400px) {
    .hs-home-about {
        padding: 100px 0;
    }
}
@media (max-width: 991px) {
    .hs-home-about {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .hs-home-about {
        background-position: left center;
    }
}
.hs-home-about .about {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-home-about .about {
        width: 100%;
    }
}
.hs-home-about .about .title-about {
    max-width: 660px;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-home-about .about .title-about {
        margin-top: 20px;
    }
}
.hs-home-about .about .title-about h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #003181;
}
@media (max-width: 991px) {
    .hs-home-about .about .title-about h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .about .title-about h3 {
        font-size: 18px;
    }
}
.hs-home-about .about-note {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-home-about .about-note {
        margin-top: 20px;
    }
}
.hs-home-about .hs-more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-about .hs-more {
        margin-top: 30px;
    }
}
.hs-inner-top .more a {
    font-weight: 900;
    line-height: 30px;

    display: block;

    color: #009cff;
}
.hs-inner-top .more a:hover {
    text-decoration: underline;
}
.public-news-group {
    display: block;
}
.public-news-group .title-news {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;

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

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

    margin-top: 5px;

    color: #003181;
}
.public-news-group .more {
    font-size: 14px;
    line-height: 30px;

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

    margin-top: 40px;
    padding-top: 10px;

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

    color: #999;
    border-top: 1px solid rgba(190, 190, 190, .3);

    -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: 1470px) {
    .public-news-group .more {
        margin-top: 20px;
    }
}
@media (max-width: 1400px) {
    .public-news-group .more {
        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .public-news-group .more {
        font-size: 12px;

        padding-top: 0;
    }
}
.public-news-group .more:after {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, .3);
}
@media (min-width: 1200px) {
    .public-news-group:hover .title-news {
        color: #009cff;
    }
    .public-news-group:hover .more {
        color: #009cff;
    }
    .public-news-group:hover .more:after {
        border-color: transparent transparent transparent #009cff;
    }
}
.hs-home-news .news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-home-news .news {
        margin-top: 20px;
    }
}
.hs-home-news .hs-more {
    margin-top: 0;
}
.hs-home-news .news-left {
    width: 50%;
    padding-right: 30px;
}
@media (max-width: 991px) {
    .hs-home-news .news-left {
        width: 100%;
        padding-right: 0;
    }
}
.hs-home-news .news-left .news-group {
    position: relative;

    display: block;
    overflow: hidden;

    border-radius: 15px;
}
.hs-home-news .news-left .news-group .img img {
    width: 100%;

    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-home-news .news-left .news-group .title-news {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 30px;

    text-align: center;

    color: #fff;
    background-color: rgba(0, 23, 88, .9);
}
@media (max-width: 1400px) {
    .hs-home-news .news-left .news-group .title-news {
        font-size: 16px;

        padding: 20px;
    }
}
@media (min-width: 1200px) {
    .hs-home-news .news-left .news-group:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-home-news .news-right {
    width: 50%;
}
@media (max-width: 991px) {
    .hs-home-news .news-right {
        width: 100%;
    }
}
.hs-home-news .news-right>ul {
    height: 100%;
    margin: 0 -30px;

    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-home-news .news-right>ul>li {
    padding: 0 30px;
}
@media (max-width: 991px) {
    .hs-home-news .news-right>ul>li {
        margin-top: 20px;
    }
}
.fb_iframe_widget {
    position: absolute !important;

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

    display: none;

    cursor: pointer;

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

    display: block;

    width: 60px;

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

    padding: 80px 0;
}
@media (max-width: 1560px) {
    .hs-inner {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner {
        padding: 50px 0;
    }
}
.pt-50 {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .pt-50 {
        padding-top: 30px;
    }
}
.pt-150 {
    padding-top: 150px;
}
@media (max-width: 1199px) {
    .pt-150 {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .pt-150 {
        padding-top: 40px;
    }
}
.title-inner h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 24px;
    }
}
.title-inner p {
    font-size: 16px;
    line-height: 1.625;

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

        margin-top: 10px;
    }
}
.hs-inner-location {
    padding: 24px 0;

    color: #c2c2c2;
    border-bottom: 1px solid #eee;
}
.hs-inner-location .title-inner h2:after {
    display: block;

    width: 69px;
    height: 12px;

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

    background: url(../images/line-1.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-location .location {
    line-height: 30px;

    position: relative;

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

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

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

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

    margin: 0 4px;

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

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: capitalize;
}
.hs-inner-location .location ul li a:hover {
    text-decoration: underline;
}
.hs-inner-location-product {
    margin-top: -50px;
    padding-bottom: 20px;

    color: rgba(255, 255, 255, .6);
}
@media (max-width: 1199px) {
    .hs-inner-location-product {
        margin-top: -30px;
        padding-bottom: 0;
    }
}
.public-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.public-content .public-left {
    width: 300px;
    padding: 70px 0;

    border-right: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .public-content .public-left {
        width: 100%;
        padding: 30px 0 0 0;

        border-right: none;
    }
}
.public-content .public-right {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 70px 0 70px 3%;
}
@media (max-width: 1199px) {
    .public-content .public-right {
        width: 100%;
        padding: 30px 0 60px;
    }
}
.inner-leftmenu .title-menu {
    position: relative;

    cursor: pointer;
}
.inner-leftmenu .title-menu h3 {
    font-size: 16px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .inner-leftmenu .title-menu:after {
        font-size: 20px;

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

        content: '+';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .inner-leftmenu .title-menu.current:after {
        content: '-';
    }
}
.inner-leftmenu .menunav1 {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1 {
        display: none;

        margin-top: 10px;
    }
}
.inner-leftmenu .menunav1>li>a {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    position: relative;

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

    padding: 15px 10% 15px 0;

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

    -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) {
    .inner-leftmenu .menunav1>li>a {
        line-height: 24px;

        padding: 10px 0;
    }
}
.inner-leftmenu .menunav1>li>a .flaticon {
    font-size: 12px;
    font-weight: normal;

    opacity: 0;
}
.inner-leftmenu .menunav1>li.active>a,
.inner-leftmenu .menunav1>li:hover>a {
    font-weight: bold;

    color: #009cff;
}
.inner-leftmenu .menunav1>li.active>a .flaticon,
.inner-leftmenu .menunav1>li:hover>a .flaticon {
    font-weight: normal;

    opacity: 1;
}
.inner-leftmenu .menunav2 {
    display: none;

    border-left: 1px solid #009cff;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2 {
        display: block;
    }
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav2>li {
        display: inline-block;

        margin-right: 20px;

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

    position: relative;

    display: block;

    padding: 8px 20px;

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

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

    display: block;

    width: 9px;
    height: 1px;

    content: '';

    background: #009cff;
}
.inner-leftmenu .menunav2>li.active>a,
.inner-leftmenu .menunav2>li:hover>a {
    color: #003181;
}
.title-product-details h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;

    position: relative;

    margin: 0;
    padding-bottom: 10px;

    color: #003181;
    border-bottom: 1px solid #eee;
}
.title-product-details h3:after {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;

    display: block;

    width: 104px;
    height: 5px;

    content: '';

    background: #009cff;
}
.public-listbox-1 ul {
    margin: -10px;
}
@media (max-width: 767px) {
    .public-listbox-1 ul {
        margin: -5px;
    }
}
.public-listbox-1 ul li {
    width: 20%;
    padding: 10px;
}
@media (max-width: 1199px) {
    .public-listbox-1 ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .public-listbox-1 ul li {
        width: 50%;
        padding: 5px;
    }
}
@media (min-width: 1200px) {
    .public-listbox-1 ul li:nth-child(5n+2) .listbox-group,
    .public-listbox-1 ul li:nth-child(5n+4) .listbox-group {
        background: #f3f9ff;
    }
}
@media (max-width: 1199px) {
    .public-listbox-1 ul li:nth-child(2n) .listbox-group {
        background: #f3f9ff;
    }
}
.public-listbox-1 .listbox-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 20px;

    text-align: center;

    background-color: rgba(245, 245, 245, .5);

    -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) {
    .public-listbox-1 .listbox-group {
        padding: 10px;
    }
}
.public-listbox-2>ul,
.public-listbox-3>ul,
.public-listbox-4>ul {
    margin-top: -30px;
}
.public-listbox-2>ul>li,
.public-listbox-3>ul>li,
.public-listbox-4>ul>li {
    margin-top: 30px;
}
.public-listbox-2 .listbox-group .img img,
.public-listbox-3 .listbox-group .img img,
.public-listbox-4 .listbox-group .img img {
    width: 100%;
}
.public-listbox-2 .listbox-group .title-listbox,
.public-listbox-3 .listbox-group .title-listbox,
.public-listbox-4 .listbox-group .title-listbox {
    font-size: 14px;

    margin-top: 20px;
}
.public-listbox-4 .title-listbox {
    font-size: 14px;
    font-weight: bold;
}
.public-listbox-4 .public-note p {
    font-size: 14px;
}
.table_a {
    overflow-x: auto;

    max-width: 100%;
}
table {
    line-height: 1.73333333;

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

    background-color: #fff;
}
table tr:nth-child(odd) {
    background: rgba(219, 219, 219, .2);
}
table tr th {
    font-size: 16px;

    text-align: left;

    background: rgba(0, 49, 129, .02);
}
table tr th,
table tr td {
    padding: 10px 30px;

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

    border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
    table tr th,
    table tr td {
        padding: 10px;
    }
}
.public-table2 table tr:nth-child(odd) {
    background-color: #fff !important;
}
.public-table2 table tr:nth-child(even) {
    background: rgba(219, 219, 219, .2);
}
.public-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

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

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

    width: 32px;
    height: 32px;

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

    color: #fff;
    border-radius: 50%;
    background: #0865ff;

    -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;
}
.public-share ul li a img {
    display: block;

    width: 100%;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.public-share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.public-share ul li a:hover img {
    opacity: 1;
}
.public-share ul li.youtube a {
    background-color: #d0202d;
}
.public-share ul li.instagram a {
    background-color: #cc174a;
}
.public-share ul li.tiktok a {
    background-color: #1a1a1a;
}
.public-share ul li.twitter a {
    background-color: #383838;
}
.public-share ul li.pinterest a {
    background-color: #c30000;
}
.public-share ul li.alibaba a {
    background-color: #f60;
}
.hs-inner-about {
    background: url(../images/about_in_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-inner-about .title-home h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin-top: 30px;

    color: #003181;
}
@media (max-width: 1199px) {
    .hs-inner-about .title-home h3 {
        font-size: 20px;

        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .title-home h3 {
        font-size: 18px;

        margin-top: 10px;
    }
}
.hs-inner-about .about-note {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-about .about-note {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-note {
        margin-top: 20px;
    }
}
.hs-inner-factory .factory {
    position: relative;

    margin-top: 40px;
}
.hs-inner-factory .factory ul {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}
.hs-inner-factory .factory ul li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory ul li:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2;
    }
}
.hs-inner-factory .factory ul li:nth-child(2) {
    grid-area: 1 / 2 / 3 / 3;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory ul li:nth-child(2) {
        grid-area: 1 / 2 / 3 / 3;
    }
}
.hs-inner-factory .factory ul li:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory ul li:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2;
    }
}
.hs-inner-factory .factory ul li:nth-child(3) .factory-group .ibox {
    padding-bottom: 58.75%;
}
.hs-inner-factory .factory ul li:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory ul li:nth-child(4) {
        grid-area: 4 / 1 / 5 / 2;
    }
}
.hs-inner-factory .factory ul li:nth-child(4) .factory-group .ibox {
    padding-bottom: 58.75%;
}
.hs-inner-factory .factory ul li:nth-child(5) {
    grid-area: 1 / 4 / 3 / 5;
}
@media (max-width: 767px) {
    .hs-inner-factory .factory ul li:nth-child(5) {
        grid-area: 3 / 2 / 5 / 3;
    }
}
.hs-inner-factory .factory .factory-group {
    cursor: pointer;
}
.hs-inner-factory .factory .factory-group .ibox {
    padding-bottom: 117.5%;
}
.hs-inner-factory .factory .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (min-width: 1200px) {
    .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-why .why {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 100px 5%;

    color: #fff;
    border-radius: 17px;
    background-color: #003181;

    -webkit-box-align: center;
    .hs-inner-why .why {
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-why .why {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-why .why {
        padding: 30px 15px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-why .title-why {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-why .title-why h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;

    color: #009cff;
}
@media (max-width: 991px) {
    .hs-inner-why .title-why h3 {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-why .title-why h2 {
        font-size: 30px;
    }
}
.hs-inner-why .icon {
    margin: 0 30px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .hs-inner-why .icon {
        margin: 0;
    }
}
.hs-inner-why .icon .flaticon {
    font-size: 80px;
    line-height: 1;

    display: block;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    color: rgba(255, 255, 255, .5);
}
.hs-inner-why .why-txt p {
    font-size: 24px;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1199px) {
    .hs-inner-why .why-txt p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-why .why-txt p {
        font-size: 18px;
    }
}
.hs-inner-excellence .title-home .flaticon {
    font-size: 34px;
    line-height: 1;

    display: block;
}
.hs-inner-excellence .title-home h2 {
    font-size: 18px;
    line-height: 1.66666667;

    margin-top: 10px;

    color: #003181;
}
.hs-inner-excellence .title-home h2:after {
    display: block;

    width: 106px;
    height: 6px;
    margin: 0 auto;
    margin-top: 8px;

    content: '';

    background: #003181;
}
.hs-inner-excellence .excellence>ul {
    margin: 0 -15px;
}
@media (max-width: 1400px) {
    .hs-inner-excellence .excellence>ul {
        margin: 0 -10px;
    }
}
.hs-inner-excellence .excellence>ul>li {
    margin-top: 20px;
    padding: 0 15px;
}
@media (max-width: 1400px) {
    .hs-inner-excellence .excellence>ul>li {
        padding: 0 10px;
    }
}
.hs-inner-excellence .excellence>ul>li:nth-child(2) .excellence-group {
    color: #333;
    background: #f2f7ff;
}
.hs-inner-excellence .excellence>ul>li:nth-child(2) .excellence-group .num {
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
}
.hs-inner-excellence .excellence .excellence-group {
    height: 100%;
    padding: 50px;

    color: #fff;
    border-radius: 14px;
    background-color: #003181;
}
@media (max-width: 1400px) {
    .hs-inner-excellence .excellence .excellence-group {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-excellence .excellence .excellence-group {
        padding: 30px 15px;
    }
}
.hs-inner-excellence .excellence .excellence-group .num {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;

    color: transparent;

    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}
@media (max-width: 767px) {
    .hs-inner-excellence .excellence .excellence-group .num {
        font-size: 40px;
    }
}
.hs-inner-excellence .excellence .excellence-group .public-note {
    margin-top: 30px;
}
.hs-inner-excellence .excellence-list {
    overflow: hidden;

    margin-top: 15px;
}
.hs-inner-excellence .excellence-list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -50px;
}
@media (max-width: 1400px) {
    .hs-inner-excellence .excellence-list>ul {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-excellence .excellence-list>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-excellence .excellence-list>ul>li {
    width: 20%;
    margin-top: 30px;
    padding: 18px 50px;

    border-right: 1px solid rgba(0, 0, 0, .1);
}
@media (max-width: 1400px) {
    .hs-inner-excellence .excellence-list>ul>li {
        padding: 18px 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-excellence .excellence-list>ul>li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .hs-inner-excellence .excellence-list>ul>li {
        width: 50%;
    }
}
.hs-inner-excellence .excellence-list .excellence-list-group h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.hs-inner-excellence .excellence-list .excellence-list-group p {
    line-height: 24px;

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

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

    padding: 80px;

    color: #fff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1470px) {
    .hs-inner-culture .culture {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-culture .culture {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-culture .culture {
        padding: 30px 15px;
    }
}
.hs-inner-culture .culture-menu {
    position: relative;
    z-index: 5;

    width: 30%;
}
@media (max-width: 1199px) {
    .hs-inner-culture .culture-menu {
        width: 35%;
    }
}
@media (max-width: 767px) {
    .hs-inner-culture .culture-menu {
        width: 100%;
    }
}
.hs-inner-culture .culture-menu>ul {
    margin: -30px 0;
}
@media (max-width: 767px) {
    .hs-inner-culture .culture-menu>ul {
        margin: 0;
    }
}
.hs-inner-culture .culture-menu>ul>li {
    padding: 30px 0;
}
@media (max-width: 767px) {
    .hs-inner-culture .culture-menu>ul>li {
        padding: 10px 0;
    }
}
.hs-inner-culture .culture-menu .menu-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-culture .culture-menu .menu-group .icon {
    width: 40px;
    margin-right: 20px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-culture .culture-menu .menu-group .icon .flaticon {
    font-size: 40px;
}
.hs-inner-culture .culture-menu .menu-group h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1199px) {
    .hs-inner-culture .culture-menu .menu-group h4 {
        font-size: 16px;
    }
}
.hs-inner-culture .culture-menu .active .menu-group {
    color: #009cff;
}
.hs-inner-culture .culture-content {
    position: relative;
    z-index: 5;

    width: 70%;
    padding-left: 5%;
}
@media (max-width: 1199px) {
    .hs-inner-culture .culture-content {
        width: 65%;
    }
}
@media (max-width: 767px) {
    .hs-inner-culture .culture-content {
        width: 100%;
        padding-left: 0;
    }
}
.hs-inner-culture .culture-text {
    display: none;
}
.hs-inner-culture .title-culture {
    margin-top: 15px;
}
.hs-inner-culture .title-culture h3 {
    font-size: 24px;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .hs-inner-culture .title-culture h3 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-culture .title-culture h3 {
        font-size: 18px;
    }
}
.hs-inner-culture .public-note {
    margin-top: 20px;
}
.hs-inner-culture .culture-imgbox {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.hs-inner-culture .culture-imgbox:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 40%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #001d4d), to(transparent));
    background-image: -webkit-linear-gradient(left, #001d4d 70%, transparent);
    background-image: linear-gradient(to right, #001d4d 70%, transparent);
}
.hs-inner-culture .culture-imgbox .culture-img {
    display: none;

    width: 100%;
    height: 100%;

    background-size: cover;
}
.hs-inner-certificates {
    background: #f8f8f8;
}
.hs-inner-certificates .certificates {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-certificates .certificates {
        margin-top: 30px;
    }
}
.hs-inner-certificates .certificates .swiper-slide {
    width: auto;
    padding-bottom: 20px;
}
.hs-inner-certificates .certificates .certificates-group {
    cursor: pointer;
}
.hs-inner-certificates .certificates .certificates-group .img {
    overflow: hidden;

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 9px 13px 0 rgba(127, 127, 127, .16);
}
.hs-inner-certificates .certificates .certificates-group .img img {
    display: block;

    height: 343px;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 1199px) {
    .hs-inner-certificates .certificates .certificates-group .img img {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .hs-inner-certificates .certificates .certificates-group .img img {
        height: 250px;
    }
}
.hs-inner-certificates .certificates .certificates-group .title-certificates {
    line-height: 24px;

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

    min-height: 70px;
    margin-top: 15px;
    padding: 10px 15px;

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

    border-radius: 11px;
    background: #fff;
    box-shadow: 0 9px 13px 0 rgba(127, 127, 127, .16);

    -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-certificates .certificates .certificates-group .title-certificates {
        min-height: 50px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-certificates .certificates .certificates-group:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .hs-inner-certificates .certificates .certificates-group:hover .title-certificates {
        color: #fff;
        background-color: #003181;
    }
}
.hs-inner-certificates .swiper-button-prev {
    left: -60px;
}
@media (max-width: 1560px) {
    .hs-inner-certificates .swiper-button-prev {
        left: -40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-certificates .swiper-button-prev {
        left: -10px;
    }
}
.hs-inner-certificates .swiper-button-next {
    right: -60px;
}
@media (max-width: 1560px) {
    .hs-inner-certificates .swiper-button-next {
        right: -40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-certificates .swiper-button-next {
        right: -10px;
    }
}
.hs-inner-certificates .swiper-button-prev,
.hs-inner-certificates .swiper-button-next {
    background: none;
}
.hs-inner-certificates .swiper-button-prev:hover,
.hs-inner-certificates .swiper-button-next:hover {
    color: #003181;
    background: none;
}
#about,
#factoryviews,
#why,
#excellence,
#culture,
#clientsviews,
#certificatesviews {
    position: relative;
    top: -80px;
}
.hs-inner-support-service .support-service {
    margin-top: 70px;
}
@media (max-width: 1560px) {
    .hs-inner-support-service .support-service {
        margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-support-service .support-service {
        margin-top: 0;
    }
}
.hs-inner-support-service .support-service>ul>li {
    margin-top: 30px;
}
.hs-inner-support-service .support-service>ul>li:nth-child(2n) .support-service-group {
    margin-top: 60px;

    background: #ebf5ff;
}
@media (max-width: 1199px) {
    .hs-inner-support-service .support-service>ul>li:nth-child(2n) .support-service-group {
        margin-top: 0;
    }
}
.hs-inner-support-service .support-service>ul>li:nth-child(2n) .support-service-group .title-support {
    color: #001758;
}
.hs-inner-support-service .support-service>ul>li:nth-child(2n) .support-service-group .public-note p {
    color: #001758;
}
.hs-inner-support-service .support-service .support-service-group {
    height: 100%;
    padding: 60px 40px;

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

    color: #fff;
    border-radius: 13px;
    background: #001758;
}
@media (max-width: 1560px) {
    .hs-inner-support-service .support-service .support-service-group {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support-service .support-service .support-service-group {
        padding: 20px 15px;
    }
}
.hs-inner-support-service .support-service .support-service-group .title-support {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 1199px) {
    .hs-inner-support-service .support-service .support-service-group .title-support {
        font-size: 18px;
    }
}
.hs-inner-support-service .support-service .support-service-group .title-support:after {
    display: block;

    width: 86px;
    height: 5px;
    margin-top: 14px;

    content: '';

    background: #009cff;
}
.hs-inner-support-service .support-service .support-service-group .public-note {
    margin-top: 20px;
}
.hs-inner-support-service .support-service .support-service-group .public-note p {
    display: flex;
}
.hs-inner-support-service .support-service .support-service-group .public-note p .flaticon {
    flex-shrink: 0;
    transform: rotate(90deg);
    color: #009cff;
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 4px;
}
@media (min-width: 1200px) {
    .hs-inner-support-service .support-service .support-service-group:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.hs-inner-support-advantages .support-advantages>ul {
    margin: 0 -40px;
}
@media (max-width: 1560px) {
    .hs-inner-support-advantages .support-advantages>ul {
        margin: 0 -30px;
    }
}
.hs-inner-support-advantages .support-advantages>ul>li {
    margin-top: 80px;
    padding: 0 40px;
}
@media (max-width: 1560px) {
    .hs-inner-support-advantages .support-advantages>ul>li {
        margin-top: 60px;
        padding: 0 30px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-support-advantages .support-advantages>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-support-advantages .support-advantages>ul>li:nth-child(2n) .support-advantages-group .icon {
    border-radius: 8px;
    background: #ebf5ff;
}
.hs-inner-support-advantages .support-advantages>ul>li:nth-child(2n) .support-advantages-group .icon img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-inner-support-advantages .support-advantages .support-advantages-group .icon {
    width: 99px;
    height: 99px;

    border-radius: 8px;
    background: #001758;
}
@media (max-width: 1199px) {
    .hs-inner-support-advantages .support-advantages .support-advantages-group .icon {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support-advantages .support-advantages .support-advantages-group .icon {
        width: 60px;
        height: 60px;
    }
}
.hs-inner-support-advantages .support-advantages .support-advantages-group .icon img {
    display: block;

    height: 100%;
    margin: 0 auto;

    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-inner-support-advantages .support-advantages .support-advantages-group .public-note {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .hs-inner-support-advantages .support-advantages .support-advantages-group:hover img {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
}
.hs-inner-support-accessory {
    background: #f8f8f8;
}
.hs-inner-support-accessory .support-accessory {
    max-width: 860px;
    margin: 0 auto;
    margin-top: 30px;
}
.hs-inner-cases .cases {
    margin-top: -30px;
}
.hs-inner-cases .cases>ul>li {
    margin-top: 30px;
}
.hs-inner-cases .cases .cases-group {
    cursor: pointer;
    text-align: center;
}
.hs-inner-cases .cases .cases-group .img .ibox {
    padding-bottom: 75%;
}
.hs-inner-cases .cases .cases-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-cases .cases .cases-group .title-cases {
    line-height: 24px;

    margin: 10px 0 0 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (min-width: 1200px) {
    .hs-inner-cases .cases .cases-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .hs-inner-cases .cases .cases-group:hover .title-cases {
        color: #009cff;
    }
}
.public-product-group {
    display: block;
    overflow: hidden;

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

    border-bottom: 1px solid #e3e3e3;
}
.public-product-group .img {
    background: #f3f9ff;
}
.public-product-group .img .ibox {
    padding-bottom: 151.66666667%;
}
.public-product-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-product-group .product-desc {
    padding: 20px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.public-product-group .product-desc p {
    color: #f90;
}
.public-product-group .title-product {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.public-product-group .mask {
    font-size: 14px;

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

    margin-top: 5px;

    color: #009cff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.public-product-group .mask .flaticon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (min-width: 1200px) {
    .public-product-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-product-group:hover .title-product {
        color: #003181;
    }
}
.hs-inner-products .title-products h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
}
@media (max-width: 767px) {
    .hs-inner-products .title-products h2 {
        font-size: 20px;
    }
}
.hs-inner-products .products>ul {
    margin: 0 -25px;
}
@media (max-width: 1470px) {
    .hs-inner-products .products>ul {
        margin: 0 -15px;
    }
}
.hs-inner-products .products>ul>li {
    margin-top: 50px;
    padding: 0 25px;
}
@media (max-width: 1470px) {
    .hs-inner-products .products>ul>li {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-products .products>ul>li {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-products .products>ul {
        margin: 0 -5px;
    }
    .hs-inner-products .products>ul>li {
        margin-top: 20px;
        padding: 0 5px;
    }
}
.hs-inner-product-details .product-details .details-imgbox {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    overflow: hidden;
    flex-direction: row-reverse;

    width: 50%;
    height: 100%;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .ibox {
    /* padding-bottom: 151.66666667%; */
    padding-bottom: 0;
    height: 100%;
}
.hs-inner-product-details .product-details .details-imgbox .ibox img {
    position: relative;
}
.hs-inner-product-details .product-details .details-imgbox .product-group,
.hs-inner-product-details .product-details .details-imgbox .zoomImg {
    background: #f3f9ff;
}
.hs-inner-product-details .product-details .details-imgbox .product-big {
    position: relative;

    /* width: 70%; */

    background: #f3f9ff;
}
.hs-inner-product-details .product-details .details-imgbox .product-big .mask {
    line-height: 25px;

    position: absolute;
    z-index: 3;
    bottom: 14px;
    left: 14px;

    width: 25px;
    height: 25px;

    text-align: center;

    border-radius: 3px;
    background: #142955;
}
.hs-inner-product-details .product-details .details-imgbox .product-big .mask img {
    width: 100%;

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-inner-product-details .product-details .details-imgbox .slick-arrow {
    font-size: 0;

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

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

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

    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-product-details .product-details .details-imgbox .slick-arrow:before {
    display: block;

    width: 0;
    height: 0;

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

    border-width: 6px 10px 6px 0;
    border-style: solid;
    border-color: transparent #c0c0c0 transparent transparent;
}
.hs-inner-product-details .product-details .details-imgbox .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.hs-inner-product-details .product-details .details-imgbox .slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hs-inner-product-details .product-details .details-imgbox .slick-arrow:hover:before {
    border-color: transparent #003181 transparent transparent;
}
.hs-inner-product-details .product-details .product-small {
    margin: 0 -10px;
    margin-top: 20px;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .product-small {
        margin: 0 -5px;
        margin-top: 10px;
    }
}
/* .hs-inner-product-details .product-details .product-small {
    width: 30%;
    padding-right: 20px;
} */
.hs-inner-product-details .product-details .product-small .slick-slide {
    width: 25%;
    padding: 0 10px;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .product-small .slick-slide {
        padding: 0 5px;
    }
}
.hs-inner-product-details .product-details .product-small .product-group {
    overflow: hidden;

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

    border: 1px solid rgba(0, 0, 0, .08);
}
.hs-inner-product-details .product-details .product-small .slick-current .product-group {
    border-color: #003181;
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev,
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    line-height: 40px;

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

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

    width: 20px;
    height: 40px;

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

    border: none;
    background: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-inner-product-details .product-details .product-small .swiper-button-prev:hover,
.hs-inner-product-details .product-details .product-small .swiper-button-next:hover {
    color: #003181;
}
.hs-inner-product-details .product-details .product-small .swiper-button-next {
    right: -20px;
    left: auto;
}
.hs-inner-product-details .product-details .details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding-top: 30px;
    padding-left: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .product-details .details-content {
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-content {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.hs-inner-product-details .product-details .details-content .title-details h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .title-details span {
    font-size: 14px;
    line-height: 24px;

    color: #009cff;
}
.hs-inner-product-details .product-details .details-content .desc {
    margin-top: 20px;
}
.hs-inner-product-details .product-details .details-content .mask {
    margin-top: 30px;
}
.hs-inner-product-details .product-details .details-content .mask h3 {
    font-size: 16px;
    line-height: 1.5;
}
.hs-inner-product-details .product-details .details-content .mask h3 span {
    font-weight: bold;

    color: #009cff;
}
.hs-inner-product-details .product-details .details-content .mask>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 24px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1470px) {
    .hs-inner-product-details .product-details .details-content .mask>ul>li {
        margin-top: 14px;
    }
}
.hs-inner-product-details .product-details .details-content .mask>ul>li .icon {
    margin-right: 14px;

    color: #003181;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-product-details .product-details .details-content .mask>ul>li .icon .flaticon {
    font-size: 24px;
}
.hs-inner-product-details .product-details .details-content .mask>ul>li p {
    line-height: 24px;

    margin: 0;
}
.hs-inner-product-details .product-details .details-content .mask>ul>li p span {
    display: inline-block;

    width: 26px;
    height: 22px;
    margin-right: 10px;
    padding: 2px;

    vertical-align: middle;

    border: 1px solid #bfbfbf;
}
.hs-inner-product-details .product-details .details-content .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .link {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-content .link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

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

    color: #fff;
    border-radius: 4px;
    background-color: #003181;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-product-details .product-details .details-content .link a span {
    padding: 0 20px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .link a span {
        padding: 0 10px;
    }
}
.hs-inner-product-details .product-details .details-content .link a:hover {
    color: #fff;
    background-color: #009cff;
}
.hs-inner-product-details .product-details .details-content .link .inquiry {
    font-weight: bold;

    margin-right: 20px;

    color: #009cff;
}
.hs-inner-product-details .product-details .details-content .link .contact {
    color: #333;
    background: #fff;
}
.hs-inner-product-details .product-details .details-content .share {
    margin-top: 20px;
}
.hs-inner-product-details .parameter {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .parameter {
        padding-top: 50px;
    }
}
.hs-inner-product-details .parameter-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -1vw;

    border-bottom: 1px solid #eee;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-menu ul {
        margin: 0 -10px;
    }
}
.hs-inner-product-details .parameter-menu ul li {
    padding: 0 1vw;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-menu ul li {
        padding: 0 10px;
    }
}
.hs-inner-product-details .parameter-menu ul li a {
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 0;

    color: #003181;
}
.hs-inner-product-details .parameter-menu ul li a:after {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

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

    background-color: #009cff;
}
.hs-inner-product-details .parameter-menu ul li.active a {
    font-weight: bold;
}
.hs-inner-product-details .parameter-menu ul li.active a:after {
    width: 100%;
}
.hs-inner-product-details .parameter-content {
    padding-top: 30px;
}
.hs-inner-public-faqs .faqs-list {
    margin-top: 30px;
}
.hs-inner-public-product-related .related-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    margin-top: 30px;
    padding: 0 40px;
}
.hs-inner-public-product-related .swiper-button-prev,
.hs-inner-public-product-related .swiper-button-next {
    background: none;
}
.hs-inner-public-product-related .swiper-button-prev {
    left: 0;
}
.hs-inner-public-product-related .swiper-button-next {
    right: 0;
}
.hs-inner-public-feedback .public-feedback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 60px 50px;

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-inner-public-feedback .public-feedback {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-public-feedback .public-feedback {
        padding: 20px 15px;
    }
}
.hs-inner-public-feedback .public-feedback .feedback-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 300px;

    color: #fff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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-public-feedback .public-feedback .feedback-left {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .hs-inner-public-feedback .public-feedback .feedback-left {
        width: 100%;
    }
}
.hs-inner-public-feedback .public-feedback .feedback-left .title-feedback h3 {
    color: #009cff;
}
.hs-inner-public-feedback .public-feedback .feedback-left .required {
    opacity: .5;
}
.hs-inner-public-feedback .public-feedback .feedbackform {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
}
@media (max-width: 1199px) {
    .hs-inner-public-feedback .public-feedback .feedbackform {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
}
@media (max-width: 767px) {
    .hs-inner-public-feedback .public-feedback .feedbackform {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-public-feedback .public-feedback .feedbackform .field input,
.hs-inner-public-feedback .public-feedback .feedbackform .field textarea {
    color: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .39);
    border-radius: 4px;
    background: rgba(255, 255, 255, .2);
}
.hs-inner-public-feedback .public-feedback .feedbackform .field .input-label {
    color: rgba(255, 255, 255, .6);
}
.feedbackform .required {
    color: #003181;
}
.feedbackform form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

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

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

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

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

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

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

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

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

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

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

    top: -36px;

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

        top: -30px;
    }
}
.feedbackform form .input:hover .input-field:placeholder-shown:not(:focus) {
    border-color: #666;
}
.feedbackform form .submit-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.feedbackform form .submit {
    line-height: 50px;

    width: 100%;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #009cff;
}
.feedbackform form .submit:hover {
    background-color: #003181;
}
.feedbackform form .required {
    margin-top: 30px;

    color: #fff;
}
.hs-footer {
    font-size: 18px;

    overflow: hidden;

    padding: 60px 0;

    color: #fff;
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-footer {
        padding: 30px 0;
    }
}
.hs-footer .foot-top .foot-logo a {
    display: block;
}
.hs-footer .foot-top .foot-logo a img {
    height: 36px;
}
.hs-footer .foot {
    padding: 60px 0;
}
@media (max-width: 1560px) {
    .hs-footer .foot {
        padding-right: 8%;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot {
        padding: 30px 0;
    }
}
.hs-footer .foot-text {
    max-width: 460px;
}
@media (max-width: 1199px) {
    .hs-footer .foot-text {
        max-width: 400px;
    }
}
@media (max-width: 991px) {
    .hs-footer .foot-text {
        max-width: 100%;
    }
}
.hs-footer .foot-text>ul>li {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .hs-footer .foot-text>ul>li {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-text>ul>li {
        margin-bottom: 0;
    }
}
.hs-footer .foot-text .text-group b,
.hs-footer .foot-text .text-group p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
@media (max-width: 1400px) {
    .hs-footer .foot-text .text-group b,
    .hs-footer .foot-text .text-group p {
        font-size: 16px;
    }
}
.hs-footer .foot-text .text-group b {
    display: block;

    margin-bottom: 10px;

    color: #009cff;
}
@media (max-width: 767px) {
    .hs-footer .foot-text .text-group p {
        font-size: 12px;
    }
}
.hs-footer .foot-text .text-group p a:hover {
    text-decoration: underline;
}
.hs-footer .foot-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -40px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav>ul {
        margin: 0 -20px;
    }
}
.hs-footer .foot-nav>ul>li {
    padding: 0 40px;
}
@media (max-width: 1199px) {
    .hs-footer .foot-nav>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li {
        margin-right: 10px;
    }
}
.hs-footer .foot-nav>ul>li>ul>li>a {
    font-size: 18px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 6px 0 6px 20px;
}
@media (max-width: 1400px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li>a {
        font-size: 13px;

        padding: 3px 0 3px 10px;
    }
}
.hs-footer .foot-nav>ul>li>ul>li>a:before {
    position: absolute;
    top: 14px;
    left: 0;

    display: block;

    width: 7px;
    height: 7px;

    content: '';

    border-radius: 2px;
    background: #009cff;
}
@media (max-width: 767px) {
    .hs-footer .foot-nav>ul>li>ul>li>a:before {
        top: 12px;

        width: 5px;
        height: 5px;
    }
}
.hs-footer .foot-nav>ul>li>ul>li:hover>a {
    text-decoration: underline;
}
.hs-footer .copyright {
    font-size: 14px;
    line-height: 24px;

    text-align: center;
}
.hs-footer .copyright p {
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.hs-footer .copyright .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hs-footer .copyright .link span {
    margin: 0 10px;
}
.hs-footer .copyright a:hover {
    text-decoration: underline;

    color: #fff;
}
.public-news-group-other {
    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;
}
.public-news-group-other .img {
    overflow: hidden;

    width: 380px;

    border-radius: 15px;
}
@media (max-width: 991px) {
    .public-news-group-other .img {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .public-news-group-other .img {
        width: 100%;
    }
}
.public-news-group-other .img .ibox {
    padding-bottom: 52.63157895%;
}
.public-news-group-other .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-news-group-other .desc {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    padding-left: 3%;
}
@media (max-width: 991px) {
    .public-news-group-other .desc {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 767px) {
    .public-news-group-other .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.public-news-group-other .date {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .public-news-group-other .date {
        margin-top: 10px;
    }
}
.public-news-group-other .more {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .public-news-group-other .more {
        margin-top: 10px;
    }
}
@media (min-width: 1200px) {
    .public-news-group-other:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hs-inner-news .news {
    margin-top: -50px;
}
.hs-inner-news .news>ul>li {
    margin-top: 50px;
}
.public-faqs-group {
    padding: 20px 50px;

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

    border-bottom: 1px solid #eee;
}
@media (max-width: 1199px) {
    .public-faqs-group {
        padding: 20px 30px;
    }
}
@media (max-width: 767px) {
    .public-faqs-group {
        padding: 10px 15px;
    }
}
.public-faqs-group .title-faqs {
    font-size: 14px;
    line-height: 30px;

    position: relative;

    padding: 10px 30px 10px 0;
}
@media (max-width: 767px) {
    .public-faqs-group .title-faqs {
        font-size: 16px;
        line-height: 24px;
    }
}
.public-faqs-group .title-faqs:after {
    position: absolute;
    top: 10px;
    right: 0;

    content: '+';
    -webkit-transition: all .4s;
    transition: all .4s;
}
.public-faqs-group .faqs-ques {
    display: none;

    padding: 20px 0;
}
.public-faqs-group .faqs-ques p {
    font-size: 14px;
}
.hs-inner-faqs .faqs>ul>li.current .public-faqs-group {
    border: 1px solid #eee;
    border-radius: 9px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .04);
}
.hs-inner-faqs .faqs>ul>li.current .title-faqs {
    font-weight: bold;
}
.hs-inner-faqs .faqs>ul>li.current .title-faqs:after {
    font-size: 30px;
    font-weight: normal;

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

    color: #009cff;
}
.hs-inner-download .download {
    margin-top: -50px;
}
@media (max-width: 1199px) {
    .hs-inner-download .download {
        margin-top: -30px;
    }
}
.hs-inner-download .download>ul>li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-download .download>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-download .download .down-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 50px;

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

    border: 1px solid #ececec;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1560px) {
    .hs-inner-download .download .down-group {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group {
        padding: 10px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-download .download .down-group .title-download {
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group .title-download {
        font-size: 16px;

        width: 100%;
    }
}
.hs-inner-download .download .down-group .down {
    line-height: 30px;

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

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

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

    color: #fff;
    border-radius: 7px;
    background-color: #003181;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .hs-inner-download .download .down-group .down {
        line-height: 24px;

        margin-top: 10px;
    }
}
.hs-inner-download .download .down-group .down span {
    font-size: 24px;

    display: block;

    margin-right: 10px;
}
@media (min-width: 1200px) {
    .hs-inner-download .download .down-group:hover .title-download {
        color: #009cff;
    }
    .hs-inner-download .download .down-group:hover .down {
        background: #009cff;
    }
}
.hs-inner-videos {
    padding-top: 40px;
}
.hs-inner-videos .videos 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-videos .videos ul li {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-videos .videos ul li {
        margin-top: 30px;
    }
}
.hs-inner-videos .videos .videos-group {
    text-align: center;
}
.hs-inner-videos .videos .videos-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-videos .videos .videos-group .title-videos {
    font-size: 18px;
    line-height: 1.5;

    margin: 0;
    margin-top: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px) {
    .hs-inner-videos .videos .videos-group .title-videos {
        font-size: 16px;
    }
}
.hs-inner-news-show .title-news-show h2 {
    font-size: 24px;
    font-weight: 900;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .title-news-show h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news-show .title-news-show h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-news-show .title-news-show h2 {
        font-size: 20px;
    }
}
.hs-inner-news-show .news-show .date-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.hs-inner-news-show .news-show .date {
    font-size: 14px;
    font-weight: 900;
    line-height: 30px;

    color: #009cff;
}
.hs-inner-news-show .news-show .public-note {
    margin-top: 30px;
}
.hs-inner-news-show .news-show .public-note img {
    max-width: 100%;
    height: auto !important;
}
.hs-inner-news-show .news-show .public-note p {
    color: #666;
}
.hs-inner-news-show .prev-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-inner-news-show .prev-next a {
    line-height: 54px;

    display: block;

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

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

    color: #717171;
    background: #e8e8e8;
}
.hs-inner-news-show .prev-next a img {
    display: block;

    width: 100%;

    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
.hs-inner-news-show .prev-next a:hover {
    color: #fff;
    background-color: #003181;
}
.hs-inner-news-show .prev-next a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.hs-inner-news-show .prev-next .prev .flaticon,
.hs-inner-news-show .prev-next .next .flaticon {
    font-size: 12px;
}
.hs-inner-news-show .prev-next .prev .flaticon {
    display: block;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.public-related-news {
    padding-top: 80px;
}
@media (max-width: 1560px) {
    .public-related-news {
        padding-top: 60px;
    }
}

@media (max-width: 1560px) {
    .public-related-news {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .public-related-news {
        padding-top: 40px;
    }
}
.public-related-news .news-list {
    margin-top: 30px;
}
.public-related-news .news-list .public-news-group-other .img {
    width: 100%;
}
.public-related-news .news-list .public-news-group-other .desc {
    width: 100%;
    margin-top: 20px;
}
.hs-inner-public-details .title-home {
    text-align: center;
}
.hs-inner-public-details .title-home h2 {
    font-size: 36px;

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

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

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

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

    display: inline-block;

    padding: 0 50px;

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

    color: #777;
    border-radius: 24px;
}
.hs-inner-public-details .return a .flaticon {
    font-size: 24px;
}
.hs-inner-public-details .return a:hover {
    color: #fff;
    border-color: #003181;
    background-color: #003181;
}
.hs-inner-contact-map .contact-map {
    overflow: hidden;

    border-radius: 25px;
}
@media (max-width: 1199px) {
    .hs-inner-contact-map .contact-map {
        border-radius: 15px;
    }
}
.hs-inner-contact-map .contact {
    width: 50%;
    padding: 60px;

    color: #fff;
    background-color: #001758;
}
@media (max-width: 1199px) {
    .hs-inner-contact-map .contact {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact-map .contact {
        width: 100%;
        padding: 30px 15px;
    }
}
.hs-inner-contact-map .contact .title-inner h2 {
    color: #009cff;
}
.hs-inner-contact-map .contact .contact-text {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-contact-map .contact .contact-text {
        margin-top: 30px;
    }
}
.hs-inner-contact-map .contact .contact-text .txt-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 10px;
}
.hs-inner-contact-map .contact .contact-text .txt-group .icon {
    line-height: 47px;

    width: 51px;
    height: 51px;

    text-align: center;

    color: #009cff;
    border: 2px solid #009cff;
    border-radius: 50%;
    background: #001758;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-contact-map .contact .contact-text .txt {
    width: 100%;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .hs-inner-contact-map .contact .contact-text .txt {
        padding-left: 10px;
    }
}
.hs-inner-contact-map .contact .contact-text .txt p {
    margin: 0;
    padding: 15px 0 0 0;
}
.hs-inner-contact-map .contact .contact-text .txt p a:hover {
    text-decoration: underline;
}
.hs-inner-contact-map #map {
    width: 50%;
}
@media (max-width: 767px) {
    .hs-inner-contact-map #map {
        width: 100%;
        height: 300px;
    }
}
.hs-google-map .feedback-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 400px;
    padding-right: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .hs-google-map .feedback-left {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .hs-google-map .feedback-left {
        width: 100%;
    }
}
.hs-google-map .title-inner h2 {
    color: #009cff;
}
.hs-google-map .required {
    color: #003181;
}
.hs-google-map .feedbackform {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
}
@media (max-width: 1199px) {
    .hs-google-map .feedbackform {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
    }
}
@media (max-width: 767px) {
    .hs-google-map .feedbackform {
        width: 100%;
        margin-top: 20px;
    }
}
.hc-mobile-nav.nav-levels-overlap ul ul .iconimg {
    display: none;
}
.hc-mobile-nav.nav-levels-overlap ul ul b {
    font-weight: normal;
}
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.hideh1 {
    font-size: 0;
}
.hideh1 h1 {
    font-size: 0;

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

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

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

    display: none;

    width: 100px;
    height: 100px;

    pointer-events: none;

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

    color: #666;
}
.hideh1 {
    display: none;
}
.hideh1 h1 {
    font-size: 0;
    margin: 0;
}
.hs-inner-product-details .size {
    margin-top: 30px;
}
.hs-inner-product-details .size h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.hs-inner-product-details .size h4 {
    font-size: 18px;
    margin-top: 10px;
}
.hs-inner-product-details .size p span {
    margin-right: 10px;
}
.hs-inner-product-details .size p a {
    color: #009cff;
    text-decoration: underline;
}
.hs-inner-product-details .brand {
    margin-top: 30px;
}
.hs-inner-product-details .brand h4 {
    font-size: 18px;
}
.hs-inner-product-details .brand ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hs-inner-product-details .brand ul li {
    padding: 0 10px;
    width: 25%;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .brand ul li {
        width: 33.3333%;
        padding: 0 5px;
    }
}
.hs-inner-product-details .brand .brand-group {
    border: 1px solid #dcdcdc;
    padding: 5px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.hs-inner-product-details .brand .brand-group .item img {
    width: 100%;
}
.hs-inner-product-details .brand .brand-group .item p {
    color: #999;
    font-size: 12px;
    margin: 0;
}
.hs-inner-product-details .brand .brand-group:hover .item p {
    text-decoration: underline;
}
.open-brand {
    position: fixed;
    width: 96%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 1380px;
    padding: 50px;
    background-color: #fff;
    border-radius: 30px;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: all .4s;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
@media (max-width: 1199px) {
    .open-brand {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .open-brand {
        padding: 20px;
    }
}
.active .open-brand {
    max-height: 80vh;
    overflow-y: auto;
}
.open-brand .title-open-brand {
    display: flex;
    align-items: center;
}
.open-brand .title-open-brand img {
    height: 80px;
    margin-top: 10px;
    width: auto !important;
}
.open-brand .title-open-brand {
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 767px) {
    .open-brand .title-open-brand {
        font-size: 20px;
    }
}
.open-brand .note {
    line-height: 1.8;
    margin-top: 20px;
}
.open-brand .note h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
}
.open-brand .close-open {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #001d4d;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    right: 50px;
    border-radius: 5px;
    top: 50px;

}
.open-brand .close-open span {
    display: block;
    transform: rotate(45deg);
    font-size: 30px;
}
.hs-inner-product-details .size span {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    border: 1px solid #d1d6de;
    min-width: 48px;
    line-height: 24px;
    text-align: center;
    margin-right: 18px;
    margin-top: 10px;
    transition: all .2s;
    border-radius: 5px;
    cursor: pointer;
}
.hs-inner-product-details .size span.active,
.hs-inner-product-details .size span:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.page_info {
    text-align: center;
    margin: 10px auto;
    padding: 50px;
    color: #999;
    clear: both
}
.page_info span {
    padding: 0 2px;
    font-weight: bold
}
.page_list {
    height: 40px;
    line-height: 40px;
    width: 40px;

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