@media (max-width: 1025px ){
    /* page home */
    header {
        padding-left: 20px;
        padding-right: 20px;
        height: 75px;
    }
    header .logo{
        width: 180px;
    }
    header .menu_mobile {
        display: block;
    }
    .banner .banner_content .text h1::before {
        bottom: 5px;
        width: 104%;
        height: 14px;
        left: -12px;
    }
    .menu_mobile .menu-toggle {
        cursor: pointer;
        font-size: 30px;
    }
    .menu_mobile .menu-toggle i{
        color: #fff;
        font-size: 25px;
    }
    .menu_mobile .menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
        z-index: 9999999999;
        padding-top: 80px;
        padding-right: 30px;
    }
    .menu_mobile .menu ul {
        list-style: none;
        width: 100%;
        text-align: right;
        padding-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
    } 
    .menu_mobile .menu ul::before{
        content: "";
        width: 90%;
        height: 1px;
        border-bottom: 2px solid #fff;
        border-bottom-style: dashed;
        position: absolute;
        bottom: 0px;
        left: 30px;
    }
    .menu_mobile .menu li {
        line-height: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu_mobile .menu li img {
        width: 45px;
        margin-left: 20px;
    }
    .menu_mobile .menu a {
        color: white;
        text-decoration: none;
        font-size: 20px;
        transition: color 0.3s;
        font-weight: 400;
    }
    .menu_mobile .menu a:hover {
        color: #ff6600;
    }

    .menu_mobile .menu.active {
        transform: translateX(0);
    }

    .menu_mobile .close-menu {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
    .menu_mobile .btn_book-mb{
        background-color: var(--color-main);
        padding: 10px 25px;
        border-radius: 40px;
        margin-top: 30px;
    }
    header .main_menu,header .btn_book{
        display: none;
    }
   
  
    .review_google .title h3 {
        font-size: 45px;
    }
    .review_google .title h3::before {
        left: -133px;
        width: 118px;
        height: 26px;
        top: 15px;
    }
    .review_google .title h3::after {
        right: -133px; 
        width: 118px;
        height: 26px;
        top: 15px;
    }
    .review_google .tab-container .tab-buttons {
        max-width: 100%;
        flex-basis: 100%;
        padding: 16px 24px;
    }
    .review_google .tab-container .box_tab {
        max-width: 100%;
        flex-basis: 100%;
    }
    
    .review_google .slick-prev:before, .review_google .slick-next:before{
        font-size: 33px;
        opacity: 0;
    }
    .review_google .google_box {
        padding-top: 50px;
    }
    .home_banner .row_banner{
        height: 544px;
        gap: 20px;
    }
    .home_banner .row_banner h1{
        font-size: 65px;
        margin-top: 111px;
    }
    .home_banner .row_banner p{
        font-size: 14px;
    }
    .home_banner .row_banner .box_btn a{
        padding: 16px 26px ;
        font-size: 10px;
    }
    .list_expe .row{
        padding: 0px 20px;
    }
    .list_expe .expe_item{
        width: 478px;
    }
    
   
}

@media (max-width: 900px){
    
    .review_google .title h3 {
        font-size: 45px;
    }
    .review_google .title h3::before {
        left: -133px;
        width: 118px;
        height: 26px;
        top: 15px;
    }
    .review_google .title h3::after {
        right: -133px; 
        width: 118px;
        height: 26px;
        top: 15px;
    }
    .review_google .tab-container .tab-buttons {
        max-width: 100%;
        flex-basis: 100%;
        padding: 16px 24px;
    }
    .review_google .tab-container .box_tab {
        max-width: 100%;
        flex-basis: 100%;
    }
    .list_expe .row{
        padding: 0px 20px;
    }
    .list_expe .expe_item{
        width: 350px;
    }
    .home_banner .row_banner h1{
        font-size: 49px;
    }
    .home_banner .row_banner {
        height: 408px;
        gap: 10px;
    }
    header{
        position: relative;
        background-color: #000;
    }
    .home_banner .row_banner .box_btn {
        margin-top: 20px;
    }
    .home_banner .row_banner p {
        font-size: 11px;
    }
    .home_banner .row_banner .box_btn a {
        padding: 12px 19px;
        font-size: 9px;
        min-width: auto;
    }
    .view_menu .row h2{
        max-width: 329px;
    }
    .view_menu .row{
        padding-left: 20px;
    }
    .list_party .row_1{
        padding-top: 60px;
    }
    .list_activities .row .col .box .text h3 {
        text-align: center;
    }
    .list_activities .row .col .box .text{
        padding-left: 33px;
        padding-right: 33px;
    }
}

@media (max-width: 500px){
    .menu_mobile .menu {
        width: 70%;
    }
    .menu_mobile .menu a {
        font-size: 16px;
    }
    .menu_mobile .menu li img {
        width: 35px;
        margin-left: 20px;
    }
    .menu_mobile .menu-toggle img {
        width: 35px;
        height: 35px;
    }
    .menu_mobile .btn_book-mb {
        width: 84%;
        text-align: center;
    }
    
    .review_google .title h3 br{
        display: block;
      }
      .review_google .title h3:before {
        left: 12px;
        width: 82px;
        height: 18px;
        top: 22px;
    }
    .review_google .title h3::after {
        right: 11px;
        width: 82px;
        height: 18px;
        top: 23px;
    }
    .review_google .tab-container{
        flex-wrap: wrap;
        padding: 0px 16px;
    }
    .review_google .tab-container .tab-buttons {
        max-width: 100%;
        flex-basis: 100%;
        padding: 16px 24px;
        margin-bottom: 30px;
    }
    .review_google .tab-container .box_tab {
        max-width: 100%;
        flex-basis: 100%;
    }
    .review_google .slick-prev:before,.review_google .slick-next:before{
        color: #000;
        font-size: 30px;
    }
    .list_party .row{
        flex-wrap: wrap;
    }
    .list_party .col_text, .list_party .col_img{
        max-width: 100%;
        flex-basis: 100%;
    }
    .list_expe .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0px;
    }
     .list_party .col_img{
        padding: 0px;
     }
    .list_expe .expe_item {
        width: 100%;
        height: 182px !important;
    }
    .home_banner .row_banner h1{
        font-size: 44px;
    }
    .home_banner .row_banner h1{
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .home_banner .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .home_banner .row_banner .box_btn{
        margin-top: 0px;
    }
    .home_banner .row_banner .box_btn a {
        padding: 16px 36px;
        font-size: 11px;
    }
    .home_banner .row_banner p{
        font-size: 15px;
    }
    .list_expe .expe_item .box_item .content h3{
        font-size: 21px;
    }
    .view_menu .row h2{
        font-size: 40px;
    }
    .review_google .heading_title h2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .review_google .heading_title h3{
        margin-bottom: 32px;
    }
    .review_google .google_box{
        padding-top: 0px;
    }
    .review_google .tab-container .tab-buttons{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .review_google .tab-container .header_review h3{
        justify-content: center;
    }
    .list_party .row_1 .col_text{
        padding-bottom: 50px;
    }
    .list_party .row_2 .col_text .box_btn{
        margin-bottom: 30px;
    }
    .list_party .row_3 .col_text .box_btn{
        margin-bottom: 0px;
    }
    .list_activities .row .col {
        max-width: 100%;
        flex-basis: 100%;
    }
    footer .row .col{
        max-width: 100%;
        flex-basis: 100%;
    }
    footer .logo ul, footer .menu_link{
        margin-bottom: 60px;
    }
    footer .cx_brand_refresh{
        margin-bottom: 60px;
    }
}