/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #000;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #000;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn,
.btn.btn-default,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
    line-height: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    color: #010101;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2.1em;
    padding: 15px 35px;
    letter-spacing: 2.5px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #232323;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 60px 60px 60px 60px;
}
.btn.btn-default:hover,
.btn:hover {
    color: #ffffff;
    transform: translateY(8px);
}

/* Slider */
#slider {
  	margin-top: -90px !important;
}
.slider .sppb-col-md-3 {
    background: rgba(3, 19, 34, 0.39);
}
.slider .sppb-row > div:nth-child(2) {
    z-index: 999;
} 
@keyframes myrotate {
  0%   {transform: scale(1.02);}
  20%  {transform: scale(1.04);}
  40%  {transform: scale(1.06);}
  60%  {transform: scale(1.08);}
  80%  {transform: scale(1.06);}
  100% {transform: scale(1.03);}
}
.slider .sppb-feature-box-title {
  animation: myrotate 3s infinite;
}

/* Dirived */
.dirived {
    margin: 0 auto;
}

/* Title */
.title {
    max-width: 700px;
    margin: 0 auto;
}
.title h3 {
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 20px;
}
.title h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000;
    font-style: italic;
}
.title p {
    color: #000;
}

/* SEARCH FORM */
.about-search {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%)!important;
    padding: 30px 25px 40px 25px;
}
#sr-checkavailability-form-130 .action {
    text-align: center;
    margin-top: 30px;
}
.search-hotel {
    z-index: 2!important;
}
.search-hotel .sppb-row-container {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    padding: 10px 20px 20px;
}
.search-hotel .action .btn-block {
    padding: 13px 25px;
    color: #fff;
    margin-top: -14px;
}
.search-hotel .checkin_module,
.search-hotel .checkout_module {
    height: 50px;
    line-height: 40px;
    border-radius:  0;
}
.search-hotel .checkin_module i,
.search-hotel .checkout_module i {
    margin-top: 12px;
}
.search-hotel .search-item label {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.search-hotel .reset {
    padding: 16px 45px;
}
.search-hotel button.primary i {
    font-size: 20px;
}
fieldset .row-fluid {
    float: left;
    width: 100%;
    margin-right: 0%;
}
fieldset .row-fluid:nth-child(4) {
    clear: left;
}
fieldset .row-fluid .row-fluid {
    width: 100%;
}
#coupon_code_check {
    padding: 8px 30px;
    display: inline-block;
    margin-top: 10px;
}

/* About */
.about-right-column {
    padding: 150px 40px 40px 40px;

}
.about-right-column:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    display: inline-block;
    position: absolute;
}
.about-title h4 {
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.about-title h6 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
}

/* Locations */
.locations-colum {
    border: 1px solid;
}
.locations-colum:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.16) 36%, #000000 100%);
}
.locations-colum .title-small {
    color: #ffffff;
    font-size: 17px;
}

/* Our */
.our {
    position: relative;
}
.our:before {
    content: "";
    top: 0;
    width: 100%;
    height: 110px;
    position: absolute;
    display: inline-block;
    background: #fff;
    left: 0;
    right: 0;
}
.our-colum-img {
    min-height: 300px;
}
.our-item {
    padding: 70px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #c19b77;
    background: #FFFAF2;
    padding: 70px 20px;
}
.our-item h4 {
    font-size: 36px;
    padding: 20px 0;
    position: relative;
    margin-top: 35px;
}
.our-item h4:before,
.our-item h4:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our-item h4:after {
    top: inherit;
    bottom: 0;
}
.our-item:hover h4:before {
    transform: translateX(-15px);
}
.our-item:hover h4:after {
    transform: translateX(15px);
}

