.bht-header .navbar-default .navbar-brand img {
  width: auto;
  filter: brightness(0) invert(1);
  height: 100%;
  max-width: none !important;
}
.bht-header .navbar-default .navbar-brand {
  padding: 10px;
}
.mini_header {
  padding: 5px 0;
}
.mini_header .member_system li {
  padding: 0 3px;
  font-size: 13px;
}

.bht-header .navbar-default .navbar-nav > li > a {
  font-family: "Fahkwang", sans-serif !important;
  color: #ffffff;
}
.b2hReviewResult {
  font-family: "Inter", sans-serif;
}
.box_search_booking_page .btn_boxsearch a {
  font-family: "Inter", sans-serif;
}
.bht_cover .title_page h1 {
  font-family: "Fahkwang", sans-serif !important;
}
.bht-header {
  background-color: #3e3b39;
}
.mini_header {
  background-color: #f8f8f8;
}
.mini_header .member_system li span {
  color: #222222;
}
.mini_header a,
.mini_header p {
  color: #222222;
}
.box_search_booking_page {
  background-color: #0f1926;
}
.contact_footer {
  background-color: #0f1926;
}
.bht-footer {
  background-color: #000000;
}
.booking-engine .b2h_rate_v3 .b2h_toContinue .b2h_boxContinue .b2h_btnContinue,
.booking-engine .b2h_rate_v3 .b2h_toContinue .b2h_btnContinue {
  background-color: #315d9a;
}
.all_promotion .button-available {
  background-color: #315d9a !important;
}
@media screen and (min-width: 768px) {
  .booking-engine .b2h_rate_v3 .b2h_tabBlock-tab {
    background-color: #e7e6e6;
    border: 1px solid #e7e6e6;
  }
}
.dropdown-submenu {
  position: relative;
  > a::after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #000;
    margin-top: 6px;
    margin-right: -10px;
  }
  > ul.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
  }
}
.navbar-default .navbar-nav > .open > a {
  background-color: #315d99 !important;
  color: #ffffff !important;
}
.hotel-brand {
  height: 60px;
  padding: 8px 0;
}
footer {
  display: flex;
  gap: 30px;

  margin: 0 auto;
  font-size: 18px;

  background-color: #f7f2eb;
  margin: 0;
  padding: 40px;
}
footer {
  line-height: 1.2em;
}
.footer-subtitle {
  font-size: 16px;
  color: #444444;
}
footer h4 {
  font-size: 1.2em;
}
footer a {
  text-decoration: none;

  color: #3f3b3a;
}
footer a:hover {
  color: #b66137;
}
footer i {
  font-size: 40px;
  margin-bottom: 15px;
}

.footer-right {
  width: 25%;
}
.text-center {
  text-align: center;
}
.footer-left {
  width: 25%;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}
.footer-social,
.footer-contact {
  text-align: center;
  margin-bottom: 20px;
}
.brand-grid {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid #b3aa9f;
  border-bottom: 1px solid #b3aa9f;
}

.brand-item img {
  max-width: 80%;
  height: auto;
}

.center-button {
  background-color: #f7f2eb;
}

.btn {
  display: inline-block;
  background-color: #7f8c48;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn:hover {
  background-color: #6a763d;
}

/* เอาเส้นขอบด้านขวาสุดออก */
.brand-item:nth-child(3n) {
  border-right: none;
}

/* เอาเส้นขอบด้านล่างสุดออก */
.brand-item:nth-last-child(-n + 3) {
  border-bottom: none;
}

.img-responsive {
  max-width: 100%;
  filter: brightness(0%) contrast(200%) invert(100%);
}

@media (max-width: 768px) {
  .brand-item {
    padding: 15px 10px;
  }
  footer {
    padding: 15px;
    display: block;

    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
  }
  .footer-right {
    width: 100%;
  }

  .footer-left {
    width: 100%;
  }
  .brand-grid {
    width: 100%;
  }
}
.wrapper {
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
}
.b2h-boxsearch {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding: 15px;
  background-color: #eeeeee;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.b2h-boxsearch > .col {
  position: relative;
}
.b2h-boxsearch #btnBook {
  background-color: #8a6d3b;
  color: #ffffff;
  border-radius: 7px;
  border: none;
  display: block;
  height: 50px;
  width: 100%;
}
#btnReviewSubmit {
  background-color: #8a6d3b;
  color: #ffffff;
  border-radius: 7px;
  border: none;
  display: block;
  padding: 15px;
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .b2h-boxsearch {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .b2h-boxsearch label {
    display: block;
  }
  .b2h-boxsearch input {
    width: 100%;
    height: 40px;
  }
  .b2h-boxsearch #btnBook {
    margin-top: 24px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .b2h_container {
    max-width: 991px !important;
  }
}
