@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
 body,html{
      font-family: "Roboto", serif !important; 
 }
  iframe { 
    width: 100%; 
}
ul#menu-menu li a {
    font-weight: bold;
    margin: 0 10px;
    font-size: 15px;
}
.mbp_pagination {
    text-align: center;
}
a.page-numbers {
    background: #32b34a;
    padding: 10px 10px;
    color: #ffffff;
}
h3.fw-bold.text-center.mb-4 {
    color: #067ca8;
}
 input.wpcf7-form-control.wpcf7-text.linkan {
    display: none !important;
}
body.home.blog.logged-in.admin-bar.customize-support  .navbar { 
    padding: 75px 0px !important;
}
 
p.wp-caption-text {
    text-align: center;
    font-style: italic;
    margin: 10px 0px;
}
footer ul.list-unstyled li a, .footer_ab a{
    color:white;
}
.bottom p {
    font-size: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-right: 0;
    /* color: #056ab8; */
    min-height: 0px;
}
    .container{
        max-width:1160px;
    }
    .col-md-6.hero-slider .slider {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 10px;
}
    h2 {
    color: #067ca8;
    font-size: 30px;
}
        body {
            font-family: Arial, sans-serif;
        }
        .top-bar {
            background-color: #057ca8;
            color: white;
            padding: 5px 20px;
            font-size: 14px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .top-bar a {
            color: white;
            margin-left: 15px;
            text-decoration: none;
            font-size: 14px;
        }
       
nav.navbar * {
    color: #067ca8 !important;
    text-transform: uppercase;
    font-size: 14px;
}
        .navbar-brand img {
            height: 50px;
        }
        .nav-link {
            color: white !important;
            font-size: 20px;
            padding: 10px 15px;
        }
        .search-box {
            background: white;
            border-radius: 20px;
            padding: 5px 15px;
            border: none;
            width: 200px;
        }
        .search-box:focus {
            outline: none;
        }
        .search-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .hero-section {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 650px;
            padding: 50px;
            color: white;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
            
        }
        .hero-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: rgb(0 0 0 / 33%);*/
        }
        .hero-section .container {
            position: relative;
            z-index: 2;
        }
        .hero-text {
            width: 50%;
        }
        .hero-slider {
            width: 50%;
        }
        .hero-slider .hinhanh {
            position: relative;
        } 
        .overlay-text {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%); 
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 20px;
            text-align: center;
        }
        .hero-slider img {
            width: 100%;
            border-radius: 10px;
            height:350px !important;
            object-fit:cover;
        }
        .hero-text h1 {
            font-size: 50px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .hero-text p {
            font-size: 15px;
        }
       .hero-slider .slick-slide
        {
            height:350px !important;
        }
       .slick-prev, .slick-next {
            width: 50px;
            height: 50px;
            background-color: white;
            border-radius: 50%;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }
        .slick-prev {
            left: 30px;
        }
        .slick-next {
            right: 30px;
        }
        .slick-prev::before, .slick-next::before {
            font-size: 24px;
            color: black;
            opacity: 1;
        }
        .slick-prev:hover, .slick-next:hover {
            background-color: #f43f5e;
            color: white;
        }
        .slick-prev:hover::before, .slick-next:hover::before {
            color: white;
        }
     
        .slick-prev::before, .slick-next::before {
            content: none;
        }
        .slick-prev i, .slick-next i {
            font-size: 20px;
            color: black;
        }
        .slick-prev:hover, .slick-next:hover {
            background-color: #f43f5e;
        }
        .slick-prev:hover i, .slick-next:hover i {
            color: white;
        }
          .foo {  
              z-index: 999;
                    margin-top: -230px;
                    Position: absolute;
                    width: 100%;
                    height: 100px !important;
                                        }

                        .foo svg {
                            width: 100%;
                        }

                        .foo .arrow {
                            stroke-width: .3px;
                            stroke: yellow;
                        }

                        .foo .topball {
                            animation: ball 2.5s ease-in-out;
                            animation-iteration-count: infinite;
                            animation-direction: alternate;
                            animation-delay: 0.3s;
                            cursor: pointer;
                        }

                        .foo .wave {
                            animation: wave 5s linear;
                            animation-iteration-count: infinite;
                            fill: white;
                        }

                        .foo .drop {
                            fill: transparent;
                            animation: drop 10s ease infinite normal;
                            stroke: #56c6d175;
                            stroke-width: 0.5;
                            opacity: .6;
                            transform: translateY(80%);
                        }

                        .foo .drop1 {
                            transform-origin: 20px 3px;
                        }

                        .foo .drop2 {
                            animation-delay: 3s;
                            animation-duration: 3s;
                            transform-origin: 15px 3px;
                        }

                        .foo .drop3 {
                            animation-delay: -2s;
                            animation-duration: 3.4s;
                            transform-origin: 16px 3px;
                        }

                        .gooeff {
                            filter: url(#goo);
                        }

                        .foo #wave2 {
                            animation-duration: 5s;
                            animation-direction: reverse;
                            opacity: .6
                        }

                        .foo #wave3 {
                            animation-duration: 7s;
                            opacity: .3;
                        }

                        @keyframes drop {
                            0% {
                                transform: translateY(80%);
                                opacity: .6;
                            }

                            80% {
                                transform: translateY(80%);
                                opacity: .6;
                            }

                            90% {
                                transform: translateY(10%) ;
                                opacity: .6;
                            }

                            100% {
                                transform: translateY(0%) scale(1.5);
                                stroke-width: 0.2;
                                opacity: 0;
                            }
                        }

                        @keyframes wave {
                            to {
                                transform: translateX(-100%);
                            }
                        }

                        @keyframes ball {
                            to {
                                transform: translateY(20%);
                            }
                        }
