@import url('../../home/lib/bootstrap/css/bootstrap.min.css');
@import url('../../../static/font-awesome/css/font-awesome.css');
@import url('../../home/lib/animate/animate.min.css');
@import url('../../../static/swiper/swiper-bundle.css');
@import url('../../../static/layui/css/layui.css');

/*--------------------------------------------------------------
    Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../font/Poppins-Light.ttf');
}

/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root {
    --primary-color: #1e4aa8;
    --secondary-color: #C6180C;
}

body {
    background: #FFF;
    font-size: 15px;
    font-family: 'Poppins-Medium';

}

a {
    color: #202020;
    transition: all 0.5s;
}

a:hover,
a:active,
a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.no-data {
    width: 100%;
    font-size: 17px;
    margin-top: 20px;
}

.section-title,
.section-subtitle,
.section-intro {
    margin: 0;
    padding: 0;
}

.section-title {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins-Bold';
}

.section-subtitle {
    font-size: 30px;
}

.section-intro {
    font-size: 20px;
}

.text-primary {
    color: var(--primary-color);
}

.text-secondary {
    color: var(--secondary-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.bg-secondary {
    background-color: var(--secondary-color);
}

.bg-white {
    background-color: #FFF;
}

.img {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}

.img video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}

.warp {
    margin: 1rem;
    padding: 1rem;
    transition: all 0.5s;
}

.warp:hover {
    box-shadow: 0 0 2px 2px rgba(114, 114, 114, 0.5);
}

.warp .img {
    padding-bottom: 100%;
}

.swiper-container {
    position: relative;
}

body {
    color: revert;
}

.article .view {
    padding: 0;
    word-wrap: break-word;
    cursor: text;
    height: 90%;
}

.article pre {
    margin: .5em 0;
    padding: .4em .6em;
    border-radius: 8px;
    background: #f8f8f8;
}

.article p {
    margin: 5px 0;
}

.article p,
.article span {
    text-wrap-mode: wrap !important;
    word-wrap: break-word;
}

.article iframe,
.article table,
.article img {
    max-width: 100%;
}

.article .h1,
.article .h2,
.article .h3,
.article .h4,
.article .h5,
.article .h6,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin: revert;
    font-size: revert;
    font-weight: revert;
}

.article li {
    list-style: unset;
}

.article sup {
    font-size: revert;
    top: revert;
    line-height: revert;
}

.article td,
.article th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article .list-paddingleft-2 {
    padding-left: 30px;
}

.article .list-paddingleft-3 {
    padding-left: 60px;
}

.article .selectTdClass {
    background-color: #edf5fa !important
}

.article table.noBorderTable td,
.article table.noBorderTable th,
.article table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.article table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.article td,
.article th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.article th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.article table tr.firstRow th {
    border-top-width: 2px;
}

.article .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.article .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.article td p {
    margin: 0;
    padding: 0;
}

.article ol,
.article ul {
    margin: 0;
    pading: 0;
    width: 95%
}

.article li {
    clear: both;
}

.article ol.custom_cn {
    list-style: none;
}

.article ol.custom_cn li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.article .pagebreak {
    display: block;
    clear: both !important;
    cursor: default !important;
    width: 100% !important;
    margin: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
}

.pagination a:first-child,
.pagination a:nth-last-child(2) {
    width: auto;
    font-size: 15px;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 43px;
    width: 50px;
    background: #FFF;
    text-decoration: none;
    color: #666666;
    font-size: 17px;
    line-height: 38px;
    position: relative;
    font-family: 'Poppins-Regular';
}

.pagination a:hover {
    color: var(--primary-color);
}

.pagination a.cur {
    color: var(--primary-color);
    position: relative;
}

.pagination a.cur::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: var(--primary-color);
}

.pagination a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #CCC solid;
    background: #FCFCFC;
    margin-right: 8px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0;
    padding: 4px 0;
    color: #140d0d;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0;
    color: #808080;
}

.pagination .pagination-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DFDFDF;
}

/*--------------------------------------------------------------
# placeholderBox
--------------------------------------------------------------*/
#placeholderBox {
    /* height: 110px; */
}

#placeholderBox.index{
    height: 100px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* .back-to-top {
    position: fixed;
    display: none;
    background: var(--primary-color);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #FFF;
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background-color: transparent;
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    /* box-shadow: 0 0 5px 2px rgba(167,167,167,0.5); */
}

#header.index{
    background-color: rgb(255, 255, 255)!important;
    box-shadow: rgba(167, 167, 167, 0.5) 0px 0px 5px 2px!important;
}

#header.index .logo img,#header.index .search img{
    filter: unset!important;
}

#header.index .main-nav a{
    color: rgb(32, 32, 32)!important;
}

#header .container {
    display: flex;
    justify-content: space-between;
    max-width: 1770px;
}

/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav {
    display: none;
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    height: 70px;
    line-height: 70px;
}

.main-nav>ul>li.drop-down>a {
    line-height: 70px;
}

.main-nav a {
    display: block;
    position: relative;
    font-size: 20px;
    color: #fff;
    padding: 0 35px;
    transition: 0.5s;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: var(--primary-color);
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #FFF;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: var(--primary-color);
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.main-nav .search {
    padding: 0 23px;
}

.main-nav .search img {
    width: 20px;
    cursor: pointer;
    filter: invert(1);
}

.main-nav .search form {
    position: absolute;
    width: 200px;
    height: 65px;
    top: 100%;
    right: 0;
    padding-top: 16px;
    /* box-shadow: 0 36px 43px -16px #24304f80; */
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-out, opacity .3s ease-out;
}

.main-nav .search form>input {
    width: 100%;
    height: 43px;
    padding: 0 30px 0 16px;
    border: 1px solid #e8ebf1;
    appearance: none;
}

.main-nav .search form>input:focus {
    outline: unset;
    box-shadow: unset;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.main-nav .search form>input::placeholder {
    font-size: 13px;
}

.main-nav .search-form {
    padding-top: 8px;
}

.main-nav>ul>li .current-flag {
    display: flex;
    align-items: center;
    margin-top: 1px;
    padding: 0 0 0 36px;
}

.main-nav>ul>li .current-flag img {
    width: 26px;
    margin-right: 7px;
}

.main-nav>ul>li .country-list li {
    min-width: 90px;
}

.main-nav>ul>li .country-list li img {
    margin-right: 7px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}


.main-nav .flag-li:hover>a {
    text-underline-offset: unset;
    text-decoration: unset;
}

.main-nav .flag-li .current-flag {
    padding: 0 0 0 25px;
}

.main-nav .flag-li .current-flag .d-lg-block{
    display: inline-block!important;
}

.main-nav .flag-li ul{
    padding: 0;
}

.main-nav .flag-li ul li{
    height: 45px;
    line-height: 45px;
}

.main-nav .flag-li img{
    width: 23px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.main-nav .flag-li ul li img{
    margin-right: 8px;
}

.main-nav .flag-li ul a{
    padding: 0 10px!important;
    font-size: 15px!important;
    text-align: center;
}

.main-nav .flag-li ul a:hover{
    color: #fff!important;
    background-color: var(--primary-color);
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #8dc2fa;
    text-decoration: none;
}

/* .mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
} */

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: var(--primary-color);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding-top: 70px;
    padding-bottom: 0;
    background: #010D03;
    color: #fff;
}

.footer {
    background-size: cover;
}

.footer.main-footer .container {
    max-width: 1770px;
}


#footer .row:before,
.row:after,
.container:before,
.container:after {
    display: unset;
    content: unset;
}

.footer-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-line {
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-color);
    font-size: 15px;
    font-family: 'Poppins-Regular';
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}

.footer-line .right span {
    color: #f1f1f1;
}

.footer-line a {
    font-size: 15px;
    color: #ababab;
    transition: 0.5s;
}

.footer-line a:hover {
    color: #fff;
}

.footer-line .right a:first-child {
    margin-right: 15px;
}

.footer-line .right a:last-child {
    margin-left: 15px;
}

.footer-line .y-line {
    color: #ABABAB;
    margin: 0 9px;
}

.footer-logo-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
}

.footer-logo-column .intro {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: rgb(255, 255, 255);
    line-height: 2;
    margin-right: 150px;
    margin-top: 25px;
}

.footer h3 {
    font-size: 25px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer ul li {
    padding: 0 0 17px 0;
}

.footer .item {
    padding-left: 15px;
    padding-right: 15px;
    width: 23%;
}

.footer .item h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer .item h4 {
    font-size: 16px;
    color: #cccccc;
    padding: 9px 0;
}

.footer .item h4:first-child {
    padding: 0 0 9px 0;
}

.footer .item p {
    font-size: 15px;
    line-height: 25px;
}

.footer .img-box .img-item {
    text-align: center;
}

.footer .img-box .img-item:last-child img {
    padding-right: 0;
}

.footer .img-box .img-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.footer .img-box .img-item {
    margin-bottom: 10px;
}

.footer .img-box .img-item:last-child {
    margin-bottom: 0;
}

.footer .img-box h4 {
    font-size: 15px;
    color: #fff;
}

/* Main Footer */
.main-footer {
    display: none;
}

/* Mobile Footer */
.mobile-footer {
    padding-top: 30px;
    padding-bottom: 1rem;
    display: block;
}

.mobile-footer .panel-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-footer .panel-heading:after {
    content: "＋";
    color: #FFF;
    right: 25px;
    font-size: 20px;
}

.mobile-footer .panel-heading.active:after {
    content: '－' !important;
}

.mobile-footer .panel-heading .panel-title {
    font-size: 19px;
    padding: 10px 0;
}

.social-links {
    width: 345px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
}

.social-links .social-item {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 11px;
    transition: all 0.2s;
    border: 2px solid rgb(60, 60, 60);
    background-color: #222222;
}

.social-links .social-item i {
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #999999;
}

.social-links .social-item:hover {
    border: 2px solid transparent;
    background-color: #fff;
}

.social-links .social-item:hover i {
    color: var(--primary-color);
}

.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.tiktok img {
    filter: brightness(100);
}

.social-links .social-item.tiktok:hover img {
    filter: unset;
}

.social-links .social-item.twitter,
.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.twitter img,
.social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(2);
}

