@media (min-width: 1200px) {
    .container-1100 {
        max-width: 1100px;
    }
    .w-45 {
        width: 45%;
    }
    .w-30 {
        width: 30%;
    }
    .slide-category {
        margin-bottom: 4rem;
    }

    .title.title-custom {
        margin: 40px 0 70px;
    }

    .top-intro .title {
        font-size: 26px;
    }

    .top-intro {
        margin: 120px 0;
    }
}

@media (min-width: 992px) and (max-width: 1367px) {
    .hd-menu>ul>li {
        margin: 0 25px;
    }
    .info-wrap, .btn-view {
        width: 50%;
    }
    .category-child ul {
        gap: 80px !important;
    }
    .e-image img {
        height: 90px;
    }

    .pview-btn.pview-call, .pview-btn {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .logo img {
        height: auto;
        width: 150px;
    }
    .toggle-menu-mb {
        float: right;
        font-size: 20px;
    }
    .menu-mb {
        position: fixed;
        left: 0;
        width: 85vw;
        background: #fff;
        top: 0;
        z-index: 99;
        padding: 15px;
        height: 100vh;
        transform: translateX(-100%);
        transition: all .3s;
    }
    .hd-menu>ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .hd-menu>ul>li {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        height: auto !important;
    }
    .menu-mb .logo {
        display: flex;
        justify-content: center;
        margin: 0 0 20px;
    }
    .hd-menu>ul>li>ul {
        position: unset;
        width: 100%;
        opacity: 1;
        visibility: visible;
        border: none;
        margin-top: 10px;
        display: none;
        transition: none;
    }
    .close-menu {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
    }
    .toggle-in {
        transform: translateX(0) !important;
    }
    .intro-home {
        margin: 30px 0;
    }
    .ih-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .ih-item .ih-item-wrap {
        width: 100% !important;
    }
    .list-category, .most-search ul {
        justify-content: flex-start;
        gap: 30px;
    }
    .product-item {
        margin-bottom: 30px;
    }
    .title-desc {
        margin: 30px 0;
    }
    footer {
        padding: 30px 0;
    }
    .top-footer {
        padding: 0;
    }
    .bottom-footer {
        width: 100%;
    }
    .bottom-footer>div {
        flex-direction: column;
        gap: 10px;
    }
    .copyright ul {
        row-gap: 5px;
        column-gap: 15px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .w-45, .w-30, .w-25 {
        width: 100% !important;
    }
    .w-45 {
        margin: 45px 0;
    }
    .category-child ul {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        justify-content: flex-start;
        padding-bottom: 5px;
        margin-bottom: 30px !important;
    }
    .filter-wrap {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 30px !important;
    }
    .info-right {
        gap: 10px;
    }
    .category-main .category-child ul li a, .category-main .filter-wrap>span {
        font-size: 14px;
    }
    .filter-item {
        width: calc(50% - 10px) !important;
        margin-right: 0 !important;
    }
    .filter-wrap>span {
        width: 100%;
    }
    .remove-filter {
        margin-left: 0 !important;
    }
    .filter-list {
        width: calc(100% + 2.25px) !important;
    }
    .hd-menu>ul>li>a {
        height: auto;
    }
    .title {
        font-size: 16px;
    }
    .col-lg-9 .filter-right {
        width: 100%;
        margin-right: 0;
    }
    .filter-wrap .filter-item {
        width: 100% !important;
    }
    .info-wrap, .btn-view {
        width: 100%;
    }
    .agency-item {
        flex-wrap: wrap;
    }
    .review-slider {
        margin: 30px 0;
    }

    .wrap-body {
        display: none;
    }

    #loading-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    #loading-screen img {
        height: 40px;
        width: auto;
        margin: 0;
        opacity: 0;
        transition: opacity 1.5s ease;
    }

    #loading-screen p {
        margin-top: 12px;
        font-size: 16px;
        opacity: 0;
        transition: opacity 1.5s ease;
    }

    .bottom-menu {
        position: fixed;
        bottom: 0;
        background: #fff;
        padding: 15px 25px;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .bottom-menu a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 8px;
        font-size: 18px;
    }

    .bottom-menu a p {
        font-size: 13px;
        margin-bottom: 0;
    }

    header, .category-desc, .filter-wrap {
        display: none !important;
    }

    .category-child.category-custom-mb ul {
        margin-bottom: 0 !important;
    }

    .title {
        font-size: 18px;
    }

    .product-img img {
        border-radius: 15px
    }

    .form-contact {
        padding: 15px !important;
    }

    .contact-footer {
        padding: 40px 15px
    }

    .contact-footer .h5 {
        font-size: 1.15rem;
    }

    .contact-footer * {
        text-align: center;
    }

    .btn-modal {
        margin-top: 15px;
    }

    body {
        padding-bottom: 100px;
        overflow-x: hidden;
        width: 100%;
    }

    .product-img img {
        height: 280px !important;
    }

    .product-name {
        height: auto;
        font-size: 14px;
    }

    .text-mb-center {
        text-align: center;
    }

    .form_login {
        padding: 80px 30px;
    }

    .form_login input {
        border-color: #363636;
    }

    .form_login .sign-btn {
        border-radius: 25px !important;
    }

    .contact-footer {
        display: none !important;
    }

    .album-item img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }

    .pd-share ul {
        left: auto !important;
        right: 0 !important;
    }

    .product-exp {
        overflow: hidden;
    }

    .product-exp .product-img img {
        height: auto !important;
    }

    .e-item-wrap {
        height: 100%;
    }

    .agency-item {
        border: none;
        padding: 0;
    }

    .info-wrap {
        width: calc(100% - 120px) !important;
    }

    .depot-name {
        font-size: 13px !important;
    }

    .agency-item .info-wrap p {
        font-size: 12px !important;
    }

    .info-img {
        height: 100px !important;
        width: 100px !important;
    }

    #modalMap iframe {
        height: 300px !important;
    }

    h1.title.fixed-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px 5px #ccc;
        margin: 0 !important;
        padding: 15px 0;
    }

    .cate-none {
        display: none !important;
    }

    .album-single-grid .product-img img {
        height: 125px !important;
    }

    .pview-btn {
        font-size: 12px !important;
    }

    .btn-view a {
        padding: 5px !important;
    }
}