#popupCenter .modal-dialog {
    max-width: inherit;
}

#popupCenter .modal-body .close {
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 2rem;
}

.bg-gold {
    background-color: #C6B275;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.setting-menu {
    position: relative;
    background-color: transparent;
}

.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background: rgba(51, 61, 71, 0.62);
    /* box-shadow: 0px 1px 20px rgb(0 0 0 / 52%); */
}

.setting-menu .col-12:first-child .menu-section > ul > li:nth-child(n+5) {
    display: none;
}

.setting-menu .col-12:last-child .menu-section > ul > li:nth-child(-n+4) {
    display: none;
}

.slider-section .item img {
    width: 100%;
    height: 49vw;
    object-fit: cover;
}

.menu-container nav.menu-section>ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.3px solid rgba(255, 255, 255, 0.42);
}

.menu-section > ul > li {
    display: block;
    flex: auto;
    text-align: center;
}

.setting-menu > .container > .row > div {
    position: static;
    margin-top: 5px;
    margin-bottom: 7px;
}

.slider-main {
    position: relative;
}

.slider-main .item.slick-slide {
    position: relative;
}

.slider-main .item.slick-slide::before {
    /* background: linear-gradient(#222d35, rgba(34, 45, 53, 0.89),rgba(51, 61, 71, 0.46), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0)); */
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99;
}

.logo-section {
    display: flex;
    justify-content: center;
}

.logo-section img {
    height: 80px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .module-book {
        float: right;
        margin: 15px 0;
    }
}

.btn-booking {
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--color-main);
    box-shadow: 2px 2px 2px 0 #333d47;
    margin-right: 5px;
    cursor: pointer;
}

.btn-booking:hover {
    background: var(--color-highlight);
    color: #fff;
}

/*danh sach hotel*/
.bk-room {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.bk-room:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
}

/*end of danh sach hotel*/
/*thu vien anh*/
.galley-title {
    padding: 30px 0px;
    background-color: rgb(175 139 70);
}

.galley-title h3 {
    padding: 0;
    /* text-align: center; */
    margin-top: 0;
    margin-bottom: 0;
    /* font-size: 16px; */
    /* color: #fff; */
    /* text-transform: uppercase; */
    /* font-weight: normal; */
}

.grid-container {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(24, 1fr);
    grid-gap: 5px;
}

.grid-item {
    position: relative;
    grid-row: span 1;
    grid-column: span 6;
}

.grid-container .grid-item:nth-child(1) {
    grid-row: span 2;
    grid-column: span 8;
}

.grid-container .grid-item:nth-child(2) {
    grid-row: span 2;
    grid-column: span 4;
}

.grid-container .grid-item:nth-child(3) {
    grid-row: span 1;
    grid-column: span 6;
}

.grid-container .grid-item:nth-child(4) {
    grid-row: span 2;
    grid-column: span 6;
}

.grid-container .grid-item:nth-child(5) {
    grid-row: span 1;
    grid-column: span 6;
}

.grid-container .grid-item:nth-child(6) {
    grid-row: span 2;
    grid-column: span 6;
}

.grid-container .grid-item:nth-child(7) {
    grid-row: span 1;
    grid-column: span 6;
}

.grid-container .grid-item:nth-child(8) {
    grid-row: span 2;
    grid-column: span 8;
}

.grid-container .grid-item:nth-child(9) {
    grid-row: span 2;
    grid-column: span 4;
}

.grid-container .grid-item:nth-child(10) {
    grid-row: span 1;
    grid-column: span 6;
}

.grid-item .image-hover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.grid-item:hover .image-hover {
    background: rgba(7, 166, 224, 0.39);
    opacity: 1;
}

.image-hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity-color .5s ease;
    -moz-transition: opacity-color .5s ease;
    transition: opacity-color .5s ease;
}

.grid-item:hover .image-hover i {
    opacity: 1;
    visibility: visible;
}