/*end */
.qc img {
    height: 450px;
    z-index: 999999999999999999;
    position: absolute;
    margin-top: -400px;
     transform: scaleX(-1);
     filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
section.tour-section.py-5 {
    z-index: 999;
    position: relative;
}
 .tour-section h2 {
            font-size: 26px;
            font-weight: bold;
            color: #057ca8;
        }
        .card {
            border-radius: 10px;
            overflow: hidden;
            margin-bottom:15px;
        }
        .card img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            height: 200px;
            object-fit: cover;
        }
        .badge {
            font-size: 14px;
            font-weight: bold;
            top: 10px;
            left: 10px;
            padding: 5px 10px;
        }
       .card-body {
            padding: 15px 15px 0px;
        }
        .card-body h5 {
            font-size: 16px;
            color: #057ca8;
            font-weight: bold;
			min-height:50px;
        }
        .card-body p {
            font-size: 14px;
            color: #555;
        }
        .card-body h4 {
            font-size: 18px;
            color: #388e3c;
            font-weight: bold;
        }
        .btn-success {
            background-color: #388e3c;
            border-radius: 20px;
            padding: 5px 15px;
            font-size: 14px;
             margin-top:-18px; 
            font-weight: bold;
        }
         .rental-section h2 {
            font-size: 26px;
            font-weight: bold;
            color: #057ca8;
        }
        .icon-badge {
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .card-body h5, .top5-section .card-body h6 {
          font-size: 16px;
    color: black;
    font-weight: bold; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-right: 0;
    min-height: 50px;
    font-weight: bold;
        }
        p.ab {
    display: block !important;
}
        .card-body p {
            font-size: 14px;
            color: #555; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-right: 0;
    min-height: 0px; 
        }
        .support-box {
            border: 1px solid #f97316;
            background: #fff;
        }
        .support-box h5 {
            color: #333;
        }
        .support-box p {
            color: #666;
        }
        .support-box .btn-warning {
            background: #f97316;
            border: none;
            color: white;
            font-weight: bold;
        }
         .footer {
             margin-top:80px;
            background: #057ca8;
            color: white;
        }
        .newsletter-box {
            background: white;
            border-radius: 8px;
            margin-top:-80px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        }
        .newsletter-box {
    color: black;
}

       .newsletter-box input {
    width: 250px;
    margin-left: 70px;
    float: right;
}
           .awards-section {
            background: #f8f9fa;
            padding: 80px 0;
        }
        .award-card {
            background: white;
            border-radius: 12px;
            transition: transform 0.3s ease;
        }
        .award-card:hover {
            transform: translateY(-5px);
        }
        .award-card img {
            max-width: 80px;
        }
         .promo-slider-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            padding: 20px 0;
        }
        
        .promo-slider-container img {
            width: 100%;
            height: 250px;
            border-radius: 10px;
            padding: 0 10px;
            
        }
         .top5-section h2 {
            font-size: 26px;
            font-weight: bold;
        }
        .top5-section .card {
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        .top5-section .card:hover {
            transform: translateY(-5px);
        }
        .top5-section .card img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            height: 200px;
            object-fit: cover;
        }
        .top5-section .card-body h6 {
            font-size: 16px;
            font-weight: bold;
        }
        .top5-section .card-body p {
            font-size: 14px;
            color: #555;
        } 
   .phone-fixeda {
     bottom: 250px !important;    color: #ffffff;position: fixed;right: 18px;border-radius: 30px 0 0 30px;transition: width 2s;z-index: 99999999999;
}
	
