@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: 'Anton-Regular';
    src: url('../font/Anton-Regular.ttf');
}

@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');
}

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

/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root{
    --primary-color: #ae251b;
    --secondary-color: #D02127; 
}

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

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: 75px;
    padding-bottom: 80px;
}

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

.section-title{
    font-size: 40px;
    text-transform: uppercase;
    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;
}

.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%;
}

.article p{
    margin: 5px 0;
}

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

.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{
    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;
}

.no-data{
    width: 100%;
}

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

.pagination{
    justify-content:center;
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 0;
}

.pagination a:first-child{

}

.pagination a:last-child{

}

.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;/*高度要和#header一致*/
    box-shadow: -2.121px 2.121px 8px 0px rgba(103, 103, 103, 0.2);
}

/*--------------------------------------------------------------
# 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: #FFF;
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    transition: all 0.5s;
    border: 1px solid #DDDDDD;
}

#header .container{
    display: flex;
    justify-content: space-around;
}

/*--------------------------------------------------------------
# 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: 60px;
    line-height: 60px;
}

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

.main-nav a {
    display: block;
    position: relative;
    color: #202020;
    padding: 0 35px;
    transition: 0.5s;
    font-size: 15px;
    text-transform: uppercase;
}

.main-nav.en a{
    font-size: 17px;
}

.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>ul>li .country-list li {
    min-width: 80px;
    align-items: center;
}

.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{
    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);
}

.main-nav .current-flag:hover span {
    border-bottom: unset;
}

.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;
}

/* 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;
    margin-top: 2px;
}

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

.footer{
    background-size: cover;
}

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


#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;
    color: #999999;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    border-top: 1px solid #3F3F3F;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    margin-top: 50px;
}

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

.footer-line a {
    color: #ababab;
    transition: 0.5s;
}

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

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

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

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

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

.footer-logo-column img {
    width: 84px;
}

.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 15px 0;
}

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

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

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

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


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

/* Main Footer */
.main-footer {
    display: none;
    /* background-color: #202020; */
}

/* Mobile Footer */
.mobile-footer {
    padding-top: 30px;
    padding-bottom: 1.5rem;
    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: 18px;
    padding: 10px 0;
}

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

.social-links .social-item {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 11px;
    transition: all 0.2s;
    border: 1px solid #3F3F3F;
    /* background-color: #f8f8f8; */
}

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

.social-links .social-item:hover {
    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(2) brightness(100);
}

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

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

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

.footer .item a:hover {
    color: #cccccc;
    /* color: var(--primary-color); */
}

.footer .item input,
.footer .item textarea,
.footer .item button {
    border: none;
    width: 100%;
}

.footer .item input {
    height: 45px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 10px;
}

.footer .item textarea {
    margin-top: 5px;
    resize: none;
    height: 65px;
    padding-left: 10px;
    padding-top: 5px;
}

.footer .item button {
    height: 35px;
    font-size: 12px;
    margin-top: 5px;
    background-color: #FFF;
    color: #202020;
    outline: none;
}

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

.footer .item.item-2 {
    width: 12%;
    margin-left: 130px;
}

.footer .item-4 {
    width: 17%;
    padding-right: unset;
}

.footer .item-5 {
    width: 22%;
    padding-right: unset;
}

.footer .item.item-4 h3 {
    margin-bottom: 30px;
}

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

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


.news-ul li .img {
    padding-bottom: 64%;
    border: 2px solid #fff;
    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: 3;
}

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

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

.news-ul li:hover .right a {
    color: #cccccc!important;
    height: 44px;
    overflow: hidden;
}


.footer .download-btn {
    font-size: 15px;
    padding: 11px 22px;
    border-radius: 10px;
}

.footer .download-btn a {
    color: #fff;
    font-size: 15px;
}

.footer .download-btn a:hover {
    color: #ffff;
}

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

.banner.mobile{
    display: none;
}

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

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

.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.3);
}

.banner .text .title{
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Index Carousel
--------------------------------------------------------------*/
.index-carousel{
    padding: 0;
}

.index-carousel .img{
    padding-bottom: 33.85%;
}

.btn{
    font-size: 15px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 13px 30px;
    border-radius: 30px;
}

.btn:focus{
    color: #fff;
}

.btn:hover{
    color: #fff;
}

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

.btn-prev i,
.btn-next i{
    font-size: 20px;
    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: 20px;
    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;
}

@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;
    }
}

@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: 160px;
    }

    #header{
        height: 60px;
        padding: 0;
    }

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

    .main-nav{
        display: block;
    }

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

    .main-nav.fra a,.main-nav.ru a{
        padding: 0 18px;
    }

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

    .mobile-nav{
        display: none;
    }

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

    .main-footer{
        display: block;
    }

    .mobile-footer{
        display: none;
    }

    .btn-prev{
        left: 200px;
    }

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

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

    .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{
        /* display: none; */
    }

    .banner.mobile{
        display: block;
    }
}

.header-top-section {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 100px;
    background-color: #fff;
}

.header-top-section .container {
    max-width: 1730px;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsapp-contact{
    display: flex;
    align-items: center;
    padding-right: 0;
}

.whatsapp-contact .text{
    margin-left: 10px;
}

.whatsapp-contact .text h5{
    color: #202020;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    margin-top: 5px;
}

.whatsapp-contact .text p{
    font-size: 20px;
    font-family: 'Poppins-Medium';
}

.whatsapp-contact .text p a{
    color: #000;
}

.whatsapp-contact .text p a:hover{
    color: var(--primary-color);
}

#header .search{
    width: 220px;
    position: relative;
}

#header .en .search{
    width: 250px;
    position: relative;
}

#header .search form{
    width: 195px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    margin-right: 20px;
}

#header .en .search form{
    margin-left: 30px;
    margin-right: 35px;
}

#header .search form input{
    width: 100%;
    border: 1px solid #999999;
    border-radius: 18px;
    padding: 0px 0 0 16px;
}

#header .search form input::placeholder{
    font-size: 12px;
    font-family: 'Poppins-Regular';
}

#header .search i{
    position: absolute;
    right: 16px;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
}

#header .main-nav ul li:first-child a{
    padding: 0 20px 0 0;
}

#header .main-nav.en ul li:first-child a{
    padding: 0 40px 0 0;
}

#header .flag-li a{
    padding: 0 0 0 20px;
}

#header .en .flag-li a{
    padding: 0 0 0 30px;
}

.index-video{
    position: relative;
    height: calc(100vh - 160px);
    /* background-color: #808080; */
    padding: 0;
}

.index-video:before, .index-video:after {
    display: block;
    width: 65.625%;
    height: 580px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    z-index: 4;
}

.index-video .video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding-top: 3.4375%;
    padding-left: 22%;
}

.index-video .video .video-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000000;
}

.index-video .video .video-content video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.index-video .catch-copy {
    position: absolute;
    bottom: 18.27907%;
    left: 6.5625%;
    z-index: 4;
    color: #fff;
}

.index-video:before{
    width: 22%;
}

.index-video:after {
    width: 70%;
    height: 0;
    padding-bottom: 4.167%;
    z-index: 3;
}

