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

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

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

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

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

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

    overflow-x: hidden;

    color: #000;

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

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

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

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

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

    overflow: hidden;

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

    overflow: hidden;

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

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    text-align: center;

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

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

    width: 48px;
    height: 48px;
    margin: 0;

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

    color: #fff;
    border-radius: 0;
    background: #063c79;
}
.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 {
    background-color: #111;
}
.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: -8%;
}
@media (max-width: 1560px) {
    .swiper-poa .swiper-button-prev {
        left: -5%;
    }
}
@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: -8%;
    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: -5%;
    }
}
@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%);
}
@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;
}
: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;
    }
}
.hs-header-box .logo {
    line-height: 1;

    position: relative;
    z-index: 8;

    display: block;

    height: 80px;

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

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
    .hs-header-box .logo img {
        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }
}
.hs-header-box .pc-search {
    margin-left: 12px;
}
.hs-header-box .pc-search .search-button .icon {
    line-height: 34px;

    width: 34px;
    height: 34px;

    cursor: pointer;

    color: #fff;
    border-color: #063c79;
    border-radius: 50%;
    background: #063c79;
}
.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: #063c79;
}
@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;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px) {
    .hs-header-box .top-txt .icon {
        color: #063c79;
    }
}
.hs-header-box .top-txt .icon .flaticon {
    font-size: 24px;
}
.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: #063c79;
}
@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 #063c79 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: #063c79;
}
@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: #2b88c2;
}
.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: #063c79;
}
.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;
    }
}
@media (max-width: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}
.hs-header-box .header-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-header-box .header-nav>ul>li:last-child>a {
    border-bottom: none;
}
.hs-header-box .header-nav>ul>li>a {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;

    position: relative;
    z-index: 8;

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

    height: 160px;
    padding: 0 30px;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1560px) {
    .hs-header-box .header-nav>ul>li>a {
        height: 120px;
        padding: 0 20px;
    }
}
@media (max-width: 1470px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 20px;

        padding: 0 15px;
    }
}
.hs-header-box .header-nav>ul>li>a:before {
    position: absolute;
    top: -webkit-calc(90% - 12px);
    top: calc(90% - 12px);
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-width: 0 6px 12px 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.hs-header-box .header-nav>ul>li:hover>a {
    color: #2b88c2;
    border-bottom-color: #063c79;
}
.hs-header-box .header-nav>ul>li:hover>a:before {
    opacity: 1;
}
.hs-header-box .header-nav>ul>li.active>a {
    color: #2b88c2;
}
.hs-header-box .pc-nav-down {
    position: absolute;
    z-index: 7;
    top: 90%;
    left: 0;

    display: none;

    min-width: 280px;
    padding: 30px 20px;

    color: #333;
    background: #fff;
    box-shadow: 0 13px 10px 0 rgba(5, 5, 5, .13);
}
.hs-header-box .pc-nav-down>li {
    border-bottom: 1px solid #e5e5e5;
}
.hs-header-box .pc-nav-down>li:last-child {
    border-bottom: none;
}
.hs-header-box .pc-nav-down>li>a {
    line-height: 26px;

    position: relative;

    display: block;

    padding: 10px 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}
.hs-header-box .pc-nav-down>li:hover>a,
.hs-header-box .pc-nav-down>li.active>a {
    color: #063c79;
}
.hs-header-box .pc-nav-down>li:hover>a:before,
.hs-header-box .pc-nav-down>li.active>a:before {
    background-color: #063c79;
}
.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: #063c79;
}
@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: #063c79;
}
@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.hs-header-box-black {
    color: #000;
}
.hs-header-box.hs-header-box-black .logo img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-header-box.hs-header-box-black .top-txt .icon {
    color: #063c79;
}
.hs-header-box.stuck-header {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.hs-header-box.stuck-header .logo {
    height: 60px;
}
.hs-header-box.stuck-header .logo img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.hs-header-box.stuck-header .header-nav>ul>li>a {
    height: 80px;
}
.hs-header-box.stuck-header .top-txt .icon {
    color: #063c79;
}
.hs-header-box.stuck-header .header-nav>ul>li>a:before {
    border-color: transparent transparent #2b88c2 transparent;
}
.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: #2b88c2;
    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: #2b88c2;
}
.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.customer-service .service-wechat p {
    background-color: #2b88c2;
}
.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: #063c79;
}
.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%);
}
.banner-box .swiper-text .desc {
    width: 50%;
}
.banner-box .swiper-text h2,
.banner-box .swiper-text h3,
.banner-box .swiper-text p {
    overflow: hidden;
}
.banner-box .swiper-text h2 span,
.banner-box .swiper-text h3 span,
.banner-box .swiper-text p span {
    display: block;

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

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

    color: #2b88c2;
}
@media (max-width: 1920px) {
    .banner-box .swiper-text h2 {
        font-size: 66px;
    }
}
@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: 20px;
    }
}
.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: 18px;
    }
}
.banner-box .swiper-text p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px) {
    .banner-box .swiper-text p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .banner-box .swiper-text p {
        display: none;
    }
}
.banner-box .swiper-text .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .banner-box .swiper-text .link {
        display: none;

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

    padding: 10px 20px;

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

    color: #fff;
    background: #4fa447;
}
.banner-box .swiper-text .link a:hover {
    background-color: #2b88c2;
}
.banner-box .swiper-text-2 h3 {
    color: #fff;
}
.banner-box .swiper-text-2 p {
    color: #fff;
}
.banner-box .swiper-text-2 .link a {
    background-color: #2b88c2;
}
.banner-box .swiper-text-2 .link a:hover {
    background-color: #063c79;
}
.banner-box .swiper-text-3 {
    text-align: center;
}
.banner-box .swiper-text-3 .desc {
    width: 60%;
    margin: 0 auto;
}
.banner-box .swiper-text-3 .desc h2 {
    margin-bottom: 30px;

    color: #fff;
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 .desc h2 {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-3 .desc h2 {
        margin-bottom: 10px;
    }
}
.banner-box .swiper-text-3 .desc p {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;

    margin: 0;

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 1560px) {
    .banner-box .swiper-text-3 .desc p {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .banner-box .swiper-text-3 .desc p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .banner-box .swiper-text-3 .desc p {
        font-size: 16px;
    }
}
.banner-box .swiper-text-3 .desc .link {
    margin-top: 20px;

    text-align: center;
}
.banner-box .swiper-text-3 .desc .link a {
    margin: 0 auto;

    background: none;
}
.banner-box .swiper-text-3 .desc .link a:hover {
    color: #2b88c2;
}
.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 p 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: 0;
    left: 0;

    width: 100%;
}
.banner-box .button-banner .swiper-button-prev,
.banner-box .button-banner .swiper-button-next {
    font-weight: 900;
    line-height: 50px;

    display: inline-block;

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

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

    color: #000;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .banner-box .button-banner .swiper-button-prev,
    .banner-box .button-banner .swiper-button-next {
        line-height: 50px;

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

        width: 40px;
        height: 30px;
    }
}
.banner-box .button-banner .swiper-button-prev .flaticon,
.banner-box .button-banner .swiper-button-next .flaticon {
    font-size: 12px;
}
.banner-box .button-banner .swiper-button-prev {
    margin-right: 2px;
}
.banner-box .button-banner .swiper-button-prev .flaticon {
    display: block;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner-box .swiper-pagination-fraction {
    font-size: 18px;
    font-style: italic;

    position: relative;

    width: auto;

    color: #fff;

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

    overflow: hidden;

    width: 4px;
    height: 40%;

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

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

    display: block;

    width: 1px;
    height: 100%;

    content: '';

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

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

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

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

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

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

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

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

    color: #fff;
    border: none;
    background: none;
}
.banner-box .swiper-button-prev:hover,
.banner-box .swiper-button-next:hover {
    opacity: .8;
}
.banner-box .swiper-button-next {
    margin-left: 0;
}
.banner-box .swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.banner-box .mouse {
    display: block;

    width: 40px;

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

    width: 100%;

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

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

    color: #fff;
}
.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-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: 220px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .banner-header {
        height: 100px;
    }
}
@media (max-width: 767px) {
    .banner-header {
        height: 60px;
    }
}
.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: 22px;
    margin-top: 30px;
}
.public-scrollbar:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 4px;
    margin-top: -2px;

    content: '';

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

    border-radius: 50%;
    background-color: #063c79;
}
.title-home h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;

    color: #063c79;
}
.title-home h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;

    margin: 0;

    color: #063c79;
}
@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 24px;
    }
}
.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 {
    line-height: 22px;

    display: inline-block;

    padding: 15px 40px;

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

    color: #fff;
    border-radius: 0 14px 0 15px;
    background: -webkit-gradient(linear, left top, right top, from(#3e8a2f), to(#01461a));
    background: -webkit-linear-gradient(left, #3e8a2f, #01461a);
    background: linear-gradient(90deg, #3e8a2f, #01461a);
}
@media (max-width: 767px) {
    .hs-more a {
        padding: 10px 20px;
    }
}
.hs-more a:hover {
    background: -webkit-gradient(linear, right top, left top, from(#3e8a2f), to(#01461a));
    background: -webkit-linear-gradient(right, #3e8a2f, #01461a);
    background: linear-gradient(270deg, #3e8a2f, #01461a);
}
@-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 {
    background: url(../images/category_bg.webp) no-repeat center;
    background-size: cover;
}
.hs-home-category .category {
    width: 100%;
    margin-top: 80px;
}
@media (max-width: 1560px) {
    .hs-home-category .category {
        margin-top: 60px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category {
        margin-top: 30px;
    }
}
.hs-home-category .category-menu {
    width: 45%;
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu {
        width: 100%;
    }
}
.hs-home-category .category-menu>ul {
    position: relative;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu>ul {
        padding-left: 10px;
    }
}
.hs-home-category .category-menu>ul:before {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 15px;

    display: block;

    width: 1px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);

    content: '';

    background-color: #063c79;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu>ul:before {
        left: 23px;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-menu>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -20px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-home-category .category-menu>ul>li {
    position: relative;

    padding-left: 40px;
}
@media (max-width: 767px) {
    .hs-home-category .category-menu>ul>li {
        padding-left: 30px;
    }
}
.hs-home-category .category-menu>ul>li:before {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 6px;

    display: block;

    width: 16px;
    height: 16px;

    content: '';

    border: 2px solid #f6f6f6;
    border-radius: 50%;
    background: #e2e2e2;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu>ul>li:before {
        top: 16px;
    }
}
.hs-home-category .category-menu>ul>li:after {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: -1px;

    display: block;

    width: 30px;
    height: 30px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background: #f6f6f6;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu>ul>li:after {
        top: 9px;
    }
}
.hs-home-category .category-menu>ul>li>a {
    font-size: 24px;

    display: block;

    padding: 10px 0;

    color: #063c79;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu>ul>li>a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-category .category-menu>ul>li>a {
        font-size: 18px;
    }
}
.hs-home-category .category-menu>ul>li .public-note {
    overflow: hidden;

    max-height: 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu>ul>li .public-note p {
        line-height: 24px;
    }
}
.hs-home-category .category-menu>ul>li.active:before {
    background-color: #2b88c2;
}
.hs-home-category .category-menu>ul>li.active:after {
    opacity: 1;
}
.hs-home-category .category-menu>ul>li.active>a {
    font-weight: bold;

    color: #2b88c2;
}
.hs-home-category .category-menu>ul>li.active .public-note {
    max-height: 1000px;
    padding-bottom: 30px;
}
@media (max-width: 1470px) {
    .hs-home-category .category-menu>ul>li.active .public-note {
        padding-bottom: 0;
    }
}
@media (max-width: 1199px) {
    .hs-home-category .category-more {
        margin-top: 30px;
    }
}
.hs-home-category .category-more a {
    font-weight: 900;
    line-height: 30px;

    display: block;

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

    color: #2b88c2;
}
.hs-home-category .category-more a:hover {
    color: #063c79;
}
.hs-home-category .category-content {
    width: 55%;
}
@media (max-width: 1199px) {
    .hs-home-category .category-content {
        width: 100%;
    }
}
.hs-home-category .category-content {
    position: relative;
}
.hs-home-category .category-content:before {
    content: '';
    display: block;
    width: 80%;
    height: 100%;
    background: url(../images/categorylogo.webp) no-repeat top center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-30%);
    z-index: 1;
    opacity: .2;
}
.hs-home-category .category-content .category-img .ibox {
    padding-bottom: 72.04301075%;
}
.hs-home-why .why-img {
    width: 430px;
}
@media (max-width: 1199px) {
    .hs-home-why .why-img {
        display: none;
    }
}
.hs-home-why .why {
    width: -webkit-calc(100% - 430px);
    width: calc(100% - 430px);
    padding-left: 3%;
}
@media (max-width: 1199px) {
    .hs-home-why .why {
        width: 100%;
        padding-left: 0;
    }
}
.hs-home-why .why-list>ul>li {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .hs-home-why .why-list>ul>li {
        margin-top: 20px;
    }
}
.hs-home-why .why-list .why-group .icon .flaticon {
    font-size: 50px;
    line-height: 1;

    display: inline-block;

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

    color: #063c79;
}
@media (max-width: 1560px) {
    .hs-home-why .why-list .why-group .icon .flaticon {
        font-size: 40px;
    }
}
.hs-home-why .why-list .why-group .title-why {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;

    margin-top: 10px;

    color: #063c79;
}
.hs-home-why .why-list .why-group .public-note {
    margin-top: 10px;
}
.hs-home-why .why-list .why-group .public-note p {
    color: rgba(0, 0, 0, .7);
}
@media (min-width: 1200px) {
    .hs-home-why .why-list .why-group:hover .icon .flaticon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.hs-home-solutions .solutions {
    position: relative;

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

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions {
        flex-direction: column-reverse;

        margin-top: 30px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }
}
.hs-home-solutions .solutions:before {
    position: absolute;
    z-index: 1;
    top: -100px;
    right: 0;

    display: block;

    width: 55%;
    height: 100%;

    content: '';

    background-color: #063c79;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions:before {
        height: -webkit-calc(100% + 50px);
        height: calc(100% + 50px);
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions:before {
        display: none;
    }
}
.hs-home-solutions .solutions ul {
    position: relative;
    z-index: 2;
}
.hs-home-solutions .solutions-content {
    width: 65%;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-content {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-home-solutions .solutions-list {
    position: relative;
}
.hs-home-solutions .solutions-list .img {
    position: relative;
}
.hs-home-solutions .solutions-list .img:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .3);
}
.hs-home-solutions .solutions-list .img:after {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 29, 65, .8)), to(rgba(0, 29, 65, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 29, 65, .8), rgba(0, 29, 65, 0));
    background-image: linear-gradient(90deg, rgba(0, 29, 65, .8), rgba(0, 29, 65, 0));
}
.hs-home-solutions .solutions-list .img .ibox {
    padding-bottom: 51.42857143%;
}
.hs-home-solutions .solutions-list .desc {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;

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

    width: 100%;
    height: 100%;
    padding: 100px 5% 100px var(--pad);

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions-list .desc {
        padding: 50px 5% 50px var(--pad);
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-list .desc {
        position: relative;

        padding: 30px 15px;

        color: #000;
    }
}
.hs-home-solutions .solutions-list .title-solutions {
    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-home-solutions .solutions-list .title-solutions .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-home-solutions .solutions-list .title-solutions .icon .flaticon {
    font-size: 50px;
}
.hs-home-solutions .solutions-list .title-solutions h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;

    margin: 0;
    margin-left: 20px;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions-list .title-solutions h3 {
        font-size: 20px;

        margin-left: 10px;
    }
}
.hs-home-solutions .solutions-list .public-note {
    max-width: 500px;
    margin-top: 40px;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions-list .public-note {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-list .more {
        margin-top: 20px;
    }
}
.hs-home-solutions .solutions-list .more a {
    font-weight: 900;
    line-height: 30px;

    display: inline-block;
}
.hs-home-solutions .solutions-list .more a:hover {
    text-decoration: underline;
}
.hs-home-solutions .solutions-menu {
    position: relative;

    width: 35%;
    padding-top: 8%;
    padding-right: var(--pad);
    padding-left: 2%;

    color: #2b88c2;
}
@media (max-width: 1560px) {
    .hs-home-solutions .solutions-menu {
        padding-top: 4%;
    }
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-menu {
        width: 100%;
        padding: 0 6px;
    }
}
.hs-home-solutions .solutions-menu>ul>li>a {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;

    display: block;

    padding: 15px 0;

    color: #2b88c2;
}
@media (max-width: 1199px) {
    .hs-home-solutions .solutions-menu>ul>li>a {
        font-size: 20px;

        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .hs-home-solutions .solutions-menu>ul>li>a {
        padding: 5px 10px;
    }
}
.hs-home-solutions .solutions-menu>ul>li.active>a {
    color: #fff;
}
@media (max-width: 991px) {
    .hs-home-solutions .solutions-menu>ul>li.active>a {
        color: #063c79;
    }
}
.hs-home-about .about-content {
    padding: 80px 50px;

    background: #f7f7f7;
}
@media (max-width: 1199px) {
    .hs-home-about .about-content {
        padding: 50px 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .about-content {
        padding: 30px 15px;
    }
}
.hs-home-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 80px;

    border-bottom: 1px solid #ddd;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-home-about .about {
        padding-bottom: 50px;
    }
}
.hs-home-about .about .about-left {
    width: 55%;
    padding-right: 5%;
}
@media (max-width: 1199px) {
    .hs-home-about .about .about-left {
        width: 100%;
        padding-right: 0;
    }
}
.hs-home-about .about .about-left .title-home h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .hs-home-about .about .about-left .title-home h2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-home-about .about .about-left .title-home h2 img {
    height: 46px;
    margin-left: 50px;
}
@media (max-width: 1199px) {
    .hs-home-about .about .about-left .title-home h2 img {
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-about .about .about-left .title-home h2 img {
        margin: 0;
    }
}
.hs-home-about .about .about-left .about-note {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-home-about .about .about-left .about-note {
        margin-top: 30px;
    }
}
.hs-home-about .about .about-left .about-more {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-home-about .about .about-left .about-more {
        margin-top: 30px;
    }
}
.hs-home-about .about .about-left .about-more a {
    font-weight: 900;
    line-height: 30px;

    display: inline-block;

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

    color: #063c79;
}
.hs-home-about .about .about-left .about-more a:hover {
    color: #2b88c2;
}
.hs-home-about .about .about-right {
    position: relative;

    width: 45%;
    height: 100%;
}
@media (max-width: 1199px) {
    .hs-home-about .about .about-right {
        width: 100%;
        margin-top: 30px;
    }
}
.hs-home-about .about .about-right img {
    width: 100%;
    height: auto;
}
.hs-home-about .about .about-right .year {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;

    width: 180px;
    padding: 20px;

    color: #2b88c2;
    background: #063c79;
}
@media (max-width: 767px) {
    .hs-home-about .about .about-right .year {
        position: relative;

        width: 100%;
    }
}
.hs-home-about .about .about-right .year b {
    font-size: 48px;
    line-height: 1;

    display: block;
}
@media (max-width: 1199px) {
    .hs-home-about .about .about-right .year b {
        font-size: 40px;
    }
}
.hs-home-about .about .about-right .year p {
    font-size: 20px;
    line-height: 1.2;

    margin: 5px 0 0 0;
}
@media (max-width: 1199px) {
    .hs-home-about .about .about-right .year p {
        font-size: 18px;
    }
}
.hs-home-about .number {
    padding-top: 50px;
}
@media (max-width: 1199px) {
    .hs-home-about .number {
        padding-top: 30px;
    }
}
.hs-home-about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .hs-home-about .number ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-home-about .number ul li {
    width: 16.66666667%;
    margin-top: 30px;
    padding: 0 10px;
}
@media (max-width: 991px) {
    .hs-home-about .number ul li {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    .hs-home-about .number ul li {
        width: 50%;
        margin-top: 20px;
    }
}
.hs-home-about .number .number-group {
    max-width: 170px;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-home-about .number .number-group b {
    font-size: 48px;
    line-height: 1;

    display: block;

    color: #063c79;
}
@media (max-width: 1199px) {
    .hs-home-about .number .number-group b {
        font-size: 40px;
    }
}
.hs-home-about .number .number-group p {
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #333;
}
.hs-home-about .number .number-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-inner-top .more a {
    font-weight: 900;
    line-height: 30px;

    display: block;

    color: #2b88c2;
}
.hs-inner-top .more a:hover {
    text-decoration: underline;
}
.hs-home-faqs .title-home h2 {
    color: #fff;
}
.hs-home-faqs .faqs {
    padding: 90px 50px;

    background-color: #063c79;
}
@media (max-width: 1560px) {
    .hs-home-faqs .faqs {
        padding: 60px 50px;
    }
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs {
        padding: 50px 30px;
    }
}
@media (max-width: 767px) {
    .hs-home-faqs .faqs {
        padding: 30px 15px;
    }
}
.hs-home-faqs .faqs-list>ul>li {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs-list>ul>li {
        margin-top: 30px;
    }
}
.hs-home-faqs .faqs-list .faqs-group {
    height: 100%;
    padding: 40px;

    background-color: #fff;
}
@media (max-width: 1470px) {
    .hs-home-faqs .faqs-list .faqs-group {
        padding: 30px 20px;
    }
}
.hs-home-faqs .faqs-list .faqs-group .title-faqs {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.33333333;
}
.hs-home-faqs .faqs-list .faqs-group .public-note {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .hs-home-faqs .faqs-list .faqs-group .public-note {
        margin-top: 10px;
    }
}
.hs-home-faqs .faqs-list .faqs-group .public-note p {
    color: rgba(0, 0, 0, .7);
}
.public-news-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.public-news-group .img {
    width: 50%;
}
@media (max-width: 767px) {
    .public-news-group .img {
        width: 100%;
    }
}
.public-news-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-news-group .desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding-left: 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) {
    .public-news-group .desc {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.public-news-group .date {
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;

    color: #2b88c2;
}
.public-news-group .title-news {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;

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

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
    .public-news-group .title-news {
        margin-top: 0;
    }
}
.public-news-group .public-note {
    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.public-news-group .public-note p {
    color: #333;
}
@media (max-width: 767px) {
    .public-news-group .news-more {
        margin-top: 20px;
    }
}
.public-news-group .news-more a {
    font-size: 14px;
    line-height: 24px;

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

    padding: 15px 20px;

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

    color: #666;
    border: 1px solid #e6e6e6;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .public-news-group .news-more a {
        padding: 10px;
    }
}
@media (min-width: 1200px) {
    .public-news-group:hover .img .ibox img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .public-news-group:hover .title-news {
        color: #2b88c2;
    }
    .public-news-group:hover .news-more a {
        color: #fff;
        border-color: #063c79;
        background-color: #063c79;
    }
}
.hs-home-news .news {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-home-news .news {
        margin-top: 20px;
    }
}
.hs-home-news .slick-news {
    margin: 0 -15px;
}
.hs-home-news .slick-news .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .hs-home-news .swiper-button-prev {
        left: 0;
    }
}
@media (max-width: 767px) {
    .hs-home-news .swiper-button-next {
        right: 0;
    }
}
.fb_iframe_widget {
    position: absolute !important;

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

    display: none;

    cursor: pointer;

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

    display: block;

    width: 60px;

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

    padding: 80px 0;
}
@media (max-width: 1560px) {
    .hs-inner {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner {
        padding: 50px 0;
    }
}
.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 .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;
    }
}
.hs-inner-content .hs-inner-location .location {
    color: #999;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin: 0 -10px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.inner-leftmenu .menunav1>li>a {
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 0;

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

    border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 1199px) {
    .inner-leftmenu .menunav1>li>a {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .inner-leftmenu .menunav1>li>a {
        padding: 5px 10px;
    }
}
.inner-leftmenu .menunav1>li.active>a,
.inner-leftmenu .menunav1>li:hover>a {
    font-weight: bold;

    color: #063c79;
    border-bottom-color: #063c79;
}
.inner-leftmenu .menunav2 {
    display: none;

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

        margin-right: 20px;

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

    position: relative;

    display: block;

    padding: 5px 14px;

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

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

    display: block;

    width: 6px;
    height: 6px;

    content: '';

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

    color: #063c79;
}
.title-product-details h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;

    position: relative;

    margin: 0;
    padding-bottom: 10px;

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

    display: block;

    width: 159px;
    height: 3px;

    content: '';

    background: #063c79;
}
.public-listbox1 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
}
.public-listbox1 ul li .num {
    line-height: 30px;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #063c79;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.public-listbox1 ul li p {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding-left: 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(6, 60, 121, .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: 38px;

    display: block;

    width: 38px;
    height: 38px;

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

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

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

    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.public-share ul li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.public-share ul li a:hover img {
    opacity: 1;
}
.public-share ul li.youtube a {
    background-color: #d0202d;
}
.public-share ul li.instagram a {
    background-color: #de3077;
}
.public-share ul li.tiktok a {
    background-color: #1a1a1a;
}
.public-share ul li.twitter a {
    background-color: #383838;
}
.public-share ul li.pinterest a {
    background-color: #c30000;
}
.public-share ul li.alibaba a {
    background-color: #f60;
}
.hs-inner-about .title-inner h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;

    margin-top: 10px;

    color: #2b88c2;
}
@media (max-width: 1560px) {
    .hs-inner-about .title-inner h3 {
        font-size: 40px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .title-inner h3 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .title-inner h3 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .title-inner h3 {
        font-size: 24px;
    }
}
.hs-inner-about .title-inner p {
    line-height: 24px;

    color: #4fa447;
}
.hs-inner-about .about-note {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-about .about-note {
        margin-top: 30px;
    }
}
.hs-inner-about .number {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-about .number {
        margin-top: 30px;
    }
}
.hs-inner-about .number>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .hs-inner-about .number>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-about .number>ul>li {
    margin-top: 30px;
    padding: 0 10px;
}
@media (max-width: 991px) {
    .hs-inner-about .number>ul>li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .number>ul>li {
        width: 100%;
        margin-top: 20px;
    }
}
.hs-inner-about .number .number-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-inner-about .number .number-group b {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.11111111;

    color: #063c79;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-about .number .number-group p {
    line-height: 1.5;

    max-width: 240px;
    margin: 0;
    padding-left: 20px;

    color: #666;
}
.hs-inner-about .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 80px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-about .about-left {
    width: 50%;
    padding: 70px 60px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-inner-about .about-left {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about-left {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-about .about-left {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-left {
        padding: 30px 15px;
    }
}
.hs-inner-about .about-left p {
    color: #dde9f6;
}
.hs-inner-about .about-right {
    position: relative;
    z-index: 5;

    width: 50%;
}
@media (max-width: 991px) {
    .hs-inner-about .about-right {
        width: 100%;
    }
}
.hs-inner-about .about-right .public-note {
    padding: 70px;
}
@media (max-width: 1560px) {
    .hs-inner-about .about-right .public-note {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about-right .public-note {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-about .about-right .public-note {
        padding: 30px 15px;
    }
}
.hs-inner-about .about-right .public-note img {
    max-width: 100%;
}
.hs-inner-about .about-right .img {
    width: 120%;
    margin-left: -20%;
}
@media (max-width: 1560px) {
    .hs-inner-about .about-right .img {
        width: 110%;
        margin-left: -10%;
    }
}
@media (max-width: 1199px) {
    .hs-inner-about .about-right .img {
        width: 100%;
        margin: 0;
        padding-left: 3%;
    }
}
.hs-inner-about .about-right .img img {
    width: 100%;
}
.hs-inner-about .about-service {
    margin-top: 40px;
    padding: 30px 5%;

    border-top: 1px solid rgba(6, 60, 121, .4);
    border-bottom: 1px solid rgba(6, 60, 121, .4);
}
.hs-inner-about .about-service ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hs-inner-about .about-service ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-inner-about .about-service ul li {
    padding: 0 10px;
}
@media (max-width: 767px) {
    .hs-inner-about .about-service ul li {
        width: 100%;
        margin: 10px 0;
    }
}
.hs-inner-about .about-service .about-service-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hs-inner-about .about-service .about-service-group b {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.11111111;

    color: #063c79;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hs-inner-about .about-service .about-service-group p {
    line-height: 1.5;

    max-width: 280px;
    margin: 0;
    padding-left: 20px;

    color: #666;
}
.hs-inner-why .title-inner h2 span {
    position: relative;

    display: inline-block;
}
.hs-inner-why .title-inner h2 span:after {
    display: block;

    width: 100%;
    height: 5px;

    content: '';

    background: #4fa447;
}
.hs-inner-why .why {
    padding: 70px;

    color: #fff;
    background: url(../images/why_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px) {
    .hs-inner-why .why {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-why .why {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-why .why {
        padding: 30px 15px;
    }
}
.hs-inner-why .why>ul {
    max-width: 80%;
}
@media (max-width: 1199px) {
    .hs-inner-why .why>ul {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .hs-inner-why .why>ul {
        margin: 0 -25px;
        margin-top: 30px;
    }
}
.hs-inner-why .why>ul>li {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .hs-inner-why .why>ul>li {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .hs-inner-why .why>ul>li {
        padding: 0 25px;
    }
}
.hs-inner-why .why .why-group .icon .flaticon {
    font-size: 50px;
    line-height: 1;

    display: inline-block;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 1560px) {
    .hs-inner-why .why .why-group .icon .flaticon {
        font-size: 40px;
    }
}
.hs-inner-why .why .why-group .title-why {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;

    margin-top: 10px;
}
.hs-inner-why .why .why-group .public-note {
    margin-top: 10px;
}
.hs-inner-why .why .why-group .public-note p {
    color: rgba(255, 255, 255, .7);
}
@media (min-width: 1200px) {
    .hs-inner-why .why .why-group:hover .icon .flaticon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.hs-inner-factory .factory {
    margin-top: 50px;
    padding: 70px 50px;

    background: #f6f6f6;
}
@media (max-width: 1560px) {
    .hs-inner-factory .factory {
        padding: 50px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-factory .factory {
        padding: 30px 15px;
    }
}
.hs-inner-factory .factory .factory-slide {
    margin: 0 -20px;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .factory-slide {
        margin: 0 -10px;
    }
}
.hs-inner-factory .factory .factory-slide .slick-slide {
    padding: 0 20px;
}
@media (max-width: 1199px) {
    .hs-inner-factory .factory .factory-slide .slick-slide {
        padding: 0 10px;
    }
}
.hs-inner-factory .factory .factory-group {
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    background-color: #fff;
}
.hs-inner-factory .factory .factory-group .ibox {
    padding-bottom: 75%;
}
.hs-inner-factory .factory .factory-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-factory .factory .factory-group .title-factory {
    line-height: 30px;

    padding: 15px;
}
@media (min-width: 1200px) {
    .hs-inner-factory .factory .factory-group:hover {
        color: #fff;
        background-color: #063c79;
    }
    .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-honor .honor {
    position: relative;

    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor {
        margin-top: 30px;
    }
}
.hs-inner-honor .honor .swiper-honor .swiper-slide {
    width: 350px;
}
@media (max-width: 1560px) {
    .hs-inner-honor .honor .swiper-honor .swiper-slide {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-honor .honor .swiper-honor .swiper-slide {
        width: 250px;
    }
}
.hs-inner-honor .honor .swiper-slide-prev .honor-group,
.hs-inner-honor .honor .swiper-slide-next .honor-group {
    opacity: .5;
}
.hs-inner-honor .honor .swiper-slide-active .honor-group {
    opacity: 1;
}
.hs-inner-honor .honor .swiper-slide-active .honor-group .title-honor {
    opacity: 1;
}
.hs-inner-honor .honor .honor-group {
    text-align: center;

    opacity: .3;
}
.hs-inner-honor .honor .honor-group .ibox {
    padding-bottom: 145.45454545%;

    border: 15px solid #fff;
    box-shadow: 0 13px 10px 0 rgba(5, 5, 5, .13);
}
.hs-inner-honor .honor .honor-group .title-honor {
    line-height: 30px;

    margin-top: 30px;

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

    opacity: 0;
}
.hs-inner-honor .swiper-button-prev {
    left: 8%;
}
@media (max-width: 1350px) {
    .hs-inner-honor .swiper-button-prev {
        left: 2%;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .swiper-button-prev {
        left: 0;
    }
}
.hs-inner-honor .swiper-button-next {
    right: 8%;
}
@media (max-width: 1350px) {
    .hs-inner-honor .swiper-button-next {
        right: 2%;
    }
}
@media (max-width: 767px) {
    .hs-inner-honor .swiper-button-next {
        right: 0;
    }
}
#aabout,
#awhy,
#afactory,
#acertificates,
#sservice,
#swarranty,
#saccessory {
    position: relative;
    top: -80px;
}
.hs-inner-support-service .support-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-support-service .support-service-left {
    width: 65%;
    padding-right: 5%;
}
@media (max-width: 991px) {
    .hs-inner-support-service .support-service-left {
        width: 100%;
        padding: 0;
    }
}
.hs-inner-support-service .support-service-left .public-note {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .hs-inner-support-service .support-service-left .public-note {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support-service .support-service-left .public-note {
        margin-top: 20px;
    }
}
.hs-inner-support-service .support-service-right {
    width: 35%;
    padding-left: 5%;

    border-left: 1px solid #c4c4c4;
}
@media (max-width: 991px) {
    .hs-inner-support-service .support-service-right {
        width: 100%;
        padding: 0;

        border: none;
    }
}
.hs-inner-support-service .support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1199px) {
    .hs-inner-support-service .support {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support-service .support {
        margin-top: 30px;
    }
}
.hs-inner-support-service .support-left,
.hs-inner-support-service .support-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 50%;
    padding: 80px 50px;

    color: #fff;
    background-color: #063c79;

    -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: 1199px) {
    .hs-inner-support-service .support-left,
    .hs-inner-support-service .support-right {
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-support-service .support-left,
    .hs-inner-support-service .support-right {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-support-service .support-left,
    .hs-inner-support-service .support-right {
        width: 100%;
        padding: 30px 15px;
    }
}
.hs-inner-support-service .support-right {
    background: #edf5ff;
}
.hs-inner-support-service .support-right p {
    color: #063c79;
}
.hs-inner-support-service .number>ul>li {
    margin: 50px 0;
}
@media (max-width: 1199px) {
    .hs-inner-support-service .number>ul>li {
        margin: 30px 0;
    }
}
.hs-inner-support-service .number .number-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.hs-inner-support-service .number .number-group b {
    font-size: 36px;
    line-height: 1;

    display: block;

    min-width: 110px;

    color: #063c79;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .hs-inner-support-service .number .number-group b {
        font-size: 30px;
    }
}
.hs-inner-support-service .number .number-group p {
    line-height: 24px;

    max-width: 240px;
    margin: 0;

    color: #666;
}
.hs-inner-support-service .number .number-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hs-inner-support-warranty .support-warranty {
    margin-top: 30px;
}
.hs-inner-support-accessory {
    background: #f8f8f8;
}
.hs-inner-support-accessory .support-accessory {
    max-width: 860px;
    margin: 0 auto;
    margin-top: 30px;
}
.public-product-group {
    display: block;
    overflow: hidden;

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

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.public-product-group .img {
    position: relative;
    z-index: 7;

    overflow: hidden;
}
.public-product-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.public-product-group .product-desc {
    padding: 20px;

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

    background: #f8f8f8;
}
.public-product-group .title-product {
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.public-product-group .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

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

    color: rgba(6, 60, 121, .5);

    -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 .more::after {
    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(6, 60, 121, .5);
}
@media (min-width: 1200px) {
    .public-product-group:hover {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);

        box-shadow: 0 0 10px rgba(6, 60, 121, .3);
    }
    .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: #063c79;
    }
    .public-product-group:hover .more {
        color: #063c79;
    }
    .public-product-group:hover .more:after {
        border-color: transparent transparent transparent #063c79;
    }
}
.products-content {
    font-size: 0;
}
.products-content .products-left {
    font-size: 16px;

    display: inline-block;

    width: 280px;

    vertical-align: top;

    border-radius: 26px;
    background: #fff;
}
@media (max-width: 1400px) {
    .products-content .products-left {
        width: 300px;
    }
}
@media (max-width: 1199px) {
    .products-content .products-left {
        width: 100%;
    }
}
.products-content .products-right {
    font-size: 16px;

    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1400px) {
    .products-content .products-right {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 3%;
    }
}
@media (max-width: 1199px) {
    .products-content .products-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.products-content .products-right .title-products h2 {
    font-size: 36px;
    font-weight: 900;

    margin: 0;
}
@media (max-width: 1199px) {
    .products-content .products-right .title-products h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .products-content .products-right .title-products h2 {
        font-size: 24px;
    }
}
.hs-inner-products {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .hs-inner-products {
        padding-top: 30px;
    }
}
.hs-inner-products .title-products-right h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;

    color: #063c79;
}
@media (max-width: 767px) {
    .hs-inner-products .title-products-right h2 {
        font-size: 20px;
    }
}
.hs-inner-products .products-note {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-products .products-note {
        margin-top: 20px;
    }
}
.hs-inner-products .products {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-products .products {
        margin-top: 0;
    }
}
.hs-inner-products .products>ul {
    margin: 0 -15px;
}
.hs-inner-products .products>ul>li {
    margin-top: 50px;
    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 {
    padding-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-product-details {
        padding-top: 20px;
        padding-bottom: 50px !important;
    }
}
.hs-inner-product-details .product-details .details-imgbox {
    overflow: hidden;

    width: 390px;
    height: 100%;
}
@media (max-width: 991px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-product-details .product-details .details-imgbox .product-big {
    position: relative;

    border: 1px solid #e7e7e7;
}
.hs-inner-product-details .product-details .details-imgbox .product-big .mask {
    line-height: 28px;

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

    width: 28px;
    height: 28px;

    text-align: center;

    background: rgba(238, 238, 238, .3);
}
.hs-inner-product-details .product-details .details-imgbox .slick-arrow {
    font-size: 0;

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

    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: -30px;
    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 #063c79 transparent transparent;
}
.hs-inner-product-details .product-details .product-small {
    padding: 18px 10px 0;
}
.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 #e7e7e7;
}
.hs-inner-product-details .product-details .product-small .slick-current .product-group {
    border-color: #063c79;
}
.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: #063c79;
}
.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: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    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: 900;
    line-height: 1.25;
}
@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .title-details h2 {
        font-size: 20px;
    }
}
.hs-inner-product-details .product-details .details-content .public-note h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;

    color: #063c79;
}
.hs-inner-product-details .product-details .details-content .desc {
    margin-top: 30px;
}
.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: 3px;

    color: #fff;
    border-radius: 6px;
    background-color: #063c79;

    -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 .flaticon {
    font-size: 20px;
    line-height: 35px;

    width: 35px;
    height: 35px;

    text-align: center;

    color: #063c79;
    border-radius: 6px;
    background: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.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 .inquiry {
    margin-right: 20px;
}
.hs-inner-product-details .product-details .details-content .link .contact {
    background: #4fa447;
}
.hs-inner-product-details .product-details .details-content .link .contact .flaticon {
    color: #4fa447;
}
.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;

    border-bottom: 1px solid #e7e7e7;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 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: 20px;
    font-weight: 900;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 0;
}
@media (max-width: 1400px) {
    .hs-inner-product-details .parameter-menu ul li a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-menu ul li a {
        line-height: 20px;
    }
}
.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: #063c79;
}
.hs-inner-product-details .parameter-menu ul li.active a {
    color: #063c79;
}
.hs-inner-product-details .parameter-menu ul li.active a:after {
    width: 100%;
}
.hs-inner-product-details .parameter-content {
    padding-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-product-details .parameter-content {
        padding-top: 10px;
    }
}
.hs-inner-product-details .parameter-content table {
    margin-top: 30px;
}
.hs-inner-public-shipping {
    background: #f8f8f8;
}
.hs-inner-public-shipping .shipping {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-public-shipping .shipping {
        margin-top: 30px;
    }
}
.hs-inner-public-shipping .shipping .swiper-slide {
    width: auto;
}
.hs-inner-public-shipping .shipping .shipping-group .img img {
    height: 220px;
}
@media (max-width: 1400px) {
    .hs-inner-public-shipping .shipping .shipping-group .img img {
        height: 180px;
    }
}
@media (max-width: 767px) {
    .hs-inner-public-shipping .shipping .shipping-group .img img {
        height: 150px;
    }
}
.hs-inner-public-faqs {
    background: #f8f8f8;
}
.hs-inner-public-faqs .title-public-faqs h3 {
    font-size: 24px;

    color: #063c79;
}
@media (max-width: 991px) {
    .hs-inner-public-faqs .title-public-faqs h3 {
        font-size: 20px;
    }
}
.hs-inner-public-faqs .faqs-list {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hs-inner-public-faqs .faqs-list {
        margin-top: 10px;
    }
}
.hs-inner-public-faqs .faqs-list .faqs-group {
    margin-top: 20px;
    padding: 30px 40px;

    cursor: pointer;

    background: #fff;
}
@media (max-width: 1199px) {
    .hs-inner-public-faqs .faqs-list .faqs-group {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .hs-inner-public-faqs .faqs-list .faqs-group {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-public-faqs .faqs-list .faqs-group {
        padding: 10px 20px;
    }
}
.hs-inner-public-faqs .faqs-list .faqs-group .title-faqs {
    font-size: 18px;
    line-height: 24px;

    position: relative;

    padding: 15px 0;
}
@media (max-width: 767px) {
    .hs-inner-public-faqs .faqs-list .faqs-group .title-faqs {
        font-size: 16px;
    }
}
.hs-inner-public-faqs .faqs-list .faqs-group .title-faqs:after {
    position: absolute;
    top: 15px;
    right: 0;

    display: block;

    content: '+';
}
.hs-inner-public-faqs .faqs-list .faqs-group .faqs-ques p {
    line-height: 1.71428571;

    color: #333;
}
@media (max-width: 1199px) {
    .hs-inner-public-faqs .faqs-list .faqs-group .faqs-ques p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .hs-inner-public-faqs .faqs-list .faqs-group .faqs-ques p {
        font-size: 14px;
    }
}
.hs-inner-public-faqs .faqs-list .current .title-faqs {
    font-weight: 900;
}
.hs-inner-public-faqs .faqs-list .current .title-faqs:after {
    content: '-';
}
.hs-inner-public-why {
    background: #f8f8f8;
}
.hs-inner-public-why .why {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .hs-inner-public-why .why {
        margin-top: 0;
    }
}
.hs-inner-public-why .why>ul>li {
    margin-top: 30px;
}
@media (max-width: 1560px) {
    .hs-inner-public-why .why>ul>li {
        margin-top: 20px;
    }
}
.hs-inner-public-why .why .why-group .icon .flaticon {
    font-size: 50px;
    line-height: 1;

    display: inline-block;

    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 1560px) {
    .hs-inner-public-why .why .why-group .icon .flaticon {
        font-size: 40px;
    }
}
.hs-inner-public-why .why .why-group .title-why {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.66666667;

    margin-top: 10px;
}
.hs-inner-public-why .why .why-group .public-note {
    margin-top: 10px;
}
.hs-inner-public-why .why .why-group .public-note p {
    color: rgba(0, 0, 0, .5);
}
@media (min-width: 1200px) {
    .hs-inner-public-why .why .why-group:hover .icon .flaticon {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.hs-inner-public-product-related .swiper-product-related {
    padding: 0 10px;
}
.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 .swiper-slide {
    padding: 40px 0 20px 0;
}
@media (max-width: 767px) {
    .hs-inner-public-product-related .swiper-slide {
        padding: 10px 0 20px;
    }
}
.hs-inner-public-product-related .product-related {
    position: relative;

    margin-top: 30px;
}
.hs-inner-public-feedback .public-feedback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 60px 50px;

    background-color: #063c79;

    -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 .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 .submit {
    width: 200px;

    background: #4fa447;
}
.hs-inner-public-feedback .public-feedback .feedbackform .submit:hover {
    text-decoration: underline;
}
.feedbackform .required {
    color: #063c79;
}
.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: #063c79;
}
.feedbackform form .submit:hover {
    background-color: #2b88c2;
}
.feedbackform form .required {
    margin-top: 30px;

    color: #fff;
}
.hs-footer {
    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 {
    padding-bottom: 30px;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.hs-footer .foot-top .foot-logo a {
    display: block;
}
.hs-footer .foot-top .foot-logo a img {
    height: 70px;

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

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .hs-footer .foot-top ul {
        margin-top: 10px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hs-footer .foot-top ul li {
    margin-left: 20px;
}
@media (max-width: 767px) {
    .hs-footer .foot-top ul li {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}
.hs-footer .foot-top .foot-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-footer .foot-top .foot-txt .icon {
    width: 40px;

    opacity: .5;
}
@media (max-width: 767px) {
    .hs-footer .foot-top .foot-txt .icon {
        width: 30px;
    }
}
.hs-footer .foot-top .foot-txt .icon img {
    width: 100%;

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

    display: block;

    color: #2b88c2;
}
.hs-footer .foot-top .foot-txt .txt p {
    line-height: 1.5;

    margin: 0;
}
.hs-footer .foot-top .foot-txt .txt p a:hover {
    text-decoration: underline;
}
.hs-footer .foot {
    padding: 40px 0;
}
@media (max-width: 767px) {
    .hs-footer .foot {
        padding: 20px 0;
    }
}
.hs-footer .foot .foot-nav {
    width: 60%;
}
@media (max-width: 1560px) {
    .hs-footer .foot .foot-nav {
        width: 70%;
    }
}
@media (max-width: 991px) {
    .hs-footer .foot .foot-nav {
        width: 100%;
    }
}
.hs-footer .foot .foot-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

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

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

    display: block;

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

    display: none;

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

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

        display: block;

        width: 30px;
        height: 30px;

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

        margin-right: 10px;

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

    display: block;

    padding: 3px 0;

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

    color: rgba(255, 255, 255, .6);
}
.hs-footer .foot .foot-nav>ul>li>ul>li:hover>a {
    text-decoration: underline;

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

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

    padding: 30px 0;

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

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

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

    margin: 0;

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

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

    color: #fff;
}
.public-news-menu {
    border-bottom: 1px solid #c9c9c9;
}
.public-news-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .public-news-menu>ul {
        margin: 0 -20px;
    }
}
@media (max-width: 767px) {
    .public-news-menu>ul {
        margin: 0 -10px;
    }
}
.public-news-menu>ul>li {
    padding: 0 30px;
}
@media (max-width: 1199px) {
    .public-news-menu>ul>li {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .public-news-menu>ul>li {
        padding: 0 10px;
    }
}
.public-news-menu>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 0;
}
@media (max-width: 767px) {
    .public-news-menu>ul>li>a {
        font-size: 16px;
    }
}
.public-news-menu>ul>li>a:after {
    position: absolute;
    z-index: 3;
    z-index: 4;
    bottom: -3px;
    left: 50%;

    display: block;

    width: 0;
    height: 5px;

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

    background-color: #063c79;
}
.public-news-menu>ul>li.active>a,
.public-news-menu>ul>li:hover>a {
    color: #063c79;
}
.public-news-menu>ul>li.active>a:after,
.public-news-menu>ul>li:hover>a:after {
    width: 100%;
}
.hs-home-news-other .news {
    padding: 40px 0 60px;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1199px) {
    .hs-home-news-other .news {
        padding: 0 0 40px;
    }
}
.public-news-group-other .img {
    width: 250px;
}
@media (max-width: 767px) {
    .public-news-group-other .img {
        width: 100%;
    }
}
.public-news-group-other .desc {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 3%;
}
@media (max-width: 767px) {
    .public-news-group-other .desc {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.public-news-group-other .news-more {
    max-width: 340px;
}
.hs-inner-news .news>ul>li {
    padding: 50px 0;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1470px) {
    .hs-inner-news .news>ul>li {
        padding: 30px 0;
    }
}
.hs-inner-news .news>ul>li:last-child {
    border-bottom: none;
}
.public-faqs-group {
    padding: 20px 50px;

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

    border: 1px solid #ececec;
}
@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: 18px;
    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: '+';
}
.public-faqs-group .faqs-ques {
    display: none;

    padding: 20px 0;
}
.hs-inner-faqs .faqs>ul>li {
    margin-top: 30px;
}
.hs-inner-faqs .faqs>ul>li.current .public-faqs-group {
    color: #fff;
    background-color: #063c79;
}
.hs-inner-faqs .faqs>ul>li.current .title-faqs {
    font-weight: bold;
}
.hs-inner-faqs .faqs>ul>li.current .title-faqs:after {
    content: '-';
}
.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: #063c79;

    -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: #063c79;
    }
    .hs-inner-download .download .down-group:hover .down {
        background: #4fa447;
    }
}
.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 {
    margin-top: 80px;
}
@media (max-width: 1199px) {
    .hs-inner-news-show .news-show {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .hs-inner-news-show .news-show {
        margin-top: 30px;
    }
}
.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: #2b88c2;
}
.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:hover {
    color: #fff;
    background-color: #063c79;
}
.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: 991px) {
    .public-related-news {
        padding-top: 40px;
    }
}
.public-related-news .news-list>ul>li {
    padding: 50px 0;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1470px) {
    .public-related-news .news-list>ul>li {
        padding: 30px 0;
    }
}
.public-related-news .news-list>ul>li:last-child {
    border-bottom: none;
}
.hs-inner-public-details .title-home {
    text-align: center;
}
.hs-inner-public-details .title-home h2 {
    font-size: 36px;

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

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

        width: 60px;
        height: 60px;
    }
}
.hs-inner-public-details .public-details .swiper-button-prev:hover,
.hs-inner-public-details .public-details .swiper-button-next:hover {
    color: #fff;
    background-color: #063c79;
}
.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: #063c79;
    background-color: #063c79;
}
.hs-inner-solutions .solutions>ul>li {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions>ul>li {
        margin-top: 30px;
    }
}
.hs-inner-solutions .solutions>ul>li:nth-child(2n) .solutions-group {
    flex-direction: row-reverse;

    background: #edf5ff;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
.hs-inner-solutions .solutions>ul>li:nth-child(2n) .solutions-group .solutions-desc {
    color: #063c79;
}
.hs-inner-solutions .solutions>ul>li:nth-child(2n) .solutions-group .title-solutions {
    color: #063c79;
}
.hs-inner-solutions .solutions .solutions-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    background-color: #063c79;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hs-inner-solutions .solutions .solutions-group .solutions-img {
    overflow: hidden;

    width: 60%;
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .solutions-img {
        width: 100%;
    }
}
.hs-inner-solutions .solutions .solutions-group .solutions-img .ibox {
    padding-bottom: 51.42857143%;
}
.hs-inner-solutions .solutions .solutions-group .solutions-img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.hs-inner-solutions .solutions .solutions-group .solutions-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 40%;
    padding: 40px;

    color: #fff;

    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 1400px) {
    .hs-inner-solutions .solutions .solutions-group .solutions-desc {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions .solutions .solutions-group .solutions-desc {
        width: 100%;
        padding: 20px 10px;
    }
}
.hs-inner-solutions .solutions .solutions-group .solutions-desc .title-solutions {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    color: #2b88c2;
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .solutions-desc .title-solutions {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .hs-inner-solutions .solutions .solutions-group .solutions-desc .title-solutions {
        font-size: 18px;
    }
}
.hs-inner-solutions .solutions .solutions-group .solutions-desc .public-note {
    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1400px) {
    .hs-inner-solutions .solutions .solutions-group .solutions-desc .public-note {
        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    .hs-inner-solutions .solutions .solutions-group .solutions-desc .public-note {
        height: 48px;
    }
}
.hs-inner-solutions .solutions .solutions-group .solutions-desc .more {
    line-height: 40px;

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

    border: 1px solid rgba(255, 255, 255, .63);
    border-radius: 6px;
}
.hs-inner-solutions .solutions .solutions-group:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-solutions .solutions .solutions-group:hover .desc .more {
    background-color: #063c79;
}
.hs-inner-solutions-details .title-solutions-details h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;

    color: #063c79;
}
.hs-inner-solutions-details .product-details {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .hs-inner-solutions-details .product-details {
        margin-top: 20px;
    }
}
.hs-inner-solutions-details .product-details .details-imgbox {
    width: 55%;
}
@media (max-width: 1400px) {
    .hs-inner-solutions-details .product-details .details-imgbox {
        width: 100%;
    }
}
.hs-inner-solutions-details .product-details .details-imgbox img {
    width: 100%;
}
.hs-inner-solutions-details .product-details .details-content {
    width: 45%;
}
@media (max-width: 1560px) {
    .hs-inner-solutions-details .product-details .details-content {
        padding-top: 0;
    }
}
@media (max-width: 1400px) {
    .hs-inner-solutions-details .product-details .details-content {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
@media (max-width: 1560px) {
    .hs-inner-solutions-details .product-details .details-content .desc {
        margin-top: 0;
    }
}
.hs-inner-solutions-details .product-details .details-content .title-details h2 {
    color: #2b88c2;
}
.hs-inner-solutions-details .solutions-details .solutions-details-list {
    padding: 30px 0;

    border-bottom: 1px solid #d8d8d8;
}
.hs-inner-solutions-details .solutions-details .solutions-details-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -70px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1560px) {
    .hs-inner-solutions-details .solutions-details .solutions-details-list ul {
        margin: 0 -30px;
    }
}
.hs-inner-solutions-details .solutions-details .solutions-details-list li {
    margin: 20px 0;
    padding: 0 70px;

    border-right: 1px solid #d8d8d8;
}
@media (max-width: 1560px) {
    .hs-inner-solutions-details .solutions-details .solutions-details-list li {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .hs-inner-solutions-details .solutions-details .solutions-details-list li {
        margin: 10px 0;
    }
}
@media (max-width: 1199px) {
    .hs-inner-solutions-details .solutions-details .solutions-details-list li {
        width: 50%;
    }
    .hs-inner-solutions-details .solutions-details .solutions-details-list li:nth-child(2n) {
        border-right: none;
    }
}
.hs-inner-solutions-details .solutions-details .solutions-details-list li:last-child {
    border-right: none;
}
.hs-inner-solutions-details .solutions-details .solutions-details-list .listbox-group {
    max-width: 230px;
}
.hs-inner-solutions-details .solutions-details .solutions-details-list .listbox-group b {
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;

    display: block;

    color: #063c79;
}
.hs-inner-solutions-details .solutions-details .solutions-details-text {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .hs-inner-solutions-details .solutions-details .solutions-details-text {
        margin-top: 30px;
    }
}
.hs-inner-contact {
    padding-top: 220px;
    padding-bottom: 130px;

    background: url(../images/contact-banner.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .hs-inner-contact {
        padding: 100px 0 60px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact {
        padding: 50px 0;
    }
}
.hs-inner-contact .contact {
    color: #fff;
}
.hs-inner-contact .hs-inner-location {
    margin-top: 20px;
}
.hs-inner-contact .hs-inner-location .location {
    color: rgba(255, 255, 255, .6);
}
.hs-inner-contact .contact-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;
    margin-top: 50px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .hs-inner-contact .contact-text {
        margin-top: 30px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .hs-inner-contact .contact-text {
        margin: 0;
    }
}
.hs-inner-contact .contact-text .txt-group {
    max-width: 300px;
    margin: 0 10px;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact-text .txt-group {
        width: 50%;
        max-width: 50%;
        margin: 30px 0 0 0;
    }
}
.hs-inner-contact .contact-text .txt-group .icon .flaticon {
    font-size: 50px;
    line-height: 1;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact-text .txt-group .icon .flaticon {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .hs-inner-contact .contact-text .txt-group .icon .flaticon {
        font-size: 30px;
    }
}
.hs-inner-contact .contact-text .txt-group .txt {
    margin-top: 20px;
}
.hs-inner-contact .contact-text .txt-group .txt b {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71428571;

    display: block;

    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .hs-inner-contact .contact-text .txt-group .txt b {
        margin-bottom: 10px;
    }
}
.hs-inner-contact .contact-text .txt-group .txt p {
    line-height: 1.875;

    margin: 0;
}
.hs-inner-contact .contact-text .txt-group .txt p a:hover {
    text-decoration: underline;
}
.hs-google-map .feedback {
    width: 500px;
    padding: 70px 50px;

    background: #f1f8ff;
}
@media (max-width: 1199px) {
    .hs-google-map .feedback {
        width: 400px;
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .hs-google-map .feedback {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hs-google-map .feedback {
        padding: 30px 15px;

        border-radius: 0 0 30px 0;
    }
}
.hs-google-map .feedback .title-inner h2 {
    color: #063c79;
}
.hs-google-map .feedback .title-inner span {
    font-size: 14px;

    display: block;

    margin-top: 10px;

    color: #078f08;
}
.hs-google-map #map {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
}
@media (max-width: 1199px) {
    .hs-google-map #map {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
    }
}
@media (max-width: 991px) {
    .hs-google-map #map {
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 767px) {
    .hs-google-map #map {
        height: 300px;
    }
}
.hc-mobile-nav.nav-levels-overlap ul ul .iconimg {
    display: none;
}
.hc-mobile-nav.nav-levels-overlap ul ul b {
    font-weight: normal;
}
.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}
.hideh1 {
    font-size: 0;
}
.hideh1 h1 {
    font-size: 0;

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

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

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

    display: none;

    width: 100px;
    height: 100px;

    pointer-events: none;

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

    color: #666;
}