﻿.w-container.body-wrapper {
    width: unset;
}

.bg-SonyXM6 {
    background: #FFFFFF;
}

.box-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

    .box-section img {
        max-width: 100%;
        display: block
    }

.slick-dots li button {
    margin: 5px 0px;
    width: 7px;
    height: 7px;
}

.slick-dots li.slick-active button {
    opacity: 1;
    width: 24px; /* margin: 5px; */ /* height: 5px; */
}

.slick-dots li.slick-active button {
    background-color: white;
}

.slick-product-prev,
.slick-product-next {
    width: 32px;
    height: 32px;
    background-color: #FFF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-weight: 600;
    color: black;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.bg-SonyXM6 .slick-dots {
    bottom: -30px;
    display: flex;
    left: 50%;
    position: absolute;
    z-index: 2;
    --tw-translate-x: -50%;
    align-items: center;
    background-color: #090d1480;
    border-radius: 100px;
    justify-content: center;
    padding: .125rem .375rem;
    transform: translateX(-50%);
    width: unset;
}

.bg-SonyXM6 .slick-track {
    display: flex;
    align-items: center;
}

.bg-SonyXM6 .slick-slide {
    height: auto;
}

.text-section h2 {
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    line-height: 150%;
}

.text-section p {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
}

.section1, .section2, .section3, .section4, .section5, .section6, .section7, .section8 {
    position: relative;
}

.section1 {
    text-align: start;
}

.section2 .text-section {
    width: 50%;
}

.section3 .text-section {
    width: 44%;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section4 {
    text-align: start;
    color: white;
}

    .section4 .text-section {
        width: 27%;
    }

.top-absolute-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.section5 .text-section {
    width: 80%;
    text-align: center;
    color: white;
}

.left-absolute-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
}

.top-5 {
    top: 5%;
}

.bottom-5 {
    bottom: 5%;
}

.left-5 {
    left: 5%;
}

.right-5 {
    right: 5%;
}

.section6 .text-section {
    width: 40%;
    text-align: start;
    right: -15%;
    left: unset;
    bottom: 15%;
}

.section7 .text-section {
    width: 44%;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section8{
    text-align:start;
}
    .section8 h2 {
        font-size: 31px;
    }
    .section8 p {
        font-size: 13px;
    }
    .section8 .item {
        width: 40%;
    }

    .section8 .item:nth-child(1) {
        width: 28%; /* hoặc giá trị khác tuỳ bạn */
        position: absolute;
        top: 5%;
        left: 20%;
    }

    .section8 .item:nth-child(2) {
        width: 42%; /* hoặc giá trị khác tuỳ bạn */
        position: absolute;
        top: 5%;
        right: 5%;
    }

    .section8 .item:nth-child(3) {
        width: 44%; /* hoặc giá trị khác tuỳ bạn */
        bottom: 29%;
        position: absolute;
        left: 5%;
    }

        .section8 .item:nth-child(4) {
            width: 32%; /* hoặc giá trị khác tuỳ bạn */
            position: absolute;
            right: 5%;
            bottom: 10%;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

.section8 .item-detail {
    display: flex;
    align-items: start;
}

.section8 .item-item {
    display: flex;
    flex-direction: column
}
.section9 .item, .section10 .item {
    position: relative;
}
    .section9 .item:nth-child(1) .text-section {
        bottom:0;
        width: 80%;
        text-align:center;
    }
    .section9 .item:nth-child(2) .text-section {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 30%);
    }
    .section10 .item:nth-child(1) .text-section {
        width: 80%;
        text-align: center;
    }
    .section10 .item:nth-child(2) .text-section, .section10 .item:nth-child(3) .text-section, .section10 .item:nth-child(4) .text-section {
        width: 40%;
    }