﻿.bannerchange {
    overflow: unset !important;
}

.booking-default {
    position: absolute;
    left: calc(50% - 354px) !important;
    bottom: -49px;
    z-index: 1;
    text-align: center;
}

.swiper-room-inner-child img {
    display: block;
    width: 100%;
    border-radius: 8px;
    height: 395px;
    object-fit: cover;
    overflow: hidden;
    transition: 0.35s ease-in-out;
}

li.itemRoomChild:hover .swiper-room-inner-child img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 8px;
}

li.itemRoomChild {
    list-style: none;
    padding: 40px 0px;
    position: relative;
    z-index: 1;
    /* background: #fff; */
}

.swiper-slide.swiper-room-inner-child {
    overflow: hidden;
    border-radius: 8px;
}

li.itemRoomChild:nth-child(even) .item-room-child {
    flex-direction: row-reverse;
}

ul.ListRoomChild {
    margin: 0;
    padding: 0;
}

.mySwiperRoomImg {
    overflow: hidden;
    width: 50%;
    position: relative;
}

    .mySwiperRoomImg .swiper-wrapper {
        width: 50%;
    }

.item-room-child {
    display: flex;
    align-items: center;
    /* background: url(/Design/decor/DecorService.png) no-repeat; */
    /* background-size: cover; */
}

.infos-room-inner-child {
    flex: 1;
    padding: 0 50px;
    text-align: center;
}

.title-room-inner-child {
    padding: 0 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #D3A97B;
    font-family: 'tuv';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

li.itemRoomChild:hover .title-room-inner-child {
    color: #fff;
}

li.itemRoomChild a {
    text-decoration: none;
}

.des-room-inner-child {
    padding-top: 18px;
    color: #fff;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: auto;
}

.swiper-pagination.pagiRoom .swiper-pagination-bullet-active {
    background: #664226;
}

.WTopRoomChild .WDecorLineRoom {
    top: -45px;
    background: #fefe00;
    height: 66px;
}

.WTopRoomChild h2 {
    margin: 0;
    color: #FEFF00;
    text-align: center;
    font-family: 'BarlowM';
    font-size: 20.232px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5.893px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.WTopRoomChild {
    text-align: center;
    padding-top: 75px;
    position: relative;
}

.WRoomChild:after {
    content: "";
    position: absolute;
    right: 0;
    top: -226px;
    background: url(/Design/decor/decorR.png) no-repeat;
    background-size: cover;
    width: 218px;
    height: 472px;
    pointer-events: none;
    z-index: 1;
}

.WTopRoomChild section {
    margin: 0;
    color: #F3FDFD;
    text-align: center;
    font-family: Anybody;
    font-size: 28.733px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    width: 844px;
    margin: auto;
    margin-bottom: 25px;
}

.WTopRoomChild span {
    display: block;
    color: #F3FDFD;
    text-align: center;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 800px;
    margin: auto;
}

.detail-room-inner-child span {
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 0;
}

.detail-room-inner-child {
    margin-top: 35px;
}

    .detail-room-inner-child span:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: #fefe00;
        content: "";
        transition: transform 0.2s ease;
        transform-origin: 0 0;
    }

li.itemRoomChild:hover .detail-room-inner-child span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

li.itemRoomChild:hover .detail-room-inner-child span:before {
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.detail-room-inner-child span:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    color: #D3A97B;
    top: 55%;
    right: -8px;
    -webkit-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.WRoomChild {
    position: relative;
    background-image: url('/Design/img/BienNho/room.png');
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 739px) {
    .WTopRoomChild .WDecorLineRoom {
        top: -32px;
    }

    .WTopRoomChild {
        text-align: center;
        padding-top: 42px;
        padding-bottom: 22px;
    }

    .decorLaL img {
        width: 36%;
        height: 100%;
    }

    .WRoomChild:after {
        content: unset;
    }

    .title-room-inner-child-home {
        font-size: 20px !important;
    }

    .des-room-inner-child-home {
        margin-top: 20px !important;
        font-size: 16px !important;
    }

    .detail-room-inner-child {
        margin-top: 18px;
    }

    .infos-room-inner-child-home {
        padding: 10px !important;
        padding-top: 25px !important;
    }

    .WTopRoomChild h2 {
        margin: 0;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 3.2px;
        text-transform: uppercase;
    }

    .WTopRoomChild section {
        margin: 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform: capitalize;
        width: 100%;
        margin: auto;
        margin-bottom: 25px;
        margin-top: 15px;
    }

    .WTopRoomChild span {
        display: block;
        color: #F3FDFD;
        text-align: center;
        font-family: 'Barlow';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        margin: auto;
    }

    .WDecorLineRoom {
        height: 46px !important;
    }

    .item-room-child {
        display: block;
    }

    .mySwiperRoomImg {
        width: 100%;
    }

    .infos-room-inner-child {
        padding: 25px 10px;
    }

    .title-room-inner-child {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #D3A97B;
        font-family: 'tuv';
        font-size: 19px;
    }

    li.itemRoomChild {
        padding: 0;
        padding-bottom: 22px;
    }

    .swiper-room-inner-child img {
        height: 255px;
    }
}