﻿.section-banner .swiper-slide .banner-content { position: relative; }

.section-banner .swiper-slide .banner-content .banner-container { position: absolute; top: 50%; left: 0;
-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }

.section-banner .swiper-slide .banner-content .banner-container .content-title h2 { color: #fff; font-weight: 600;
font-size: 26px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; position: relative; }

.section-banner .swiper-slide .banner-content .banner-container .content-title h2::before { content: ''; position:
absolute; left: 0; bottom: 0; width: 110%; border-bottom: 1px solid #fff; }

.section-banner .swiper-slide .banner-content .banner-container .list { padding-left: 1.2rem; }

.section-banner .swiper-slide .banner-content .banner-container .list li { color: #fff; list-style: square; }

.section-banner .swiper-slide .banner-content .banner-container .list li a { color: #fff; }

.container-fluid{
    overflow:hidden;
}

.swiper-banner .swiper-pagination-bullet {
    width: 60px;
    border-radius: 0;
    height: 5px;

}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background:var(--main-theme-color);
}







.section-search .option-intersection .category .list-item .btn-item {
background-color: unset;
color: #5d5d5d;
border-color: #5d5d5d;
border-radius: unset;
margin-right: 15px;
padding: 10px 15px;
}
.year-active{
    color: var(--main-theme-color);
}
.section-search .option-intersection .category .list-item .btn-item:hover {
background-color: var(--main-theme-color1);
color: #fff;
border-color: var(--main-theme-color1);
}
.section-search .option-intersection .search .text {
padding-left: 15px;
border: 1px solid #a7a7a7;
outline: none;
border-right: unset;
border-radius: 10px 0 0 10px;
}
.section-search .option-intersection .search .icon button {
background-color: var(--main-theme-color1);
padding: 10px 20px;
color: #fff;
border-left: unset;
border: 1px solid var(--main-theme-color1);
}

.section-list .list-item {
border-bottom: 1px solid #dadada;
}
.section-list .list-item .content .date {
color: #cccccc;
}
.section-list .list-item .content:hover .title {
color: var(--main-theme-color1);
}

.section-search .option-intersection .category .active .btn-item{
    background-color: var(--main-theme-color1);
    color:#fff;
    border:1px solid var(--main-theme-color1);
}

.section-navigation .page-item {
margin-right: 5px;
}
.section-navigation .page-item .page-link {
padding: 8px 15px;
border-radius: unset;
border: none;
color: #000;
}
.section-navigation .page-item.active .page-link {
background-color: var(--main-theme-color1);
color: #Fff;
border-radius: 5px;
}/*# sourceMappingURL=style.min.css.map */









.numberList{
    height:80px;
    overflow-y: scroll;
}

::-webkit-scrollbar{
    width:6px;height:6px;
    background-color: #00000040;
}
::-webkit-scrollbar-thumb{
    background-color:var(--main-theme-color);
    border-radius:10px;
}
::-webkit-scrollbar-track{
    background-color:transparent;
}





 .line-clamp-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
 }
  .recom-article{
    display:flex;
  }
 .recom-article a{
    color:#000;
 }
 .recom-article img{
    width: 80px;
    height: auto;
    aspect-ratio: 1;
    min-width: 80px;
    margin-right: 10px;
    object-fit: contain;
 }
 .recom-article .text-sm{
    color: var(--text-color);
    font-weight: 200;
    font-size: 13px;
    white-space: nowrap;
 }
 .recom-article:hover a{
    color:var(--main-theme-color);
 }
 
 
 
 
 
 
 
 
 
 
 .breadcrumb-img .breadcrumb-title{
    position:absolute;
}

@media (min-width:320px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:15px;
    }
}


@media (min-width:576px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:30px;
    }
}

@media (min-width:767px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.5rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:40px;
    }
}

@media (min-width:992px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:50px;
    }
}

@media (min-width:1200px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:60px;
    }
}

@media (min-width:1400px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:80px;
    }
}

@media (min-width:1680px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:90px;
    }
}












.section-images .title { font-size: 48px; }

.contentelement__type__averni_downloadlist{
    border-bottom: 1px solid var(--main-theme-color1);
}
.download--extended{
    border-top: 1px solid var(--main-theme-color1);
    padding: 20px 0;
}
.download__title {
    font-size:18px;
    color:var(--main-theme-color1);
}
.button--download{
    color:var(--main-theme-color1);
}