/* Discover */
.discover-column-left:after {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 0;
    width: 100%;
    height: 40%;
    margin: 0px 0px 0px 0px;
    padding: 50px 75px 25px 75px;
    background-color: transparent;
    background-image: linear-gradient(
180deg
, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}

/* Testimonial */
.quotes {
    opacity: .4;
}
.leaves {
    position: relative;
    margin-top: -20px;
}
.testimonital-social ul {
    padding-left: 0;
}
.testimonital-social ul li {
    list-style: none;
    display: inline-block;
}
.testimonital-social ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.testimonital-social ul li a:hover {
    background: #222 !important;
}
.testimonital-social ul li a em {
    font-size: 0;
}
.testimonital-social ul li a em:before {
    font-size: 20px;
    color: #fff;
    padding: 17px;
    line-height: 50px;
}

/* Together */
.together h1 span {
    line-height: 100px;
    font-size: 70px;
}

/* Offer */
.offer .sppb-row img {
    box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.offer-left {
    margin-left: -10%;
    width: 110%;
}
.offer-right {
    margin-top: 100px;
    margin-left: -70px;
    z-index: -1;
    width: 110%;
}

/* Project */
.title-content h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    color: rgb(0, 22, 89);
    letter-spacing: -2px;
    margin-bottom: 25px;
}
.title-content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(86, 89, 105);
}
.project-img img {
    height: 667px;
}
.project-img-pen {
    position: absolute;
    bottom: 48px;
    right: 20px;
}

/* Contact */
.contact-content a {
    font-size: 73px;
    font-weight: 900;
    text-decoration: underline;
    color: #fff;
    display: inline-block;
    line-height: 75px;
}

/* Images */
.images {
    background-image: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}
.images-colum .clearfix {
    float: left;
    width: 20%;
}
.images-colum .clearfix img {
    opacity: 0.75;
    filter: brightness( 99% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
}
.images-colum .clearfix:hover img {
    opacity: 1;
    cursor: pointer;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg);
}

/* Ser */
.ser-item {
    border: 1px solid;
}

/* Menu */
.menu-colum, .lt-menu-colum > .sppb-column-overlay {
    border-radius: 20px;
}
.menu-img {
    margin-top: -50px;
    margin-bottom: -50px;
    padding: 0px 50px;
}
.menu-colum .lt-menu-img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.menu-colum:hover .lt-menu-img {
    transform: translateY(8px);
}
.menu .lt-title img {
    max-width: 150px;
}
.menu-price {
    float: left;
    width: 30%;
    text-align: right;
}
.menu-content {
    width: 70%;
    float: left;
}
h4.menu-title {
    margin: 0;
    font-size: 16px;
    color: #000;
}
p.menu-text {
    color: #000;
    font-size: 15px;
}
.menu-price h2 {
    font-size: 30px;
    font-weight: 900;
    color: #c16000;
}
.menu-right {
    width: 100%;
    padding: 0px 0;
    float: left;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 21px 20px 32px 20px;
    background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}

/* Bottom */


/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
        background: #000;
	}
  	.testimonial-item .sppb-media .pull-left, .testimonial-item .sppb-media .pull-right {
    	width: 100% !important;
	}
  	.testimonial-item .sppb-media-body {
        margin: 0 0 30px 0;
        top: 0px;
        left: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	width: 100%;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .btn,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, .testimonital-social ul li a, .wizard ul li.active .badge, .room-grid .tariff-value {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.slider-title h3, .about-title h4, .title h3, .our-item h4, .contact-content i, .amenities-icon i, .ser-colum h3,
.roomtype_name h4, .roomtype_more_desc i, .asset-name h1, .asset-contact i, .availability-search h3, 
.tariff-button .tariff_type, .wizard ul li.active, div.availability-calendar table tr th {
  	color: var(--text-color) !important; 
}
.btn.btn-primary:hover, .locations-colum, .ser-item, .wizard-style .active .badge:before, .wizard-style .active .badge:after,
div.availability-calendar table tr th {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}

/* =========================================
   MEKONG HOTEL - CATEGORY BLOG
   ========================================= */

.article-list.cols-2 .article {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,.07) !important;
    transition: all .35s ease !important;
}

.article-list.cols-2 .article:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,.15) !important;
}


/* ===== ẢNH ===== */

