.slider {
    position: relative;
    background-image: url(../images/header/4.png);
    background-size: contain;
}

.slider-wapper {
    width: 100%;
    height: 100%;
    overflow: visible;
    overflow-x: auto;
}

.slider-wapper.page {
    height: 320px;
}

.slider.slider-page {
    padding-bottom: 20px;
    width: 100%;
}

.slider-wapper::-webkit-scrollbar {
    display: none;
}

.row.slider-main {
    flex-wrap: nowrap;
    transition: 1s;
}
/* 
.next-slider-card,
.back-slider-card {
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 50%;
    line-height: 60px;
    position: absolute;
    top: 35%;
    background-color: rgb(192 192 192/70%)
}

.next-slider-card {
    right: 30px;
}

.back-slider-card {
    left: 30px;
} */

/* mobile */
@media (max-Width: 739px) {

    .next-slider-card,
    .back-slider-card {
        width: 70px;
        height: 70px;
        font-size: 200%;
        line-height: 50px;
    }

    .next-slider-card {
        right: 0;
    }

    .back-slider-card {
        left: 0;
    }

}

/* ==================================== */
/* .title-product{
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 130%;
}
.product-card-item{
    display: flex;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    box-shadow: 0 3px 4px rgb(0 0 0/20%);

}
.product-card-item img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.product-card-item:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.product-card-item.page{
    height: 300px;
}
.product-card-item.page.note {
    height: 400px;
}
.product-card-item:hover .play-item{
    opacity: 1;
    z-index: 1;
    transition: 2s;
}
.product-card-item .title-card-item{
    position: absolute;
    cursor: pointer;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 60px;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: rgb(0 0 0/40%);
    bottom: 0;
    font-weight: 500;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.product-card-item.title-card-item-product-detail{
    height: 100px !important;
} */