@media (max-width: 1800px) {
  footer::after {
    width: 37%;
  }
}

@media (max-width: 1600px) {
  footer::after {
    width: 35%;
  }

  .product-card {
    height: 30vh;
  }

  .product-content {
    padding-top: 30px;
    padding-left: 45%;
    padding-right: 20px;
  }

  .product-title {
    font-size: 16px;
  }

  .product-description {
    font-size: 14px;
  }
}@media all and (max-width: 1400px) {
  footer::after {
    width: 34%;
  }
  .left_p4 {
    padding-left: 10vw;
  }

  .vongtron img {
    height: 325px;
  }

  .vongtron::before {
    width: 340px;
    height: 340px;
  }

  .vongtron::after {
    width: 160px;
    height: 160px;
    bottom: -30px;
  }
}

@media all and (max-width: 1300px) {
  .left_p4 {
    padding-left: 5vw;
  }

  .vongtron::before {
    left: -30px;
  }
}
@media all and (max-width: 1024px) {
  #mobile {
    display: block;
  }

  .header-content {
    gap: 15px;
  }

  .tab-button {
    padding: 15px 0;
  }

  #page_5 {
    padding: 30px 0;
  }
.info-item, .info-item a {
  color: white;

}
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-navigation {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .tab-button {
    font-size: 13px;
  }

  .newsletter-form {
    flex-direction: column;
  }
  footer::after,
  .btn-quote {
    display: none;
  }
  .footer-column {
    border-right: 0;
  }
  .btn-send {
    width: 100%;
    justify-content: center;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-left {
    flex: 1;
  }
  .newsletter-section {
    display: none;
  }
  .footer-columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .company-info {
    font-weight: 500;
    margin: 10px 0;
  }
  .company-name {
    margin: 10px 0;
  }
  .center_end {
    display: block;
  }
  .left_end {
    width: 100%;
    float: left;
    text-align: left;
  }

  .right_end {
    width: 100%;
    float: left;
    text-align: left;
  }
  .gallery-item:nth-child(n) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .logo img {
    width: 150px;
  }

  .menu-toggle {
    display: flex;
    cursor: pointer;
  }

  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--white);
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .navbar.active {
    max-height: 100vh;
  }

  .nav-menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-color);
  }

  .contact-info {
    display: none;
  }

  .hero h1 {
    font-size: 32px;
  }

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

  .content h2 {
    font-size: 28px;
  }

  #desktop {
    display: none;
  }

  .top_mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 10px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }

  .logo_mb {
    height: 80px;
  }

  .logo_mb img {
    height: 100%;
  }

  .nav-menu {
    display: block;
  }

  .ngonngumb img {
    height: 15px;
    width: 25px;
  }

  .logo_fix img {
    height: 70px;
  }

  .ngonngumb {
    padding-right: 100px;
  }

  .dl-menuwrapper .dl-menu.dl-menuopen {
    top: 40px;
  }

  .dl-menuwrapper {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 15px;
    position: absolute;
  }

  .box_duan a {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
  }

  .text_two span,
  .text_one span {
    font-size: 14px !important;

    line-height: 21px !important;
  }

  .text_two {
    margin: 1vh 0 2vh;
  }

  .card-title {
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    text-align: justify;
    overflow: hidden;
    margin: 0 0 10px 0;
    text-transform: uppercase;
  }

  .der_duan {
    display: none;
  }

  .navbar {
    --bs-navbar-nav-link-padding-x: 0.2rem;
  }

  .box_duan::before {
    background: rgb(0 0 0 / 34%);
  }

  .der_home {
    font-size: 13px;
    line-height: 23px;
    margin: 1vh 0;
  }

  .left_head img {
    width: auto;
  }

  .cacloai {
    position: fixed;
    bottom: 0;
    background-color: #393531;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 1px solid #cccc;
    z-index: 9999999;
  }

  #background_page {
    height: 200px;
  }

  #background_page span {
    position: relative;
    top: 50px;
  }

  .news-item h3 {
    font-size: 19px;
    line-height: 18px;
    height: 55px;
    overflow: hidden;
  }

  .cacloai,
  .cacloai a {
    color: white;
  }

  .center_cl {
    margin: 0 auto;
    display: inline-flex;
    padding: 5px 0;
  }

  .cacloai a {
    padding: 5px 20px;
    /* float: left; */
    /* width: 25%; */
    text-align: center;
    display: table-cell;
  }

  .cacloai a img {
    position: relative;
    top: 3px;
  }

  .cacloai img {
    height: 27px;
  }

  a.bookfot {
    padding: 10px 15px;
    background: #228079;
    text-transform: uppercase;
    border-radius: 10px;
    margin-left: 10px;
  }

  .lienhe,
  .top_r_head {
    display: none;
  }

  .left_head {
    float: left;
    width: auto;
    border-right: 0px;
    height: auto;
  }

  #khoangcach {
    padding: 20px 0 !important;
  }

  .title-ab {
    font-size: 21px;
  }

  .center_box {
    display: block;
  }

  .left_img {
    width: 100%;
  }

  .right_rom {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .cm_cat {
    width: 100%;
    float: left;
    padding: 20px;
  }

  header.fixed-top {
    background: #00000038;
    padding: 1vh 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }

  .noidung_bv_duan {
    height: 100%;
    /* max-height: 300px; */
  }

  .navbar-collapse.show {
    top: 8.5%;
  }

  #page_1::before {
    display: none;
  }

  div#myModal {
    z-index: 999999;
  }

  .box_slide {
    height: auto;
  }
  .text_two {
    font-size: 16px;
    margin: 10px 0;
  }

  .text_one {
    font-size: 14px;
  }
  .tuvan {
    padding: 10px;
    font-size: 14px;
  }
  .product-card {
    height: 150px;
    background-size: cover;
  }
  .product-content {
    padding-top: 10px;
    padding-left: 45%;
    padding-right: 15px;
  }
  .product-section {
    display: block;
  }
  .product-title {
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .text_two,
  .text_one {
    line-height: 1.4;
  }
  .product-description {
    font-size: 13px;
    line-height: 1.6;
  }
  .title_ab_2 {
    font-weight: 900;
    font-size: 21px;
    margin: 20px 0;
    line-height: 26px;
  }

  .service-item img {
    width: 50px;
  }

  .tabs {
    margin-top: 0;
    display: inline-block;
    width: 100%;
  }

  .tab {
    margin-right: 0;
    width: 50%;
    float: left;
  }

  .project-header {
    margin-bottom: 0;
  }

  .service-item {
    color: white;
    width: 33.33%;
    float: left;
    padding: 0 15px;
  }

  .project-box img {
    height: 230px;
  }

  .project-box h3 {
    height: 45px;
    overflow: hidden;
  }

  .cmt_in {
    height: 40px;
    overflow: hidden;
    text-align: justify;
  }

  .slider_duan {
    margin-top: 0;
  }

  .left_kh {
    width: 100%;
    float: left;
  }

  .title_kh {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-right {
    padding-left: 0;
    width: 100%;
    float: left;
    padding-top: 20px;
  }

  .about-left .brackets h2 {
    font-size: 26px;
  }

  .about-left {
    width: 100%;
    float: left;
  }

  .slick-dots {
    display: none !important;
  }

  #text_slide {
    top: 0%;
    width: 100%;
  }
  .dropdown-menu {
    position: relative;
    top: 0;
    display: none;
    width: 100%;
  }
  .dropdown-menu a {
    padding: 5px 25px;
    border-bottom: 1px dashed #cccc;
  }
  li.nav-item.dropdown.active ul.dropdown-menu {
    display: block;
  }
  .box_category {
    width: 100%;
    height: 15vh;
  }

  .text_ab_home {
    width: 100%;
  }

  #page_1 {
    padding: 10px 0;
  }
  .product-content-ab h1 {
    font-size: 21px;
  }
  .product-content-ab .subtitle {
    font-size: 14px;
  }
  .content_ab_home {
    margin: 10px 0 20px 0;
  }
  .product-images {
    margin-top: 10px;
    gap: 5px;
    padding-left: 0;
  }
  .stats-section {
    display: block;
  }
  .stat-box {
    width: 44%;
    height: 65px;
    float: left;
    margin: 10px;
    padding: 0 10px;
  }
  .stat-box h2 {
    font-size: 24px;
    margin: 5px 0;
  }
  .stat-box p {
    font-size: 10px;
    margin-bottom: 0;
  }
  .hero-section:nth-child(even) {
    display: block;
  }

  .title_ok {
    display: block;
  }

  .hero-section:nth-child(even) .hero-content {
    padding-left: 30px;
  }

  .hero-image-left {
    height: 150px;
  }

  .hero-image-right {
    display: none;
  }

  .hero-section:nth-child(even) .features-image-center {
    display: none;
  }

  .hero-section:nth-child(even) .features-image-right {
    height: 150px;
  }

  .dining-content-block {
    padding: 15px 0;
    display: block;
  }

  .dining-text-left:nth-child(1) {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dining-text-left:nth-child(2) {
    padding-right: 30px;
    padding-left: 30px;
  }

  #video_home {
    width: 100%;
    height: 150px;
  }

  .map-container {
    height: 150px;
  }

  .info-section {
    padding-right: 0;
    padding: 15px 30px;
  }

  .explore-wrapper {
    display: block;
  }

  .dining-text-left {
    padding: 0 0;
  }

  .dining-image {
    height: 150px;
  }

  .dining-image:nth-child(2) {
    display: none;
  }

  .dining-grid {
    display: block;
  }

  .kn3 {
    margin-top: 20px;
  }

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

  .cards-grid {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0px;
  }

  .section-title {
    font-size: 21px;
  }

  .mobile_dv {
    display: block;
  }

  .card:first-child {
    height: auto;
  }

  .text_ab_one {
    font-size: 3vh;
  }

  .right_ab,
  .center_p2 {
    display: none;
  }

  .text_ab_two {
    font-size: 1.8vh;
  }

  .box_p2 {
    width: 50%;
  }

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

  .sig {
    position: relative;
    font-size: 8vh;
    margin-top: 4vh;
  }

  .content_ab {
    margin-bottom: 2vh;
  }

  .div {
    height: 8vh;
  }

  .parent {
    display: grid;
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
  }

  .tab-buttons button {
    padding: 1vh 2vh;
    margin: 0 2vh;
  }

  .tab-buttons {
    display: flex;
    margin: 2vh 0;
  }

  .timeline-container {
    margin-top: 4vh;
  }

  #page_4 {
    padding: 30px 0 15px;
  }
  .features-list {
    padding-right: 0;
  }
  .feature-card {
    margin-bottom: 10px;
  }
  .xemthem.tatca {
    margin-top: 20px;
  }

  .slider_duan {
    position: relative;
    top: 0;
  }

  .slider_duan .slick-track {
    padding-top: 0;
  }

  .slick-dots li {
    width: 20px;
  }

  .box_giaiphap {
    width: 50%;
    margin-bottom: 15px;
  }

  .title_gp {
    margin-top: 20px;
    font-size: 13px;
  }

  .in_view {
    width: 50%;
    height: auto;
  }

  .in_view .text_category {
    font-size: 1.8vh;
  }

  button.openbtn {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .logo_fix {
    width: 100%;
    text-align: center;
  }

  .button-container {
    display: none;
  }

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

  .lang_head a {
    color: white;
  }

  a.active_lang {
    color: red;
  }

  #page_1::after,
  #page_1::before,
  .right_ab img,
  #page_2::before,
  .book-button,
  #page_4::before,
  .hero-cta,
  #page_4::after {
    display: none;
  }
  #page_4 {
    background-color: red;
  }
  .title_home {
    margin-bottom: 0;
  }
  .title_home_2 {
    font-size: 31px;
    margin: 10px;
  }
  .tab-button.active .gallery-item:nth-child(5),
  .gallery-item {
    height: 100px !important;
  }
  .gallery-item:last-child {
    display: none;
  }
  .diagram-image {
    display: none;
  }
  .tabs-header {
    margin: 15px 0 20px;
  }
  .tab-button2 {
    padding: 0 10px 0;
    font-size: 13px;
  }

  .info-point {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .info-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    width: 100%;
    align-items: center;
    text-align: left;
  }

  .info-point:nth-child(1) .info-title::after,
  .info-point:nth-child(2) .info-title::after,
  .info-title::before {
    display: none;
  }

  .info-point:nth-child(5) {
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    width: 100%;
    text-align: left;
  }

  .concrete-diagram {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    margin-top: 15px;
  }

  .info-point:nth-child(5) .info-title {
    text-align: left;
  }

  #page_2 {
    padding: 20px 0;
  }

  .noi_dung_ab {
    margin-top: 0;
    padding-right: 0;
  }
  .hero-cta {
    flex: 1;
    padding-left: 0;
  }
  .hero-wrapper {
    display: block;
  }
  .room-container {
    padding: 0 5px;
  }

  .room-info {
    padding: 10px;
  }

  .room-image {
    height: 280px;
  }

  .room-title {
    font-size: 24px;
  }

  .slick-next {
    right: 55px;
  }

  .slick-prev {
    left: 55px;
  }

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

  .right_p4 {
    width: 100%;
    float: left;
    padding-left: 0px;
  }

  .left_p4 {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .box_res {
    height: auto;
  }

  .offer-title a {
    font-size: 14px;
    color: #00796b;
  }

  .offer-title {
    margin: 10px 0;
    height: 55px;
    overflow: hidden;
    line-height: 15px;
  }

  .tamtam {
    height: 70px;
  }

  .read-more {
    margin-top: 0px;
  }

  .testimonial-section {
    text-align: justify;
    width: 100%;
    float: left;
    padding: 0;
    padding-right: 0;
  }

  .brackets::before {
    width: 50px;
  }

  .brackets {
    height: 80px;
    padding: 0 20px;
  }

  .brackets::after {
    width: 50px;
  }

  .content_info {
    height: 90px;
  }

  #page_6 {
    width: 100%;
  }

  .center_fot {
    border: 0;
  }

  .brackets h2 {
    font-size: 21px;
  }

  .left_fot_end {
    width: 100%;
    text-align: center;
  }

  .right_fot_end {
    width: 100%;
    text-align: center;
  }

  .quytrinh span {
    font-size: 14px;
    line-height: 0.5;
  }

  .quytrinh h2 {
    line-height: 25px;
  }

  .quytrinh img {
    height: 40px;
  }

  .quytrinh {
    margin-top: 0;
    text-align: center;
    width: 50%;
    float: left;
    margin: 20px 0;
  }

  .bq_fot {
    display: block;
  }

  .center_1_fot,
  .center_2_fot {
    width: 100%;
    padding: 0px 0 5px;
  }

  .card_news {
    margin: 0 10px;
  }

  .card-description {
    font-size: 12px;
    height: 50px;
    margin-bottom: 0;
  }

  #page_6 {
    padding: 0 0 0 0;
  }

  .contact-form-wrapper {
    width: 100%;
    left: 0;
  }

  .contact-right {
    display: none;
  }

  .contact-left {
    width: 100%;
    padding: 15px 0 0;
  }

  .left_fot {
    width: 100%;
    display: none;
    text-align: center;
  }

  .info_fot {
    padding-left: 0;
    text-align: left;
    margin-top: 20px;
  }

  .phone {
    font-size: 15px;
  }

  .contact img {
    height: 25px;
  }

  .right-section h2 {
    margin-top: 0;
  }

  .header-container {
    display: none;
  }

  .card-footer {
    display: none;
  }

  .search-container {
    display: none;
  }

  .form_bth {
    padding: 0 5px;
  }

  a.nav-link {
    color: #282828;
    padding: 5px 15px;
  }

  .title_p8 {
    margin-top: 20px;
    line-height: 1.4;
  }

  .card-image {
    height: 250px;
  }

  .xemthem {
    margin-top: 10px;
    top: 0;
  }

  .content_duan {
    display: block;
  }

  .footer-logo {
    width: 100%;
    text-align: center;
  }

  .footer-menus {
    display: none;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  footer {
    width: 100%;
    display: block;
    border-top: 1px solid #cccccc62;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .menu-column {
    flex: 1;
    padding: 0;
  }

  .footer-gallery {
    width: 100%;
    margin-top: 20px;
  }

  .box_tieubieu {
    float: left;
    width: 50%;
  }

  .img_sp {
    height: 180px;
  }

  .khung_cms_home,
  .hinhanh {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .left_bv_dv {
    float: left;
    width: 100%;
  }

  #amthuc_m {
    padding: 0 30px;
  }

  .titke_rom {
    font-size: 18px;
  }

  .hero-content h1 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .der_rioom {
    margin: 10px 0 30px 0;
  }

  .right_bv_dv {
    float: left;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  #chatmxh {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 99999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #810e0e;
    bottom: 0;
    padding: 10px 0;
  }
  .codinh {
    top: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .chatfb {
    margin: 0;
  }

  .box_duan2 {
    width: 100%;
    padding: 8px 0;
    display: inline-block;
    margin-bottom: 0;
  }
  .title_cat {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .footer-container {
    color: #fff;
    padding: 0;
  }

  .box_duan2:nth-child(even) .right_rom {
    padding-right: 0;
  }

  .left_img::after {
    left: -10px;
    bottom: -10px;
  }

  .social-icons {
    display: flex;
    margin-top: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .der_duan {
    font-size: 11px;
  }

  .content_duan {
    padding: 10px;
    padding-top: 0;
  }

  .slider_duan .slick-dots {
    bottom: 0;
  }

  .slider_doitac {
    margin: 0;
  }

  .img_doitac {
    margin: 0 10px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
  }

  .img_doitac img {
    height: auto;
    margin: auto;
    width: 100%;
  }

  .logo_fix {
    padding: 0;
    padding-top: 0;
    background: none;
    border-radius: 0;
    padding-right: 0;
    position: relative;
    box-shadow: none;
  }

  .top_header,
  .right-content,
  .right_p4,
  .logo_fix::before,
  .logo_fix::after {
    display: none;
  }

  .dong_khung {
    position: relative;
    padding: 5px 15px;
  }

  .menu_phone {
    background: none;
    border-radius: 0;
  }

  .right_head {
    padding-top: 0;
  }

  .amenities-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }

  .grid {
    display: block;
  }

  .left-content {
    padding: 0;
    text-align: left;
  }

  .left-content h1 {
    font-size: 21px;
  }

  .quote {
    font-size: 14px;
  }

  .content_qb {
    padding-right: 0;
    text-align: justify;
  }

  .icon_box {
    padding: 15px;
    margin-top: 10px;
    padding-right: 0;
    z-index: 1;
  }

  #page_2::after {
    height: 140px;
    top: -135px;
  }

  .resort-image-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: 240px;
  }

  .resort-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    float: left;
    padding-left: 0;
    padding: 10px 0;
    margin-top: 20px;
  }

  .resort-title {
    font-size: 21px;
  }

  .page_4_in::before,
  .right_p4,
  .img_p4,
  .page_4::before {
    display: none;
  }

  .page_4_in::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #008f47;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
  }

  .page_4 {
    background-color: #008f47;
    padding: 15px 0;
  }

  .title_p5 {
    font-size: 21px;
    line-height: 1.4;
  }

  .der_p5 {
    margin: 10px auto;
    width: 100%;
  }

  .item a {
    height: 85px;
  }

  #page_1_2 {
    padding: 20px 0 50px 0;
  }

  body {
    padding-bottom: 40px;
  }

  .item {
    gap: 6px;
    padding: 0 5px;
  }

  .slider_gallery {
    margin-top: 15px;
  }

  .hero-section {
    display: block;
  }

  .title_qb {
    font-size: 18px;
  }

  .xemtiep {
    margin-top: 20px;
  }

  .der_ab {
    font-size: 31px;
    margin: 10px 0;
  }

  .left-section {
    display: none;
  }

  .right-section {
    width: 100%;
    padding-left: 0;
    text-align: justify;
    margin-top: 0;
    padding: 25px;
  }

  #page_8 {
    padding: 50px 0 20px;
    margin-top: 0;
  }

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

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

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

  .img_home {
    height: 40vh;
  }

  .title_home {
    font-size: 23px;
  }

  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;
  }

  .icon img {
    width: 56px;
    height: 50px;
  }

  .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;
  }

  .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;
  }

  #page_3 {
    display: none;
  }

  .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;
  }

  .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%;
  }

  .services-section {
    padding-bottom: 0;
  }

  .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;
  }

  .contact-info {
    margin: 4vh 0 0 0;
    font-size: 1.8vh;
  }

  .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: 0 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) {
    
}