.index-video .catch-copy img{
    width: 167px;
}

.index-video .catch-copy .number{
    color: #fae844;
    font-size: 135px;
    font-family: 'Anton-Regular';
    position: relative;
}

.index-video .catch-copy .number::after{
    display: inline;
    content: "+";
    position: absolute;
    top: 15px;
    right: -27px;
    font-size: 80px;
}

.index-video .catch-copy .years{
    color: #fff;
    font-size: 80px;
    font-family: 'Poppins-Bold';
    margin-left: 30px;
}

.index-video .catch-copy .title{
    font-size: 30px;
    margin-top: -22px;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
}

.index-video .catch-copy .focus{
    color: #fae844;
}

.index-video .catch-copy li:nth-last-child(1){
    display: inline-block;
}

.index-video .catch-copy li:nth-last-child(2){
    margin-bottom: 15px;
}

.index-video .catch-copy li:nth-last-child(1),.index-video .catch-copy li:nth-last-child(2){
    background-color: #1C2C39;
    padding: 6px 20px;
}

.index-video .catch-copy li:nth-last-child(1) p,.index-video .catch-copy li:nth-last-child(2) p{
    font-size: 19px;
    font-family: 'Poppins-Medium';
}

.index-about{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    background-color: #F5F6FA;
}

.index-about h3{
    font-size: 38px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 50px;
}

.index-about p{
    color: #666666;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 32px;
}

.index-about .left .left-bottom{
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.index-about .left .left-bottom .whatsapp-contact{
    margin-left: 30px;
    margin-right: 0;
    padding-right: 0;
}

.index-about .row{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-about .left{
    flex: 0 0 46%;
    max-width: 46%;
    padding-right: 0;
}

.index-about .right{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.index-about .right .item{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.index-about .right .item{
    padding: 55px 50px;
}

.index-about .right .item h5{
    color: #202020;
    font-size: 38px;
    font-family: 'Poppins-Bold';
    margin: 15px 0 5px 0;
}

.index-about .right .item p{
    font-size: 15px;
    font-family: 'Poppins-Medium';
    color: #202020;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.index-about .right .item .item-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-about .right .item .item-box img{
    width: 58px;
    height: 58px;
    object-fit: cover;
}

.index-about .right{
    position: relative;
    z-index: 2;
    flex: 0 0 34%;
    max-width: 34%;
    margin-right: 15px;
    /* padding-right: 50%; */
    margin-right: 10%;
}

.index-about .right::before{
    content: '';
    position: absolute;
    top: 10%;
    left: 50%;
    width: 1px;
    height: 80%;
    background-color: #E5E5E5;
}

.index-about .right::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #E5E5E5;
}

.index-about .bg img{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.what-we .row{
    margin-top: 30px;
}

.what-we .img{
    padding-bottom: 66.78%;
}

.what-we .text{
    font-size: 17px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 80%;
    bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}

.what-we .text .parents-a{
    color: #fff;
    font-size: 25px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    margin-top: 20px;
}

.what-we .text hr{
    margin: 20px 0 25px 0;
}

.what-we ul li::before{
    content: '●';
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
}

.what-we ul li{
    display: flex;
    align-items: center;
    line-height: 40px;
}

.what-we ul li a{
    color: #fff;
    font-size: 19px;
}

.what-we ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}

.what-we .item{
    margin-top: 30px;
    overflow: hidden;
}

.what-we .item:hover .text{
    top: 0;
}

.what-we .item:hover .text .parents-a{
    margin-top: 50px;
}

.index-customer{
    background-color: #F5F6FA;
}

.index-customer .box{
    position: relative;
    margin-top: 60px;
}

.index-customer .img{
    padding-bottom: 67.01%;
}

#customer-prev{
    left: -110px;
}

#customer-next{
    right: -110px;
}

.news-item .box{
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); */
}

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

.news-item .date{
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--primary-color);
    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{
    /* padding: 15px; */
}

.news-item .text .title{
    color: #202020;
    font-size: 18px;
    /* height: 45px; */
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 15px;
}

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

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

.news-item .text .more .line{
    width: 165px;
    height: 1px;
    background-color: #999999;
    margin: 0 15px;
}

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

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

.index-news{
    padding-top: 80px;
    padding-bottom: 0;
    /* background-color: #F5F6FA; */
}

.index-news .section-title{
    width: 650px;
    margin-right: auto;
    line-height: 50px;
}

.index-news .row{
    margin-top: 60px;
}

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

.index-news #news{
    margin-top: 50px;
    padding-bottom: 70px;
    /* background-color: #fff; */
}

.index-news .news-item.article-item{
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

#index-news-prev{
    left: -110px;
}

#index-news-next{
    right: -110px;
}

#index-news-prev,#index-news-next{
    top: 45%;
}


.about .left img{
    max-width: 100%;
}

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

.about .left .img{
    padding-bottom: 67.45%;
}

.about .right{
    padding-left: 45px;
}

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

.about .right h3{
    font-size: 40px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about .right p{
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: #666666;
    line-height: 32px;
}

.certificate{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #F5F6FA;
}

.certificate .container{
    max-width: 1430px;
}

.certificate .section-title{
    text-transform: uppercase;
    margin-bottom: 50px;
}
.certificate .box {
    position: relative;
    /* margin-left: -55px; */
    /* margin-right: -55px; */
}
.certificate .box .swiper-wrapper .swiper-slide .img{
    padding-bottom: 150%;
}
.certificate .box .swiper-slide {
    transition: 300ms;
    transform: scale(0.58);
}

.certificate .box .swiper-slide.swiper-slide-prev,
.certificate .box .swiper-slide.swiper-slide-next{
    transform: scale(0.8);
}

.certificate .box .swiper-slide.swiper-slide-prev{
    transform-origin: left;
}

.certificate .box .swiper-slide.swiper-slide-next{
    transform-origin: right;
}

.certificate .box .swiper-slide-active,
.certificate .box .swiper-slide-duplicate-active{
    transform: scale(1);
}
.certificate .box .btn-prev{
    left: -155px;
}

.certificate .box .btn-next {
    right: -155px;
}

.envir .section-title{
    text-transform: uppercase;
    margin-bottom: 30px;
}

.envir .img {
    padding-bottom: 62.58%;
}

.envir #envir-flow .row{
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.envir #envir-flow .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-top: 20px;
}

.envir #envir-flow .layui-flow-more {
    margin: 0;
    margin-top: 50px;
}

.envir #envir-flow .layui-flow-more .more-btn {
    color: #fff;
    border: unset;
    padding: 7px 37px;
    font-size: 15px;
    font-family: 'Poppins-Medium';
    border-radius: 30px;
    background-color: #24252A;
    transition: all 0.5s;
}

.envir #envir-flow .layui-flow-more .more-btn:hover {
    background-color: var(--primary-color);
}

.envir .container{
    max-width: 1430px;
}

/*--------------------------------------------------------------
# Inquriy
--------------------------------------------------------------*/
.inquriy{
    background-color: #EFEFEF;
}

.inquriy .row{
    display: flex;
}

