/* ── SECTION WRAPPER ── */
.amenities {
    min-height: 485px;
    position: relative;
    margin: 120px 0;
}

/* ── RIGHT: PANEL ── */
.amenities .panel-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 var(--container-gutter);
    margin: 0 auto;
    max-width: var(--container);
    width: 100%;
    display: flex;
    justify-content: end;
}

.amenities .panel {
    flex: 0 0 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('../images/image_testimonials.png');
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #339a5e;
    color: #FFF;
    padding: 110px 90px;
}

.panel h2 {
    font-size: 31px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
}

.panel .desc-title {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
    position: relative;
}

/* ── AMENITY GRID ── */
.panel .grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}

.panel ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    border-radius: 6px;
    transition: background 0.22s ease, transform 0.18s ease;
}

.panel ul li:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateX(3px);
}

.panel .item .icon {
    display: flex;
}

.panel .item .icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.panel .item .ico img {
    width: 20px !important;
    height: 20px;
    object-fit: contain;
}

.panel .item span {
    font-size: 16px;
    font-weight: 400;
}


@media (max-width: 1100px) {
    .amenities .panel {
        padding: 110px 70px;
    }
}

/* ── TABLET ── */
@media (max-width: 992px) {
    .amenities .panel {
        flex: 0 0 100%;
    }
}

/* ── MOBILE ── */
@media (max-width: 575px) {
    .amenities .panel {
        padding: 40px 20px;
    }

    .amenities {
        margin: 40px 0;
    }
}

.video-hinhanh {
    padding: 20px 0 40px;
}

.video-hinhanh .video iframe {
    width: 100%;
    height: 482px;
}

.list-image .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.list-image .slick-arrow {
    top: unset;
    bottom: 10px;
    transform: translateY(0%);
    width: 35px;
    height: 35px;
}

.list-image .slick-arrow svg {
    width: 9px;
}

.list-image .slick-prev {
    left: unset;
    right: 45px;
}

.video-hinhanh .section-title {
    margin-bottom: 50px;
}

.list-image .slick-arrow.slick-disabled {
    opacity: .3;
    cursor: not-allowed;
}

@media (max-width: 1400px) {
    .video-hinhanh .video iframe {
        height: auto;
        aspect-ratio: 553 / 415;
    }
}

@media (max-width: 768px) { 
    .video-hinhanh .video {
        margin-top: 15px;
    }

    .section-title__main {
        font-size: 26px;
    }

    .video-hinhanh .section-title {
        margin-bottom: 30px;
    }
}

.subcribe-contact {
    padding: 40px 0;
}

.form-subcribe .row-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
    align-items: end;
}

.form-subcribe input, 
.form-subcribe select {
    width: 100%;
    border: none;
    padding: 15px;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-radius: 4px;
    font-size: 15px;
    font-family: unset;
}

.form-subcribe label {
    font-weight: 500;
    display: block;
    font-size: 14px;
    margin-bottom: 0.4em;
}

.form-subcribe button {
    width: 100%;
    padding: 12px;
    background: #339a5e;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.form-subcribe .title-form {
    text-align: center;
    font-size: 34px;
    margin-bottom: 25px;
}

.form-subcribe {
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hotline-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.hotline-wrap .item .label {
    font-size: 20px;
    font-weight: 700;
}

.subcribe-contact .map {
    margin-right: 10px;
}

.subcribe-contact .map iframe {
    width: 100%;
    height: 645px;
}

@media (max-width: 768px) {
    .subcribe-contact .map iframe {
        width: 100%;
        height: 300px;
    }

    .subcribe-contact .map {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .form-subcribe .row-group {
        grid-template-columns: 1fr;
    }
}