.grid-container .grid-item img {
    aspect-ratio: 16/4;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*end of thu vien anh*/
.color-white {
    color: var(--white);
}

.color-hover {
    color: var(--color-highlight) !important;
}

.color-black {
    color: #222;
}

.bg-toolbar {
    background-color: var(--light);
}

footer {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 20px;
    /* font-size: 14px; */
}

footer a {
    color: #fff;
}

footer .contact-fixed a {
    color: black;
}

footer a:hover {
    color: var(--color-second);
}

.statistical-website li {
    margin-bottom: 10px;
}

/*fan page*/
.list-fan-page a {
    font-size: 17px;
    color: #ddd;
    padding: 9px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    display: block;
    transition: .5s;
}

.list-fan-page a:hover {
    border: 1px solid var(--color-highlight);
    transform: translateY(-10px);
}

.list-fan-page a img {
    width: 24px;
    height: 24px;
    object-fit: scale-down;
    filter: brightness(0) invert(0.8);
}

/*end of fan page*/
/*about us*/
.bg-aboutUs {
    background-color: #f5f5f5;
    /*overflow: hidden;*/
}

.bg-aboutUs .row .col-12:first-child {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.aboutUs-title a {
    font-size: 23px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.text-desc {
    text-align: justify;
    font-size: 15px;
    color: #fff;
    line-height: 1.5em;
}

.bg-aboutUs .slider-section .item img {
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*end of about us*/
/*san pham slider-room*/
.slick-slider .product-rating-price, .slick-slider .product-category, .slick-slider .product-action {
    display: none;
}

.slick-slider .product-item .inner-content {
    padding: 15px 15px 15px 15px;
    text-align: center;
}

/*end of san pham slider-room*/
/*product_slider*/
.product_slider .product-item .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.product_slider .product-item .inner-content .product-title {
    padding: 10px 30px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--color-main);
    box-shadow: 2px 2px 2px 0 var(--color-main);
    color: #fff !important;
    font-weight: 600;
}

.product_slider .product-item .inner-content .product-title:hover a {
    color: var(--color-highlight);
}

/*end of product_slider*/
/*danh sach san pham*/
.product-action {
    display: none;
}

.product-item tbody {
    display: flex;
    flex-wrap: wrap;
}

.product-item tr {
    width: 50%;
}

.btn-booknow {
}

/*end of danh sach san pham*/
/*article_slider*/
.article_slider .ratio-1-1 {
    padding-top: 66.66%;
}

.article_slider .article-item, .article_slider .inner-image {
    margin-bottom: 0!important;
}

.article_slider .article-item {
    position: relative;
}

.article_slider .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.article_slider .article-entry-info, .article_slider .article-description, .article_slider .read-more {
    display: none;
}

.article_slider .article-title {
    padding: 10px 30px;
    font-size: 19px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--color-main);
    box-shadow: 2px 2px 2px 0 var(--color-main);
    color: var(--color-main);
    font-weight: 600;
    text-align: center;
    display: none;
}

.article_slider .article-item .article-title a {
    color: #fff;
}

/*end of article_slider*/
/*promotion*/
.promotion .inner-image {
    margin-bottom: 0!important;
}

.promotion .ratio-1-1 {
    padding-top: 56.25%;
}

.promotion .inner-content {
    padding: 15px;
    background-color: #f5f5f5;
}

.promotion .article-entry-info {
    display: none;
}

.promotion .article-item .article-title {
    font-size: 20px;
}

.promotion .article-item .article-description {
    font-size: 16px;
}

.promotion .read-more {
    display: block;
    text-align: end;
}

/*end of promotion*/
/*chi tiet san pham*/
table td, table th {
    padding: 1rem 0.75rem;
}

.bre-img {
    position: relative;
}

.bre-img:before {
    background: linear-gradient(#222d35, rgba(34, 45, 53, 0.89),rgba(51, 61, 71, 0.46), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0));
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
}

.product-detail-head .product-image-detail .inner-image {
    padding-top: 56.25%;
    border-radius: 0.25rem;
    overflow: hidden;
}

:not(.slick-vertical).slider-thumbs.slick-slider img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/*end of chi tiet san pham*/
/*lien he booking*/
.booking textarea {
    min-height: 96px;
}

.booking .custom-select {
    height: 40px;
}

/*end of lien he booking*/
/* @group Trip/Booking */
.title_section {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 0;
}

.iconsax {
    line-height: 1.7;
}

.divider {
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
}

.mt-custom {
    margin-top: 100px;
}

.subtitle_section {
    color: #FC9924;
    font-size: 20px;
    margin-bottom: 25px;
}

.logo svg {
    overflow: hidden;
    height: 81px;
    width: auto;
}

.logo-wrapper {
    position: absolute;
    top: 0%;
    left: 50%;
    width: calc(100% - 100px);
    transform: translate(-50%,-50%);
    margin: 0 auto;
    padding: 35px;
    background-color: var(--light);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 30%);
    /* min-height: 185px; */
}

.btn_more {
    cursor: pointer;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-text);
    background-color: var(--white);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 30%);
    padding: 20px 50px;
    text-align: center;
    display: inline-block;
    -webkit-transition: background 300ms ease, color 300ms ease;
    -moz-transition: background 300ms ease, color 300ms ease;
    -ms-transition: background 300ms ease, color 300ms ease;
    transition: background 300ms ease, color 300ms ease;
}

