﻿/*test*/
.home-about:before {
    content: "";
    position: absolute;
    background: url(/Design/img/PeaceHomeHotel/gt.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: unset;
}

.home-about {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 56px;
}

.decor-about-topp {
    position: absolute;
    right: -34px;
    top: -36px;
    pointer-events: unset;
}

.home-about .decor-item {
    position: absolute;
    bottom: 0;
    top: 0;
}

    .home-about .decor-item.left {
        left: 0;
        width: 100%;
    }

    .home-about .decor-item.right {
        right: 0;
        width: 100%;
    }

.home-about .decor-tree {
    position: absolute;
    top: -86px;
    right: 0;
    z-index: 4;
}

.home-about-container {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 46px;
    position: relative;
}

.bottom-about-home-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.home-service-right-about a img {
    width: 497px;
    height: 507px;
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
    transition: all .3s;
}

.home-service-left-about h2.name-hotel-hh {
    color: #D1B685;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.home-about-service-h {
    margin-top: 42px;
}

.l-service-decor-h {
    display: flex;
    align-items: center;
}

.item-service-h:hover .l-service-decor-h span {
    color: var(--primary);
}

.svg-decor-service-home {
    width: 49px;
    height: 49px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

    .svg-decor-service-home svg {
        width: 100%;
        height: 100%;
    }

        /* Viền tròn */
        .svg-decor-service-home svg path:first-child {
            stroke-dasharray: 300;
            stroke-dashoffset: 0;
            transition: stroke-dashoffset 0.6s ease, stroke 0.35s ease;
        }

        /* Mũi tên */
        .svg-decor-service-home svg path:nth-child(2),
        .svg-decor-service-home svg path:nth-child(3) {
            transition: transform 0.45s ease, stroke 0.35s ease, opacity 0.35s ease;
            transform-origin: center;
        }

/* Hover effect */
.item-service-h:hover .svg-decor-service-home {
    transform: scale(1.08);
}

.item-service-h:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
    /* Viền chạy */
    .item-service-h:hover .svg-decor-service-home svg path:first-child {
        stroke-dashoffset: 300;
        stroke: #c8a96a; /* màu vàng sang – đổi theo brand khách sạn */
    }

    /* Mũi tên trượt sang phải */
    .item-service-h:hover .svg-decor-service-home svg path:nth-child(2),
    .item-service-h:hover .svg-decor-service-home svg path:nth-child(3) {
        transform: translateX(4px);
        stroke: #c8a96a;
    }

/* Active khi click */
.item-service-h:active .svg-decor-service-home {
    transform: scale(0.95);
}

.item-service-h:hover .l-service-decor-h .center-about-service-h h4 {
    color: var(--primary);
}

.center-about-service-h h4 {
    color: #D1B685;
    font-family: 'BlackerSansText-Medium';
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.center-about-service-h h5 {
    margin: 0;
    color: #282F4B;
    font-family: 'BlackerSansText-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.item-service-h span {
    color: #D1B685;
    font-family: 'BlackerSansText-Medium';
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.item-service-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-service-left-about h3 {
    margin-bottom: 12px;
}

.home-service-left-about {
    margin-top: 68px;
    flex: 1 1 0;
    margin-right: 104px;
}

.center-about-service-h {
    margin-left: 48px;
}

.item-service-h {
    padding-top: 15px;
    border-top: 1px solid #282F4B;
    padding-bottom: 15px;
    padding-right: 28px;
    transition: box-shadow 0.35s ease;
}

.home-service-right-about {
    position: relative;
}

    .home-service-right-about a {
        transition: transform .6s ease, box-shadow .6s ease !important;
        clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
    }

        .home-service-right-about a:hover {
            transform: translateY(-8px) !important;
            box-shadow: 0 25px 60px rgba(0,0,0,0.35) !important;
        }

            .home-service-right-about a:hover img {
                transform: scale(1.08);
            }

    .home-service-right-about:before {
        content: "";
        position: absolute;
        left: -22px;
        top: 43px;
        width: 497px;
        height: 484px;
        background: #D1B685;
        z-index: 0;
        clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
    }

    .home-service-right-about a::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(255, 170, 90, 0.25), rgba(0, 0, 0, 0.5) );
        opacity: 0;
        transition: opacity 0.7s ease;
        z-index: 1;
    }

    .home-service-right-about a:hover::before {
        opacity: 1;
    }

    .home-service-right-about a:hover img {
        transform: scale(1.1) rotate(0.4deg);
    }

.home-about .grid.wide {
    pointer-events: all;
}

.home-about-left {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 63px;
    padding-top: 55px;
}

    .home-about-left .left-cate {
        font-size: 21.78px;
        color: #5e5e5e;
        display: block;
        margin-top: 1px;
        display: none;
    }

h3.name-hotel-title {
    margin: 0;
    color: #282F4B;
    font-family: 'BlackerSansText-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}

.home-about-left h4 {
    margin: 0;
    color: var(--default-color-1);
    font-family: 'BlackerSansText-Medium';
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h2.name-hotel-hh {
    margin: 0;
    color: var(--default-color-1);
    font-family: 'BlackerSansText-Medium';
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.home-about-left .left-descript {
    color: #646363;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    margin-top: 27px;
    font-family: 'WIXMADEFORDISPLAY-REGULAR';
}

.home-about-left .p-wave {
    margin-top: 13px;
    margin-bottom: 22px;
}

.home-about-content {
}

    .home-about-content span {
        display: block;
        text-align: left;
        margin-top: 14px;
        color: #282F4B;
        font-family: 'blacker-sans-pro-book';
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 23px; /* 143.75% */
    }

.home-about-right:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 53px;
    width: 477px;
    height: 468px;
    border: 3px solid #282f4b;
    z-index: 0;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}

.home-about-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 497px;
    position: relative;
    margin-left: 23px;
}

    .home-about-right .logo-mini {
    }

    .home-about-right .decor-glass {
        position: absolute;
        left: 27px;
        z-index: 5;
        bottom: 27px;
        display: none;
    }

    .home-about-right .decor {
        position: absolute;
        bottom: 27px;
        width: 74%;
        background-color: #fff;
        height: 92px;
        z-index: 5;
        display: none;
    }

    .home-about-right .decor-container {
        position: relative;
    }

        .home-about-right .decor-container::before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100%;
            background-color: var(--default-color-2);
        }

    .home-about-right .img {
        overflow: hidden;
        position: absolute;
        width: 497px;
        height: 507px;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    }

    .home-about-right .img-2 {
        position: absolute;
        width: 315px;
        z-index: 7;
        height: 299px;
        overflow: hidden;
        top: 0;
        right: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 175px;
        border-bottom-left-radius: 19px;
        border-bottom-right-radius: 20px;
    }

    .home-about-right .img-3 {
        width: 441px;
        height: 399px;
        bottom: 0;
        right: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
        border-top-left-radius: 172px;
        border-top-right-radius: 22px;
        border-bottom-left-radius: 19px;
        border-bottom-right-radius: 171px;
        pointer-events: all;
        overflow: hidden;
    }

        .home-about-right .img-3 img {
            z-index: 2;
            clip-path: path("M0 171C0 76.5593 76.5593 0 171 0H421C432.046 0 441 8.95431 441 20V228C441 322.441 364.441 399 270 399H20C8.95429 399 0 390.046 0 379V171Z");
        }

.home-about-bottom .img-right {
    width: 197px;
    height: 224px;
    border-radius: 11px;
    overflow: hidden;
    display: none;
}

.home-about-right .img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-out 0s;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}

.home-about-right a img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-out 0s;
}

