﻿.w-container.body-wrapper {
    width: unset;
}

.bg-honor {
    background: white;
    /*            padding: 40px 0;*/
}

.box-section {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
}

    .box-section img {
        max-width: 100%;
        display: block
    }

.section2-item {
    padding: 0px 70px;
}

    .section2-item .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }

.slick-product-prev, .slick-product-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.slick-product-next {
    right: -10px
}
.section1, .section3 {
    position: relative;
}
.section1 .section-content-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    right: 3%;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.section-content-text h2 {
    font-size: 40px;
    margin: 0px;
}

.section-content-text h3 {
    font-size: 25px;
}

.section-content-text p {
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
}


.line-vertical {
    width: 2px;
    height: 35px;
    background-color: #000;
    margin: 0 20px;
}

.section-content-text .detail-text {
    display: flex;
    align-items: center;
}

    .section-content-text .detail-text h3 {
        font-size: 20px;
        margin:12px 0px;
    }

    .section-content-text .detail-text p {
        /* font-size: 11px; */
    }
.box-section2 {
    padding:40px;
}
    .box-section2 .section-content-text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0px 50px;
    }
.section3 .section-content-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    text-align: start;
    width: 44%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section4 .section-content-text {
    padding: 50px 70px;
    background: black;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
}