@media (min-width: 992px) {
    .show-mobile {
        display: none;
    }

    .cont-menu-mobile {
        display: contents;
    }

}

@media only screen and (max-width: 1199px) {

    .contact-map {
        margin-top: -272px;
    }

    .content-contact .box-contact {
        padding: 3.5rem 3.5rem 22rem 3.5rem;
    }
    .frame-section {
        margin-right: 100px;
        margin-left: 100px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 23%);
        position: relative;
        background: white;
    }
}



@media only screen and (max-width: 1114px) {

    .item-product img {
        height: 130px;
    }

    .item-product {
        height: 245px;
    }
}

@media only screen and (max-width: 992px) {

    .item-product img {
        height: 115px;
    }

    .item-product {
        height: 210px;
    }

    .item-product h4 {
        font-size: 12px;
        line-height: 1.2rem;
        height: 59px;
    }

    .ptsm-5 {
        margin-top: 5rem;
    }

    .ptsm-4 {
        margin-top: 4rem;
    }

    .ptsm-3 {
        margin-top: 3rem;
    }

    .ptsm-2 {
        margin-top: 2rem;
    }

    .ptsm-1 {
        margin-top: 1rem;
    }

    .m-navigation {
        margin: 0;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #1111118c;
        overflow-x: hidden;
        transition: 0.5s;
        display: flex;
        /* display: none; */
    }

    .show-nav {
        /* display: unset; */
        width: 100%;
        z-index: 2;
        /* padding-right: 15%; */
    }

    .cont-menu-mobile {
        height: 100%;
        background-color: white;
        width: 75%;
    }

    .m-nav-header {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 25px 25px 0px 25px;
    }

    .m-nav-header .close {
        width: 5%;
    }

    .m-nav-header .close img {
        width: 100%;
        cursor: pointer;
    }

    .m-nav-header .brand img {
        width: 100%;
    }

    .m-nav-header .brand {
        width: 13%;
    }

    .divider-menu {
        width: 25%;
        background: #ffffff00;
        height: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-bottom: 5px;
    }

    .navbar-light .navbar-nav .nav-link.active:after {
        width: 15%;
        position: relative;
    }

    .home h2 {
        font-size: 30px;
    }

    .home .home-container h1 {
        font-size: 40px;
        line-height: 1.5rem;
    }

    .home p.support {
        margin-top: 40px;
    }

    .home p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {

    .contact-map {
        margin-top: -200px;
    }

    .content-contact .box-contact {
        padding: 2rem 2rem 16rem 2rem;
    }
    .frame-section {
        margin-right: 100px;
        margin-left: 100px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 23%);
        position: relative;
        background: white;
    }
    .row-contact-info img {
        width: 25px;
        height: 25px;
    }
    .row-contact-info p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 840px) {
    .product-container {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .home h2 {
        font-size: 25px;
    }

    .home .home-container h1 {
        font-size: 35px;
        line-height: 1.5rem;
    }

    .home p.support {
        margin-top: 20px;
    }

    .home p {
        font-size: 12px;
    }

    .home p, .home .support-container {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .box-contact  .translate-middle-y{
        transform: none !important;
    }

    .frame-section {
        margin-right: 50px;
        margin-left: 50px;
    }
    .content-contact .box-contact {
        padding: 2rem 2rem 26rem 2rem;
    }

    .home h2 {
        font-size: 20px;
    }

    .home .home-container h1 {
        font-size: 25px;
        line-height: 0.2rem;
    }

    .home p.support {
        margin-top: 20px;
    }

    .home p {
        font-size: 12px;
        line-height: 1rem;
    }

    .home p {
        margin-top: 20px;
    }

    .home .support-container {
        margin-top: 10px;
    }

    .navbar .logo img {
        width: 105px;
        padding-bottom: 5px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .m-nav-btn {
        right: 50px;
    }
}

@media only screen and (max-width: 577px) {
    .detail-product .modal-dialog {
        padding: 15px;
    }

    .btn-close-product {
        top: -6.5px;
        right: -6.5px;
    }

    .product-container {
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .item-product {
        height: 300px;
    }

    .item-product img {
        height: 200px;
    }

    .m-nav-btn {
        right: 35px;
    }

    .m-nav-header .brand {
        width: 20%;
    }
}

@media only screen and (max-width: 510px) {
    .m-nav-btn {
        right: 3%;
    }

    .m-nav-header .close {
        width: 8%;
    }
}

@media only screen and (max-width: 414px) {
    .slider-home img {
        object-fit: cover;
        width: 100%;
        height: 100vh;
    }
    .frame-section {
        margin-right: 20px;
        margin-left: 20px;
    }
    .contact-map {
        margin-top: 35px;
    }
    .content-contact .box-contact {
        padding: 2rem 2rem 15rem 2rem;
    }
    .header-contact h1 {
        font-size: 23px;
    }
    .contact-map h2 {
        font-size: 19px;
    }

    .home h2 {
        font-size: 30px;
    }

    .home .home-container h1 {
        font-size: 36px;
        line-height: 1.7rem;
    }

    .home p {
        font-size: 17px;
        line-height: 1.3rem;
    }

    .home p.support {
        font-size: 27px;
    }

    .support-container img {
        width: 80%;
    }

    .m-nav-header .brand {
        width: 30%;
    }
}

@media only screen and (max-width: 375px) {
    .home h2 {
        font-size: 25px;
    }

    .home .home-container h1 {
        font-size: 27px;
        line-height: 0.7rem;
    }

    .home p {
        font-size: 15px;
        line-height: 1.2rem;
    }

    .home p.support {
        font-size: 20px;
    }

    .navbar .logo img {
        width: 100px;
        padding-bottom: 5px;
        padding-top: 10px;
    }
}