.article-list.cols-2 .article .article-intro-image {
    float: none !important;
    width: 100% !important;
    height: 300px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.article-list.cols-2 .article .article-intro-image img {
    display: block !important;
    width: 100% !important;
    height: 300px !important;
    max-width: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: transform .6s ease !important;
}

.article-list.cols-2 .article:hover
.article-intro-image img {
    transform: scale(1.06) !important;
}


/* ===== TIÊU ĐỀ ===== */

.article-list.cols-2 .article .article-header {
    margin: 0 !important;
    padding: 20px 22px 5px !important;
}

.article-list.cols-2 .article .article-header h2,
.article-list.cols-2 .article .article-header h3 {
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.article-list.cols-2 .article .article-header a {
    color: #333 !important;
    text-decoration: none !important;
}

.article-list.cols-2 .article:hover
.article-header a {
    color: #a9854f !important;
}


/* ===== ẨN MÔ TẢ ===== */

.article-list.cols-2 .article .article-introtext {
    display: none !important;
}


/* ===== ẨN NGÀY / TÁC GIẢ / HITS ===== */

.article-list.cols-2 .article .article-info {
    display: none !important;
}


/* ===== XEM THÊM ===== */

.article-list.cols-2 .article .readmore {
    margin: 5px 22px 22px !important;
}

.article-list.cols-2 .article .readmore a {
    display: inline-block !important;
    padding: 9px 20px !important;
    border: 1px solid #a9854f !important;
    color: #a9854f !important;
    background: transparent !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all .3s ease !important;
}

.article-list.cols-2 .article .readmore a:hover {
    background: #a9854f !important;
    color: #fff !important;
}


/* ===== MOBILE ===== */

@media (max-width: 767px) {

    .article-list.cols-2 .article .article-intro-image {
        height: 240px !important;
    }

    .article-list.cols-2 .article .article-intro-image img {
        height: 240px !important;
    }

    .article-list.cols-2 .article .article-header h2,
    .article-list.cols-2 .article .article-header h3 {
        font-size: 21px !important;
    }
}
/* ===================================================
   TỐI ƯU HIỆU NĂNG CHO MODULE PHÒNG NGỦ (MƯỢT 100%)
   =================================================== */

/* 1. Lưới 3 Cột */
ul.mod-articles-items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
    padding: 15px 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* 2. Khung Card Phòng Ngủ - Ép GPU xử lý mượt (will-change) */
ul.mod-articles-items > li {
    background: #ffffff !important;
	border-radius: 2px !important;
    border: 1px solid #e8dfd1 !important;
    /* Giảm bóng đổ phức tạp để tăng tốc cuộn trang */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important; 
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    
    /* BẮT BỎ: Thuộc tính kích hoạt tăng tốc phần cứng GPU */
    will-change: transform !important;
    transform: translateZ(0) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Hiệu ứng Hover nhẹ nhàng, không giật */
ul.mod-articles-items > li:hover {
    transform: translateY(-5px) translateZ(0) !important;
    border-color: #c5a059 !important;
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.2) !important;
}

/* 3. Cấu trúc Flexbox */
ul.mod-articles-items article,
ul.mod-articles-items .mod-articles-item-content {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 4. Tối ưu Khung Ảnh */
ul.mod-articles-items .mod-articles-image,
ul.mod-articles-items .article-intro-image {
    order: 1 !important;
    width: 100% !important;
    height: 210px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

ul.mod-articles-items img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    will-change: transform !important;
    transition: transform 0.4s ease !important;
}

ul.mod-articles-items > li:hover img {
    transform: scale(1.05) !important;
}

/* 5. Tiêu Đề */
ul.mod-articles-items .mod-articles-title,
ul.mod-articles-items .mod-articles-item-title,
ul.mod-articles-items h4 {
    order: 2 !important;
    padding: 15px 10px 8px 10px !important;
    margin: 0 !important;
    text-align: center !important;
}

ul.mod-articles-items .mod-articles-title a,
ul.mod-articles-items .mod-articles-item-title a,
ul.mod-articles-items h4 a {
    font-size: 1.25rem !important;
    color: #2c2c2c !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

ul.mod-articles-items > li:hover .mod-articles-title a {
    color: #c5a059 !important;
}

/* 6. Nút Readmore Căn Giữa */
ul.mod-articles-items .readmore,
ul.mod-articles-items div.readmore,
ul.mod-articles-items p.readmore {
    order: 3 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    padding: 5px 0 18px 0 !important;
    margin: 0 auto !important;
}

ul.mod-articles-items .readmore a,
ul.mod-articles-items div.readmore a,
ul.mod-articles-items p.readmore a {
    display: inline-block !important;
    padding: 6px 20px !important;
    border: 1px solid #c5a059 !important;
    border-radius: 20px !important;
    color: #c5a059 !important;
    background: transparent !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

ul.mod-articles-items > li:hover .readmore a {
    background: #c5a059 !important;
    color: #ffffff !important;
}

/* ===================================================
   BO GÓC SANG TRỌNG (14PX) + BÓNG ĐỔ NỔI BẬT
   =================================================== */

/* 1. Chia Lưới 3 Cột */
#sp-section-4 ul.mod-articles-items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    padding: 20px 0 !important;
    list-style: none !important;
}

/* 2. Khung Thẻ Card - Bo góc nhẹ 14px cực tinh tế */
#sp-section-4 ul.mod-articles-items > li {
    position: relative !important;
    background: #ffffff !important;
    border-radius: 4px !important; /* Bo góc mềm mại */
    overflow: hidden !important;
    height: 310px !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    
    will-change: transform !important;
    transform: translateZ(0) !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease !important;
}

#sp-section-4 ul.mod-articles-items article,
#sp-section-4 ul.mod-articles-items .mod-articles-item-content {
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
}

/* 3. Cắt Ảnh Xéo Nghệ Thuật */
#sp-section-4 ul.mod-articles-items .mod-articles-image,
#sp-section-4 ul.mod-articles-items .article-intro-image {
    width: 100% !important;
    height: 78% !important;
    margin: 0 !important;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%) !important;
    will-change: clip-path, height !important;
    transition: all 0.5s ease !important;
}

