/* Responsive */

@media(max-width:1001px) {
    .menu {
        display: none;
    }
    .menu-res {
        display: block;
    }
    .layout-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mm-listitem__text {
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Roboto-Bold';
    }
    .mm-navbar__title {
        font-family: 'Roboto-Bold';
        text-transform: uppercase;
    }
    .left-info {
        display: none;
    }
}

@media(max-width:850px) {
    .news {
        width: 100%;
        float: none!important;
    }
    .left-About {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .grid-4-product,
    .left-Pages .grid-4-product {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .logo-header {
        max-width: 165px;
        margin-top: 15px;
    }
    .left-Pages {
        width: 100%;
        float: none;
        padding: 0px;
        margin-bottom: 20px;
    }
    .wrap-main,
    .wrap-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .wrap-home {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .right-Pages {
        width: 100%;
        float: none;
    }
    .list-Category ul li ul {
        position: initial;
        display: block;
        opacity: 1;
        visibility: visible;
        border: none;
    }
    .list-Category ul li ul li a {
        padding-left: 30px;
    }
    .list-Category ul li .svg {
        top: 13px;
    }
    .slideshow_SP {
        display: block;
    }
    .slideshow {
        display: none;
    }
    .right-About {
        width: 100%;
        float: none;
    }
}

@media(max-width:769px) {
    .top-contact {
        flex-wrap: wrap;
    }
    .left-pro-detail,
    .right-pro-detail,
    .top-contact .form-contact,
    .top-contact .article-contact {
        width: 100%;
        margin: 0px;
    }
    .left-pro-detail,
    .top-contact .article-contact {
        margin-bottom: 30px;
    }
    .footer-bottom .layout-inner .copyright {
        display: block;
        text-align: center;
        min-height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media(max-width:603px) {}

@media(max-width:550px) {}

@media(max-width:460px) {
    .info-news {
        width: 100%;
        float: none;
    }
    .pic-news {
        width: 48%;
    }
    .desc-news {
        display: inline;
    }
    .top-contact .form-contact .button-contact .file-contact span b {
        max-width: 105px;
    }
}

@media(max-width:375px) {
    .cart-pro-detail {
        flex-wrap: wrap;
    }
    .cart-pro-detail a {
        width: 100%;
        text-align: center;
        margin: 0px!important;
        font-size: 12px;
    }
    .cart-pro-detail a:first-child {
        margin-bottom: 5px!important;
    }
    .cart-pro-detail a i {
        display: none;
    }
}

@media(max-width:325px) {}