 /* Hỗ trợ màn hình lớn (Desktop) */
 @media (max-width: 1600px) {
 	.booking-card {
 		max-width: 900px;
 		padding: 40px 40px 32px;
 	}

 	.hero-content {
 		padding: 0 20vw;
 	}

 	.gallery-section {
 		padding-left: 9vw;
 	}

 	.booking-section {
 		padding-right: 9vw;
 	}

 	.gallery-slider-container {
 		flex: 2;
 	}

 	.gallery-info h2 {
 		font-size: 38px;
 	}

 	.form-grid {
 		gap: 20px 28px;
 	}

 	.field-group select,
 	.field-group input {
 		height: 52px;
 		padding: 12px 16px;
 	}

 	.field-group textarea {
 		min-height: 96px;
 		padding: 12px 16px;
 	}

 	.submit-btn {
 		height: 52px;
 	}

 }

 @media all and (max-width: 1440px) {
 	.about-section::after {
 		width: 30%;
 	}

 	.left_p4 {
 		padding-left: 10vw;
 	}

 	.vongtron img {
 		height: 325px;
 	}

 	.vongtron::before {
 		width: 340px;
 		height: 340px;
 	}

 	.vongtron::after {
 		width: 160px;
 		height: 160px;
 		bottom: -30px;
 	}

 	.services-section {
 		background-size: 100% 57%;
 	}

 	.why-content {
 		padding-right: 9%;
 	}
 }

 @media all and (max-width: 1380px) {

 	.why-content {
 		padding-right: 6%;
 	}
 }@media all and (max-width: 1024px) {
    #mobile {
        display: block;
    }

    #desktop {
        display: none;
    }

    .logo-area img {
        height: 97px;
        padding: 8px;
        background: #fefefe;
    }

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

    .about-container,
    .why-choose-section {
        flex-direction: column;
    }

    .why-img {
        display: none;
    }

    .top-bar .container,
    .footer-top .container {
        flex-direction: column;
        gap: 10px;
    }

    .news-card {
        height: 180px;
    }

    .news-section {
        padding: 20px 0 30px;
        text-align: center;
    }

    .news-title {
        padding: 15px;

    }

    .main-header .container {
        flex-wrap: wrap;
        height: auto;
        padding: 10px 15px;
    }

    .news-date strong {
        font-size: 14px;
    }

    .news-date {

        padding: 5px;

    }

    .news-date span {
        font-size: 11px;
    }

    .cta-banner .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .btn-call-large {
        padding: 5px 30px;
        font-size: 18px;
        margin-top: 10px;
    }

    .cta-left {
        padding: 0;
        display: block;
        text-align: center;
    }

    .cta-left h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .news-section h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .logo-area {
        width: 30%;
        clip-path: none;
        padding: 0;
        background: none;
    }

    /* Mobile Menu */
    .hamburger {
        display: block;
        position: absolute;
        right: 15px;
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 0;
        background: var(--primary-blue);
        position: absolute;
        top: 100%;
        left: 0;
        height: auto;
    }

    .nav-links.active {
        display: flex;
    }

    .hero-slide {
        height: 40vh;
    }

    .nav-links>li {
        width: 100%;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .about-content {
        padding: 0;
        padding-right: 0;
    }

    .about-image {
        display: none;
    }

    .about-section {
        padding: 30px 0;
        position: relative;
        margin-bottom: 0;
    }

    .services-section {
        background-size: 100% 29vh;
        padding: 20px 0;
    }

    .subscribe-area {
        display: none;
    }

    .footer-main {
        padding: 30px 15px;
    }

    .center_end {
        display: block;
        text-align: center;
        padding: 8px 15px;
    }

    body {
        padding-bottom: 55px;
    }

    #chatmxh {
        position: fixed;
        bottom: 20px;
        right: 0;
        z-index: 99999;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        background: #133968;
        bottom: 0;
        padding: 10px 0 5px;
    }

    .badge-bestseller {
        font-size: 9px;
    }

    .chatfb {
        margin-top: 0;
    }

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

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

    .chatfb img {
        width: 40px;
        transition: 0.2s;
    }

    .left_end {
        margin-bottom: 10px;
    }

    .lang_mb {
        position: absolute;
        right: 80px;
        top: 33px;
        background: white;
        padding: 5px 10px;
    }

    .service-img {
        height: 165px;
    }

    .about-section::after {
        display: none;
    }

    .why-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .testimonials h2 {
        margin-bottom: 20px;
    }

    .testimonials {
        padding: 20px 0;
        padding-top: 0;
        text-align: center;
    }

    .why-content {
        flex: 1;
        padding: 20px;
        position: relative;
    }

    .service-content h3 {
        height: 40px;
        overflow: hidden;
    }

    .services-section h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hero-content {
        padding: 0 30px;
    }

    .hero h2 {
        font-size: 16px;
    }

    .hero h3 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    .nav-links>li>a {
        display: block;
        padding: 15px 20px;
        width: 100%;
    }

    .dropdown {
        position: static;
        box-shadow: none;
        width: 100%;
        background: #0b2240;
    }

    .has-dropdown:hover .dropdown {
        display: block;
    }

    /* Cứ click hoặc hover trên mobile sẽ hiện */

    .header-right {
        display: none;
    }

    /* Hide call block on mobile header to save space */

    .subscribe-form {
        flex-direction: column;
        width: 100%;
    }

    .subscribe-form input {
        width: 100%;
        margin-bottom: 10px;
    }

    .subscribe-form button {
        padding: 15px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }


}@media all and (max-width: 800px) {
    .lefft_ab {
        width: 100%;
        float: left;
        text-align: justify;
        padding: 0;
    }

    .img_spmoi {
        height: 150px;

    }

    .right_ab {
        width: 100%;
        float: left;
        margin: 20px 0;
    }

    .title_spmoi {
        height: 40px;
        font-size: 14px;
        line-height: 1.4;
    }

    .der_spmoi {
        margin: 10px 0;
    }

    .booknowme {
        text-align: left;
    }

    .flag {
        float: left;
        margin-right: 10px;
        width: 20px;
        height: 15px;
    }

    .img_home {
        height: 40vh;
    }

    .title_home {
        font-size: 18px;
    }

    button.navbar-toggler {
        background: #1f8bc4;
    }

    .lang_fix {
        position: absolute;
        right: 25vw;
        top: 20px;
    }

    .show_hover {

        padding: 15px;
        line-height: 15px;
        font-size: 11px;
    }

    .cta-button {
        padding: 8px 15px;
        background: none;
        border: none;
        color: white;
        font-size: 11px;
        cursor: pointer;
        border: 1px solid #c3a455;
        text-transform: uppercase;
        font-style: normal;
        font-weight: 400;
    }

    .menu_fix .container-fluid {
        padding-right: 0;
    }

    .d-flex {
        display: block !important;
    }

    .main-image {
        width: 100%;
    }


    .tru_title {
        position: relative;
        left: 0;
        width: 100%;
    }



    .box_p2 {
        height: 250px;
    }

    .title_p2 {
        width: 80%;
        font-size: 24px;
        line-height: 40px;
    }

    .img_room_h {
        width: 100%;
        height: 220px;
    }

    .center_dv {
        display: none;
    }

    .left_dv,
    .right_dv {
        width: 50%;
        float: left;
    }

    .center_icon {
        display: table;
        align-items: center;
        margin-top: 0;
        width: 100%;
    }

    .icon_bot {
        width: 33.33%;
        padding: 0 10px;
    }

    .icon {
        margin-bottom: 30px;
        width: 50%;
    }

    .img_home_video i {
        margin: 0 auto;
        position: absolute;
        left: 39%;
        font-size: 27px;
        color: #DFDFDE;
        top: 32%;
    }

    .slide_video_home {
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 99;
        width: 100px;
    }



    .center_gin {
        margin-top: 30px;
        padding: 0;
    }

    .box_title {
        display: block;
        width: 100%;
    }

    .title_home2 {
        font-size: 26px;
        width: 100%;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .xembando {
        margin: auto;
        display: flow-root;
        width: max-content;
    }

    .ct_p4 {
        width: 100%;
        margin: 30px 0;
    }

    .img_p4 {
        margin-top: 0;
    }

    .box_imgp4 {
        width: 33.33% !important;
        height: 150px !important;
    }

    .box_imgp4 img {
        z-index: 2;
        position: relative;
        border-radius: 200px 200px 0px 0px;
    }

    .box_imgp4::before {
        content: "";
        position: absolute;
        left: 5px;
        top: 5px;
        bottom: 25px;
        right: 30px;
        border-radius: 200px 200px 0px 0px;
        border: 1px solid #393531;
        z-index: 1;
    }

    .box_gallery {
        position: relative !important;
        height: 150px !important;
        width: 50% !important;
    }

    .box_gallery:nth-child(5) {
        width: 100% !important;
        height: 300px !important;
    }

    .booking-container {
        width: 100%;
        display: block;
    }

    .booking-title {
        text-align: center;
        display: block;
        align-items: center;
        width: 100%;
        float: left;
    }

    .booking-form {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .cont_fot {
        display: block;
    }

    .contact {
        border-left: 0;
        border-right: 0;
    }


    #page_5 {
        padding-bottom: 0;
    }

    .mb_flex {
        display: flex !important;
    }


    .navbar-collapse {
        position: fixed;
        top: -100%;
        left: 0;
        right: 0;
        background: #1f8bc4e6;
        bottom: 0;
        padding: 15px 30px;
        transition: 0.2s;
    }



    .box_meetour {
        margin: 0 1vh;
        position: relative;
        text-align: center;
        padding-bottom: 10vh;
    }

    .box_meetour img {
        width: 100%;
        height: auto;
    }

    .text_meetour_in {
        position: relative;
        height: 19vh;
    }

    .date_time {
        display: none;
    }

    #page_5 {
        padding: 5vh 0 0;
    }

    .slider_viproom .slick-prev,
    .slider_viproom .slick-next {
        bottom: 9%;
    }

    .slider_viproom .slick-prev {
        left: 8%;
    }



    .left_fot,
    .center_fot,
    .right_fot {
        padding: 0 0 30px;
        width: 100%;
    }


    .left_fot {
        width: 100%;
    }

    .center_fot {
        padding-top: 0;
    }

    .footer-container {
        display: block;
    }

    .right_fot {
        display: none;
    }

    .ip_33 {
        width: 50%;
    }

    .ip_1666 {
        width: 50%;
    }

    .right_p4 {
        float: right;
        width: 100%;
        margin-top: 0;
        top: 0;
    }




    .text_p7_two {
        font-size: 2.5vh;
        margin-top: 1vh;
        display: block;
    }

    #languageList {
        position: fixed;
        top: 80px;
        right: 0;
        background-color: #393531;
        padding: 10px;
        margin: 0;
        list-style: none;
        transition: 0.3s;
    }

    .bookme {
        margin-left: 0;
        padding: 0.5vh 1.5vh;
        font-size: 2.5vh;
        width: 100%;
        text-align: center;
        margin-top: 2vh;
    }

    #page_7 {
        padding: 30px 0;
    }

    .fot_left {
        float: left;
        width: 100%;
        padding: 4vh 0;
    }

    footer {
        width: 100%;
        display: block;
    }

    .fot_right {
        display: none;
    }


    li.nav-item {
        border-bottom: 1px dashed #cccc;
    }



    .img_cms {
        height: 150px;
    }

    .active_mn {
        color: #ff0000 !important;
    }

    .box_image {
        width: 100%;
        height: 200px;
    }

    .room_hotel {
        width: 50%;
    }

    .img_vp_sl {
        height: 450px;
    }

    span.giane {
        float: left;
        font-weight: 600;
        display: block;
        margin-top: 20px;
    }

    table {
        width: 100% !important;
    }

    .res_tab thead,
    .res_tab tbody,
    .res_tab foot,
    .res_tab tr,
    .res_tab td,
    .res_tab th {
        border-color: inherit;
        border-style: solid;
        border-width: 0;
        display: contents;
    }

    /* 
        .table-responsive table {
            display: block;
        }
    
        .table-responsive tr {
            display: flex;
            flex-direction: column;
            border-bottom: 1px solid #ddd;
        }
    
        .table-responsive td,
        .table-responsive th {
            display: block;
            width: 100%;
        } */
    table.table.table-bordered {
        width: max-content !important;
        max-width: max-content !important;
    }

    .in_meetour {
        margin: 0;
        padding: 0 0.4vh;
        margin-bottom: 5vh;
    }

    .view_n_in {
        padding: 1vh;
        margin: 0;
        float: left;
        width: 50%;
    }

    .vp_chothue {
        width: 100%;
        float: left;
        padding: 15px 0;
    }

}@media all and (max-width: 768px) {

	
}
@media all and (max-width: 680px) {
    .img_room_h {
        width: 100%;
        height: 420px;
    }




    .room_hotel {
        width: 100%;
        padding: 10px 5px;
    }

    .img_vp_sl {
        height: 300px;
    }

    .left_detail {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .right_detail {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .menu-item .price.giatrong {
        font-size: 14px !important;
    }

    .menu-item>div {
        width: 70%;
        float: left;
    }

    .menu-item .price {
        font-size: 16px;
        width: 30%;
    }

    .left_lh,
    .right_lh {
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }


}@media all and (max-width: 480px) {
	
}@media all and (max-width: 320px) {
    
}
@media (min-width: 1600px) { 

}