.home-about-bottom {
    display: flex;
    margin-top: 23px;
}

.home-about-right a {
    position: relative;
    overflow: hidden;
    display: block;
}

    /* Ảnh */
    .home-about-right a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1.4s ease;
        clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
    }

    /* Overlay xanh biển nhạt */
    .home-about-right a::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to bottom, rgba(0, 90, 130, 0.15), rgba(0, 0, 0, 0.45) );
        opacity: 0;
        transition: opacity 0.8s ease;
        z-index: 1;
    }

    /* Wave light */
    .home-about-right a::after {
        content: "";
        position: absolute;
        top: -120%;
        left: -120%;
        width: 300%;
        height: 300%;
        background: repeating-linear-gradient( 120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.18) 10%, rgba(255,255,255,0) 20% );
        opacity: 0;
        transition: all 1.6s ease;
        z-index: 2;
    }

    .home-about-right a:hover::before {
        opacity: 1;
    }

    .home-about-right a:hover::after {
        top: 0;
        left: 0;
        opacity: 1;
    }

    .home-about-right a:hover img {
        transform: scale(1.12);
    }

.home-about-right a {
    transition: transform .6s ease, box-shadow .6s ease;
}

    .home-about-right a:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    }

        .home-about-right a:hover img {
            transform: scale(1.08);
        }

.home-about-bottom .list-text {
    padding-left: 39px;
    flex: 1;
}

    .home-about-bottom .list-text h3 {
        font-size: 17px;
        color: #2d2d2d;
        margin: 0;
        font-weight: 100;
        margin-bottom: 15px;
        display: none;
    }

    .home-about-bottom .list-text p {
        color: #2d2d2d;
        font-size: 17px;
        display: flex;
        position: relative;
        padding-left: 26px;
        margin: 9px 0;
        align-items: center;
    }

    .home-about-bottom .list-text section {
        position: relative;
        width: fit-content;
    }

    .home-about-bottom .list-text p::before {
        content: '';
        position: absolute;
        background-image: url(../../../Design/img/icon-check_03.png);
        width: 16px;
        height: 16px;
        left: 0;
        transform: translateY(2px);
    }

    .home-about-bottom .list-text section::before {
        content: '';
        position: absolute;
        width: 100%;
        border-radius: 10px;
        height: 100%;
        bottom: -3px;
        background-color: #523603;
    }

    .home-about-bottom .list-text section::before {
    }

    .home-about-bottom .list-text a {
        width: fit-content;
        background-color: var(--default-color-3);
        color: #fff;
        font-size: 14.25px;
        border: 1px solid var(--default-color-3);
        font-family: joM;
        padding: 14px 25px;
        padding-bottom: 10px;
        display: flex;
        position: relative;
        border-radius: 10px;
        align-items: center;
        margin-top: 28px;
        transition: all linear .3s;
        text-transform: uppercase;
    }

        .home-about-bottom .list-text a:hover {
            background-color: #fff;
        }

            .home-about-bottom .list-text a:hover span {
                color: var(--default-color-3);
            }

    .home-about-bottom .list-text .img {
        margin-left: 11px;
    }

    .home-about-bottom .list-text a:hover img {
        filter: invert(38%) sepia(55%) saturate(5940%) hue-rotate(333deg) brightness(99%) contrast(110%);
    }