#sp-section-4 ul.mod-articles-items img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    will-change: transform !important;
    transition: transform 0.6s ease !important;
}

/* 4. Tiêu đề Nền Dưới */
#sp-section-4 ul.mod-articles-items .mod-articles-title,
#sp-section-4 ul.mod-articles-items .mod-articles-item-title,
#sp-section-4 ul.mod-articles-items h4,
#sp-section-4 ul.mod-articles-items h3 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 28% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px 15px 0 15px !important;
    margin: 0 !important;
    background: transparent !important;
    text-align: center !important;
    z-index: 2 !important;
}

#sp-section-4 ul.mod-articles-items .mod-articles-title a,
#sp-section-4 ul.mod-articles-items .mod-articles-item-title a,
#sp-section-4 ul.mod-articles-items h4 a {
    color: #2b2b2b !important;
    font-size: 1.25rem !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

/* 5. HIỆU ỨNG RÊ CHUỘT (HOVER & ACTIVE) */
#sp-section-4 ul.mod-articles-items > li:hover,
#sp-section-4 ul.mod-articles-items > li:active {
    background: rgba(255, 255, 255, 0.85) !important;
    border: none !important;
    transform: translateY(-8px) translateZ(0) !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15) !important;
}

#sp-section-4 ul.mod-articles-items > li:hover .mod-articles-image,
#sp-section-4 ul.mod-articles-items > li:hover .article-intro-image {
    height: 100% !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

#sp-section-4 ul.mod-articles-items > li:hover img {
    transform: scale(1.06) !important;
}

#sp-section-4 ul.mod-articles-items > li:hover .mod-articles-title a {
    color: #c5a059 !important;
}

/* 6. Phủ link bấm cho cả Card */
#sp-section-4 ul.mod-articles-items .readmore {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 3 !important;
    opacity: 0 !important;
}

#sp-section-4 ul.mod-articles-items .readmore a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}
/* ===================================================
   KHỐI TIỆN NGHI KHÁCH SẠN (JOOMLA CUSTOM MODULE)
   =================================================== */