.inquriy .left{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.inquriy .left img{
    width: 100%;
}

.inquriy .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 345px 0 35px;
}
.inquriy .map{
    vertical-align: initial;
    margin-left: 10px;
    margin-right: 20px;
    align-content: space-around;
}
.inquriy .inquriy-subtitle{
    margin-left: 15px;
    font-weight: bold;
}
.inquriy .inquriy-title{
    margin-left: 15px;
    color: #000000;
}
.inquriy .img{
    padding-bottom: 76.42%;
}
.inquriy .inquiry-top{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.inquriy .inquiry-top h3{
    font-size: 40px;
    font-family: 'Poppins-Bold';
}
#footerForm .item{
    margin-bottom: 15px;
}
#footerForm .left,#footerForm .right{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
#footerForm .form-control {
    height: 53px;
    font-size: 15px;
    color: #a5a5a5;
    font-family: 'Poppins-Regular';
    border-radius: unset;
    border: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
#footerForm .form-control::placeholder {
    color: #a5a5a5;
}
#footerForm .textarea {
    line-height: 2.4;
    height: 118px;
    resize: none;
}
#footerForm .inquiry-btn{
    padding:13px 0;
    color: #fff;
    background-color: #008CD6;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
.product .row{
    display: flex;
    flex-wrap: wrap;
}
.product .layui-flow-more{
    margin-bottom: unset;
}
.product .more-btn {
    margin-top: 4rem;
    margin-bottom: 0rem;
}
.product .filter-outer {
    display: block;
    position: sticky;
    top: 120px;
    width: 20%;
    height: 100%;
}
.product .filter{
    display: block;
}
.product .level-1{
    margin-top: 15px;
    border: 1px solid #EEEEEE;
}
.product .list {
    width: 75%;
}
.product .filter .title{
    font-size: 30px;
    font-family: 'Poppins-Medium';
    padding: 0;
}

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

.product .filter .level-1 .parent-li{
    background-color: #999999;
}

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

.product .filter .level-1 li{
    padding: 12px 15px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
}
.product .filter .level-1 li a span{
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins-Medium';
    transition: all 0.5s;
}

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

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

.product .filter .parent-li i{
    color: #fff;
    width: 25px;
    text-align: right;
    margin-top: 0px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s;
}
.product .filter .parent-li.active{
    background-color: var(--primary-color);
}
.product .filter .parent-li.active i:before{
    content: "\f106";
    transition: all .5s;
}
.product .filter .parent-li.active a{
    text-decoration-color: var(--primary-color);
    text-underline-offset: 2px;
}

.product .filter .level-1 .level-2{
    max-height: 0;
    overflow: hidden;
}
.product .filter .level-1 .level-2.active{
    max-height: 600px;
}

.product .filter .level-1 .level-2 li{
    padding: 15px 15px 10px 20px;
    border-bottom: 1px solid #EEEEEE;
}

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

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

.product .filter .level-2 li.active a{
    color: var(--primary-color);
    text-decoration-color: var(--primary-color);
    /* text-decoration: underline; */
}

.product .list .item{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: 12.5px;
}
.product .list .item .title{
    color: #202020;
    font-size: 40px;
    margin-left: 12.5px;
    margin-right: 12.5px;
    margin-bottom: 30px;
}
.product .list .item .bt-line hr{
    margin-top: 70px;
    margin-bottom: 70px;
}
.product .list .item:last-child .bt-line hr{
    display: none;
}
.product .list .no-data{
    width: 100%;
    margin-top: 20px;
}
.product-item{
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 40px;
}
.product-item .img{
    border: 1px solid #ECECEC;
}
.product-item .text{
    height: 76px;
    margin-bottom: 30px;
    word-break: break-word; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.product-item .text a{
    font-size: 17px;
    color: #666666;
    transition: all 0.2s;
}
.product-item:hover a{
    color: var(--primary-color);
}
.product-item .name{
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
}

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

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

.product-detail-1 .left {
    max-width: 45%;
    flex: 0 0 45%;
    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: 55%;
    flex: 0 0 54%;
}

.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: 40px;
    padding-right: 40px;
    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);

}
.gallery-prev,
.gallery-next {
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: #000000;
    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: #fff;
    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;
}

.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;
    /* align-items: center; */
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

.product-detail-1 .right .title {
    /* height: 80px; */
    font-size: 38px;
    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: #333333;
    height: 230px;
    font-size: 15px;
    font-family: 'Poppins-regular';
    line-height: 28px;
    overflow-y: scroll;
    padding-right: 10px;
}
.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;
    /* position: absolute; */
    /* bottom: 50px; */
    margin-top: 30px;
}
.product-detail-1 .right .btn-group .item{
    width: 170px;
    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;
}
.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: 1230px;
}

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

.product-detail-2 .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
}

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

.product-detail-2 .detail-tab .item {
    font-size: 19px;
    color: #202020;
    text-align: center;
    /* border-right: 1px solid white; */
    padding: 20px 0;
    cursor: pointer;
    background-color: #E1E1E1;
}

.product-detail-2 .detail-tab .item.active {
    color: var(--primary-color);
    background-color: #F4F4F4;
}

.product-detail-2 .faq-list .answer {
    background-color: #fff;
}


.detail-tab-content-box > div {
    display: none;
    padding: 3rem 0 0 0;
}

.detail-tab-content-box > div {
    overflow-x: auto;

}

.detail-tab-content-box > div.active {
    width: 100%;
    display: block;
}

.detail-tab-content-box img,
.detail-tab-content-box table {
    max-width: 100% !important;
}

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

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

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

.product-feature{
    padding-top: 0;
    padding-bottom: 50px;
}

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

.product-feature ul{
    margin-top: 45px;
}

.product-feature ul > li{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.product-feature ul > li:first-child{
    border-top: 1px solid #DADADA;
    padding-top: 30px;
}

.product-feature ul > li .left{
    color: #202020;
    padding-left: 0;
}

.product-feature ul > li .right{
    color: #666666;
    padding-right: 0;
}

.product-feature ul > li .left,.product-feature ul > li .right{
    font-size: 20px;
    font-family: 'Poppins-Regular';
}

.product-content{
    padding-top: 0;
}

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

.product-content .section-title{
    margin-bottom: 20px;
}

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

.advertising-related-products{
    padding-top: 80px;
}

.related-products .container{
    max-width: 1230px;
}

.related-products .box{
    margin-top: 0;
    position: relative;
}

.related-products .product-item{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.related-products #related{
    margin-top: 40px;
    padding-left: 1px;
    padding-right: 1px;
}

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

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


.advertising-related-products #related-prev{
    left: -170px;
}

.advertising-related-products #related-next{
    right: -170px;
}

.news {
    padding-top: 80px;
    padding-bottom: 50px;
}

.news .container{
    max-width: 1230px;
}

.news .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.news.solution .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.news-item {
    padding-left: 17.5px;
    padding-right: 17.5px;
    margin-bottom: 55px;
}

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

.news-item .img {
    /* border-radius: 5px; */
    padding-bottom: 66.4%;
}

.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:hover .more a {
    color: var(--primary-color);
}

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

.news-item.article-item{
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 25px;
}

.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: 10px 0 22px 20px;
}

.news-item.article-item .text .title{
    height: 57px;
}

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

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

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

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

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

