#home-slider {
    margin-top: 15px;
    margin-bottom: 15px;
}
.section1 img{
        border-radius: 8px;
}
.home_banner_box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: space-between
}
/* section 2 */
#home-categories .cate-list {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
}
#home-categories .cate-list .cate-item {
    /* float: left; */
    width: 11%;
    border: 0px solid #e1e1e1;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 2px;
    min-height: 172px;
}

#home-categories .cate-list .cate-item .cate-item-inner {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
    height: 100%;
}
#home-categories .cate-list .cate-item .cate-img {
    display: block;
    border-radius: 0px;
    border: 0px solid #ddd;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 10px 10px 0px 10px;
}
#home-categories .cate-list .cate-item .cate-title {
    color: #000000;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    padding: 0 5px;
}
.danhmcsanphamv2 {
    background: #1e73be;
    border: 0px solid #e5e5e5;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.danhmucsanphamv2title {
    padding: 0px;
    background: transparent;
    margin-bottom: 19px;
    display: flex
;
    justify-content: space-between;
}
.danhmucsanphamv2title .linkdanhmuc
 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.home-collection-new{
    padding: 15px 0;
}
.home-collection-new .hnp-category{
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
        align-items: center;
}
.home-collection-new .hnp-category li a
 {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    border: 0px solid #e5e5e5;
    margin-right: 6px;
    border-radius: 4px;
    text-transform: none;
}
.product-item{
        padding: 10px;
        height: 100%;
}
.product-item .product-img a{
 position: relative;
 display: block;
 width: 100%;
 height: 100%;
}
.product-item .product-img{
    position: relative;
}
.woocommerce-product-gallery__image.slide.first.is-selected a{
     position: relative;
 display: block;
 width: 100%;
 height: 100%;
}
/* .woocommerce-product-gallery__image.slide.first.is-selected a::after{
     background-image: url(./images/Khung-SP-9.png);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-item .product-img a::after{
    background-image: url(./images/Khung-SP-9.png);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
} */
.home-collection-new .product-item {
    border: 1px solid #e5e5e5;
    background: #fff;
}
.home-collection-new .product-item  .variation-thumbnails {

}
.product-item .list-variants-img ul li {
    display: inline-block;
    border: 1px solid #f0f0f0;
    margin: 0;
    padding: 1px;
}
.product-item .list-variants-img ul li a {
    display: block;
    height: 32px;
    max-width: 32px;
    overflow: hidden;
}
.product-item .list-variants-img ul li a img
 {
    width: 100%;
}
.product-item .product-info .product-title {
    font-weight: normal;
    margin-bottom: 10px;
    height: 39px;
    margin-top: 10px;
    overflow: hidden;
}
.product-item .product-info .product-title a {
    color: #000000;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.product-item .product-info .price{
    font-size: 15px;
    color: #d0021c;
}
.product-item .product-info span{
    color: #d0021c !important;
    
}
.product_attr_item {
    color: #444;
    border: 0px dashed #ccc;
    padding: 6px 4px;
    border-radius: 2px;
    line-height: 14px;
    margin: 2px 2px;
    font-size: 11px;
    width: auto;
    display: inline-block;
    text-align: center;
    background: #eaeaea;
}
.variation-attribute-list{
    display: flex;
    flex-wrap: wrap;
}
.variation-thumbnails ul{
    margin-bottom: 0;
}
.home_article .article-item {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
}
.home_article .article-item .article-img .imgt img{
    object-fit: cover;
    aspect-ratio: 1.5 / 1;
    border-radius: 8px;
}
.home_article .article-item .article-img{
    margin-bottom: 10px;
}
.home-brands .brand-item img {
          max-height: 70px;
        /* -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; */
    }
    .home-brands .brand-item:hover img{
        /* -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; */
    }
@media (max-width: 480px) {
    .home-brands .brand-item img {
        /* max-height: 24px; */
    
    }
}
@media screen and (max-width:850px) {
    .home_banner_box{
        display: none;
    }
}
@media screen and (max-width:768px) {
    .home_banner_box{
        display: none;
    }
    #home-categories .cate-list .cate-item {
    width: 16.5%;
}
.home-collection-new .hnp-category{
    display: none;
}
}
@media screen and (max-width:600px) {
    #home-categories .cate-list .cate-item {
                width: 25%;

}
}
@media screen and (max-width:425px) {

    #home-categories .cate-list .cate-item {
   width: 25%;
}
}
/* .home_banner_item:first-child{
    margin-bottom: 20px;
} */