.social-links .social-item.tiktok img {
    width: 24px;
}

.footer .social-links .social-item.twitter:hover img,
.footer .social-links .social-item.tiktok:hover img {
    filter: unset;
}

.footer .item a {
    font-size: 15px;
    color: #ababab;
    transition: 0.5s;
}

.footer .item.item-4 a {
    font-size: 15px;
}

.footer .item.item-4 li:nth-child(1) a {
    font-size: 15px;
}

.footer .item.item-4 li:nth-child(2) p {
    font-size: 15px;
}

.footer .item.item-4 a {
    color: #fff;
}

.footer .item.item-4 a:hover {
    color: var(--primary-color);
}


.footer .item a:hover {
    color: #fff;
}

.footer .item.item-0 {
    width: 0%;
}

.footer .item.item-2 {
    width: 13%;
}

.footer .item.item-3 {
    width: 21%;
}

.footer .item.item-5 {
    width: 11%;
}


/*--------------------------------------------------------------
# Section Banner
--------------------------------------------------------------*/
.banner {
    position: relative;
    padding: 0;
}

.banner .img {
    padding-bottom: 23.43%;
}

.banner.mobile .img {
    padding-bottom: 48%;
}

.banner .container {
    max-width: 1580px;
}

.banner .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.502);
    margin: 0 auto;
}

.banner .text .title {
    color: #fff;
    font-size: 44px;
    font-family: 'Poppins-Bold';
    text-align: center;
    margin-top: 35px;
}

.banner .text .intro{
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    margin-top: 26px;
}

/*--------------------------------------------------------------
# Index Carousel
--------------------------------------------------------------*/
.index-carousel {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.index-carousel .img {
    height: calc(100vh - 100px);
    padding-bottom: 20%;
}

.index-carousel .start-video {
    position: relative;
    object-fit: cover;
}

.index-carousel .bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.index-carousel-next,
.index-carousel-prev {
    opacity: 0;
}

.index-carousel .text {
    position: absolute;
    right: 0;
    bottom: 80px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.index-carousel .text .container {
    width: 100%;
    max-width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.index-carousel .text .title {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-family: 'Poppins-Regular';
    letter-spacing: 0.3px;
    text-transform: inherit;
    max-width: 100%;
    text-align: left;
}

.index-carousel .text .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.index-carousel .text .btn-group .item {
    width: 125px;
    height: 40px;
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
    color: var(--primary-color);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-carousel .text .btn-group .item.active {
    color: #fff;
    background-color: var(--primary-color);
    font-family: 'Poppins-Regular';
}

.index-carousel .text .btn-group .item a {
    color: var(--primary-color);
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

.index-carousel .text .btn-group .item.active a {
    color: #fff;
}

.index-carousel .index-carousel-prev,
.index-carousel .index-carousel-next {
    top: calc(50% + 55px);
}

.index-carousel:hover .index-carousel-next {
    opacity: 1;
}

.index-carousel:hover .index-carousel-prev {
    opacity: 1;
}

.btn-prev,
.btn-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0px 1px 10px 0px rgba(32, 32, 32, 0.5);
}

.btn-prev i,
.btn-next i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-prev i {
    left: 48%;
}

.btn-next i {
    left: 52%;
}

.btn-prev:hover,
.btn-next:hover {
    background-color: var(--primary-color);
}

.btn-prev:hover i,
.btn-next:hover i {
    color: #FFF;
}

/*------------------------------------------------------------------
    FAQ
------------------------------------------------------------------*/
.faq-list {
    list-style: none;
    font-size: 20px;
    text-align: left;
    padding: 0;
}

.faq-list li {
    margin-bottom: 1rem;
    background-color: var(--primary-color);
}

.faq-list .question {
    position: relative;
    color: #FFF;
    padding: 1rem 2rem;
}

.faq-list .collapsed .question::after {
    content: '\f107';
    font-family: FontAwesome;
    transform: rotate(0);
}

.faq-list .question::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    right: 2rem;
    font-size: 25px;
    transition: all 0.5s;
    transform: rotate(180deg);
}

.faq-list .answer {
    background-color: #FFF;
    padding: 10px 2rem;
    font-size: 15px;
}

.faq .more-btn {
    background-color: var(--primary-color);
    border: none;
    color: #FFF;
    padding: 5px 30px;
    font-size: 18px;
}

.faq-list .show-more {
    margin-top: 2rem;
    text-align: center;
}

/*------------------------------------------------------------------
    Index Introduce
------------------------------------------------------------------*/
.index-introduce {
    padding-top: 80px;
    padding-bottom: 80px;
}


.index-introduce .section-title {
    font-size: 38px;
    font-family: 'Poppins-Bold';
    text-align: center;
    margin-bottom: 30px;
}

.index-introduce .intro {
    color: #333333;
    font-size: 19px;
    font-family: 'Poppins-Regular';
    text-align: center;
    padding-bottom: 30px;
    line-height: 45px;
    max-width: 1200px;
    margin: 0 auto;
}

.index-introduce .counter-flex {
    display: flex;
    justify-content: center;
}

.index-introduce .counter-flex .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-introduce .counter-flex .item img {
    width: 65px;
    height: 65px;
}

.index-introduce .counter-flex .item .counter,
.index-introduce .counter-flex .item .unit {
    color: var(--primary-color);
    font-size: 49px;
    font-family: 'Poppins-Bold';
}

.index-introduce .counter-flex .item .counter-item {
    display: flex;
    margin-top: 5px;
}

.index-introduce .counter-flex .item .title {
    color: #202020;
    font-size: 18px;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
}

.index-case #solutions {
    margin-top: 50px;
}

.btn-item {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.btn-item .btn {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-item .btn a {
    color: var(--primary-color);
}

.btn-item .btn:hover {
    background-color: var(--primary-color);
}

.btn-item .btn:hover a {
    color: #fff;
}

.btn {
    font-size: 18px;
    padding: 8px 35px;
    border-radius: 40px;
    border: 1px solid var(--secondary-color);
    transition: all 0.5s;
}

.btn a {
    color: var(--secondary-color);
}

.btn:hover {
    background-color: var(--secondary-color);
}

.btn:hover a {
    color: #fff;
}

.index-product {
    background-color: #F7F7F7;
}

.index-product .item {
    margin-top: 40px;
}

.index-product .item .box {
    position: relative;
    padding: 15px 20px;
    transition: all 0.5s;   
}

.index-product .item .box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top right);
    background-color: rgba(255, 255, 255, 1);
    clip-path: polygon(0% 55%,
            100% 0%,
            100% 100%,
            0% 100%);
    transition: all 0.5s;
}

.index-product .item .img-box {
    width: 100%;
    max-width: 100%;
    height: 230px;
    max-height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.index-product .item .img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.index-product .item h4 {
    font-size: 19px;
    font-family: 'Poppins-Bold';
    margin-top: 15px;
    text-align: right;
    position: relative;
    transition: all 0.5s;
    z-index: 2;
}

.index-product .item:hover .box::before {
    background-color: rgba(30, 74, 168, 1);
}

.index-product .item:hover h4 {
    color: #fff;
}

.index-product .item:hover a{
    color: #fff;
}

.index-services {
    background-color: var(--primary-color);
}

.index-services .section-title {
    color: #fff;
}

.index-services .row {
    margin-top: 20px;
    justify-content: space-between;
}

.index-services .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
    flex: 1;
}

.index-services .item .img-box {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
}

.index-services .item .img-box img {
    object-fit: contain;
    transition: all 0.5s;
}

.index-services .item .arrow-box img{
    filter: invert(1);
}

.index-services .item:hover .img-box {
    background-color: var(--secondary-color);
}

.index-services .item:hover .img-box img {
    filter: brightness(0) invert(1);
}

.index-services .item .text h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.index-services .item .arrow-box{
    position: absolute;
    right: -7%;
    top: 33%;
}

.index-services .item .arrow-box img{
    width: 25px;
}


.index-services .item:last-child .arrow-box{
    display: none;
}

.index-services .btn-item .btn {
    border: 2px solid #fff;
    padding: 7px 30px;
    background-color: #fff;
}

.index-services .btn-item .btn a {
    color: var(--primary-color);
}

.solutions-item .img {
    padding-bottom: 68.4%;
    border-radius: 15px;
}

.solutions-item .date {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 3px 16px;
    background-color: var(--primary-color);
    border-top-right-radius: 15px;
}

.solutions-item .title {
    font-size: 18px;
    font-family: "Poppins-Medium";
    height: 54px;
    overflow: hidden;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 13px 10px 8px 10px;
    transition: all 0.5s;
}

.solutions-item p {
    font-size: 13px;
    font-family: "Poppins-Regular";
    height: 65px;
    overflow: hidden;
    color: rgb(102, 102, 102);
    line-height: 1.667;
}

.solutions-item .date {
    text-transform: uppercase;
}

.solutions-item:hover .title {
    color: var(--primary-color);
}

.inquiry {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F9F9F9;
    background-image: url('../images/inquiry_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.inquiry .row {
    align-items: center;
}

.inquiry .left {
    flex: 0 0 49%;
    max-width: 49%;
    margin-top: 0;
}

.inquiry .right {
    flex: 0 0 51%;
    max-width: 51%;
    padding-left: 30px;
}

.inquiry.en h3 {
    display: block;
}

.inquiry h5 {
    font-size: 55px;
    font-family: 'Poppins-Bold';
}

.inquiry .subtitle {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins-Regular';
}

.inquiry .title {
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins-Bold';
    margin-top: 15px;
    margin-bottom: 30px;
}

.inquiry .left h4 {
    line-height: 53px;
    padding-right: 130px;
}

.inquiry .intro {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    line-height: 2;
    margin-bottom: 30px;
    padding-right: 60px;
}

.inquiry .info .item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 33px;
}

.inquiry .info .item:nth-child(3) {
    margin-bottom: 40px;
}

.inquiry .info .item img {
    position: absolute;
    left: 0;
    top: 5px;
}

.inquiry .info .item.whatsapp-item img {
    filter: brightness(0);
}

.inquiry .info .item:last-child {
    margin-bottom: 0;
}

.inquiry .info .title {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.inquiry .info ul>li {
    color: #fff;
    font-family: 'Poppins-Regular';
    line-height: 25px;
    margin-right: 100px;
}

.inquiry .info ul>li a {
    color: #fff;
}

.inquiry .info .img-box {
    display: flex;
    margin-top: 15px;
}

.inquiry .info .img-box .img-item {
    display: flex;
    align-items: center;
}

.inquiry .info .img-box .img-item {
    padding-right: 45px;
}

.inquiry .info .img-box .img-item:last-child img {
    padding-right: 0;
}

.inquiry .info .img-box .img-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.inquiry .info .img-box .img-item h4 {
    color: #fff;
    font-size: 18px;
    padding-left: 13px;
    padding-right: 0;
}

.form {
    padding: 30px 70px 45px 70px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 10px 0px rgba(32, 32, 32, 0.15);
}

.form .title {
    font-size: 30px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 0;
}

.form .subtitle {
    color: #666666;
    font-size: 15px;
    padding-bottom: 10px;
}

.form .row {
    display: flex;
    align-items: unset;
}

.form .row .item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.form .row .item:last-child {
    display: flex;
    justify-content: space-between;
}

.form .row .item:last-child input {
    width: 355px;
    height: 55px;
}

.form .row .item:last-child img {
    width: 240px;
    height: 55px;
}

.form .row input,
.form .row select,
.form .row textarea {
    width: 100%;
    height: 42px;
    color: #202020;
    padding: 6px 12px 6px 14px;
    border: 1px solid #bcbcbc;
    font-size: 13px;
    font-family: 'Poppins-Reuglar';
}

.form .row input:focus,
.form .row select:focus,
.form .row textarea:focus {
    border: 1px solid var(--primary-color)!important;
}

.form .row select {
    padding: 6px 12px 6px 15px;
}

.form .row select option:disabled {
    color: #ffffff;
    background-color: #C8C8C8;
}

.form .row textarea {
    resize: none;
    height: 150px;
    padding: 12px 12px 6px 18px;
}

.form .row input::placeholder,
.form .row textarea::placeholder {
    color: #a5a5a5;
}

.form button {
    width: 100%;
    height: 45px;
    font-size: 18px;
    border: none;
    background-color: var(--primary-color);
    color: #FFF;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Poppins-Medium';
}

.form .footer-intro {
    font-size: 12px;
    color: #999999;
}

.bread {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #F5F5F5;
}

.bread .breadcrumb {
    padding: 10px 0 10px 0;
    border-bottom: unset;
    background-color: #F5F5F5;
    margin-bottom: 0;
}

.bread .breadcrumb span,
.bread .breadcrumb a {
    font-size: 16px;
}

.bread .breadcrumb a.active {
    color: var(--primary-color);
}

.content-list .row {
    display: flex;
    flex-wrap: wrap;
}

.content-list .layui-flow-more {
    margin-bottom: unset;
}

.content-list .more-btn {
    margin-top: 4rem;
    margin-bottom: 0rem;
}

.content-list .filter-outer {
    display: block;
    position: sticky;
    top: 140px;
    width: 23%;
    height: 100%;
    padding-left: 15px;
}

.content-list .filter {
    display: block;
}

.content-list .level-1 {
    margin-top: 0;
}

.content-list .list {
    width: 77%;
    padding-left: 20px;
}

.content-list .list .section-title {
    font-size: 30px;
    margin-left: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.content-list .list>p {
    color: #666666;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 30px;
}

.content-list #list .item-box {
    display: flex;
    flex-wrap: wrap;
}

.content-list .filter .title {
    font-size: 30px;
    font-family: 'Poppins-Medium';
    padding: 0;
}

.content-list .filter .plate-title {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins-Bold';
    text-transform: inherit;
    padding: 13px 15px 12px 20px;
    background-color: var(--primary-color);
}

.content-list .filter-title {
    font-size: 20px;
    background-color: #fff;
    padding: 0 1rem;
    margin: 10px 0;
    border-left: 3px solid var(--primary-color);
}

.content-list .filter .level-1.active {
    background-color: var(--primary-color);
}

.content-list .filter .level-1>li {
    border-bottom: 1px solid #EEEEEE;
}

.content-list .filter .level-1 li {
    padding: 14px 15px 13px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
}

.content-list .filter .level-1 li span {
    font-size: 18px;
    color: #202020;
    font-family: 'Poppins-Medium';
    transition: all 0.5s;
}

.content-list .filter .level-1 li:last-child {
    border-bottom: unset;
}

.content-list .filter .level-2 li {
    padding: 10px 0 10px 0;
}

.content-list .filter .parent-li i {
    color: #020202;
    width: 25px;
    text-align: right;
    margin-top: 0px;
    font-size: 20px;
    font-family: 'Poppins-Regular';
    cursor: pointer;
    transition: all .5s;
}

.content-list .filter .parent-li i:before {
    content: '+';
}

.content-list .filter .parent-li.active span {
    color: var(--primary-color);
}

.content-list .filter .parent-li.active i {
    color: #000;
}

.content-list .filter .parent-li.active i:before {
    content: "-";
    transition: all .5s;
}

.content-list .filter .parent-li.active a {
    text-decoration-color: var(--primary-color);
    text-underline-offset: 2px;
}

.content-list .filter .level-1 .level-2 {
    max-height: 0;
    overflow: hidden;
}

.content-list .filter .level-1 .level-2.active {
    max-height: 600px;
}

.content-list .filter .level-1 .level-2>li {
    padding: 15px 15px 12px 20px;
    border-bottom: 1px solid #EEEEEE;
}

.content-list .filter .level-1 .level-2>li a {
    color: #999999;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    margin-left: 2px;
}

.content-list .filter .level-1 .level-2>li:hover a {
    text-decoration-color: #999999;
}

.content-list .filter .level-2 li.active a {
    color: var(--primary-color);
    text-decoration-color: var(--primary-color);
}

.content-list #list .list-category-box .img img{
    object-fit: contain;
}

.content-list.solution-list .filter .plate-title {
    font-family: 'Poppins-Medium';
}

.content-list.solution-list .filter .plate-title {
    padding: 13px 17px 12px 20px;
}

.content-list.solution-list .level-1 {
    background-color: #EEEEEE;
}

.content-list.solution-list .filter-outer {
    width: 21%;
}

.content-list.solution-list #list {
    width: 79%;
}

.content-list.solution-list #list .solutions-item {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 30px;
}

