h2{
    font-size: 40px;
    font-family: 'Hind-Bold';
}
main.custom .explain{
    padding-bottom: 5.20835vw;
    background: url(/lib/images/custom/img_process_bg.jpg) left center;
    background-size: cover;
}
main.custom .explain .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main.custom .explain .content .left{
    max-width: 780px;
    width: 100%;
}
main.custom .explain .content .left h1{
    font-size: 40px;
    font-family: 'Hind-Bold';
    margin-bottom: 20px;
}
main.custom .explain .content .left p{
    font-size: 16px;
    margin-bottom: 40px;
}
main.custom .explain .content .left .text{
    display: flex;
    justify-content: space-between;
}
main.custom .explain .content .left .text .box{
    width: 240px;
    height: 240px;
    border: 1px dashed #0DA47E;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 26px;
}
main.custom .explain .content .left .text .box h4{
    font-size: 16px;
    font-family: 'Hind-Bold';
    position: relative;
    margin-bottom: 12px;
    color: #0DA47E;
}
main.custom .explain .content .left .text .box h4::after{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0DA47E;
    content: '';
    top: 7px;
    left: -16px;
}
main.custom .explain .content .left .text .box ul li{
    margin: 12px 0;
    font-size: 14px;
    font-family: 'Hind-Medium';
}

main.custom .customizable{
    padding: 5.20835vw 0;
    background: #f4f9fa;
}
main.custom .customizable .content{
    display: flex;
    align-items: center;
    
}
main.custom .customizable .content .left{
    max-width: 520px;
    width: 100%;
    margin-right: 120px;
}
main.custom .customizable .content .left img{
    width: 100%;
}
main.custom .customizable .content .right h2{
    margin-bottom: 60px;
}
main.custom .customizable .content .right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main.custom .customizable .content .right ul li{
    max-width: 380px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 20px;
    transition: all 0.5s;
}
main.custom .customizable .content .right ul li p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-family: 'Hind-Medium';
}
main.custom .customizable .content .right ul li:hover{
    height: auto;
    padding: 10px 0;
}
main.custom .customizable .content .right ul li:hover p{
    overflow: initial;
    white-space: normal;
}
main.custom .customizable .content .right a{
    display: flex;
    margin-top: 60px;
    font-size: 20px;
    font-family: 'Hind-Medium';
    color: #0DA47E;
    text-decoration: underline;
}

main.custom .fields{
    padding: 5.20835vw 0;
}
main.custom .fields .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
}
main.custom .fields .content p{
    max-width: 880px;
    text-align: center;
    margin: 30px 0;
}
.fields-swiper{
    position: relative;
    width: 100%;
}
.swiper-container-fields{
    width: 100%;
}
.swiper-container-fields .swiper-slide .img{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.swiper-container-fields .swiper-slide .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
main.custom .fields .swiper-container-fields .swiper-slide p{
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}
.swiper-button-prev, .swiper-button-next{
    top: 36%;
}

.competence .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    padding-bottom: 5.20835vw;
}
.competence .content h2{
    font-family: 'Hind-Bold';
    color: #202020;
    margin-bottom: 30px;
}
.competence .content p{
    font-size: 16px;
    color: #404040;
    max-width: 880px;
    width: 100%;
    text-align: center;
}
.competence .content .txt{
    display: flex;
    margin-top: 5.20835vw;
    width: 100%;
}
.competence .content .txt .box{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #d1d9d9;
    height: 200px;
    padding: 30px;
}
.competence .content .txt .box:last-child{
    border-right: none;
}
.competence .content .txt .box img{
    width: 48px;
    height: 48px;
}
.competence .content .txt .box h4{
    margin: 30px 0;
    font-family: 'Hind-Bold';
    font-size: 20px;
}
.competence .content .txt .box p{
    max-width: 360px;
}