.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 20px;
}
.btn-primary-2 {
    color: #fff;
    background-color: #a50064;
    border-color: #a50064;
}
.phone-fixed{
    bottom: 100px !important;    color: #ffffff;position: fixed;right: 18px;border-radius: 30px 0 0 30px;transition: width 2s;z-index: 99999999999;
}
.phone-fixeds{
    bottom: 180px !important;    color: #ffffff;position: fixed;right: 18px;border-radius: 30px 0 0 30px;transition: width 2s;z-index: 99999999999;
}
 span.wh100.phone-wrap {
		 display: none;}
	.bacs{
	    display:none;
	}
	@media (max-width: 800px){ 
	        .tour-section h2 {
	            margin-top:10px; 
        font-size: 15px !important;}
	     .newsletter-box input {
            width: 100%;
        }
        .ban_text{
                left: 0% !important;
        }
		.phone-fixedaa {
     bottom: 190px !important;    color: #ffffff;position: fixed;right: 18px;border-radius: 30px 0 0 30px;transition: width 2s;z-index: 99999999999;
}
	.phone-fixeds{
	    Right:70px;
	}   

	.bacs{
	    display:block!important;
	}
    span.wh100.phone-wrap { display: inline-table!important;
}
		.phone-fix{display:block}
		.phone-fix{background:#b30560;bottom:70px;right:20px;z-index:9999}
		.button-action{width:50px;height:50px;cursor:pointer}
		.phone-fix i{color:#fff;font-size:25px;display:table-cell;vertical-align:middle;-webkit-transform: scaleX(1);
  transform: scaleX(1);}
		.fix{position:fixed}
		.text-center{text-align:center}
		.img-circle{border-radius:50%}
		.phone-fix .phone-wrap{display:table;width:100%;height:100%}} 
/* single */
.tour-detail-section {
            background: #f8f9fa;
        }
        .tour-booking-box {
            background: #32b34a !important;
            border: 1px solid #32b34a;
            max-width:350px;
        }
        .tour-booking-box *{
            color:white;
        }
        
        .tour-slider img {
            width: 100%;
            height: 550px;
            object-fit:cover;
            border-radius: 10px;
        }
        .tour-thumbnails img {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    height: 60px;
    object-fit: cover;
}
.tour-detail-section h1 {
    font-size: 29px;
    margin: 20px 0px;
    color: #067ca8;
}
.tour-detail-section .slick-slider{
    height:550px;
}
.tour-detail-section .slick-slider .slick-list{
    height:550px;
}
h2.lichtrinh {
    margin: 20px 0px;
    padding: 10px 0px;
    border-top: 3px solid;
    font-size: 20px;
    font-weight: 800;
}
 .entry-content { 
    font-size: 18px;
    width:100%;
}
.stype-content h2 {
	margin:10px 0px;
	padding: 10px 0px;
    font-weight: bold;
    text-align: left;
    color: #008000 ;
    border-left: 5px solid #008000;
	font-size:20px !important;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
}
.stype-content h2 >span {
    font-size:20px;
     color: #008000!important;;
}
.stype-content h2 b{
    font-size:22px !important;
     color: #008000;
}
.stype-content h2 > strong > span {
		font-size:22px !important;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stype-content h2 > span > strong {
		font-size:22px !important;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stype-content h2 > span > strong > span {
		font-size:22px !important;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stype-content h3:after{
    display: block;
    content: "";
    font-size: 18px !important;
    width: 80px;
    height: 4px;
    background: #519300;
    margin-top: 6px;
    position: absolute;
}
.entry-content img {
    margin: 0 auto;
    height: auto;
    width: 100%;
    height:100%;
    border-radius: 10px;
    text-align: center;
}
.entry-content .wp-caption {
    width: auto !important;
}
.stype-content h3 > span {
    color: #519300!important;
    font-size: 18px!important;
}
.stype-content h3 > span > strong > span:after {
    display: block;
    content: "";
    color: #519300;
    width: 80px;
    font-size: 18px !important;
    height: 4px;
    background: #519300;
        margin-top: 6px;
    position: absolute;
}
.stype-content h3 > span > strong:after {
    display: block;
    content: "";
    width: 80px;
    height: 4px;
    background: #519300;
    margin-top: 6px;
    position: absolute;
    color: #519300;
}  
.stype-content h3 > strong > span{
    font-size: 18px !important;
    color:#519300;
    
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stype-content h3{  margin-bottom: 22px;color:#519300!important; font-size:18px; ;}
.stype-content h3 > span > strong {
    font-size: 18px !important;color:#519300!important;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}   
.stype-content h3 > strong > span {
		font-size:18px !important;
		color:#519300!important;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stype-content h3 > span > strong > span {
		font-size:18px !important;color:#519300!important;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry-content table{
    width:100%;
    margin:10px 0px;
    text-align:center;
}
.entry-content table {
            border-collapse: separate; /* Không hợp nhất viền */
            border-spacing: 0; /* Khoảng cách giữa các ô */
            width: 100%; 
            font-size:14px;
            border-radius: 10px; /* Bo góc cho bảng */
            overflow: hidden; /* Đảm bảo góc bo tròn không bị tràn */
        }
.entry-content tr:first-child{
    text-align:center!important;
}
.entry-content td:nth-child(1), .entry-content th:nth-child(1) { 
               width: 350px !important;
    white-space: unset; 
            
        }
        
.entry-content table tr, .entry-content table td {
        width: auto !important;
    padding: 5px;
    border: 0.8px solid #008101;
} 
.entry-content table tr:first-child td {
        text-align: center !important;
    background: #008101;
    color: white !important;
}	
 .entry-content table tr:first-child td span { 
    color: white !important;
}
a {
    text-decoration: unset !important;
    color: #067ca8;
}
ul.mobile-nav.nav.nav-left {
    display: none;
}
div#giactt {
    font-size: 20px;
    color: #ffffff;
    font-weight: 800;
}
@media only screen and (max-width: 767.98px) {
    ul.mobile-nav.nav.nav-left {
    display: unset;
}
     .tour-booking-box {
         max-width:100%;
     }
     .pdm-0{
         margin:0px !important;
         padding:0px !important;
     }
    .entry-content td:nth-child(1), .entry-content th:nth-child(1) { 
               width: auto !important; 
    text-align: left !important;
            
        }
 .entry-content table{ 
    width: 100% !important;
     height: auto !important; 
    overflow-x: auto;
	 overflow: hidden !important;
    overflow-x: auto; 
	 border: 1px solid #ccc;       /* Viền bảng */
    border-radius: 12px;  
	     border-collapse: separate !important;/* Bo góc */ 
}
	.entry-content table tr > td{
    padding: 5px !important;  
    height: auto !important; 
}
		.entry-content table tr > td > span {
    padding: 0px !important;  
    height: auto !important;
    font-size: 10px !important;
}}
footer h6.fw-bold {
    font-size: 20px;
    margin-bottom: 20px;
}
footer ul.list-unstyled li {
    margin-bottom: 20px;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity));
}
.article-desc {
    font-weight: 700;
    color: #828282;
    font-size: 18px;
    line-height: 160%;
}
 .sticky-booking {
            position: sticky;
            top: 20px;
        }
        nav.breadcrumb a {
    text-decoration: unset;
        color: #067ca8;
}
ul#menu-main li {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 800;
}
.attr ul {
    list-style: none; /* Bỏ dấu chấm của danh sách */
    padding: 0;
    margin: 0;
}

.attr li {
    display: flex; /* Dùng Flexbox để căn cùng dòng */
    justify-content: space-between; /* Căn hai phần tử về hai bên */
    align-items: center; /* Căn giữa theo chiều dọc */
    padding: 5px 0;
}

.attr .at {
    font-weight: bold; /* Làm nổi bật tiêu đề */
    min-width: 100px; /* Đảm bảo độ rộng cố định cho nhãn */
    flex-shrink: 0; /* Không bị thu nhỏ */
}

.attr .as {
    flex-grow: 1; /* Đảm bảo nội dung mở rộng */
    text-align: right; /* Căn phải giá trị */
}
.boxPrice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px; /* Khoảng cách giữa các phần tử */
}

.price {
    display: flex;
    align-items: baseline; /* Căn chữ theo đường cơ sở */
    gap: 8px;
}
button.btn.btn-warning.w-100 {
    background: #FF5722;
    color: white;
    font-weight: 800;
}
span.phone-icon i {
    font-size: 20px;
}
.price .txt {
    font-size: 16px;
    font-weight: bold;
    color: #fff; /* Màu chữ bình thường */
}

.price .red {
    font-size: 22px; /* Chữ lớn hơn */
    font-weight: bold;
    color: #fff; /* Màu đỏ cho giá khuyến mãi */
}

.price .nor {
    font-size: 14px; /* Chữ nhỏ hơn */
    color: #fff; /* Màu nhạt hơn */
    text-decoration: line-through; /* Gạch ngang */
}
@media only screen and (max-width: 767.98px) {
    /*.tour-thumbnails{
        display:none !important;
    }*/
    .tour-thumbnails.odermb-2 {
    order: 2 !important;
    margin-top: 10px;
    padding: 0px;
}
.tour-thumbnails img {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    height: 35px;
    object-fit: cover;
    padding: 0 5px;
}
   .tour-thumbnails.flex-column {
    flex-direction: unset !important;
}
    .tour-slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.tour-detail-section .slick-slider .slick-list {
    height: 300px;
}
.tour-detail-section .slick-slider {
    height:300px;
            padding: 0px !important;
}
}
.explore-vietnam {
    padding: 40px 0;
}
.explore-vietnam .section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.explore-vietnam .grid-containers {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
}
.explore-vietnam .grid-items {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.explore-vietnam .grid-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.explore-vietnam .larges {
    grid-row: span 2;
}
.explore-vietnam .smalls {
    height: 180px;
}
.explore-vietnam .overlay-texts {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.support-box img {
    height: 100px;
    width: 100px;
}
section.awards-section .mt-2 {
    font-weight: 800;
    color: #1c6529;
        font-size: 15px;
}
.phone-icon svg path {
    fill: green;
}
@media only screen and (max-width: 767.98px) {
    .top-bar{
        display:none;
    } 
    .home .navbar { 
    margin: 0px 0px;
}

.hero-section{
    padding:30px 0px;
    min-height:600px;
}
.hero-text{ 
     width:100%; 
}
.hero-slider {
    width: 100%;
}
.hero-text h1 {
    font-size: 30px; 
}
.hero-slider .slick-slide {
    height: 200px !important;
}
.hero-slider img { 
    height: 200px !important; 
}
 
.qc img {
    height: 200px;
        margin-top: -164px;
}
    .foo {
        margin-top: -85px;
    } 
    .slick-next {
    right: 20px;
}
.slick-prev{  left: 20px; }
.slick-prev, .slick-next {
    width: 25px;
    height: 25px;}
    footer h6.fw-bold {
    font-size: 16px; 
}
footer .btn-warning{
    font-size: 15px;
        color: white;
        min-width: 130px;
}
footer h5{
    font-weight:bold;
}
footer ul.list-unstyled li a, .footer_ab a {
    color: white;
    font-size: 15px; 
}
footer ul.list-unstyled li{
    margin-bottom:5px;
}
 .card img, .top5-section .card img { 
    height: 100px; 
}
.card-body {
    padding: 5px 5px 0px;
}
.card-body h5 {
    font-size: 13px;} 
.card-body p {
    font-size: 11px;
    margin-bottom:5px;
}
.card-body h4 {
            font-size: 12px;
        margin-bottom: 0px;}
.btn-success { 
    border-radius: 10px;
    padding: 5px 11px;
    font-size: 9px; 
   
}
.pdle {
    padding-right: 5px;
}
.pdchan {
    padding-left: 5px;
}
.btn.btn-outline-danger.btn_tour_read {
    font-size: 13px;
    min-width: 130px;
}
.tour-section h2, .rental-section h2, .top5-section h2, .faq-section h2{
    font-size: 23px; 
}
 .awards-section {
    background: #f8f9fa;
    padding: 10px 0;
}   
.overlay-text { 
    bottom: 0px; 
    font-size: 15px; 
    width: 100%;
}
.award-card { 
    margin-bottom: 10px;
}
.explore-vietnam .grid-containers {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Chia làm 2 cột */
    grid-template-rows: auto;
    gap: 10px;
}

.explore-vietnam .grid-items.smalls:last-child { 
    grid-column: span 2; /* Trải rộng trên cả 2 cột */
    width: 100%;
}
 .nav>li>a.hotline-header {
    text-align: center;
    line-height: 1.3;
    display: block;
    opacity: 1;
    margin-top: 0px;
    color: #0091ce !important;
    border: none;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
            margin-left: -10px;
}
 .home nav.navbar * {
    color: #32b34a !important;
}
 .home  .mobile-nav .hotline-header strong, .wp-custom-logo .mobile-nav .hotline-header strong{
    font-size: 22px;
    color: #fd4663 !important;
}
.home .navbar {
            background: white !important;}
button.navbar-toggler > span{
    color: red !important;
    background: red;
}            
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
} 

.navbar-toggler i{
    font-size: 20px !important;
    color: #32b34a !important;
}
  div#navbarNav ul li {
    margin-bottom: 20px;
}  
.footer_ab, .footer_ab a {
    font-size: 12px;
}
section.promo-slider.py-5{
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
footer p.contact-row {
    font-size: 15px;
}
#foo { 
        padding-bottom: 1rem !important;
    }
    .newsletter-box { 
    margin-top: -130px;} 
#sticky-booking {
        position: static !important; /* Vô hiệu hóa sticky */
        width: 100%; /* Đảm bảo hiển thị đúng layout */
    } 
}

