/* Container styling cho banner */

.inner-baner-container {
    flex-shrink: 0;
    /* Không cho phép co lại */
    padding: 15px 0;
    width: 100%;
    /* Chiếm toàn bộ chiều rộng */
    height: auto;
    /* Chiều cao tự động */
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

/* List image adjustments */

.list-img {
    padding: 0 20px;
    margin-top: 15px;
}

.list-img .row {
    margin: 0 -2px;
    height: auto;
    /* Tự động căn chỉnh chiều cao */
    display: flex;
    flex-wrap: wrap;
}

.list-img a {
    display: block;
    height: 100%;
}

.list-img .col-lg-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

.list-img .col-lg-5 {
    flex: 0 0 41.667%;
    max-width: 41.667%;
}

.list-img .large-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.75;
    /* Giữ tỷ lệ hình ảnh */
    object-fit: cover;
}

.list-img .col-lg-5 .row .col-6,
.list-img .col-lg-7 .row .col-6 {
    padding: 2px;
}

.list-img .col-lg-5 .row .col-6 img,
.list-img .col-lg-7 .row .col-6 img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
/*FAQ*/

.testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.testimonial-image {
    flex: 0 0 100px;
    margin-right: 20px;
}

.testimonial-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.testimonial-content {
    flex: 1;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.testimonial-header h2 {
    font-size: 24px;
    margin: 0;
    margin-right: 10px;
}

.testimonial-header .date {
    font-size: 14px;
    color: #888;
}

.testimonial-author {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.testimonial-author-title {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
