<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 161px;
    height: 185px;
    background: url(../img/footer/background-icon-reason.png) center center / cover no-repeat;
    position: relative;
    padding: 1px;
}

.item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.item-text {
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
}
.list-reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    padding: 0px 60px;
}

.list-reason .child-item:nth-child(n+6) {
    margin-top: -35px;
    transform: translateX(calc(50% + 7.5px));
}

.img-spc {
    width: 761px;
}

.item-certificate {
    width: 75px;
    height: 75px;
}

.head {
    font-size: 2.7rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    line-height: 1;
    font-family: Montserrat;
}

.custome-img-item {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.img-fluid {
    aspect-ratio: 4/2.5;
    object-fit:cover;
}

@media screen and (max-width:1024px) {
    .list-reason .child-item:nth-child(n+6) {
        margin-top: 7px;
        transform: none;
    }

    .list-reason {
        padding: 0;
    }

    .child-item {
        width: 160px;
        height: 185px;
    }

    .item {
        width:160px;
        height:185px;
    }

    .item-certificate {
        width: 43px;
        height: 43px;
    }
    .item-certificate img {
        width: 100%;
    }

    .img-spc {
        width: 100%;
    }

    @media (max-width: 899px) {
        .owl-carousel-item {
            height: auto; /* Cho phÃ©p container má»Ÿ rá»™ng theo ná»™i dung */
        }
    
        .img-fluid.custome-img-item {
            height: 1300px; /* Äáº£m báº£o áº£nh cÃ³ chiá»u cao báº±ng .container */
        }
    
        .custome-item {
            height: auto; /* Äá»ƒ container má»Ÿ rá»™ng theo ná»™i dung */
        }
    }
}</pre></body></html>