.category-des {
    padding: 40px 0;
}

.category-des .des-title {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.category-des .title {
    font-size: 26px;
    text-align: center;
}

.category-des .noi-dung {
    max-width: 800px;
    margin: 25px auto 0;
}

.category-des .block {
    padding: 0 60px;
    text-align: center;
}

.category-des .clm:not(:last-child) {
    border-right: 1px solid #414141;
} 

.category-des .block img {
    max-width: 150px;
    margin: 0 auto 30px;
}

.category-des .block .content-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.item-product-list {
    padding: 40px 0;
}

.item-product-list:nth-child(odd) {
    background-color: #202020;
}

.item-product-list:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.item-product-list .name {
    font-size: 23px;
    margin-bottom: 15px;
}

.item-product-list .price {
    font-size: 20px;
    margin-bottom: 15px;
}

.item-product-list .des-sort {
    margin-bottom: 10px;
}

.item-product-list .des {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.item-product-list .des h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.item-product-list .button-group {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.item-product-list .btn-pr {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    height: 50px;
    padding: 0 15px;
    border: 2px solid var(--color-2);
    align-items: center;
    cursor: pointer;
}

.item-product-list .btn-pr.has-bg {
    background-color: var(--color-2);
    color: var(--color-1);
}

.item-product-list .btn-pr:hover {
    background-color: var(--color-3);
    color: var(--color-2);
    border: 2px solid var(--color-3);
}

.product-image-slider .item{
    text-align: center;
}

.product-image-slider img {
    width: 400px;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.product-image-slider svg path {
    fill: #807c7c;
}

.product-image-slider:hover .slick-arrow {
    opacity: 1;
}

.product-image-slider .slick-prev {
    left: 15px;
}

.product-image-slider .slick-next {
    right: 15px;
}

.product-list {
    padding-bottom: 40px;
}

.product-list.cate {
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
}

.item-cate .img-wrap {
    position: relative;
}

.item-cate .logo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
}

.item-cate .logo-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.product-list .pagination {
    margin-top: 10px;
}

.item-cate .content h3{
    font-size: 38px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.item-cate .content .des {
    font-size: 14px;
    line-height: 1.7;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.item-cate .content .see-detail {
    font-size: 14px;
    padding: 12px 40px;
    border: 1px solid #b68250;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(105 105 105) -50%, rgb(12 12 12) 50%, rgb(95 94 94) 120%);
}

.item-cate .content .see-detail:hover {
    background: var(--color-3);
    color: var(--color-2);
}

.item-cate .img-wrap .img-sp {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
    padding: 15px;
}

.item-cate .content {
    max-width: 500px;
    margin-left: 60px;
}

.product-list .banner img {
    width: 100%;
}

.product-list .name-cate {
    font-size: 16px;
}

.slick-arrow {
	opacity: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #FFF !important;
}

.slick-arrow svg {
	width: 10px;
}

.slick-next {
	right: 0px;
}

.slick-prev {
	left: 0px;
}

.slick-has-nav:hover .slick-arrow {
	opacity: 1;
}

.category-slider .item-cate:nth-child(2n) .row .order-category-twe {
    order: 1;
}


.category-slider .item-cate:nth-child(2n) .row .order-category-one {
    order: 2;
}
.product-list {
    padding-bottom: 0px;
}
@media (max-width: 992px) {
    .category-des .block {
        padding: 0 10px;
    }

    .item-cate .content .des {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .category-des .block {
        margin-top: 25px;
    }

    .category-des .title {
        font-size: 20px;
        text-align: center;
    }

    .category-des .noi-dung {
        margin: 15px auto 0;
    }

    .category-des .des-title {
        margin-bottom: 10px;
    }

    .category-des {
        padding: 20px 0;
    }

    .item-product-list .row {
        flex-direction: column-reverse !important;
    }

    .item-product-list {
        padding: 30px 0;
    }

    .item-product-list .name {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .item-product-list .content-left {
        margin-top: 20px;
    }

    .item-product-list .price {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .item-product-list .des h2 {
        font-size: 16px;
    }

    .item-product-list .btn-pr {
        font-size: 12px;
        height: 40px;
        padding: 0 8px;
    }

    .item-cate {
        margin-top: 20px;
    }

    .item-cate .img-wrap img {
        margin: 0 auto;
    }

    .item-cate .content {
        max-width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }

    .item-cate .content h3 {
        font-size: 24px;
    }

    .product-list.cate {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .item-cate > .row {
        flex-direction: column-reverse;
    }

    .item-cate .img-wrap .img-sp {
        width: 80%;
        margin: 0 auto;
    }
}