.content-list.solution-list #list .solutions-item .date {
    font-size: 15px;
}

.content-list.solution-list #list .solutions-item .title {
    font-size: 16px;
    height: 48px;
}

.news-ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 24px 0 !important;
}

.news-ul li:last-child {
    padding: 0 !important;
}

.news-ul li .img {
    padding-bottom: 64%;
    border-radius: 5px;
}

.news-ul li .left {
    width: 30%;
}

.news-ul li .right {
    overflow: hidden;
    width: 65%;
    margin-left: 5%;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.news-ul li .right a {
    color: #cccccc;
    font-size: 15px;
    color: #fff;
}

.news-ul li:hover .right a {
    height: 44px;
    overflow: hidden;
}


.solution-detail .social-links {
    padding-top: 0;
}

.solution-detail .social-links .social-item {
    width: 32px;
    height: 32px;
    border: unset;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #070707;
    transition: all 0.5s;
}

.solution-detail .social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(6);
}

.solution-detail .social-links .social-item.twitter img {
    width: 20px;
    filter: grayscale(1) brightness(5);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 19px;
}

.solution-detail .social-links .social-item:hover {
    background-color: var(--primary-color);
}

.solution-detail {
    padding-top: 80px;
    padding-bottom: 80px;
}

.solution-detail .box {
    padding: 30px 35px;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 30px;
}

.solution-detail .box .title {
    font-size: 30px;
    font-family: 'Poppins-Medium';
    margin-bottom: 25px;
}

.solution-detail .row>.left {
    padding-left: 30px;
}

/* .solution-detail .row > .right{
    padding-right: 30px;
} */

.solution-detail .info li {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 25px;
    padding: 0 20px;
    border-radius: 5px;
}

.solution-detail .info .left {
    font-size: 20px;
    font-family: 'Poppins-Medium';
}

.solution-detail .info .right {
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    text-align: right;
}

.solution-detail .social-links {
    padding-top: 0;
}

.solution-detail .social-links .social-item {
    width: 38px;
    height: 38px;
    border: unset;
    border-radius: 5px;
    margin-right: 15px;
    background-color: #000000;
}

.solution-detail .social-links .social-item.twitter img {
    width: 21px;
    filter: brightness(100) invert(1);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 21px;
}

