.item-slider-stages:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #00000075; */
    z-index: 9;
}
.banner-dat-ngay{
    height: calc(100vh - 100px);
}
.banner-block__img img{
    max-width: 256px;
}
.slideshows-banner {
    position: relative;
    margin-bottom: 40px;
    height: calc(100svh - 16rem);
    display: flex;
    align-items: center;

}

.box-stage-outer-slider {
    background: #0003;
    padding: 15px;
    border-radius: 16px;
}

.box-stage-outer-slider .slick-dots {
    bottom: -35px;
    left: 0;
}

.box-stage-outer-slider .slick-arrow {
    width: 40px;
    height: 40px;
    color: #868686;
    opacity: 1;
    z-index: 10;
    font-size: 20px;
}

.box-stage-outer-slider .slick-arrow i::before {
    content: "\f04b";
}

.box-stage-outer-slider .slick-prev {
    left: 8px
}

.box-stage-outer-slider .slick-prev i {
    transform: rotate(180deg);
}

.box-stage-outer-slider .slick-next {
    right: 8px
}

.box-stage-outer-slider .slick-dots li button {
    opacity: 0;
}

.box-stage-outer-slider .slick-dots li {
    border: 1px solid #646464;
    background: #646464;
}

.box-stage-outer-slider .slick-dots li.slick-active {
    width: 24px;
    background: #f0c753;
    border-radius: 10px;
    border-color: #f0c753;
}

.slideshows-ttl {
    font-family: var(--font-flowers);
    font-weight: 400;
    gap: 12px;
    font-size: clamp(3rem, 3vw, 5rem);
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

.slideshows-ttl__icon.left {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.slide-mv__info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 999;
}

.slide-mv__ct-brief {
    color: white;
    font-size: 18px;
    display: inline-block;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 200;
}

.slide-mv__img {
    position: relative;
    z-index: 1;
}

.slide-mv__img img {
    width: 100%;
    aspect-ratio: 803 / 297;
    /* animation: zoomInOut 6s ease-in-out infinite; */
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        /* zoom lÃƒÆ’Ã‚Âªn */
    }

    100% {
        transform: scale(1);
        /* zoom vÃƒÂ¡Ã‚Â»Ã‚Â */
    }
}

.slide-mv__img-mask {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 280px;
    width: 100%;
    background-color: white;
    -webkit-mask-image: url('../images/slider-cloud-bg.png');
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: repeat-x;
}

.slide-mv__info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 999;
}

.slide-mv__ct {
    color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.slide-mv__ct-logo img {
    display: inline-block;
    margin-top: 35px;
    height: 69px;
    width: auto;
}

.item-slider-stages {
    position: relative;
    z-index: 9999;
}

.slide-mv__ct-brief {
    border-radius: 24px;
    color: white;
    font-size: 20px;
    display: inline-block;
    padding: 15px 35px;
    line-height: 1.5;
    font-weight: 300;
}

.slide-mv__ct-ttl {
    font-size: 30px;
    font-weight: 700;
    max-width: 67%;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto !important;
    padding: 10px 0px;
}

.section-video {}

.section-video__video {
    line-height: 0;
}

.section-video__box {
    border-radius: 12px;
    overflow: hidden;
    height: 448px;
}

.section-video__box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .4;
}

.section-video__video video {
    width: 100%;
    height: 100%;
}

.section-video__info {
    max-width: 50%;
    left: 20px;
    bottom: 20px;
    color: white;
    z-index: 10;
}

.section-video__info-ttl {
    font-size: 32px;
    color: var(--color-main);
}

.home-about {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}
.home-about__img img{
    aspect-ratio: 466 / 328;
    border-radius: 12px;
}
.home-about__box {
    display: none;
}

.home-about__box.active {
    display: block;
}

.home-about__block {
    background: #0009;
    padding: 12px;
    border-radius: 16px;
}

.home-about__info {
    padding: 10px 50px 10px 0;
}

.home-about__ttl {
    font-size: 32px;
    line-height: 1.5;
    color: var(--color-main3);
}

.home-about__meta {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
}