.btn_more:hover {
    background: var(--color-highlight);
    color: white;
}

.slick-next, .slick-prev {
    top: calc(50% - 40px);
}

/*css by thai tran*/
.box-review .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.box-review .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.box-review .no-gutters > div {
    padding-right: 15px;
    padding-left: 15px;
}

.bg-booking > div {
    background: var(--color-main) !important;
}

.bg-review > div {
    background: #FC9924 !important;
}

/*css by thai tran*/
/* @end */
/*responsive*/
.is-mobile .setting-menu {
    background: rgba(51, 61, 71, 0.62);
    padding: 5px 0px;
}

.is-mobile .entire-action-header .form-dropdown {
    top: auto;
    bottom: 136%;
    left: auto;
    right: 130%;
}

.price.suggest-price {
    display: none;
}

.toolbar-section .toolbar-item .wrap-suggestion ul li a {
    flex-direction: row;
}

.wrap-suggestion {
    margin-top: 10px;
}

.wrap-suggestion .suggest-name {
    color: var(--color-main);
    font-weight: 700;
}

.language-section img {
    width: 30px;
    height: 20px;
    object-fit: cover;
    margin-left: 10px;
}

.language-section {
    float: right;
    margin: 17px 0 17px 15px;
}

.btn-close-form i {
    transform: rotateZ(45deg);
    display: inline-block;
}

.btn-close-form {
    opacity: 1;
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 8px;
}

#popup-datphong .invalid-feedback {
    text-align: left;
}

.home-uberzen .item {
    background: #f9f4ed;
    border-radius: 10px;
    overflow: hidden;
}

.home-uberzen--description {
    padding: 10px;
}

.home-uberzen--description ul {
    padding-left: 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .datepicker {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%,-30%) !important;
    }

    .grid-container {
        grid-template-rows: repeat(8, 1fr);
        grid-template-columns: repeat(12, 1fr);
    }

    .grid-container .grid-item:nth-child(1) {
        grid-row: span 2;
        grid-column: span 8;
    }

    .grid-container .grid-item:nth-child(2) {
        grid-row: span 2;
        grid-column: span 4;
    }

    .grid-container .grid-item:nth-child(3) {
        grid-row: span 1;
        grid-column: span 6;
    }

    .grid-container .grid-item:nth-child(4) {
        grid-row: span 2;
        grid-column: span 6;
    }

    .grid-container .grid-item:nth-child(5) {
        grid-row: span 1;
        grid-column: span 6;
    }

    .grid-container .grid-item:nth-child(6) {
        grid-row: span 2;
        grid-column: span 6;
    }

    .grid-container .grid-item:nth-child(7) {
        grid-row: span 1;
        grid-column: span 6;
    }

    .grid-container .grid-item:nth-child(8) {
        grid-row: span 1;
        grid-column: span 6;
    }

    .grid-container .grid-item:nth-child(9) {
        grid-row: span 2;
        grid-column: span 4;
    }

    .grid-container .grid-item:nth-child(10) {
        grid-row: span 2;
        grid-column: span 8;
    }

    /*.grid-item {*/
    /*    display: none;*/
    /*}*/
    /*.grid-item:nth-child(-n+4) {*/
    /*    display: block;*/
    /*}*/
    .logo-section img {
        height: 60px;
    }

    .logo svg {
        overflow: hidden;
        height: 46px;
        width: auto;
    }

    .subtitle_section {
        margin-bottom: 0px;
    }

    .slider-section .item img {
        width: 100%;
        height: 81vw;
        object-fit: cover;
        max-height: max-content;
    }
}

