@media (max-width: 1700px){
    .home-banner .banner-item{
        padding-top: 250px;
        padding-bottom: 250px;
    }
}
@media (max-width: 1500px){
    .home-banner .banner-item{
        padding-top: 200px;
        padding-bottom: 200px;
    }
    header .navbar li{
        margin: 0px 5px;
    }
}
@media (max-width: 1200px){
    .container{
        min-width: 100%;
        max-width: 100%;
    }
    .home-banner .owl-nav{
        display: none;
    }
    .home-banner h1{
        font-size: calc(24px + (56 - 24) * ((100vw - 375px) / (1920 - 375)));
        margin-bottom: 15px !important;
    }
    .home-banner h5{
        font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375)));
        margin-bottom: 15px !important;
    }
}
@media (max-width: 1024px){
    header .navbar li{
        margin: 0px;
    } 
    header .btn{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }
}

@media (max-width: 991px){
    header .navbar li a{
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
    }
    header .btn-wrap{
        padding-top: 5px;
    }
    header .btn-wrap a{
        width: 50%;
    }
    .box-image-left .inner, .box-image-right .inner{
        padding-left: 0px;
        padding-right: 0px;
    }
    .nganhhang-item .rounded-circle {
        padding: 0px !important;
    }
}

@media (max-width: 575px){
    .box-image-left .row div:first-child{
        order: 2;
    }
    .box-image-left .row div:last-child{
        order: 1;
    }
    .box-image-left .row > div:last-child, .box-image-right .row > div:first-child{
        margin-bottom: 20px;
    }
    .box6 img{
        max-width: 100%;
    }
    .home-banner .banner-item{
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .home-banner .btn{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
    }
    .box2 h2{
        padding-top: 0px !important;
        padding-bottom: 15px !important;
    }
    .box2 .row .mb-5{
        margin-bottom: 15px !important;
    }
    .nganhhang-item .rounded-circle img{
        padding: 20px !important;
    }
    .nganhhang-item h3{
        margin-bottom: 5px;
    }
    .box4{
        padding-bottom: 0px !important;
    }
    .box4 > h2{
        margin-top: 0px !important;
        padding-bottom: 15px !important;
    }
    .box5 h2{
        padding-top: 0px !important;
        padding-bottom: 15px !important;
    }
    .box5{
        padding-bottom: 50px !important;
    }
    .box6 h2{
        padding-top: 0px !important;
        padding-bottom: 15px !important;
    }
    header .navbar{
        padding-top: 0px;
        padding-bottom: 5px
    }
    #main_content{
        margin-top: 75px;
    }
    .box-dangky{
        padding: 0px 10px;
    }
    .box-dangky a{
        font-size: 18px !important;
    }
}