@media (min-width: 768px) {
    .header-wrap-icon .group-icon > span img, .header-wrap-icon .group-icon > .icon-item img {
        width: 27px;
        height: 27px;
    }

    .header-wrap-icon .group-icon > span, .header-wrap-icon .group-icon > .icon-item {
        margin: 0px 10px 0;
    }
    #nav-menu .main-nav-menu .menu__list--top > li > a {
        font-size: 16px;
    }
    #home-product-hot .row {
        display: flex;
    }
    #home-product-hot .banner-collection, #home-product-hot .box-collection {
        width: 50%;
    }
    #home-product-hot .banner-efect {
        height: 600px;
    }
    #home-product-hot .banner-efect a img {
        object-fit: scale-down;
    }
    .wrapper-home-collection .box-collection {
        height: 100%;
    }
    .main-nav-menu .menu__list {
        gap: 15px;
    }
    .product-img a img:not(.tp_product_hot .product-img img), .instagram-list-img img {
        width: 100%;
        aspect-ratio: 3 / 4;
        object-fit: scale-down;
    }

}

@media (max-width: 767px) {
    .wrapper-collection-1 .product-img {
        min-height: unset !important;
        max-height: unset;
    }
    .pro-loop .product-img img {
        height: auto;
    }
}

.tp_product_category_filter_category .tp_title {
    font-size: 17px !important;
}
.tree-menu li a {
    line-height: 30px;
    font-size: 16px;
}
.tree-menu-sub li {
    margin-bottom: 5px;
}

.home-banner-list-col.col-right .banner-src img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner-list-col.col-right {
    align-items: stretch;
}

.wrapper-home-banner-top-new.style-2 .home-banner-list-col.col-right .banner-box-new,
.wrapper-home-banner-top-new.style-2 .home-banner-list-col.col-right .banner-box-new .banner-src,
.wrapper-home-banner-top-new.style-2 .home-banner-list-col.col-right .banner-box-new .banner-link {
    height: 100%;
}
.wrapper-home-banner-top-new.style-2 .home-banner-list-col.col-right .home-banner-col-new,
.wrapper-home-banner-top-new.style-2 .home-banner-list-col.col-right .home-banner-list-col {
    width: 100%;
}
#home-product-best-seller .content-product-list.list_clear2_pro {
    display: flex;
    flex-wrap: wrap;
}
.home-list-store, .wrapper-home-newsletter {
    display: none !important;
}
.breadcrumb li:first-child a span {
    font-size: 0;
}

.breadcrumb li:first-child a span::after {
    content: "JOMIA LINEN";
    font-size: 14px;
}
.group-filter.filter-menu-tag.filterPrice.tp_product_category_filter_price {
    display: none;
}
.product-img.image-resize {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}


/*teeem mới css ở đay*/



@media (min-width: 768px) {
    .wrapper-home-banner-top-new.style-2 .home-banner-list-col.col-left {
        justify-content: space-around;
    }
    .home-banner-list-new > .home-banner-list-col.col-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        grid-template-rows: repeat(2, 458px);
    }
    .home-banner-list-col.col-right .home-banner-col-new.col-4{
        grid-row: span 2;
    }

    .home-banner-list-col.col-right > .home-banner-list-col.col-right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}