@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}
@media (max-width: 1199.98px) {
    
}
@media (max-width: 991.98px) {
    .copyright,
    .footer-bottom{
        text-align: center;
    }
    .menu-footer-bottom,
    .copyright{
        margin-top: 15px;
    }
    .img-absolute{
        display: none;
    }
}
@media (max-width: 767.98px) {
    .module-product{
        display: block;
        padding: 20px;
    }
    .module-product img{
        display: block;
        margin: 0 auto 20px;
    }
    .font-64,.font-48,.font-56,
    h1,
    h2,
    h3{
        font-size: 35px;
        line-height: 40px;
    }
    .font-32,
    h4{
        font-size: 30px;
        line-height: 35px;
    }
    
    .btn img{
        display: none;
    }
    .btn{
        padding: 10px;
        font-size: 20px;
        line-height: normal;
        border-radius: 10px;
    }
    .box-button::after{
        display: none;
    }
    .box-button-inner{
        padding: 20px;
    }
}
@media (max-width: 575.98px) {
    .icon-box{
        display: block;
    }
    .icon-box img{
        display: block;
        margin: 0 auto 15px;
    }
    .testimonial-item{
        padding: 20px;
    }
    .testimonial-item .test-info{
        padding: 0;
    }
    .testimonial-item .test-info img{
        position: static;
        margin-bottom: 10px;
    }
    .phone-box.style2,
    .phone-box{
        padding: 12px 15px;
        width: 250px;
        height: 415px;
    }
    .phone-box.style2 iframe,
    .phone-box iframe{
        width: 100%;
        height: 385px;
    }
    .product-item{
        padding: 10px 15px;
    }
}