.section-number { color: #fff; }

.section-number .number { width: 140px; height: 140px; border: 1px solid #ddd; border-radius: 50%; position: relative;
margin: 0 auto; }

.section-number .number .data { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #505050; }

.section-number .number .data span { font-size: 36px; }

.section-number .number .data .unit { font-size: 26px; }

.section-number .text { padding: 10px 0; color: #505050; }

.section-number .wf-aboutus-number1 .number,
.section-number .wf-aboutus-number4 .number{border:1px solid #3d4c6d;}
.section-number .wf-aboutus-number1 .text,
.section-number .wf-aboutus-number4 .text{color:#3d4c6d;}

.section-number .wf-aboutus-number2 .number,
.section-number .wf-aboutus-number5 .number{border:1px solid #90afcb;}
.section-number .wf-aboutus-number2 .text,
.section-number .wf-aboutus-number5 .text{color:#90afcb;}

.section-number .wf-aboutus-number3 .number{border:1px solid #f70;}
.section-number .wf-aboutus-number3 .text{color:#f70;}




#section-ceo-say .ceo-say .container-bg { background-color: #EB6100; }

#section-ceo-say .ceo-say .container-bg figure { margin: 0; }



.section-office .title { font-size: 48px; }

.section-office figure{
    margin:0;
}









            #wf-solution .section-introduce .description{
                font-size: 24px;
            }

            #wf-solution .section-introduce .image {
                position: relative;
                border: 1px solid var(--style);
            }

            #wf-solution .section-introduce .image img{
                padding:15px;
                filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.3));
            }

            #wf-solution .section-introduce .image .content {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                display: flex;
                justify-content:center;
                align-items: center;
                background: var(--style);
                color: #fff;
                border-radius: 50%;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s;
                margin:15px;
            }

            #wf-solution .section-introduce .image:hover .content{
                visibility: visible;
                opacity: 1;
            }

            #wf-solution .section-introduce .image .content .detail {
                font-size: 14px;
                padding: 0 25px;
            }

            #wf-solution .section-introduce .item .title h3{
                color:var(--style);
            }


            #wf-solution .section-applications{
                background-color: #333;
            }

            #wf-solution h2{
                font-size: 48px;
            }

            #wf-solution .section-applications .detail{
                font-size: 24px;
            }

            #wf-solution .section-applications .applications-list .item{
                padding: 15px;
                width: 30%;
                transition: all 0.3s;
            }


            #wf-solution .section-sample-board .content .title h2{
                    color: var(--main-theme-color1);
                }

            #wf-solution .section-sample-board .content .detail{
                font-size: 24px;
            }

            #wf-solution .section-sample-board .content .sample-kit-btn a{
                padding: 20px 50px;
                color: #fff;
                background-color: var(--main-theme-color1);
                border-radius: 5px;
                transition: all 0.3s;
            }

            #wf-solution .section-sample-board .content .sample-kit-btn a:hover{
                background-color: var(--main-theme-color);
            }

            #wf-solution .section-testing-support .item .image{
                transition: all 0.3s;
            }

            #wf-solution .section-testing-support .item:hover .image{
                transform: translateY(-15px);
            }

            @media (min-width:768px){
                #wf-solution .section-applications .applications-list .item{
                    width:50%;
                }
                #wf-solution .section-sample-board .image{
                    width: 37.5%;
                }
                #wf-solution .section-sample-board .content{
                    width: 62.5%;
                }
            }

            @media (min-width:992px){
                #wf-solution .section-applications .applications-list .item,#wf-solution .section-testing-support .item{
                    width: 30%;
                }
            }



            #wf-solution .section-applications .applications-list .item:hover{
                transform: scale(1.05);
            }



            @media (max-width:767.98px){
                #wf-solution .section-introduce .image .content .detail {
                    font-size: 12px;
                    padding: 0 15px;
                }
                #wf-solution .section-applications .applications-list .item{
                    width:50%;
                }
            }

            @media (max-width:575.98px){
                #wf-solution .section-introduce .image .content .detail {
                    padding: 0 25px;
                }
                #wf-solution .section-applications .applications-list .item{
                    width:75%;
                }
            }

            #wf-solution .section-applications-resources{
                background-color: #333;
                padding: 5rem 0;
            }

            #wf-solution .section-applications-resources .resources-bg{
                background-color: #fff;
                padding: 1.25rem;
                border-radius: 10px;
                min-height: 300px;
                width: 100%;
            }

            #wf-solution .section-picture-search{
                background-color: #333;
            }

            #wf-solution .section-picture-search .picture-list .item{
                position: relative;
                width: 30%;
            }

            #wf-solution .section-picture-search .picture-list .item .content{
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

            #wf-solution .section-picture-search .picture-list .item h6{
                position: absolute;
                top: 20px;
                left: 50%;
                transform: translateX(-50%);
                width: 75%;
                background-color: rgba(235,102,46,0.6);
                color: #fff;
                font-size: 14px;
            }

            #wf-solution .section-picture-search .picture-list .item{
                overflow: hidden;
                margin: 15px;
            }

            #wf-solution .section-picture-search .picture-list .item,#wf-solution .section-picture-search .picture-list .item img,#wf-solution .section-picture-search .picture-list .item h6{

                transition: all 0.3s;
            }

            #wf-solution .section-picture-search .picture-list .item img{
                transform: scale(1.8);
            }

            #wf-solution .section-picture-search .picture-list .item:hover {
                transform: scale(1.2);
                z-index: 10;
            }

            #wf-solution .section-picture-search .picture-list .item:hover img {
                transform: scale(1);
            }

            #wf-solution .section-picture-search .picture-list .item:hover h6{
                top:0;
                width: 100%;
                background-color: var(--main-theme-color1);
            }

            #wf-solution .section-picture-search .picture-list .item:hover .bottom-detail{
                opacity: 1;
                visibility: visible;
            }

            #wf-solution .section-picture-search .picture-list .item .fa{
                width: 36px;
                height: 36px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,0);
                transition: all 0.3s;
                color: #8a8a8a;
                background-color: rgba(254,254,254,.75);
                border: 2px solid var(--main-theme-color1);
                border-radius: 50px;
                z-index: 99;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            #wf-solution .section-picture-search .picture-list .item:hover .fa{
                transform: translate(-50%,-50%);
                border-width: 5px ;
            }

            .fa-plus-circle:before{
                transform: translateX(-0.3px);
            }

            #wf-solution .section-picture-search .picture-list .item .bottom-detail{
                position: absolute;
                bottom: 0;
                left: 0;
                font-size: 12px;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s;
            }

            #wf-solution .section-picture-search .picture-list .item .bottom-detail .detail,#wf-solution .section-picture-search .picture-list .item .bottom-detail a{
                display: block;
                background-color: rgba(255,255,255,0.6);
                color: #666;
                font-size: 12px;
            }