.casedetail .left {
    padding-left: unset;
    padding-right: 55px;
}

.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: 220px;
    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: 15px;
    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: 30px;
}

.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';
}


.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);
}

.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 .container{
    max-width: 1230px;
}

.casedetail.newsdetail .news-item .info{
    margin-top: 25px;
    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: 30px;
    font-family: 'Poppins-Medium';
    line-height: 40px;
}

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

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

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

.contact h3{
    font-size: 40px;
    font-family: 'Poppins-Bold';
    margin-bottom: 40px;
}

.contact .left .img{
    padding-bottom: 32.59%;
}

.contact .left p{
    color: #666666;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 32px;
    margin: 15px 0 15px 0;
}

.contact .contact-ul li{
    display: flex;
    margin-bottom: 20px;
}

.contact .contact-ul li .img-box{
    width: 40px;
}

.contact .contact-ul li span{
    font-size: 15px;
}

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

.contact .right{
    padding-left: 30px;
    padding-right: 15px;
}

.contact .right #footerForm .form-control{
    height: 50px;
    background-color: #FAFAFA;
}

.contact .right #footerForm .form-control::placeholder{
    font-size: 12px;
    font-family: 'Poppins-Regular';
}

.contact .right #footerForm .textarea{
    height: 110px;
}

.contact .right .item:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.contact .right .item:nth-child(2) .item-child{
    display: flex;
    flex-wrap: wrap;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.contact #map {
    height: 500px;
}

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

.contact .container {
    max-width: 1560px;
    padding: 0;
}

.contact .info-group{
    background-color: #FBFBFB;
}

.contact .info-group .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 30px 45px 30px;
    transition: all 0.5s;
}

.contact .info-group .item img{
    height: 47px;
}

.contact .info-group .item h3{
    font-size: 21px;
    color: rgb(0, 0, 0);
    font-family: 'Poppins-Light';
    margin-top: 15px;
    margin-bottom: 13px;
}

.contact .info-group .item h5 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact .info-group .item h5 span {
    font-size: 20px;
    color: #fff;
    margin-left: 20px;
    font-family: 'Poppins-Mediu';
}

.contact .info-group .item ul {
    color: #fff;
}

.contact .info-group .item ul>li {
    font-size: 15px;
    color: #878787;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: center;
}

.contact .info-group .item ul>li .contact-item{
    font-size: 20px;
    margin-top: 20px;
}

.contact .info-group .item ul>li:last-child {
    margin-bottom: unset;
}
.social-links .social-item.twitter img, .social-links .social-item.tiktok img
.contact .info-group .item ul>li{
    font-family: 'Poppins-Light';
}

.contact .info-group .item ul>li a{
    color: #878787;
}

.contact .info-group .item ul>li a:hover{
    color: var(--primary-color);
}

.contact .info-group .item:first-child ul>li{
    font-size: 15px;
    font-family: 'Poppins-Regular';
    margin-bottom: 5px;
}

.contact .info-group .item:last-child ul>li:last-child{
    margin-bottom: 0;
}


.contact .info-group .item:last-child ul>li span{
    font-family: 'Poppins-Bold';
}

/* .contact .info-group .item:nth-child(1) {
    background-color: #b1b1b1;
}

.contact .info-group .item:nth-child(2) {
    background-color: #969696;
}

.contact .info-group .item:nth-child(3) {
    background-color: #898989;
}

.contact .info-group .item:hover {
    background-color: var(--primary-color);
} */

.contact .map iframe {
    width: 100%;
    height: 550px;
}

.contact .img-group {
    display: flex;
    justify-content: space-between;
    margin: 80px 80px 0 80px;
}

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

.contact .img-group img {
    width: 225px;
}

.contact .img-group h5 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}

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

#tool{
    position: fixed;
    top: 65%;
    right: 15px;
    transform: translateY(-50%);
    padding: 5px;
    background-color: #000000;
    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;
}

.sitemap .site-map {
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
    display: flex;
    text-align: left;
    align-items: center;
}
.sitemap .site-map .father {
    background-color: #ECECEC;
    padding: 10px;
    width: 130px;
    font-size: 18px;
    font-family: "Roboto Regular",sans-serif;
    text-align: center;
    transition: all 0.5s;
}
.sitemap .site-map .child {
    width: 200px;
    padding: 0 15px;
    font-size: 14px;
}
.sitemap .site-map .level-2{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.manufacturing{
    padding-bottom: 0;
}

.manufacturing .container{
    max-width: 1230px;
}

.manufacturing .section-title{
    margin-bottom: 20px;
}

.manufacturing .section-intro{
    color: #666666;
    font-size: 19px;
    font-family: 'Poppins-Regular';
    line-height: 35px;
    text-align: left;
    /* margin-bottom: 30px; */
}

.manufacturing .img{
    padding-bottom: 40.632%;
    border-radius: 20px;
    margin-top: 30px;
}

.manufacturing .icon-container{
    position: relative;
    z-index: 1;
    max-width: 1550px;
    border-radius: 30px;
    background-color: var(--primary-color);
    margin-top: -20px;
    padding-left: 0;
    padding-right: 0;
}

.manufacturing .icon-group{
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    padding: 55px 0;
}

.manufacturing .icon-group .item{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.manufacturing .icon-group .item img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.manufacturing .icon-group .item p{
    font-size: 19px;
    margin-top: 10px;
}

.manufacturing-what-we .row{
    margin-top: 20px;
}

.manufacturing-what-we .article{
    margin-top: 80px;
}

.manufacturing-support{
    background-color: #F4F4F4;
}

.manufacturing-support .section-title{
    margin-bottom: 20px;
}

.manufacturing-support .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 55px;
}

.manufacturing-support .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.manufacturing-support .img-box img{
    /* width: 66px; */
    height: 66px;
    object-fit: cover;
}

.manufacturing-support .item .text{
    position: relative;
    text-align: center;
    margin: -75px 0 0 0;
    padding: 100px 13px 45px 13px;
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.manufacturing-support .item .text h4{
    font-size: 20px;
    margin-bottom: 20px;
}

.manufacturing-support .item .text p{
    height: 100px;
    overflow: hidden;
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: #666666;
    line-height: 25px;
}

.manufacturing-support .item:hover .text{
    border: 2px solid var(--primary-color);
}

.manufacturing-support .btn-box{
    text-align: center;
    margin-top: 70px;
}

.manufacturing-support .btn-box .btn{
    font-size: 18px;
    padding: 13px 38px;
}

.choose{
    background-image: url(../images/choose_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.choose .section-title{
    color: #fff;
    margin: 0 20px 60px 20px;
    text-align: center;
    line-height: 55px;
}

.choose .item{
    color: #fff;
    margin-bottom: 80px;
    margin-left: 0px;
}

.choose .item .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 2px solid #fff;
    padding-left: 25px;
}

.choose .item h4{
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.choose .item p{
   text-align: center;
   font-family: 'Poppins-Regular';
   height: 92px;
   overflow: hidden;
}

.choose .item:nth-child(odd){
    flex: 0 0 50%;
    max-width: 50%;
}

.choose .item:nth-child(even){
    flex: 0 0 50%;
    max-width: 50%;
}

.manufacturing-carousel .row{
    display: flex;
    align-items: flex-end;
}

.manufacturing-carousel .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 53%;
    background-color: #EEEEEE;
    padding: 0% 13% 0% 10%;
    border-top-right-radius: 80px;
    min-height: 500px;
} 

.manufacturing-carousel .left .subtitle{
    font-size: 20px;
    margin-bottom: 10px;
}

.manufacturing-carousel .left .title{
    font-size: 40px;
    font-family: 'Poppins-Bold';
}

.manufacturing-carousel .right{
    width: 47%;
}

.manufacturing-carousel .right .img{
    min-height: 390px;
    padding-bottom: 43.35%;
}

.manufacturing-carousel .swiper-pagination{
    bottom: 20px;
}

.manufacturing-carousel .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    margin: 0 5px!important;
}

.manufacturing-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 37px;
    border-radius: 20px;
    background-color: var(--primary-color);
}

.index-products{
    padding-top: 80px;
    padding-bottom: 80px;
}

.index-products h3{
    font-size: 38px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
}

.index-products #products{
    margin-top: 40px;
}

