.img-line-sp{
    position: absolute;
    left: 18%;
    bottom: 50px;
}
.title-banner-sp{
    position: absolute;
    width: 600px;
    color: #FAD6A5;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    bottom: 68px;
    left: 10.8%;
}
.line-header-product{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.box-big-content{
    padding-left: 80px;
    position: relative;
}
.line-header-product span{
    color: #606060;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header-content-product{
    position: relative;
    width: fit-content;
}
.title-product{
    color: #FFFBF6;
    font-size: 24px;
    font-weight: 700;
    line-height: 38.45px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.box-content-product{
    display: flex;
    width: 100%;
    margin-top: 25px;
}
.header-content-product{
    margin-bottom: 30px;
}
.content-left{
    width: 55%;
}
.box-border-sp{
    height: 500px;
    width: auto;
    border: 1px solid #FF6663;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.box-content-detai-sp{
    background: #FF6663;
    border-radius: 24px;
    padding: 20px 25px 20px 35px;
    color: white;
    max-height: 280px;
}
.content-detai-sp{
    height: 240px;
    overflow-y: auto;
}
.content-detai-sp::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.content-detai-sp::-webkit-scrollbar-track {
    border: 3px solid transparent;
    background-color: transparent;
}

.content-detai-sp::-webkit-scrollbar-thumb {
    background-color: #FAD6A5;
    border-radius: 10px;
}
.content-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.col-video{
    width: 65%!important;
}
.mySwiperVideo{
    display: flex;
    justify-content: center;
}
.video-image{
    display: flex;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #FF6663;
    padding: 30px;
    height: auto;
}
blockquote{
    height: 576px!important;
}
.product-details-img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.product-details-video{
    object-fit: cover;
    height: auto;
    width: 100%;
    border-radius: 30px;
}
.video-btn{
    background: #FF6663;
    padding: 0px 10px;
    color: white;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.84px;
    text-align: left;
}
.video-text{
    margin-top: 14px;
}
.video-text p{
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-close-sp{
    position: absolute;
    right: -200px;
    object-fit: cover;
    top: 0;
    cursor: pointer;
    width: 50px;
}
.video-btn:hover{
    color: white;
}
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper-pagination-video{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.swiper-pagination-video .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    background: #FAD6A5;
    opacity: 1;
    margin: 0 7px!important;
}
.swiper-pagination-video .swiper-pagination-bullet-active{
    background: #E7262B;
}
.close-product-mobile{
    display: none;
}
.header-sp-mobile{
    display: none;
}
.line-sp-bottom{
    margin-top: -700px;
}
.background-title{
    background: url(../../images/box-tab.webp) no-repeat;
    background-size: 100% 100%;
    position: unset;
    display: inline-block;
    width: fit-content;
    padding: 7px 10px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    min-width: 170px;
}
.product-details-img:hover,
.product-details-video:hover{
    transform: scale(1.05);
}
.swiper-pagination-video .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}
@media (max-width: 1592px) {
    .title-banner-sp{
        left: 9%;
    }
}
@media (max-width: 1300px) {
    .title-banner-sp {
        font-size: 36px;
        width: 400px;
        left: 10%;
    }
    .img-line-sp {
        left: 13%;
    }
    .btn-close-sp {
        width: 45px;
        right: -120px;
    }
    .box-big-content {
        padding-left: 0px;
    }
    .content-left {
        width: 65%;
    }
    .content-right {
        width: 35%;
    }
    .col-video {
        width: 94% !important;
    }
}
@media (max-width: 1200px) {
    .btn-close-sp{
        right: -115px;
    }
    .content-left {
        width: 60%;
    }
    .content-right {
        width: 40%;
    }
    .box-border-sp {
        height: 400px;
    }
    .content-detai-sp{
        max-height: 200px;
    }
    .video-image {
        height: auto;
    }
}

@media (max-width: 992px) {
    .container{
        max-width: 830px;
    }
    .content-left {
        width: 50%;
    }
    .content-right {
        width: 50%;
    }
    .img-line-sp {
        left: 4%;
        bottom: 30px;
    }
    .title-banner-sp{
        left: 5.5%;
        font-size: 24px;
        width: 300px;
        bottom: 50px;
    }
    .title-product{
        font-size: 20px;
    }
    .btn-close-sp {
        right: -90px;
        width: 40px;
        top: 6px;
    }
    .box-border-sp{
        padding: 25px;
    }
    .background-title {
        min-width: 43%;
    }
}
@media (max-width: 830px) {
    .container {
        max-width: 740px;
    }
    .background-title {
        min-width: 50%;
    }
}
@media (max-width: 768px) {
    .box-content-product{
        flex-wrap: wrap;
    }
    .content-left{
        width: 100%;
    }
    .content-right{
        width: 100%;
        margin-top: 50px;
    }
    .container {
        max-width: 585px;
    }
    .close-product{
        display: none;
    }
    .close-product-mobile{
        display: inline-block;
        position: absolute;
        left: 75.5%;
        width: 40px;
        height: 40px;
        margin-top: 20px;
    }
    .header-sp-desktop{
        display: none;
    }
    .header-sp-mobile{
        display: block;
    }
    .title-banner-sp {
        left: 28%;
        transform: translateY(-50%);
        font-size: 50px;
        width: 300px;
        bottom: 380px;
    }
    .background-title {
        min-width: 31%;
    }
    .btn-close-sp {
        top: -20px;
    }
    .box-border-sp {
        height: 450px;
    }
    .content-detai-sp{
        max-height: 300px;
    }
    .video-image {
        height: 700px;
    }
    .product-details-video{
        object-fit: contain;
    }
}
@media (max-width: 700px) {
    .title-banner-sp {
        bottom: 300px;
    }
}
@media (max-width: 600px) {
    .box-big-content {
        padding: 0 10px;
    }
    .col-video {
        width: 100% !important;
    }
    .title-banner-sp {
        left: 24%;
        bottom: 260px;
    }
    .background-title {
        min-width: 33%;
    }
    .video-image{
        padding: 25px;
        height: auto;
    }
    .product-details-video{
        object-fit: cover;
    }
    .box-content-detai-sp{
        padding: 20px 25px;
    }
}
@media (max-width: 548px) {
    .background-title {
        min-width: 39%;
    }
    .btn-close-sp {
        right: -70px;
    }
}
@media (max-width: 500px) {
    .title-banner-sp {
        font-size: 32px;
        width: 235px;
        left: 26%;
    }
}
@media (max-width: 460px) {
    .title-banner-sp {
        left: 24%;
        bottom: 215px;
    }
    .background-title {
        min-width: 44%;
    }
    .btn-close-sp {
        right: -60px;
    }
}
@media (max-width: 420px) {
    .title-banner-sp {
        left: 22%;
        bottom: 200px;
    }
    .btn-close-sp {
        right: -50px;
    }
}
@media (max-width: 400px) {
    .title-banner-sp {
        left: 22%;
        bottom: 185px;
        font-size: 26px;
        width: 215px;
    }
    .background-title {
        min-width: 51%;
    }
    .btn-close-sp {
        right: -45px;
    }
}
@media (max-width: 370px) {
    .video-image {
        padding: 5;
    }
}
@media (max-width: 350px) {
    .btn-close-sp {
        right: -35px;
    }
}
