/*
Theme Name: Web Khoi Nghiep
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Load Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* Font chữ chính - không ép icon */
html,
body,
p,
a,
div,
li,
ul,
ol,
button,
input,
textarea,
select,
label,
td,
th {
    font-family: "Inter", Arial, sans-serif !important;
}

/* Font tiêu đề */
h1, h2, h3, h4, h5, h6,
.heading-font,
.section-title,
.section-title-main,
.entry-title,
.page-title,
.product-title,
.product-title a,
.shop-page-title,
.nav > li > a,
.header-nav a,
.menu-item a {
    font-family: "Inter", Arial, sans-serif !important;
}

/* Trả lại font icon cho Flatsome */
i[class^="icon-"],
i[class*=" icon-"],
.icon,
.icon-search,
.icon-phone,
.icon-clock,
.icon-map-pin,
.icon-star,
.icon-heart,
.icon-shopping-cart,
.ux-icon,
[class^="icon-"],
[class*=" icon-"] {
 
    font-style: normal !important;
    font-weight: normal !important;
}

/* Nếu có dùng Font Awesome thì giữ lại */


i.fa{
    padding-right: 3px;
}
.icon-box:hover h5{
    color: #e7007e;
}
.row-tien{
        position: absolute;
    right: 8px;
    bottom: 19px;
}

p.p-xuat-phat{
    font-size: 13px;
    padding: 5px 12px;
    background-color: rgba(0,0,0,.5);
    color: white;
    position: absolute;
    top: -30px;
    left: 0px;
}
.mh-tour-day {
    position: relative;
    padding-left: 30px;
}
.mh-tour-day::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    bottom: 0;
    border-left: solid 1px rgba(0,0,0,0.05);
}
.mh-list-day .mh-head-day {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 0 15px;
    cursor: pointer;
}
.mh-list-day .mh-head-day::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: solid 1px var(--primary-color);
    top: 3px;
    left: -22px;
}
.mh-list-day .mh-head-day span {
    color: var(--primary-color);
    text-transform: uppercase;
}
.mh-list-day .mh-head-day::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: var(--primary-color);
    top: 7px;
    left: -18px;
}
.section-icon .icon-box-text h4{
    font-size: 16px;
    margin-bottom: 0px;
    color: white;
}
.section-icon .icon-box-text p{
        font-size: 12px;
          color: white;
}
.section-icon .icon-box-img .icon svg{
    color: white;

}
.section-icon .box-hong{
        background: #E45397;
  padding: 12px;
    border-radius: 5px;
}
.section-icon .box-xanh{
        background: #1E66B2;
    padding: 12px;
    border-radius: 5px;
}
.section-icon .box-cam{
        background: #DD8339;
 padding: 12px;
    border-radius: 5px;
}
.section-icon .box-xanh-nhat{
        background: #309ABB;
 padding: 12px;
    border-radius: 5px;
}
.searchform-wrapper:not(.form-flat) .submit-button, .widget_search .submit-button {
    border-bottom-left-radius: 7px !important;
    border-top-left-radius: 7px !important;
}
h3.title-home{
        text-transform: uppercase;
    font-size: 30px;
    color: #f99b1c;
    font-weight: 400;
    text-align: center;
}
.div-dat-phong {
    padding: 0px 10px;
}
.entry-content{
    padding-top: 0px;
}
.lightbox-by-id{
    padding:30px !important;
}
.p-dat-phong {
    text-transform: uppercase;
    background: #2D9AD9;
    color: white;
    padding: 5px !important;
    margin-bottom: 10px !important;
}
.related h3.product-section-title {
        color: #faab3b;
    margin-left: 0px;
    font-size: 26px;
}
.footer .widget-title{
    display: block;
    font-size: 19px;
    /* padding-bottom: 20px; */
    color: #faab3b;
    margin-bottom: 14px;
}
/* .product-small.box {
    border: 1px solid #e5e5e5;
} */
.a-dat-tour{
        display: block;
    width: 100%;
    background: #efe91f;
    text-align: center;
    text-transform: uppercase;
    color: black;
    text-transform: uppercase;
    padding: 10px;
    margin: 16px 0px;
}
.a-dat-tour:hover{
    color: white;
}
.price-wrapper{
    display: none;
}
.tour,.tour .row{
    margin-left: 0px !important;
    margin-right: 0px !important
}

.box-title h3:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #b94300;
    left: -5px;
    position: absolute;
}
.box-title h3:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #b94300;
    right: -5px;
    position: absolute;
}
 .box-title h3 {
    font-weight: 700 !important;
    display: inline-block;
    position: relative;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    background-color: #ff5c00;
    color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.row-tien{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.xem-them-ux-product:hover{
    color: white;   
}
.stars a{
    font-family: 'fl-icons' !important;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}
.section-title-normal span{
border-bottom: none;
}
h3.section-title-normal{
        color: rgb(27, 68, 142);
}
.section-footer .row-footer{
    border-top: 3px solid rgb(237, 0, 128);
    padding-top: 13px;
}
.section-footer .widget {
    padding-left: 0px;
    padding-right: 0px;
}
.section-footer h3{
        color: rgb(237, 0, 128);
    font-size: 15px;
}
.section-footer p,.section-footer li a{
    font-size: 14px;
    margin-bottom: 4px;
}
.section-footer li a{
    padding: 2px 0px !important;
}
.div-no-padding{
    padding-bottom: 0px !important;
}
.product-small .box-text .product-title{
/*     background: #E5E5E5; */
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 10px !important;
        height: 68px;
    font-weight: bold;
}
.product-small .box-text .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 1.4; 
    max-height: calc(1.4em * 2); 
}
.woocommerce-tabs .tab-panels{
        border: 1px solid #ddd;
    padding: 15px;
}
.product-small .box-text{
    padding-left: 10px;
    padding-right: 10px;
}
/*Menu */
.title-comm {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    background-color: #fff;
    text-align: center;
}

h3.title-comm:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-top: 2px solid #d0d2d3;
    z-index: 1;
    display: block;
}

.title-comm .title-holder {
   
    height: 45px;
    background-color: #56bbe7;
    height: auto;
    line-height: 45px;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    min-width: 188px;
}

.title-holder:before {
    content: "";
    position: absolute;
    right: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #5c9efe transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #56bbe7;
}

.title-holder:after {
    content: "";
    position: absolute;
    left: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #5c9efe transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #56bbe7;
}
/*end Menu*/
.category_box ul li::before {
    font-family: FontAwesome;
    content: "\f041";
    padding-right: 5px;
    color: #1D9E74;

}
.footer .textwidget p{
    margin-bottom: 0px;
}
.news_letter_bg {
    width: 229px;
    height: 208px;
    background: url(images/email_bg.png) center center;
    position: absolute;
    top: -189px;
    right: -68px;
    z-index: 9;
}
.row-dang-ky  {
    padding: 23px;
    background: #32B3CC;
    margin-bottom: 30px;
}
.news_letter_title,.news_letter_description{
    color: white;
}
.news_letter_title{
    font-size: 25px;
    color: white;
/*     font-family: 'Pacifico', cursive */

}
.row-dang-ky .wpcf7-email{

    float: left;
    width: 68%;
}
.row-dang-ky .wpcf7-submit{
    background: #FF9729!important;
    float: right;
}
.footer .textwidget .p-hotline-footer{
    font-weight: bold;
    color: #FFFF15;
    margin-bottom: 0px;
}
.back-to-top{
    bottom: 57px !important
}
.social-icons a{
    border-radius: 0px !important;
}
.post-item .box-text .post-title {
    min-height: 42px;
}
.category-page-row .product-small .product-small {
    border-bottom: solid 1px #ddd;
}
.box-overlay .box-image{
    border-radius: 10px;
}
.box-overlay .box-text{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.product-small .box-image img{
     
}
.hotline-header{
        font-size: 15px;
    color: #ff9729;
    border: solid 2px #ff9729;
    border-radius: 3px;

    margin-top: 15px;

    line-height: -11px;
    padding: 9px;
}
.header-block-block-1 .icon-box-img{
    margin-bottom: 10px;
}
.header-block-block-1 .p-header{
    color: #32B3CC
}
.header-block-block-1 .col{
    padding-bottom: 0px;
}
.div-san-pham-list .box-vertical{
    border-bottom: solid 1px #ddd;
    padding: 5px 0px;
}

.div-san-pham-list{
    line-height: 1.1 !important
}
b, strong{
    font-weight: bold !important;
}
.post-sidebar{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.post-sidebar #text-4{
    background: #2D9AD9;
    padding: 10px;
}
.post-sidebar #text-4 p{
    color: white !important;
}
.div-san-pham-list .col{
    padding-bottom: 0px !important
}
.gia-giam-ux-product{
        color: #00a1c0;
    font-size: 16px;
    font-weight: bold;
}
.gia-goc-ux-product{
text-decoration: line-through;
}
.xem-them-ux-product{
    
text-transform: uppercase;
    line-height: 16px !important;
    color: #fff;
    background-color: #ed0080;
    padding: 8px 17px;
    border-radius: 5px

}
.box-overlay .box-text{
        background: rgba(0, 0, 0, 0.35);
}
.gia-overlay{
      padding-left: 10px;
    color:  #F6AC0B!important;

    border-radius: 5px;
    /* text-align: center; */
    /* margin: 0px 15px; */
    font-size: 18px;
/*     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-weight: 600;
    /* float: right; */
    /* padding: 0px 31px; */

}
.div-khuyen-mai{
    z-index: 1;
        content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(images/label_khuyenmai.png) no-repeat center center;
    left: -6px;
    top: -6px;
    background-size: 100%;
}
.badge-container{
    display: none
}
ul.so-sao .star .active {
    color: #f1c40f;
}
.product-small ul.so-sao .star span {
    font-size: 17px !important
}
ul.so-sao .star span {
    font-size: 20px;
}
ul.so-sao{
    margin-bottom: 0px;
}
.form-tu-van .form-goi-lai p{
    font-size: 14px;
    color: white !important;
}
.form-goi-lai p{
    padding: 5px 0px;
    color: black !important
}
.form-goi-lai .wpcf7-submit{
    width: 100%;
    background: #ff9729 !important;
    color: #fff;
}
.form-tu-van .wpcf7-response-output{
    padding: 10px;
    color: white;
        border: 2px solid #ff9729 !important;
}
.tour_box_gif {
 position: absolute;
    right: 22px;
    width: 30px;
    height: 30px;
    background: url(images/gift-icon.png) no-repeat center center;
    /* float: right; */
    /* margin-bottom: 25px; */
    top: 0px;
}
.WOOF_Widget{
    text-align: center;
        width: 100%;
    border: solid 2px #d0c9c7;
    border-radius: 5px;
    margin-top: 30px;
    padding: 12px;
    margin-bottom: 15px;
}
.chosen-container {
    width: 100% !important;
}
.woof_sid_widget {
    text-align: left !important; 
    padding-top: 10px;
}
span.amount {
    white-space: nowrap;
    color: #00c0c0;
    font-weight: bold;
}
.div-san-pham-list .product-title{
    font-weight: bold;
    color: #333
}

/*CSS Phần Tab chi tiết sản phẩm*/
.product-footer .woocommerce-tabs {
border-top: none;
}

.nav-line>li>a:before{
    display: none
}
.nav-line>li>a{
    border-radius: 5px;
        background: #00a1c0;
    color: white;
    padding: 7px 10px;
     margin-bottom: 5px;
}
.nav-line>li.active a{

        border-radius: 5px;
        color: white;
        background: #2D9AD9 !important;
}
.nav-line>li a:hover{
        border-radius: 5px;
     color: white;
    background: #2D9AD9 !important;
}
.woocommerce-tabs ul.product-tabs{
    margin-bottom: 20px;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #aaa;
}



/*Hết phần css tab chi tiết sản phẩm*/
.a-dat-phong{
      padding: 7px 18px;
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
    border-radius: 5px;
}
.a-dat-phong:hover{
       color: #fff;
    background-color: #d58512;
    border-color: #985f0d;

}
.tour .gia-goc{
        text-decoration: line-through;
}
.tour .gia-giam{
        font-weight: bold;
    color: #00c0c0;
    font-size: 20px;
}
.flex-right ul li a{
	text-transform: initial !important;
	    font-size: 18px;
}

h2.yikes-custom-woo-tab-title{
    display: none;
}
.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.product-title{
   font-size: 22px !important;
    color: #003B67;
    text-align: center
}
/*Kết thúc màu sắc*/
.row-footer .wpcf7-email{
    width: 74%;
    float: left;
}
.row-footer .wpcf7-submit{
    color: white;
}

p.hotline{
   font-size: 16px; 
}
p.hotline .span-hl{
    color: #ff6 !important;
    font-size: 18px;
    font-weight: bold;
}
footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}


.home_product_box_title {
    height: 48px;
    background: #eeeeee;
    line-height: 48px;
    margin-bottom: 20px;
    padding-left: 13px;
}
.home_product_box_title_left {
    padding: 0px 15px;
    color: #fff;
    font-size: 20px;
    background: #00a1c0;
    box-shadow: 0px 0px 5px 1px #ddd;
    float: left;
/*     font-family: "Pacifico-Regular"; */
    position: relative;
}
.home_product_box_title_left:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 59px;
    background: url(images/title_before.png) no-repeat;
    top: -1px;
    left: -24px;
}
.dia-chi-cat,.p-cat{
    font-size: 14px;
}
.category-nut-dat{
    float: right;
}
.category-nut-dat a{
padding: 7px 18px;
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
    border-radius: 5px;
}
.home_product_box_title_left a {
/*     
        font-family: 'Pacifico', cursive; */
    color: #fff;
    text-decoration: none;
}
.home_product_box_title_left a br{
    display: none
}
.home_product_box_title_right br{
    display: none
}
.home_product_box_title_left:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 59px;
    background: url(images/title_after.png) no-repeat;
    top: -10px;
    right: -24px;
}
.home_product_box_title_right {
    float: right;
    padding-right: 20px;
}

.single-product .price-wrapper{
    display: none
}
.is-divider{
    display: none
}
.thong-tin-chung .tour{
    margin-left: 0px  !important;
    margin-right: 0px !important;
}
.thong-tin-chung .tour p{
    margin-bottom: 5px;
}
.row-divided>.col+.col:not(.large-12){
    border-left: none;
}
.form-tu-van .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.form-tu-van{
    padding: 20px 30px;
    background:#E7007E;
  
    color: #fff;
   
}
h3.title-tab{
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
    padding-top: 10px;
    color: #003B67;
}
.div-scrolling h4{
    font-size: 16px;
    border-bottom: 1px solid white;
}
.div-scrolling{
    background: #F3F3F3;
    padding: 10px;
}
.form-tu-van h3{
/*     font-family: 'Pacifico', cursive; */
    text-align: center;
    color: white;
    font-size: 24px;
}
.thong-tin-chung .product-info{
        padding: 10px 0px;
    padding-bottom: 10px;

}
.thong-tin-chung .product-info h1{
        color: #0ba5c2;
}
.product-title a{
       color: #0c4999;
          font-size: 16px;
}
.header-sp {
    text-align: left;
    height: 50px;
    margin-top: 3px;
    color: #333;
    position: relative;
    padding-left: 40px;
}
.header-sp h4 {
    font-size: 15px;
    margin: 0;
    color: #faab3b;
    font-size: 19px;
}
.header-sp h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.header-sp:before {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    background: #faab3b;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 8px;
}
.gia-form-tu-van{
    

   
    text-align: center;
    margin: 10px auto;
    font-size: 25px;
    border: solid 1px #ddd;  

}
.form-tu-van p{
    margin-bottom: 4px !important;
}
@media(max-width: 1025px){
.html_topbar_left{
    display: none !important
}
}
@media(min-width: 1023px){
   
    .row-dang-ky .wpcf7{
            margin-top: 58px;
    }
}
@media(max-width: 321px){
    .row-dang-ky .wpcf7-email{
        width: 100% !important;

    }
    .row-dang-ky .wpcf7-submit{
        float: none !important;
    }

}
@media(min-width: 321px) and (max-width: 481px){
    .div-san-pham-list .product-small{
        border-radius: 10px;
    border: 1px solid #ededed !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    }
 .row-dang-ky .wpcf7-email{
        width: 59% !important;

    }
   

}
@media(max-width: 767px){
    .mfp-container{
        padding: 15px;
    }
    .row-dat-phong input{
        margin-bottom: 2px;
    }
}
@media(max-width: 855px){
    #footer{
        z-index: 9999999;
    }
    .product-thumbnails .col{
            max-width: 25% !important;
    -ms-flex-preferred-size: 25% !;
    flex-basis: 25% !important;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}




#header .header-main,
#header #masthead {
    height: 60px !important;
    min-height: 60px !important;
}
#header .header-inner {
    height: 60px !important;
    min-height: 60px !important;
    align-items: center !important;
}
#header #logo img {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
/*top*/
.top-mini-contact {
    display: flex;
    align-items: center;
    gap: 22px;
    height: 36px;
    padding: 0 14px;
/*     font-weight: 700; */
}

