.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: #2f1f1d;
    /*background: rgba(51, 61, 71, 0.62);*/
    /* box-shadow: 0px 1px 20px rgb(0 0 0 / 52%); */
}
.innnr-wrp .view-product{
    background: var(--color-main);
    color: white;
    padding: 8px 10px;
    display: inline-block;
    /*
    -moz-box-shadow: 3px 4px 0px 0px var(--color-highlight);
    -webkit-box-shadow: 3px 4px 0px 0px var(--color-highlight);
    box-shadow: 3px 4px 0px 0px var(--color-highlight);
    */
        font-weight: 700;
    text-decoration: auto;
    text-transform: uppercase;
}
.entire-content .inner-title{
    bottom: 300px;
    display: inline-block;
    padding: 10px;
}
.is-mobile .entire-content .inner-title{
    bottom: 160px;
    display: inline-block;
    padding: 10px;
}
/*
.is-mobile table td, .is-mobile table th {
  padding: 1rem 0rem;
}
*/
.spa .entire-content .inner-title {
    bottom: 300px;
    display: inline-block;
    padding: 10px;
}
.is-mobile .spa .entire-content .inner-title {
    bottom: 160px;
    display: inline-block;
    padding: 10px;
}
.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;
}

.category {
    border: 1px solid #d9d0d0;
    border-radius: 10px;
}

.category .title-section-1 {
    background: #412613;
    padding: 13px;
    border-radius: 5px;
    color: white;
}

.category .category_content {
    text-align: center;
}

.category .category_content .article-description-name {
    color: white;
    background: #412613;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    padding: 5px;
}

.category .categories-section {
    padding: 10px;
}

.category .categories-section li {
    border-bottom: 1px solid #e7e7e7;
}

.category .categories-section li:last-child {
    border-bottom: none;
}

.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 {
    /*border-radius: 50%;*/
    box-shadow: 0.375em 0.375em 0 0 rgb(15 28 63 / 13%);
    height: auto;
    width: 150px;
}

.is-mobile .logo-section img {
    width: 80px;
}
@media (min-width: 992px) {
    .module-book {
        float: right;
        margin: 15px 0;
    }
}

.btn-book {
    background: #2f1f1d;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.72);
}
.btn-book:hover{
    background: #2f1f1d;
    color: #f0f0f0;
}

.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: #076eb9;
    box-shadow: 2px 2px 2px 0 #333d47;
    margin-right: 5px;
}

/*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: rgba(0, 0, 0, 0.62);
}

/*end of danh sach hotel*/
/*thu vien anh*/
.galley-title {
    padding: 30px 0px;
    background-color: #333d47e3;
}

.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-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: #2f1f1d;
    color: #cacdd1;
    line-height: 20px;
    font-size: 14px;
}

footer a {
    color: var(--gray);
}

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

.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: #333d47;
    overflow: hidden;
}

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

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

.text-desc {
    text-align: justify;
    font-size: 15px;
    color: #000;
    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: 20px;
    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: #333d47;
    box-shadow: 2px 2px 2px 0 #333d47;
    color: #076eb9;
    font-weight: 600;
}

.product-connect {
    /*
    background: var(--color-main);
    color: white;
    padding: 8px 10px;
    */
    display: inline-block;
    /*
    -moz-box-shadow: 3px 4px 0px 0px var(--color-highlight);
    -webkit-box-shadow: 3px 4px 0px 0px var(--color-highlight);
    box-shadow: 3px 4px 0px 0px var(--color-highlight);
    */
    text-align: center;
}

.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: 15px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #333d47;
    box-shadow: 2px 2px 2px 0 #333d47;
    color: #076eb9;
    font-weight: 600;
}

/*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: var(--white);
}

.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: #C6B275;
    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: #283e54;
    color: white;
}

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

/* @end */
/*responsive*/
.is-mobile .setting-menu {
    /*background: #2f1f1d82  !important;*/
    background: #2f1f1d;
    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;
}

.product .product-item {
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    background: #fff;
    padding: 10px;
}

.link-cate .title-name {
    font-size: 20px;
}

.product-item .inner-content .product-connect a{
    color: white;
}
.product-item .inner-content >h4>a{
    color: black;
    font-weight: 700;
}

.product-content .view-product {
    background: var(--color-main);
    color: white;
    padding: 8px 10px;
    display: inline-block;
    
    -moz-box-shadow: 3px 4px 0px 0px var(--color-highlight);
    -webkit-box-shadow: 3px 4px 0px 0px var(--color-highlight);
    box-shadow: 3px 4px 0px 0px var(--color-highlight);
}

.product-content .view-product:hover {
    -moz-box-shadow: 3px 4px 0px 0px var(--color-main);
    -webkit-box-shadow: 3px 4px 0px 0px var(--color-main);
    box-shadow: 3px 4px 0px 0px var(--color-main);
    background: var(--color-highlight);
}

 .bt_booking {
font-size: 16px;
font-weight: 600;
margin: 20px 0;
background: #ff3d54;
color: #fff;
padding: 6px 20px;
}

.link-cate .title-view, .product-item .inner-content .view-menu {
    background: var(--color-main);
    color: white;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 5px;
    /*
    -moz-box-shadow: 3px 4px 0px 0px var(--color-highlight);
    -webkit-box-shadow: 3px 4px 0px 0px var(--color-highlight);
    box-shadow: 3px 4px 0px 0px var(--color-highlight);
    */
}

.link-cate .title-view, .product-item .inner-content .view-menu:hover {
   
}
.ratio-custom {
    padding-top: 66.66%;
}
/* 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;
    }
    .ratio-custom {
        padding-top: 66.66%;
    }
}

@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*/