.home-about-bottom .img {
    max-width: 261px;
    max-height: 263px;
}

    .home-about-bottom .img img {
    }

.home-booking-options {
    display: none;
}

    .home-booking-options .options-item {
        display: flex;
        align-items: center;
    }

        .home-booking-options .options-item:last-child {
            margin-top: 10px;
        }

        .home-booking-options .options-item span {
            font-size: 16px;
            display: block;
            margin-left: 9px;
        }

    .home-booking-options .options-icon {
    }

        .home-booking-options .options-icon img {
        }

    .home-booking-options span .options-item {
    }

.home-booking-form {
    display: flex;
    align-items: center;
}

    .home-booking-form .form-item {
        display: flex;
        position: relative;
        margin: 0 15px;
        width: 148px;
    }

        .home-booking-form .form-item:last-child .form-item-input::before {
            content: '\f078';
            position: absolute;
            font-family: FontAwesome;
            font-size: 12px;
            transform: translateX(-6px);
            color: #929292;
            transition: all linear .2s;
            right: 0;
            bottom: 12px;
        }

        .home-booking-form .form-item:first-child {
            margin-left: 0;
        }

        .home-booking-form .form-item h3 {
            font-size: 15px;
            color: var(--default-color-2);
            margin: 0;
            font-weight: 100;
            font-family: workSB;
            text-transform: unset;
            margin-bottom: 16px;
        }

.form-item-input {
    position: relative;
    z-index: 5;
}

.form-item-drop {
    position: absolute;
    top: 37px;
    left: 0;
    background-color: #fff;
    border: 1px solid #3333332e;
    border-radius: 5px;
    pointer-events: none;
    transform: translateY(25px);
    opacity: 0;
    transition: 0.8s cubic-bezier(.3,2,.3,1);
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    box-shadow: 0 0 10px 0 #3333333b;
}

    .form-item-drop.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .form-item-drop span {
        padding: 8px 12px;
        transition: all linear .2s;
        user-select: none;
        font-size: 15px;
        font-family: 'WixMadeforDisplay-SemiBold';
        white-space: nowrap;
    }

        .form-item-drop span:hover {
            color: #fff;
            background-color: var(--default-color-2);
            cursor: pointer;
        }

.home-booking-form .form-item-input {
    display: flex;
    /* align-items: center; */
    width: 100%;
}

    .home-booking-form .form-item-input .error-contact {
        position: absolute;
        opacity: 1;
        background-color: #fff;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: bold;
        box-shadow: 0 3px 5px 0px #ff00002e;
        top: calc(83%);
    }

    .home-booking-form .form-item-input input {
        outline: none;
        border: none;
        background-color: transparent;
        color: #797979;
        cursor: pointer;
        font-size: 14px;
        font-family: 'blacker-sans-pro-book';
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #C6C6C6;
        padding-bottom: 11px;
    }

        .home-booking-form .form-item-input input::placeholder {
            font-size: 14px;
            font-family: workR;
            color: #797979;
        }

    .home-booking-form .form-item-input img {
        display: none;
    }

.home-booking-btn {
    position: relative;
    margin-left: 7px;
    cursor: pointer;
}

    .home-booking-btn .container:hover {
    }

    .home-booking-btn .container {
        position: relative;
        color: #fff;
        background-color: var(--default-color-1);
        padding: 14px 17px;
        border-radius: 10px;
        user-select: none;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all linear .2s;
        padding-left: 28px;
        padding-right: 30px;
        padding-top: 11px;
    }

    .home-booking-btn::before {
        content: '';
        position: absolute;
        width: 100%;
        border-radius: 10px;
        background-color: #00a6528f;
        height: 100%;
        z-index: 0;
        bottom: -2px;
        display: none;
    }

    .home-booking-btn i {
    }

    .home-booking-btn span:before {
        content: "";
        width: 0;
        height: 2px;
        background: var(--primary);
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 20px;
        z-index: -1;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
    }