.top-mini-contact a {
    color: #ffb000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.top-mini-contact a:hover {
    color: #ffd36b;
}

.top-mini-contact i {
    font-size: 13px;
}
.banner-tc img.attachment-large.size-large {
    border-radius: 10px;
}

/* tìm kiếm  banner */

.tim-kiem-123 {
    position: relative;
    z-index: 30;
    margin-top: -3.7% !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .tim-kiem-123 {
        margin-top: -5.5% !important;
    }
}

.tim-kiem-123 .searchform-wrapper {

       max-width: 50%;
    margin: 0 auto !important;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}





/* Flex */
.tim-kiem-123 .searchform .flex-row {
    position: relative;
    align-items: center;
}

.tim-kiem-123 .search-field {
 
    border-radius: 30px !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 130px 0 40px !important;
    font-size: 13px;
}

.tim-kiem-123 .flex-grow {
    position: relative;
}

.tim-kiem-123 .flex-grow:before {
    content: "\f3c5"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #003B67;
    font-size: 14px;
    z-index: 2;
}

.tim-kiem-123 .ux-search-submit {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    
    height: 32px !important;
    line-height: 32px !important;
    border-radius: 20px !important;
    
    background: #f5a400 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 16px !important;
    
    font-size: 12px;
    font-weight: 600;
    
    z-index: 3;
}

.tim-kiem-123 .ux-search-submit i {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}


.tim-kiem-123 .ux-search-submit:hover {
    background: #e69500 !important;
}

.tim-kiem-123 input:focus {
    border: none !important;
    box-shadow: none !important;
}
.tim-kiem-123 .ux-search-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 7px !important;
    background: #f5a400 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 18px !important;
    min-width: 95px;
    z-index: 5;
}


.tim-kiem-123 .ux-search-submit:after {
    content: "Tìm tour";
    font-size: 12px;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 549px) {
    .tim-kiem-123 {
        margin-top: -30px !important;
    }

    .tim-kiem-123 .searchform-wrapper {
        max-width: calc(100% - 20px);
        padding: 8px;
    }

    .tim-kiem-123 .search-field {
        height: 38px !important;
        padding: 0 110px 0 36px !important;
        font-size: 12px;
    }

    .tim-kiem-123 .ux-search-submit {
        height: 30px !important;
        line-height: 30px !important;
        padding: 0 12px !important;
        font-size: 11px;
    }
}
/*kinh nghiệm*/
.kinh-nghiem h2, .kinh-nghiem {
    color: #003B67;
}

/*TOUR XU HƯỚNG*/
.nxg-tour-hot-heading {
    color: #fff;

    font-weight: 600;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
/*CÁC tOUR*/
.nxg-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.nxg-title-left {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;

    font-weight: 600;
    color: #0c4a73;
	    width: 80%;
}

.nxg-title-left i {
    color: #f5a400;
}

.nxg-title-more:hover {
    color: #f5a400;
}

/* =====  TOUR TRANG CHỦ ===== */


/* Card */
.tour-trangchu .product-small .col-inner {
    height: 100%;
}

.tour-trangchu .product-small .box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.10);
    height: 100%;
}

.tour-trangchu .box-image {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

/* Nút slider */

.tour-trangchu .flickity-button {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.tour-trangchu .flickity-button-icon {
    fill: #9ca3af !important; 
}


.tour-trangchu .slider-nav-circle .flickity-prev-next-button .arrow, 
.tour-trangchu .slider-nav-circle .flickity-prev-next-button svg {
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 49%);
}

.tour-trangchu .flickity-button:hover .flickity-button-icon {
    fill: #fff !important;
}



/* Mobile */
@media (max-width: 549px) {
    .tour-trangchu .nxg-title-row {
        margin-bottom: 16px;
    }

    .tour-trangchu .nxg-title-left {
        font-size: 20px;
    }

    .tour-trangchu .box-image img {
        height: 210px;
    }
}

/*ha giang*/
.gia-goc-loop {
    font-size: 11px;
    color: #9aa0a6;
    text-decoration: line-through;
    margin: 0;
    text-align: right;
    line-height: 1.2;
}

.gia-giam-loop {
    font-size: 16px;
    font-weight: 700;
    color: #f59b00;
    margin: 0;
    text-align: right;
    line-height: 1.3;
}
/*sao*/
.tour-rating-line {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
	border-bottom: 1px solid #E5E5E5;
	    margin-bottom: 5px;
    padding-bottom: 5px;
}

.tour-star {
    color: #f5a400;
}

.tour-rating {
    color: #555;
    font-weight: 500;
}

.tour-review,
.tour-booked,
.tour-sep {
    color: #999;
}
.title-wrapper i {
    color: #003B67;
}

/**/
/* CARD */
.product-small .col-inner {
    transition: all 0.3s ease;

}


.product-small:hover .col-inner {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.product-small .box-image img {
    transition: all 0.4s ease;
}

.product-small:hover .box-image img {
    transform: scale(1.06);
}

.product-small .box-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: 0.3s;
}

.product-small:hover .box-image::after {
    background: rgba(0,0,0,0.08);
}

.product-small .product-title a {
    transition: 0.3s;
}

.product-small:hover .product-title a {
    color: #f59b00;
}

.product-small:hover .gia-giam-loop {
    color: #ff7a00;
}
.product-small:hover .tour-rating-line {
    transform: translateX(3px);
    transition: 0.3s;
}

/*Đánh giá*/
/* ===== PAGE REVIEW ===== */
.nxg-review-page {
    background: #f5f5f5;
    padding: 30px 0 60px;
}

.nxg-review-page-inner {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 25px;
    padding: 0 15px;
}

.nxg-breadcrumb {
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
}

.nxg-review-page h1 {
    font-size: 22px;
    color: #003b67;
    font-weight: 800;
    margin-bottom: 20px;
}

/* ITEM */
.nxg-review-list-item {
    display: grid;
    grid-template-columns: 90px 1fr 110px;
    gap: 16px;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    align-items: center;
    transition: all .3s ease;
}

.nxg-review-list-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

/* AVATAR */
.nxg-review-list-avatar img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.nxg-review-list-stars {
    text-align: center;
    color: #ffae00;
    font-size: 11px;
    margin-top: 6px;
}

/* CONTENT */
.nxg-review-list-content h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #222;
}

.nxg-review-list-content p {
    font-size: 13px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 6px;
}

.nxg-review-list-content strong {
    font-size: 12px;
    color: #111;
}

.nxg-review-location {
    font-size: 12px;
    color: #777;
}

/* BUTTON */
.nxg-review-list-btn a {
    display: inline-block;
    background: #ffb000;
    color: #fff;
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

.nxg-review-list-btn a:hover {
    background: #f59b00;
}

/* PAGINATION */
.nxg-review-pagination {
    text-align: center;
    margin-top: 25px;
}

.nxg-review-pagination .page-numbers {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    background: #fff;
    border-radius: 4px;
}

.nxg-review-pagination .current {
    background: #ffb000;
    color: #fff;
}
/*trangchur danh gia*/

.nxg-review-home:before {
    content: "";
    position: absolute;
    left: -60px;
    top: -90px;
    width: 560px;
    height: 560px;
    background: url('/wp-content/uploads/2026/04/bg-plane.png') no-repeat center;
    background-size: contain;
    opacity: .16;
    pointer-events: none;
}

.nxg-review-home-inner {
    margin: 0 auto;
/*     padding: 0 15px; */
    position: relative;
    z-index: 2;
}

.nxg-review-home h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 26px;
}

.nxg-review-home-grid {
    display: flex;
    gap: 18px;
    overflow: hidden;
}

.nxg-review-card {
    flex: 0 0 25%;
}
.nxg-review-card {
    background: #fff;
    border-radius: 7px;
    padding: 18px 16px 14px;
    min-height: 255px;
    box-shadow: 0 7px 16px rgba(0,0,0,.18);
    transition: all .3s ease;
}

.nxg-review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(0,0,0,.25);
}

.nxg-review-stars {
    color: #ffb000;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.nxg-review-card h3 {
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
}

.nxg-review-text {
    font-size: 13px;
    line-height: 1.55;
    color: #222;
    min-height: 88px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.nxg-review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
}

.nxg-review-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.nxg-review-user strong {
    display: block;
    font-size: 12px;
    color: #111;
    line-height: 1.2;
}

.nxg-review-user p {
    margin: 3px 0 0;
    font-size: 10px;
    color: #777;
}

.nxg-review-more {
    text-align: center;
    margin-top: 42px;
}

.nxg-review-more a {
    color: #ffb000;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.nxg-review-more a:hover {
    color: #ffd36b;
}

@media (max-width: 991px) {
    .nxg-review-home-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 549px) {
    .nxg-review-home {
        padding: 35px 0;
    }

    .nxg-review-home-grid {
        grid-template-columns: 1fr;
    }

    .nxg-review-home h2 {
        font-size: 18px;
    }
}

/*thiết kế*/




.thiet-ketour .row {
    background: #00466f;
    border-radius: 14px;
    overflow: hidden;
    min-height: 250px;
    align-items: center;
    position: relative;
}


.thiet-ketour .col {
    padding: 0 !important;
    position: relative;
    z-index: 2;
}


.thiet-ketour .img-inner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,70,111,0) 35%, #00466f 100%);
    pointer-events: none;
}


.thiet-ketour h2 {
    color: #fff;
    font-size: 34px;

}

.thiet-ketour p {
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 22px;
}


/* Mobile */
@media (max-width: 767px) {
    .thiet-ketour .row {
        border-radius: 12px;
    }

    .thiet-ketour .img,
    .thiet-ketour img {
        height: 220px;
    }

    .thiet-ketour .img-inner:after {
        background: linear-gradient(180deg, rgba(0,70,111,0) 35%, #00466f 100%);
    }

    .thiet-ketour .col:last-child .col-inner {
        padding: 25px 22px 30px !important;
    }

    .thiet-ketour h2 {
        font-size: 25px;
    }

    .thiet-ketour p {
        font-size: 14px;
    }
}


.absolute-footer.light.medium-text-center.small-text-center {
    display: none;
}
/*fqa*/
/* ===== FAQ PAGE ===== */


.nxg-faq-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
}

.nxg-faq-main {
    background: #fff;
    padding: 0 0 20px;
}

.nxg-breadcrumb {
    font-size: 12px;
    color: #777;
    margin-bottom: 24px;
}

.nxg-breadcrumb a {
    color: #777;
    text-decoration: none;
}

.nxg-faq-group {
    margin-bottom: 28px;
    scroll-margin-top: 95px;
}

.nxg-faq-group h2 {
    color: #003b67;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 12px;
}

.nxg-faq-item {
   
    border: 1px solid #0d5b8c;
    border-radius: 5px;
    margin-bottom: 9px;
    overflow: hidden;
}

.nxg-faq-question {
    width: 100%;
    min-height: 36px;
    border: 0;
    background: #fff;
    color: #003b67;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    text-align: left;
}

.nxg-faq-question span {
    display: block;
}

.nxg-faq-question i {
    color: #003b67;
    font-size: 13px;
    transition: .25s ease;
}

.nxg-faq-item.active .nxg-faq-question i {
    transform: rotate(180deg);
}

.nxg-faq-answer {
    display: none;
    padding: 0 18px 14px 28px;
}

.nxg-faq-item.active .nxg-faq-answer {
    display: block;
}

.nxg-faq-answer p,
.nxg-faq-answer li {
    font-size: 13px;
    line-height: 1.55;
    color: #111;
    margin-bottom: 4px;
}

.nxg-faq-answer ul {
    margin: 0;
    padding-left: 16px;
}

/* ===== SIDEBAR ===== */
.nxg-faq-sidebar {
    position: relative;
}

.nxg-faq-toc,
.nxg-faq-contact {
	    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
}

.nxg-faq-toc {
    position: sticky;
    top: 85px;
}

.nxg-faq-toc h3,
.nxg-faq-contact h3 {
    background: #003b67;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 12px;
    margin: 0;
}

.nxg-faq-toc ul {
    list-style: none;
    padding: 8px 10px 10px;
    margin: 0;
}

.nxg-faq-toc li {
    border-bottom: 1px solid #eee;
}

.nxg-faq-toc li:last-child {
    border-bottom: 0;
}

.nxg-faq-toc a {
    display: block;
    color: #003b67;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    padding: 6px 0;
}

.nxg-faq-toc a:hover {
    color: #ffb000;
}


.nxg-faq-contact {
    padding-bottom: 14px;
}

.nxg-phone-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 14px 10px;
}

.nxg-phone-box i {
    width: 36px;
    height: 36px;
    background: #ffb000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nxg-phone-box span {
    display: block;
    font-size: 11px;
    color: #777;
}

.nxg-phone-box strong {
    color: #ffb000;
    font-size: 16px;
    font-weight: 800;
}

.nxg-faq-contact input {
    width: calc(100% - 28px);
    height: 34px;
    margin: 0 14px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    outline: none;
}

.nxg-faq-contact input:focus {
    border-color: #ffb000;
}

.nxg-contact-btn {
    display: block;
    margin: 0 14px;
    background: #ffb000;
    color: #fff;
    text-align: center;
    padding: 9px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.nxg-contact-btn:hover {
    background: #f59b00;
    color: #fff;
}

/* mobile */
@media (max-width: 991px) {
    .nxg-faq-container {
        grid-template-columns: 1fr;
    }

    .nxg-faq-toc {
        position: relative;
        top: auto;
    }
}

@media (max-width: 549px) {
    .nxg-faq-page {
        padding: 24px 0 45px;
    }

    .nxg-faq-group h2 {
        font-size: 16px;
    }

    .nxg-faq-question {
        font-size: 12px;
    }
}
/*tc*/
.nxg-faq-home {

    text-align: center;
}

.nxg-faq-home-inner {
 
    margin: 0 auto;
    padding: 0 15px;
}

.nxg-faq-home h2 {
    color: #003b67;
    font-size: 25px;
    font-weight: 800;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.nxg-faq-home-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 10px;
}

.nxg-faq-home-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b4e7a;
    border: 1px solid #0b4e7a;
    background: #fff;
    border-radius: 7px;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
    transition: all .25s ease;
}

.nxg-faq-home-item:hover {
    background: #003b67;
    color: #fff;
    transform: translateY(-2px);
}

.nxg-faq-home-item:nth-child(n+9) {
    opacity: .25;
}

.nxg-faq-home-more {
    margin-top: 32px;
}

.nxg-faq-home-more a {
    color: #003b67;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.nxg-faq-home-more i {
    color: #003b67;
    margin-left: 6px;
}

@media(max-width: 549px) {
    .nxg-faq-home h2 {
        font-size: 20px;
    }

    .nxg-faq-home-item {
        font-size: 13px;
        padding: 7px 10px;
    }
}
/*bổ sung*/
/*  MENU CHÍNH HEADER
    */

