html, body{
    overflow-x: hidden;
}
.modal-contact{
   display:none;
}
#contactForm{
    background: url('../assets/bg-bao-gia.jpg') center center no-repeat!important;
    background-size: contain!important;
    overflow-x:hidden;
    margin: auto;
}
#contactForm button{
    width: 305px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: revert!important;
    padding-right: revert!important;margin-top: 24px;
}
.body-contact{
    background-color: #fff;
    z-index: 99;
    border-radius: 7px;
}
.hide{
    display: none!important;
}
.block{
    display: block!important;
}


/* @media only screen and (min-width: 1024px) { */
    .show-contact a{
        background: #F26533;
        padding: 6px 12px;
        border-radius: 8px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.2px;
        color: #fff;
    }
    .show-contact:hover a{
        background-color: #fff;
    }
    .show-contact:hover a{
        color: #F26533;
    }
/* } */
@media only screen and (max-width: 1023px){
    #contactForm{
        padding: 20px;
    }
    
}
#menu-mobi{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 15px;
}
#icon-menu{
    width: 32px;
}
.close-modal{
    position: absolute;
    right: 15px;
    top: 10px;
}
.show-chat{
    z-index: 99;
}
@media only screen and (min-width: 1024px) {
    #menu-mobi{
        display: none!important;
    }
}
@media only screen and (max-width: 359px) {
    header .max-w-screen-2xl{
            padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
}