
.container{
    margin: auto;
    max-width: 100%;
}

@media screen and (min-width: 576px){
    .container{
        max-width: 540px;
    }
}

@media screen and (min-width: 768px){
    .container{
        max-width: 720px;
    }
}


@media screen and (min-width: 992px){
    .container{
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px){
    .container{
        max-width: 1320px;
    }
}

@media (max-width: 1400px) {
    .header-logo{
        width: 20%;
    }

    .nav-link{
        font-size: 14px;
        padding: 26px 12px;
    }

    .btn-primary {
        font-size: 13px;
    }
    
}

@media (max-width: 1200px) {

    .header-body{
        flex-direction: column;
    }
    .header-logo {
        display: none;
    }

    .header-head::before{
        width: 300px;
        left: -140px;
        transform: skew(0deg);
    }

    .header-right {
        width: 100%;
    }

    .navigation{
        transform: translateX(0);
    }

    .line-text span{
        font-size: 11px;
    }
}

@media (max-width: 992px) {

    .section{
        padding: 30px 0;
    }

    .hide-btn-header{
        display: none;
    }

    .navigation{
        display: none;
    }

    .nav-mobile{
        display: block;
    }

    .logo-mobile{
        display: block;
    }

    .header-head{
        padding: 6px 0 10px;
    }

    .hotline a, .email a{
        font-size: 12px;
    }

    .clear-header {
        height: 115px;
    }

    .nav-mobile{
        display: flex;
    }

    .banner-info h3{
        font-size: 30px;
    }

    .nav-action{
        min-width: 50px;
        justify-content: flex-end;
    }

    .about{
        padding-top: 10px;
        grid-template-columns: repeat(1,1fr);
    }

    .services, .number-body, .elementor-news{
        grid-template-columns: repeat(2,1fr);
    }

    .elementor-row{
        flex-direction: column;
        gap: 30px;
    }

    .elementor-col-1, .elementor-col-2{
        width: 100%;
    }

    .wrapper-middle h2{
        font-style: 18px;
    }
    .wrapper-middle h3{
        font-size: 30px;
    }

    .elementor-form{
        flex-direction: column;
    }
    .contact-form{
        width: 100%;
    }

    .partners{
        grid-template-columns: repeat(4,1fr);
    }

    .ft-row{
        grid-template-columns: repeat(2,1fr);
    }

    .wrapper-blog{
        flex-direction: column;
    }

    .elementor-blog, .elementor-blog-image{
        width: 100%;
    }

    .line-text{
        gap: 6px;
        grid-template-columns: repeat(2,1fr);
        transform: translateY(30px);
    }
}



@media (max-width: 768px) {
    .nav_mobile-list{
        width: 290px;
    }

    .wrapper-title h2{
        font-size: 30px;
        padding: 10px 0;
    }

    .wrapper-title .subtitle{
        font-size: 18px;
    }

    .wrapper-title p{
        font-size: 15px;
    }

    .partners{
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 576px) {

    .container{
        margin: auto 15px;
    }

    .services, .number-body, .elementor-news, .elementor-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .partners{
        grid-template-columns: repeat(2,1fr);
    }

    .ft-head-left h2{
        font-size: 18px;
        position: relative;
        z-index: 9;
    }

    .ft-row{
        grid-template-columns: repeat(1,1fr);
    }

    .social, .email{
        display: none;
    }

    .wrapper-title h2 {
        font-size: 24px;
    }

    .wrapper-title h3 {
        font-size: 16px;
    }

    .breadcrumbs li a{
        font-size: 12px !important;
    }

    .btn-download{
        padding: 10px 16px;
        font-size: 14px;
    }

    .banner-info{
        max-width: 60%;
    }

    .banner-info h3{
        font-size: 20px;
    }
    .banner-info h1{
        display: none;
    }
    .banner-info h2{
        font-size: 13px;
        padding: 6px 0;
    }
    .banner-info p{
        font-size: 10px;
    }


    .line-text{
        padding: 6px;
    }
    .line-text span{
        font-size: 8px;
    }
    
    .wrapper-middle p{
        font-size: 14px;
    }
    
    .contact-main{
        grid-template-columns: 1fr;
    }
}