@media (min-width: 768px) {
    .list_article .row .col-12:nth-child(even) .article-item, .row .col-12:nth-child(even) .product-item {
        flex-direction: row-reverse !important;
    }

    .w-md-75 {
        width: 75%!important;
    }
}

@media (min-width: 992px) {
    .aboutUs-main {
        padding: 15px 70px;
    }
}

/*end of responsive*/
.content-about .article-description {
    text-align: justify;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #333;
}

.content-about a.read-more {
    border: 1px solid var(--color-second);
    padding: 5px 15px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

div#nh-admin-bar + header {
    margin-top: 32px;
}

.product-slider .product-item .inner-content .product-title a {
    color: #fff;
}

.list-rooms .product-item .inner-content .product-title a {
    color: #333;
}

.article_slider {
    overflow: hidden;
}

.list-rooms .title-section {
    color: #333;
}

.list-rooms .text-slogan {
    color: #333333d1;
    font-size: 15px;
}

.bk-room .title-section {
    color: #333;
}

.product_slider .product-item .inner-content .product-title a {
    color: #fff;
}

.article-restaurant {
    margin-bottom: 15px;
    background: #fff;
}

.article-restaurant-img {
    margin-bottom: 15px;
}

.article-restaurant-info {
    padding: 0px 15px 15px 15px;
}

.restaurant-info-title h4 {
    font-size: 18px;
}

.restaurant-info-title h4 a {
    color: #9f7f54;
}

.article-restaurant-description p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #9f7f54;
}

.article-restaurant-description {
    margin-bottom: 15px;
}

.read-more-restaurant {
    position: relative;
    background: #9f7f54;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    min-width: 180px;
    display: inline!important;
    padding: 10px 50px;
}

.read-more-restaurant:hover {
    color: #fff;
}

.read-more-restaurant:before {
    content: '';
    position: absolute;
    border: 4px solid #9f7f54;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition-duration: .3s;
    transition-property: top,right,bottom,left;
}

.read-more-restaurant:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.featured-media {
    display: none;
}

.product-description, .product-description p, .product-description p span {
    font-family: "Roboto", sans-serif !important;
}

.is-mobile .menu-container nav.menu-section>ul {
    margin-bottom: 30px;
}

#popupCenter .modal-content {
    display: table;
    width: auto;
    margin: 0 auto;
}

@media (max-width: 992px) {
    html, body {
        overflow-x: hidden;
    }

    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-section img {
        height: 40px;
    }

    header {
        background: rgba(51, 61, 71, 0.62);
    }

    .btn-menu-mobile i {
        line-height: 1;
    }
}

@media (min-width: 992px) {
    .view-about {
        padding: 30px 50px 30px 50px;
        margin: 0px 0px !important;
    }

    .content-about .article-description {
        font-size: 16px;
    }

    .list-rooms .text-slogan {
        font-size: 15px;
    }

    .article-restaurant {
        margin-bottom: 30px;
    }

    .article-restaurant-img {
        margin-bottom: 15px;
    }

    .restaurant-info-title h4 {
        font-size: 20px;
    }

    .article-restaurant-description p {
        margin-bottom: 5px;
        font-size: 15px;
    }
}

.play-video {
    object-fit: cover;
    position: relative;
    width: 100%;
    padding-bottom: 56.4%;
}

.play-video .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-video video {
    width: 100%;
}
.content-about a.read-more:hover {
    background: var(--color-second);
    color: white;
}
.btn-second {
    background-color: transparent;
    border: 1px solid var(--color-second);
    color: var(--color-second);
    text-align: center;
    border-radius: 5px;
    padding: 0 25px !important;
    height: 36px;
    line-height: 36px !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-second:hover{
    background-color: var(--color-second);
    color: var(--white);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}