.home-about__view {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.home-about__desc {
    color: white;
}

.home-about__star {
    border-right: 1px solid #e6e6e6;
    margin-right: 6px;
    line-height: 1;
}

.home-about__star svg {
    width: 24px;
    height: 24px;
}

.home-about__link {
    color: #4e9cee;
    font-size: 12px;
}

.home-about__desc {
    margin-bottom: 20px;
}

.home-about__btn {
    display: inline-flex;
    color: #f0c753;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.home-about__btn-icon {
    width: 32px;
    height: 32px;
    border: 1px solid #f0c753;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.home-about__btn-icon svg {
    width: 24px;
    height: 24px;
}

.home-about-photos {
    background: #0009;
    padding: 12px;
    border-radius: 16px;
    margin-top: 10px;
}

.about-photos .slick-list {
    margin: 0 -5px;
}

.about-photos__item {
    margin: 0 5px;

}

.about-photos__item.slick-current .about-photos__wrap {
    border-color: var(--color-main);
}

.about-photos__wrap {
    width: 170px;
    border: 1px solid transparent;
    border-radius: 12px;
    line-height: 0;
    overflow: hidden;
}

.about-photos__img img {
    width: 100%;
    height: 120px;
}


.branches__number {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.5;
    width: 96px;
    text-align: center;
}

.branches__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 12px;
}

.branches__list-item {
    border-bottom: 1px solid currentColor;
    color: currentColor;
    cursor: pointer;
    padding-bottom: 6px;
    font-size: 16px;
}

.branches__list-item:hover,
.branches__list-item.active {
    color: var(--color-main);
}

.branches-mobile {
    /* margin-top: 120px; */
    padding-bottom: 120px;
}

.branches-grid {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 0;
}

.branches-grid__item {
    background: #ffffff0d;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
}

.branches-grid__ttl {
    font-size: 14px;
}

.branches-grid__subttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 12px;
    gap: 5px;
}

.branches-grid__subttl-icon {
    width: 18px;
    height: 18px;
}

.branches-grid__subttl-icon svg {
    width: 100%;
    height: 100%;
}

.branches-grid__img {
    margin-top: 12px;
    padding-top: 100%;
    display: block;
    overflow: hidden;
}

.branches-grid__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.branches-mobile__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    font-weight: 500;
    color: #f0c753;
}

.branches-mobile__ttl .number {
    font-size: 64px;
    font-weight: 700;
}

.branches-mobile__ttl .text {
    border-bottom: 1px solid currentColor;
}

.rounded-12 {
    border-radius: 12px;
}

.home-slogan__flex-img {
    line-height: 0;
}

.home-slogan__flex {
    margin-bottom: 30px;
}

.home-slogan__desc span {
    color: var(--color-main3);
}

.hom-icon {
    margin: 24px 0;
}

.progress {
    display: block;
    width: 142px;
    height: 8px;
    margin-left: auto;
    margin-top: 17px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(45deg, var(--color-main3), var(--color-main3));
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.speciality-slider__item {
    margin-right: 12px;
}

.speciality-slider__img {
    width: 364px;
    position: relative;
    padding-top: calc((300 / 194) * 100%);
    border-radius: 12px;
    overflow: hidden;
}
.speciality-slider__img:hover img{
    transform: scale(1.09);
}
.speciality-slider__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: all .5s ease;
}

.services-column__wrap.d-block {
    background: #00000073;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #373124;
}

.services-column__ttl {
    font-size: 16px;
    font-weight: 400;
}

.services-column__ttl {
    color: white;
    text-align: center;
    margin-bottom: 12px;
}

.services-column__img {
    position: relative;
    padding-top: calc((232 / 310) * 100%);
    overflow: hidden;
    border-radius: 6px;
}

.services-column__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.services-column__row {
    gap: 12px 0;
}

.heading-link {
    display: inline-block;
    color: var(--color-main3);
    text-decoration: underline;
    margin-top: 8px;
}

.services-column {
    margin-top: 24px;
}

.home-blog {
    /* padding-bottom: 120px; */
}

.blog-slider .article-item {
    width: 448px;
}

.blog-slider__item {
    margin-right: 10px;
}

.slick-current .article-item__wrap {
    border-color: var(--color-main3);
}

.progress-arrow {
    z-index: 10;
}