.solution-detail .right .img {
    padding-bottom: 66%;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.solution-detail .right .text {
    padding: 10px 0 0 0;
    border-radius: 10px;
    position: relative;
}

.solution-detail .right .text .title {
    font-size: 38px;
    line-height: 45px;
    font-family: "Poppins-Bold";
    margin-bottom: 40px;
}

.solution-detail .right .text .intro {
    font-size: 17px;
    font-family: 'Poppins-Regular';
    color: rgb(102, 102, 102);
    line-height: 2;
}

.solution-detail .article {
    /* margin-top: 55px; */
    margin-bottom: 55px;
}

.solution-detail .detail .item {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.solution-detail .detail .item .left,
.solution-detail .detail .item .right {
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
}


.solution-detail .detail .item .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F8F8;
    padding: 0 45px 0 45px;
}

.solution-detail .detail .item .left .img {
    border-radius: unset;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 86%;
}

.solution-detail .detail .item .detail-title {
    font-size: 25px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.solution-detail .detail .item .detail-intro {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: rgb(102, 102, 102);
    line-height: 1.667;
    max-height: 200px;
    overflow: hidden;
}

.solution-detail .detail .item:nth-child(even) {
    flex-direction: row-reverse;
}

.solution-detail .detail .item:nth-child(even) .left .img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.solution-detail .box .news-box {
    padding: unset;
    box-shadow: unset;
    background-color: unset;
    border-bottom: unset;
    margin-top: unset;
}

.solution-detail .box .news-box h3 {
    margin-bottom: 25px;
    font-family: 'Poppins-Medium';
}

.solution-detail .box .news-box .news-ul li .img {
    padding-bottom: 70%;
    border-radius: 10px;
}

.solution-detail .news-box .news-ul li .left {
    padding-right: 5px;
}

.solution-detail .box .news-box .news-ul li .right {
    overflow: hidden;
    font-size: 15px;
    padding-right: 0;
}

.solution-detail .box:last-child{
    margin-bottom: 0;
}

.solution-detail .news-box ul>li .right a {
    font-size: 18px;
    color: #000;
}

.solution-detail .news-box ul>li:hover .right a {
    color: var(--primary-color) !important;
}

.product-list {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-list .container {
    max-width: 1600px;
}

.product-list .filter .plate-title {
    text-transform: uppercase;
}

.products-item.item {
    margin-bottom: 20px;
}

.products-item.item .box {
    width: 100%;
    padding: 0 15px 20px 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.products-item.item .img {
    padding-bottom: 100%;
}

.products-item.item .title {
    padding: 0 15px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

.products-item.item .title a {
    font-size: 17px;
}

.products-item.item:hover .img {
    box-shadow: unset;
}

.products-item.item:hover .title a {
    color: var(--primary-color);
}

.products-item.item {
    padding-left: 10px;
    padding-right: 10px;
}

.product-list .filter .level-1 li span {
    font-size: 17px;
}

.bread.product-bread .container {
    max-width: 1600px;
}

.product-list .filter-outer {
    width: 27%;
}

.product-list .list {
    width: 73%;
}

.product-list .pagination {
    margin-top: 30px;
}

.index-solutions-next {
    right: -130px !important;
}

.index-solutions-prev {
    left: -130px !important;
}

.index-solutions-next i,
.index-solutions-prev i {
    font-weight: bold;
}


.product-detail-1 {
    padding-top: 70px;
}

.product-detail-1 .img {
    /* border: 1px solid #DEDEDE; */
    padding-bottom: 100%;
    /* border-radius: 10px; */
}

.product-detail-1 .img img{
    object-fit: contain;
}

.product-detail-1 .left {
    max-width: 40%;
    flex: 0 0 40%;
    padding-left: 15px;
    /* padding-right: 30px; */
}

.product-detail-1 .left .carousel-box #gallery {
    border: 1px solid #dfdddd;
    border-radius: 10px;
}

.product-detail-1 .right {
    max-width: 60%;
    flex: 0 0 60%;
}

.product-detail-1 .right .p-item .item-title {
    font-size: 25px;
    font-family: 'Poppins-Regular';
    margin-top: 25px;
    margin-bottom: 10px;
}

.product-detail-1 .thumbs-box {
    position: relative;
    padding-left: 52px;
    padding-right: 52px;
    margin-top: 2rem;
}

.product-detail-1 .thumbs-box .swiper-wrapper .swiper-slide {
    border: 1px solid #dfdddd;
}

.product-detail-1 .thumbs-box .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--primary-color);
}

.product-detail-1 .thumbs-box .swiper{
    padding: 0 5px;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #F4F4F4;
    bottom: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block !important;
    transition: all 0.5s;
}

.gallery-prev {
    left: 0;
}

.gallery-next {
    right: 0;
}

.gallery-prev i,
.gallery-next i {
    color: #C3C3C3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.gallery-prev:hover,
.gallery-next:hover {
    background-color: var(--primary-color);
    color: #FFF;
    cursor: pointer;
}

.gallery-prev:hover i,.gallery-next:hover i{
    color: #fff;
}


.thumbs-box .swiper-slide .img {
    border: 1px solid transparent;
}

.thumbs-box .swiper-slide.swiper-slide-thumb-active .img {
    border: 1px solid transparent;
}

.product-detail-1 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-detail-1 .right .box {
    position: relative;
    height: 100%;
    padding: 80px 45px 0 20px;
    /* background-color: #F3F3F3; */
}

.product-detail-1 .right hr {
    margin: 25px 0 25px 0;
}

.product-detail-1 .right .title {
    font-size: 35px;
    line-height: 50px;
    font-family: 'Poppins-Bold';
    color: #202020;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.product-detail-1 .right .intro {
    color: #202020;
    max-height: 270px;
    font-size: 18px;
    font-family: 'Poppins-Regular';
    line-height: 37px;
    overflow-y: scroll;
    padding-right: 15px;
}

.product-detail-1 .right .intro::-webkit-scrollbar {
    width: 4px;
}

.product-detail-1 .right .intro::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--primary-color);
}

.product-detail-1 .right .btn-group {
    display: flex;
    margin-top: 30px;
}

.product-detail-1 .right .btn-group .item {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    padding: 8px 25px;
    transition: all 0.2s;
    transition-timing-function: ease-out;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Poppins-Regular';
}

.product-detail-1 .right .btn-group .email {
    background-color: #25d366;
}

.product-detail-1 .right .btn-group .contact {
    color: #ffffff;
    background-color: var(--primary-color);
}

.product-detail-1 .right .btn-group .download {
    background-color: #000000;
}

.product-detail-1 .right .btn-group .item img {
    margin-right: 10px;
}

.product-detail-1 .right .btn-group .item a {
    color: #ffffff;
}

.product-detail-1 .right .btn-group .item:nth-child(odd) {
    margin-right: 20px;
}

.product-detail-1 .right .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product-detail-1 .right .col-lg-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.product-detail-1 .container {
    max-width: 1430px;
}

.product-video{
    padding-top: 0;
    padding-bottom: 70px;
}

.product-video .container{
    max-width: 1430px;
}

.product-video iframe{
    width: 100%;
    height: 630px;
    border-radius: 30px;
}

.product-intro{
    padding-top: 0;
    padding-bottom: 70px;
}

.product-intro .container{
    max-width: 1230px;
}

.product-intro .section-title{
    margin-bottom: 35px;
}

.product-intro .article table{
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
}

.product-intro .article p, .article span{
    font-family: 'Poppins-Regular';
}

.product-intro .article table tr td p span{
    font-size: 12px!important;
}

.product-intro .article table tr td p{
    text-align: center;
    margin-left: 0!important;
    margin-bottom: 4px;
}

.product-application{
    background-color: #F7F7F7;
}

.product-application .section-title{
    margin-bottom: 10px;
}

.product-application .item{
    margin-top: 30px;
}

.product-application .item .img{
    padding-bottom: 68.31%;
    border-radius: 10px;
}

.product-application .item .title {
    font-size: 25px;
    font-family: 'Poppins-Bold';
    position: absolute;
    width: auto;
    bottom: 0;
    color: #fff;
    padding: 6px 20px;
    background-color: var(--primary-color);
    border-top-right-radius: 10px;
}

.product-application .item p{
    font-size: 18px;
    line-height: 28px;
    padding: 12px 20px 0 20px;
}

.related-solutions .section-title{
    margin-bottom: 30px;
}

.index-services.services-start{
    background-color: #fff;
}

.index-services.services-start .section-title{
    color: #202020;
}

.index-services.services-start .img-box{
    box-shadow: 0px 1px 30px 0px rgba(48, 48, 48, 0.1);
}

.index-services.services-start .item .text h4{
    color: #202020;
}

.index-services.services-start .item .arrow-box img{
    filter: unset;
}

.services-content{
    padding-top: 40px;
    background-color: #F7F7F7;
}

.services-content .row{
    margin-left: -25px;
    margin-right: -25px;
}

.services-content .item{
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.services-content .item .img{
    padding-bottom: 63.27%;
}

.services-content .item h4{
    font-size: 24px;
    font-family: 'Poppins-Bold';
    padding: 20px 0 10px 0;
}

.services-content .item p{
    font-size: 17px;
    font-family: "Poppins";
    color: #666666;
    line-height: 1.667;
    overflow: hidden;
}

.who-is{
    background-color: #F7F7F7;
}

.who-is .section-title{
    margin-bottom: 50px;
}

.who-is .row{
    display: flex;
    align-items: center;
}

.who-is .left p{
    color: #202020;
    font-size: 17px;
    line-height: 1.8;
}

.who-is .left p > b{
    font-family: 'Poppins-Bold';
    font-weight: unset;
}

.who-is .left{
    flex: 0 0 54%;
    max-width: 54%;
    padding-right: 30px;
}

.who-is .right{
    flex: 0 0 46%;
    max-width: 46%;
}

.who-is .img{
    padding-bottom: 74.13%;
}

.who-is iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}

.why .section-title{
    margin-bottom: 50px;
}

.why .item{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.why .item:last-child{
    margin-bottom: 0;
}

.why .item .left .img{
    padding-bottom: 62.25%;
}

.why .item .right{
    padding: 0 110px 0 55px;
}

.why .item .right .title{
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin-bottom: 20px;
    line-height: 45px;
}

.why .item .right p{
    color: #666666;
    font-size: 20px;
    font-family: 'Poppins-Regular';
    line-height: 35px;
}

.why .item:nth-child(odd){
    flex-direction: row-reverse;
}

.news-item .img{
    padding-bottom: 66.40%;
}

.news-item .date{
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--primary-color);
    text-align: center;
    padding: 11px 11px 7px 11px;
}

.news-item .date .day{
    font-size: 25px;
    font-family: 'Poppins-Bold';
    line-height: 25px;
}

.news-item .date .month{
    font-size: 15px;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
}

.news-item .info{
    display: flex;
    padding: 8px 0 8px 0;
}

.news-item .info li:nth-child(1){
    margin-right: 15px;
}

.news-item .info li img{
    margin-right: 3px;
}

.news-item .info li span{
    font-size: 12px;
}

.news-item .text .title{
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-item .text .more{
    font-size: 12px;
    color: #333333;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.news-item .text .more span{
    transition: all 0.5s;
}

.news-item .text .more a{
    text-transform: uppercase;
}

.news-item .text .more .line{
    width: 60%;
    height: 1px;
    background-color: #DCDCDC;
    margin: 0 17px;
    transition: all 0.5s;
}

.news-item:hover .more span{
    color: var(--primary-color)!important;
}

.news-item:hover .more .line{
    background-color: var(--primary-color);
}

.news-item {
    margin-bottom: 55px;
}

.news-item .box {
    position: relative;
}

.news-item .img {
    padding-bottom: 61.65%;
}

.news-item .img img{
    transition: transform 0.5s ease;
}

.news-item .info {
    display: flex;
    margin-bottom: 5px;
}

.news-item .info li {
    margin-right: 20px;
}

.news-item .info li img {
    margin-right: 5px;
}

.news-item .info li span {
    font-size: 12px;
    font-family: 'Poppins-Medium';
    margin-right: 15px;
    position: relative;
}

.news-item .info li span::after {
    content: '';
    position: absolute;
    /* left: 0; */
    right: -15px;
    top: 10%;
    display: inline-block;
    width: 1px;
    height: 80%;
    background-color: #B9B9B9;
}

.news-item .info li:last-child span::after {
    content: unset;
}

.news-item .title {
    /* height: 79px; */
    overflow: hidden;
    /* margin: 15px 0; */
}

.news-item .title a {
    font-size: 15px;
    color: rgb(32, 32, 32);
    line-height: 1.5;
    font-family: 'Poppins-Medium';
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.news-item .text {
    margin-left: 0;
    /* margin-right: 20px; */
    margin-top: 0;
    border-radius: 5px;
    position: relative;
    /* padding: 20px; */
}

.news-item .more {
    text-decoration: underline;
    text-decoration-color: #b9b9b9;
    text-underline-offset: 5px;
    margin-top: 5px;
    transition: all 0.5s;
}


.news-item .intro{
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-family: 'Poppins-Regular';
    display: -webkit-box;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.news-item:hover .more a {
    color: var(--primary-color);
}

.news-item:hover .more {
    text-decoration-color: var(--primary-color);
}

.news-item:hover .img img{
    transform: scale(1.1);
}

.news-item:hover .more{
    color: var(--primary-color);
}

.news-item:hover .more .line{
    background-color: var(--primary-color);
}

.news-item.article-item{
    margin-bottom: 30px;
}

.news-item.article-item.news-item .info li span::after{
    display: none;
}

.news-item.article-item .info li span{
    margin-right: 10px;
}

.news-item.article-item .info{
    background-color: #F4F5F8;
}

.news-item.article-item .box{
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.news-item.article-item .info{
    padding: 10px 20px 8px 20px;
}

.news-item.article-item .text{
    margin-right: 20px;
    padding: 15px 0 22px 20px;
}

.news-item.article-item .text .title{
    display: -webkit-box;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 57px;
}

.news-item.article-item .more{
    text-decoration: unset;
}

.news-item.article-item .more span{
    color: #333333;
    font-size: 14px;
}

.news-item.article-item .more i{
    font-size: 16px;
}

.news.ru .news-item .text .more .line,
.news.pl .news-item .text .more .line,
.news.src .news-item .text .more .line{
    width: 50%;
}

.casedetail {
    padding-top: 80px;
    padding-bottom: 80px;
}

.casedetail .img {
    padding-bottom: 58.77%;
}

.casedetail .left {
    padding-left: 15px;
    padding-right: 35px;
}

.casedetail .left .title {
    font-size: 40px;
    font-family: 'Poppins-Bold';
    line-height: 50px;
}

.casedetail .left .specific .item {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
}

.casedetail .left .specific .item:nth-child(even) {
    flex-direction: row-reverse;
}

.casedetail .left .specific .item:last-child {
    margin-bottom: unset;
}

.casedetail .left .specific .item .img {
    padding-bottom: 58.54%;
}

.casedetail .left .specific .item .title,
.casedetail .left .specific .item .intro {
    color: #000000;
}

.casedetail .left .specific .item .intro {
    line-height: 30px;
}

.casedetail .left .specific .item .text {
    padding-left: 30px;
}

.casedetail .left .specific .item:nth-child(even) .text {
    padding-left: 15px;
    padding-right: 30px;
}

.casedetail .other {
    position: sticky;
    top: 160px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: unset;
}

.casedetail .other .title {
    font-size: 25px;
    font-family: 'Poppins-Medium';
    word-spacing: 3px;
    margin-bottom: 5px;
}

.casedetail .other .other-box {
    padding: 30px 20px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.casedetail .other .other-box .item .content {
    font-size: 18px;
}

.casedetail .other .other-box.news-box {
    border-top: 4px solid var(--primary-color);
    background-color: #fff;
    padding: 35px 35px 45px 35px;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
}

.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.casedetail .other .example {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 0 12px 0;
}

.casedetail .other .example .col-3 {
    flex: 0 0 33%;
    max-width: 33%;
    float: left;
    padding-left: 0;
}

.casedetail .other .example .col-3 .img {
    padding-bottom: 67%;
    /* border-radius: 5px; */
}

.casedetail .other .example .col-7 {
    flex: 0 0 67%;
    max-width: 67%;
    float: left;
    padding-left: 5px;
    padding-right: 0;
}

.casedetail .other .example .col-7 .example-title {
    height: 44px;
    overflow: hidden;
}

.casedetail .other .example .col-7 .example-title a {
    color: #000000;
    line-height: 20px;
    transition: all 0.2s;
    font-size: 15px;
    font-family: 'Poppins-Medium';
}

.casedetail .other .example .col-7 .name a {
    color: #202020;
}

.casedetail .other .example:hover .col-7 .example-title a {
    color: var(--primary-color);
}

.casedetail .solution-detail {
    padding-top: 0;
    padding-bottom: 0;
}

.casedetail .inquiry-box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border: 1px solid #e1e1e1;
}

.casedetail .inquiry-box .title {
    font-size: 20px;
    color: #202020;
}

.casedetail .inquiry-box #form textarea {
    height: 100px;
}

.casedetail .inquiry-box #form input,
.casedetail .inquiry-box #form textarea {
    font-size: 12px;
}

.casedetail #form .formbtn {
    padding: 9px 0;
}

.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e1e1e1;
}

.casedetail .other .bottom-line {
    border-bottom: 4px solid #a3906d;
}

.casedetail .news-item .info li {
    padding-right: 12px;
    border-right: 1px solid #B9B9B9;
}

.casedetail .news-item .info li:last-child {
    border-right: unset;
}

.casedetail .news-item .info li span {
    font-size: 13px;
}

.casedetail .intro {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    color: rgb(102, 102, 102);
    line-height: 1.75;
    margin-right: 70px;
}

.casedetail .news-item .info {
    margin-top: 40px;
    margin-bottom: 40px;
}

.casedetail .article {
    margin-top: 25px;
}

.casedetail .article p, .casedetail .article span{
    word-wrap: break-word;
    text-wrap-mode: wrap !important;
}

.casedetail .news-item {
    padding-left: 0;
}

.casedetail .info-ul li{
    margin-bottom: 23px;
}

.casedetail .info-ul li p{
    font-size: 20px;
    margin-bottom: 5px;
}

.casedetail .info-ul li span{
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}


.casedetail .news-item{
    margin-bottom: 20px;
}

.casedetail .news-item .info li span{
    font-family: 'Poppins-Regular';
}

.casedetail .news-item .info li:nth-child(1){
    margin-right: 20px;
}

.casedetail .news-item .info li span::after{
    content: unset;
}

.casedetail.newsdetail .news-item .info{
    margin-top: 15px;
    margin-bottom: 0;
}

.casedetail.newsdetail .other .title{
    font-size: 30px;
}

.casedetail.newsdetail .other .other-box.news-box{
    padding: 25px 35px 30px 35px;
}

.casedetail.newsdetail .other hr{
    margin-top: 20px;
    margin-bottom: 15px;
}

.casedetail.newsdetail .left .title{
    font-size: 38px;
    font-family: 'Poppins-Bold';
    line-height: 53px;
}

.casedetail.newsdetail .left{
    flex: 0 0 65%;
    max-width: 65%;
}

.casedetail.newsdetail .other{
    flex: 0 0 35%;
    max-width: 35%;
}

.casedetail.newsdetail .other .other-box.news-box{
    border-top: 0;
    border-bottom: 4px solid var(--primary-color);
}

.contact h2{
    font-size: 33px;
    color: #202020;
    margin-bottom: 30px;
}

.contact .left{
    flex: 0 0 52%;
    max-width: 52%;
}

.contact .right{
    flex: 0 0 48%;
    max-width: 48%;
}

.contact .left .img{
    margin-bottom: 30px;
    padding-bottom: 41%;
}

.contact .left p{
    font-size: 17px;
    color: #999999;
    line-height: 29px;
    padding: 20px 0 24px 0;
}

.contact .left .item {
    position: relative;
    padding-left: 42px;
    margin-bottom: 37px;
}

.contact .left .item:nth-child(3) {
    margin-bottom: 40px;
}

.contact .left .item img {
    width: 27px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact .left .item.whatsapp-item img {
    filter: brightness(0);
}

.contact .left .item:last-child {
    margin-bottom: 0;
}

.contact .left .title {
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.contact .left ul>li {
    font-size: 17px;
    font-family: 'Poppins-Regular';
    line-height: 25px;
}

.contact .contact-social-links{
    padding-top: 0;
}

.contact .contact-social-links .social-item{
    width: 40px;
    height: 40px;
    margin-right: 14px;
    margin-top: 0;
}

.contact .contact-social-links .social-item i{
    font-size: 19px;
}

.contact .contact-social-links .social-item.twitter img, .contact .contact-social-links .social-item.tiktok img{
    width: 20px;
}

.contact .contact-social-links .social-item:hover{
    background-color: var(--primary-color);
}

.contact .contact-social-links .social-item:hover i{
    color: #fff;
}

.contact .social-links .social-item.twitter:hover img, .social-links .social-item.tiktok:hover img{
    filter: grayscale(2) brightness(100);
}

.contact .img-box{
    display: flex;
    margin-top: 45px;
}

.contact .img-box .img-item {
    text-align: center;
}

.contact .img-box .img-item:last-child img {
    padding-right: 0;
}

.contact .img-box .img-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}

.contact .img-box .img-item {
    margin-bottom: 10px;
    margin-right: 25px;
}

.contact .img-box .img-item:last-child {
    margin-bottom: 0;
}

.contact .img-box h4 {
    font-size: 16px;
    margin-top: 10px;
}

.contact .right{
    padding-left: 65px;
}

.contact .right .title,.contact .right .subtitle,.contact .right .footer-intro{
    display: none;
}

.contact .right .form{
    padding: unset;
    background-color: unset;
    box-shadow: unset;
}

.contact .right .form .row{
    margin-left: 0;
    margin-right: 0;
}

.contact .right iframe{
    width: 100%;
    height: 315px;
    margin-top: 20px;
}

.contact .form .row .item{
    margin-bottom: 12px;
}

.contact .form .row input , .contact .form .row textarea{
    font-family: 'Poppins-Light';
    border: 1px solid #E5E5E5;
}

.contact .form .row input::placeholder{
    color: #999999;
}

.contact .form button{
    font-size: 15px;
}

.product-list-search .list{
    width: 100%;
    padding-left: 0;
}

.product-list-search .list .item{
    margin-left: 0;
}

.recommend-products{
    padding-top: 0;
}

.recommend-products #related{
    padding-top: 30px;
}

.recommend-products #related .products-item.item{
    padding-left: 10px;
    padding-right: 10px;
}