@media (min-width: 850px) {

  #header .header-main .header-inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }


  #header #logo {
    flex: 0 0 auto !important;
    margin-right: 0 !important;
    z-index: 3 !important;
  }


  #header .header-main .header-inner > .flex-left.hide-for-medium.flex-grow {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }


  #header .header-nav-main.nav-left {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    float: none !important;
  }

  #header .header-nav-main.nav-left > li {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  #header .header-nav-main .nav-top-link {
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    text-align: center !important;
  }

  #header .header-nav-main .nav-top-link,
  #header .header-nav-main .nav-top-link span {
    font-weight: 600 !important;
  }


  #header .header-main .header-inner > .flex-right.hide-for-medium {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    z-index: 3 !important;
  }
}


/*  TABLET:*/

@media (min-width: 850px) and (max-width: 1024px) {
	    #header #logo {
        flex: 0 0 auto !important;
        margin-right: 0 !important;
        z-index: 3 !important;
        width: 10%;
    }

  #header .header-main .header-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #header .header-main .header-inner > .flex-left.hide-for-medium.flex-grow {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #header .header-nav-main.nav-left {
    gap: 0 !important;
  }

  #header .header-nav-main > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 15px !important;
  }


  #header .header-main .header-inner > .flex-right.hide-for-medium {
    display: none !important;
  }
}
/*cảm ơn*/
.nxg-booking-success-page {
    background: #fff;
    min-height: 520px;
    padding: 45px 15px 80px;
    font-family: Arial, sans-serif;
}

.nxg-booking-success-container {
    max-width: 1120px;
    margin: 0 auto;
}

.nxg-booking-success-breadcrumb {
    font-size: 13px;
    color: #555;
    margin-bottom: 36px;
}

.nxg-booking-success-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.nxg-booking-success-breadcrumb strong {
    color: #004b7a;
}

.nxg-booking-success-box {
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
}

.nxg-booking-success-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #f5a000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin-bottom: 28px;
}

.nxg-booking-success-box h1 {
    color: #004b7a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 22px;
}

.nxg-booking-success-box h2 {
    color: #004b7a;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
}

.nxg-booking-success-box p {
    color: #b0b0b0;
    font-size: 14px;
    margin: 0 0 22px;
}

.nxg-booking-success-hotline {
    color: #f5a000;
    font-size: 16px;
    margin-bottom: 16px;
}

.nxg-booking-success-hotline i {
    margin-right: 5px;
}

.nxg-booking-success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 36px;
    padding: 0 16px;
    border: 1px solid #004b7a;
    border-radius: 5px;
    color: #004b7a;
    background: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.nxg-booking-success-btn:hover {
    background: #004b7a;
    color: #fff;
}
/*eand*/
#logo img
 {
/*     max-height: 92px; */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}
/* Card tour sidebar mới */
.nextgen-tour-card-sidebar {
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.16);
    max-width: 290px;
    margin: 0 auto 20px;
    position: relative;
    overflow: visible;
}

.nextgen-tour-card-image {
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 10px;
}

.nextgen-tour-card-image img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    display: block;
    border-radius: 9px;
}

.nextgen-tour-card-title {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
}

.nextgen-tour-card-title a {
    color: #003b67;
    text-decoration: none;
}

.nextgen-tour-card-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.nextgen-tour-card-old-price {
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
    margin-bottom: 3px;
}

.nextgen-tour-card-price {
    color: #ffa500;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
}

.nextgen-tour-card-price ins {
    text-decoration: none;
}

.nextgen-tour-card-price del {
    display: none;
}

.nextgen-tour-card-badge {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #ffc20e;
    color: #003b67;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
    margin-right: 7px;
}

.nextgen-tour-card-meta {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 9px;
    font-size: 11.5px;
    line-height: 1.35;
    color: #222;
}

.nextgen-tour-card-meta i {
    color: #003b67;
    font-size: 12px;
    min-width: 13px;
    margin-top: 2px;
}

.nextgen-tour-card-meta strong {
    color: #003b67;
    font-weight: 800;
}

.nextgen-tour-card-calendar ul {
    margin: 3px 0 0 18px;
    padding: 0;
}

.nextgen-tour-card-calendar li {
    margin: 0;
    padding: 0;
    font-size: 11.5px;
    line-height: 1.35;
}

.nextgen-tour-card-more {
    display: inline-block;
    margin: 3px 0 10px;
    color: #003b67;
    font-size: 11px;
    text-decoration: none;
}

.nextgen-tour-card-button {
    display: block;
    width: 100%;
    background: #ffa500;
    color: #fff !important;
    text-align: center;
    border-radius: 7px;
    padding: 11px 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.nextgen-tour-card-button:hover {
    background: #f29a00;
}


.single-product .nextgen-tour-card-sidebar {
    position: sticky;
    top: 90px;
}

@media (max-width: 849px) {
    .nextgen-tour-card-sidebar {
        max-width: 100%;
    }

    .single-product .nextgen-tour-card-sidebar {
        position: static;
        top: auto;
    }
}

/*tab*/
.nextgen-content-tabs {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 14px 0 24px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.nextgen-content-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 18px;
    background: #f4f4f4;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-right: 1px solid #ddd;
    line-height: 1.3;
}

.nextgen-content-tabs a:first-child {
    background: #ffa500;
    color: #111;
}

.nextgen-content-tabs a:hover {
    background: #ffa500;
    color: #111;
}
/*sp*/
.nextgen-date-hidden {
    display: none;
}

.nextgen-tour-card-more {
    display: inline-block;
    margin: 6px 0 10px;
    padding: 0;
    border: none;
    background: transparent;
    color: #003b67;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.nextgen-tour-card-more:hover {
    color: #ffa500;
}


.anh-bottom .img-inner.dark {
    left: 100%;
}
.anh-bottom .banner {
    border-radius: 10px;
}
.khuyen-mai-tc img.attachment-original.size-original
 {
    border-radius: 10px;
}
/*form lhtc*/
.xuan-phone-signup-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    width: fit-content;
    border-radius: 0;
}

.xuan-phone-signup-box .wpcf7-form-control-wrap {
    margin: 0;
}

.xuan-phone-signup-input {

    border: none !important;
    border-radius: 5px !important;
 
    font-size: 12px;
    color: #333;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
	    margin-bottom: 0;
}

.xuan-phone-signup-input::placeholder {
    color: #8b8b8b;
    font-size: 12px;
}

.xuan-phone-signup-btn {

    border: none !important;
    border-radius: 6px !important;
    background: #f6ad00 !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: none !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.xuan-phone-signup-btn:hover {
    background: #e9a000 !important;
    color: #fff !important;
}

.xuan-phone-signup-box .wpcf7-spinner {
    display: none;
}

.xuan-phone-signup-box p {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
/*chương trình km*/
/* Banner khuyến mãi tour */
.khuyen-mai-tc .box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.khuyen-mai-tc .box-image,
.khuyen-mai-tc .image-cover {
    border-radius: 12px !important;
    overflow: hidden;
}

.khuyen-mai-tc .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Làm ảnh tối nhẹ để chữ nổi */
.khuyen-mai-tc .image-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.28) 0%,
        rgba(0,0,0,0.08) 48%,
        rgba(0,0,0,0.28) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.khuyen-mai-tc .shade {
    display: none !important;
}

/* Cho chữ nằm đè lên ảnh full khung */
.khuyen-mai-tc .box-text {
    position: absolute !important;
    inset: 0;
    z-index: 5;
    padding: 0 !important;
    background: transparent !important;
}

.khuyen-mai-tc .box-text-inner {
    height: 100%;
}

/* Khung nội dung */
.khuyen-mai-tc .xuan-mientay-banner-content {
    height: 100%;
    width: 100%;
    padding: 12px 18px 16px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
    box-sizing: border-box;
}

/* Cột trái */
.khuyen-mai-tc .xuan-mientay-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.khuyen-mai-tc .xuan-tour-label {
    font-size: 20px;
    line-height: 1.1;

    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.35);
}

/* Chữ  */
.khuyen-mai-tc .xuan-tour-title {
/*     font-family: "Brush Script MT", "Lobster", "Pacifico", cursive; */
    font-size: 48px;
    line-height: 0.95;
    font-weight: 700;
    color: #ffa800;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 2px 3px 0 rgba(0,0,0,0.18);
    margin-top: 4px;
}

/* Nút  */
.khuyen-mai-tc .xuan-mientay-left p {
    margin: auto 0 0 0;
}

.khuyen-mai-tc .xuan-tour-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    height: 25px;
    padding: 0 22px;
    border-radius: 999px;
    background: #f8ab0f;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
}

.khuyen-mai-tc .xuan-tour-btn:hover {
    background: #ffb923;
    color: #fff !important;
}

/* Giá  */
.khuyen-mai-tc .xuan-mientay-price {
    text-align: right;
    margin-left: auto;
    margin-bottom: 2px;
}

.khuyen-mai-tc .xuan-price-small {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.35);
}

.khuyen-mai-tc .xuan-price-main {
    font-size: 27px;
    line-height: 1.05;
    font-weight: 900;
    color: #ffa800;
    white-space: nowrap;
    text-shadow: 0 2px 4px rgba(0,0,0,0.28);
}


.khuyen-mai-tc .xuan-mientay-price p {
    display: none;
}

@media (max-width: 549px) {
    .khuyen-mai-tc .xuan-mientay-banner-content {
        padding: 10px 12px 12px;
    }

    .khuyen-mai-tc .xuan-tour-label {
        font-size: 15px;
    }

    .khuyen-mai-tc .xuan-tour-title {
        font-size: 34px;
    }

    .khuyen-mai-tc .xuan-tour-btn {
        min-width: 110px;
        height: 24px;
        font-size: 11px;
        padding: 0 16px;
    }

    .khuyen-mai-tc .xuan-price-small {
        font-size: 15px;
    }

    .khuyen-mai-tc .xuan-price-main {
        font-size: 20px;
    }
}
/*ninh bình*/
/* Banner Ninh Bình */
.khuyen-mai-ninh-binh .box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.khuyen-mai-ninh-binh .box-image,
.khuyen-mai-ninh-binh .image-cover {
    border-radius: 12px !important;
    overflow: hidden;
}

.khuyen-mai-ninh-binh .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Không dùng nền đè */
.khuyen-mai-ninh-binh .shade {
    display: none !important;
}

/* Chữ đè trực tiếp lên ảnh */
.khuyen-mai-ninh-binh .box-text {
    position: absolute !important;
    inset: 0;
    z-index: 5;
    padding: 0 !important;
    background: transparent !important;
}

.khuyen-mai-ninh-binh .box-text-inner {
    height: 100%;
}

/* Khung nội dung */
.khuyen-mai-ninh-binh .xuan-ninhbinh-banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12px 18px 16px 22px;
    box-sizing: border-box;
}

/* Cụm chữ trái */
.khuyen-mai-ninh-binh .xuan-ninhbinh-left {
    position: absolute;
    top: 10px;
    left: 22px;
    z-index: 3;
}

.khuyen-mai-ninh-binh .xuan-ninhbinh-label {
    font-size: 23px;
    line-height: 1;
    color: #ffae12;
    text-transform: none;
    text-shadow:
        1px 1px 0 #fff,
        0 2px 4px rgba(0,0,0,0.35);
}

/* chuyên mục */
.nx-blog-archive-page {
    background: #fff;
    padding: 34px 0 60px;
   
}

.nx-blog-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

.nx-blog-breadcrumb {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 32px;
}

.nx-blog-breadcrumb a {
    color: #4b5563;
    text-decoration: none;
}

.nx-blog-breadcrumb span {
    margin: 0 6px;
    color: #9ca3af;
}

.nx-blog-breadcrumb strong {
    color: #003b67;
    font-weight: 700;
}

.nx-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 34px;
    align-items: start;
}

.nx-blog-main {
    min-width: 0;
}

.nx-blog-title {
    font-size: 24px;
    line-height: 1.3;
    color: #003b67;
    font-weight: 700;
    margin: 0 0 22px;
}

.nx-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 28px;
}

.nx-blog-item {
    margin: 0;
}

.nx-blog-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 3px;
    background: #f2f4f7;
}

.nx-blog-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.nx-blog-item:hover .nx-blog-thumb img {
    transform: scale(1.05);
}

.nx-blog-no-image,
.nx-latest-no-image {
    width: 100%;
    height: 100%;
    background: #edf1f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
}

.nx-blog-content {
    padding-top: 9px;
}

.nx-blog-item-title {
    font-size: 15px;
    line-height: 1.36;
    font-weight: 700;
    margin: 0 0 6px;
}

.nx-blog-item-title a {
    color: #111827;
    text-decoration: none;
}

.nx-blog-item-title a:hover {
    color: #003b67;
}

.nx-blog-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 1;
    color: #6b7280;
}

.nx-blog-clock {
    color: #0c4a73;
    display: inline-flex;
    align-items: center;
}

.nx-blog-sidebar {
    padding-top: 41px;
}

.nx-sidebar-box {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 22px;
}

.nx-sidebar-title {
    background: #f5a400;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 12px;
    border-radius: 4px;
    margin-bottom: 14px;
}

.nx-latest-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nx-latest-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
}

.nx-latest-thumb {
    display: block;
    width: 82px;
    height: 56px;
    border-radius: 3px;
    overflow: hidden;
    background: #f2f4f7;
}

.nx-latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nx-latest-content h3 {
    font-size: 12.5px;
    line-height: 1.33;
    font-weight: 600;
    margin: 0 0 4px;
}

.nx-latest-content h3 a {
    color: #222;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nx-latest-content h3 a:hover {
    color: #003b67;
}

.nx-latest-date {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #7b8794;
}

.nx-consult-box {
    border: 1px solid #d9e1ea;
    overflow: hidden;
}

.nx-consult-title {
    background: #003b67;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 14px;
}