.hotel-amenities-section {
    padding: 50px 0;
    width: 100%;
}

.amenities-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Tiêu đề Khối */
.amenities-header {
    text-align: center;
    margin-bottom: 40px;
}

.amenities-header .sub-title {
    color: #c5a059;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.amenities-header .main-title {
    color: #2a2a2a;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.amenities-header .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c5a059;
}

.amenities-header .divider::before,
.amenities-header .divider::after {
    content: "";
    height: 1px;
    width: 60px;
    background-color: #c5a059;
    margin: 0 12px;
    opacity: 0.5;
}

/* Chia Lưới 3 Cột */
.amenities-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

/* Card Tiện Nghi */
.amenity-card {
    background: #ffffff !important;
    padding: 40px 25px !important;
    border-radius: 14px !important; /* Đồng bộ bo góc 14px */
    text-align: center !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
}

/* Khung Ô chứa Icon */
.amenity-icon-box {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px auto;
    background: #fbf7ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.amenity-icon-box i {
    font-size: 2rem;
    color: #c5a059;
    transition: all 0.4s ease;
}

/* Tên tiện nghi */
.amenity-title {
    color: #2b2b2b !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    margin: 0 0 12px 0 !important;
}

/* Mô tả ngắn */
.amenity-desc {
    color: #666666 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Hiệu ứng Hover */
.amenity-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15) !important;
}

.amenity-card:hover .amenity-icon-box {
    background: #c5a059;
    transform: rotateY(360deg);
}

.amenity-card:hover .amenity-icon-box i {
    color: #ffffff;
}

/* Responsive cho Mobile & Tablet */
@media (max-width: 992px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .amenities-grid {
        grid-template-columns: 1fr !important;
    }
}
/* ===================================================
   ÉP ICON HIỂN THỊ TỪ CSS (CHỐNG JOOMLA XÓA CODE)
   =================================================== */

.amenity-icon-box::before {
    font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    font-size: 2rem !important;
    color: #c5a059 !important;
    transition: all 0.4s ease !important;
}

/* 1. Icon Dao Nĩa (Buffet) */
.amenity-icon-box.icon-buffet::before {
    content: "\f2e7" !important;
}

/* 2. Icon Bơi Lội (Hồ bơi) */
.amenity-icon-box.icon-pool::before {
    content: "\f5c5" !important;
}

/* 3. Icon Vợt/Bóng (Tennis) */
.amenity-icon-box.icon-tennis::before {
    content: "\f45d" !important; 
}

/* Đổi màu icon sang trắng khi Hover */
.amenity-card:hover .amenity-icon-box::before {
    color: #ffffff !important;
}

/*Chỉnh bài viết hội trường & sự kiện
/* Khung chứa tổng */
.specs-container {
  display: flex;
  align-items: center; /* Căn giữa theo chiều dọc */
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
}

/* KHỐI NỀN VÀNG */
.specs-box {
  background-color: #b28b43; /* Màu vàng/nâu kim loại như giao diện của bạn */
  color: #ffffff;
  padding: 40px 35px;
  flex: 0 0 45%; /* Chiếm 45% chiều rộng */
  
  /* Kỹ thuật đè lên hình ảnh */
  position: relative;
  z-index: 2; /* Nổi lên trên hình ảnh */
  margin-right: -80px; /* Đẩy lấn sang bên phải 80px đè lên hình */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* Đổ bóng nhẹ tạo chiều sâu */
}

.specs-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}

