.header_inner{
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_inner:before,
.header_inner:after{
    content: '';
    height: 1px;
    background: #000;
    width: 100%;
    display: block;
}
.header_inner .txt{
    margin: 0;
    padding: 15px 30px;
    display: inline-block;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    z-index: 1;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}
.header_inner.white:before,
.header_inner.white:after{
    background-color: #fff;
}
.header_inner.white .txt{
    background: none;
    border-color: #fff;
    color: #fff;
}
.header_inner.gold:before,
.header_inner.gold:after{
    background-color: #f6b518;
}
.header_inner.gold .txt{
    background: none;
    border-color: #f6b518;
    color: #f6b518;

}
.home_whatnews{
    background: url('/web-assets/img/home/what-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home_whatnews .w_layout{
    display: flex;
}
.home_whatnews .w_layout .w_icon{
    padding-left: 90px;
    padding-right: 50px;
}
.home_whatnews .w_layout .w_info{
    max-width: 530px;
    text-align: center;
}
.home_whatnews .w_layout .w_info > img{
    margin-bottom: 40px;
    max-width: 100%;
}
.home_whatnews .w_layout .w_info > p{
    margin-bottom: 30px;
}
.home_whatnews .w_layout .w_info a.btn{
    color: #f6b518;
}
.home_showcase{
    background: url('/web-assets/img/home/showcase-bg.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.home_showcase .header_inner{
    margin-bottom: 30px;
}
.home_showcase .sh_info h4{
    font-weight: 600;
    margin-bottom: 30px;
}
.home_partner{
    padding: 30px 0;
    background: #eaeaea;
    text-align: center;
}
.home_partner .part_icon{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    zoom: 0.9;
/*     gap: 20px; */
} 
.home_partner .part_icon img{
}

/* About */
.about_layout{
    overflow: hidden;
}
.about_layout .about_sec1{
    background: url('../img/about/sec1/bg2.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    color: #fff;
}
@media (max-width: 767px) {
    .about_layout .about_sec1{
        background-position: top center;
    }
}
@media (max-width: 550px) {
    .about_layout .about_sec1{
        padding-top: 30vw;
        padding-bottom: 60vw;
        background-color: #000;
    }
}
.about_layout .about_sec1 .container{
    display: flex;
    justify-content: flex-end;
}
.about_layout .about_sec1 .container > .left{
    padding-right: 50px;
}
.about_layout .about_sec1 .container > .right{
    width: 400px;
}
.about_layout .about_sec1 .container > .right p{
    margin-top: 50px;
}
.about_layout .about_sec2{
    background: #000;
}
.about_layout .about_sec2 .container{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.about_layout .about_sec2 .container > .left{
    padding-right: 80px;
}
.about_layout .about_sec3{
    background: #f6b518;
    padding: 100px 0;
}
.about_layout .about_sec3 .history > ul{
    list-style: none;
    padding: 0;
    margin : 0;
    display: flex;
    flex-wrap: wrap;
}
.about_layout .about_sec3 .history > ul > li{
    min-width: 50%;
    max-width: 50%;
    padding: 50px 15px;
    padding-bottom: 0px;
    text-align: center;
}
.about_layout .about_sec3 .history > ul > li .icon{
    margin-bottom: 20px;
}
.about_layout .about_sec3 .history > ul > li .icon > img{
    max-width: 80px;
}
.about_layout .about_sec3 .history > ul > li .year{
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
}
.about_layout .about_sec3 .history > ul > li .month{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.about_layout .about_sec3 .history > ul > li > p{
    max-width: 320px;
    margin: auto;
}
.about_layout .about_sec4{
    padding: 50px;
    background: #fff;
}
.about_layout .about_sec4 .logo_about{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.about_layout .about_sec4 .logo_about > li{
    width: 33.33%;
    border-right: 1px solid #000;
    padding: 30px 50px;
    text-align: center;
}
.about_layout .about_sec4 .logo_about > li:last-child{
    border-right: none;
}
.about_layout .about_sec4 .logo_about > li .img{
    margin-bottom: 40px;
}
.about_layout .about_sec4 .logo_about > li .name{
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
}
.about_layout .about_sec4 .logo_about > li .desc{
    text-align: left;
}
.vision_layout .sec1{
    background: #000;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
}
.vision_layout .sec1 .header_inner{
    margin-bottom: 50px;
}
.vision_layout .sec1 .ms1,
.vision_layout .sec1 .ms2{
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.vision_layout .sec1 .ms1{
    color: #f6b518;
    font-family: 'HelveticaNeueLTPro';
}
.vision_layout .sec1 .ms2{

}
.vision_layout .sec2{
    background: #f6b518;
    padding: 180px;
    color: #333;
}
.vision_layout .sec2 h3{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.vision_layout .sec2 h3::before,
.vision_layout .sec2 h3::after{
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
}
.vision_layout .sec2 h3::before{
    background: url('../img/vision/i-dq1.png') no-repeat;
    background-size: contain;
    bottom: calc(100% + 40px);
    left: 0;
    right: 0;
    margin: auto;
}
.vision_layout .sec2 h3::after{
    background: url('../img/vision/i-dq2.png') no-repeat;
    background-size: contain;
    top: calc(100% + 40px);
    left: 0;
    right: 0;
    margin: auto;
}
.vision_layout .sec3{
    padding: 80px 0;
}
.vision_layout .sec3 .header_inner{
    margin-bottom: 50px;
}
.vision_layout .sec3 .ms{
    text-align: center;
    max-width: 500px;
    margin: auto;
    font-size: 20px;
    margin-bottom: 70px;
}
.vision_layout .sec3 .core_lists > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}
.vision_layout .sec3 .core_lists > ul > li{
    padding: 0 5px;
    min-width: 25%;
    max-width: 25%;
}
.vision_layout .sec3 .core_lists > ul > li .img{
    text-align: center;
}
.vision_layout .sec3 .core_lists > ul > li .img > img{
    width: 100%;
}
.vision_layout .sec3 .core_lists > ul > li .info{
    padding-left: 15px;
    padding-top: 30px;
}
.vision_layout .sec3 .core_lists > ul > li .info strong{
    font-size: 26px;
    display: block;
}
.network_layout{
    overflow: hidden;
}
.network_layout .sec1{
    padding: 150px 0;
    padding-bottom: 80px;
}
.network_layout .sec1 .header_inner{
    margin-bottom: 50px;
}
.network_layout .sec1 .ms1{
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}
.network_layout .sec1 .resaults{
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.network_layout .sec1 .resaults > div{
    min-width: 33.33%;
    max-width: 33.33%;
}
.network_layout .sec1 .resaults strong{
    display: block;
    font-size: 80px;
    line-height: 100px;
    font-weight: 700;
}
.network_layout .sec1 .img{
    position: relative;
}
.network_layout .sec1 .img > img{
    max-width: 100%;
}
.network_layout .sec1 .img .mapimg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.network_layout .sec1 .img .mapimg > .btn_area{
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 5.5%;
    height: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.network_layout .sec1 .img .mapimg > .btn_area > .link,
.network_layout .sec1 .img .mapimg > .btn_area > a{
    position: absolute;
    opacity: 0;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.network_layout .sec1 .img .mapimg > .btn_area:hover > .link,
.network_layout .sec1 .img .mapimg > .btn_area:hover > a{
    opacity: 1;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_CHINA{
    top: 21%;
    left: 59.5%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_CHINA > a{
    right: 120%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_CHINA:hover > a{
    right: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_SOUTHKOREA{
    top: 24.5%;
    left: 73%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_SOUTHKOREA > a{
    bottom: 120%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_SOUTHKOREA:hover > a{
    bottom: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_JAPAN{
    top: 25.5%;
    left: 86.8%;
}
/* #btn_JAPAN,
#INFO_JAPAN{
    display: none;
} */
.network_layout .sec1 .img .mapimg > .btn_area#btn_JAPAN > a{
    top: 120%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_JAPAN:hover > a{
    top: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_TAIWAN{
    top: 46%;
    left: 68.5%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_TAIWAN > a{
    top: 120%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_TAIWAN:hover > a{
    top: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_THAILAND{
    top: 61%;
    left: 44%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_THAILAND > a{
    right: 120%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_THAILAND:hover > a{
    right: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_VIETNAM{
    top: 65.5%;
    left: 51.5%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_VIETNAM > a{
    left: 120%;
    top: 13px;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_VIETNAM:hover > a{
    left: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_SINGAPORE{
    top: 77.3%;
    left: 48.3%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_SINGAPORE > a{
    right: 120%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_SINGAPORE:hover > a{
    right: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_INDONESIA{
    top: 88%;
    left: 53%;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_INDONESIA > .link{
    right: 120%;
    display: flex;
}
.network_layout .sec1 .img .mapimg > .btn_area#btn_INDONESIA:hover > .link{
    right: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area > .info{
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #000;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.network_layout .sec1 .img .mapimg > .btn_area > .info .name{
    font-weight: 600;
    width: 100%;
}
.network_layout .sec1 .img .mapimg > .btn_area.open > a > img{
    display: none;
}
.network_layout .sec1 .img .mapimg > .btn_area.open > .info{
    display: flex;
    justify-content: center;
}
@media (max-width: 1199px) {
    .network_layout .sec1 .img .mapimg > .btn_area#btn_SOUTHKOREA{
        left: 74.2%;
    }
    .network_layout .sec1 .img .mapimg > .btn_area#btn_JAPAN{
        left: 88.3%;
    }
    .network_layout .sec1 .img .mapimg > .btn_area#btn_TAIWAN{
        left: 69.6%;
    }
}
@media (max-width: 991px) {
    .network_layout .sec1 .img .mapimg > .btn_area#btn_VIETNAM > a{
        top: 10px;
    }
    .network_layout .sec1 .img .mapimg > .btn_area#btn_VIETNAM > a img{
        width: 150px;
    }
}
@media (max-width: 767px) {
    .network_layout .sec1 .img .mapimg > .btn_area#btn_VIETNAM > a{
        top: 1vw;
    }
    .network_layout .sec1 .img .mapimg > .btn_area#btn_VIETNAM > a img{
        width: 120px;
    }
}
@media (max-width: 575px) {
    .network_layout .sec1 .img .mapimg > .btn_area > .link img,
    .network_layout .sec1 .img .mapimg > .btn_area > a > img{
        height: 36px;
    }
    .network_layout .sec1 .img .mapimg > .btn_area#btn_VIETNAM > a img{
        height: auto;
    }
}
.partners_layout .sec1{
    padding: 150px 0;
}
.partners_layout .sec1 .header_inner{
    margin-bottom: 50px;
}
.partners_layout .sec1 .platforms{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
}
.partners_layout .sec1 .platforms > li{
    border: 1px solid  #000;
    margin: 5px;
    max-width: calc(33.33% - 10px);
    min-width: calc(33.33% - 10px);
}
.partners_layout .sec1 .platforms > li > img{
    width: 100%;
}
.partners_layout .sec2{
    padding: 100px 0;
    background: #eaeaea;
}
.partners_layout .sec2 .header_inner{
    margin-bottom: 50px;
}
.partners_layout .sec2 .partners{
    list-style: none;
    padding: 0 30px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.partners_layout .sec2 .partners > li{
    min-width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    border: 1px solid #000;
    margin: 10px;
    background: #f4f4f4;
    min-height: 500px;
    padding-top: 25px;
}
.partners_layout .sec2 .partners > li .info{
    padding: 25px;
    padding-top: 0;
}
.partners_layout .sec2 .partners > li .img{
    display: block;
}
.partners_layout .sec2 .partners > li .img > img{
    max-width: 100%;
}
.partners_layout .sec2 .partners > li .name{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}
.teams_sec1{
    padding-top: 150px;
    padding-bottom: 100px;
}
.teams_sec1 .header_inner{
    margin-bottom: 50px;
}
.teams_sec1 .people_lists > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
}
.teams_sec1 .people_lists > ul > li{
    /* min-width: calc(25% - 10px);
    max-width: calc(25% - 10px); */
    min-width: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    border: 1px solid #000;
    padding: 30px;
    margin: 5px;
    text-align: center;
}
.teams_sec1 .people_lists > ul > li strong{
    display: block;
    font-size: 60px;
}
.teams_sec1 .people_lists > ul > li .img{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    max-width: 180px;
    margin : auto;
}
.teams_sec1 .people_lists > ul > li .img > img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.teams_sec1 .people_lists > ul > li .ms{
    font-weight: bold;
}
@media (max-width: 767px) {
    .teams_sec1 .people_lists > ul > li .ms{
        font-size: 14px;
    }
    .teams_sec1 .people_lists > ul > li strong{
        font-size: 50px;
    }
}
.teams_sec2{
    background: #f6b518;
    padding: 100px 0;
}
.teams_sec2 .header_inner{
    margin-bottom: 30px;
}
.teams_sec2 .ms_max{
    display: none;
}
.teams_sec2 .btn-main{
    font-size: 20px;
    margin-top: 20px;
    color: #f6b518;
    padding: 20px 40px;
}
.teams_sec2 .btn-main > i{
     font-size: 20px;
}
.teams_layout .sec3{
    background: #000;
    padding: 60px 0;
    padding-bottom: 0;
    overflow: hidden;
}
.teams_layout .sec3 .header_inner{
    margin-bottom: 30px;
}
.teams_layout .sec3 .manage_lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    place-content: space-between;
}

@media (max-width: 991px) {
    .teams_layout .sec3 .manage_lists{
        justify-content: center;
    }
}
.teams_layout .sec3 .manage_lists > li{
    position: relative;
    padding-bottom: 60px;
    min-width: 25%;
    max-width: 25%;
    margin-bottom: 40px;
    cursor: pointer;
}
.teams_layout .sec3 .manage_lists > li.popup_html{
    min-width: 100%;
    max-width: 100%;
    display: none;
}
.teams_layout .sec3 .manage_lists > li:not(.popup_html):after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    position: absolute;
    bottom: 0;
    left: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
}
.teams_layout .sec3 .manage_lists .img{
    text-align: center;
    margin-bottom: 15px;
}
.teams_layout .sec3 .manage_lists .img > img{
    max-width: 100%;
}
.teams_layout .sec3 .manage_lists .position,
.teams_layout .sec3 .manage_lists .name{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-left: 20px;
}
.teams_layout .sec3 .manage_lists .name{
    margin-top: 15px;
}
.teams_layout .sec3 .manage_lists .position span,
.teams_layout .sec3 .manage_lists .name span{
    color: #f6b518;
}
.teams_layout .sec3 .manage_lists .html_data{
    display: none;
}
.teams_layout .sec4{
    background: #eaeaea;
    padding: 60px 0;
    overflow: hidden;
}
.teams_layout .sec4 .header_inner{
    margin-bottom: 30px;
}
.teams_layout .sec4 .team_lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}
.teams_layout .sec4 .team_lists > li{
    min-width: calc(33% - 10px);
    max-width: calc(33% - 10px);
    margin: 5px;
    background: #000;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.teams_layout .sec3 .manage_lists > li.popup_html,
.teams_layout .sec4 .team_lists > li.popup_html{
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    background: #999999;
    padding: 40px 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #000;
    display: none;
}
.teams_layout .sec3 .manage_lists > li.popup_html{
    margin: 0;
}
.teams_layout .sec3 .manage_lists > li.popup_html::before,
.teams_layout .sec4 .team_lists > li.popup_html::before{
    content: '';
    position: absolute;
    width: 100%;
    right: 100%;
    background: #999999;
    top: 0;
    bottom: 0;
}
.teams_layout .sec3 .manage_lists > li.popup_html::after,
.teams_layout .sec4 .team_lists > li.popup_html::after{
    content: '';
    position: absolute;
    width: 100%;
    left: 100%;
    background: #999999;
    top: 0;
    bottom: 0;
}
.teams_layout .sec3 .manage_lists > li.popup_html .html_arrow,
.teams_layout .sec4 .team_lists > li.popup_html .html_arrow{
    position: absolute;
    bottom: 100%;
    left: 40px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-bottom: 40px solid #999999;
    border-right: 40px solid transparent; /* ซ่อนขอบขวา */
    border-top: 40px solid transparent; /* ซ่อนขอบล่าง */
    border-left: 40px solid transparent; /* ซ่อนขอบซ้าย */
}
.teams_layout .sec3 .manage_lists > li.popup_html hr,
.teams_layout .sec4 .team_lists > li.popup_html hr{
    border-color: #f6b518;
    color: ;
}
.teams_layout .sec3 .manage_lists > li.popup_html .hd,
.teams_layout .sec4 .team_lists > li.popup_html .hd{
    border-bottom: 1px solid #f6b518;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}
.teams_layout .sec3 .manage_lists > li.popup_html .pop_position,
.teams_layout .sec4 .team_lists > li.popup_html .pop_position{
    font-size: 30px;
}
.teams_layout .sec3 .manage_lists > li.popup_html .pop_name,
.teams_layout .sec4 .team_lists > li.popup_html .pop_name{
    font-size: 20px;
}
.teams_layout .sec4 .team_lists > li:not(.popup_html):after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}
.teams_layout .sec4 .team_lists > li .img{
    background: #fff;
    text-align: center;
}
.teams_layout .sec4 .team_lists > li .img > img{
    max-width: 100%;
}
.teams_layout .sec4 .team_lists > li .name,
.teams_layout .sec4 .team_lists > li .position{
    text-align: center;
    padding: 20px;
}
.teams_layout .sec4 .team_lists > li .name{
    padding-bottom: 0;
    font-weight: 600;
    font-size: 20px;
}
.teams_layout .sec4 .team_lists > li .html_data{
    display: none;
}
.teams_layout .sec4 .team_lists > li .position{
    padding-top: 0;
    padding-bottom: 30px;
}
.network_layout .sec1 .network_lists{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px;
    display: none;
}
.network_layout .sec1 .network_lists > li{
    margin-bottom: 15px;
}
.network_layout .sec1 .network_lists > li .info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #000;
    overflow: hidden;
}
.network_layout .sec1 .network_lists > li .info .name{
    font-weight: 600;
    width: 100%;
    display: none;
}
.network_layout .sec1 .network_lists > li .info .btn{
    display: none;
}
.tools_layout .sec1 ,
.whatwedo_layout .sec1 {
    padding: 150px 0;
    padding-bottom: 80px;
}
.tools_layout .sec1 .header_inner ,
.whatwedo_layout .sec1 .header_inner {
    margin-bottom: 50px;
}
.tools_layout .sec1 .ms1 ,
.whatwedo_layout .sec1 .ms1 {
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}
.whatwedo_layout .sec1 .wedo_lists > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.whatwedo_layout .sec1 .wedo_lists > ul > li{
    max-width: calc(33.33% - 20px);
    min-width: calc(33.33% - 20px);
    background: #f6b518;
    margin: 10px;
    padding: 50px;
    padding-top: 60px;
    min-height: 490px;
}
.whatwedo_layout .sec1 .wedo_lists > ul > li .img{
    margin-bottom: 25px;
}
.whatwedo_layout .sec1 .wedo_lists > ul > li .name{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.tools_layout{
    padding: 0;
    margin: 0;
}
.tools_layout .sec1{
    overflow: hidden;
    padding-bottom: 0;
}
.tools_layout .sec1 ul.tools_lists{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowwrap;
    position: relative;
    overflow-y: auto;
}
#tools_slide .li_click,
.tools_layout .sec1 ul.tools_lists > li{
    max-width: calc(25% - 30px);
    min-width: calc(25% - 30px);
    margin: 15px;
    padding: 15px;
    padding-top: 60px;
    border: 1px solid #000;
    position: relative;
    text-align: center;
}
#tools_slide .li_click{
    max-width: 100%;
    min-height: 300px;
}
#tools_slide .slick-dots{
    z-index: 1;
}
#tools_slide .slick-dots li button::before{
    font-size: 12px;
}
#tools_slide .li_click,
.tools_layout .sec1 ul.tools_lists > li.li_click{
    cursor: pointer;
}
#tools_slide .li_click > .img,
.tools_layout .sec1 ul.tools_lists > li > .img{
    margin-bottom: 25px;
    height: 132px;
}
#tools_slide .li_click > .img > img,
.tools_layout .sec1 ul.tools_lists > li > .img > img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
#tools_slide .li_click > .name,
.tools_layout .sec1 ul.tools_lists > li .name{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.tools_layout .sec1 .toolshtml{
    background: #eaeaea;
}
.tools_layout .sec1 .toolshtml .popup_html{
    position: relative;
    background: #eaeaea;
    margin-top: 80px;
    margin-bottom: 0px;
    color: #000;
    border: none;
    padding: 100px 0;
    padding-bottom: 80px;
}
.tools_layout .sec1 ul.tools_lists > li.popup_html{
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    background: #eaeaea;
    margin-top: 80px;
    margin-bottom: 0px;
    color: #000;
    border: none;
    padding: 100px 0;
    padding-bottom: 80px;
}
.tools_layout .sec2{
    padding: 100px 0;
    background: #f6b518;
}
.tools_layout .sec2 .ms{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.teams_layout .sec3 .manage_lists > li.popup_html{
    margin: 0;
}
.tools_layout .sec1 ul.tools_lists > li.popup_html::before{
    content: '';
    position: absolute;
    width: 100%;
    right: 100%;
    background: #eaeaea;
    top: 0;
    bottom: 0;
}
.tools_layout .sec1 ul.tools_lists > li.popup_html::after{
    content: '';
    position: absolute;
    width: 100%;
    left: 100%;
    background: #eaeaea;
    top: 0;
    bottom: 0;
}
.tools_layout .sec1 .toolshtml .popup_html .html_arrow,
.tools_layout .sec1 ul.tools_lists > li.popup_html .html_arrow{
    position: absolute;
    bottom: 100%;
    left: 0px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-bottom: 40px solid #eaeaea;
    border-right: 40px solid transparent; /* ซ่อนขอบขวา */
    border-top: 40px solid transparent; /* ซ่อนขอบล่าง */
    border-left: 40px solid transparent; /* ซ่อนขอบซ้าย */
}
.tools_layout .tools_desc{
    display: none;
}
.tools1_layout,
.tools2_layout,
.tools3_layout{
    display: flex;
}
.tools1_layout .t_left,
.tools2_layout .t_left,
.tools3_layout .t_left{
    min-width: 500px;
    max-width: 500px;
    padding-right: 50px;
    border-right: 1px solid #000;
}
.tools1_layout .t_left > .img,
.tools2_layout .t_left > .img,
.tools3_layout .t_left > .img{
    margin-bottom: 20px;
}
.tools1_layout .t_left > .img > img,
.tools2_layout .t_left > .img > img,
.tools3_layout .t_left > .img > img{
    max-width: 100%;
}
.tools1_layout h5,
.tools2_layout h5,
.tools3_layout h5{
    margin-bottom: 25px;
    font-weight: 600;
}
.tools1_layout .t_right,
.tools2_layout .t_right,
.tools3_layout .t_right{
    padding-left: 70px;
    max-width: calc(100% - 550px);
    min-width: calc(100% - 550px);
}
.tools1_layout .t_right .icon,
.tools2_layout .t_right .icon,
.tools3_layout .t_right .icon{
    display: flex;
    padding-top: 5px;
    padding-bottom: 20px;
}
.tools1_layout .t_right .icon a,
.tools2_layout .t_right .icon a,
.tools3_layout .t_right .icon a{
    margin-right: 15px;
}
.tools1_layout .t_right > .img > img,
.tools2_layout .t_right > .img > img,
.tools3_layout .t_right > .img > img{
    max-width: 100%;
}
.tools2_layout .t_left{
    border-right: none;
    padding-right: 40px;
}
.tools2_layout .t_right{
    padding-left: 0px;
}
.tools3_layout .t_right > p > strong{
    position: relative;
}
.tools3_layout .t_right > p > strong.i{
    display: block;
}
.tools3_layout .t_right > p > strong.i::before{
    content: '•';
    display: inline-block;
    position: absolute;
    left: -10px;
}
.feature_lists{
    margin-top: 70px;
}
.feature_lists > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.feature_lists > ul > li{
    max-width: calc(33.33% - 20px);
    min-width: calc(33.33% - 20px);
    box-shadow: 0px 0px 0px 1px #999; 
    margin: 10px;
    padding: 50px;
    padding-top: 60px;
    min-height: 400px;
}
.feature_lists > ul > li .img{
    margin-bottom: 25px;
}
.feature_lists > ul > li .name{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.feature_lists .other{
    padding-top: 40px;
    text-align: center;
}
.tools4_layout .t_col3{
    padding-top: 20px;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.tools4_layout .t_col3 > p{ 
    max-width: 33.33%;
    min-width: 33.33%;
    padding: 0 15px;
}
.tools4_layout ~ .feature_lists{
    margin-top : 40px;
}
.tools4_layout ~ .feature_lists > ul > li{
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
}
.showcase_layout .sec1{
    padding: 150px 0;
    padding-bottom: 80px;
}
.showcase_layout .sec1 .header_inner{
    margin-bottom: 50px;
}
.showcase_layout .sec1 .ms1{
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}
.showcase_layout .clients_lists{
    padding-left: 80px;
}
.showcase_layout .clients_lists > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.showcase_layout .clients_lists > ul > li{
    max-width: 33.33%;
    min-width: 33.33%;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    padding-right: 15px;
    align-items: flex-start;
}
.showcase_layout .clients_lists > ul > li::nth-child(2n+1){
    padding-right: 30px;
}
.showcase_layout .clients_lists > ul > li > .icon{
    min-width: 50px;
}
.showcase_layout .clients_lists > ul > li > .name{
    font-size: 20px;
    font-weight: 600;
}
.showcase_layout .sec2{
    padding: 70px 0;
    padding-bottom: 20px;
    background: #eaeaea;
}
.showcase_layout .sec2 .awards_lists{
    list-style: none;
    padding: 0;
    margin: 0;
}
.showcase_layout .sec2 .awards_lists > li{
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #000;
}
.showcase_layout .sec2 .awards_lists > li:last-child{
    border-bottom: none;
}
.showcase_layout .sec2 .awards_lists > li .img > img{
    max-width: 100%;
}
.showcase_layout .sec2 .awards_lists > li .name{
    font-size: 24px;
    font-weight: 600;
    padding-top: 15px;
}
.showcase_layout .sec2 .awards_lists > li .desc.col{
    display: flex;
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.showcase_layout .sec2 .awards_lists > li .desc p{
    margin-bottom: 0;
    font-size: 16px;
}
.showcase_layout .sec2 .awards_lists > li .desc.col p{
    padding: 0 20px;
}
.showcase_layout .sec3{
    padding: 70px 0;
    padding-bottom: 90px;
    background: #f6b518;
}
.showcase_layout .sec3 .header_inner{
    margin-bottom: 50px;
}
.showcase_layout .sec3 .desc{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.showcase_layout a.btn {
    color: #f6b518;
}
.showcase_layout.campain .cam_title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.showcase_layout.campain .sec2{
    padding-bottom: 80px;
}
.showcase_layout.campain .sec1 .header_inner,
.showcase_layout.campain .sec2 .header_inner,
.showcase_layout.campain .sec3 .header_inner{
    margin-bottom: 30px;
}
.inner_html{
    padding: 150px 0;
}
@media (max-width: 1199px) {
    .feature_lists > ul > li{
        padding: 30px;
        min-height: 400px;
    }
}
@media (max-width: 991px) {
    .feature_lists > ul > li{
        max-width: calc(50% - 20px);
        min-width: calc(50% - 20px);
    }
}
@media (max-width: 767px) {
    .feature_lists > ul > li{
        max-width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        min-height: auto;
        text-align: center;
        padding-top: 50px;
    }
}
@media (max-width: 1199px) {
    .teams_layout .sec3 .manage_lists .position, .teams_layout .sec3 .manage_lists .name{
        font-size: 16px;
    }
    .teams_layout .sec3 .manage_lists > li:not(.popup_html):after{
        font-size: 26px;
    }
    .about_layout .about_sec2 .container > .left > img,
    .about_layout .about_sec2 .container > .right > img{
        max-width: 100%;
    }
    .about_layout .about_sec4 .logo_about > li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .whatwedo_layout .sec1 .wedo_lists > ul > li{
        padding: 30px;
        min-height: 400px;
    }
    #tools_slide .li_click > p{
        font-size: 14px;
    }
    .tools_layout .sec1 ul.tools_lists > li{
        min-width: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    .tools_layout .sec1 ul.tools_lists > li.popup_html{
        padding-top: 70px;
    }
    .tools1_layout .t_left, .tools2_layout .t_left, .tools3_layout .t_left{
        padding-right: 30px;
        min-width: 50%;
        max-width: 50%;
    }
    .tools1_layout .t_right, .tools2_layout .t_right, .tools3_layout .t_right{
        padding-left: 30px;
        min-width: 50%;
        max-width: 50%;
    }
    .showcase_layout .sec1 .header_inner{
        margin-bottom: 30px;
    }
    .showcase_layout .clients_lists > ul > li > .name{
        font-size: 18px;
    }
    .tools_layout .sec2 .ms{
        font-size: 24px;
    }
    .showcase_layout .sec2 .awards_lists > li .name{
        font-size: 20px;
    }
    .showcase_layout .sec2 .awards_lists > li .desc.col{
        padding-top: 10px;
    }
    .showcase_layout .sec2 .awards_lists > li .desc p{
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .teams_sec1 .people_lists > ul > li{
        min-width: calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
    .teams_sec2{
        padding: 50px 0;
    }
    .teams_layout .sec3 .manage_lists > li{
        max-width: 50%;
        min-width: 50%;
    }
    .teams_layout .sec3 .manage_lists .position, .teams_layout .sec3 .manage_lists .name{
        font-size: 20px;
    }
    .teams_layout .sec3 .manage_lists > li:not(.popup_html):after{
        font-size: 36px;
    }
    .teams_layout .sec4 .team_lists > li{
        max-width: calc(33.33% - 10px);
        min-width: calc(33.33% - 10px);
    }
    .teams_sec1{
        padding-top: 70px;
    }
    .about_layout .about_sec3{
        padding: 60px 0;
    }
    .about_layout .about_sec3 .history > ul > li .year{
        font-size: 50px;
    }
    .about_layout .about_sec3 .history > ul > li{
        min-width: 50%;
        max-width: 50%;
    }
    .about_layout .about_sec4{
        padding-left: 0;
        padding-right: 0;
    }
    .about_layout .about_sec4 > .container{
        max-width: 100%;
        min-width: 100%;
    }
    .vision_layout .sec1{
        padding-top: 100px;
    }
    .vision_layout .sec2{
        padding-left: 10%;
        padding-right: 10%;
    }
    .vision_layout .sec3{
        padding: 50px 0;
    }
    .vision_layout .sec3 .core_lists > ul{
        flex-wrap: wrap;
    }
    .vision_layout .sec3 .core_lists > ul > li{
        min-width: 50%;
        max-width: 50%;
        padding-bottom: 30px;
    }
    .network_layout .sec1{
        padding: 100px 0;
    }
    .network_layout .sec1 .resaults strong{
        font-size: 60px;
    }
    .network_layout .sec1 .resaults p{
        font-size: 16px;
    }
    .partners_layout .sec1{
        padding: 100px 0;
        padding-bottom: 50px;
    }
    .partners_layout .sec2{
        padding: 50px 0;
    }
    .partners_layout .sec2 .partners > li{
        min-width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .whatwedo_layout .sec1 {
        padding-top: 100px;
    }
    .whatwedo_layout .sec1 .wedo_lists > ul > li{
        max-width: calc(50% - 20px);
        min-width: calc(50% - 20px);
    }
    .tools_layout .sec1{
        padding-top: 100px;
    }
    .showcase_layout .clients_lists{
        padding-left: 40px;
    }
    .showcase_layout .clients_lists > ul > li{
        padding-right: 10px;
        max-width: 50%;
        min-width: 50%;
    }
    .showcase_layout .sec2 .awards_lists > li .desc.col p{
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .teams_sec1 .header_inner{
        margin-bottom: 20px;
    }
    .teams_sec1 .people_lists > ul > li{
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        padding-left: 15px;
        padding-right: 15px;
    }
    .teams_layout .sec3{
        padding: 30px 0;
        padding-bottom: 0;
    }
    .header_inner .txt{
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .teams_layout .sec4{
        padding-bottom: 10px;
    }
    .teams_layout .sec4 .team_lists > li{
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
    .teams_layout .sec4 .team_lists > li.popup_html{
        margin-bottom: 20px;
    }
    .teams_layout .sec3 .manage_lists > li.popup_html .hd, .teams_layout .sec4 .team_lists > li.popup_html .hd{
        flex-wrap: wrap;
        text-align: center;
        padding-bottom: 15px;
    }
    .teams_layout .sec3 .manage_lists > li.popup_html .pop_position,
    .teams_layout .sec4 .team_lists > li.popup_html .pop_position{
        font-size: 24px;
        min-width: 100%;
    }
    .teams_layout .sec3 .manage_lists > li.popup_html .pop_name,
    .teams_layout .sec4 .team_lists > li.popup_html .pop_name{
        font-size: 16px;
        min-width: 100%;
    }
    .teams_layout .sec4 .team_lists > li:not(.popup_html):after{
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .about_layout .about_sec4{
        padding: 0;
    }
    .about_layout .about_sec4 .logo_about{
        flex-wrap: wrap;
        padding: 0;
    }
    .about_layout .about_sec4 .logo_about > li{
        max-width: 100%;
        min-width: 100%;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid #000;
        padding: 50px 0px;
    }
    .about_layout .about_sec4 .logo_about > li:last-child{
        border-bottom: none;
    }
    .about_layout .about_sec4 .logo_about > li .desc{
        display: inline-block;
    }
    .vision_layout .sec2 h3{
        font-size: 5vw;
    }
    .vision_layout .sec3 .ms{
        margin-bottom: 40px;
    }
    .network_layout .sec1{
        padding: 80px 0;
    }
    .network_layout .sec1 .header_inner{
        margin-bottom: 30px;
    }
    .network_layout .sec1 .resaults strong{
        font-size: 30px;
        line-height: 50px;
    }
    .partners_layout .sec2 .partners{
        padding: 0;
    }
    .partners_layout .sec1{
        padding-top: 80px;
    }
    .partners_layout .sec1 .platforms > li{
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
    .partners_layout .sec1 .header_inner .txt{
        white-space: normal;
        min-width: 300px;
    }
    .whatwedo_layout .sec1 {
        padding: 80px 0;
        padding-bottom: 15px;
    }
    .whatwedo_layout .sec1 .header_inner {
        margin-bottom: 30px;
    }
    .whatwedo_layout .sec1 .wedo_lists > ul > li{
        max-width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        min-height: auto;
        text-align: center;
        padding-top: 50px;
    }
    .tools4_layout .t_col3{
        flex-wrap: wrap;
    }
    .tools4_layout .t_col3 > p{
        max-width: 100%;
        min-width: 100%;
    }
    .tools4_layout ~ .feature_lists{
        margin-top: 0px;
    }
    .tools4_layout ~ .feature_lists > ul > li{
        padding: 30px 15px;   
    }
    .tools1_layout, .tools2_layout, .tools3_layout{
        flex-wrap: wrap;
    }
    .tools1_layout .t_left, .tools2_layout .t_left, .tools3_layout .t_left{
        padding-right: 0;
        max-width: 100%;
        min-width: 100%;
        border-right: none;
    }
    .tools1_layout .t_right, .tools2_layout .t_right, .tools3_layout .t_right{
        padding-left: 0;
        padding-top: 15px;
        max-width: 100%;
        min-width: 100%;
    }
    .tools_layout .sec1 ul.tools_lists > li.popup_html{
        padding-bottom: 20px;
    }
    .feature_lists{
        margin-top: 0;
    }
    .showcase_layout .clients_lists > ul > li > .name{
        font-size: 14px;
        padding-top: 3px;
    }
    .showcase_layout .sec1 .header_inner{
        margin-bottom: 20px;
    }
    .showcase_layout .sec1{
        padding-bottom: 30px;
        padding-top: 80px;
    }
    .showcase_layout .sec2 .awards_lists > li{
        padding: 30px 0;
    }
    .showcase_layout .sec2 .awards_lists > li:first-child{
        padding-top: 10px;
    }
    .showcase_layout .sec2 .awards_lists > li .name{
        font-size: 13px;
    }
    .showcase_layout .sec2 .awards_lists > li .desc.col{
        padding: 0;
        padding-top: 5px;
    }
    .showcase_layout .sec2 .awards_lists > li .desc.col p{
        font-size: 11px;
        padding: 0 5px;
    }
    .showcase_layout .sec2{
        padding-top: 40px;
    }
    .tools_layout .sec2{
        padding: 70px 0;
    }
    .tools_layout .sec2 .ms{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about_layout .about_sec3 .history > ul > li > p{
        font-size: 13px;
    }
}
@media (max-width: 575px) {
    .teams_sec1{
        padding-bottom: 30px;
    }
    .teams_sec1 .header_inner{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .teams_sec2{
        padding: 30px 0;
    }
    .teams_sec2 .btn-main{
        font-size: 14px;
        padding: 15px 30px;
    }
    .header_inner .txt{
        font-size: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .teams_layout .sec3 .manage_lists .position, .teams_layout .sec3 .manage_lists .name{
        font-size: 4vw;
    }
    .teams_layout .sec3 .manage_lists > li:not(.popup_html):after{
        font-size: 5vw;
    }
    .vision_layout .sec3{
        padding-bottom: 0;
        padding-top: 40px;
    }
    .network_layout .sec1 .ms1{
        font-size: 18px;
    }
    .network_layout .sec1 .img{
        background: url('../img/vision/map-mobile.png') center center;
        background-size: 100%;
    }
    .network_layout .sec1 .img > img{
        opacity: 0;
    }
    .network_layout .sec1{
        padding-bottom: 0;
    }
    .network_layout .sec1 .network_lists{
        display: block;
        padding: 15px;
    }
    .network_layout .sec1 .network_lists > li{
        text-align: center;
    }
    .network_layout .sec1 .network_lists > li > img{
        max-width: 100%;
    }
    .partners_layout .sec1 .header_inner,
    .partners_layout .sec2 .header_inner{
        margin-bottom: 30px;
    }
    .partners_layout .sec2 .partners > li {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        min-height: 450px;
    }
    .teams_layout .sec3 .manage_lists > li.popup_html,
    .teams_layout .sec4 .team_lists > li.popup_html{
        padding-left: 15px;
        padding-right: 15px;
    }
    .showcase_layout .sec2 .awards_lists > li >.img > img{
        height: 80px;
    }
    .showcase_layout .sec2 .awards_lists > li .desc.col p{
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }
    .showcase_layout .sec3{
        padding: 50px 0;
    }
    .showcase_layout .sec3 .header_inner{
        margin-bottom: 30px;
    }
    .vision_layout .sec3 .core_lists > ul > li .info{
        text-align: center;
    }
}
@media (max-width: 550px) {
    .about_layout .about_sec1 .container > .left{
        padding-left: 15px;
        padding-right: 15px;
        min-width: 25%;
        max-width: 25%;
    }
    .about_layout .about_sec1 .container > .left > img{
        max-width: 100%;
    }
    .about_layout .about_sec1 .container > .right{
        padding-right: 15px;
    }
    .about_layout .about_sec1 .container > .right > img{
        max-width: 100%;
    }
    .about_layout .about_sec2 .container{
        flex-wrap: wrap;
    }
    .about_layout .about_sec2 .container > .left,
    .about_layout .about_sec2 .container > .right{
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_layout .about_sec3 .history > ul > li {
        min-width: 100%;
        max-width: 100%;
        padding-top: 30px;
    }
    .about_layout .about_sec3 .history > ul > li > *{
        float: left;
    }
    .about_layout .about_sec3 .history > ul > li .icon{
        width: 50%;
        text-align: right;
        padding-right: 15px;
    }
    .about_layout .about_sec3 .history > ul > li .year,
    .about_layout .about_sec3 .history > ul > li .month{
        width: 50%;
        text-align: left;
        padding-left: 0px;
    }
    .about_layout .about_sec3 .history > ul > li .year{
        line-height: 40px;
        margin-top: 27px;
    }
    .about_layout .about_sec3 .history > ul > li .month{
        font-size: 20px;
    }
    .about_layout .about_sec3 .history > ul > li p{
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
    .vision_layout .sec1{
        padding-bottom: 60px;
    }
    .tools4_layout ~ .feature_lists > ul > li{
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .tools_layout .sec1 ul.tools_lists > li {
        min-width: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    .tools_layout .sec1{
        /* padding-bottom: 20px; */
    }
    .header_inner .txt{
        font-size: 18px;
    }
    .contact_layout .header_inner .txt{
        white-space: normal;
        max-width: 270px;
        min-width: 270px;
    }
    .teams_sec2 .header_inner .txt{
        white-space: normal;
        max-width: 240px;
        min-width: 240px;
    }
    .about_sec2.visible .container > .right{
        margin-top: -30vw;
        text-align: right;
    }
    .about_sec2.visible .container > .right > img{
        width: 60%;
    }
}
@media (max-width: 425px) {
    .vision_layout .sec3 .core_lists > ul{
        padding-left: 15px;
        padding-right: 15px;
    }
    .vision_layout .sec3 .core_lists > ul > li{
        max-width: 100%;
        min-width: 100%;
    }
    .network_layout .sec1 .resaults strong{
        font-size: 30px;
    }
    .network_layout .sec1 .resaults p{
        font-size: 14px;
    }
    .showcase_layout .clients_lists{
        padding-left: 5vw;
    }
    #tools_slide .li_click, .tools_layout .sec1 ul.tools_lists > li{
        margin-left: 5px;
        margin-right: 5px;
    }
    .tools_layout .sec1 .toolshtml .popup_html{
        margin-top: 70px;
    }
    .tools_layout .sec1 .toolshtml .popup_html .html_arrow, .tools_layout .sec1 ul.tools_lists > li.popup_html .html_arrow{
        border-bottom: 30px solid #eaeaea;
        border-right: 30px solid transparent;
        border-top: 30px solid transparent;
        border-left: 30px solid transparent;
    }
}