.index-products .img{
    border-radius: 7px;
    border: 1px solid #DEDEDE;
}

.index-products #products-prev{
    left: 1px;
}

.index-products #products-next{
    right: 1px;
}

.products-item .box{
    position: relative;
    overflow: hidden;
}

.products-item .box .img{
    border-radius: 10px;
    border: 1px solid #DEDEDE;
}

.products-item .pop-up{
    width: 310px;
    position: absolute;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: rgba(0, 0, 0, 0.502);
    bottom: 35px;
    padding: 7px 8px 7px 20px;
    left: -105%;
    transition: all 0.5s;
}

.products-item .pop-up a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.products-item .pop-up .btn{
    padding: 0;
}

.products-item .pop-up .info h4{
    font-size: 12px;
    margin-top: 5px;
}

.products-item .pop-up .info p{
    font-size: 16px;
}

.products-item .pop-up .info h4,.products-item .pop-up .info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.products-item .pop-up .btn{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-item:hover .pop-up{
    left: 0;
}

.product .products-item{
    margin-bottom: 30px;
}

.index-solutions{
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #BFBFBF;
}

.index-solutions .swiper-outer{
    margin-right: -12.7%;
}

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

.index-solutions #solutions-prev{
    left: 1px;
}

.index-solutions #solutions-next{
    right: 24%!important;
}

.solutions-item .img{
    padding-bottom: 75.2%;
}

.solutions-item .text{
    margin-top: 15px;
}

.solutions-item h4{
    font-size: 25px;
    font-family: 'Poppins-Medium';
}

.solutions-item p{
    font-size: 17px;
    color: #999999;
    font-family: 'Poppins-Regular';
    margin-top: 5px;
}

.solutions-item h4,.solutions-item p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.solution-list .solutions-item{
    margin-top: 50px;
}

.index-solutions #solutions-prev,.index-solutions #solutions-next{
    top: 46%;
}

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

.inquiry .container{
    max-width: 1230px;
}

.inquiry .section-title {
    font-size: 40px;
    font-family: 'Poppins-Bold';
    margin-bottom: 10px;
}

.inquiry .section-intro {
    width: 870px;
    margin-left: auto;
    margin-right: auto;
    color: #202020;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 40px;
    font-family: 'Poppins-Regular';
}

.inquiry #inquiryForm .item .title {
    color: #202020;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Poppins-Regular';
    line-height: 1.333;
    text-align: left;
    margin-bottom: 7px;
}

.inquiry #inquiryForm .item .title b {
    color: #ff0000;
}

.inquiry #inquiryForm .item {
    margin-bottom: 25px;
}

.inquiry #inquiryForm .item:nth-last-child(2) {
    margin-bottom: 25px;
}

.inquiry #inquiryForm .item input,
.inquiry #inquiryForm .item textarea {
    height: 50px;
    border: unset;
    box-shadow: unset;
    background-color: #FFF;
    border: 1px solid #ccc;
}

.inquiry #inquiryForm .item input:focus ,.item textarea:focus{
    box-shadow: unset;
    border: 2px solid var(--primary-color)!important;
}

.inquiry #inquiryForm .item input::placeholder{
    font-size: 14px;
    color: #c9c9c9;
}

.inquiry #inquiryForm .item textarea {
    width: 100%;
    height: 135px;
    resize: none;
    padding: 20px 12px;
    border-radius: 5px;
}

.inquiry #inquiryForm .bottom {
    display: flex;
    align-items: center;
}

.inquiry #inquiryForm .bottom .left {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: unset;
    /* height: auto; */
}

.inquiry.en #inquiryForm .bottom .left {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: unset;
}

.inquiry.en #inquiryForm .bottom .right {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.inquiry.en #inquiryForm .bottom .left p {
    font-size: 17px;
}

.inquiry #inquiryForm .bottom .right {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-right: unset;
}

.inquiry #inquiryForm .bottom .left p {
    font-size: 17px;
    color: #999999;
    line-height: 1.389;
}

.inquiry #inquiryForm .bottom .right button {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    box-shadow: unset;
    padding: 15px 115px;
    border-radius: 30px;
    border: unset;
    background-color: var(--primary-color);
}

.about-strength{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/strength_bg.jpg');
    padding-bottom: 140px;
}

.about-strength .section-title{
    width: 700px;
    color: #fff;
    margin: 0 auto;
}

.about-strength .container{
    max-width: 1230px;
}

.about-strength .row{
    margin-top: 100px;
}

.about-strength .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.about-strength .item h5{
    font-size: 57px;
    font-family: 'Poppins-Bold';
    margin-bottom: 25px;
}

.about-strength .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.about-strength .img-box img{
    width: 58px;
    height: 58px;
    filter: brightness(0) invert(100%);
    object-fit: cover;
}

.about-strength .item p{
    font-size: 20px;
    font-family: "Poppins-Regular";
    line-height: 1.25;
    text-align: center;
    margin-top: 30px;
}

.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';
}

.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{
    margin-left: 40px;
    margin-right: 40px;
    padding: 55px;
    border-radius: 10px;
    background-color: #F8F8F8;
    margin-top: -35px;
    position: relative;
}

.solution-detail .right .text .title{
    font-size: 30px;
    font-family: "Poppins-Bold";
    margin-bottom: 30px;
}

.solution-detail .right .text .intro{
    font-size: 15px;
    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: 68%;
    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: 30px;
}

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

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

.land .title{
    margin-top: 10px;
}

.richtext .container{
    max-width: 1230px;
}
.choose .container{
    max-width: 1230px;
}
.manufacturing-support .container{
    max-width: 1230px;
}