.home-about-slogan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 3px;
    display: none;
}

    .home-about-slogan .item {
        display: flex;
        align-items: center;
    }

    .home-about-slogan .item-icon {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 9px;
        border: 1px solid var(--default-color-2);
    }

        .home-about-slogan .item-icon img {
        }

    .home-about-slogan span {
        font-size: 30px;
        font-family: 'hlt';
        color: var(--default-color-2);
    }

.home-about-left .slogan {
    font-size: 28px;
    color: var(--default-color-2);
    font-family: svn;
    line-height: 38.92px;
    margin-top: 0;
}

.home-about-btn {
    padding: 0 32px;
    padding-bottom: 12px;
    padding-top: 12px;
    color: #FFF;
    font-family: 'MontserratAlternates-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    text-transform: uppercase;
}

.home-about-tel {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

    .home-about-tel img {
    }

    .home-about-tel .content {
        padding-left: 13px;
    }

    .home-about-tel h3 {
        margin: 0;
        color: #5F5F5F;
        font-size: 15px;
        font-weight: 100;
    }

.home-about-btn:hover {
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    box-shadow: 0 0 10px 0 #33333354;
    transition-delay: .1s;
}

    .home-about-btn:hover .icon {
        transform: rotate(180deg);
        box-shadow: 0 0 10px 0 #33333354;
    }

    .home-about-btn:hover span {
        color: var(--default-color-2);
        transition-delay: .2s;
    }

.home-about-btn .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--default-color-2);
    font-size: 17px;
    transition: all ease .3s;
    display: none;
}

    .home-about-btn .icon i {
    }

.home-about-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    position: relative;
    z-index: 9;
}

.home-about-tienich {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 23px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 35px;
}

    .home-about-tienich .item {
        display: flex;
        align-items: center;
    }

/*RS*/
@media(max-width:1023px) {
    .home-booking-container {
        display: none;
    }

    .home-about-left {
        padding-left: 0;
    }

    .home-about-container {
        flex-direction: column;
    }

    .home-about-right .img {
        border-radius: 12px;
    }

    .home-about-right {
        margin: 0 auto;
        margin-top: 30px;
    }

        .home-about-right .img-2 {
            margin: 0;
            position: absolute;
            bottom: 17px;
            background-color: #ffffffa3;
            backdrop-filter: blur(1px);
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-about {
        padding: 50px 0;
        padding-bottom: 102px;
    }
}

@media(max-width: 739px) {
    .home-about {
        padding: 25px 0;
    }

    .home-about-left h1 {
        font-size: 28px;
    }

    .home-about-left .left-descript {
        font-size: 20px;
        margin-top: 0;
    }

    h2.name-hotel-hh {
        font-size: 28px;
    }

    .home-about-left h4 {
        font-size: 23px;
    }

    .home-about-left .slogan {
        font-size: 14px;
        padding: 0;
        line-height: 22px;
        margin-top: 10px;
    }

    .home-about-content span {
        font-size: 14px;
        text-align: justify;
    }

    .home-about-btn {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 16px;
        padding: 6px 17px;
    }

    .home-about-right .img {
        width: 100%;
        height: 300px;
    }

    .home-about-right .img-2 {
        display: none;
    }

    .home-about-right {
        height: auto;
        margin-top: 25px;
    }

    .home-about-container {
        margin-top: 10px;
    }

    .home-about-tienich {
        display: none;
    }

    .home-about-list-btn {
        margin-top: 20px;
    }

    .home-about-right .logo-mini {
        display: none;
    }

    .home-about-right .img-3 {
        display: none;
    }

    .home-room .decor-6 {
        display: none;
    }
}

/*End*/
.home-about .decor-item {
    position: absolute;
    top: 0;
    left: 0;
}

    .home-about .decor-item.left {
        left: 0;
        width: 100%;
    }

    .home-about .decor-item.right {
        right: 0;
        width: 100%;
    }

.home-about .decor-tree {
    position: absolute;
    top: -86px;
    right: 0;
    z-index: 4;
}

.home-booking-form .text {
    display: flex;
    margin-right: 28px;
}

    .home-booking-form .text img {
        height: fit-content;
        transform: translateY(1px);
    }

.home-booking-form .text-content {
    padding-left: 11px;
}

    .home-booking-form .text-content h3 {
        margin: 0;
        color: var(--default-color-1);
        font-size: 16px;
        font-family: 'blacker-sans-pro-book';
        text-transform: uppercase;
        font-weight: 500;
    }

    .home-booking-form .text-content h4 {
        margin: 0;
        font-family: 'blacker-sans-pro-book';
        color: #fff;
        text-transform: capitalize;
        font-weight: 100;
        font-size: 16px;
        margin-top: 2px;
    }

.home-about-content .text p {
    margin: 0;
    color: var(--default-color-1);
    font-size: 16px;
    line-height: 150%;
    position: relative;
    padding-left: 14px;
}

.home-booking-full-hotel {
    border: 1px solid #D1B685;
    background: #282F4B;
}

.home-about-content .text p::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--default-color-1);
    left: 0;
    top: 11px;
}