.specs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specs-list li {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.specs-list li strong {
  display: block;
  font-weight: 600;
}

.specs-list li span {
  opacity: 0.9;
}

/* KHỐI HÌNH ẢNH */
.specs-image {
  flex: 0 0 67%; /* Chiếm 80% chiều rộng */
  position: relative;
  z-index: 1; /* Nằm bên dưới khối màu vàng */
}

.specs-image img {
  width: 100%;
  height: auto;
  display: block;

}

/* XỬ LÝ MÀN HÌNH ĐIỆN THOẠI (RESPONSIVE) */
@media (max-width: 768px) {
  .specs-container {
    flex-direction: column;
  }
  
  .specs-box {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: -40px; /* Trên mobile sẽ đè lên trên theo chiều dọc */
  }
  
  .specs-image {
    flex: 0 0 100%;
    width: 100%;
  }
}
.article-details .article-header h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #2b2b2b; /* Màu chữ đen xám sang trọng */
  text-transform: uppercase; /* In hoa chữ */
  letter-spacing: 1.5px; /* Giãn khoảng cách chữ */
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-family: 'Be Vietnam', sans-serif;
}

/* Tạo đường gạch bên dưới */
.article-details .article-header h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px; /* Độ dài vạch gạch */
  height: 3px;  /* Độ dày vạch gạch */
  background-color: #b28b43; /* Màu vàng giống khối bên dưới */
  border-radius: 2px;
}
/*Tour mekong*/
:root {
  --primary-color: #0d5c3a; /* Xanh lá miệt vườn */
  --accent-color: #c59d5f;  /* Vàng kim sang trọng */
  --text-color: #2b2b2b;
  --bg-light: #f8f9fa;
}

.mekong-tour-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 30px 30px 20px;
  color: var(--text-color);
  line-height: 1.6;
}

/* Header */
.tour-header {
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.company-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 1px;
  margin: 0;
}

.main-title {
  font-size: 36px;
  color: var(--primary-color);
  margin: 5px 0 15px;
  font-weight: 800;
}

.intro-text p {
  margin-bottom: 10px;
  font-size: 16px;
}

/* Cards Tour */
.tour-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.tour-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.tour-card-header {
  margin-bottom: 15px;
}

.tour-badge {
  background: var(--primary-color);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
}

.sub-badge {
  font-size: 13px;
  color: #666;
  font-style: italic;
  display: block;
}

.tour-card h2 {
  font-size: 20px;
  color: var(--primary-color);
  margin: 0;
}

/* Các bước lộ trình Chương trình 1 */
.tour-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
}

.step-item {
  background: var(--bg-light);
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid var(--accent-color);
}

.step-num {
  font-weight: 700;
  color: var(--primary-color);
  display: block;
  margin-bottom: 5px;
}

.step-item p {
  margin: 0;
  font-size: 14px;
}

.lunch-note {
  margin-top: 15px;
  font-weight: 600;
  color: var(--primary-color);
}

.tour-warning {
  margin-top: 15px;
  padding: 10px 15px;
  background: #fff3cd;
  border-radius: 6px;
  font-size: 14px;
  color: #856404;
}

/* Footer Liên hệ */
.contact-footer {
  margin-top: 40px;
  background: var(--primary-color);
  color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.contact-info p {
  margin: 5px 0;
  font-size: 14px;
}

.contact-info a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.thank-you {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .contact-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.btn-readmore {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  background-color: #c59d5f; /* Màu vàng kim sang trọng */
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-readmore:hover {
  background-color: #a88247;
  color: #ffffff;
}
.sp-copyright a[href*="ltheme.com"],
#sp-footer .copyright a {
    display: none !important;
}
/*Che dòng ban qiuyen*/
.sp-copyright a[href*="ltheme.com"],
#sp-footer .copyright a {
    display: none !important;
}
/* Viết bài viết Buffet sáng */
.section-overlap {
  padding: 10px 0 40px 0;
  background-color: #fff;
}

.overlap-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  position: relative;
}

/* --- KHỐI MẶC ĐỊNH: Ảnh bên Trái, Chữ bên Phải --- */
.section-overlap .overlap-image {
  grid-column: 1 / 9;
  grid-row: 1;
  z-index: 1;
}

.section-overlap .overlap-border {
  grid-column: 8 / 13;
  grid-row: 1;
  z-index: 2;
  height: 85%;
  border: 1px solid #d3d3d3;
  pointer-events: none;
}

.section-overlap .overlap-content {
  grid-column: 9 / 13;
  grid-row: 1;
  z-index: 3;
  padding: 30px 30px 30px 20px;
}