.nx-hotline-box {
    margin: 14px 18px 12px;
    background: #f6f6f6;
    border-radius: 6px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.nx-hotline-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5a400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nx-hotline-info span {
    display: block;
    font-size: 11px;
    color: #777;
    margin-bottom: 2px;
}

.nx-hotline-info a {
    color: #f5a400;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}

.nx-consult-form {
    padding: 0 18px 18px;
}

.nx-consult-form p {
    font-size: 12px;
    color: #333;
    margin: 0 0 8px;
}

.nx-consult-form input {
    width: 100%;
    height: 34px;
    border: 1px solid #d7dce2;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 12px;
    margin-bottom: 9px;
    box-shadow: none;
}

.nx-consult-form button {
    width: 100%;
    height: 36px;
    background: #f5a400;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.nx-consult-form button:hover {
    background: #e29500;
}

.nx-consult-note {
    font-size: 11px;
    color: #8a8a8a;
    line-height: 1.45;
    text-align: center;
    margin-top: 9px;
}

.nx-blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 40px;
}

.nx-blog-pagination .page-numbers {
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 50%;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nx-blog-pagination .page-numbers.current {
    color: #f5a400;
    font-weight: 700;
}

.nx-blog-pagination a.page-numbers:hover {
    color: #f5a400;
}

.nx-blog-empty {
    font-size: 15px;
    color: #555;
}

@media (max-width: 991px) {
    .nx-blog-layout {
        grid-template-columns: 1fr;
    }

    .nx-blog-sidebar {
        padding-top: 0;
    }
}

@media (max-width: 640px) {
    .nx-blog-archive-page {
        padding-top: 22px;
    }

    .nx-blog-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .nx-blog-title {
        font-size: 21px;
    }

    .nx-latest-item {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .nx-latest-thumb {
        width: 92px;
        height: 62px;
    }
}
/*danh mục sp*/
.nx-tour-category-page {
    background: #f5f6f8;
    padding-bottom: 50px;
   
}

.nx-tour-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
}

.nx-tour-top-nav-wrap {
    background: #fff;
    border-bottom: 1px solid #edf0f2;
    padding: 14px 0;
    margin-bottom: 24px;
}

.nx-tour-top-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.nx-tour-top-nav a {
    min-width: 130px;
    text-align: center;
    padding: 9px 18px;
    border-radius: 4px;
    background: #f4f8fb;
    color: #003b67;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.nx-tour-top-nav a:hover,
.nx-tour-top-nav a.is-active {
    background: #003b67;
    color: #fff;
}

.nx-tour-breadcrumb {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
}

.nx-tour-breadcrumb a {
    color: #4b5563;
    text-decoration: none;
}

.nx-tour-breadcrumb span {
    margin: 0 6px;
    color: #9ca3af;
}

.nx-tour-breadcrumb strong {
    color: #003b67;
    font-weight: 700;
}

.nx-tour-category-desc {
    background: transparent;
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.nx-tour-category-desc p {
    margin: 0 0 10px;
}

.nx-tour-layout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.nx-tour-filter {
    position: sticky;
    top: 20px;
}

.nx-filter-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 15px 16px;
    margin-bottom: 12px;
}

.nx-filter-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
}

.nx-filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.3;
}

.nx-filter-option:last-child {
    margin-bottom: 0;
}

.nx-filter-option input {
    width: 14px;
    height: 14px;
    accent-color: #f5a400;
    margin: 0;
}

.nx-filter-empty {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.nx-price-range input[type="range"] {
    width: 100%;
    accent-color: #f5a400;
}

.nx-price-text {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: #555;
    font-size: 12px;
    margin-top: 6px;
}

.nx-price-text strong {
    color: #f5a400;
}

.nx-filter-submit {
    width: 100%;
    height: 38px;
    border: 0;
    border-radius: 5px;
    background: #f5a400;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 12px;
}

.nx-filter-submit:hover {
    background: #e59600;
}

.nx-tour-consult {
    background: #fff;
    border: 1px solid #d9e1ea;
    border-radius: 6px;
    overflow: hidden;
}

.nx-consult-title {
    background: #003b67;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 14px;
}

.nx-hotline-box {
    margin: 14px 16px 12px;
    background: #f6f6f6;
    border-radius: 6px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.nx-hotline-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5a400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.nx-hotline-box span {
    display: block;
    font-size: 11px;
    color: #777;
    margin-bottom: 2px;
}

.nx-hotline-box a {
    color: #f5a400;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.nx-consult-form {
    padding: 0 16px 16px;
}

.nx-consult-form p {
    font-size: 12px;
    color: #333;
    margin: 0 0 8px;
}

.nx-consult-form input {
    width: 100%;
    height: 34px;
    border: 1px solid #d7dce2;
    border-radius: 4px;
    padding: 0 11px;
    font-size: 12px;
    margin-bottom: 9px;
    box-shadow: none;
}

.nx-consult-form button {
    width: 100%;
    height: 36px;
    background: #f5a400;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.nx-consult-form small {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #888;
    line-height: 1.45;
    margin-top: 9px;
}

.nx-tour-main {
    min-width: 0;
}

.nx-tour-heading-row {
    display: flex;
    justify-content: space-between;

    gap: 16px;
    margin-bottom: 16px;
}

.nx-tour-heading-row h1 {
    color: #003b67;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
}

.nx-sort-form select {
    min-width: 190px;
    height: 38px;
    border: 1px solid #d7dce2;
    border-radius: 5px;
    background: #fff;
    padding: 0 12px;
    font-size: 13px;
    color: #333;
    box-shadow: none;
}

.nx-tour-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nx-tour-card {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.nx-tour-image {
    display: block;
    width: 100%;
    height: 205px;
    overflow: hidden;
    background: #eef2f5;
}

.nx-tour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.nx-tour-card:hover .nx-tour-image img {
    transform: scale(1.04);
}

.nx-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    background: #edf1f5;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
}

.nx-tour-info {
    padding: 14px 16px 13px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.nx-tour-info h2 {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 7px;
}

.nx-tour-info h2 a {
    color: #003b67;
    text-decoration: none;
}

.nx-tour-info h2 a:hover {
    color: #f6ac0b;
}

.nx-tour-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #666;
    margin-bottom: 7px;
}

.nx-stars {
    color: #f5a400;
    font-size: 14px;
}

.nx-tour-meta {
    display: grid;
    gap: 4px;
    font-size: 12.5px;
    color: #4b5563;
    margin-bottom: 8px;
}

.nx-tour-meta div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nx-tour-dates {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
    color: #4b5563;
    margin-bottom: 10px;
}

.nx-tour-dates strong {
    color: #333;
    margin-right: 2px;
}

.nx-tour-dates span {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 4px;
    border: 1px solid #f5a400;
    color: #f5a400;
    background: #fffaf0;
    font-size: 11px;
    font-weight: 600;
}

.nx-tour-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.nx-tour-price {
    color: #f5a400;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.nx-tour-price del {
    display: block;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 2px;
}

.nx-tour-price ins {
    text-decoration: none;
    color: #f5a400;
}

.nx-tour-detail-btn {
    min-width: 105px;
    height: 34px;
    border-radius: 5px;
    background: #f5a400;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.nx-tour-detail-btn:hover {
    background: #e59600;
    color: #fff;
}

.nx-load-more-wrap {
    margin-top: 18px;
}

.nx-load-more {
    width: 100%;
    height: 38px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
}

.nx-load-more:hover {
    color: #f5a400;
    border-color: #f5a400;
}

.nx-tour-empty {
    background: #fff;
    border-radius: 6px;
    padding: 22px;
    color: #555;
    font-size: 15px;
}

@media (max-width: 991px) {
    .nx-tour-layout {
        grid-template-columns: 1fr;
    }

    .nx-tour-filter {
        position: static;
    }

    .nx-tour-card {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    .nx-tour-image {
        height: 190px;
    }
}

@media (max-width: 767px) {
    .nx-tour-heading-row {
        flex-direction: column;
        align-items: stretch;
    }

    .nx-sort-form select {
        width: 100%;
    }

    .nx-tour-card {
        grid-template-columns: 1fr;
    }

    .nx-tour-image {
        height: 220px;
    }

    .nx-tour-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .nx-tour-detail-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .nx-tour-top-nav a {
        width: calc(50% - 8px);
        min-width: 0;
        padding: 9px 8px;
        font-size: 12px;
    }

    .nx-tour-heading-row h1 {
        font-size: 21px;
    }

    .nx-tour-image {
        height: 190px;
    }
}


.page-title-inner.flex-row.medium-flex-wrap.container {
    display: none;
}

/*điểm đến*/
.bn-dd-single-page,
.bn-dd-archive-page {
    background: #fff;
   
}

.bn-dd-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

.bn-dd-hero {
    position: relative;
    min-height: 330px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.bn-dd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 45, 75, .72), rgba(0, 0, 0, .22));
}

.bn-dd-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.bn-dd-hero-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.bn-dd-hero h1 {
    color: #fff;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.bn-dd-hero p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.bn-dd-single-content {
    padding: 28px 0 60px;
}

.bn-dd-breadcrumb {
    font-size: 13px;
    color: #777;
    margin-bottom: 24px;
}

.bn-dd-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.bn-dd-breadcrumb span {
    margin: 0 6px;
    color: #aaa;
}

.bn-dd-breadcrumb strong {
    color: #003b67;
    font-weight: 700;
}

.bn-dd-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 34px;
    align-items: start;
}

.bn-dd-main {
    min-width: 0;
}

.bn-dd-entry {
    color: #333;
    font-size: 15px;
    line-height: 1.75;
}

.bn-dd-entry h2,
.bn-dd-section h2 {
    color: #003b67;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 18px;
}

.bn-dd-entry h3 {
    color: #003b67;
    font-size: 20px;
    margin: 24px 0 12px;
}

.bn-dd-entry p {
    margin: 0 0 14px;
}

.bn-dd-entry table,
.bn-dd-weather-box table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin: 14px 0 20px;
    font-size: 14px;
}

.bn-dd-entry table th,
.bn-dd-entry table td,
.bn-dd-weather-box table th,
.bn-dd-weather-box table td {
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    text-align: center;
}

.bn-dd-entry table th,
.bn-dd-weather-box table th {
    background: #f8fafc;
    color: #003b67;
    font-weight: 700;
}

.bn-dd-section {
    margin-top: 34px;
}

.bn-dd-place-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bn-dd-place-card {
    background: #fff;
}

.bn-dd-place-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 5px;
    background: #f2f4f7;
}

.bn-dd-place-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.bn-dd-place-card:hover img {
    transform: scale(1.05);
}

.bn-dd-place-card h3 {
    font-size: 15px;
    line-height: 1.35;
    color: #111827;
    font-weight: 700;
    margin: 9px 0 5px;
}

.bn-dd-place-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.bn-dd-weather-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 18px;
    font-size: 14px;
    line-height: 1.7;
}

.bn-dd-tour-grid,
.bn-dd-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bn-dd-tour-card,
.bn-dd-post-card {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.bn-dd-tour-img,
.bn-dd-post-img {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eef2f5;
}

.bn-dd-tour-img img,
.bn-dd-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.bn-dd-tour-card:hover img,
.bn-dd-post-card:hover img {
    transform: scale(1.05);
}

.bn-dd-tour-info {
    padding: 12px;
}

.bn-dd-tour-info h3,
.bn-dd-post-card h3 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 8px;
}

.bn-dd-tour-info h3 a,
.bn-dd-post-card h3 a {
    color: #003b67;
    text-decoration: none;
}

.bn-dd-tour-rating {
    color: #f5a400;
    font-size: 12px;
    margin-bottom: 6px;
}

.bn-dd-tour-price {
    color: #f5a400;
    font-size: 16px;
    font-weight: 700;
}

.bn-dd-tour-price del {
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.bn-dd-tour-price ins {
    text-decoration: none;
}

.bn-dd-post-card {
    padding-bottom: 10px;
}

.bn-dd-post-card h3 {
    padding: 10px 12px 0;
}

.bn-dd-post-date {
    padding: 0 12px;
    font-size: 12px;
    color: #777;
}

.bn-dd-more-btn {
    margin-top: 16px;
    height: 38px;
    background: #f5a400;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.bn-dd-more-btn:hover {
    background: #e59600;
    color: #fff;
}

.bn-dd-sidebar {
    position: sticky;
    top: 20px;
}

.bn-dd-sidebar-box {
    margin-bottom: 22px;
}

.bn-dd-sidebar-title {
  border-radius: 4px;
    margin-bottom: 14px;
}

.bn-dd-side-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bn-dd-side-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 9px;
}

.bn-dd-side-img {
    width: 82px;
    height: 56px;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background: #f2f4f7;
}

.bn-dd-side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bn-dd-side-item h4 {
    font-size: 12.5px;
    line-height: 1.35;
    margin: 0 0 4px;
    font-weight: 600;
}

.bn-dd-side-item h4 a {
    color: #222;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bn-dd-side-item span {
    font-size: 11px;
    color: #777;
}

.bn-dd-consult-box {
    border: 1px solid #d9e1ea;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.bn-dd-consult-title {
    background: #003b67;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 14px;
}

.bn-dd-hotline {
    margin: 14px 18px 12px;
    background: #fff8ec;
    border-radius: 6px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bn-dd-phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5a400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.bn-dd-hotline span {
    display: block;
    font-size: 11px;
    color: #777;
    margin-bottom: 2px;
}

.bn-dd-hotline a {
    color: #f5a400;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.bn-dd-form {
    padding: 0 18px 18px;
}

.bn-dd-form p {
    font-size: 12px;
    color: #333;
    margin: 0 0 8px;
}

.bn-dd-form input {
    width: 100%;
    height: 34px;
    border: 1px solid #d7dce2;
    border-radius: 4px;
    padding: 0 11px;
    font-size: 12px;
    margin-bottom: 9px;
    box-shadow: none;
}

.bn-dd-form button {
    width: 100%;
    height: 36px;
    background: #f5a400;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.bn-dd-form small {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #888;
    line-height: 1.45;
    margin-top: 9px;
}

/* Archive */
.bn-dd-archive-hero {
    background: #f5f8fb;
    padding: 42px 0 36px;
}

.bn-dd-archive-hero h1 {
    color: #003b67;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 10px;
}

.bn-dd-archive-hero p {
    color: #555;
    font-size: 16px;
    margin: 0;
}

.bn-dd-archive-content {
    padding: 42px 0 60px;
}

.bn-dd-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bn-dd-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .05);
}

.bn-dd-card-img {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eef2f5;
}

.bn-dd-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.bn-dd-card:hover img {
    transform: scale(1.05);
}

.bn-dd-card-content {
    padding: 16px;
}

.bn-dd-card-content h2 {
    font-size: 20px;
    margin: 0 0 8px;
}

.bn-dd-card-content h2 a {
    color: #003b67;
    text-decoration: none;
}

.bn-dd-card-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.bn-dd-card-btn {
    height: 36px;
    background: #f5a400;
    color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.bn-dd-no-img {
    width: 100%;
    height: 100%;
    background: #edf1f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.bn-dd-pagination {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.bn-dd-pagination .page-numbers {
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
}

.bn-dd-pagination .current {
    color: #f5a400;
    font-weight: 700;
}

@media (max-width: 991px) {
    .bn-dd-layout {
        grid-template-columns: 1fr;
    }

    .bn-dd-sidebar {
        position: static;
    }

    .bn-dd-place-grid,
    .bn-dd-tour-grid,
    .bn-dd-post-grid,
    .bn-dd-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bn-dd-hero h1 {
        font-size: 44px;
    }
}

@media (max-width: 640px) {
    .bn-dd-hero {
        min-height: 260px;
    }

    .bn-dd-hero h1 {
        font-size: 36px;
    }

    .bn-dd-hero p {
        font-size: 16px;
    }

    .bn-dd-place-grid,
    .bn-dd-tour-grid,
    .bn-dd-post-grid,
    .bn-dd-grid {
        grid-template-columns: 1fr;
    }
}

.gia-tri h3 {
    font-size: 18px;
}
.gia-tri p {
   font-size: 12px;
}
/* blog sigle*/
.nx-single-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 45px;
    align-items: start;

    margin: 0 auto;
    padding: 35px 15px 50px;
}

.nx-single-main {
    min-width: 0;
}

.nx-entry-title {
    color: #005b8f;
    font-size: 27px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 10px;
}

.nx-breadcrumb {
    font-size: 13px;
    color: #666;
    margin-bottom: 18px;
}

.nx-breadcrumb a {
    color: #333;
}

.nx-entry-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #777;
    font-size: 13px;
    margin-bottom: 25px;
}

.nx-entry-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nx-entry-content {
    font-size: 15px;
    line-height: 1.75;
    color: #222;
}

.nx-entry-content p {
    margin-bottom: 18px;
}

.nx-entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
}

.nx-blog-sidebar {
    width: 100%;
}

.nx-sidebar-box {
    margin-bottom: 24px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.nx-sidebar-title {
    background: #f5a900;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 10px;
    border-radius: 4px;
}

.nx-latest-list {
    padding-top: 12px;
}

.nx-latest-item {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 10px;
    margin-bottom: 13px;
    align-items: start;
}

.nx-latest-thumb {
    display: block;
    width: 74px;
    height: 54px;
    overflow: hidden;
    border-radius: 4px;
    background: #f2f2f2;
}

.nx-latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nx-latest-no-image {
    width: 100%;
    height: 100%;
    background: #e5e5e5;
}

.nx-latest-content h3 {
    font-size: 12px;
    line-height: 1.35;
    margin: 0 0 5px;
    font-weight: 600;
}

.nx-latest-content h3 a {
    color: #222;
}

.nx-latest-content h3 a:hover {
    color: #005b8f;
}

.nx-latest-date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #777;
    font-size: 11px;
}

.nx-consult-box {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.nx-consult-title {
    background: #005b8f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
}

.nx-hotline-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 12px 10px;
}

.nx-hotline-icon {
    width: 42px;
    height: 42px;
    background: #f5a900;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nx-hotline-info span {
    display: block;
    font-size: 12px;
    color: #777;
    line-height: 1;
}

.nx-hotline-info a {
    color: #f5a900;
    font-size: 18px;
    font-weight: 700;
}

