@media (max-width: 1800px) {
.about_home {
    margin: 0 60px;
}
}

@media (max-width: 1500px) {
  #translate-menu .sub-menu {
    left: -70px;
  }

  .about_home {
    margin: 0 60px;
  }

  .img_hover {
    transform: translateX(0px);
  }
}

@media (max-width: 1367px) {
  #translate-menu .sub-menu {
    right: unset;
  }
}

@media (max-width: 1280px) {
  ul#main2 > li > a {
    font-size: 13px !important;
  }
  .container {
    width: 90vw;
  }
  .header_right {
    column-gap: 50px;
  }
  .heder_slo {
    font-size: 12px;}
  ul#main2 {
    column-gap: 5px;
  }
  .header_menu_wrap {
    grid-template-columns: 396px 1fr;}
}

@media (max-width: 1080px) {
  .container {
    width: 100vw;
  }

  #supportfix {
    right: 20px;
    align-items: end;
  }
  #supportfix .support_item,
  #supportfix .support_item img {
    width: 50px;
    height: 50px;
  }

  ul#main2 {
    column-gap: 0px;
  }
  ul#main2 > li > a {
    font-size: 14px;
    white-space: nowrap;


  }
  .home_slider_content h2 {
    font-size: 38px;
  }
  .about_home {
    margin: 0 0px;
  }

  ul#main2 ul.sub-menu a,
  ul#main2 ul.sub-menu ul.sub-menu a {
    font-size: 13px;
  }
  .heder_slo {
        font-size: 12px;
    }
  .header_menu_wrap {
    grid-template-columns: 362px 1fr;
  }
  .header_logo img {
    max-width: 120px;
  }
  /* ------------------------------ */

  .title-page {
    font-size: 30px;
  }
  section#banner_page {
    max-height: 300px;
    min-height: 300px;
  }
  section#banner_page img {
    max-height: 300px;
    min-height: 300px;
}
  /* .page_contact_title,
  .page_contact_form_title {
    font-size: 20px;
    text-transform: uppercase;
  } */
  /* .contact_info_icon {
    width: 30px;
    height: 30px;
  } */
  .content_aside_wrap,
  .aside_cat_wrap {
    column-gap: 20px;
    row-gap: 20px;
  }
  .standard_wrap {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
  .prd_content_wrap {
    width: 80%;
  }
  .prd-title {
    font-size: 44px;
  }
      
}


