﻿.item-services {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
    margin: 20px 0;
}

.inner-page.detail-service:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../../Design/img/KigiResort/bgrate.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    pointer-events: unset;
    z-index: -1;
}

.img-services-inner {
    width: 58%;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 90px;
    overflow: hidden;
    z-index: 3;
}

    .img-services-inner a {
        overflow: hidden;
    }

        .img-services-inner a img {
            transition: all linear .3s;
        }

    .img-services-inner:hover a img {
        transform: scale(1.1);
    }

.infos-services-inner {
    width: 45%;
    float: left;
    background: #eff6ff;
    padding: 40px;
    margin-left: 15px;
    margin-top: 15px;
    padding-right: 100px;
    box-sizing: border-box;
    min-height: 450px;
    display: flex;
    z-index: 2;
    position: relative;
    /* box-shadow: 1px 2px 10px #00000057; */
}

.item-services:nth-child(2n+2) .img-services-inner {
    float: left;
    left: 0;
    right: inherit;
    top: 0;
    bottom: 90px;
}

.item-services:nth-child(2n+2) .infos-services-inner {
    float: right;
    padding-right: 40px;
    padding-left: 100px;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-services-inner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.item-services:nth-child(2n+2) {
    padding-bottom: 0;
    padding-top: 80px;
}

.item-services:nth-child(n+2) {
    margin-top: 40px;
}

.infos-services-inner:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid #ffc506;
    z-index: -1;
}

.margin-auto-services {
    margin: auto;
    display: block;
}

.title-services-inner {
    font-size: 30px;
    /* text-transform: uppercase; */
    font-family: playsb;
    color: #ffc506;
}

    .title-services-inner:after {
        content: "";
        width: 21%;
        height: 1px;
        background: #7a633a;
        display: block;
        margin-top: 10px;
    }

.des-services-inner {
    font-size: 17px;
    margin-top: 30px;
    line-height: 26px;
    text-align: justify;
    color: rgb(0 0 0 / 80%);
}

.p-title {
    margin: 0 0 13px;
    color: var(--default-color-1);
    letter-spacing: 4px;
    font-family: 'MontserratAlternates-Regular' !important;
    font-size: 32px;
    font-weight: 400;
    line-height: 139%;
    background: linear-gradient(180deg, #0AE8EA 0%, #0046ED 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900 !important;
}

.detail-service {
    display: block;
    /* overflow: hidden; */
    margin-top: 0;
    text-align: left;
}

    .detail-service a:hover i {
    }

@media only screen and (max-width: 639px) {
    .item-services:nth-child(n+1) {
        padding-bottom: 15px;
        padding-top: 0;
    }

    .img-services-inner {
        position: relative;
        width: 100%;
        top: 0;
    }

    .infos-services-inner {
        width: calc(100% - 30px);
        min-height: unset;
        /* margin: 0; */
        box-sizing: border-box;
        padding: 10px !important;
        /* margin-top: -80px !important; */
    }

    .title-services-inner {
        font-size: 25px;
    }
}

.detail-service-child {
    line-height: 28px;
    position: relative;
    z-index: 2;
}

.title-relate-service-child h2 {
    color: var(--default-color-1);
    font-family: 'MontserratAlternates-Medium';
    margin-top: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    text-transform: uppercase;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
}

div#ctl00_ContentPlaceHolder1_pnOther {
    padding-bottom: 0;
    position: relative;
    /* bottom: -30px; */
    background: #eef7fb7a;
}



.title-relate-service-child {
    padding-top: 50px;
}

.service:before {
    content: "";
    position: absolute;
    top: -230px;
    right: 0;
    width: 33%;
    height: 70%;
    background: url(../../../Design/img/KigiResort/wqee.png) no-repeat;
    z-index: -1;
}

.service {
    padding: 50px 0;
    position: relative;
    background: #bff4f733;
}

    .service .p-news-list {
        margin-top: 24px;
    }

.inner-page.detail-service:before {
    content: "";
    position: absolute;
    background: url(/Design/img/javilla/asdv.png) no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    width: -webkit-fill-available;
    height: 100%;
    pointer-events: unset;
    z-index: -1;
    opacity: 0.4;
}

.home-picture {
    background: unset;
    padding-top: 38px;
}

.img-detail-ar img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 150px 10px;
}

.img-detail-ar {
    padding-bottom: 20px;
    margin-top: 37px;
}

.detail-service-child table {
    width: 100% !important;
}

section.detail-service-child h3 {
    font-family: 'MontserratAlternates-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    text-transform: capitalize;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.detail-service-child table td {
    padding: 10px;
    border: 1px solid #333;
}

@media only screen and (max-width: 1023px) {
    .tit-page.size-medium h1 {
        font-size: 26px;
    }

    section.detail-service-child h3 {
        font-family: 'MontserratAlternates-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 157%;
        text-transform: capitalize;
        background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .inner-page.detail-service:before {
        content: "";
        position: absolute;
        background: url(/Design/img/GrandHotel/1.png) no-repeat;
        background-size: cover;
        left: 0;
        top: -106px;
        width: 188px;
        height: 189px;
        pointer-events: unset;
        z-index: 5;
        display: none
    }

    .img-detail-ar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50px 10px;
    }

    .tit-page.size-medium h2 {
        padding: 0 10px;
        margin-top: 15px;
        text-align: center;
        font-weight: 900;
    }
}

.detail-service {
    padding: 50px 0;
    padding-bottom: 0;
    position: relative;
}

.inner-page.detail-service .p-descript {
    color: #333;
}


/* --- BẮT ĐẦU CSS CHO SWIPER HERO --- */
.swiper-container {
    width: 100%;
    /* height: 600px; */ /* Chiều cao tổng của slider */
    position: relative;
    overflow: hidden;
}

.w-640px {
    width: 640px !important; /* Quan trọng: Đặt chiều rộng cố định cho mỗi slide */
    flex-shrink: 0;
}

.bg-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.h-100 a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    border: 1px solid #ffffff;
    color: #FFF;
    font-family: 'tuv';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 5px;
    background: #AD8458;
    height: 100%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.bg-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .bg-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Giúp ảnh không bị méo khi co giãn */
        transition: transform 0.5s ease;
    }

    .bg-img:hover img {
        transform: scale(1.05); /* Hiệu ứng zoom nhẹ khi di chuột */
    }

/* Ẩn placeholder nếu có */
.img-placeholder {
    display: none;
}

/* Tùy chỉnh nút Next/Prev cho đẹp hơn */
.swiper-button-next, .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.8);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: #fff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        display: none; /* Ẩn icon mặc định để dùng icon FontAwesome */
    }
/* --- KẾT THÚC CSS CHO SWIPER HERO --- */
/* Detail room banner */
.detail-room-banner {
    height: 475px;
    position: relative;
}

    .detail-room-banner::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        content: "";
    }

    .detail-room-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


@media (max-width:739px) {
    .service:before {
        width: 57%;
        height: 107%;
        z-index: -1;
        bottom: 28%;
        top: 0;
    }
}