.home-about-content .text p:first-child {
    margin-top: 0;
    color: #6A6A6A;
    font-size: 18px;
    line-height: 150%;
    padding-left: 0;
    margin-bottom: 18px;
}

    .home-about-content .text p:first-child::before {
        display: none;
    }

.home-about-content .text p:last-child {
    margin-bottom: 0;
}

.home-booking-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    user-select: none;
    padding: 24px 0px;
    width: 100%;
    height: 144px;
    padding-left: 23px;
    border-radius: 10px;
}

    .home-booking-container .sub {
        position: absolute;
        bottom: -66px;
        left: 0;
        display: flex;
        align-items: center;
        display: none;
    }

        .home-booking-container .sub .decor {
            display: flex;
            align-items: center;
        }

        .home-booking-container .sub .decor-item {
            width: 36px;
            height: 36px;
            position: relative;
            border-radius: 50%;
            bottom: unset;
            top: unset;
            background-color: #96A38F;
        }

            .home-booking-container .sub .decor-item:nth-child(1) {
                background-color: rgb(150 163 143 / 30%);
                transform: translateX(0);
            }

            .home-booking-container .sub .decor-item:nth-child(2) {
                background-color: rgb(150 163 143 / 50%);
                transform: translateX(-9px);
            }

            .home-booking-container .sub .decor-item:nth-child(3) {
                background-color: rgb(150 163 143 / 80%);
                transform: translateX(-18px);
            }

        .home-booking-container .sub span {
            display: block;
            font-family: 'avertaSTD';
            color: #737A83;
            font-size: 16px;
            font-weight: 100;
            line-height: 17.6px;
            margin-left: -9px;
        }

        .home-booking-container .sub a {
            color: var(--default-color-1);
            line-height: 17.6px;
            font-family: 'avertaSTD';
            font-size: 15px;
            margin-left: 6px;
            transition: all linear .3s;
            background-color: #fff;
            padding: 10px 18px;
            border-radius: 55px;
            background-color: var(--default-color-1);
            color: #fff;
        }

            .home-booking-container .sub a:hover {
                opacity: .8;
            }

.home-booking-options {
    display: none;
}

    .home-booking-options .options-item {
        display: flex;
        align-items: center;
    }

        .home-booking-options .options-item:last-child {
            margin-top: 10px;
        }

        .home-booking-options .options-item span {
            font-size: 16px;
            display: block;
            margin-left: 9px;
        }

    .home-booking-options .options-icon {
    }

        .home-booking-options .options-icon img {
        }

    .home-booking-options span .options-item {
    }

