.our_clients, .our_features, .our_services,
.our_partners, .our_feedbacks, .our_news {
    padding-top: 42px;
    padding-bottom: 42px;
}

.banner{
    padding-top: 50px;
}

.banner .txt{
    text-align: center;
    margin-bottom: 32px;
}

.banner ul li{
    display: block;
}

.banner .txt .h{
    font-size: 1.4em;
    color: #000;
    line-height: 1.2em;
}

.banner .txt .p{
    font-size: 1.8em;
    color: #2a4ff6;
    line-height: 1.2em;
}

.banner .txt .d1{
    font-size: 2.4em;
    line-height: 1.2em;
    color: #7ebf50;
    margin: 16px 0;
}

.banner .txt .d2{
    margin-bottom: 16px;
}

.banner .txt .b a{
    display: inline-block;
}

.banner .img img{
    width: 100%;
    height: auto;
}

.why_zmartb{
    position: relative;
    /*z-index: -1;*/
    padding-top: 80px;
    padding-bottom: 30px;
    width: 100%;
    background: #2a4ff6;
    clip-path: polygon(58% 1%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.why_zmartb .r p,
.why_zmartb .r li{
    color: #fff;
}

.why_zmartb .r1{
    text-align: center;
    margin-bottom: 32px;
}

.why_zmartb .r1 .txt{
    margin-bottom: 20px;
}

.why_zmartb .r1 .txt .y2{
    margin-top: 12px;
    margin-bottom: 24px;
}

.why_zmartb .r1 .txt .d{
    margin-bottom: 24px;
}



.why_zmartb p{
    margin-bottom: 12px;
}

.why_zmartb .r2{
    margin-bottom: 42px;
}

.why_zmartb .r2 li{
    margin-bottom: 12px;
}

.why_zmartb .r2 img{
    position: relative;
    top: 6px;
    width: 32px;
    height: auto;
    margin-right: 14px;
}

.why_zmartb .r3 li{
    padding: 42px 42px;
    color: #2a4ff6;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 22px;
}

.why_zmartb .r3 li h2{
    margin-bottom: 12px;
}

.why_zmartb .r3 li p{
    color: #2a4ff6;
}

.why_zmartb .r3 li img{
    display: block;
    border-radius: 12px;
}

.why_zmartb .r3 li.top_img img{
    margin-bottom: 32px;
}

.why_zmartb .r3 li.bottom_img img{
    margin-top: 32px;
}

.our_clients{
    background: #e8e8eb;
    text-align: center;
}

.our_clients h2{
    color: #000;
    margin-bottom: 54px;
}

.our_clients h2 img{
    width: 130px;
    height: auto;
}

.our_clients ul{
    display: flex;
    flex-flow:  wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
    gap: 16px 32px;
    justify-content: center;
    align-items: center;
}

.our_clients li{
    height: 100%;
    object-fit: cover;
}

.our_clients img{
    height: 50px;
    width: auto;
}

.our_clients li.dryerd img{
    width: 120px;
    height: auto;
}

.our_clients li.ideva img{
    width: 100px;
    height: auto;
}

.our_clients li.inglobe img{
    width: 110px;
    height: auto;
}

.our_clients li.mts img{
    width: 90px;
    height: auto;
}

.our_clients li.firm_field img{
    width: 110px;
    height: auto;
}

.our_clients li.g img{
    width: 50px;
    height: auto;
}

.our_clients li.wanwanat img{
    width: 100px;
    height: auto;
}

.our_features{
    text-align: center;
}

.our_features li span{
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.our_features .l1{
    color: #2a4ff6;
}

.our_features .l2{
    margin-top: 12px;
    margin-bottom: 12px;
}

.our_features .l2 h2{
    color: #000;
}

.our_features .l3{
    margin-bottom: 32px;
}

.our_features .feature_nav{
    display: flex;
    align-items: center;
    column-gap: 8px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.our_features .move_left_button{
    cursor: pointer;
    font-size: 28px;
    padding-left: 18px;
    padding-right: 18px;
}

.our_features .move_right_button{ 
    cursor: pointer;
    font-size: 28px;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px;
}

.our_features .feature_nav ul{
    position: relative;
    top: 1px;
    display: flex;
    background: #e8e5e5;
    overflow: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */   
    border-radius: 16px;
}

.our_features .feature_nav ul::-webkit-scrollbar{
    display: none;  /* Safari and Chrome */
}

.our_features .feature_nav li{
    position: relative;
    cursor: pointer;
    padding: 9px 18px;
    padding-bottom: 7px;
    color: #2a4ff6;
    white-space: nowrap;
}

.our_features .feature_nav li.active{
    border-bottom: 0;
    background: #2a4ff6;
    color: #fff;
    border-radius: 16px;
}

.our_features .feature_detail{
    display: none;
}

/*
https://www.w3schools.com/w3css/w3css_animate.asp
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
*/
@keyframes animateleft{
    from{
        left:-300px;
        opacity:0;
    }
    to{
        left:0;
        opacity:1;
    }
}

@keyframes fading{
    0%{opacity:0;}
    100%{opacity:1;}
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.our_features .feature_detail.active{
    display: flex;
    flex-direction: column;
}

.our_features .feature_detail.active .feature_detail_txt{
    animation: 1s fadeInUp;
    /*position:relative;animation:animateleft 0.4s*/
}

.our_features .feature_detail h2{
    color: #000;
    padding: 0 20px;
}

.our_features .feature_detail h4{
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    margin-bottom: 22px;
    justify-content: center;
    align-items: center;
    gap: 14px 0;
}

.our_features .feature_detail h4 .img{
    width: 60px;
}

.our_features .feature_detail h4 .txt{
    color: #000;
}

.our_features .feature_detail p{
    margin-bottom: 18px;
}

.our_features .feature_detail_img{
    border-top-right-radius:40px;
    padding: 20px;
    padding-bottom: 0;
    background: #254ef6;
    margin-right: 20px;
    text-align: right;
}

.our_features .feature_detail_img:after{
    display: table;
    clear: both;
    content: '';
}

.our_features .feature_detail_img img{
    float: right;
    display: block;
    max-width: 480px;
    height: auto;
}

.our_services{
    background: #eaeefa;
}

.our_services .txt{
    max-width:600px;
}

.our_services .txt li span{
    display: block;
}

.our_services .txt .l1{
    color:#2a4ff6;
}

.our_services .txt .l2{
    margin-top: 12px;
    margin-bottom: 24px;
    color: #000;
}

.our_services .txt .l3{
    margin-bottom: 32px;
}

.our_services .txt ol{
    margin-bottom: 24px;
}

.our_services .txt ol li{
    margin-bottom: 22px;
    display: flex;
}

.our_services .txt strong{
    display: block;
    color: #000;
}

.our_services .txt img{
    width: auto;
    height: 32px;
    margin-right: 12px;
}

.our_partners{
    text-align: center;
}

.our_partners li span{
    display: block;
}

.our_partners .l1{
    color: #2a4ff6;
}

.our_partners .l2{
    color: #000;
    margin-top: 12px;
    margin-bottom: 24px;
}

.our_partners .comlogo{
    display: flex;
    gap: 0 12px;
    justify-content:center;
}

.our_partners .comlogo img{
    width: auto;
    height: 80px;
}

.our_feedbacks{
    background: #2a4ff6;
    color: #fff;
}

.our_feedbacks h2{
    font-size: 1.5em;
}

.our_feedbacks ul{
    margin-bottom: 22px;
}

.our_feedbacks ul span{
    display: block;
}

.our_feedbacks .l1{
    margin-bottom: 12px;
}

.our_feedbacks .l2{
    margin-left: 22px;
    margin-bottom: 12px;
}

.our_feedbacks .txt ul .l3{
    display: flex;
    margin-left: 22px;
    align-items:center;
}

.our_feedbacks .txt ul .l3 img{
    height: 72px;
    width: auto;
    margin-right: 12px;
}

.our_feedbacks .txt ul .l3 span{
}

.our_feedbacks .img span{
    display: block;
    text-align: center;
}

.our_feedbacks .img span img{
    display: inline-block;
    width: 90%;
}

.our_news{
    padding: 22px 0;
    min-height: 300px;
}

.our_news h2{
    color: #000;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 20px;
}

.our_news #our_news_slider .slider-container{
    padding: 20px 4px;
}

.our_news .our_news_li{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 8px;
    cursor: pointer;
}

.our_news .our_news_li img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.our_news .txt{
    padding: 12px;
}

.our_news .tags{
    font-size: 0.875em;
    color: #2a4ff6;
    margin-bottom: 12px;
}

.our_news .tags i{
    font-size: 1.03em;
}

.our_news .tags a{
    display: inline-block;
    margin: 0 4px;
    font-family: b;
    background: rgba(42, 79, 246, 0.1);
    border-radius: 4px;
    padding: 2px 10px;
    padding-bottom: 1px;
    line-height: 20px;
    font-size: 0.9em;
}

.our_news .title{
    color: #000;
    font-size: 1.1em;
    font-family: b;
    margin-bottom: 22px;
}

.our_news .meta{
    font-size: 0.77em;
}

.our_news .meta span{
    display: inline-block;
    color: rgb(175, 175, 175);
}

.our_news .meta span:nth-child(1){
    
}

.our_news .meta span:nth-child(2){
    width: 10px;
    text-align: center;
}

.our_news .meta span:nth-child(3){
}

.our_news .meta i{
    margin-right: 4px;
}




@media only screen and (min-width:680px){
    .why_zmartb .r2 ul{
        display: flex;
        width: 100%;
    }

    .why_zmartb .r2 li{
        width: calc(100% / 3);
    }

    .why_zmartb .r3 ul{
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .why_zmartb .r3 li{
        width: calc((100% / 2) - 12px);
        margin-bottom: 0;
    }

    .our_features .move_left_button,
    .our_features .move_right_button{
        display: none;
    }
}

@media only screen and (min-width:998px){
    .banner > .wrapper{
        display: flex;
    }

    .banner .txt{
        width: 800px;
        padding-top: 50px;
        text-align: left;
    }

    .why_zmartb{
        clip-path: polygon(52% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .why_zmartb .r1{
        display: flex;
        text-align: left;
    }

    .why_zmartb .r1 .txt{
        width:620px;
        padding-top: 60px;
    }

    .why_zmartb .r1 .img{
        margin-left: auto;
        text-align: right;
    }

    .why_zmartb .r1 .img img{
        max-width: 480px;
    }

    .why_zmartb .r3 li{
        width: calc((100% / 3) - 16px);
    }

    .our_clients ul{
        gap: 16px 32px;
    }

    .our_clients img{
        height: 54px;
    }

    .our_features .feature_detail{
        text-align: left;
        flex-direction: row-reverse;
    }

    .our_features .feature_detail.active{
        flex-direction: row-reverse;
    }

    .our_features .feature_detail h2{
        border-bottom: 2px solid #2a4ff6;
        padding-left: 56px;
        padding-top: 8px;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .our_features .feature_detail h2 span{
        display: block;
    }

    .our_features .feature_detail h4{
        display: flex;
        flex-direction: row;
        padding-left: 14px;
        align-items:center;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .our_features .feature_detail h4 .img{
        width: 32px;
    }

    .our_features .feature_detail h4 .txt{
        margin-left: 12px;
    }

    .our_features .feature_detail p{
        padding-left: 58px;
    }

    .our_features .feature_detail_txt{
        width: 50%;
        padding-top: 20px;
    }

    .our_features .feature_detail_txt > .wrapper{
        padding: 0;
        margin: 0;
    }

    .our_features .feature_detail_img{
        margin-right: 0;
        width: 50%;
    }

    .our_services > .wrapper{
        display: flex;
    }

    .our_services .txt{
        padding-top: 42px;
    }

    .our_services .img{
        margin-left: auto;
        width: calc(100% - 740px);
        text-align: right;
    }

    .our_partners h2 .l2{
        margin-bottom: 12px;
    }

    .our_partners .comlogo img{
        margin: 18px;
    }

    .our_feedbacks .owner_feedback{
        display: flex;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .our_feedbacks .owner_feedback .txt{
        max-width: 520px;
        padding-top: 32px;
    }

    .our_feedbacks .owner_feedback .img{
        position: relative;
        right: 20px;
        width: calc(100% - 600px);
        margin-left: auto;
        background: #ffffff;
        border-radius: 12px;
    }

    .our_feedbacks .owner_feedback .img img{
        position: relative;
        top: -20px;
        left: 20px;
        border-radius: 12px;
    }

    


    footer .company{
        border-bottom: 1px solid #fff;
    }

    footer .copyright .wrapper{
        display: flex;
    }

    footer .copyright ul{
        display: flex;
        margin-left: auto;
        justify-content: flex-end;
        width: 50%;
        gap: 0 48px;
    }
}

@media only screen and (min-width:1100px){
    .why_zmartb .r3 ul{
        gap: 42px;
    }

    .why_zmartb .r3 li{
        width: calc((100% / 3) - 28px);
    }

    .our_features .feature_detail_txt > .wrapper{
        max-width: 700px;
    }
}