.nx-consult-form {
    padding: 0 18px 18px;
    text-align: center;
}

.nx-consult-form p {
    font-size: 12px;
    color: #555;
    margin: 5px 0 10px;
}

.nx-consult-form input {
    width: 100%;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 9px;
}

.nx-consult-form button {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 4px;
    background: #f5a900;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

.nx-consult-note {
    margin-top: 12px;
    color: #777;
    font-size: 11px;
    line-height: 1.4;
}

.nx-section-heading {
    margin-top: 35px;
    margin-bottom: 18px;
}

.nx-section-heading h2 {
    font-size: 20px;
    color: #005b8f;
    font-weight: 700;
    margin: 0 0 8px;
}

.nx-section-heading span {
    display: block;
    width: 60px;
    height: 3px;
    background: #f5a900;
}

.nx-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.nx-related-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 5px;
    background: #f2f2f2;
}

.nx-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nx-related-title {
    font-size: 15px;
    line-height: 1.4;
    margin: 9px 0 0;
}

.nx-related-title a {
    color: #222;
}

.nx-related-title a:hover {
    color: #005b8f;
}

.nx-no-image {
    width: 100%;
    height: 100%;
    background: #eee;
}

@media (max-width: 849px) {
    .nx-single-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-top: 25px;
    }

    .nx-entry-title {
        font-size: 22px;
    }

    .nx-blog-sidebar {
        margin-top: 15px;
    }

    .nx-related-grid {
        grid-template-columns: 1fr;
    }
}

/*câu hỏi*/
.nxg-faq-page {
    background: #fff;
    padding: 35px 15px 60px;
    
}

.nxg-faq-container {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 45px;
    align-items: flex-start;
}

.nxg-faq-main {
    min-width: 0;
}

.nxg-breadcrumb {
    font-size: 13px;
    margin-bottom: 20px;
    color: #666;
}

.nxg-breadcrumb a {
    color: #005180;
    text-decoration: none;
}

.nxg-faq-group {
    margin-bottom: 32px;
    scroll-margin-top: 110px;
}

.nxg-faq-group h2 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 14px;
    color: #004b7a;
    font-weight: 700;
}

.nxg-faq-item {
    margin-bottom: 10px;
    border: 1px solid #00639b;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.nxg-faq-question {
    width: 100%;
    border: 0;
    background: #fff;
    color: #003f66;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.nxg-faq-question span {
    padding-right: 15px;
}

.nxg-faq-question i {
    color: #003f66;
    transition: all 0.25s ease;
}

.nxg-faq-item.active .nxg-faq-question i {
    transform: rotate(180deg);
}

.nxg-faq-answer {
    display: none;
    padding: 0 18px 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #003f66;
}

.nxg-faq-answer p {
    margin: 8px 0;
}

.nxg-faq-answer ul,
.nxg-faq-answer ol {
    margin: 8px 0 0 18px;
    padding: 0;
}

.nxg-faq-answer li {
    margin-bottom: 3px;
}

.nxg-faq-item.active .nxg-faq-answer {
    display: block;
}

.nxg-faq-sidebar {
    position: sticky;
    top: 90px;
}

.nxg-faq-toc {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
    padding: 12px 16px;
    margin-bottom: 18px;
}

.nxg-faq-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nxg-faq-toc li {
    border-bottom: 1px solid #eef3f6;
}

.nxg-faq-toc li:last-child {
    border-bottom: 0;
}

.nxg-faq-toc a {
    display: block;
    padding: 9px 0;
    color: #004b7a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
}

.nxg-faq-toc li.active a,
.nxg-faq-toc a:hover {
    color: #f5a000;
}

.nxg-faq-contact {
    background: #fff;
    border: 1px solid #d7e1e8;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    padding: 0 16px 16px;
}

.nxg-faq-contact h3 {
    background: #004b7a;
    color: #ffb000;
    margin: 0 -16px 16px;
    padding: 11px 15px;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.nxg-phone-box {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 12px;
}

.nxg-phone-box i {
    width: 34px;
    height: 34px;
    background: #f5a000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.nxg-phone-box span {
    display: block;
    font-size: 11px;
    color: #666;
    text-align: left;
}

.nxg-phone-box strong {
    display: block;
    color: #f5a000;
    font-size: 16px;
    line-height: 1.2;
}

.nxg-contact-note {
    font-size: 11px;
    color: #666;
    margin-bottom: 8px;
}

.nxg-faq-contact input {
    width: 100%;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 8px;
    box-shadow: none;
}

.nxg-contact-btn {
    display: block;
    background: #f5a000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.nxg-contact-btn:hover {
    background: #e29300;
}

.nxg-faq-contact p {
    margin: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .nxg-faq-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .nxg-faq-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .nxg-faq-page {
        padding: 25px 12px 45px;
    }

    .nxg-faq-group h2 {
        font-size: 19px;
    }

    .nxg-faq-question {
        font-size: 13px;
        padding: 10px 12px;
    }

    .nxg-faq-answer {
        font-size: 13px;
        padding: 0 12px 14px;
    }
}

/*chính sách*/
.nxg-policy-page {
    background: #fff;
    padding: 35px 15px 70px;
   
}

.nxg-policy-container {
    max-width: 1180px;
    margin: 0 auto;
}

.nxg-policy-breadcrumb {
    font-size: 13px;
    margin-bottom: 38px;
    color: #333;
}

.nxg-policy-breadcrumb a {
    color: #333;
    text-decoration: none;
}

.nxg-policy-breadcrumb span:last-child {
    color: #004b7a;
    font-weight: 700;
}

.nxg-policy-page-title {
    font-size: 24px;
    line-height: 1.3;
    color: #004b7a;
    margin: 0 0 22px;
    font-weight: 700;
}

.nxg-policy-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 18px;
    align-items: flex-start;
}

.nxg-policy-sidebar {
    position: sticky;
    top: 95px;
}

.nxg-policy-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nxg-policy-sidebar li {
    margin-bottom: 8px;
}

.nxg-policy-sidebar a {
    display: block;
    border: 1px solid #005b91;
    border-radius: 6px;
    padding: 15px 18px;
    color: #004b7a;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nxg-policy-sidebar li.active a,
.nxg-policy-sidebar a:hover {
    background: #f5a000;
    border-color: #f5a000;
    color: #fff;
}

.nxg-policy-content-wrap {
    min-width: 0;
}

.nxg-policy-content-box {
    display: none;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 50px 55px;
    min-height: 760px;
    position: relative;
}

.nxg-policy-content-box.active {
    display: block;
}

.nxg-policy-content-box::after {
    content: "";
    position: absolute;
    top: 54px;
    right: 42px;
    width: 4px;
    height: 220px;
    background: #f5a000;
    border-radius: 10px;
}

.nxg-policy-content-box h2 {
    font-size: 34px;
    line-height: 1.25;
    margin: 0 0 24px;
    color: #004b7a;
    font-weight: 700;
    max-width: 85%;
}

.nxg-policy-content {
    color: #111;
    font-size: 14px;
    line-height: 1.75;
    max-width: 850px;
}

.nxg-policy-content p {
    margin: 0 0 22px;
}

.nxg-policy-content ul,
.nxg-policy-content ol {
    margin: 0 0 24px 22px;
    padding: 0;
}

.nxg-policy-content li {
    margin-bottom: 6px;
}

.nxg-policy-content strong,
.nxg-policy-content b {
    color: #004b7a;
}

.nxg-policy-content h3 {
    color: #004b7a;
    font-size: 22px;
    margin: 28px 0 14px;
}

.nxg-policy-content h4 {
    color: #004b7a;
    font-size: 18px;
    margin: 24px 0 12px;
}

.nxg-policy-empty {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 30px;
    color: #004b7a;
    font-weight: 700;
}

@media (max-width: 991px) {
    .nxg-policy-layout {
        grid-template-columns: 1fr;
    }

    .nxg-policy-sidebar {
        position: static;
    }

    .nxg-policy-sidebar ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .nxg-policy-sidebar li {
        margin-bottom: 0;
    }

    .nxg-policy-content-box {
        padding: 35px 28px;
        min-height: auto;
    }

    .nxg-policy-content-box h2 {
        font-size: 28px;
        max-width: 100%;
    }

    .nxg-policy-content-box::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .nxg-policy-page {
        padding: 25px 12px 50px;
    }

    .nxg-policy-breadcrumb {
        margin-bottom: 25px;
    }

    .nxg-policy-page-title {
        font-size: 22px;
    }

    .nxg-policy-sidebar ul {
        grid-template-columns: 1fr;
    }

    .nxg-policy-sidebar a {
        padding: 12px 14px;
        font-size: 13px;
    }

    .nxg-policy-content-box {
        padding: 26px 18px;
        border-radius: 6px;
    }

    .nxg-policy-content-box h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .nxg-policy-content {
        font-size: 13px;
        line-height: 1.65;
    }
}



/* chi tiết sp*/
.nxg-tour-single {
    background: #fff;
    padding: 24px 15px 60px;

}

.nxg-tour-container {
    max-width: 1120px;
    margin: 0 auto;
}

.nxg-tour-breadcrumb {
    font-size: 12px;
    color: #777;
    margin-bottom: 12px;
}

.nxg-tour-breadcrumb a {
    color: #004b7a;
    text-decoration: none;
}

.nxg-tour-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: flex-start;
}

.nxg-tour-main {
    min-width: 0;
}

.nxg-tour-title {
    font-size: 24px;
    line-height: 1.35;
    color: #004b7a;
    font-weight: 700;
    margin: 0 0 16px;
}

.nxg-tour-gallery-main {
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}

.nxg-tour-gallery-main img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    display: block;
}

.nxg-tour-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
    margin-top: 8px;
}

.nxg-tour-thumb {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
}

.nxg-tour-thumb.active,
.nxg-tour-thumb:hover {
    border-color: #f5a000;
}

.nxg-tour-thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
}

.nxg-tour-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5edf3;
}

.nxg-tour-tabs a {
    background: #f7f7f7;
    color: #004b7a;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    transition: .25s;
}

.nxg-tour-tabs a.active,
.nxg-tour-tabs a:hover {
    background: #f5a000;
    color: #fff;
}

.nxg-tour-box {
    margin-bottom: 30px;
    scroll-margin-top: 100px;
}

.nxg-tour-box h2 {
    font-size: 21px;
    color: #004b7a;
    font-weight: 700;
    margin: 0 0 14px;
}

.nxg-tour-content {
    font-size: 14px;
    line-height: 1.75;
    color: #222;
}

.nxg-tour-content p {
    margin: 0 0 16px;
}

.nxg-tour-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.nxg-tour-content ul,
.nxg-tour-content ol {
    margin: 0 0 18px 22px;
    padding: 0;
}

.nxg-collapse-box {
    max-height: 360px;
    overflow: hidden;
    position: relative;
}

.nxg-collapse-box.is-open {
    max-height: none;
}

.nxg-section-more {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: none;
    text-transform: none;
}

.nxg-section-more:hover {
    background: #f5a000;
    border-color: #f5a000;
    color: #fff;
}

.nxg-tour-start-table {
    margin-top: 20px;
}

.nxg-tour-start-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff9e8;
    margin: 0;
}

.nxg-tour-start-table td,
.nxg-tour-start-table th {
    border: 1px solid #f1e4bd;
    padding: 12px;
    text-align: center;
    font-size: 13px;
}

.nxg-tour-timeline .nxg-tour-content {
    border-left: 2px solid #c9dce8;
    padding-left: 28px;
    position: relative;
}


.nxg-tour-accordion {
    border: 1px solid #00639b;
    border-radius: 6px;
    margin-bottom: 8px;
    overflow: hidden;
    background: #fff;
}

.nxg-tour-accordion button {
    width: 100%;
    border: 0;
    background: #fff;
    color: #004b7a;
    padding: 12px 15px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    text-transform: none;
}

.nxg-tour-accordion button i {
    transition: .25s;
}

.nxg-tour-accordion.active button i {
    transform: rotate(180deg);
}

.nxg-tour-accordion-content {
    display: none;
    padding: 0 16px 15px;
    color: #004b7a;
    font-size: 13px;
    line-height: 1.65;
}

.nxg-tour-accordion.active .nxg-tour-accordion-content {
    display: block;
}

.nxg-tour-accordion-content p {
    margin: 0 0 10px;
}

.nxg-tour-accordion-content ul,
.nxg-tour-accordion-content ol {
    margin: 0 0 10px 18px;
    padding: 0;
}

.nxg-tour-sidebar {
    position: sticky;
    top: 90px;
}

.nxg-tour-booking-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 22px rgba(0,0,0,0.16);
    overflow: hidden;
    border: 1px solid #eef2f5;
}

.nxg-tour-sidebar-img {
    padding: 16px 16px 0;
}

.nxg-tour-sidebar-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.nxg-tour-sidebar-body {
    padding: 14px 18px 20px;
}

.nxg-tour-booking-card h3 {
    color: #004b7a;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 14px;
}

.nxg-tour-price-box {
    margin-bottom: 14px;
}

.nxg-tour-old-price {
    color: #888;
    font-size: 15px;
    text-decoration: line-through;
    margin-bottom: 3px;
}

.nxg-tour-sale-price {
    color: #f5a000;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
}

.nxg-tour-sale-price ins {
    text-decoration: none;
}

.nxg-tour-sale-price del {
    display: none;
}

.nxg-tour-side-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 0;
    color: #111;
    font-size: 14px;
}

.nxg-tour-side-row i {
    color: #004b7a;
    width: 18px;
    flex: 0 0 18px;
    padding-top: 3px;
}

.nxg-tour-side-row div {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.nxg-tour-side-row strong {
    color: #111;
    font-weight: 700;
}

.nxg-tour-side-row span {
    color: #111;
}

.nxg-tour-side-departure {
    padding: 10px 0 8px;
}

.nxg-tour-side-title {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #111;
    font-size: 14px;
    margin-bottom: 8px;
}

.nxg-tour-side-title i {
    color: #004b7a;
    width: 18px;
}

.nxg-tour-side-departure-content {
    padding-left: 28px;
    color: #111;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
}

.nxg-tour-departure-collapsed {
    max-height: 105px;
}

.nxg-tour-departure-collapsed.is-open {
    max-height: none;
}

.nxg-tour-side-departure-content ul,
.nxg-tour-side-departure-content ol {
    margin: 0 0 0 18px;
    padding: 0;
}

.nxg-tour-side-departure-content li {
    margin-bottom: 2px;
}

.nxg-tour-see-more {
    border: 0;
    background: transparent;
    color: #004b7a;
    font-size: 12px;
    padding: 8px 0 0 28px;
    cursor: pointer;
    box-shadow: none;
    text-transform: none;
}

.nxg-tour-see-more:hover {
    color: #f5a000;
    background: transparent;
}

.nxg-tour-book-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: #f5a000 !important;
    color: #fff !important;
    border-radius: 9px !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 12px 0 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.nxg-tour-book-btn:hover {
    background: #e29300 !important;
}

.nxg-tour-related {
    margin-top: 42px;
}

.nxg-tour-related h2 {
    color: #004b7a;
    font-size: 21px;
    margin-bottom: 18px;
}

.nxg-tour-related h2 span {
    color: #f5a000;
    font-size: 28px;
    vertical-align: -1px;
}

.nxg-tour-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.nxg-tour-related-card {
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
    overflow: hidden;
}

.nxg-tour-related-card a {
    text-decoration: none;
}

.nxg-tour-related-img img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    display: block;
}

.nxg-tour-related-body {
    padding: 10px 11px 12px;
}

.nxg-tour-related-card h3 {
    color: #004b7a;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    margin: 0 0 6px;
}

.nxg-tour-related-rating {
    font-size: 12px;
    color: #777;
    margin-bottom: 7px;
}

.nxg-tour-related-rating span {
    color: #f5a000;
}

.nxg-tour-related-body p {
    color: #777;
    font-size: 12px;
    margin: 0 0 5px;
}

.nxg-tour-related-body p i {
    color: #004b7a;
    width: 14px;
}