.breadcrumb-img .breadcrumb-title{
    position:absolute;
}

@media (min-width:320px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:15px;
    }
}


@media (min-width:576px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:30px;
    }
}

@media (min-width:767px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.5rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:40px;
    }
}

@media (min-width:992px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:50px;
    }
}

@media (min-width:1200px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:60px;
    }
}

@media (min-width:1400px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:80px;
    }
}

@media (min-width:1680px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:90px;
    }
}




.breadcrumb-img .breadcrumb-title{
    position:absolute;
}

@media (min-width:320px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:15px;
    }
}


@media (min-width:576px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:30px;
    }
}

@media (min-width:767px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.5rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:40px;
    }
}

@media (min-width:992px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:50px;
    }
}

@media (min-width:1200px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:60px;
    }
}

@media (min-width:1400px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:80px;
    }
}

@media (min-width:1680px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:90px;
    }
}


.section-solution .item .content .title,.section-solution .item .content .text{
    flex:1;
}

.section-solution .item a{
    display:flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;

}

.section-solution .item a .content{
    position:relative;
    flex:1;
}

.section-solution .item figure img{
    transition: all 0.6s;
        aspect-ratio: 207 / 130;
    object-fit: cover;
}

.section-solution .item .content .text::before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    height:75%;
    width:1px;
    background:#fff;
}







.section-solution .item { position: relative; overflow: hidden; }

.section-solution .item figure { margin: 0; }