.recommend-products #related .products-item.item{
    margin-top: 20px;
    margin-bottom: 20px;
}

#related-prev{
    left: -110px !important;
}

#related-next{
    right: -110px !important;
}

#related-prev i,#related-next i{
    font-weight: bold;
}

.policy .title{
    font-size: 35px;
}

.sitemap .site-map {
    border-bottom: 1px solid #DDD;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 10px 0;
}
.sitemap .site-map .father {
    background-color: #ECECEC;
    padding: 10px;
    width: 180px;
    font-size: 17px;
    text-align: center;
    transition: all 0.5s;
}
.sitemap .site-map .child {
    width: 200px;
    padding: 7.5px 15px;
    font-size: 14px;
}
.sitemap .site-map .level-2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

#tool{
    display: none;
    position: fixed;
    top: 65%;
    right: 15px;
    transform: translateY(-50%);
    padding: 5px;
    background-color: #000;
    z-index: 999;
}

#tool .item{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 99;
}

#tool .item.active{
    background-color: var(--secondary-color);
}

#tool .item:last-child{
    margin-bottom: 0;
}

#tool .item img{
    width: 100%;
    height: 100%;
}

#tool .item:last-child img{
    width: 18px;
    height: 18px;
    /* filter: brightness(100); */
    filter: grayscale(10) brightness(100);
}