.nxg-tour-related-price {
    color: #f5a000;
    font-size: 15px;
    font-weight: 800;
    text-align: right;
    margin-top: 5px;
}

.nxg-tour-related-price del {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin-right: 5px;
}

.nxg-tour-related-price ins {
    text-decoration: none;
}

/* Popup đặt tour */
body.nxg-modal-open {
    overflow: hidden;
}

.nxg-booking-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.nxg-booking-modal.active {
    display: flex;
}

.nxg-booking-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.nxg-booking-box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 920px;
    background: #fff;
    padding: 50px 52px 30px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18);
    animation: nxgModalFade .25s ease;
}

@keyframes nxgModalFade {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nxg-booking-close {
    position: absolute;
    top: 12px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
}

.nxg-booking-subtitle {
    text-align: center;
    color: #111;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 26px;
    letter-spacing: .3px;
}

.nxg-booking-box h2 {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
    color: #004b7a;
    font-size: 31px;
    line-height: 1.25;
    font-weight: 800;
}

.nxg-booking-form {
    margin: 0;
}

.nxg-booking-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin-bottom: 34px;
}

.nxg-booking-row-top {
    grid-template-columns: minmax(0, 2.2fr) minmax(0, .65fr) minmax(0, .65fr) minmax(0, .65fr);
    gap: 20px;
}

.nxg-booking-field label {
    display: block;
    color: #111;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 400;
}

.nxg-booking-field label span {
    color: red;
}

.nxg-booking-field label small {
    font-size: 13px;
    color: #111;
    font-weight: 400;
}

.nxg-booking-field input {
    width: 100%;
    height: 60px;
    border: 0;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 0 22px;
    color: #111;
    font-size: 18px;
    box-shadow: none;
}

.nxg-booking-field input::placeholder {
    color: #b8b8b8;
}

.nxg-input-icon {
    position: relative;
}

.nxg-input-icon input {
    padding-right: 50px;
}

.nxg-input-icon i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #004b7a;
    font-size: 18px;
}

.nxg-booking-price {
    text-align: center;
    margin-top: -4px;
    margin-bottom: 24px;
}

.nxg-booking-old-price {
    color: #999;
    font-size: 21px;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.nxg-booking-sale-price {
    color: #f5a000;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
}

.nxg-booking-sale-price ins {
    text-decoration: none;
}

.nxg-booking-sale-price del {
    display: none;
}

.nxg-booking-submit {
    width: 100%;
    max-width: 480px;
    height: 70px;
    display: block;
    margin: 0 auto;
    background: #f5a000 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.nxg-booking-submit:hover {
    background: #e29300 !important;
}

.nxg-booking-note {
    margin: 18px 0 0;
    text-align: center;
    color: #111;
    font-size: 16px;
}

@media (max-width: 991px) {
    .nxg-tour-layout {
        grid-template-columns: 1fr;
    }

    .nxg-tour-sidebar {
        position: static;
    }

    .nxg-tour-gallery-main img {
        height: 330px;
    }

    .nxg-tour-sidebar-img img {
        height: 240px;
    }

    .nxg-tour-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .nxg-booking-box {
        padding: 36px 18px 24px;
        max-height: 92vh;
        overflow-y: auto;
    }

    .nxg-booking-subtitle {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .nxg-booking-box h2 {
        font-size: 22px;
        margin-bottom: 26px;
    }

    .nxg-booking-row,
    .nxg-booking-row-top {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 20px;
    }

    .nxg-booking-field label {
        font-size: 16px;
    }

    .nxg-booking-field input {
        height: 52px;
        font-size: 15px;
    }

    .nxg-booking-submit {
        height: 58px;
        font-size: 19px !important;
    }

    .nxg-booking-sale-price {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .nxg-tour-single {
        padding: 20px 12px 45px;
    }

    .nxg-tour-title {
        font-size: 21px;
    }

    .nxg-tour-gallery-main img {
        height: 235px;
    }

    .nxg-tour-gallery-thumbs {
        grid-template-columns: repeat(3, 1fr);
    }

    .nxg-tour-thumb img {
        height: 68px;
    }

    .nxg-tour-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }

    .nxg-tour-tabs a {
        white-space: nowrap;
        font-size: 12px;
    }

    .nxg-tour-booking-card h3 {
        font-size: 18px;
    }

    .nxg-tour-sale-price {
        font-size: 26px;
    }

    .nxg-tour-sidebar-img img {
        height: 210px;
    }

    .nxg-tour-related-grid {
        grid-template-columns: 1fr;
    }
}

/*tour trọn gói*/
/* Khởi hành  */

.nx-tour-date-tags em {
    font-style: normal !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 30px !important;
    padding: 5px 13px !important;
    border: 1.5px solid #f6a800 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #f6a800 !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}
/* Xem thêm */
.nx-load-more-wrap {
    text-align: center;
    margin: 24px 0 40px;
}

.nx-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #555;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.nx-load-more:hover {
    border-color: #f6a800;
    color: #f6a800;
}

/* Ô sắp xếp  */
.nx-sort-box {
border: 1px solid #d8d8d8 !important;
    border-radius: 8px !important;
background: #fff !important;
    padding: 12px 12px 0 12px !important;
}

.nx-sort-label {
    display: block !important;
    font-size: 12px !important;
    color: #888 !important;}

.nx-sort-box select {
    width: 100% !important;
    height: 34px !important;
    border: 0 !important;
    outline: none !important;
    background-color: transparent !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 28px 0 0 !important;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 2px center !important;
    background-size: 14px !important;
}

/* Nút chọn bộ lọc*/

.nx-filter-option input[type="radio"],
.nx-filter-option input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    border: 1.5px solid #b5b5b5 !important;
    border-radius: 50% !important;
    background: #fff !important;
    position: relative !important;
    cursor: pointer !important;
}

.nx-filter-option input[type="radio"]:checked,
.nx-filter-option input[type="checkbox"]:checked {
    border-color: #f6a800 !important;
}

.nx-filter-option input[type="radio"]:checked::after,
.nx-filter-option input[type="checkbox"]:checked::after {
    content: "" !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    background: #f6a800 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.nx-filter-option span {
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 500 !important;
}

/* Giá tour */
.nx-tour-price,
.nx-tour-price strong,
.nx-tour-price strong span,
.nx-tour-price .amount,
.nx-tour-price .woocommerce-Price-amount,
.nx-tour-price .woocommerce-Price-currencySymbol {
    color: #f6a800 !important;
}



/* Giá gạch */
.nx-tour-price del,
.nx-tour-price del span,
.nx-tour-price del .amount,
.nx-tour-price del .woocommerce-Price-amount,
.nx-tour-price del .woocommerce-Price-currencySymbol {
    color: #888 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}


.nx-tour-top-nav a:hover, .nx-tour-top-nav a.is-active
 {
    background: #f6ac0b;
    color: #fff;
}

/*cuối dự án*/

/* Fix section cuối danh mục */
.nx-tour-bottom-seo {
    margin-top: 50px;
    padding-bottom: 60px;
    overflow: visible !important;
}

/* Section nền xám full màn hình */
.nx-tour-why-section {
    background: #ededed!important;
    padding: 34px 0 36px !important;
    margin: 50px 0 46px !important;

    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

/* Row bên trong */
.nx-tour-why-row {
 
    margin: 0 auto !important;
    padding: 0 15px !important;
    text-align: center !important;
}

.nx-tour-why-row h2 {
    color: #06416d !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin: 0 0 28px !important;
}

.nx-tour-why-grid {
       max-width: 75% !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 24px !important;
}

.nx-tour-why-item {
    text-align: center !important;
}

.nx-tour-why-icon {
    width: 34px !important;
    height: 34px !important;
    margin: 0 auto 10px !important;
    border-radius: 50% !important;
    background: #f6a800 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
}

.nx-tour-why-item h3 {
    color: #06416d !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
   
    margin: 0 0 6px !important;
}

.nx-tour-why-item p {
    color: #555 !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

/* Mô tả dưới danh mục */
.nx-tour-bottom-desc {
    max-width: 760px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.nx-tour-bottom-desc-inner {
    max-height: 500px !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: left !important;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

.nx-tour-bottom-desc-inner::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 90px !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff) !important;
    pointer-events: none !important;
}

.nx-tour-bottom-desc-inner.is-open {
    max-height: none !important;
    overflow: visible !important;
}

.nx-tour-bottom-desc-inner.is-open::after,
.nx-tour-bottom-desc-inner.is-full::after {
    display: none !important;
}

.nx-tour-bottom-desc-inner h2,
.nx-tour-bottom-desc-inner h3 {
    color: #222 !important;
    line-height: 1.35 !important;
}

.nx-tour-bottom-desc-inner h2 {
    font-size: 25px !important;
    margin: 0 0 18px !important;
}

.nx-tour-bottom-desc-inner h3 {
    font-size: 20px !important;
    margin: 24px 0 14px !important;
}

.nx-tour-bottom-desc-inner p {
    margin: 0 0 14px !important;
}

.nx-tour-bottom-desc-inner img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    display: block !important;
    margin: 26px auto !important;
}

.nx-tour-desc-toggle {
    margin: 18px auto 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 0 !important;
    background: transparent !important;
    color: #06416d !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

.nx-tour-desc-toggle i {
    color: #06416d !important;
    font-size: 15px !important;
}

/* Cho phép section full-width không bị container cắt */
.nx-tour-category-page,
.nx-tour-container,
.nx-tour-bottom-seo {
    overflow: visible !important;
}

@media (max-width: 991px) {
    .nx-tour-why-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 22px !important;
    }
}

@media (max-width: 640px) {
    .nx-tour-why-section {
        padding: 28px 0 !important;
        margin-top: 35px !important;
    }

    .nx-tour-why-grid {
        grid-template-columns: 1fr !important;
    }

    .nx-tour-why-row h2 {
        font-size: 21px !important;
    }

    .nx-tour-bottom-desc-inner h2 {
        font-size: 21px !important;
    }
}
/*chi tiết sp */
/* =========================
   SINGLE TOUR DETAIL
========================= */

.nxg-tour-single {
    background: #fff;
    color: #1f2937;
    font-size: 15px;
}

.nxg-tour-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 15px 60px;
}

/* Breadcrumb */
.nxg-tour-breadcrumb {
    margin-bottom: 18px;
    font-size: 13px;
    color: #777;
}

.nxg-tour-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.nxg-tour-breadcrumb a:hover {
    color: #f6a800;
}

/* Layout */
.nxg-tour-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: flex-start;
}

.nxg-tour-main {
    min-width: 0;
}

.nxg-tour-title {
    color: #06416d;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 18px;
}

/* =========================
   Gallery
========================= */

.nxg-tour-gallery {
    margin-bottom: 18px;
}

.nxg-tour-gallery-main {
    width: 100%;
    height: 430px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
}

.nxg-tour-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nxg-tour-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.nxg-tour-thumb {
    height: 86px;
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: #f3f4f6;
}

.nxg-tour-thumb.active,
.nxg-tour-thumb:hover {
    border-color: #f6a800;
}

.nxg-tour-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =========================
   Tabs
========================= */

.nxg-tour-tabs {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    display: flex;
    gap: 8px;
    padding: 10px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
    overflow-x: auto;
}

.nxg-tour-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 6px;
    color: #06416d;
    background: #f6f7f8;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.nxg-tour-tabs a.active,
.nxg-tour-tabs a:hover {
    background: #f6a800;
    color: #fff;
}

/* =========================
   Content boxes
========================= */

.nxg-tour-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 22px;
    box-shadow: 0 3px 14px rgba(15, 23, 42, 0.04);
}

.nxg-tour-box h2 {
    color: #06416d;
    font-size: 23px;
    line-height: 1.35;
    margin: 0 0 16px;
}

.nxg-tour-content {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}

.nxg-tour-content p {
    margin: 0 0 14px;
}

.nxg-tour-content h2,
.nxg-tour-content h3,
.nxg-tour-content h4 {
    color: #111827;

}

.nxg-tour-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Thu gọn nội dung */
.nxg-collapse-box {
    max-height: 420px;
    overflow: hidden;
    position: relative;
}

.nxg-collapse-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
}

.nxg-collapse-box.is-open {
    max-height: none;
    overflow: visible;
}

.nxg-collapse-box.is-open:after {
    display: none;
}

.nxg-section-more {
    margin: 14px auto 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: #06416d;
    font-size: 14px;

    cursor: pointer;
}

/* Bảng ngày khởi hành */
.nxg-tour-start-table {
    margin-top: 18px;
    padding: 16px;
    background: #fffaf0;
    border: 1px solid #f6a800;
    border-radius: 8px;
}

.nxg-tour-start-table table {
    width: 100%;
    border-collapse: collapse;
}

.nxg-tour-start-table td,
.nxg-tour-start-table th {
    border: 1px solid #f3d28b;
    padding: 9px 10px;
    font-size: 14px;
}

/* =========================
   Timeline
========================= */





/* =========================
   Accordion
========================= */

.nxg-tour-accordion-wrap {
    padding-bottom: 14px;
}

.nxg-tour-accordion {
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}

.nxg-tour-accordion button {
    width: 100%;
    border: 0;
    background: #f8fafc;
    color: #06416d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    text-align: left;
    cursor: pointer;
}

.nxg-tour-accordion button i {
    transition: transform 0.2s ease;
}

.nxg-tour-accordion-content {
    display: none;
    padding: 15px 16px;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    border-top: 1px solid #e5e7eb;
}

.nxg-tour-accordion.active .nxg-tour-accordion-content {
    display: block;
}

.nxg-tour-accordion.active button i {
    transform: rotate(180deg);
}

/* =========================
   Sidebar booking
========================= */

.nxg-tour-sidebar {
    position: sticky;
    top: 85px;
}

.nxg-tour-booking-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.12);
}

.nxg-tour-sidebar-img {
    height: 190px;
    overflow: hidden;
    background: #f3f4f6;
}

.nxg-tour-sidebar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nxg-tour-sidebar-body {
    padding: 18px;
}

.nxg-tour-sidebar-body h3 {
    color: #06416d;
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 12px;
}

.nxg-tour-price-box {
    margin-bottom: 14px;
}

.nxg-tour-old-price {
    color: #888;
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.nxg-tour-sale-price,
.nxg-tour-sale-price .woocommerce-Price-amount,
.nxg-tour-sale-price .woocommerce-Price-currencySymbol {
    color: #f6a800 !important;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.nxg-tour-side-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 11px 0;
    border-top: 1px solid #eef2f7;
    color: #4b5563;
    font-size: 14px;
}

.nxg-tour-side-row i {
    color: #0d5d91;
    width: 18px;
    text-align: center;
    margin-top: 2px;
}

.nxg-tour-side-row strong {
    display: block;
    color: #111827;
    margin-bottom: 2px;
}

.nxg-tour-side-row span {
    display: block;
}

.nxg-tour-side-departure {
    border-top: 1px solid #eef2f7;
    padding-top: 12px;
    margin-top: 4px;
}

.nxg-tour-side-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-size: 14px;
    margin-bottom: 8px;
}

.nxg-tour-side-title i {
    color: #0d5d91;
}

.nxg-tour-side-departure-content {
    max-height: 82px;
    overflow: hidden;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
}

.nxg-tour-side-departure-content.is-open {
    max-height: none;
}

.nxg-tour-see-more {
    border: 0;
    background: transparent;
    color: #06416d;
    font-size: 13px;
    padding: 8px 0 0;
    cursor: pointer;
}

.nxg-tour-book-btn {
    width: 100%;
    height: 46px;
    margin-top: 15px;
    border: 0;
    border-radius: 8px;
    background: #f6a800;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.nxg-tour-book-btn:hover {
    background: #e69700;
}

/* =========================
   Reviews
========================= */

.nxg-tour-review-box .commentlist {
    padding-left: 0;
    list-style: none;
}

.nxg-tour-review-box .comment_container {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #eef2f7;
}

.nxg-tour-review-box img.avatar {
    border-radius: 50%;
}