.progress-arrow .slick-arrow {
    opacity: 1;
    top: auto;
    bottom: -55px;
    font-size: 16px;
    color: #8d8684;
    z-index: 10;
}

.progress-arrow .slick-arrow:hover {
    color: var(--color-main);
}

.progress-arrow .slick-prev {
    left: auto;
    right: 20px;
}

.progress-arrow .slick-next {
    right: 0;
}

.home-blog__bottom {
    margin-top: 15px;
}

.home-blog .progress-arrow .slick-arrow {
    bottom: -70px;
}

.branches {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 120px;
    /* position: absolute;
    left: 0;
    bottom: 60px; */
}

.aspect-16-7 {
    position: relative;
    display: block;
    padding-top: calc((7 / 16) * 100%);
    overflow: hidden;
}

.aspect-16-7 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.aspect-1-1 {
    position: relative;
    display: block;
    padding-top: 100%;
    overflow: hidden;
}

.aspect-1-1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.row-grid {
    gap: 10px 0;
}

.home-slogan__block .row-grid {
    margin-bottom: 20px;
}

.popup-banner {
    position: fixed;
    background: #000000d9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-banner.is-active {
    display: flex;
}

.popup-banner__ct {
    max-width: 800px;
    width: 90%;
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
}

.popup-banner__close {
    width: 32px;
    height: 32px;
    border: 1px solid #f0c753;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding: 0;
    border-radius: 50%;
    margin: 0 auto;
}
.popup-banner__close svg{
    width: 20px;
    height: 20px;
}
.chi-nhanh {
	padding:0 0 50px 0
}
.chi-nhanh .chi-nhanh-in {
	font-size: 20px;
	margin-bottom: 15px;
}
.chi-nhanh .chi-nhanh-in span {
	font-size: 35px;
  color:var(--color-main3)
}
.chi-nhanh .chi-nhanh-in:nth-child(1) {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
}



@media (min-width: 990px) {
    .home-about>.ctnr {}

    .branches {
        /*  */

    }

    .home-about {
        /* min-height: calc(100svh - 1rem); */
    }
}

@media (max-width: 990px) {
    .branches-mobile {
        /* margin-top: 30px; */
        padding-bottom: 30px;
    }
    .home-about{
        padding-top: 30px;
    }

    .slide-mv__ct-brief {
        padding: 10px 15px;
        font-size: 15px;
    }

    .slide-mv__ct-brief:not(:last-child) {
        margin-bottom: 5px;
    }

    .slide-mv__ct-ttl {
        font-size: 22px;
        max-width: 350px;
        margin-bottom: 10px;
    }

    .slide-mv__ct-logo img {
        display: inline-block;
        max-width: 61px;
        width: 40%;
        margin-top: 15px;
        object-fit: contain;
    }

    .slide-mv__info {
        bottom: 50%;
    }

    .section-video__box {
        height: auto;
    }

    .blog-slider .article-item {
        width: 260px;
    }

    .section-video__info {
        max-width: 100%;
    }

    /*  */
}

@media (max-width: 768px) {
    .speciality-slider__img {
        width: 256px;
    }
  .home-about__info {
  	padding:0
  }
  .chi-nhanh .chi-nhanh-in:nth-child(1) {
      line-height: 1.5;
  }
}

@media(max-width:550px) {
  .section-video__info-ttl {
  	font-size:18px;
    margin-bottom:15px
  }
}










