@media only screen and (max-width:1280px) {
    .nav-image-height{
        height: 150px;
    }

    .resnone{
        display: none !important;
    }

    .res-width{
        width: 100%;
    }

    .res-text{
        text-align: -webkit-center;
    }

    .image-none{
        display: none;
    }

    .w-white{
        background-color: white;
        padding: 20px;
    }

    .w-blue{
        background-color: #FDA1A1;
        padding: 20px;
    }

    .text-none{
        display: none !important;
    }

    .contain{
        height: 700px;
        object-fit: cover;
    }

    .banner-image{
        height: 400px;
        object-fit: cover;
    }

    .respon-left{
        left: 0px !important;
    }

}

@media only screen and (max-width: 912px) {
    .res-just-none{
        display: none;
    }

    .res-wrap{
        flex-wrap: wrap;
    }

    .w-white{
        width: 100% !important;
    }

    .w-blue{
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 30px;
    }

    .contain{
        display: none;
    }

    .height-h{
        height: 800px;
    }

    .footer-lis2{
        justify-content: center;
    }

    .banner-image{
        height: 520px;
    }

    .nav-image-height{
        display: none;
    }

    .nav-image-height-res{
        height: 130px;
        padding: 10px 0px;
    }

   
}

@media only screen and (max-width: 768px) {
    .top-top{
        display: none !important;
    }

    .nav-image-height-res{
        height: 170px;
        padding: 10px 0px;
    }

    .res-mt{
        margin-top: 20px;
    }

    .text-width-res{
        width: 80% !important;
    }
}

@media only screen and (max-width: 480px) {
.text-text{
    font-size: 30px !important;
    text-align: center;
}

.res-mt{
    flex-wrap: wrap;
}

.hover{
    display: none;
}

.contact-font-size{
    font-size: 13px !important;
}
}

@media only screen and (max-width: 320px) {
    .height-h{
        height: 850px;
    }
}