/* 针对手提电脑屏幕的媒体查询 */
@media (min-width: 1024px) and (max-width: 1600px) {
    section{
        padding: 60px 0;
    }
    #placeholderBox{
        height: 140px;
    }
    #header{
        top: 80px;
    }
    .header-top-section{
        height: 80px;
    }
    .header-top-wrapper .logo img{
        max-height: 55px;
    }
    #header .search{
        width: 200px;
    }
    #header .search form{
        width: 190px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #header .flag-li a{
        padding: 0 0 0 50px;
    }
    #header .search form input{
        height: 35px;
        padding: 0px 0 0 16px;
    }
    .whatsapp-contact .img-box img{
        width: 45px;
    }
    .whatsapp-contact .text p{
        font-size: 18px;
    }
    .main-nav a{
        font-size: 15px;
        padding: 0 24px;
    }
    .btn{
        font-size: 14px;
    }
    .index-about h3{
        font-size: 36px;
    }
    .index-about p{
        font-size: 15px;
    }
    .index-about .right .item h5{
        font-size: 35px;
    }
    .index-about .right .item p{
        font-size: 14px;
    }
    .what-we .row{
        margin-top: 20px;
    }
    .section-title{
        font-size: 35px;
    }
    .index-customer .box{
        margin-top: 50px;
    }
    .index-news #news{
        margin-top: 45px;
    }
    .contact h3{
        font-size: 36px;
    }
    .news-item.article-item .text .title{
        font-size: 17px;
        height: 52px;
    }
    .casedetail.newsdetail .other .title{
        font-size: 28px;
    }
    .casedetail .left .title{
        font-size: 35px;
    }
    .product .filter .level-1 li a span{
        font-size: 17px;
    }
    .index-video .catch-copy .number{
        font-size: 130px;
    }
    .index-video .catch-copy .years{
        font-size: 74px;
    }
    .index-video .catch-copy .title{
        font-size: 26px;
    }
    #tool .item:first-child i{
        font-size: 25px;
    }
    #tool .item i{
        font-size: 22px;
    }
    #tool .item:last-child img{
        width: 16px;
        height: 16px;
    }
    .what-we .text .parents-a{
        font-size: 23px;
    }
    .casedetail .info-ul li p{
        font-size: 19px;
    }
    .btn-prev{
        left: 15px!important;
    }
    .btn-next{
        right: 15px!important;
    }
    .btn-prev, .btn-next{
        width: 40px!important;
        height: 40px!important;
    }
    .btn-prev i, .btn-next i{
        font-size: 16px!important;
    }
    #index-news-prev, #index-news-next{
        top: 30%;
    }
    .footer .item h3{
        font-size: 20px;
    }
    .footer-logo-column img{
        width: 80px;
    }
    .footer .item{
        width: 20%;
    }
    .footer .item.item-2{
        width: 15%;
        margin-left: 126px;
    }
    .footer .item.item-2, .footer .item.item-3{
        width: 15%;
    }
    .social-links .social-item{
        width: 40px;
        height: 40px;
    }
    .social-links .social-item i{
        font-size: 18px;
    }
    .social-links .social-item.twitter img, .social-links .social-item.tiktok img{
        width: 20px;
    }
    .inquriy .right{
        padding: 0 195px 0 35px;
    }
    .inquriy .inquiry-top p{
        font-size: 14px;
    }
    .inquriy .inquiry-top h3{
        font-size: 35px;
    }
    #footerForm .form-control{
        font-size: 14px;
        height: 46px;
    }
    #footerForm .textarea{
        height: 110px;
    }
    .banner .text .title{
        font-size: 35px;
    }
    .container{
        max-width: calc(100% - 45px);
    }
    .main-nav.en a{
        padding: 0 25px;
    }
    .news-item .text .more .line{
        width: 130px;
    }
}
@media (max-width: 768px) {
    #header{
        top: 0;
    }
    #header .container{
        justify-content: space-between;
    }
    .header-top-section{
        display: none;
    }
    .index-news .section-title{
        width: auto;
    }
    .index-video{
        height: 477px!important;
    }
    .index-video .video{
        padding-top: 0;
        padding-left: 0;
    }
    .index-video .catch-copy{
        left: 15px;
        bottom: 55px;
    }
    .index-video .catch-copy img{
        width: 85px;
    }
    .index-video .catch-copy .number{
        font-size: 50px;
    }
    .index-video .catch-copy .number::after{
        font-size: 40px;
        top: -6px;
        right: -20px;
    }
    .index-video .catch-copy .years{
        font-size: 30px;
        margin-left: 20px;
    }
    .index-video .catch-copy .title{
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .index-video:before, .index-video:after{
        display: none;
    }
    .index-video .catch-copy li:nth-last-child(1) p, .index-video .catch-copy li:nth-last-child(2) p{
        font-size: 12px;
    }
    .index-video .catch-copy li:nth-last-child(2){
        margin-bottom: 14px;
    }
    .index-about .bg img{
        position: relative;
    }
    .index-about .left,.index-about .right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .index-about .bg img{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }.index-about h3{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .index-about p{
        font-size: 15px;
        line-height: 30px;
    }
    .index-about .left-bottom{
        flex-direction: column;
        align-items: flex-start!important;
    }
    .btn{
        font-size: 13px;
        padding: 8px 25px;
    }
    .index-about .btn{
        margin-top: 20px;
    }
    .index-about .left .left-bottom .whatsapp-contact{
        margin-left: 0;
    }
    .index-about .left .left-bottom .whatsapp-contact img{
        width: 40px;
    }
    .index-about .right{
        box-shadow: unset;
        background-color: unset;
    }
    .index-about .right .row{
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .index-about .right .item{
        padding-left: 7.5px;
        padding-right: 7.5px;
        padding-top: unset;
        padding-bottom: unset;
    }
    .index-about .right::before,.index-about .right::after{
        display: none;
    }
    .index-about .right .item-box{
        width: 100%;
        background-color: #fff;
        border-bottom: 20px solid #F5F6FA;
        padding: 17px 0;
    }
    .index-about .right .item-box img{
        height: 40px;
    }
    .index-about .right .item h5{
        font-size: 25px;
        margin: 10px 0 0px 0;
    }
    .index-about .right .item p{
        font-size: 12px;
    }
    .what-we .row{
        margin-top: 0;
    }
    .what-we .text{
        top: 0;
    }
    .what-we .item{
        margin-top: 20px;
    }
    .what-we .item:hover .text .parents-a{
        margin-top: 20px;
    }
    .what-we .item .text .parents-a{
        font-size: 18px;
        margin-top: 20px;
    }
    .what-we .item .text .parents-a{
        margin-top: 20px;
    }
    .what-we .text hr{
        margin: 15px 0 15px 0;
    }
    .what-we ul li{
        line-height: 30px;
    }
    .what-we ul li a{
        font-size: 13px;
    }
    .index-customer .box{
        margin-top: 25px;
    }
    .index-news .section-title{
        line-height: 30px;
    }
    .index-news .row{
        margin-top: 30px;
    }
    #customer-prev{
        left: 15px;
    }
    #customer-next{
        right: 15px;
    }
    .section-title{
        font-size: 23px;
    }
    .news-item.article-item .text .title{
        font-size: 16px;
        height: 50px;
        margin-bottom: 12px;
    }
    .news-item.article-item .text .more span{
        font-size: 12px;
    }
    .news-item.article-item .text .more .line{
        width: 165px;
    }
    .news-item.article-item .date .day{
        font-size: 22px;
    }
    .news-item.article-item .date .month{
        font-size: 14px;
    }
    .news-item.article-item .date{
        padding: 9px 13px 5px 12px;
    }
    .news-item.article-item.article-item .text{
        margin-right: 0;
        padding: 12px 20px 15px 20px;
    }
    .footer .item{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .footer-img{
        width: 70px;
    }
    .mobile-footer .panel-heading .panel-title {
        padding: 15px 0;
    }
    .footer .download-btn{
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 6px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .inquiry .info-group .item .title{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .form .subtitle{
        font-size: 13px;
    }
    .footer-line{
        margin-top: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        flex-direction: column-reverse;
    }
    .footer .download-btn a{
        font-size: 14px;
    }
    .panel-group .container{
        padding-left: 0;
        padding-right: 0;
    }
    .panel-group .container .float-right{
        margin-bottom: 5px;
    }
    .social-links .social-item{
        width: 36px;
        height: 36px;
    }
    .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;
    }
    .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);
    }
    .social-links{
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .social-links .social-item i{
        font-size: 20px;
    }
    .social-links .social-item.twitter img, .social-links .social-item.tiktok img{
        width: 22px;
    }
    .index-news .news-item.article-item{
        margin-bottom: 20px;
    }
    .banner .img{
        padding-bottom: 40%;
    }
    .banner .text .title{
        font-size: 25px;
    }
    .about .right h3{
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .about .right p{
        font-size: 15px;
        line-height: 30px;
    }
    .certificate{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .certificate .section-title{
        margin-bottom: 20px;
    }
    .certificate .box .btn-prev{
        left: 0;
    }
    .certificate .box .btn-next{
        right: 0;
    }
    .certificate .box {
        margin-left: 0;
        margin-right: 0;
        padding: 0 60px 0 60px;
    }
    .inquriy .right{
        padding: 0;
    }
    #footerForm .left, #footerForm .right{
        padding-left: 15px;
        padding-right: 15px;
    }
    .envir{
        padding-bottom: 35px;
    }
    .envir .section-title{
        margin-bottom: 0;
    }
    .envir #envir-flow .layui-flow-more{
        margin-top: 30px;
    }
    .envir #envir-flow .layui-flow-more .more-btn{
        font-size: 13px;
        padding: 3px 28px;
    }
    .inquriy .inquiry-right{
        padding: 30px 0;
    }
    .inquriy .map{
        width: 40px;
    }
    .inquriy .inquiry-top{
        margin-top: 30px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inquriy .inquiry-top h3{
        font-size: 30px;
    }
    #footerForm{
        margin-bottom: 30px;
    }
    #footerForm .form-control{
        height: 45px;
        font-size: 12px;
    }
    #footerForm .textarea{
        height: 100px;
        margin-bottom: 20px;
    }
    #footerForm .inquiry-btn{
        font-size: 13px;
        padding: 10px 0;
    }
    .sitemap .site-map .father{
        width: 100px;
        padding: 8px;
    }
    .sitemap .site-map{
        max-width: 100%;
    }
    .sitemap .site-map .level-2{
        flex-direction: column;
    }
    .product .row{
        flex-direction: column;
    }
    .product .filter .title{
        font-size: 28px;
    }
    .product .filter .level-1 li a span{
        font-size: 16px;
    }
    .product .filter .level-1 .level-2 li a{
        font-size: 14px;
    }
    .product .filter-outer,.product .list{
        width: 100%;
    }
    .product .filter-outer{
        position: unset;
        margin-bottom: 20px;
    }
    .product .list .item{
        padding-left: 0;
    }
    .product .list .item{
        margin-left: 0;
        /* margin-left: -15px; */
        /* margin-right: -15px; */
    }
    .product .product-item{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .product .item-child:nth-child(odd){
        padding-right: 7.5px;
    }
    .product .item-child:nth-child(even){
        padding-left: 7.5px;
    }
    .product-item .name{
        font-size: 13px;
        height: 40px;
        overflow: hidden;
    }
    .pagination a{
        width: 43px;
        height: 43px;
    }
    .pagination a:first-child, .pagination a:nth-last-child(2){
        font-size: 11px;
    }

    .product-detail-1 {
        padding-top: 20px;
        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: 20px;
    }
    .product-detail-1 .right .btn-group .item {
        width: 125px;
        height: 35px;
        align-items: center;
    }
    .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: 13px;
    }
    .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;
    }
    .product-detail-1 .right .intro{
        margin-top: 15px;
    }
    .detail-tab-content-box > div{
        padding: 30px 0 0 0; 
    }
    .detail-tab-content-box iframe{
        height: 270px;
    }
    .faq-list .question{
        font-size: 15px;
        padding: 20px 35px 20px 20px;
    }
    .faq-list .answer{
        font-size: 13px;
        padding: 10px 20px;
    }
    .faq-list .collapsed .question::after{
        top: 32%;
    }
    .related-products .box{
        margin-top: 20px;
    }
    #related-prev{
        left: 15px;
    }
    #related-next{
        right: 15px;
    }
    .news{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .news-item{
        margin-bottom: 30px;
    }
    .pagination{
        padding-top: 0;
    }
    .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;
    }
    .contact .left{
        padding-right: 15px;
    }
    .contact .left p{
        font-size: 15px;
        line-height: 30px;
    }
    .contact .right{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }
    .contact h3{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .contact .right .item:nth-child(2) .item-child{
        margin-bottom: 15px;
    }

    .contact .right .item:nth-child(2) .item-child:last-child{
        margin-bottom: 0;
    }
    .product.search .row{
        flex-direction: unset;
        flex-wrap: wrap;
    }
    .search .item-child:nth-child(odd){
        padding-left: 15px;
    }
    .search .item-child:nth-child(even){
        padding-right: 15px;
    }
    #index-news-prev{
        left: 15px;
    }
    #index-news-next{
        right: 15px;
    }
    #index-news-prev,#index-news-next{
        top: 31%;
    }
    .index-news{
        padding-bottom: 20px;
    }
    .index-news #news{
        margin-top: 30px;
        padding-bottom: 0;
    }
    .index-news .news-item.article-item .box{
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .index-about .bg img{
        margin-bottom: 25px;
    }
    .contact .contact-ul li .data-box{
        font-size: 13px;
    }
    #tool{
        display: none;
    }
    .mobile-nav .search .search-form{
        margin-top: 10px;
    }
    .mobile-nav .flag-li{
        margin-top: 10px;
    }
    .mobile-nav .flag-li ul li img{
        margin-right: 8px; 
    }
    .mobile-nav .flag-li .current-flag{
        display: flex;
    }
    .mobile-nav .flag-li .current-flag span{
        margin-left: 10px;
    }
    .manufacturing .section-intro{
        font-size: 15px;
        line-height: 28px;
        text-align: left;
    }
    .manufacturing .icon-container{
        margin-top: -10px;
    }
    .manufacturing .icon-group{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .manufacturing .icon-group .item{
        width: 50%;
        margin: 13px 0;
    }
    .manufacturing .icon-group .item p{
        font-size: 15px;
        margin-top: 8px;
    }
    .manufacturing-carousel .row{
        margin-left: 0;
        margin-right: 0;
    }
    .manufacturing-what-we .article{
        margin-top: 40px;
    }
    .manufacturing-support{
        padding-bottom: 40px;
    }
    .manufacturing-support .item{
        margin-top: 20px;
    }
    .manufacturing-support .item .text{
        margin: -55px 0 0 0; 
        padding: 70px 13px 30px 13px;
    }
    .manufacturing-support .item .text p{
        height: auto;
    }
    .manufacturing-support .item .text h4{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .manufacturing-support .item .text p{
        font-size: 14px;
    }
    .manufacturing-support .btn-box{
        margin-top: 40px;
    }
    .manufacturing-support .btn-box .btn{
        font-size: 15px;
        padding: 11px 35px;
    }
    .manufacturing-support .img-box{
        width: 120px;
        height: 120px;
    }
    .choose .section-title{
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 30px 0;
    }
    .choose .item{
        flex: 0 0 100%!important;
        max-width: 100%!important;
        padding-right: unset!important;
        margin-bottom: 50px;
    }
    .choose .item h4{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .choose .item .box{
        display: flex;
        align-items: flex-start;
        padding-right: 15px;
    }
    .choose .item p{
        font-size: 13px;
        text-align: left;
        height: auto;
    }
    .manufacturing .icon-group .item img{
        width: 80px;
        height: 80px;
    }
    .manufacturing-carousel .left,.manufacturing-carousel .right{
        width: 100%;
    }
    .manufacturing-carousel .left{
        min-height: 180px;
    }
    .manufacturing-carousel .left .subtitle{
        font-size: 16px;
    }
    .manufacturing-carousel .left .title{
        font-size: 27px;
    }
    .manufacturing-carousel .right .img{
        min-height: unset;
    }
    .manufacturing-carousel .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .manufacturing-carousel .swiper-pagination{
        bottom: 15px;
    }
    .manufacturing-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 30px;
    }
    .index-solutions .swiper-outer{
        margin-right: 0;
    }
    .index-solutions #solutions-next{
        right: 0;
    }
    .index-products{
        padding: 30px 0;
    }
    .index-products h3{
        font-size: 23px;
    }
    .index-products #products{
        margin-top: 20px;
    }
    .index-products #products-prev{
        left: 10px;
    }
    .index-products #products-next{
        right: 10px;
    }
    .products-item .pop-up{
        width: 270px;
        left: 0;
    }
    .products-item .pop-up .info p{
        font-size: 15px;
        margin-top: 2px;
    }
    .index-about{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .index-about .left .left-bottom{
        margin-top: 0;
    }
    .index-about .left .left-bottom .whatsapp-contact{
        margin: 30px 0;
    }
    .index-solutions{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .index-solutions #solutions{
        margin-top: 20px;
    }
    .index-solutions #solutions-prev{
        left: 10px;
    }
    .index-solutions #solutions-next{
        right: 10px!important;
    }
    .solutions-item h4{
        font-size: 18px;
    }
    .solutions-item p{
        font-size: 15px;
    }
    .index-news{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-strength .section-title{
        max-width: 100%;
    }
    .about-strength .row{
        margin-top: 10px;
    }
    .about-strength .item{
        margin-top: 30px;
    }
    .about-strength .item h5{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .about-strength .img-box{
        width: 80px;
        height: 80px;
    }
    .about .right{
        padding-left: 15px;
    }
    .inquiry .section-intro{
        width: 100%;
    }
    .inquiry #inquiryForm .bottom{
        display: block;
        flex-direction: column-reverse;
    }
    .inquiry #inquiryForm .bottom .left,.inquiry #inquiryForm .bottom .right{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-strength{
        padding-bottom: 70px;
        background-size: cover;
    }
    .about-strength .item p{
        font-size: 17px;
        margin-top: 15px;
        line-height: 1.4;
    }
    .inquiry{
        padding-top: 30px;
        padding-bottom: 40px;
        position: relative;
    }
    .inquiry .section-title{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .inquiry .section-intro{
        width: 100%;
        font-size: 15px;
        margin-bottom: 25px;
    }
    .inquiry #inquiryForm .item{
        margin-bottom: 20px;
    }
    .inquiry #inquiryForm .item .title{
        font-size: 15px;
    }
    .inquiry #inquiryForm .item input, .inquiry #inquiryForm .item textarea{
        height: 40px;
    }
    .inquiry #inquiryForm .item textarea{
        height: 85px;
    }
    .inquiry #inquiryForm .item:nth-last-child(2){
        margin-bottom: 20px;
    }
    .inquiry #inquiryForm .bottom .left p{
        font-size: 12px;
    }
    .inquiry #inquiryForm .bottom .left p{
        font-size: 12px;
    }
    .inquiry #inquiryForm .bottom .left{
        width: 100%;
        flex: 0 0 100%;
        max-width:100%;
    }
    .inquiry #inquiryForm .bottom .right{
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 20px;
        padding-left: unset;
    }
    .inquiry #inquiryForm .bottom .right button{
        width: 100%;
        font-size: 14px;
        padding: 12px 30px;
    }
    .product-detail-1 .right .p-item .item-title{
        margin-top: 0;                
        margin-bottom: 0;
    }
    .product-video{
        padding-bottom: 30px;
    }
    .product-video iframe{
        height: 248px;
    }
    .product-feature{
        padding-bottom: 30px;
    }
    .product-feature ul{
        margin-top: 30px;
    }
    .product-feature ul > li{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .product-feature ul > li .left, .product-feature ul > li .right{
        font-size: 14px;
    }
    .product-feature ul > li:first-child{
        padding-top: 20px;
    }
    .solution-list{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .solution-list .solutions-item{
        margin-top: 40px;
    }
    .solution-detail{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .solution-detail .box{
        padding: 20px 20px; 
    }
    .solution-detail .box .title{
        font-size: 25px;
        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;
        margin-bottom: 10px;
    }
    .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{
        margin-bottom: 20px;
    }
    .solution-detail .box .news-box h3{
        font-size: 25px;
    }
    .casedetail.newsdetail .other .other-box.news-box{
        padding: 30px 25px;
    }
    .contact{
        padding-top: 0;
    }
    .contact .info-group .item{
        padding: 30px 15px 30px 15px;
    }
    .contact .map iframe{
        height: 270px;
    }
    .contact .info-group .item:first-child ul>li{
        font-size: 13px;
    }
    .contact .info-group .item ul>li{
        font-size: 13px;
    }
    .contact .info-group .item h3{
        font-size: 18px;
    }
    .contact .info-group .item img{
        height: 45px;
    }
    .contact .info-group .item:nth-child(3),.contact .info-group .item:nth-child(4){
        padding: 0 15px 30px 15px;
    }
    .about-strength .img-box img{
        width: 50px;
        height: 50px;
    }
    .inquiry #inquiryForm .item input::placeholder{
        font-size: 12px;
    }
    .advertising-related-products #related-prev{
        left: 10px;
    }
    .advertising-related-products #related-next{
        right: 10px;
    }
    .manufacturing-support .img-box img{
        height: 50px;
    }
    .related-products #related{
        margin-top: 20px;
    }
    .related-products .box{
        margin-top: 0;
    }
}