.home-booking-form {
    display: flex;
    align-items: center;
}

    .home-booking-form .form-item.customer {
        flex: 1;
        align-items: unset;
        padding-right: 0;
        width: 166px;
    }

    .home-booking-form .form-item:hover img {
        filter: invert(25%) sepia(99%) saturate(1420%) hue-rotate(194deg) brightness(84%) contrast(116%);
    }

    .home-booking-form .form-item {
    }

        .home-booking-form .form-item img {
            width: 21px;
            margin-right: 18px;
        }

        .home-booking-form .form-item.customer .btn {
            position: absolute;
            right: 16px;
            display: flex;
            align-items: center;
            z-index: 9;
            bottom: 0;
        }

        .home-booking-form .form-item.customer .btn-item i {
            line-height: 100%;
        }

        .home-booking-form .form-item.customer .btn-item {
            width: 20px;
            height: 20px;
            border: 2px solid #fff;
            border-radius: 50%;
            cursor: pointer;
            color: #fff;
            line-height: 100%;
            font-size: 10px;
            margin: 0 3px;
            transition: all linear .2s;
        }

            .home-booking-form .form-item.customer .btn-item:hover {
                background-color: #072582;
                color: #fff;
            }

        .home-booking-form .form-item:last-child::before {
            display: none;
        }

        .home-booking-form .form-item::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 48px;
            background-color: #D5E2EF;
            right: 0;
            display: none;
        }

        .home-booking-form .form-item:first-child {
            margin-left: 0;
            width: 230px;
            padding-left: 0;
        }

        .home-booking-form .form-item h3 {
            margin: 0;
            color: #D1B685;
            font-family: 'BlackerSansText-Medium';
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

.form-item-input {
    position: relative;
    z-index: 5;
}

.form-item-drop {
    position: absolute;
    top: 37px;
    left: 0;
    background-color: #fff;
    border: 1px solid #3333332e;
    border-radius: 5px;
    pointer-events: none;
    transform: translateY(25px);
    opacity: 0;
    transition: 0.8s cubic-bezier(.3,2,.3,1);
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    box-shadow: 0 0 10px 0 #3333333b;
}

    .form-item-drop.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .form-item-drop span {
        padding: 8px 12px;
        transition: all linear .2s;
        user-select: none;
        font-size: 15px;
        white-space: nowrap;
    }

        .form-item-drop span:hover {
            color: #fff;
            background-color: var(--default-color-2);
            cursor: pointer;
        }

.home-booking-form .form-item-input {
    display: flex;
    /* align-items: center; */
    width: 100%;
    margin-top: 2px;
    flex-direction: column;
}

    .home-booking-form .form-item-input .error-contact {
        position: absolute;
        opacity: 1;
        background-color: #fff;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: bold;
        box-shadow: 0 3px 5px 0px #ff00002e;
        top: calc(83%);
    }

    .home-booking-form .form-item-input input {
        outline: none;
        border: none;
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-family: 'blacker-sans-pro-book';
        width: 100%;
        height: 100%;
        padding: 0;
        margin-top: 4px;
    }

        .home-booking-form .form-item-input input::placeholder {
            color: #fff;
            font-size: 16px;
            font-family: 'blacker-sans-pro-book';
        }

    .home-booking-form .form-item-input img {
        transform: translateY(-8px);
    }

.home-booking-btn {
    cursor: pointer;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .home-booking-btn .container:hover {
    }

    .home-booking-btn .container {
        position: relative;
        user-select: none;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all linear .2s;
        width: 180px;
        height: 60px;
        border-radius: 500px;
        background: #D1B685;
    }

@keyframes zoomin {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 rgb(63 94 213);
    }

    70% {
        box-shadow: 0 0 0 30px transparent;
        opacity: 1;
    }

    100% {
        opacity: 0;
        box-shadow: 0 0 0 transparent;
    }
}

@keyframes slbount {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

.home-booking-btn .container:hover .img-1 {
    transform-origin: bottom center;
    transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}

.home-booking-btn .container .img-1 {
    perspective: 300px;
    transition: transform 500ms ease;
    transform-origin: top center;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.home-booking-btn .container .img-2 {
}

.home-booking-btn .container:hover .decor {
    transition: transform 500ms ease, top 500ms ease;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.home-booking-btn .container .decor {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border-top-right-radius: 30.846px;
    border-bottom-right-radius: 30.846px;
    border-radius: 30.846px;
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    transition: transform 700ms ease, top 700ms ease;
    transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
    perspective: 300px;
    transform-origin: bottom center;
}

.home-booking-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    border-radius: 10px;
    background-color: #00a6528f;
    height: 100%;
    z-index: 0;
    bottom: -2px;
    display: none;
}

.home-booking-btn i {
    margin-right: 0px;
    margin-left: 0;
    --transition: all 0.3s linear;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    font-size: 14px;
}

.home-booking-btn span {
    text-transform: capitalize;
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decor-book-btn {
    gap: 0.4em;
}

.home-booking-btn:hover span i {
    margin-left: 7px;
}

.home-booking-btn:hover span:before {
    background: #fff;
    width: 15px;
    z-index: 1;
}

.home-about-slogan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 3px;
    display: none;
}

    .home-about-slogan .item {
        display: flex;
        align-items: center;
    }

    .home-about-slogan .item-icon {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 9px;
        border: 1px solid var(--default-color-2);
    }

    .home-about-slogan span {
        font-size: 30px;
        font-family: 'hlt';
        color: var(--default-color-2);
    }

.home-about-left .slogan {
    color: #072582;
    font-family: 'MontserratAlternates-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
}

.home-about-btn {
    position: relative;
    color: #FAFBFC;
    display: flex;
    align-items: center;
    transition: all linear .2s;
    width: fit-content;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 10px;
    border: 1.5px solid #D49C03;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
}

    .home-about-btn .decor {
        position: absolute;
        background: var(--default-color-1);
        padding: 0 40px;
        padding-bottom: 15px;
        padding-top: 14px;
    }

.home-about-tel {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

    .home-about-tel .content {
        padding-left: 13px;
    }

    .home-about-tel h3 {
        margin: 0;
        color: #5F5F5F;
        font-size: 15px;
        font-weight: 100;
    }

    .home-about-tel span {
        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;
        -webkit-text-stroke-width: 0.25;
        -webkit-text-stroke-color: #000;
        font-family: 'MontserratAlternates-Medium';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .home-about-tel:hover span {
        background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.home-about-btn:hover {
    box-shadow: 0 0 10px 0 #33333354;
}

    .home-about-btn:hover span {
        color: var(--default-color-2);
        transition-delay: .2s;
        background: linear-gradient(90deg, #0A2D7C 0%, #1D79D0 20.5%, #071E8A 43%, #0E5BB9 65%, #072582 86.5%, #1591F0 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.home-about-btn p {
    padding: 0 40px;
    padding-bottom: 15px;
    padding-top: 14px;
    background: #fff;
    display: block;
    margin: 0;
    border-radius: 55px;
    color: var(--default-color-1);
}

.home-about-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-top: 29px;
    display: none;
}

.home-about-tienich {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 28px;
    row-gap: 23px;
    width: 73%;
    position: relative;
    z-index: 2;
    margin-top: 0;
}

    .home-about-tienich .item {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

.home-about-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 68px;
    transition: .3s;
    animation: zoomin 2s infinite linear;
}

.home-about-tienich .title {
    margin: 0;
    font-family: 'BlackerSansText-Medium';
    color: #D1B685;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.home-about-tienich .item span {
    color: #282F4B;
    font-family: 'BlackerSansText-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.home-about-tienich.tienich1 {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}

    .home-about-tienich.tienich1 .item {
        justify-content: center;
        margin-left: -63px;
    }

.home-about-content__bottom {
    width: 50%;
}

    .home-about-content__bottom span {
        display: block;
        font-size: 17px;
        color: #6A6A6A;
        line-height: 150%;
        font-weight: 100;
        padding-right: 5px;
    }

.home-service-container {
    display: flex;
}

    .home-service-container .left {
        width: 666px;
    }

        .home-service-container .left .title::before {
            content: '';
            position: absolute;
            width: 89px;
            height: 3px;
            background-color: #9DD9F3;
            opacity: .6;
            bottom: -16px;
            right: 0;
        }

        .home-service-container .left .title {
            margin: 0;
            text-align: right;
            font-weight: 100;
            color: var(--default-color-2);
            position: relative;
            font-size: 20px;
            line-height: 150%;
        }

        .home-service-container .left .title-2 {
            margin: 0;
            text-align: right;
            text-transform: uppercase;
            font-size: 27px;
            font-family: 'avertaSTD';
            color: #5B5B5B;
            line-height: 156%;
            font-weight: 100;
            margin-top: 35px;
        }

        .home-service-container .left .swiper {
            margin-top: 36px;
        }

        .home-service-container .left .list {
            position: relative;
            height: 618px;
        }

        .home-service-container .left .item {
        }

        .home-service-container .left .img {
            height: 320px;
            margin-top: 40px;
            border-radius: 5px;
            overflow: hidden;
        }

            .home-service-container .left .img img {
            }

        .home-service-container .left .content h3 {
            color: var(--default-color-1);
            margin: 0;
            font-family: 'avertaSTDSB';
            font-weight: 100;
            text-transform: capitalize;
            font-size: 21px;
            text-align: end;
            padding: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .home-service-container .left .content .slogan {
            display: flex;
            flex-direction: column;
            align-items: end;
            align-items: flex-end;
            align-items: self-end;
            margin-top: 17px;
        }

            .home-service-container .left .content .slogan p {
                width: fit-content;
                margin: 0;
                font-size: 15px;
                color: #5B5B5B;
                line-height: 163%;
                position: relative;
                display: flex;
                align-items: center;
                margin-bottom: 2px;
            }

                .home-service-container .left .content .slogan p::before {
                    content: "";
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    background-color: #5B5B5B;
                    border-radius: 50%;
                    left: -18px;
                }

        .home-service-container .left .content {
        }

            .home-service-container .left .content span {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                line-height: 24.84px;
            }

    .home-service-container .right {
        flex: 1;
        position: relative;
        padding-left: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .home-service-container .right .img {
            border-radius: 10px;
            width: 627px;
            height: 527px;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 45px;
        }

            .home-service-container .right .img img {
                width: 100%;
                height: 100%;
            }

        .home-service-container .right .content {
            flex-direction: column;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: -5px;
            width: fit-content;
            max-width: 329px;
            padding: 0 27px;
            border-radius: 15px;
            transform: translateX(22px);
            z-index: 2;
            bottom: 0;
        }

            .home-service-container .right .content::before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                pointer-events: none;
                border-radius: 10px;
                background: linear-gradient(90deg, #056393 22.73%, #62BCE9 100.43%);
            }

        .home-service-container .right .logo {
            transform: translateY(-40px);
            width: 211px;
            height: 211px;
            position: relative;
            padding: 10px;
            border-radius: 50%;
            border: 1.5px solid #DCEEF3;
        }

        .home-service-container .right .content span {
            position: relative;
            text-align: center;
            color: #fff;
            font-family: 'avertaSTDSB';
            font-size: 24px;
            font-weight: 100;
            line-height: 150%;
            margin-top: -17px;
            margin-bottom: 45px;
        }
/*RS*/
@media(max-width:1023px) {
    .home-booking-container {
        display: none;
    }

    .home-about-left {
        padding-left: 0;
        width: 100%;
        padding-top: 10px;
    }

    .home-about-container {
        flex-direction: column;
    }

    .home-about-right .img {
        position: relative;
        /* margin: 0; */
        /* padding: 0; */
        /* right: 0; */
        left: unset;
        margin: 0;
        width: 100%;
        height: 500px;
    }

    .home-about-right {
        margin: 0 auto;
        margin-top: 30px;
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

        .home-about-right .img-2 {
            margin: 0;
            position: absolute;
            bottom: 17px;
            background-color: #ffffffa3;
            backdrop-filter: blur(1px);
            display: none;
        }

    .home-about-content__bottom {
        padding: 0;
    }

    .home-about-list-btn {
        margin-top: 25px;
    }

    .home-about-tel span {
        font-size: 16px;
    }

    .home-about-tel img {
        width: 18%;
    }

    .home-service-container {
        padding-bottom: 60px;
        flex-direction: column-reverse;
    }

        .home-service-container .right {
            display: none;
        }

        .home-service-container .left {
            width: 100%;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-about {
        padding: 50px 0;
        padding-bottom: 50px;
    }
}

@media(max-width: 739px) {
    .home-about {
        padding: 25px 0;
        padding-bottom: 30px;
    }

    .home-about-left h1 {
        font-size: 28px;
    }

    .home-about-left .left-descript {
        font-size: 14px;
        margin-top: 0;
    }

    .home-about-left .slogan {
        font-size: 14px;
        padding: 0;
        line-height: normal;
        margin-top: 10px;
    }

    .home-about-content span {
        font-size: 15px;
    }

    .home-about-btn {
        font-size: 13px;
        margin-bottom: 0;
    }

    .home-about-right .img {
        width: 100%;
        height: 325px;
    }

    .home-about-right .img-2 {
        display: none;
    }

    .home-about-right {
        height: auto;
        margin-top: 25px;
    }

        .home-about-right:before {
            content: "";
            position: absolute;
            left: -8px;
            top: 29px;
            width: 97%;
            height: 306px;
            border: 2px solid #282f4b;
            z-index: 0;
            clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
            border-radius: 0 0 8px 8px;
        }

    .home-about-container {
        margin-top: 10px;
    }

    .home-service-right-about a img {
        width: 100%;
        height: 350px;
    }

    .home-service-right-about:before {
        display: none;
    }

    .home-service-left-about {
        margin-right: 0;
        margin-top: 21px;
        width: 100%;
        margin-bottom: 21px;
    }

        .home-service-left-about h2.name-hotel-hh {
            font-size: 21px;
        }

    .bottom-about-home-c {
        flex-direction: column;
    }

    .item-service-h span {
        font-size: 23px;
    }

    .center-about-service-h h4 {
        font-size: 21px;
    }

    .center-about-service-h h5 {
        font-size: 16px;
    }

    .svg-decor-service-home {
        width: 39px;
        height: 39px;
    }

    .item-service-h {
        padding: 10px;
    }

    .center-about-service-h {
        margin-left: 16px;
    }

    .home-about-service-h {
        margin-top: 28px;
    }

    .home-about-tienich {
        width: 100%;
        column-gap: 16px;
        row-gap: 23px;
    }

        .home-about-tienich .title {
            font-size: 28px;
        }

        .home-about-tienich .item span {
            font-size: 15px;
        }

    .decor-about-topp img {
        width: 100%;
        height: 100%;
    }

    .decor-about-topp {
        width: 42%;
        top: -24px;
    }

    .home-about-tienich .item .icon img {
        width: 100%;
        height: 100%;
    }

    .home-about-tienich .item .icon {
        width: 25%;
    }

    .home-about-tienich .item:nth-child(2) .icon {
        width: 58px;
    }

    .home-about-tienich.tienich1 .item .icon {
        width: 8%;
    }

        .home-about-tienich.tienich1 .item .icon img {
            width: 100%;
            height: 100%;
        }

    .home-about-list-btn {
        margin-top: 20px;
    }

    .home-about-right .logo-mini {
        display: none;
    }

    .home-about-right .img-3 {
        display: none;
    }

    .home-room .decor-6 {
        display: none;
    }

    .home-about-left .left-cate {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 7px;
    }

    .home-about-left .left-title {
        font-size: 30px;
        margin-top: 0;
    }

    .home-about-content .img {
        display: none;
    }

    .home-about-content .text {
        padding: 0;
        font-size: 15px;
        text-align: justify;
    }

        .home-about-content .text p {
            font-size: 16px;
        }

            .home-about-content .text p:first-child {
                font-size: 16px;
            }

    .home-about-content__bottom {
        margin-top: 0;
        width: 100%;
        margin-top: 23px;
    }

        .home-about-content__bottom span {
            padding-top: 0;
            padding: 0;
            text-align: justify;
        }

    .home-about-btn p {
        padding: 10px 28px;
    }

    .home-about-btn .decor {
        padding: 10px 28px;
    }

    .home-booking-full-hotel {
        display: none;
    }

    .home-service-container .right .title {
        font-size: 40px;
    }

    .home-service-container .right .title-2 {
        font-size: 28px;
    }

    .home-service-container .right .item {
        font-size: 26px;
    }

    .home-service-container .right .btn span,
    .home-service-container .right .btn .decor {
        padding: 0 27px;
        padding-bottom: 8px;
        padding-top: 7px;
        font-size: 13px;
    }

    .home-service-container .right .btn {
        margin-top: 20px;
    }

    .home-service-container .left .img {
        height: 250px;
        margin-top: 5px;
    }

    .home-service-container .left .list {
        height: 385px;
    }

    .home-service-container .left .content {
        font-size: 15px;
        padding: 18px 0px;
    }

    .home-about-content {
        margin-top: 0;
        flex-direction: column-reverse;
    }

    .home-about .decor-tree-1 {
        display: none;
    }

    .home-service-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .home-service-container .left .title-2 {
            font-size: 19px;
        }
}