#tool .item i{
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#tool .item:first-child i{
    font-size: 28px;
}

#tool .item .info{
    position: absolute;
    top: -6px;
    right: -5px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 5px 55px 5px 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}

#tool .item .info a{
    color: #FFF;
}

#tool .item .info > :nth-child(2){
    margin-left: 7.5px;
}

#tool .item:hover{
    background-color: var(--primary-color);
}

#tool .item:hover .info{
    opacity: 1;
    visibility: visible;
}

#tool .item .qrcode{
    display: flex;
    position: absolute;
    z-index: 99;
    top: -6px;
    right: 45px;
    border: 6px solid var(--primary-color);
    opacity: 0;
    background: var(--primary-color);
}

#tool .item .qrcode img{
    width: 86px;
    height: 86px;
    object-fit: cover;
}

#tool .item .qrcode img:nth-child(1){
    margin-right: 5px;
}

#tool .item .qrcode img:nth-child(2){
    margin-left: 5px;
}

#tool .item.wechat:hover .qrcode{
    opacity: 1;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9宽高比（9/16=56.25%） */
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inquiry-callback h2{
    font-size: 33px;
    padding: 100px 0 50px 0;
}

.inquiry-callback a{
    font-size: 19px;
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: underline;
}

.inquiry-callback a:hover{
    color: var(--secondary-color);
}

.inquiry-callback p{
    font-size: 20px;
    padding: 0 0 100px 0;
}

.inquiry-callback b{
    font-size: 20px;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 35px;
    }

    .section-subtitle {
        font-size: 25px;
    }

    .section-intro {
        font-size: 15px;
    }

    #placeholderBox {
        /* height: 70px; */
    }

    #header {
        height: 70px;
        padding: 10px 0;
    }

    #header .logo img {
        max-height: 50px;
    }

    .btn-prev {
        left: 30px;
    }

    .btn-next {
        right: 30px;
    }
    .main-nav li > a > i {
        display: none;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .section-title {
        font-size: 38px;
    }

    .section-subtitle {
        font-size: 30px;
    }

    .section-intro {
        font-size: 20px;
    }

    #placeholderBox {
        /* height: 110px; */
    }

    #header {
        height: 100px;
        padding: 15px 0;
    }

    #header .logo img {
        max-height: 66px;
    }

    .main-nav {
        display: block;
    }

    .main-nav a {
        padding: 0 36px;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-nav-toggle {
        display: none;
    }

    .main-footer {
        display: block;
    }

    .mobile-footer {
        display: none;
    }

    .btn-prev {
        left: 180px;
    }

    .btn-next {
        right: 180px;
    }
}

@media (max-width: 767px) {
    section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .section-title {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .section-intro {
        font-size: 15px;
    }

    #placeholderBox {
        height: 50px;
    }

    #header {
        height: 50px;
        padding: 5px 0;
    }

    #header .logo img {
        max-height: 35px;
    }

    .mobile-nav-toggle i {
        margin: 10px 15px 0 0;
    }

    .btn-prev,
    .btn-next {
        width: 30px;
        height: 30px;
    }

    .btn-prev {
        left: 15px;
    }

    .btn-next {
        right: 15px;
    }

    .btn-prev i,
    .btn-next i {
        font-size: 15px;
    }

    .banner.mobile {
        display: block;
    }

    .article tr,
    .article td,
    .article tr>div,
    .article td>div {
        width: auto !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    #header .container,
    .bread.product-bread .container,.product-list .container{
        max-width: calc(100% - 80px);
    }
    #header .logo{
        display: flex;
        align-items: center;
    }
    #header .logo img{
        max-height: 57px;
    }
    .main-nav a{
        font-size: 18px;
        padding: 0 26px;
    }
    .main-nav.hu a,.main-nav.pl a,.main-nav.hu a{
        font-size: 17px;
        padding: 0 21px;
    }
    .section-title{
        font-size: 32px!important;
    }
    .index-services .item .img-box img{
        width: 60px;
    }
    .index-introduce .counter-flex .item .counter, .index-introduce .counter-flex .item .unit{
        font-size: 42px;
    }
    .index-introduce .intro{
        font-size: 18px;
    }
    .btn{
        font-size: 16px;
        padding: 7px 32px;
    }
    .btn-prev, .btn-next{
        width: 40px;
        height: 40px;
    }
    .btn-prev i, .btn-next i{
        font-size: 22px;
    }
    .container{
        max-width: 1230px;
    }
    .index-product .item h4{
        font-size: 16px;
    }
    .index-services .item{
        width: 14.2857%;
    }
    .index-services .item .img-box{
        width: 110px;
        height: 110px;
    }
    .index-services .item .text h4{
        font-size: 15px;
        padding: 0 10px;
        text-align: center;
    }
    .index-services .item .arrow-box{
        right: -5%;
    }
    .index-services .item .arrow-box img{
        width: 20px;
    }
    .inquiry .left h4{
        font-size: 34px;
        padding-right: 80px;
        line-height: 44px;
    }
    .inquiry .info .img-box .img-item h4{
        font-size: 17px;
    }
    .inquiry .info .title{
        font-size: 18px;
    }
    .form{
        padding: 20px 50px 25px 50px;
    }
    .solutions-item .date{
        font-size: 16px;
    }
    .solutions-item .title{
        font-size: 17px;
        height: 52px;
    }
    .solution-detail .box .title{
        font-size: 25px;
    }
    .solution-detail .right .text .title{
        font-size: 30px;
        line-height: 40px;
    }
    .solution-detail .box .news-box h3{
        font-size: 25px;
    }
    .solution-detail .right{
        flex: 0 0 64%;
        max-width: 64%;
    }
    .solution-detail .left{
        flex: 0 0 36%;
        max-width: 36%;
    }
    .solution-detail .info .left{
        font-size: 17px;
    }
    .solution-detail .news-box ul>li .right a{
        font-size: 16px;
    }
    .news-ul li{
        padding: 0 0 22px 0!important;
    }
    .content-list .filter .plate-title{
        font-size: 22px;
    }
    .content-list .filter .level-1 li span{
        font-size: 16px;
    }
    .product-detail-1 .container,.product-video .container{
        max-width: 1230px;
    }
    .product-detail-1 .right .title{
        font-size: 32px;
    }
    .product-detail-1 .right .intro{
        font-size: 17px;
    }
    .product-application .item .title{
        font-size: 20px;
    }
    .index-solutions-prev{
        left: -75px!important;
    }
    .index-solutions-next{
        right: -75px!important;
    }
    .form .title{
        font-size: 28px;
    }
    section{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .services-content .item h4{
        font-size: 22px;
        padding: 17px 0 10px 0;
    }
    .services-content .item p{
        font-size: 16px;
        line-height: 1.63;
    }
    .why .item .right .title{
        font-size: 27px;
        line-height: 40px;
    }
    .why .item .right p{
        font-size: 18px;
        line-height: 30px;
    }
    .casedetail.newsdetail .left .title{
        font-size: 30px;
        line-height: 42px;
    }
    .casedetail.newsdetail .other .title{
        font-size: 27px;
    }
    .contact h2{
        font-size: 31px;
    }
    .contact .left p{
        line-height: 27px;
    }
    .contact .left ul > li{
        font-size: 16px;
    }
    .contact .img-box .img-item{
        margin-right: 30px;
    }
    .footer.main-footer .container{
        max-width: calc(100% - 80px);
    }
    .footer ul li{
        padding: 0 0 17px 0;
    }
    .footer .item.item-0{
        width: 0%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer .item{
        width: 20%;
    }
    .footer .item.item-3{
        width: 25%;
    }
    .footer-logo-column img{
        width: 190px;
    }
    .form button {
        font-size: 17px;
    }
    .social-links .social-item{
        width: 40px;
        height: 40px;
    }
    .social-links .social-item.twitter img, .social-links .social-item.tiktok img{
        width: 20px;
    }
    .social-links .social-item i{
        font-size: 21px;
    }
    .footer .item p{
        font-size: 14px;
    }
    .banner .text .title{
        font-size: 36px;
    }
    .index-product .item .img-box{
        height: 195px;
    }
    .product-detail-1 .right .btn-group .item{
        width: auto;
        font-size: 18px;
    }
    .products-item.item .title{
        height: 48px;
    }
    .products-item.item .title a{
        font-size: 16px;
    }
    #tool .item:nth-child(1) i{
        font-size: 22px;
    }
    #tool .item i{
        font-size: 22px;
    }
    #tool .item:nth-child(3) i{
        font-size: 23px;
    }
    .banner .text .intro{
        font-size: 17px;
        margin-top: 23px;
    }
}