.preserve-td{
    transition: all 0.1s;
    transform-style: preserve-3d;
}
.section-solution .item .content { background-color: var(--main-theme-color1);
color: #fff; padding: 20px; width: 100%; }

.section-solution .item .content .title { font-size: 22px;color: #fff; }

.section-solution .item .content .button { padding: 6px 12px; font-size: 16px; position: absolute; bottom: 15px; }

.section-solution .item figure{
    overflow: hidden;
}

.section-solution .item figure img{
    transition: all 0.6s;
        aspect-ratio: 207 / 130;
    object-fit: cover;
}

.section-solution .item:hover img{
    transform: scale(1.2);
}


.section-form .title { font-size: 42px; }

.section-form .contact-form .form-input { min-height: 45px; }

.section-form .contact-form .form-check-input { padding: 10px; margin: 0; }

.section-form .contact-form .form-check-label { font-size: 18px; }

.section-form .contact-form .hidde-file { left: 0; top: 0; opacity: 0; width: 100%; cursor: pointer; z-index: 999; }

.section-form .contact-form .button { background-color: var(--main-theme-color1); border-color:
var(--main-theme-color1); }



.form-control{
    padding:1rem;
    border-radius:0;
    margin-bottom:15px;
    border:1px solid #5a7e92;
}

.form-check-label{
    font-size:14px;
}

.form-contact{
    border:1px solid #5a7e92;
}

.form-btn{
    margin:20px calc(-1.5rem - 1px) -1px;
    border:1px solid transparent;
    border-top-color:#5a7e92;
}


.form-btn:hover{
    border-color:var(--main-theme-color1);
}

.form-btn:hover button{
    color:var(--main-theme-color1);
}

.form-btn button{
    position:relative;
    width: 100%;
    background: transparent;
    border: none;
}

.right-arrow{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 20px;
    border-left: 1px solid #5a7e92;
}

.form-btn:hover button .right-arrow{
    border-left: 1px solid var(--main-theme-color1);
    background-color:var(--main-theme-color1);
}

.form-btn:hover button svg path{
    fill:#fff;
}










        :root {
            --main-theme-color: #00479D;
            --main-theme-color1: #eb6622;
        }

        .swiper {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;

            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: 0;
        }

        .onlineservice_box {
            position: fixed;
            right: 0;
            bottom: 200px;
            z-index: 999;
        }

        .onlineservice_box li.onlineservice_li {
            width: 48px;
            height: 48px;
            position: relative;
            text-align: center;
            margin-bottom: 5px;
            list-style: none;
        }

        .onlineservice_box li.onlineservice_li .onlineservice_icon {
            color: #fff !important;
            font-size: 24px;
            height: 100%;
            background-color: var(--main-theme-color);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .onlineservice_box li.onlineservice_li .onlineservice_icon:hover {
            background-color: #525252;
        }

        .onlineservice_box .onlineservice_tips {
            padding: 5px 8px;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 4px;
            position: absolute;
            right: 58px;
            top: 6px;
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transition: all .4s;
            transition: all .4s;
        }

        .onlineservice_box .onlineservice_tips:after {
            content: "";
            display: inline-block;
            width: 10px;
            height: 10px;
            border: 1px solid #ccc;
            border-color: transparent #ccc #ccc transparent;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            right: -6px;
            top: 10px;
            background-color: #fff;
        }

        .onlineservice_box > li:hover .onlineservice_tips {
            -webkit-transform: rotateX(0);
            transform: rotateX(0);
        }

        .onlineservice_box .onlineservice_tips li {
            width: auto;
            height: auto;
            white-space: nowrap;
            list-style: none;
        }

        .onlineservice_box .onlineservice_tips li a {
            display: block;
            min-height: 22px;
            text-align: center;
            line-height: 22px;
            color: #737578;
            margin: 4px 0;
            font-size: 15px;
        }

        .onlineservice_box .onlineservice_tips li a:hover {
            color: var(--main-theme-color);
        }

        .page-inquiry-form > .row > div {
            margin-top: 20px;
        }

        .page-inquiry-form > .row > div > label {
            margin-bottom: 10px;
        }

        .page-inquiry-form > .row > div > input {
            margin-left: 15px;
        }

        .page-inquiry-form > .row > div > textarea {
            margin-left: 15px;
        }

        .checkboxBox > div > span {
            margin-right: 70px;
            display: inline-block;
            margin-top: 20px;
            font-size: 14px;
            color: #595959;
        }

        .sahjkdhaskd {
            margin-left: 15px;
            margin-top: 20px;
        }

        .alices {
            fill: white;
            animation: alcsi 2s infinite;
        }

        @keyframes alcsi {
            0% {
                transform: scale(.5);
            }
            50% {
                transform: scale(1);
            }
            100% {
                transform: scale(.5);
            }
        }
        
        
        
        
        



    #wf-index-connector .swiper-container-horizontal>.swiper-pagination-bullets,
    #wf-index-connector .swiper-pagination-custom,
    #wf-index-connector .swiper-pagination-fraction {
      bottom: 0;
    }

    #wf-index-connector .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100%) / 2);

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }



      #wf-index-connector .index-connector .connector-introduce {
        background-color: #333333;
      }

      #wf-index-connector .index-connector .connector-content .bottom-title{
        padding: 20px;
        background-color: var(--main-theme-color1);
        color: #fff;
        margin: 0;
        min-height:88px;
      }

      #wf-index-connector .index-connector .connector-content .myConnectorSwiper .swiper-slide:nth-child(2) .bottom-title,#wf-index-connector .index-connector .connector-content .myConnectorSwiper .swiper-slide:nth-child(3) .bottom-title
      ,#wf-index-connector .index-connector .connector-content .myConnectorSwiper .swiper-slide:nth-child(6) .bottom-title,#wf-index-connector .index-connector .connector-content .myConnectorSwiper .swiper-slide:nth-child(7) .bottom-title
      ,#wf-index-connector .index-connector .connector-content .myConnectorSwiper .swiper-slide:nth-child(10) .bottom-title,#wf-index-connector .index-connector .connector-content .myConnectorSwiper .swiper-slide:nth-child(11) .bottom-title
      {
        background-color: var(--main-theme-color);
      }

    #wf-index-connector .index-connector .connector-content .myConnectorSwiper .slide-detail h5{
        font-size:14px;
    }

      #wf-index-connector .index-connector .connector-content .slide-detail .description{
        background-color: #F4F4F4;
        height: 100%;
        padding: 10px 0;
      }

      #wf-index-connector .index-connector .connector-content .slide-detail .description a:hover{
        color: var(--main-theme-color1);
      }

      #wf-index-connector .index-connector .connector-content .slide-detail .description .view-more{
        display: block;
        padding: 3px 20px;
        border: 1px solid var(--main-theme-color1);
        color: var(--main-theme-color1);
        font-size: 14px;
        font-weight: 600;
      }

      .content-column{
        position: relative;
        overflow: hidden;
        height: 100%;
        width:100%;
      }

      #wf-index-connector .index-connector .connector-content .content-column .slide-image{
        height: calc(100% - 88px);
      }

      #wf-index-connector .index-connector .connector-content .row{
        position: relative;
      }

      #wf-index-connector .index-connector .connector-content .content-column .slide-detail{
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -100%;
        left: 0;
        transition: all 0.6s;
        opacity:0;
        visibility: hidden;
      }



      #wf-index-connector .index-connector .connector-content .content-column:hover .slide-detail{
        bottom: -15px;
        opacity:1;
        visibility:visible;
      }

      #wf-index-connector .index-connector .connector-content .end-content{
        position: absolute;
        right: 0;
        height: 100%;
      }


      #wf-index-connector .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
        border-radius: 0;
        width: 32px;
        height: 3px;
        background-color: var(--main-theme-color1);
      }

      #wf-index-connector .swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: var(--main-theme-color);
      }

      #wf-index-connector .index-connector .connector-content .bottom-title{
          background-color: var(--main-theme-color1);
      }

      #wf-index-connector .index-connector .connector-content .bottom-title a{
          transition:all 0.6s;
          text-align:center;
          flex:2;
          margin:0;
          color:#fff;
      }

      #wf-index-connector .index-connector .connector-content .content-column:hover .bottom-title a {
          flex:0;
          width:0;
      }

      #wf-index-connector .index-connector .connector-content .bottom-title .connector-detail{
          flex:none;
          opacity:0;
          visibility:hidden;
          transition:all 0.6s;
          position:relative;
          font-size:14px;
          width:0;
      }

      #wf-index-connector .index-connector .connector-content .bottom-title .connector-detail::before{
            content:'';
            position:absolute;
            left:0;
            top:50%;
            transform:translateY(-50%);
            height:75%;
            width:1px;
            background:#fff;
      }

      .content-column:hover .bottom-title .connector-detail{
          opacity:1!important;
          visibility:visible!important;
          flex:1!important;
      }

      .content-column .slide-image{
          overflow:hidden;
          
      }
        .content-column .slide-image img{
            transition:all 0.6s;
        }


      .content-column:hover .slide-image img{
          transform:scale(1.15);
      }











