  /* header {
        display: none;
    } */

    

  .rate--list {
      /* overflow: hidden; */
      transition: height 1s ease;
      /* justify-content: end; */
  }


  .rate_list--view_all i {
      transition: transform 0.5s ease-in-out;
  }

  .flickity-page-dots {
      bottom: 5px;
  }

  /* HOtel Info */
  .thumbnail--image img {
      width: 100%;
      aspect-ratio: 2/1.24;
      border-radius: 20px;
  }

  .sub--image img {
      width: 100%;
      padding-bottom: 10px;
      aspect-ratio: 2/1.3;
      border-radius: 20px;
  }

  .hotel_info--infomation i {

      color: var(--main-color);
  }


  .hotel_info--rating {
      display: flex;
      gap: 20px;
  }

  .hotel_info--reviews {

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

  }

  .hotel_info--title h3 {
      font-weight: 600;
  }

  .hotel_info--title p,
  .hotel_info--title a {
      color: #000;
      font-size: 14px;
      text-decoration: none;
  }


  .hotel_info--reviews strong {
      color: #5ec191;
      font-size: 18px;
  }

  .hotel_info--reviews p {
      margin-bottom: unset;
      color: #cecece;
      font-size: 14px;
  }

  .hotel_info--scores {
      display: flex;
      align-items: center;
  }

  .hotel_info--scores span {
      background: #e1ffd7;
      padding: 5px 20px;
      border-radius: 20px;
      color: #5ec191;
      font-weight: bold;
  }


  .nav-link {
      flex: 0 0 15%;
      color: #aaaaaa;
      font-weight: 400;
  }

  .nav-tabs .nav-link.active {

      border-top: unset;
      border-bottom: 2px solid #000 !important;
      border-left: unset;
      border-right: unset;
      background-color: unset;
      color: #000;
      font-weight: bold;
  }


  .nav-tabs .nav-link {
      margin-bottom: unset !important;
      border: unset !important;
      border-top-left-radius: unset !important;
      border-top-right-radius: unset !important;
      border-radius: 0;
  }

  .hotel_info--tab-nav {

      padding-top: 0px;
      /*background-color: white;*/

  }

  .hotel_info--map {
      display: flex;
      justify-content: end;
  }

  .hotel_info--map iframe {
      border-radius: 20px;
  }

  /* room item */

  .room_item {
      padding-bottom: 30px;
  }


  .room_item--gallery {
      padding: 10px;
      z-index: -1;
  }

  .room_item--gallery img {

      width: 100%;
      object-fit: cover;
      /* aspect-ratio: 2/1.5; */
      border-radius: 20px;
      border: solid 1px rgba(0, 0, 0, .2);
      /* border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; */
  }


  .room_item--info {

      padding: 10px 30px 0px;

  }

  .room_item--name p {
      margin-bottom: 0;
  }

  /* .room_item--utilities {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
    }


    .room_item--utilities i {
        color: black;
    }
*/
  .room_item--utilities div {

      display: flex;
      align-items: center;
      gap: 10px;
  }


  .room_item--price {
      display: flex;
      flex-direction: column;
  }

  .room_item--discount_price span {
      text-decoration: line-through;
      font-size: 20px;
      color: #aaa;

  }


  .room_item--price {
      text-align: end;
  }

  .room_item--new_price span {
      font-size: 24px;
      font-weight: 500;
  }

  .room_item--currency {

      font-size: 14px !important;

  }

  .room_item--detail,
  .trigger_view_more {
      color: #2986fe;
  }

  .trigger_view_more {

      display: flex;
      align-items: center;
      gap: 5px;

  }

  .room_item--rate {
      margin-top: 45px;
  }

  .room_item--info {
      padding-top: 15px;
  }

  /* Room detail modal  */
  .roomModal--info {

      border-bottom: 1px solid #ccc;

  }

  .roomModal--gallery {
      border-top: solid 1px #ccc;
      border-bottom: 1px solid #ccc;
  }


  .roomModal--room_amenity {

      margin-top: 20px;
  }

  .roomModal--amenity_item {

      display: flex;
      align-items: baseline;
      gap: 20px;

  }

  .room_item--show_rates_modal button {

      border-radius: 20px;
      padding: 8px 30px;
      background-color: black;
      color: white;
      width: 100%;
  }

  .room_item--rate_list {
      margin-top: 20px;
      margin-bottom: 20px;
  }


  .rate_item--amenities {
      list-style: disc;
      max-height: 96px;
      overflow: hidden;
  }

  .hotel_info--amenities .row.mt-4 {
      font-size: 15px;
  }


  .ui-widget-header {
      border: #f5f8f9
  }




  .hotels--header--bottom {
      z-index: 2;
  }


  .filter--wrapper--amenity {

      display: flex;
      justify-content: space-between;
      align-items: baseline;

  }

  .rate-tnc-button {
      display: block;
      margin-top: auto;
      white-space: nowrap;
  }

  /* .rate_amenities {
      height: 80px;
      overflow: hidden;
  } */







  .rate_amenities {
      /* background-color: whitesmoke; */
      padding: 0px;
      /*border-radius: 6px;*/
      /*color: var(--main-color);
      display: flex;
      flex-wrap: wrap;
      gap: 5px;*/
      /*height: 80px;*/
      /*overflow: hidden;*/
      /*height: fit-content;*/

      white-space: nowrap;
      position: relative;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      padding-bottom: 10px;

  }

  .rate--amenities--wrapper {
      width: 100%;
      position: relative;
  }

  .rate--plan--container {
      height: 100%;
      display: flex;
      /* overflow: hidden; */
      flex-direction: column;
      justify-content: space-between;
  }

  /* Stee update */
  .thumbnail--image {
      position: relative;
  }

  .room--rate {
      height: 100%;
      /*border: 1px solid grey;*/
  }

  .room--rate form {
      height: 100%;
  }

  .thumbnail--image--icon {
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: #fff;
      /* font-size: 20px; */
      /* width: 40px; */
      /* height: 40px; */
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #fff;
      border-radius: 20px;
      padding: 5px 20px;
      gap: 10px;
      box-shadow: 0 0 10px 0px #505050;
  }

  .hotel_info--amenity-item,
  .hotel_info--service-item
  {
      border: 1px solid #eee;
      margin: 5px 10px;
      /*width: calc(50% - 20px);*/
      width: 100%;
      padding: 10px 20px;
      border-radius: 20px;
      margin-bottom: 5px !important;
      height: 100%;
  }

  .part--title {
      font-size: 20px;

  }

  .hotel_info--description p {
      font-size: 14px;
      margin-bottom: 10px;
  }

  .hotel_info--description {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #f5f5f5;


      margin-top: 20px;
      padding-top: 20px;

  }

  .hotel_info--description section{
    margin-top: 0;
  }

  .member--tip--wrapper {
      background: #8f7c72;

  }

  .member--tip {
      padding: 40px 0;
      font-size: 20px;
      color: #fff;
  }

  .member--tip a {
      color: #ffffff;
      text-decoration: none;
      border: 1px solid;
      padding: 5px 30px;
      border-radius: 20px;
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .hide {
      display: none !important;
  }


  /* .room--footer--rates[data-rates='1'] {
        display: block;
    }

    .room--footer--rates[data-rates='2'] {
        display: flex;
    } */



  .room--rate {
      height: 100%;
  }

  .room--rate--ToC {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      align-items: center;
  }

  .estimate-reward {
      /* color: #4caf50; */
      color: var(--main-color);
  }

  .room--rate--breakdown {
      text-align: end;
  }


  .room--rate--description {
      position: relative;
  }

  /* .detail-trigger{
    position: absolute;
    right: 0;
    bottom: 2px;
  } */

  .hotel_info {
      margin-top: 100px;
  }

  .room--rate--description p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0;
  }

  /* .rate_amenities {
        list-style: none;
      } */

  .rate_amenities li {
      color: #9c1a3f;
  }

  /* .room--rate--reward {
        display: flex;
        justify-content: flex-end;
      } */

  /* .rate_amenities {
        background-color: whitesmoke;
        padding: 10px;
        border-radius: 6px;
        color: var(--main-color);
      } */


  .rate--modal .amenity_item {
      /* color: #888; */
      color: #ff6d53;
      border: 1px solid #ff6d53;
      /* border: 1px solid #888; */
      padding: 2px 10px;
      /* border-radius: 20px; */
      font-size: 13px;
      height: 25px;
      cursor: pointer;
      display: inline-block;
      margin-right: 5px;
  }

  .rates--amenity--list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 8px;
      margin-top: 8px;
  }

  .rates--amenity--list .amenity_item {
    padding-bottom: 6px;
    font-size: 13px;
  }

  /* .amenity_item--showmore {
      color: white;
      border: 1px solid #000;
      padding: 2px 10px;
      font-size: 13px;
      height: 25px;
      cursor: pointer;
      background-color: #000;
  } */

  .rate-promo {
      color: #4caf50;
  }

  .gift {
      padding-left: 0;
  }

  .gift li {
      list-style: none;
  }

  .brand--info--name .hotel--head--info--single,
  .brand--info--name .brand--ratings {

      margin-bottom: 4px;

  }

  .room--rates--footer--value .number {
      margin-left: 4px;
  }


  /* sort  */



  /* lightgallery */
  .lg-outer .lg-thumb-outer {
      bottom: 105px !important;
  }


  /* modal dialog  */

  .ui-dialog .ui-dialog-titlebar-close::before {
      content: "\f00d";
      font-family: "FontAwesome";
  }

  .ui-dialog-titlebar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #f5f8f9;
      padding-left: 10px;
      color: #000;
  }

  .ui-dialog-titlebar-close {
      border: 0;
      background: #f5f8f9;
      font-size: 20px;
      padding: 5px 16px;
      display: flex;
      align-items: center;
      /* border: 1px solid black; */
  }

  .ui-dialog-content.ui-widget-content {
      background-color: #ffffff;
      overflow-y: scroll;
      padding: 30px;
      font-size: 13px;
  }

  .ui-dialog-content.ui-widget-content table {
      width: 100%;
  }

  .ui-dialog-content.ui-widget-content table th,
  .ui-dialog-content.ui-widget-content table td {
      text-align: left;
      border-bottom: 1px solid #eee;
  }

  .table--top th,
  .table--top td {
      padding: 10px 10px 0;
  }


  .table--top tr td:nth-child(1),
  .table--bottom tr th:nth-child(1) {
      width: 30%;
  }

  .table--bottom th,
  .table--bottom td {
      padding: 10px;
  }

  .ui-dialog.ui-widget {
      background-color: whitesmoke;
      z-index: 101;
      position: fixed !important;
      /* top: 25% !important; */
  }

  .ui-widget-overlay.ui-front {
      background: #000;
      opacity: 0.25;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
  }

  .ui-dialog-buttonset {
      padding: 20px;
      display: flex;
      justify-content: end;
      gap: 10px;
  }

  .ui-dialog-buttonset button {
      border: 1px solid white;
      font-weight: bold;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      background-color: white;
  }

  /* end modal dialog */

  .tax--single {
      display: none;
  }


  .tax-caption {
      font-size: 12px;
      color: var(--main-color);
      /* margin-top: var(--spacing1x); */
  }

  .room--rates--footer {

      background: #fff;
      padding: 10px 20px;
      cursor: pointer;
      color: var(--main-color);
      font-size: 14px;
      font-weight: 400;
      border-top: 0.0625rem solid rgb(221, 221, 221);
      border-radius: 0 0 14px 14px;
  }

  .room--rates--footer--container {
      display: flex;
      align-items: center;
      justify-content: center;
      /* border-top: 1px solid #f5f5f5; */
      padding: 10px 0px;
      padding-bottom: 0;
      gap: 4px;
  }

  .room--rates--footer--container .text {
      font-weight: 400;
  }

  .room--rates--footer:hover .room--rates--footer--value .ti-angle-right {
      transition: all 0.3s ease;
      /*background: #a4a4a4;*/
      transform: rotate(90deg);
  }

  .room--rates--footer--value {
      display: flex;
      align-items: center;
      gap: 4px;
  }

  .room--rates--footer--value {
      font-weight: 400;
  }

  .room--rate--reward {
      white-space: nowrap;
  }


  .filter {
      display: flex;
      gap: 20px;
  }

  .filter--content {
      margin-left: 20px;
  }

  .room-result-filter,
  .rate-result-filter {
      width: 50%;
  }


  .col-12.col-md-6 {
      /*margin: 20px 0px;*/
  }

  /* room modal */
  .room--modal .modal-header {
      background-color: var(--main-color);
      color: white;
      align-items: center;
      padding-top: 32px;
      padding-bottom: 32px;
  }

  .room--modal .modal-title {
      padding-left: 32px;
  }

  .room--modal .modal-title p {
      margin-bottom: 0;
  }

  .room--modal .modal-header .btn-closes {
      color: white;
      background: transparent;
      border: unset;
      padding-right: 32px;
  }

  .room--modal .room--desciption {
      border-top: 1px solid #f5f5f5;
      border-bottom: 1px solid #f5f5f5;
      padding: 20px 5px;
      padding-left: 32px;
      padding-bottom: 32px;
  }

  /* end room modal */

  /* rate modal  */

  .rate--modal .modal-header {
      background-color: var(--main-color);
      color: white;
      align-items: center;
      padding-top: 32px;
      padding-bottom: 32px;
  }

  .rate--modal .rate-info-modal__description {
      /* border-top: 1px solid #f5f5f5; */
      border-bottom: 1px solid #f5f5f5;
      padding: 20px 5px;
  }

  .rate--modal .rate-info-modal__description .room--rate--description {
      margin-left: 15px;
  }

  .rate--modal .modal-header .btn-closes {
      color: white;
      background: transparent;
      border: unset;
      padding-right: 32px;
  }

  .rate--modal .modal-title p {
      margin-bottom: 0;
  }

  .rate--modal .modal-title {
      padding-left: 32px;
  }

  .rate-info-modal__description,
  .rate-info-modal_amenities {
      padding-left: 32px;
  }


  /* end rate modal */


  /* Reponsive */
  @media screen and (max-width: 1200px) {

      .rate_item--package-offer {
          flex-direction: column;
      }

      .rate_item--regular-rate h6 {
          text-align: right;
      }

      .rate_item--member-rate h6 {
          text-align: right;
      }

      .room--rate--btn {
          padding: 6px 25px;
      }


  }


  @media screen and (max-width: 1000px) {

      .rate_item {
          width: 100%;
      }

      /* .rooms--banner--image {
          aspect-ratio: 2/1.5;
      } */

      /* .room--footer--rates {
          flex-direction: column;
      } */

      /* .room--rate--price__old,
  .room--rate--price__current {
      text-align: center;
  } */

      .room--rate--btns button {
          width: 100% !important;
      }

      /* .room--rate--prices{
        display: flex;
        align-items: center;
        justify-content: space-between;
      } */


  }


  @media screen and (max-width: 995px) {

      .hotel--logo--wrapper {
          flex-direction: column;
      }

      .hotel_info {
          margin-top: 120px;
      }

      .room--rate--btn {
          padding: 4px 20px;
      }

      .room--footer--rates {
          gap: 10px;
      }

      .room--rate--price__old p {
          font-size: 14px;
      }

      .room--rate--price__current p {
          font-size: 14px;
      }

      .rate--plan--head {
          flex-direction: column;
      }

      div[data-toggle="tooltip"] {

          display: flex;

      }

      .room--footer--rates .room--rate--btn {
          font-size: 12px;
          max-width: 125px;
          min-width: 0;
      }

  }


  @media screen and (max-width: 768px) {

      .slick-next.slick-arrow {
          display: none !important;
      }

      .slick-prev.slick-arrow {
          display: none !important;
      }

      .hotel_info {
          margin-top: 90px;
      }

      .hotel_info--map {
          display: block;
      }

      .hotel_info--map iframe {
          width: 100%;
      }

      .hotel_info--triangle {

          display: none;

      }

      .room_calendar {
          width: 100%;
      }

      .hotel_info--right_container {

          margin-left: unset;
          background: #f5f5f5;
          padding: 20px;
          border-radius: 0 0 20px 20px;
          width: 100%;
      }

      .hotel_info--detail {
          display: none;
      }


      .hotel_info--overlay_menu {
          justify-content: center;
      }


      #hotel_info--rooms .container {

          max-width: 100%;

      }

      /* .room--footer--rates {
          flex-direction: column;
      } */

      .room--rates {
          padding: 0;
      }

      .hotel_info--amenities {
          margin-bottom: 10px;
      }


      .brand--info--container {
          flex-direction: column;
      }

      .brand--info--name {
          width: 100%;
      }

      .brand--info--name p {
          font-size: 14px;
      }

      /* .hotel_info {
          margin-top: 190px;
      } */

      .brand--banner {
          height: 450px;
          aspect-ratio: 2 / 1.4;
      }

      /* .room--items[data-template='detail'] .rooms--banner--image {
          border-radius: 20px;
      } */


      .brand--ratings {
          font-size: 14px;
      }


      .status button {

          display: block;
          margin: auto;
          width: 100%;

      }

      #hotel_info--tab-list {

          display: flex;
          flex-wrap: nowrap;
          overflow-x: scroll;
          white-space: nowrap;

      }

      /* .col-12.col-md-6 {
          margin: 10px 0px;
          width: 95% !important;
      } */

      .room--rate {
          padding: 18px;
      }

      .rooms--banner--wrapper {
          padding-left: 0;
      }

      .rate--list {
          justify-content: center
      }

      .room--head {
          flex-direction: column;
      }

      .rooms--info--name p {
          text-align: center;
      }


  }


  @media screen and (max-width: 650px) {

      .ui-dialog.ui-widget {
          width: 100% !important;
      }

      .rooms--info_view--detail {
          white-space: nowrap;
      }

  }


  @media screen and (max-width: 500px) {

      .hotel_info--rating {
          display: none;
      }

      .room--rate--btn {
          /* padding: 4px 0px; */
          font-size: 14px;
      }

      .room--rate--price__old {
          font-size: 14px;
      }

      .room--rate--price__current p {
          font-size: 14px;
      }


  }

 

  @media screen and (max-width: 400px) {

      .hotel_info--amenities .row.mt-4 {
          font-size: 10px;
      }

      .rate-tnc-button {
          flex: 0 0 50%;
      }

      .hotel_info {
          margin-top: 170px !important;
      }

      .room--rate--price__old p {
          font-size: 12px;
      }

      .room--rate--price__current p {
          font-size: 12px;
      }

      .room--rate--btn {
          font-size: 12px;
      }


      /* .rooms--info {
          padding: 10px;
      } */

      .room--rate {
          padding: 18px 10px;
      }

  }

  @media screen and (max-width: 350px) {
      .room--rate--price__current p {
          white-space: nowrap;
      }

  }