/* --- KHỐI REVERSE (ZIG-ZAG): Ảnh bên Phải, Chữ bên Trái --- */
.section-overlap.reverse .overlap-image {
  grid-column: 5 / 13; /* Chuyển ảnh sang phải */
}

.section-overlap.reverse .overlap-border {
  grid-column: 1 / 6; /* Chuyển viền sang trái */
}

.section-overlap.reverse .overlap-content {
  grid-column: 1 / 5; /* Chuyển chữ sang trái */
  padding: 30px 20px 30px 30px;
}

/* --- ĐỊNH DẠNG CHUNG --- */
.overlap-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.card-title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 28px;
  line-height: 1.35;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.card-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

/* Icon & Giờ */
.time-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-top: 1px dashed #e0e0e0;
  padding-top: 15px;
}

.time-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.time-icon {
  font-size: 20px;
  color: #c5a059;
  width: 25px;
}

.time-label {
  display: block;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
}

.time-value {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
}
.back-home-container {
  max-width: 1200px;
  margin: 0px auto 30px auto;
  padding: 0 10px;
  text-align: right; /* Nút vẫn ở bên phải */
}

.btn-back-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777777;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.btn-back-home .arrow {
  font-size: 16px;
  line-height: 1;
}

/* Hiệu ứng khi rê chuột: Dịch nhẹ sang trái theo hướng mũi tên */
.btn-back-home:hover {
  color: #1a1a1a;
  transform: translateX(-4px);
}
/* Sửa form liên hệ*/
.hide-contact-title h2,
.hide-contact-title h3,
.hide-contact-title legend {
    display: none !important;
}
/* Thu gọn độ rộng form liên hệ */
.contact-form, div.contact {
    max-width: 600px !important;
    margin: 5px auto !important;
}

/* Bo góc các khung nhập liệu */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 10px 14px !important;
}

/* Đổi màu nút gửi sang màu vàng đồng sang trọng */
.contact-form button[type="submit"],
.contact-form .btn-primary {
    background-color: #c5a059 !important;
    border-color: #c5a059 !important;
    color: #fff !important;
    padding: 0px 0px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
}
/* Banner liên hệ*/
/* Khung chứa thẻ thông tin bên trái */
.contact-info-card {
  width: 100%;
  max-width: 400px; /* Độ rộng khung */
  background-color: #fbf7f4; /* Màu nền nhạt */
  border: 1px solid #eee1d5; /* Đường viền mỏng */
  padding: 16px;
  box-sizing: border-box;

}

/* Phần hình ảnh */
.contact-info-card .image-wrapper {
  position: relative;
  width: 100%;
  height: 390px; /* Chiều cao hình ảnh dọc */
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #e0c8b3; /* Viền trang trí quanh ảnh */
  padding: 5px;
  box-sizing: border-box;
}

.contact-info-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Đảm bảo hình ảnh không bị méo */
  display: block;
}

/* Phần thông tin chữ phía dưới */
.contact-details {
  color: #9e6027; /* Màu chữ vàng nâu */
  font-size: 15px;
  line-height: 1.6;
}

.contact-details h3 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.contact-details p {
  margin: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
#sp-main-body {
    padding: 20px 0 !important;
}
/* Thêm chữ Tiếng Việt bên cạnh cờ VN */
.mod-languages a[lang="vi-VN"]::after,
.sp-module-content ul.lang-inline li:first-child a::after {
    content: " Vietnam";
    color: #ccc;
    font-size: 12px;
    margin-left: 4px;
}

/* Thêm chữ Tiếng Anh bên cạnh cờ Anh */
.mod-languages a[lang="en-GB"]::after,
.sp-module-content ul.lang-inline li:last-child a::after {
    content: " English";
    color: #ccc;
    font-size: 12px;
    margin-left: 4px;
}
/* Thu nhỏ khoảng trống phía trên phần bottom/footer */
#sp-bottom {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* Thu nhỏ khoảng lề dưới của phần nội dung liền kề trước đó */
#sp-main-body, 
section[id*="sp-section-"] {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}
