/* Container */
.gioi-thieu-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    transition: opacity 0.8s ease;
    overflow: hidden;
}

#con-so {
    padding-bottom: 50px;
}

#con-so::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #eae2ef 0%, rgba(252, 148, 184, 0) 100%);
    content: '';
    z-index: 2;
    height: 10%;
    width: 100%;
}

/* .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
} */

#con-so {
    background-image: url(https://cdn.diemnhangroup.com/dieuuoccuame/2025/09/Web-2-copy.png);
    position: relative;
    background-repeat: round;
}

/* #con-so:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(https://maiamgiadinhviet.vn/wp-content/themes/thuythu-child/custom/images/bg_home_sec_3.png);
    width: 33.90625rem;
    height: 43.385rem;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    top: -18.59375rem;
    left: 0;
    pointer-events: none;
} */


/* Wrapper flex */
.gioi-thieu-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* Phần trái */
.con-so-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 30px;
    opacity: 0;
    /* Ẩn mặc định, AOS sẽ hiển thị */
}

.con-so-right .line1 {
    font-size: 40px;
    color: #0D4E91;
    font-family: 'UVN Ben Xuan';
    text-align: left;
}

.con-so-right .line2 {
    font-size: 45px;
    font-weight: 700;
    color: #d72262;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.4;
}

.gioi-thieu-blockquote {
    border-left: 1px solid #d72262;
    padding-left: 15px;
    color: #333333;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.gioi-thieu-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    text-align: justify;
}

/* Phần phải */
.con-so-left {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    opacity: 0;
    /* Ẩn mặc định, AOS sẽ hiển thị */
}

.con-so-left img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.con-so-stats {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* ép các item cao bằng nhau */
    margin-top: 40px;
    text-align: center;
    flex-wrap: wrap;
}

.con-so-stats .stat-item {
    flex: 1;
    padding: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* để number + text xếp dọc */
    justify-content: center;
    /* căn giữa theo chiều cao */
}

.con-so-stats .stat-item:not(:first-child) {
    position: relative;
    /* để chứa pseudo */
}

.con-so-stats .stat-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    /* canh sát trái */
    top: 20%;
    /* bắt đầu từ 20% chiều cao */
    height: 60%;
    /* dài 60% */
    border-left: 1px solid #ddd;
}

.con-so-stats .stat-number {
    font-size: 62px;
    font-weight: 700;
    color: #0D4E91;
    font-family: 'SVN-GilroyHeavy';
}

.con-so-stats .stat-text {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
}

.stat-divider {
    width: 70%;
    /* hoặc 50% nếu muốn ngắn hơn */
    margin: 20px auto;
    /* canh giữa ngang */
    border-top: 1px solid #ccc;
    /* giữ đường kẻ */
}

.sponsor-section-2 {
    position: relative;
    padding: 40px 0;
}


.sponsor-section-2 .swiper-button-prev {
    left: -4% !important;
    color: #d72262 !important;
}

.sponsor-section-2 .swiper-button-next {
    right: -4% !important;
    color: #d72262 !important;
}

.sponsor-section-2 .swiper-button-next:after,
.sponsor-section-2 .swiper-button-prev:after {
    font-size: 35px !important;
}

.sponsor-section-2 .sponsor-logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    /* Giảm padding xuống */
    background: #fff;
    border-radius: 8px;
    border: 2px solid #d72262;
    height: 100px;
    /* Đặt chiều cao cố định để logo đều nhau */
}

.sponsor-section-2 .sponsor-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sponsor-section-2 .sponsor-button-prev,
.sponsor-section-2 .sponsor-button-next {
    color: #333;
}


/* Responsive */
@media (max-width: 768px) {
    .gioi-thieu-wrapper {
        flex-direction: column;
    }

    .con-so-left,
    .con-so-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0px;
        text-align: center;
    }

    /* Đổi thứ tự hiển thị */
    .con-so-right {
        order: 1;
        /* Text lên trước */
    }

    .con-so-left {
        order: 2;
        /* Ảnh xuống dưới */
    }

    .con-so-right .line2 {
        font-size: 28px;
    }

    .con-so-right .line1 {
        font-size: 24px;
    }

    .gioi-thieu-section {
        padding: 25px 0;
    }

    .con-so-right .gioi-thieu-text {
        font-size: 14px;
        margin-bottom : 0;
    }

    .con-so-stats {
        flex-wrap: wrap;
    }

    .con-so-stats .stat-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .con-so-stats .stat-item:nth-child(odd) {
        border-left: none;
    }

    .con-so-stats {
        flex-wrap: wrap;
    }

    .con-so-stats .stat-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .con-so-stats .stat-item:nth-child(odd) {
        border-left: none;
    }

    .con-so-stats .stat-number {
        font-size: 35px;
    }

    .con-so-stats .stat-text {
        font-size: 13px;
    }

    .con-so-stats {
        margin-top: 0px;
        text-align: center;
        justify-content: center;
    }

    .sponsor-section-2 .sponsor-logo-box {
        height: 70px;
    }

    .sponsor-section-2 {
        padding: 40px 20px;
    }

    .sponsor-section-2 .swiper-button-next:after,
    .sponsor-section-2 .swiper-button-prev:after {
        font-size: 20px !important;
    }

    #con-so {
        padding-bottom: 25px;
    }

}