/* CSS cho modal ảnh */
.js__image-modal {
    display: none; /* Ẩn mặc định */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ảnh hiển thị trong modal */
.js__modal-image {
    max-width: 95%;
    max-height: 95%;
}

/* Nút đóng modal */
.js__close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
.re__card-compact{
    height: auto !important;
}

.re__vip-normal>a .re__card-title>*:not([class*="re__icon-"]){
    margin-top: 0px !important;
}

.main-slider {
    width: 100%;
    height: 100%;
}
.main-slider .swiper-wrapper {
    display: flex;
    align-items: center;
}
.main-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-slider .lg-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (min-width: 769px) {
    .modal-dialog{
        max-width: 450px;
    }
}
@media (max-width: 768px) {
    .re__tongquan{
        margin-bottom: -20px !important;
        margin-top: 20px !important;
    }
    .re__prj-title-ss{
        font-size: 24px !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .re__project-name{
        font-size: 24px !important;
    }
    #btn-slide-prev-sale, #btn-slide-next-sale{
        display: none;
    }
    .btn-contact{
        justify-content: center;
        display: flex;
    }
    .re__info{
        width: auto !important;
    }
}