.nxg-tour-review-box .comment-text {
    flex: 1;
    border: 0 !important;
    padding: 0 !important;
}

/* =========================
   Related products
========================= */

.nxg-tour-related {
    margin-top: 34px;
}

.nxg-tour-related h2 {
    color: #06416d;
    font-size: 24px;
    margin: 0 0 18px;
}

.nxg-tour-related h2 span {
    color: #f6a800;
}

.nxg-tour-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.nxg-tour-related-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.nxg-tour-related-card a {
    color: inherit;
    text-decoration: none;
}

.nxg-tour-related-img {
    height: 145px;
    overflow: hidden;
    background: #f3f4f6;
}

.nxg-tour-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nxg-tour-related-body {
    padding: 12px;
}

.nxg-tour-related-body h3 {
    color: #06416d;
    font-size: 15px;
    line-height: 1.35;

    min-height: 42px;
    margin: 0 0 8px;
}

.nxg-tour-related-rating {
    color: #777;
    font-size: 13px;
    margin-bottom: 6px;
}

.nxg-tour-related-rating span {
    color: #f6a800;
}

.nxg-tour-related-body p {
    color: #555;
    font-size: 13px;
    margin: 0 0 5px;
}

.nxg-tour-related-body p i {
    color: #0d5d91;
    margin-right: 5px;
}

.nxg-tour-related-price,
.nxg-tour-related-price .woocommerce-Price-amount,
.nxg-tour-related-price .woocommerce-Price-currencySymbol {
    color: #f6a800 !important;
    font-size: 17px;
    font-weight: 900;
}

/* =========================
   Booking modal
========================= */

body.nxg-modal-open {
    overflow: hidden;
}

.nxg-booking-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.nxg-booking-modal.active {
    display: block;
}

.nxg-booking-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.58);
}

.nxg-booking-box {
    position: relative;
    z-index: 2;
    width: min(860px, calc(100% - 30px));
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    margin: 30px auto;
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.nxg-booking-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #111;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.nxg-booking-subtitle {
    color: #f6a800;
    font-size: 13px;

    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 8px;
}

.nxg-booking-box h2 {
    color: #06416d;
    font-size: 24px;
    line-height: 1.35;

    text-align: center;
    margin: 0 0 22px;
}

.nxg-booking-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 14px;
}

.nxg-booking-row-top {
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

.nxg-booking-field label {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

.nxg-booking-field label span {
    color: #e11d48;
}

.nxg-booking-field input {
    width: 100%;
    height: 42px;
    border: 1px solid #d8dee8;
    border-radius: 7px;
    padding: 0 11px;
    font-size: 14px;
}

.nxg-input-icon {
    position: relative;
}

.nxg-input-icon input {
    padding-right: 38px;
}

.nxg-input-icon i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #0d5d91;
}

.nxg-booking-price {
    text-align: center;
    margin: 18px 0;
}

.nxg-booking-old-price {
    color: #888;
    text-decoration: line-through;
    font-size: 15px;
}

.nxg-booking-sale-price,
.nxg-booking-sale-price .woocommerce-Price-amount,
.nxg-booking-sale-price .woocommerce-Price-currencySymbol {
    color: #f6a800 !important;
    font-size: 28px;
    font-weight: 900;
}

.nxg-booking-submit {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #f6a800;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}

.nxg-booking-note {
    text-align: center;
    color: #777;
    font-size: 13px;
    margin: 10px 0 0;
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {
    .nxg-tour-layout {
        grid-template-columns: 1fr;
    }

    .nxg-tour-sidebar {
        position: static;
    }

    .nxg-tour-gallery-main {
        height: 340px;
    }

    .nxg-tour-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nxg-booking-row-top,
    .nxg-booking-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .nxg-tour-container {
        padding: 16px 12px 40px;
    }

    .nxg-tour-title {
        font-size: 23px;
    }

    .nxg-tour-gallery-main {
        height: 250px;
    }

    .nxg-tour-gallery-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .nxg-tour-thumb {
        height: 68px;
    }

    .nxg-tour-tabs {
        top: 0;
    }

    .nxg-tour-box {
        padding: 16px;
    }

    .nxg-tour-box h2 {
        font-size: 20px;
    }

    .nxg-tour-related-grid {
        grid-template-columns: 1fr;
    }

    .nxg-booking-row-top,
    .nxg-booking-row {
        grid-template-columns: 1fr;
    }

    .nxg-booking-box {
        padding: 22px 16px;
    }
}

/*tour trang chủ*/


.tour-trangchu .product-small .box-text-products {
    min-height: 195px !important;
    position: relative !important;
}


/* .tour-trangchu .product-small .title-wrapper {
    position: relative !important;
    min-height: 150px !important;
}

.tour-trangchu .product-small .row-tien {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    margin: 0 !important;
}
 */
/*chi tiết tour*/
button.nxg-section-more.is-visible {
    justify-content: center;
}


/* Timeline lịch trình */

.nxg-tour-timeline .nxg-tour-content {
    position: relative !important;
    padding-left: 42px !important;
}

/*poup up*/

.mfp-content #formlienhe.lightbox-content,
.mfp-content #formlienhe.lightbox-white {
    background: transparent !important;
    box-shadow: none !important;
}


.mfp-content #formlienhe {
    padding: 0 !important;
}

#formlienhe .thiet-ketour {
    background: transparent !important;
    padding: 0 !important;
}


#formlienhe .thiet-ketour .row {
    background: #004b73 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28) !important;
}

/*form tkt*/
/* Form thiết kế tour chuyên biệt */
.nx-tour-form {
    position: relative;
    padding: 28px;
    border-radius: 0;
    color: #fff;
}
.nx-tour-form-head h2 {
    color: #fff;
    line-height: 1.2;
 
	    font-size: 25px;
}

.nx-tour-form-head p {
    color: #fff;
}

.nx-tour-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    max-width: 560px;
}

.nx-tour-form .nx-tour-field p {
    margin: 0;
}

.nx-tour-form input[type="text"],
.nx-tour-form input[type="tel"],
.nx-tour-form input[type="email"],
.nx-tour-form input[type="number"],
.nx-tour-form textarea {
    width: 100%;
    border: 0 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 15px;
    padding: 0 20px !important;
    box-shadow: none !important;
}


.nx-tour-form input[type="submit"] {
    height: 44px;
    border: 0 !important;
    border-radius: 9px !important;
    background: #f6a800 !important;
    color: #fff !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.nx-tour-form input[type="submit"]:hover {
    background: #e89c00 !important;
}

@media (max-width: 767px) {

    .nx-tour-form-grid {
        grid-template-columns: 1fr;
    }
}

/* Popup thiết kế tour - ảnh bên trái full khung */
#formlienhe .thiet-ketour .row {
    display: flex !important;
    align-items: stretch !important;
    min-height: 400px;
    background: #004b73;
    border-radius: 22px;
    overflow: hidden;
}

/* 2 cột */
#formlienhe .thiet-ketour .col {
    display: flex;
}

#formlienhe .thiet-ketour .col-inner {
    width: 100%;
    height: 100%;
}


/* Khung ảnh */
#formlienhe .thiet-ketour .img,
#formlienhe .thiet-ketour .img-inner {
    width: 100% !important;
    height: 100% !important;
}

/* Ảnh  */
#formlienhe .thiet-ketour .img-inner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}


/* Mobile */
@media (max-width: 849px) {
    #formlienhe .thiet-ketour .row {
        display: block !important;
        min-height: unset;
    }

    #formlienhe .thiet-ketour .img,
    #formlienhe .thiet-ketour .img-inner {
        height: 260px !important;
    }

    #formlienhe .thiet-ketour .col:last-child .col-inner {
        padding: 28px 22px !important;
    }
}

.nx-tour-rating i.fa-star {
    color: #f6a800 !important;
}
/*lịch*/

.nxg-date-picker-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
    display: none !important;
    -webkit-appearance: none !important;
}

.nxg-date-picker-wrap input[type="date"]::-webkit-inner-spin-button,
.nxg-date-picker-wrap input[type="date"]::-webkit-clear-button {
    display: none !important;
    -webkit-appearance: none !important;
}

.nxg-date-picker-wrap input[type="date"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    padding-right: 42px !important;
}


.nxg-date-picker-icon {
    right: 16px !important;
    color: #004b7a !important;
    z-index: 3 !important;
}

/*menu*/
/* Căn giữa dropdown chứa section Menu-tour - không dùng menu ID số */
.nav-dropdown:has(.Menu-tour) {
    position: fixed !important;
    top: 90px !important;
    left: 50% !important;
    right: auto !important;
    margin-left: 0 !important;
    transform: translateX(-50%) !important;

    width: 1200px !important;
    max-width: calc(100vw - 40px) !important;

    padding: 0 !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 4px 18px rgba(0,0,0,0.16) !important;
    overflow: hidden !important;
    z-index: 99999 !important;
}


.nav-dropdown:has(.Menu-tour) .Menu-tour {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}


.nav-dropdown:has(.Menu-tour) .Menu-tour .row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*menu click*/

.Menu-tour.menu-click:not(.is-clicked) .tab-panels {
    display: none !important;
}


.Menu-tour.menu-click.is-clicked .tab-panels {
    display: block !important;
}


.Menu-tour.menu-click:not(.is-clicked) .nav-vertical .tab {
    background: transparent !important;
}


.Menu-tour.menu-click .nav-vertical > li > a {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #06426b !important;
    text-transform: uppercase !important;
    padding: 12px 0 !important;
}

.Menu-tour.menu-click .nav-vertical > li:hover > a,
.Menu-tour.menu-click .nav-vertical > li.active > a {
    color: #06426b !important;
}

.Menu-tour.menu-click .tab-panels {
    padding-left: 70px !important;
}

.Menu-tour.menu-click .tab-panels a {
    font-size: 16px !important;
    color: #111 !important;
    text-decoration: none !important;
}

.Menu-tour.menu-click .tab-panels a:hover {
    color: #ffb000 !important;
}

.Menu-tour.menu-click .tab-panels img {
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}
/*thanh tìm kiếm*/


.tim-kiem-123-fixed-clone {
    position: fixed !important;
    top: 12px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 2147483647 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0 !important;
}

.tim-kiem-123-fixed-clone.show-search-fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tim-kiem-123-fixed-clone .stick-login {
    position: relative !important;
    z-index: 2147483647 !important;
}
/*menu*/
/* Tạo khung cho menu: Thiết kế tour chuyên biệt */
#menu-item-886 > a.nav-top-link {
    border: 1px solid #f6a800 !important;
    border-radius: 8px !important;
    padding: 8px 18px !important; 
    line-height: 1.2 !important;
    height: auto !important;
    min-height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
 background: transparent !important;
}

/* Hover đẹp hơn */
#menu-item-886 > a.nav-top-link:hover {
    background: #f6a800 !important;
    color: #003f66 !important;
}

/*lịch trình abc*/
/* =========================
   TIMELINE LỊCH TRÌNH TOUR
========================= */

.nxg-tour-timeline .nxg-tour-content {
    position: relative;
    padding-left: 72px;
}


.nxg-tour-timeline .nxg-tour-content h3 {
    position: relative;
    color: #00416f;

    text-transform: uppercase;
}

.nxg-tour-timeline .nxg-tour-content h3::before {
    content: "";
    position: absolute;
    left: -51px;
    width: 14px;
    height: 14px;
    background: #00699b;
    border-radius: 50%;
    z-index: 3;
}

/* 
.nxg-tour-timeline .nxg-tour-content h3::after {
    content: "";
    position: absolute;
    left: -58px;
    top: 3px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #e8f3fb;
    z-index: 2;
} */

.nxg-tour-timeline .nxg-tour-content p,
.nxg-tour-timeline .nxg-tour-content ul,
.nxg-tour-timeline .nxg-tour-content li {

    line-height: 1.8;
    color: #1e1e1e;
}


.nxg-tour-timeline .nxg-tour-content h3:not(:first-child) {
    margin-top: 48px;
}


@media (max-width: 768px) {

    .nxg-tour-timeline .nxg-tour-content h3 {
        font-size: 19px;
        line-height: 1.45;
    }

    .nxg-tour-timeline .nxg-tour-content h3::before {
        left: -32px;
        top: 8px;
        width: 12px;
        height: 12px;
    }

    .nxg-tour-timeline .nxg-tour-content h3::after {
        left: -39px;
        top: 1px;
        width: 26px;
        height: 26px;
    }

    .nxg-tour-timeline .nxg-tour-content p,
    .nxg-tour-timeline .nxg-tour-content ul,
    .nxg-tour-timeline .nxg-tour-content li {
        font-size: 16px;
    }
}
/*ảnh tc*/
.tin-new img.attachment-medium.size-medium.wp-post-image {
    border-radius: 5px;
}

/* đnáh giá*/
/* =========================
   TRANG DANH SÁCH ĐÁNH GIÁ
========================= */

.nxg-review-page {
    background: #fff;
    padding-bottom: 60px;
}

.nxg-review-tabs {
    background: #f5f5f5;
    padding: 18px 15px 16px;
    text-align: center;
    margin-bottom: 34px;
}

.nxg-review-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 34px;
    padding: 0 22px;
    margin: 0 4px;
    border-radius: 3px;
    background: #fff;
    color: #00416f;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none !important;
}

.nxg-review-tabs a.active {
    background: #ffad00;
    color: #00416f;
}


.nxg-breadcrumb a,
.nxg-breadcrumb span:last-child {
    color: #00416f;
    font-size:16px;
    
}


/* Card đánh giá */
.nxg-review-list-item {
    background: #f6f6f6;
   
}

/*chi tiết*/
/* =========================
   REVIEW DETAIL - NEW CLASS
========================= */

.nrv-detail-page {
    background: #fff;
    padding-bottom: 60px;
}

/* Tabs */
.nrv-tab-area {
    background: #f5f5f5;
    border-top: 5px solid #00416f;
    padding: 17px 15px 15px;
    text-align: center;
    margin-bottom: 34px;
}

.nrv-tab-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.nrv-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height:43px;
    padding: 0 18px;
    background: #fff;
    color: #00416f !important;

    font-weight: 800;
    border-radius: 3px;
    text-decoration: none !important;
    line-height: 1;
}

.nrv-tab-btn.is-active,
.nrv-tab-btn:hover {
    background: #ffad00;
    color: #00416f !important;
}

/* Layout */
.nrv-detail-wrap {
  
    margin: 0 auto;
    padding: 0 15px 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 22px;
    align-items: flex-start;
}

.nrv-main-col {
    min-width: 0;
}

.nrv-breadcrumb {
    
    color: #333;
    margin-bottom: 28px;
}

.nrv-breadcrumb a {
    color: #00416f;
    font-weight: 700;
    text-decoration: none !important;
}

.nrv-breadcrumb span {
    margin: 0 4px;
}

.nrv-title {
    color: #00416f;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 20px;
}

/* Card */
.nrv-review-card {
    background: #f6f6f6;
    padding: 26px 22px;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) 95px;
    gap: 18px;
    align-items: center;
    margin-bottom: 36px;
}

.nrv-card-avatar {
    text-align: center;
}

.nrv-card-avatar img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 18px;
}

.nrv-stars {
    color: #ffad00;
   
    letter-spacing: 4px;
    line-height: 1;
    white-space: nowrap;
}

.nrv-card-content h2 {
    font-size: 18px;
    line-height: 1.5;
    color: #111;
    font-weight: 800;
    margin: 0 0 16px;
}

.nrv-card-content p {

    color: #222;
    margin: 0 0 18px;
}

.nrv-card-content strong {
    display: block;
    line-height: 1.5;
    color: #111;
    margin-bottom: 4px;
}

.nrv-tour-name {
 
    color: #111;
    font-weight: 600;
}

.nrv-card-action {
    align-self: end;
    text-align: right;
}

.nrv-card-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    height: 28px;
    background: #ffad00;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none !important;
}

.nrv-card-action a:hover {
    background: #f29f00;
    color: #fff !important;
}

/* Content */