@media (max-width: 768px) {
    section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-title{
        font-size: 23px;
    }
    #placeholderBox{
        display: none;
    }
    .index-solutions-prev{
        left: 15px!important;
    }
    .index-solutions-next{
        right: 15px!important;
    }
    .inquiry .left,.inquiry .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .inquiry .info .img-box{
        flex-direction: column;
        max-width: 100%;
    }
    .inquiry .info .img-box .img-item{
        margin-bottom: 20px;
    }
    .inquiry .info .img-box .img-item:last-child{
        margin-bottom: 0;
    }
    .index-services .item .arrow-box{
        display: none;
    }
    .index-carousel .img{
        height: unset;
        padding-bottom: 100%;
    }
    .index-introduce{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .index-introduce .section-title {
        font-size: 23px;
        margin: 0 0 15px 0;
        line-height: 30px;
    }
    .index-introduce .intro {
        font-size: 15px;
        line-height: 30px;
        padding-bottom: 0;
    }
    .index-introduce .counter-flex{
        flex-wrap: wrap;
        justify-content: center;
    }
    .index-introduce .counter-flex .item{
        width: 50%;
        text-align: center;
        margin-top: 20px;
    }
    .index-introduce .counter-flex .item .counter, .index-introduce .counter-flex .item .unit{
        font-size: 30px;
    }
    .index-introduce .counter-flex .item .title{
        font-size: 14px;
    }
    .btn-item{
        padding-top: 30px;
    }
    .btn-item .btn{
        border: 1px solid var(--primary-color);
    }
    .btn {
        font-size: 14px;
        padding: 7px 27px;
    }
    .index-services .row{
        margin-top: 10px;
    }
    .index-product .item h4{
        font-size: 17px;
    }
    .index-services .item{
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        flex: unset;
    }
    .index-services .item .img-box{
        width: 110px;
        height: 110px;
    }
    .index-services .item .img-box img{
        width: 58px;
    }
    .index-services .item .text h4{
        font-size: 14px;
        padding: 0 15px;
        margin-top: 12px;
        text-align: center;
    }
    .index-services .btn-item{
        padding-top: 40px;
    }
    .index-case #solutions{
        margin-top: 20px;
    }
    .index-solutions-prev,.index-solutions-next{
        top: 40%;
    }
    .solutions-item .date{
        font-size: 15px;
    }
    .solutions-item .title{
        font-size: 16px;
        height: 48px;
    }
    .inquiry{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inquiry .left .title{
        margin-bottom: 20px;
    }
    .inquiry .subtitle{
        font-size: 18px;
    }
    .inquiry .left h4{
        font-size: 24px;
        line-height: 35px;
        padding-right: 30px;
    }
    .inquiry .info ul>li{
        margin-right: 0;
    }
    .inquiry .info .title{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .inquiry .info .img-box{
        display: flex;
        flex-direction: unset;
        margin-left: 10px;
    }
    .inquiry .info .img-box .img-item{
        flex-direction: column;
        padding-right: 25px;
    }
    .inquiry .info .img-box .img-item h4{
        font-size: 15px;
        padding-left: 0;
        margin-top: 2px;
    }
    .inquiry .info .img-box .img-item img{
        width: 105px;
        height: 105px;
    }
    .inquiry .info .item{
        margin-bottom: 25px;
    }
    .inquiry .info .item:nth-child(3){
        margin-bottom: 30px;
    }
    .inquiry .right{
        margin-top: 20px;
        padding-left: 15px;
    }
    .inquiry .right .subtitle{
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 13px;
    }
    .form{
        padding: 5px 35px 18px 35px;
    }
    .form .title{
        font-size: 27px;
    }

    .form button{
        font-size: 15px;
        height: 43px;
    }
    .form .row input{
        height: 40px;
    }
    .form .row input::placeholder,.form .row textarea::placeholder{
        font-size: 13px;
    }
    .social-links {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .social-links .social-item.twitter img, .social-links .social-item.tiktok img {
        width: 22px;
    }
    .social-links .social-item {
        width: 40px;
        height: 40px;
    }
    .social-links .social-item i {
        font-size: 20px;
    }
    .footer-img{
        width: 170px;
    }
    .footer .item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobile-footer .panel-heading .panel-title{
        padding: 15px 0;
    }
    .mobile-footer .panel-heading:after{
        font-size: 18px;
    }
    .footer .img-box{
        display: flex;
        margin-top: 10px;
    }
    .footer .img-box .img-item{
        margin-right: 30px;
    }
    .footer .img-box .img-item img{
        width: 105px;
        height: 105px;
    }
    .footer .img-box .img-item:last-child{
        margin-right: 0;
    }
    .footer .item p,.footer .img-box h4{
        color: #ababab;
    }
    .footer-line{
        margin-top: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        color: #999999;
        flex-direction: column-reverse;
        border-top: 1px solid #fff;
        background-color: unset;
    }
    .footer-line .float-right{
        margin-bottom: 10px;
    }
    .footer .line-container{
        max-width: 100%!important;
    }
    .mobile-nav{
        background-color: var(--primary-color);
    }
    .mobile-nav .search{
        display: flex;
        align-items: center;
        margin-left: 15px;
        margin-top: 0;
    }
    .mobile-nav .search img{
        display: none;
        filter: brightness(100);
    }
    .mobile-nav .search .search-form{
        display: flex;
        align-items: center;
        margin-top: 15px;
        padding-left: 0;
        padding-right: 10px;
        opacity: 1!important;
    }
    .mobile-nav .search .search-form input{
        padding-left: 10px;
    }
    .mobile-nav .search .search-form input::placeholder{
        font-size: 13px;
    }
    .mobile-nav .search .search-form i{
        display: flex;
        align-items: center;
        width: 50px;
        height: 35px;
        color: #fff;
        margin-left: 15px;
        font-size: 20px;
    }
    .mobile-nav .search .search-form .form-control{
        height: calc(1.3em + .75rem + 2px);
    }
    .mobile-nav a > i {
        display: none;
    }
    .mobile-nav .drop-down > a > i {
        width: 50px;
        height: 43px;
        text-align: right;
        display: inline-block;
        padding-left: 10px;
        position: absolute;
        padding-right: 15px;
        right: 0;
        top: 13px;
        font-size: 14px;
    }
    .banner .img{
        padding-bottom: 50%;
    }
    .banner .text .title{
        font-size: 25px;
    }
    .content-list .filter{
        margin-bottom: 30px;
    }
    .content-list .filter-outer{
        padding-right: 15px;
    }
    .content-list.solution-list .filter-outer,.content-list.solution-list #list{
        width: 100%;
        position: unset;
    }
    .content-list.solution-list #list .solutions-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-list.solution-list #list .solutions-item{
        margin-bottom: 20px;
    }
    .content-list .list{
        padding-left: 0;
    }
    .content-list .filter .plate-title{
        font-size: 21px;
    }
    .content-list .filter .level-1 li{
        padding: 12px 15px 11px 20px;
    }
    .content-list .filter .level-1 li span{
        font-size: 15px;
    }
    .bread .breadcrumb span, .bread .breadcrumb a{
        font-size: 15px;
    }
    .solutions-item .title{
        margin: 13px 10px 0 10px;
    }
    .pagination a{
        height: 38px;
        width: 45px;
    }
    .casedetail{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .casedetail .left{
        padding-right: 0;
    }
    .casedetail .left .title{
        font-size: 25px;
        line-height: 36px;
    }
    .casedetail .other{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
    .casedetail .other .other-box.news-box{
        padding: 30px 30px 30px 30px;
    }
    .casedetail .social-links{
        width: auto;
    }
    .casedetail .info-ul li{
        margin-bottom: 20px;
    }
    .casedetail.newsdetail .left,.casedetail.newsdetail .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .casedetail.newsdetail .left .title{
        font-size: 23px;
        line-height: 35px;
    }
    .casedetail .news-item .info li{
        padding-right: 0;
    }
    .casedetail .news-item .info li:nth-child(1){
        margin-right: 15px;
    }
    .casedetail.newsdetail .news-item .info{
        margin-top: 15px;
    }
    .casedetail.newsdetail .other{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .casedetail.newsdetail .other .title{
        font-size: 25px;
    }
    .casedetail .article{
        margin-top: 20px;
    }
    .solution-detail .social-links{
        padding-bottom: 0;
    }
    .solution-detail{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .solution-detail .box{
        padding: 20px 20px; 
    }
    .solution-detail .box .title{
        font-size: 23px;
        margin-bottom: 20px;
    }
    .solution-detail .info li{
        height: 40px;
    }
    .solution-detail .info .left{
        font-size: 18px;
    }
    .solution-item .text{
        margin: 0;
    }
    .solution-detail .box{
        margin-bottom: 40px;
    }
    .solution-detail .right .text{
        padding: 20px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .solution-detail .right .text .title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .solution-detail .right .text .intro{
        font-size: 14px;
        line-height: 1.6;
    }
    .solution-detail .detail .item{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .solution-detail .detail .item:nth-child(even){
        flex-direction: column;
    }
    .solution-detail .detail .item .right{
        padding: 15px 20px 20px 20px;
    }
    .solution-detail .article{
        /* margin-top: 30px; */
        margin-bottom: 30px;
    }
    .solution-detail .social-links{
        width: 100%;
    }
    .solution-detail .row > .left{
        padding-left: 15px;
    }
    .solution-detail .box{
        padding: 30px 20px;
    }
    .solution-detail .info li:last-child{
        margin-bottom: 10px;
    }
    .solution-detail .detail .item .detail-title{
        font-size: 23px;
    }
    .solution-detail .box:last-child{
        margin-bottom: 20px;
    }
    .solution-detail .box .news-box h3{
        font-size: 23px;
        margin-bottom: 20px;
    }
    .solution-detail .info .right{
        text-align: right;
    }
    .solution-detail .right .text{
        padding: 0;
    }
    .solution-detail .article{
        /* margin-top: 20px; */
    }
    .solution-detail .info li{
        height: 50px;
    }
    .solution-detail .info .right{
        padding-left: 15px;
    }
    .solution-detail .news-box ul>li .right a{
        font-size: 16px;
    }
    .solution-detail .box .news-box .news-ul li .right{
        padding-right: 0;
    }
    .recommend-products #related{
        padding-top: 0;
    }
    .recommend-products #related .products-item.item{
        padding-left: 5px;
        padding-right: 5px;
    }
    #related-prev{
        left: 15px!important;
    }
    #related-next{
        right: 15px!important;
    }
    .product-list{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .product-list .filter-outer,.product-list .list{
        width: 100%;
        position: unset;
    }
    
    .products-item.item{
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-item.item .title{
        height: auto;
    }

    .products-item.item .title a{
        font-size: 16px;
    }
    
    .product-detail-1 {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .product-detail-1 .left,
    .product-detail-1 .right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-width: unset;
        flex: unset;
    }

    .product-detail-1 .left {
        margin-bottom: 1rem;
    }

    .product-detail-1 .right {
        padding-top: 0;
    }
    .product-detail-1 .right .box {
        padding: 20px 0;
    }
    .product-detail-1 .right .title {
        font-size: 22px;
        height: unset;
        margin-bottom: 2rem;
        padding-bottom: 0;
    }
    .product-detail-1 .right .btn-group {
        position: unset;
        bottom: 0;
        margin-top: 15px;
    }
    .product-detail-1 .right .btn-group .item {
        width: 125px;
        height: 35px;
        align-items: center;
    }

    .gallery-prev, .gallery-next{
        width: 30px;
    }

    .product-detail-1 .thumbs-box{
        padding-left: 35px;
        padding-right: 35px;
    }

    .product-detail-2 {
        padding-top: 0rem;
        padding-bottom: 30px;
    }

    .product-detail-2 .detail-tab .item {
        font-size: 17px;
        padding: 13px 0;
    }
    .product-detail-1 .right .btn-group .item {
        padding: 10px 15px;
        font-size: 14px;
    }
    .product-detail-1 .right .btn-group .item.contact{
        padding: 0;
    }
    .product-detail-1 .right .btn-group .item:nth-child(odd){
        margin-right: 15px;
    }
    .product-detail-1 .right .title{
        margin-bottom: 10px;
        line-height: 28px;
    }
    .product-detail-1 .right hr{
        margin: 20px 0 20px 0;
    }
    .product-detail-1 .right .intro{
        font-size: 15px;
        line-height: 30px;
        margin-top: 15px;
    }
    .product-video{
        padding-bottom: 40px;
    }
    .product-video iframe{
        height: 250px;
    }
    .product-intro{
        padding-bottom: 30px;
    }
    .product-intro .section-title{
        margin-bottom: 20px;
    }
    .product-application .item{
        margin-top: 15px;
    }
    .product-application .item .title{
        width: 50%;
        font-size: 19px;
        padding: 5px 17px;
    }
    .product-application .item p{
        font-size: 16px;
        padding: 10px 17px 0 17px;
        line-height: 26px;
    }
    .related-solutions .section-title{
        margin-bottom: 20px;
    }
    .services-content .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .services-content .item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .services-content .item:first-child{
        margin-top: 0;
    }
    .services-content .item h4{
        font-size: 20px;
        padding: 15px 0 10px 0;
    }
    .services-content .item p{
        font-size: 15px;
        line-height: 1.7;
    }
    .services-content .item{
        margin-top: 20px;
    }
    .who-is .section-title{
        margin-bottom: 20px;
    }
    .who-is .row{
        flex-direction: column-reverse;
    }
    .who-is .left,.who-is .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .who-is .left{
        padding-right: 15px;
    }
    .who-is .right{
        margin-bottom: 20px;
    }
    .who-is .left p{
        font-size: 15px;
        line-height: 1.83;
    }
    .why .item{
        margin-bottom: 25px;
        flex-direction: column;
    }
    .why .item .left,.why .item .right{
        padding: 0;
    }
    .why .section-title{
        margin-bottom: 20px;
    }
    .why .item .right .title{
        font-size: 19px;
        line-height: 27px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .why .item .right p{
        font-size: 15px;
        line-height: 25px;
    }
    .why .item:nth-child(odd){
        flex-direction: column;
    }
    .bread .breadcrumb{
        padding: 7px 0 7px 0;
    }
    .news-item .text .title{
        height: 54px;
        font-size: 17px;
    }
    .news-item .text .more .line{
        width: 110px;
    }
    .news-item .text .more .line{
        width: 180px;
    }
    .news-item.article-item .text .title {
        font-size: 16px;
        height: 50px;
        margin-bottom: 12px;
    }
    .casedetail.newsdetail .left,.casedetail.newsdetail .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .casedetail.newsdetail .left .title{
        font-size: 23px;
        line-height: 35px;
    }
    .casedetail .news-item .info li{
        padding-right: 0;
    }
    .casedetail .news-item .info li:nth-child(1){
        margin-right: 15px;
    }
    .casedetail.newsdetail .news-item .info{
        margin-top: 15px;
    }
    .casedetail.newsdetail .other{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-item .text .more .line{
        width: 170px;
    }
    .news-item.article-item .text{
        padding: 10px 0 22px 20px;
    }
    .news-item .date .day{
        font-size: 22px;
    }
    .news-item .date .month,.news-item.article-item .more span{
        font-size: 13px;
    }
    .casedetail .left{
        padding-right: 15px;
    }
    .casedetail.newsdetail .other{
        padding-left: 15px;
        padding-right: 15px;
    }
    .casedetail.newsdetail .other .other-box.news-box{
        padding: 25px 25px 30px 25px;
    }
    .casedetail .other{
        margin-top: 40px;
    }
    .solution-detail .social-links .social-item{
        width: 36px;
        height: 36px;
    }
    .solution-detail .social-links .social-item i{
        font-size: 20px;
    }
    .solution-detail .social-links .social-item.twitter img{
        width: 20px;
    }
    .contact{
        padding-top: 30px;
    }
    .contact .row{
        display: block;
    }
    .contact .left,.contact .right{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact .right{
        padding-left: 15px;
    }
    .contact h2{
        font-size: 23px;
        margin-bottom: 15px;
    }
    .contact .left p{
        font-size: 15px;
        line-height: 27px;
        padding: 10px 0 24px 0;
    }
    .contact .left ul>li{
        font-size: 15px;
    }
    .contact .left .item img{
        width: 22px;
        top: 3px;
    }
    .contact .left .item{
        margin-bottom: 22px;
    }
    .contact .contact-social-links{
        padding-top: 0;
        padding-bottom: 10px;
    }
    .contact .img-box{
        margin-top: 20px;
    }
    .contact .img-box .img-item{
        margin-right: 30px;
    }
    .contact .img-box .img-item img{
        width: 105px;
        height: 105px;
    }
    .contact .right{
        margin-top: 40px;
    }
    .contact .contact-social-links .social-item.twitter img, .contact .contact-social-links .social-item.tiktok img{
        width: 18px;
    }
    .current-flag img{
        width: 25px;
        margin-right: 10px;
    }
    .current-flag a{
        font-size: 16px;
        padding: 15px 20px 10px 20px;
    }
    .sitemap .site-map .father{
        width: 100px;
        padding: 8px;
        font-size: 15px;
    }
    .sitemap .site-map{
        max-width: 100%;
    }
    .sitemap .site-map .level-2{
        flex-direction: column;
    }
    #tool{
        display: none!important;
    }
    .index-product .item .img-box{
        height: 170px;
    }
    table {
        width: 100% !important;
        table-layout: fixed !important;
    }
    
    table td {
        word-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        padding: 4px !important;
    }

    table td > p{
        padding-left: unset!important;
        padding-right: unset!important;
        margin-left: unset!important;
        margin-right: unset!important;
    }
    .mobile-nav .flag-li{
        margin-top: 10px;
    }
    .mobile-nav .flag-li ul li img{
        width: 23px;
        margin-right: 8px; 
        object-fit: contain;
    }
    .mobile-nav .flag-li .current-flag{
        display: flex;
    }
    .mobile-nav .flag-li .current-flag span{
        margin-left: 10px;
    }
    .banner .text .intro{
        font-size: 14px;
        margin-top: 10px;
    }
}


@media (min-width: 1700px) {
    .index-carousel .text .container{
        width: 1700px;
        max-width: 1700px;
    }
    .index-carousel .text .title{
        font-size: 35px;
        max-width: 650px;
        line-height: 55px;
    }
}