.nav-background-image{
    display:none;
}


.nav-background-image{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.6);
}


.over-hidden{
    overflow:hidden;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst2,.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 {
    position: static;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst2 .solutions-content,.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box{
    position:absolute;
    left:0;
    background:#fff;
    width:100%;
    border-bottom:1px solid #f5f5f5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst2:hover .solutions-content,.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1:hover .nav-drop-box{
    opacity:1;
    visibility:visible;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst2 .solutions-content ul{
    border:none!important;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst2 ul .solution-item{
    width:20%;
    border:none;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst2 ul .solution-item:hover{
    background:transparent;
}

.header-nav .menu-nav .nav-left .list-nav > .list.listFirst2 ul .solution-item a:hover{
    background:transparent;
    color:var(--main-theme-color1);
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst2 ul .solution-item img{
    max-width:230px;
    height:138px;
}

.header-nav .menu-nav .nav-left .list-nav > .list.listFirst2 ul .solution-item a::before{
    background:transparent;
}

.header-nav .menu-nav .nav-left .list-nav > .list.listFirst2 ul .solution-item .title a{
    font-size:14px;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li{
    width:fit-content;
    border:none;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li .one-item{
    max-width:20%;
}


.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li ul{
    border:none;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li.level-one .one-item a{
    padding:15px;
    font-size:12px;
    width:100%;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li.level-one .one-item a .title{
    padding:10px 3px 0;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li a::before{
    content:none;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li a:hover{
    background-color:transparent;
    color: #000;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box img{
    border:1px solid #ccc;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li.level-one .one-item .level-two-list a{
    padding:5px 20px;
    color:var(--main-theme-color1);
    font-size:12px;
}

.header-nav .menu-nav .nav-left > .list-nav > .list.listFirst1 .nav-drop-box li.level-one .one-item .level-two-list a:hover{
    color:#666;
}
.header-nav .menu-nav .nav-left .list-nav > li ul li{
    position: relative;
}

@media(max-width:1440px) {
    .header-nav .menu-nav .nav-left .list-nav > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}











.section-solution .item .content .title,.section-solution .item .content
		.text {
	flex: 1;
}

.section-solution .item a {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.section-solution
		.item a .content {
	position: relative;
	flex: 1;
}

.section-solution .item
		figure img {
	transition: all 0.6s;
	aspect-ratio: 207 / 130;
	object-fit: cover;
}

.section-solution .item .content .text::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 75%;
	width: 1px;
	background: #fff;
}





.section-solution .item { position: relative; overflow: hidden; }

.section-solution .item figure { margin: 0; }

.preserve-td{
    transition: all 0.1s;
    transform-style: preserve-3d;
}
.section-solution .item .content { background-color: var(--main-theme-color1);
color: #fff; padding: 20px; width: 100%; }

.section-solution .item .content .title { font-size: 22px;color: #fff; }

.section-solution .item .content .button { padding: 6px 12px; font-size: 16px; position: absolute; bottom: 15px; }

.section-solution .item figure{
    overflow: hidden;
}

.section-solution .item figure img{
    transition: all 0.6s;
        aspect-ratio: 207 / 130;
    object-fit: cover;
}

.section-solution .item:hover img{
    transform: scale(1.2);
}



.breadcrumb-img .breadcrumb-title{
    position:absolute;
}

@media (min-width:320px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:15px;
    }
}


@media (min-width:576px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:30px;
    }
}

@media (min-width:767px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.5rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:40px;
    }
}

@media (min-width:992px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:1.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:50px;
    }
}

@media (min-width:1200px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:60px;
    }
}

@media (min-width:1400px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.25rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:80px;
    }
}

@media (min-width:1680px){
    .breadcrumb-img .breadcrumb-title .breadcrumb-page-title{
        font-size:2.75rem;
    }
    .breadcrumb-img .breadcrumb-title{
        bottom:90px;
    }
}