/* Bottom button */
.nrv-bottom-action {
    text-align: center;
    margin: 30px 0 44px;
}

.nrv-bottom-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 125px;
    height: 33px;
    background: #ffad00;
    color: #fff !important;
    border-radius: 5px;

    font-weight: 700;
    text-decoration: none !important;
}

.nrv-bottom-action a:hover {
    background: #f29f00;
}

/* Sidebar */


.nrv-consult-box {
    background: #fff;
    border: 1px solid #d9e0e7;
    border-radius: 5px;
    overflow: hidden;
}

.nrv-consult-title {
    background: #00416f;
    color: #ffb000;
   
    font-weight: 800;
    padding: 9px 11px;
    line-height: 1.3;
}

.nrv-hotline {
    margin: 13px auto 9px;
    width: calc(100% - 24px);
    background: #f7f7f7;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.nrv-hotline-icon {
    width: 33px;
    height: 33px;
    background: #ffad00;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nrv-hotline-text span {
    display: block;
    color: #777;
    font-size: 8px;
    line-height: 1.2;
    margin-bottom: 2px;
}

.nrv-hotline-text a {
    display: block;
    color: #ffad00 !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    line-height: 1.1;
}

.nrv-consult-form {
    padding: 0 12px 13px;
}

.nrv-consult-form p {
    font-size: 9px;
    color: #555;
    font-weight: 600;
    margin: 0 0 6px;
}

.nrv-consult-form input {
    width: 100%;
    height: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 9px;
    margin-bottom: 7px;
    outline: none;
}

.nrv-consult-form input::placeholder {
    color: #b8b8b8;
}

.nrv-consult-form button {
    width: 100%;
    height: 27px;
    border: none;
    border-radius: 4px;
    background: #ffad00;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    cursor: pointer;
}

.nrv-consult-form button:hover {
    background: #f29f00;
}

.nrv-note {
    text-align: center;
    color: #a8a8a8;
    font-size: 8px;
    line-height: 1.45;
    margin-top: 8px;
}

/* Sticky sidebar */


/* Tour section */
.nrv-tour-section {
    margin: 0 auto 65px;
    padding: 0 15px;
}

.nrv-tour-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.nrv-tour-head h2 {
    margin: 0;
    color: #00416f;
    font-size: 17px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 7px;
}

.nrv-tour-head h2 span {
    color: #ffad00;
    font-size: 20px;
}

.nrv-tour-head a {
    color: #00416f;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
}

.nrv-tour-head a::after {
    content: "●";
    color: #00416f;
    font-size: 8px;
    margin-left: 6px;
}

.nrv-tour-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.nrv-tour-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.nrv-tour-img {
    display: block;
    aspect-ratio: 4 / 2.55;
    overflow: hidden;
}

.nrv-tour-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nrv-tour-body {
    padding: 9px 9px 10px;
}

.nrv-tour-body h3 {
    margin: 0 0 7px;
    font-size: 10px;
    line-height: 1.45;
    font-weight: 800;
}

.nrv-tour-body h3 a {
    color: #00416f;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nrv-tour-rate {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 8px;
    color: #777;
    margin-bottom: 7px;
    flex-wrap: wrap;
}

.nrv-tour-rate span {
    color: #ffad00;
    font-weight: 800;
}

.nrv-tour-rate em {
    font-style: normal;
    color: #777;
}

.nrv-tour-info p {
    margin: 0 0 5px;
    color: #7a7a7a;
    font-size: 8px;
    line-height: 1.45;
}

.nrv-tour-info i {
    color: #8b96a5;
    width: 10px;
    text-align: center;
}

.nrv-tour-price {
    margin-top: 7px;
    color: #ffad00;
    font-size: 14px;
    font-weight: 800;
    text-align: right;
    line-height: 1.2;
}

.nrv-tour-price del {
    color: #aaa;
    font-size: 9px;
    font-weight: 400;
    margin-right: 4px;
}

.nrv-tour-price ins {
    color: #ffad00;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .nrv-detail-wrap {
        max-width: 720px;
        display: block;
    }

    .nrv-side-col {
        width: 100%;
        min-width: 0;
        margin-top: 24px;
    }

    .nrv-consult-box {
        max-width: 260px;
        margin: 0 auto;
    }

    .nrv-review-card {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .nrv-card-action {
        grid-column: 2;
        text-align: left;
    }

    .nrv-tour-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .nrv-tab-wrap {
        flex-direction: column;
    }

    .nrv-tab-btn {
        width: 220px;
    }

    .nrv-review-card {
        display: block;
        padding: 22px 16px;
    }

    .nrv-card-avatar {
        margin-bottom: 18px;
    }

    .nrv-card-action {
        text-align: left;
        margin-top: 16px;
    }

    .nrv-tour-grid {
        grid-template-columns: 1fr;
    }
}


/*tour nổi bật đnáh giá */
/* =========================
   TOUR GỢI Ý NỔI BẬT - CHỮ TO HƠN
========================= */

.nx-tour-suggest {
    margin: 10px auto 70px;
}

.nx-tour-suggest > .row {
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Header */
.nx-tour-suggest-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.nx-tour-suggest-head h2 {
    margin: 0;
    color: #00416f;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    display: flex;
    align-items: center;
    gap: 10px;
	width:60%
}

.nx-tour-suggest-head h2 span {
    color: #ffad00;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -7px;

}

.nx-tour-suggest-head a {
    color: #00416f !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nx-tour-suggest-head a::after {
    content: "›";
    width: 20px;
    height: 20px;
    background: #00416f;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
}

/* Grid cố định, bỏ slider */
.nx-tour-suggest-slider {
    position: relative;
}

.nx-tour-suggest-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    overflow: visible;
    padding: 0;
}

/* Card */
.nx-tour-suggest-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.nx-tour-suggest-img {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f3f3f3;
}

.nx-tour-suggest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Body */
.nx-tour-suggest-body {
    padding: 15px 15px 14px;
}

.nx-tour-suggest-body h3 {
    margin: 0 0 11px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
    min-height: 50px;
}

.nx-tour-suggest-body h3 a {
    color: #00416f !important;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Rating */
.nx-tour-suggest-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 1;
    flex-wrap: wrap;
}

.nx-tour-suggest-rating .nx-star {
    color: #ffad00;
    font-size: 17px;
    line-height: 1;
}

.nx-tour-suggest-rating strong {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 700;
}

.nx-tour-suggest-rating em,
.nx-tour-suggest-rating small {
    color: #9a9a9a;
    font-size: 14px;
    font-style: normal;
}

/* Info */
.nx-tour-suggest-info {
    min-height: 52px;
}

.nx-tour-suggest-info p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    color: #7f8790;
    font-size: 14px;
    line-height: 1.4;
}

.nx-tour-suggest-info i {
    color: #9aa4af;
    width: 15px;
    text-align: center;
    font-size: 15px;
}

/* Giá màu cam */
.nx-tour-suggest-price {
    margin-top: 8px;
    text-align: right;
    color: #ffad00 !important;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.nx-tour-suggest-price .amount,
.nx-tour-suggest-price bdi,
.nx-tour-suggest-price ins,
.nx-tour-suggest-price ins .amount,
.nx-tour-suggest-price ins bdi {
    color: #ffad00 !important;
    text-decoration: none !important;
    font-size: 26px;
    font-weight: 900;
}

.nx-tour-suggest-price del {
    color: #9a9a9a !important;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.nx-tour-suggest-price del .amount,
.nx-tour-suggest-price del bdi {
    color: #9a9a9a !important;
    font-size: 14px;
    font-weight: 400;
}

.nx-tour-suggest-price ins {
    text-decoration: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .nx-tour-suggest-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .nx-tour-suggest-head h2 {
        font-size: 24px;
    }

    .nx-tour-suggest-img {
        height: 170px;
    }

    .nx-tour-suggest-body h3 {
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .nx-tour-suggest-head {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .nx-tour-suggest-head h2 {
        font-size: 22px;
    }

    .nx-tour-suggest-track {
        grid-template-columns: 1fr;
    }

    .nx-tour-suggest-img {
        height: 190px;
    }

    .nx-tour-suggest-body h3 {
        font-size: 17px;
        min-height: auto;
    }

    .nx-tour-suggest-price,
    .nx-tour-suggest-price .amount,
    .nx-tour-suggest-price bdi,
    .nx-tour-suggest-price ins,
    .nx-tour-suggest-price ins .amount,
    .nx-tour-suggest-price ins bdi {
        font-size: 24px;
    }
}

/*điểm đến*/
/*
   BANNER  */

.bn-dd-single-page .bn-dd-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    min-height: calc(100vh - 150px) !important;
    height: calc(100vh - 150px) !important;
    max-height: 760px !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    position: relative !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}

/* Lớp phủ nhẹ để chữ nổi */
.bn-dd-single-page .bn-dd-hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.12) !important;
    z-index: 1 !important;
}

/* Khối chữ trong banner */
.bn-dd-single-page .bn-dd-hero .bn-dd-container {
    width: 100% !important; 
    margin: 0 auto !important;

    position: relative !important;
    z-index: 2 !important;
}


.bn-dd-single-page .bn-dd-hero-content {
   
    text-align: left !important;
    color: #fff !important;
    margin-top: 70px !important;
}

/* Dòng 1: ĐIỂM ĐẾN */
.bn-dd-parent-title {
    color: #fff !important;
    font-size: 38px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 18px !important;
}

/* Dòng 2: HÀ GIANG */
.bn-dd-child-title {
    color: #fff !important;
    font-size: 88px !important;
    line-height: 0.95 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 26px !important;
}

.bn-dd-acf-title {
    color: #fff !important;
    font-size: 38px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

/* Breadcrumb */

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
    .bn-dd-single-page .bn-dd-hero {
        min-height: 620px !important;
        height: 620px !important;
        max-height: none !important;
    }

    .bn-dd-single-page .bn-dd-hero .bn-dd-container {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

    .bn-dd-single-page .bn-dd-hero-content {
        margin-top: 40px !important;
    }

    .bn-dd-parent-title {
        font-size: 30px !important;
    }

    .bn-dd-child-title {
        font-size: 78px !important;
    }

    .bn-dd-acf-title {
        font-size: 28px !important;
    }

    .bn-dd-single-page .bn-dd-breadcrumb {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}


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

@media (max-width: 767px) {
    .bn-dd-single-page .bn-dd-hero {
        min-height: 480px !important;
        height: 480px !important;
        background-position: center center !important;
    }

    .bn-dd-single-page .bn-dd-hero .bn-dd-container {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .bn-dd-single-page .bn-dd-hero-content {
        margin-top: 20px !important;
    }

    .bn-dd-parent-title {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .bn-dd-child-title {
        font-size: 48px !important;
        line-height: 1 !important;
        margin-bottom: 14px !important;
    }

    .bn-dd-acf-title {
        font-size: 20px !important;
    }

    .bn-dd-single-page .bn-dd-single-content {
        padding-top: 28px !important;
    }

    .bn-dd-single-page .bn-dd-breadcrumb {
        padding-left: 22px !important;
        padding-right: 22px !important;
        font-size: 14px !important;
    }
}

/* =========================
   KINH NGHIỆM - KHÔNG CÓ TIÊU ĐỀ NGOÀI
========================= */

.bn-dd-experience-section {
    margin-top: 32px !important;
}

.bn-dd-experience-section > h2 {
    display: none !important;
}

.bn-dd-experience-box {
    position: relative !important;
    background: #fff !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.bn-dd-experience-content {
    max-height: 360px !important;
    overflow: hidden !important;
    position: relative !important;
    transition: max-height 0.35s ease !important;
}

.bn-dd-experience-content:after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 90px !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff) !important;
    pointer-events: none !important;
}

.bn-dd-experience-box.is-open .bn-dd-experience-content {
    max-height: none !important;
}

.bn-dd-experience-box.is-open .bn-dd-experience-content:after,
.bn-dd-experience-box.is-short-content .bn-dd-experience-content:after {
    display: none !important;
}

.bn-dd-readmore-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 24px auto 0 !important;
    padding: 10px 28px !important;
    border-radius: 4px !important;
    border: 1px solid #e2e6ea !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.bn-dd-readmore-btn:hover {
    background: #004775 !important;
    border-color: #004775 !important;
    color: #fff !important;
}


/* =========================
   SIDEBAR TOUR NỔI BẬT
========================= */

.bn-dd-tour-sidebar-box {
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 12px !important;
    padding: 18px 16px 16px !important;
    margin-bottom: 24px !important;
}

.bn-dd-sidebar-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #222 !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}



.bn-dd-side-tour-item {
    display: flex !important;
    gap: 12px !important;
    align-items: flex-start !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}



.bn-dd-side-img {
    width: 72px !important;
    min-width: 72px !important;
    height: 72px !important;
    display: block !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}


.bn-dd-side-content h4 {
    margin: 0 0 6px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.bn-dd-side-content h4 a {
    color: #222 !important;
    text-decoration: none !important;
}

.bn-dd-side-content h4 a:hover {
    color: #004775 !important;
}

.bn-dd-side-price,
.bn-dd-side-price .amount,
.bn-dd-side-price bdi {
    color: #f4a300 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
}

.bn-dd-sidebar-more-btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 18px !important;
    padding: 12px 16px !important;
    background: #f4a300 !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.bn-dd-sidebar-more-btn:hover {
    background: #d98e00 !important;
    color: #fff !important;
}

.nx-tour-meta i {
    display: grid;
    gap: 4px;
    font-size: 12.5px;
    color: #003b67;
    margin-bottom: 8px;
}

.nx-filter-title i {

    display: none;
}

/*fotter*/
/* Nút liên hệ cố định bên phải giữa màn hình */
.bn-fixed-contact {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bn-fixed-contact .bn-contact-item {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e5aa32;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 19px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

.bn-fixed-contact .bn-contact-item:hover {
    background: #c98e18;
    color: #fff !important;
    transform: translateX(-4px);
}

.bn-fixed-contact .bn-zalo {
    font-size: 12px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.bn-fixed-contact i {
    line-height: 1;
}

/* Mobile */
@media (max-width: 768px) {
    .bn-fixed-contact {
        right: 12px;
        gap: 8px;
    }

    .bn-fixed-contact .bn-contact-item {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .bn-fixed-contact .bn-zalo {
        font-size: 11px;
    }
}


/* Nút back to */
#top-link.back-to-top {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;

    right: 24px !important;
    bottom: 26px !important;

    background: #e4aa32 !important;
    border: none !important;
    border-radius: 0 !important;

    color: #fff !important;
    box-shadow: none !important;
  

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;
}

#top-link.back-to-top i {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 1 !important;
    margin: 0 !important;
}

#top-link.back-to-top:hover {
    background: #c98f18 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Bỏ viền tròn mặc định của Flatsome */
#top-link.back-to-top.circle,
#top-link.back-to-top.is-outline,
#top-link.back-to-top.plain {
    border-radius: 0 !important;
    border: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    #top-link.back-to-top {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        right: 14px !important;
        bottom: 18px !important;
    }

    #top-link.back-to-top i {
        font-size: 14px !important;
    }
}

/*banenr*/
/* Banner TC  */
.banner-tc .slider .flickity-prev-next-button,
.banner-tc .slider:hover .flickity-prev-next-button,
.banner-tc .slider:not(:hover) .flickity-prev-next-button,
.banner-tc .slider.is-draggable .flickity-prev-next-button,
.banner-tc .slider.flickity-enabled .flickity-prev-next-button {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
}


.banner-tc .flickity-prev-next-button {
   
    background: #fff !important;
width: 36px !important;
    height: 26px !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
    border: none !important;
}


.banner-tc .flickity-prev-next-button .arrow,
.banner-tc .flickity-button-icon {
    fill: #222 !important;
}

.banner-tc .slider-wrapper,
.banner-tc .flickity-viewport,
.banner-tc .img-inner,
.banner-tc .img-inner img {
    border-radius: 8px !important;
}


.banner-tc .flickity-viewport,
.banner-tc .img-inner {
    overflow: hidden !important;
}