.customize-form{
    padding-top: 5.20835vw;
    background: url(/lib/images/custom/img_form_bg.png) bottom #f4f9fa;
    background-repeat: no-repeat;
    position: relative;
}
.customize-form>img{
    position: absolute;
    top: 170px;
    right: 60px;
}
.customize-form .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.customize-form .content>p{
    font-size: 16px;
    color: #404040;
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.customize-form .content span.line{
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #0DA47E;
    margin-bottom: 30px;
}
.customize-form .content .wpcf7{
    width: 100%;
}
.customize-form .content .wpcf7:last-child{
    display: none;
}

.customize-form form{
    padding: 5.20835vw 6.770855vw;
    width: 100%;
    background: #fff;

}
.customize-form form .half{
    width: 100%;
}
.customize-form form h3{
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Hind-Medium';
    font-weight: normal;
}
.customize-form form .half>span{
    width: 50%;
}
.customize-form form .half>span:first-child{
    margin-right: 30px;
    display: inline-block;
}
.wpcf7-form-control-wrap{
    width: 50%;
}
.customize-form form .half{
    display: flex;
    margin-bottom: 30px;
}
.customize-form form .half .select{
    width: 50%;
    margin-right: 30px;
    position: relative;
    margin-bottom: 0;
}
.customize-form form .half .select.no-right{
    margin-right: 0;
}
.customize-form form .select svg{
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(90deg);
}
.customize-form form .select ul{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgb(0 30 7 / 10%);
    z-index: 9;
    display: none;
}
.customize-form form .select ul li{
    font-size: 16px;
    color: #101010;
    line-height: 1.5;
    cursor: pointer;
}
.customize-form form .select ul li:hover{
    color: #0CA37D;
}

.customize-form form .half .select input{
    width: 100%;
    margin-bottom: 0;
}
.customize-form form .half input{
    width: 100%;
}
.customize-form form .half input:first-child{
    margin-right: 30px;
}
.customize-form form .select{
    position: relative;
    margin-bottom: 30px;
}
.customize-form form textarea{
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #666;
    min-height: 240px;
}
.customize-form form label input{
    -webkit-appearance: checkbox;
    width: 14px;
    height: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 3px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    display: inline-block;
}
.customize-form form label span{
    color: #0CA37D;
}

.customize-form form input[type=submit]{
    width: 260px;
    height: 56px;
    background: #0CA37D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 2px;
    color: #fff;
    font-family: 'Hind-Bold';
}

.customize-form .solution{
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}
.customize-form .solution ul {
    display: flex;
    align-items: center;
}
.customize-form .solution ul li{
    padding-left: 44px;
    position: relative;
    font-size: 16px;
    color: #666;
    margin-right: 60px;
    cursor: pointer;
}
.customize-form .solution ul li.active{
    color: #202020;
}
.customize-form .solution ul li::after{
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #eee;
}
.customize-form .solution ul li.active::after{
    border: 1px solid #0CA37D;
    background: #fff;
}
.customize-form .solution ul li.active::before{
    position: absolute;
    content: '';
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0CA37D;
    z-index: 3;
}
.customize-form .customization>div{
    display: none;
}
.customize-form .customization>div.active{
    display: block;
}

@media (max-width:1600px) {
    .swiper-button-next{
        right: 0;
    }
    .swiper-button-prev{
        left: 0;
    }

}

@media (max-width:1279px) {
    main.custom .explain .content .left{
        max-width: 50%;
        margin-right: 30px;
    }
    main.custom .explain .content .left .text{
        flex-wrap: wrap;
        
    }
    main.custom .explain .content .left .text .box{
        margin-bottom: 20px;
        width: 230px;
        height: 230px;
    }
    main.custom .customizable .content .left{
        max-width: 50%;
        margin-right: 30px;
    }
    main.custom .customizable .content .right{
        max-width: 50%;
    }
    main.custom .customizable .content .right ul li{
        max-width: 100%;
    }
}

@media (max-width:1023px) {
    main.custom .explain .content{
        flex-direction: column;
    }
    main.custom .explain .content .left{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    main.custom .customizable .content{
        flex-direction: column;
    }
    main.custom .customizable .content .right{
        max-width: 100%;
    }
    main.custom .customizable .content .left{
        max-width: 80%;
        margin: 0 auto;
    }
    main.custom .customizable .content .right h2{
        margin-bottom: 30px;
    }
    .competence .content .txt .box{
        height: auto;
        padding: 15px;
    }
    .customize-form form .half{
        flex-direction: column;
    }
    .customize-form form .half .select{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .customize-form form .half>span{
        width: 100%;
    }
    .customize-form form .half>span:first-child{
        margin-right: 0;
        margin-bottom: 30px;
    }

}

@media (max-width:767px) {
    .content{
        padding: 0 15px;
    }
    h2{
        font-size: 24px;
    }
    main.custom .explain .content .left h1{
        font-size: 24px;
    }
    main.custom .explain .content .left .text{
        justify-content: center;
    }
    main.custom .explain .content .left .text .box{
        width: 100%;
        height: auto;
        padding: 15px 26px;
    }
    main.custom .customizable .content .right a{
        margin-top: 30px;
    }
    .competence .content .txt{
        flex-direction: column;
    }
    .competence .content .txt .box{
        border-right: 0;
    }
    .competence .content{
        padding: 0 15px; 
    }
    .customize-form form .half{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .customize-form form .half .select{
        width: 100%;
        margin-right: 0;
    }
    .customize-form form .half input{
        width: 100%;
    }
    .customize-form form .half input:first-child{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .customize-form form h3{
        font-size: 18px;
    }
    .customize-form .solution{
        margin: 30px 0;
        padding: 30px 0;
    }
    .customize-form .solution ul{
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .customize-form .solution ul li{
        margin: 10px 0;
    }
    .customize-form form{
        padding: 30px 15px;
    }
}