/* 




section.widget-form-room {
    position: absolute;
    bottom: 0;
    width: 100%;
}

form.kodelisting-form-wrap {
    margin: 0;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.kodelisting-form-field {
    display: flex;
    align-items: center;
    gap: 0px 14px;
}

.kodelisting-reservation-form .kodelisting-form-icon {
    width: 20px;
    height: 25px;
    margin-right: 3px;
}

.kodelisting-reservation-form .kodelisting-form-icon svg {
    width: 20px;
    height: auto;
}

.kodelisting-reservation-form .kodelisting-form-icon svg path {
    fill: #b07f23;
}

.kodelisting-reservation-form .field-wrap {
    flex: 1 1 auto;
    position: relative;
}

label.kodelisting-form-label {
    color: #666666;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0px;
}

.field-input-wrap.checkin-date input {
    color: #666666;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}

.kodelisting-reservation-form .kodelisting-dropdown {
    position: absolute;
    bottom: -12px;
    left: 0;
    transform: translateY(100%);
    z-index: -1;
    display: block;
    min-width: 320px;
    background: #FFFFFF;
    color: #000;
    border: 1px solid #b07f23;
    box-shadow: 0 0 50px rgba(50, 50, 50, 0.2);
    padding: 30px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.kodelisting-reservation-form .kodelisting-dropdown.is-open {
    z-index: 999;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.field-input-wrap.has-dropdown input {
    color: #666666;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}

.kodelisting-dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .input-text {
    padding: 0;
    margin: 0;
    width: 40px;
    height: auto;
    background: none;
    border: none;
    text-align: center;
    color: inherit;
    font-size: 16px;
    line-height: 1.2;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:before {
    width: 12px;
    height: 1px;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:after,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    background: currentColor;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus {
    position: relative;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    width: 30px;
    height: 30px;
    padding: 0;
    color: inherit;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .minus:after,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:before,
.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    background: currentColor;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.kodelisting-reservation-form .kodelisting-dropdown .kodelisting-quantity .plus:after {
    width: 1px;
    height: 12px;
}

.btn-theme-colored1 {
    color: #fff;
    background-color: #b07f23;
    border-color: #b07f23;
    min-height: 56px;
    padding: 0 15px;
    text-align: center;
    width: 267px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.kodelisting-reservation-form {
    background-color: #FFFFFF;
    padding: 20px 40px 20px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
section.Luxury_Rooms .list-suite-rooms-night {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

section.Luxury_Rooms .item-suite-rooms-night {
    position: relative;
    overflow: hidden;
}

section.Luxury_Rooms .item-suite-rooms-night:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #00000052;
    z-index: 1;
}

section.Luxury_Rooms .content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 20px;
    transform: translateY(80px);
    overflow: hidden;
    transition: 0.5s ease;
    z-index: 9;
}

section.Luxury_Rooms .images-suite-rooms-night img {
    display: block;
}

section.Luxury_Rooms .content-box .title h6 a {
    font-size: 27px;
}

section.Luxury_Rooms .content-box .title a {
    color: #fff;
    font-size: 26px;
    font-weight: 200;
}

section.Luxury_Rooms .content-box .price {
    color: #fff;
}

section.Luxury_Rooms a.book-btn {
    padding: 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: inline-block;
}

section.Luxury_Rooms .kodelisting-icon i {
    font-size: 16px;
    color: #fff;
}

section.Luxury_Rooms ul.kodelisting-room-basic-info-minimal {
    display: flex;
    gap: 0px 20px;
}

section.Luxury_Rooms .box-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 10px;
    margin-top: 20px;
}

section.Luxury_Rooms .item-suite-rooms-night:hover .content-box {
    transform: translateY(10px);
    transition: 0.5s ease;
}

section.Luxury_Rooms .item-suite-rooms-night img {
    transform: scale(1);
    transition: 0.5s ease;
    height: 350px;
}

section.Luxury_Rooms .item-suite-rooms-night:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
}



.Hotel_Facilities .header {
    text-align: center;
    margin-bottom: 60px;
}

.Hotel_Facilities .brand {
    font-size: 14px;
    color: #b8860b;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
}

.Hotel_Facilities .title {
    font-size: 48px;
    color: #2c3e50;
    font-weight: 400;
    margin-bottom: 20px;
}

.Hotel_Facilities .facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.Hotel_Facilities .facility-item {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #f8f5f0;
    position: relative;
}

.Hotel_Facilities .facility-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.Hotel_Facilities .facility-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
    stroke: #b8860b;
    fill: none;
    stroke-width: 1.5;
}

.Hotel_Facilities .facility-title {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 400;
}

.Hotel_Facilities .facility-description {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0 auto;
}


section.box-Most-Safe {
    padding: 40px 0px;
}

.sub-title-outer .subtitle {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #666666;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

h2.title.tm-split-text.split-in-right .title-part1 {
    font-size: 37px;
    font-weight: 400;
    width: 100%;
    display: block;
    color: #222;
    line-height: 1.5;
}

h5.icon-box-title {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
    color: #000;
    font-weight: 200;
}

.desc-content-abouts-pages p {
    font-size: 17px;
    margin: 0px 0px 15px 0px;
    color: #b07f23;
    text-align: justify;
}

.section-item2-abouts-pages p {
    font-size: 16px;
    color: #666;
}

.icon-box-wrapper {
    display: flex;
    gap: 0px 13px;
    align-items: center;
}

.list-the-best {
    display: flex;
    gap: 0px 50px;
}

.item-the-best {
    max-width: 100%;
}

.list-btn-abouts-the-best {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 0px 42px;
}

.sub-title-outer .subtitle:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(../images/before.png);
}
.item-slider-stages.slick-slide.slick-current.slick-active img {
        animation: zoomInOut 6s ease-in-out;
}
.slide-mv__ct {
    transform: translateY(47%);
    opacity: 0;
    transition: 0.8s ease;
}

.item-slider-stages.slick-slide.slick-current.slick-active .slide-mv__ct {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.8s ease;
}
.item-the-best .icon-box-title {
    margin-bottom: 0px;
}

.right-current-theme {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-left: 20px;
}

.images-most-safe img {
    height: 552px;
    width: 100%;
    object-fit: contain;
        display: block;
}

.list-the-best .icon-box-wrapper .icon-text {
    width: 45%;
}

.list-btn-abouts-the-best .btn-theme-colored1 {
    font-size: 15px;
    font-weight: 600;
}

section.Luxury_Rooms {
    padding: 40px 0px;
    background: #f7f5f0;
}

.hedding-pages-rooms {
    text-align: center;
}

.hedding-pages-rooms .sub-title-outer .subtitle:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

.hedding-pages-rooms .sub-title-outer .subtitle:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 100%;
    margin-right: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

.hedding-pages-rooms .title-hedding-split-line h2 {
    font-size: 50px;
    font-weight: 200;
    color: #222;
}



section.decorative-elements {
    background: url(https://dev24.kodesolution.com/hoexr/wp-content/uploads/2023/11/1.jpg);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.box-content-decorative-elements {
    padding-top: 195px;
    padding-bottom: 61px;
}

section.decorative-elements .title-hedding p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #c7c7c7;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 7.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}



section.decorative-elements .title-hedding p:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

section.decorative-elements .hedding-member-pages h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    width: 54%;
}

section.Hotel_Facilities {
    padding: 40px 0px;
    background: url(https://dev24.kodesolution.com/hoexr/wp-content/uploads/2023/11/home.png);
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
}

section.Fitness_Center {
    padding: 40px 0px;
}

section.Fitness_Center .images_Fitness_Center {
    margin-right: -105px;
    position: relative;
    z-index: 9;
}

section.Fitness_Center .inner-column {
    position: relative;
    background-color: #f8f5f0;
    padding: 60px 60px 80px 200px;
    margin-top: 50px;
}

section.Fitness_Center .inner-column:before {
    content: "";
    position: absolute;
    top: 0;
    left: 200px;
    width: 95px;
    height: 11px;
    background-color: #b07f23;
}

section.Fitness_Center .inner-column .sec-title {
    margin-bottom: 35px;
}

section.Fitness_Center .service-subtitle {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 6px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 100;
    font-family: "Playfair Display", serif;
}

section.Fitness_Center h2.service-title {
    font-size: 48px;
    font-weight: 100;
}

section.Fitness_Center .service-details {
    margin-top: 8px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.Fitness_Center .btn-view-details a {
    color: #b07f23;
    border: 1px solid #b07f23;
    border-width: 1px;
    padding: 1rem 2.5rem;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.Hotel_Facilities .facility-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 95px;
    height: 11px;
    background-color: #f8f5f0;
    transform: translateX(-50%);
}

section.Fitness_Center .row:nth-child(2n) .inner-column {
    padding: 61px 231px 70px 60px;
}

section.Fitness_Center .row:nth-child(2n) .images_Fitness_Center {
    position: relative;
    z-index: 9;
    margin-right: 0;
    margin-left: -105px;
}

section.Fitness_Center .row {
    margin-bottom: 50px;
}



section.Check_Availability .item-left-Check_Availability {
    width: 40%;
    background-color: #F8F5F0;
    padding: 40px 15px 20px;
    border-top: 4px solid #ab8554;
}

section.Check_Availability .box-form-Check_Availability p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #666666;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

section.Check_Availability .box-form-Check_Availability h2 {
    font-size: 40px;
    font-weight: 100;
    color: #222;
    margin-bottom: 20px;
}

section.Check_Availability .field-input-wrap.checkin-date input {
    height: 48px;
    font-size: 14px;
    background: none;
    border-color: rgba(170, 132, 83, 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #666666;
    width: 100%;
    padding: 0px 12px;
}

section.Check_Availability .field-wrap {
    width: 100%;
}

section.Check_Availability .kodelisting-form-label {
    margin-bottom: 5px;
}

section.Check_Availability .btn-theme-colored1 {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}

section.Check_Availability .kodelisting-form-field {
    margin-bottom: 20px;
}


section.Check_Availability .container-Check_Availability {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    top: -50px;
}

section.Check_Availability .item-right-Check_Availability {
    height: 100%;
    padding: 0px 80px;
    width: 60%;
    display: flex;
    align-items: center;
    padding-right: 0px;
}

section.Check_Availability {
    background: url(https://dev24.kodesolution.com/hoexr/wp-content/uploads/2023/10/bg-booking.jpeg);
    background-position: center right !important;
    background-repeat: no-repeat !important;
    position: relative;
}

section.Check_Availability .hedding-item-right-Check_Availability p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #d2d2d2;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

section.Check_Availability .hedding-item-right-Check_Availability p:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

section.Check_Availability .hedding-item-right-Check_Availability h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 15px;
}

section.Check_Availability .content-item-right-Check_Availability {
    color: #Fff;
}

section.Check_Availability .content-item-right-Check_Availability p {
    padding-bottom: 20px;
}

section.Check_Availability .hotline-item-right-Check_Availability {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

section.Check_Availability .content p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section.Check_Availability h5.icon-box-title {
    font-size: 24px;
    color: #fff;
}


section.Check_Availability .ctnr:before {
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    left: -59px;
    width: 439px;
    height: 640px;
    content: "" "";
}

section.Check_Availability .ctnr {
    position: relative;
}

section.Check_Availability .box-content-desc-right-Check_Availability {
    margin-top: 70px;
}


section.blog-news {
    padding: 40px 0px;
    background: url( ../images/bg-shape-1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.list-item-blog-news .splide__track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}


.splide__track {
    position: relative;
    display: block;
    margin-top: 30px;
}

.splide__slide {
    position: relative;
}

.news-img {
    position: relative;
}

a.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: #144121;
    width: 3rem;
    z-index: 1;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
    font-size: 19px;
}

h3.news-title {
    line-height: unset;
}

a.velora-hedding {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 230px;
}

a.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

a.news-link {
    display: inline-flex;
    align-items: center;
    color: #b07f23;
}

.comment-view {
    padding-top: 10px;
}

.news.hover-effect {
    padding-left: 40px;
    padding-right: 10px;
    transition: 0.5s ease;
}

.splide__track button svg {
    width: 20px;
    height: 20px;
    fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #144121;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    right: 0;
    opacity: 0;
}

button.slick-prev-blogs.slick-arrow svg path {
    fill: #fff;
    stroke: #fff;
}

.splide__track button svg path {
    stroke: #fff;
    fill: #fff;
}

button.slick-next-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #144121;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    left: 35px;
    opacity: 0;
}

button.slick-next-blogs.slick-arrow svg {
    transform: rotate(180deg);
}

.splide__track:hover button.slick-next-blogs.slick-arrow,
.splide__track:hover button.slick-prev-blogs.slick-arrow {
    opacity: 1;
}

.hover-effect:hover {
    transform: translateY(-.5rem);
}


a.velora-hedding h2 {
    font-size: 18px;
    color: #222;
}

.comment-view p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}

section.decorative-elements h2 .title-part1 {
    color: #fff !important;
}

section.decorative-elements h2.title.tm-split-text.split-in-right .title-part1 {
    width: 64%;
}

section.Check_Availability h2.title.tm-split-text.split-in-right .title-part1 {
    color: #fff;
}

section.box-Most-Safe h2.title.tm-split-text.split-in-right .title-part1 {
    width: 94%;
    font-size: 33px;
}
.desc-content-abouts-pages {
    padding-top: 0px;
}
.icon.icon-default img {
    height: auto;
    width: 64px;
}

.list-btn-abouts-the-best .btn-2-abouts img {
    width: 42px;
    height: auto;
}

.image-elegance img {
    height: 58px;
}

.image-elegance {
    margin-bottom: 10px;
}

.list-fitness-home-pages {
    padding-top: 50px;
}

.images_Fitness_Center {
    overflow: hidden;
    position: relative;
}

.images_Fitness_Center img {
    transform: scale(1);
    transition: 0.5s ease;
    display: block;
}

.images_Fitness_Center:hover img {
    transform: scale(1.3);
    transition: 0.7s ease;
}

.box-content-fitness h5.service-subtitle:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: 5px;
    width: 37px;
    height: 10px;
    background-image: url(https://dev24.kodesolution.com/hoexr/wp-content/themes/hoexr/assets/images/current-theme/before.png);
}

.icon-item-right-Check_Availability img {
    height: 46px;
}

.hotline-item-right-Check_Availability .icon-text p {
    padding-bottom: 0px !important;
}
.field-input-wrap.checkin-date select {
    height: 48px;
    font-size: 14px;
    background: none;
    border-color: rgba(170, 132, 83, 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #666666;
    width: 100%;
    padding: 0px 12px;
}
.desc-content-elegance h3 {
    font-weight: 100;
    font-size: 24px;
    padding-bottom: 10px;
}

section.reviews {
    padding: 30px 0px;
    background: #f7f8fa;
}
.customers-item {
    padding: 4rem 3.2rem;
    border-radius: 24px;
    height: 100%;
    display: flex
;
    flex-direction: column;
}

.customers-item {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 1px -2px 8px 0px;
    padding: 30px 30px 50px 34px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
    border: 1px solid rgb(238, 238, 238);
    margin-top: 10px;
    height: unset !important;
}
.customers-item__brief {
    margin-bottom: 19px;
    overflow: hidden;
    display: -webkit-box;
    text-align: center;
    -webkit-box-orient: vertical;
}
.icon-customers {
    text-align: center;
    display: flex
;
    justify-content: center;
    padding-bottom: 20px;
}
.customers-item__info {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    flex-direction: column;
    margin-top: -45px;
    position: relative;
    z-index: 9999;
}
.customers-item__info-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: relative;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 20px 20px 40px 0px;
}
.customers-item__info-img::before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.customers-item__info-img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 9;
}
.customers-item__info-name {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.2;
    color: #b07f23;
}
.swal2-container{
    z-index: 999999 !important;
}
.hover-btn {
    position: relative;
}
section.Fitness_Center .btn-view-details a span{
    color:#b07f23;
}
a.btn.btn-outline-theme-colored1.btn-outline.hover-btn:hover span {
    color: #Fff;
}
section.Luxury_Rooms a.book-btn:hover {
    background: #b07f23;
    color: #Fff;
    transition: 0.5s ease;
}
.hover-btn:before {
    background-color: #222222;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: scale(0, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform-origin: top right;
}

.hover-btn:hover:before {
    background-color: #222222;
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.hover-btn span {
    position: relative;
    color: #fff;
    z-index: 9;
    font-size: 18px;
    font-weight: 500;
}
section.Check_Availability:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000063;
}


.images-most-safe {
    position: relative;
    overflow: hidden;
}

.images-most-safe:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 2s infinite 2s;
    display: block;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.icon-box-wrapper .icon-text {
    line-height: 1.3;
}

a.news-link svg path {
    fill: #b07f23;
}
a.velora-hedding h2:hover {
    color: rgb(176, 127, 35);
}
.reviews-grid {
    margin-top: 25px;
}
.customers-item__info-img:after {
    content:"";
    width: 70px;
    height: 70px;
    top: -6px;
    left: -7px;
    position: absolute;
    background-color: #b07f238f;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 0;
	
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

.images_Fitness_Center:before {
     position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation: shine 2s infinite 2s;
    display: block;
} */
