@media only screen and (max-width: 1024px){
    .sc_home-statics-box .title{        
        font-size:12px;  
    }
    .sc_home-statics-box .col .col-inner p{
        font-size:8px;
    }
    .box_video_full{
        height:183px;
    }
    .box_video_full #sc_video{
                position: relative;
        top: 0;
        transform: translate(0, 0);
        left: 0;
        width:100%;
    }
    .sc_home-statics{
        padding: 13.16px 0 !important;;
    }
    .sc_home-slide-item .content-box{
        position: relative;
        width:100%;
        height:auto;
    }
    .sc_home-slide-item .content-box h3{
        font-size:12px;
    }
    .sc_home-slide-item .content-box p{
        font-size:10px;
    }
    .title-sec,.sc_home-project-title,.title-sec-hero,.footer-top .title{
        font-size:24px;
    }
    .sc_tab_content .col:not(:last-child):after{
        content:none;
    }
}