@media (max-width: 875px) {
   ul#main2 > li > a {
        font-size: 11px !important;
    }
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }

  .wrap-header-icon {
    display: block;
  }

  .wrap-menu_mobile {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 80%;
    z-index: 9999999999;
    top: 0;
    height: 100%;
    left: -100%;
    transition: 0.2s ease-in-out;
    background-color: #c29d69;
  }
  .header_right {
    grid-template-columns: auto;
    text-align: right;
  }
  .menu_mobile_item {
    width: 100%;
    height: 100%;
    background-color: #c29d69;
  }
  .menu_mobile_path {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    background-color: #000;
    /* opacity: 0.5; */
    transition: 0.2s ease-in-out;
    top: 0;
    z-index: 999999999;
    display: none;
  }
  .menu_mobile_item div#mega-menu-wrap-mainmenu .mega-menu-toggle {
    display: none !important;
  }
  .menu_mobile_item div#mega-menu-wrap-mainmenu ul#mega-menu-mainmenu {
    display: block !important;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
  }
  .menu_mobile_item div#mega-menu-wrap-mainmenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .wrap-menu {
    display: none;
  }
  .menu_mobile_item div#mega-menu-wrap-mainmenu li a {
    border-bottom: 1px solid #ffffff !important;
    display: block;
    color: #fff;
    padding: 8px 10px;
  }
  .show_item {
    left: 0% !important;
  }
  .show_item_path {
    right: 0% !important;
    display: block;
    transition: 0.2s ease-in-out;
  }
  .header_logo_white {
    /* padding: 20px 0px 20px 20px; */
    width: 100%;
    height: auto;
  }
  .header_logo_white img {
    width: 100%;
    max-width: 125px;
  }
  .wrap-header-icon {
    order: 1;
    margin: auto 0px;
    font-size: 26px;
  }
  .wrap-header-icon svg path {
    fill: #ffffff;
  }
  ul#mega-menu-mainmenu li a {
    line-height: 40px !important;
  }
  ul#mega-menu-mainmenu li:first-child a {
    padding-left: 10px !important;
  }
  ul#mega-menu-mainmenu li {
    border-right: none !important;
  }
      .heder_slo {
        margin-top: 15px;
        visibility: hidden  ;
    }
  /* ---------------------------- */
  .content_aside_wrap,
  .aside_cat_wrap,
  .standard_wrap {
    grid-template-columns: 1fr 1fr;
  }
  .detail_pro_box {
    grid-template-columns: 100%;
    row-gap: 35px;
  }
  .post_lq {
    order: 2;
  }
  .container-projects {
    order: 1;
  }
  .detail_product_info {
    padding: 20px;
  }
  .home_slider_order a svg {
    margin-top: 1px;
  }
  #supportfix .support_item,
  #supportfix .support_item img {
    width: 40px;
    height: 40px;
  }
  .header-search.mb {
    padding: 10px;
  }
  .content_standard_wrap {
    grid-template-columns: 1fr 1fr;
  }
  h2.detail_product_name {
    font-size: 24px;
  }
  .detail_product_desc_title {
    font-size: 22px;
  }
  .bresdcrumb {
    font-size: 14px;
  }
  .bresdcrumb i {
    font-size: 11px;
  }
  .header_right_wrap {
    display: none;
  }

  .mobile_logo {
    width: 150px;
    padding: 15px;
  }
  .translate {
    width: 120px;
    margin-bottom: 20px;
  }
  #translate-menu .sub-menu {
    left: 6px;
    right: unset;
  }
  .mobile_wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .sidebar {
    padding-left: 0px;
  }

  /* ---------------------css custom noibai--------------------- */

  section#home_banner {
    height: 700px;
  }

  .home_slider_item img {
    min-height: 700px;
    height: 700px;
  }

  .title_room_luxury p {
    width: 75%;
  }

  .about_home {
    grid-template-columns: 100%;
  }

  .tien_ich {
    grid-template-columns: 1fr 1fr;
  }
  .tien_ich_wrap {
    margin: 10px;
  }

  .view_more {
    width: 40%;
  }
  .list_tien_nghi:nth-child(even),
  .list_tien_nghi {
    grid-template-columns: 100%;
  }
  .list_tien_nghi:nth-child(even) .img_tien_nghi {
    order: 1;
  }
  .list_tien_nghi:nth-child(even) .content_tien_nghi {
    order: 3;
  }
  .stt {
    text-align: left;
  }
  .title_feedback_home p {
    width: 72%;
  }
  .footer_box {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .poly ul {
    list-style: none;
    padding-left: 10px;
  }
  .page_contact_left {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .header_left {
    display: none;
  }
  .header_wrap {
    flex-wrap: wrap;
    padding: 10px 0px 15px 0px;
    justify-content: center;
    -webkit-wijustify-content: end;
    row-gap: 10px;
  }
  .header_top_left {
    justify-content: center;
  }
  .header_logo img {
    height: auto;
    width: 100%;
  }
  .header-search form input {
    width: 100%;
  }
  .header_menu_wrap {
    grid-template-columns: 77% auto;
  }
  h1.title-page {
    font-size: 30px;
  }
  .bresdcrumb {
    font-size: 14px;
  }
  .bresdcrumb i {
    font-size: 10px;
  }
  .page_content h1 {
    font-size: 26px;
  }
  .page_content h2 {
    font-size: 24px;
  }
  .page_content h3 {
    font-size: 22px;
  }
  .page_content h4 {
    font-size: 20px;
  }
  .page_contact_info {
    padding: 15px;
  }
  .aside_item {
    grid-template-columns: 100%;
    border: 1px solid #8282828a;
  }
  .detail_product_box {
    grid-template-columns: 1fr;
  }
  h2.detail_product_name {
    font-size: 24px;
  }
  .detail_product_ma {
    font-size: 22px;
  }
  .form-contact-wrap {
    grid-template-columns: 1fr;
  }
  .footer_wrap {
    grid-template-columns: auto;
    row-gap: 30px;
  }
  .content_standard_wrap {
    grid-template-columns: 1fr;
  }
  .contact_info_wrap {
    grid-template-columns: 100%;
  }
  .da_dtk_content {
    grid-template-columns: 1fr 1fr;
  }
  .home_product_cate {
    margin: 0px 0px;
  }
  .home_pro_wrap {
    padding: 25px 0px 0px 0px;
  }
  .home_pro_content {
    padding: 15px 15px 15px 15px;
  }
  .home_pro_item_order a {
    font-size: 14px;
    padding: 9px 10px;
  }
  .content_aside_wrap,
  .aside_cat_wrap,
  .standard_wrap {
    grid-template-columns: 1fr;
  }
  .page_contact_wrap {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .project_title {
    font-size: 22px;
  }
  .detail_pro_box {
    margin-top: 30px;
  }
  .detail_aside_wrapper {
    grid-template-columns: 100%;
  }
  .project_content {
    font-size: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .home_project_item:last-child,
  .home_project_item:first-child {
    width: 100%;
  }
  .footer {
    grid-template-columns: 100%;
  }
  /* ------------------------------ */
  .wrap-menu_mobile {
    max-width: 86%;
  }
  .mobile_wrap {
    display: grid;
    row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .poly ul {
    list-style: none;
    padding-left: 10px;
  }
  /* ----------- noibai ----------- */
  section#home_banner {
    height: 500px;
  }
  .home_slider_item img {
    min-height: 500px;
    height: 500px;
  }
  .home_slider_content h1 {
    font-size: 30px;
}
.home_slider_content h2 {
  font-size: 20px;
}
.home_slider_btn {
  margin-top: 22px;
}
.home_slider_btn a {
  padding: 10px 20px;
  font-size: 14px;
}
.group-booknow {
  grid-template-columns: 1fr;
}
.booking .wpcf7 {
  top: 3%;
  transform: translateY(-20%);
}
.title_room_luxury p,
.title_tien_ich p,
.title_feedback_home p {
  width: 100%;
}
.footer_box {
  grid-template-columns: 1fr;
}
.title_room_luxury {
  padding: 120px 0 335px;
}
.room_luxury_wrap {
  padding: 0 0 60px;
}
.title_room_luxury h2,
.content_home_about h2,
.title_room_suites h2,
.title_tien_ich h2,
.title_tien_nghi h2,
.title_feedback_home h2,
.home_news_title h2,
.product_detail_lq_title,
.title_taxo h2,
.page_contact_title h2 {
  font-size: 28px;
  width: 100%;
}
p {
  font-size: 16px !important;
}
.title_wrap {
  flex-direction: column;
}
.view_more {
  width: 100%;
  margin-top: 20px;
}
.tien_ich {
  grid-template-columns: 1fr;
}
.item-form {
  border-right: 0px;
}
/* ------------lh noibai-------------- */
.page_contact_left {
  padding: 30px 0px;
}
.page_contact_form {
  padding: 30px;
}
.content_sing_wrap {
  grid-template-columns: 100%;
}
.content_sing_wrap .content_aside_wrap {
  grid-template-columns: 1fr;
}
.cate_tien_nghi .tien_nghi {
  grid-template-columns: 1fr;
}
.project_wrap{
  grid-template-columns: 100%;
}
.item-form input, .item-form select{
  width: 100% !important;
}
    .heder_slo {
      margin-top: 12px;
      font-size: 9px;
      visibility: hidden;
    }

}
