﻿.why-choose-us {
    width: 100%;
    padding: 32px 0 65px;
    background-color: #1881d2;
    color: #fff;
}

.why-choose-title {
    margin: 0 0 42px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

/* Danh sách 5 mục nằm ngang */
.why-choose-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start;
    justify-content: center !important;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

/* Desktop: mỗi mục chiếm 20% */
.why-choose-column {
    display: block;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding: 0 18px;
    box-sizing: border-box;
}

.why-choose-item {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.why-choose-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    margin-bottom: 15px;
}

    .why-choose-icon img {
        display: block;
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

.why-choose-item h3 {
    min-height: 50px;
    margin: 0 0 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}

.why-choose-item p {
    max-width: 230px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;
}

/* Tablet: 3 mục trên một hàng */
@media (max-width: 991.98px) {
    .why-choose-column {
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 35px;
    }

    .why-choose-item h3 {
        min-height: auto;
    }
}

/* Mobile ngang và máy tính bảng nhỏ: 2 mục trên một hàng */
@media (max-width: 767.98px) {
    .why-choose-title {
        margin-bottom: 30px;
        font-size: 23px;
    }

    .why-choose-column {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding: 0 12px;
    }
}

/* Điện thoại nhỏ: 1 mục trên một hàng */
@media (max-width: 479.98px) {
    .why-choose-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .why-choose-item p {
        max-width: 280px;
    }
}


.title.justify-content-center.ls-normal.mb-4.mt-10.pt-1.appear-animate.fadeIn.appear-animation-visible {
    border-bottom: solid 4px #0752a9;
}

.product-hot-new-top {
    background: #0752a9;
    color: #fff;
    padding: 12px 25px;
    margin-bottom: 2px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.tab-content.product-wrapper.appear-animate.fadeIn.appear-animation-visible {
    margin-bottom: 30px;
}

.product-wrap {
    margin-bottom: 2rem;
}
