/*----------------------------------*/
ol {
  margin-left: 25px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0.5em;
  font-family: "Roboto", sans-serif;
}

.page-template ol {
  margin-left: 40px;
  margin-bottom: 15px;
}

#site-navigation .auth-links {
  display: none;
}

#header .header_scroll_bar {
  /* position: fixed; removed to allow parent #header to handle sticky */
  /* z-index: 3; */
  width: 100%;
  /* top: 0; */
  background-color: #fff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-template-vtour-page #header .header_scroll_bar {
  z-index: 1;
}

/* .header_scroll_bar .white_logo {
    display: none;
} */

.header_scroll_bar .black_logo {
  display: block;
}

.od-hide {
  display: none;
}

.od-required,
.operator-admin-dashboard .place_search .od-required {
  border: 1.5px dashed red !important;
}

.od-disabled {
  background-color: grey !important;
}

.topbar-one {
  background-color: #004c85;
  padding: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.topbar-one .topbar {
  display: inline-block;
}

.topbar-one .topbar.main-nav__right {
  float: right;
}

.topbar-one .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* .topbar-one__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 60px;
} */

.topbar-one__left a {
  color: #a4cae5;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.topbar-one__left a + a {
  margin-left: 40px;
}

.cart-dropdown {
  margin-top: 10px;
  background: #e9ecef;
  width: 380px;
  position: absolute;
  border-radius: 3px;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.contact-info__icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.cart-dropdown .cart-dropdown-header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.cart-dropdown .cart-icon {
  color: #ffa800;
  font-size: 20px;
}

#cart .badge,
.cart-dropdown .badge {
  background-color: #ffa800;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
}

.cart-dropdown .cart-dropdown-header .cart-dropdown-total {
  float: right;
}

.cart-dropdown .lighter-text {
  color: #abb0be;
}

.cart-dropdown .main-color-text {
  color: #dc3545;
  padding-left: 5px;
}

.cart-dropdown .cart-dropdown-items {
  padding: 20px 0 0 0;
  list-style: none;
  max-height: 390px;
  overflow-y: auto;
}

.cart-dropdown .cart-dropdown-items li {
  margin-bottom: 18px;
}

/* .topbar-one__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.main-nav__right {
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 60px;
} */

.main-nav__right .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  border: none;
  color: #ffffff;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.main-nav__right .bootstrap-select .dropdown-toggle .filter-option {
  padding-left: 20px;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 5px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 4px;
  left: -85px;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}

/* .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
} */

.main-nav__search {
}

.main-nav__login,
.main-nav__search {
  color: #000000;
  margin-right: 0;
  font-size: 16px;
}

.main-nav__login .fa,
.main-nav__search {
  margin-right: 6px;
}

/*----------------*/

.home .rslides {
  max-height: unset;
}

.oneday-widget-title .widget-title {
  color: transparent !important;
  padding-top: 50px;
}

.site-join-now {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.widget .site-join-now a {
  color: white;
  font-family: "Roboto";
  padding: 10px 70px;
  background-color: var(--color-orange);
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;

  &:hover {
    background-color: #333;
    color: #fff;
  }
}

.oneday-widget-tour-search {
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.tour-search-one__input-box {
  padding: 30px;
  position: relative;
  height: 120px;
}

.tour-search-one__input-box.second,
.tour-search-one__input-box.third {
  border-left: 1px solid #eceeef;
}

.tour-search-one__input-box label {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #082740;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1em;
  box-shadow: none;
  font-family: Barlow;
}

.tour-search-one__input-box
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="reset"]
  ),
.tour-search-one__input-box textarea,
.tour-search-one__input-box .dropdown-label {
  display: block;
  border: none;
  outline: none;
  color: #555;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  font-family: Barlow;
}

.tour-search-one__input-box ul.dropdown-options li span {
  color: #082740;
}

.tour-search-one__btn-wrap {
  text-align: center;
  vertical-align: middle;
  padding-top: 30px;
  margin-bottom: 20px;
}

.thm-btn,
.comment-form .form-submit .submit,
.contact-form input.wpcf7-form-control.wpcf7-submit,
.tml-button,
#simple-fep-postbox .thm-btn {
  /* display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #ffa801;
    font-size: 20px;
    color: #082740;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 40px; */

  background-color: #ffa801;
  border: none;
  outline: none;
  padding: 10px 20px;
  color: #082740;
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 170% */
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tour-search-widgets .thm-btn:hover,
.tml-button:hover,
.oneday-widget-kham-pha .thm-btn:hover,
.comment-form .form-submit .submit:hover,
.searchform .search-btn:hover,
.tour-act-btn:hover,
.my-dashboard .box-item-second .my-button:hover,
.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
  /* background-color: #40b9eb;
    color: #ffffff; */
  background-color: #dedede;
  color: #000;
}

/* dropdownn */
.od-select ::-webkit-scrollbar {
  width: 10px;
}

.od-select ::-webkit-scrollbar-thumb {
  background-color: #eceeef;
  /* background-color: #ffa801; */
  background-clip: padding-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset -1px 1px 0 #eceeef, inset 1px 1px 0 #eceeef;
}

.od-select ::-webkit-scrollbar-thumb:hover {
  /* background: #ffa801; */
  background: #eceeef;
}

.od-select .dropdown {
  width: 100%;
}

.od-select .dropdown ul {
  /* border-top: 1px solid rgba(0,0,0,.15); */
  border-top: 1px solid #eceeef;
  z-index: 9999;
  background: #fff;
  position: absolute;
  min-height: 300px;
  width: 100%;
  margin-top: 15px;
}

.od-select .dropdown input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.od-select .dropdown button {
  display: flex;
  align-items: center;
  width: inherit;
  cursor: pointer;
  text-align: left;
  background-color: white;
  border: 0;
  padding: 0;
}

.od-select .dropdown button .dropdown-label {
  width: 100%;
  color: #999;
  font-family: "Barlow";
}

.od-select .dropdown.is-open .dropdown-form {
  display: block;
}

.od-select .dropdown.is-open .dropdown-arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}

.od-select .dropdown.is-open .dropdown-arrow:before {
  transform: translate(10px, 0);
}

.od-select .dropdown.is-open .dropdown-arrow:after {
  transform: rotate(90deg) translate(10px, 0);
}

.od-select .dropdown-form {
  display: none;
  width: 100%;
  background-color: white;
  transition: 0.3s ease-in-out;
}

.od-select .dropdown-options {
  position: relative;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-right: 1px solid #eceeef;
  /* 1px solid rgba(0,0,0,.15); */
  border-left: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
  /* 2px solid #ffa801; */
}

.od-select .dropdown-options .option {
  text-align: left;
  cursor: pointer;
}

.od-select .dropdown-options .option:not(:last-child) {
  /* border-bottom: 1px solid rgba(0,0,0,.15); */
  border-bottom: 1px solid #eceeef;
}

.od-select .dropdown-options .option:hover {
  /* transition: 0.3s ease-in-out; */
  /* background-color: #40b9eb; */
  background-color: #ffa801;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0;
}

.od-select .dropdown-options .option:hover label span {
  color: white;
}

.od-select .dropdown-options .option label {
  display: block;
  width: 100%;
  /* padding: 12px 15px 12px 15px; */
  padding: 15px 15px 15px 15px;
  font-weight: regular;
  text-transform: none;
  cursor: pointer;
}

.od-select .dropdown-arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  bottom: -5px;
  left: -15px;
  transition: 0.3s ease;
  margin-top: 2px;
  text-align: left;
  transform: rotate(45deg);
  float: right;
}

.od-select .dropdown-arrow:before,
.dropdown-arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: #7c859b;
  transition: 0.3s ease;
}

.od-select .dropdown-arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}

/* khám phá */
.oneday-widget-kham-pha .slogan {
  background-color: #ffa801;
  padding-top: 30px;
  padding-bottom: 30px;
}

.oneday-widget-kham-pha .slogan h3 {
  color: #fff;
  font-family: Barlow !important;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.oneday-widget-kham-pha .btn-lien-he {
  background: #082740;
  color: #fff;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 188.889% */
  text-transform: uppercase;
  display: inline-block;
}

.oneday-widget-kham-pha .btn-lien-he:hover {
  background-color: #ff0143;
}

.oneday-widget-kham-pha .bgr-image-3d {
  overflow: hidden;
  padding-top: 250px;
  padding-bottom: 250px;
}

.bgr-image-3d {
  background-image: url("assets/images/kham-pha-3d.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
}

.single-bgr-image-3d {
  background-image: url("assets/images/kham-pha-3d.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin: auto;
  width: 100%;
  padding: 120px 20px;
  overflow-x: hidden;
}

.single-bgr-image-3d .background-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 0;
  pointer-events: none;
}

.single-bgr-image-3d > .container,
.single-bgr-image-3d > .od-breadcrumb {
  position: relative;
  z-index: 1;
}

.page .single-bgr-image-3d {
  /* padding: 100px 20px; */
  margin-bottom: 20px;
}

.category .single-bgr-image-3d {
  margin-bottom: 40px;
}

.header-3d-banner {
  background-image: url("assets/images/home_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
}

.oneday-widget-kham-pha .box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.oneday-widget-kham-pha .mlabel {
  color: #fff;
  text-align: center;
  font-family: Barlow;
  font-style: normal;
  font-weight: 800;
  line-height: 120px;
  text-transform: uppercase;
}

.oneday-widget-kham-pha {
  text-align: center;
  position: relative;
}

.oneday-widget-kham-pha .thm-btn {
  font-size: 18px !important;
}

.oneday-widget-kham-pha .trai-nghiem-moi {
  color: #fff;
  text-align: center;
  font-family: Charmonman;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 85% */
}

.footer-widget__title,
.search-result .no-post {
  color: #1f3b64;
  font-family: "Roboto" !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.search-result {
  margin-top: 30px;
  margin-bottom: 0;
}

.search-result .no-post {
  text-align: center;
  margin-top: 50px;
}

.no-record {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  font-family: "Roboto", sans-serif;
}

#site-footer {
  padding-bottom: 0;
}

#site-footer .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 0;
}

#site-footer .grid-item {
  padding: 8px;
  font-size: 30px;
  text-align: center;
}

#site-footer .grid-item img {
  outline: 0;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

#site-footer .link_app_box_head {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

#site-footer .visitors {
  text-align: center;
}

#site-footer .visitors {
  text-align: center;
}

#site-footer .stats {
  margin-right: 30px;
}

#site-footer .visitors .stats .number {
  color: #007bff;
  font-weight: 600;
}

#site-footer {
  background-color: #eff4f7 !important;
  background-image: unset;
}

#site-footer .container {
  padding-bottom: 30px;
  padding-top: 50px;
}

#site-footer .site-footer__bottom .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.site-footer:not(.home .site-footer) {
  border-top: 1px solid #eceeef;
}

#site-footer,
#site-footer p,
#site-footer a {
  color: #1f3b64 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  font-family: "Roboto";
}

.contact-title {
  color: #082740;
}

#site-footer .links .item a {
  color: #1f3b64 !important;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-right: 20px;
}

#site-footer .links .item .fa {
  color: #ccc;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  margin-right: 6px;
}

#site-footer .info .fa,
.contact-link-item .fa {
  color: #7c859b !important;
  font-family: Font Awesome 5 Free;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  /* 100% */
  margin-right: 6px;
}

#site-footer .links ul li {
}

#site-footer .links ul li:nth-child(3n + 0) {
  clear: both;
}

#site-footer .link_app_store {
  display: inline-block;
}

#site-footer .link_app_box_head img {
  width: 130px;
}

#site-footer .scroll-to-top {
  bottom: 10px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: #40b9eb;
  position: fixed;
  right: 40px;
  z-index: 999;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: none;
}

#site-footer .scroll-to-top.back-to-top-is-visible {
  display: block;
}

#site-footer .scroll-to-top .fa {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 42px;
  font-weight: 900;
}

#site-footer .scroll-to-top:hover {
  background-color: #082740;
}

.site-footer__bottom {
  background-color: #12387a;
}

#site-footer .site-footer__bottom p {
  color: #ffffff !important;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.list-places-widgets .site-blog-post-layout-carousel {
  border: 0;
  height: 450px;
}

.list-places-widgets
  .site-blog-post-layout-carousel
  .site-image
  .c-post-img
  img {
  object-fit: cover;
  height: 100%;
}

.place-wrapper .place-item .site-image img {
  height: 100%;
  object-fit: cover;
}

.place-wrapper {
  padding-bottom: 40px;
}

.list-places-widgets .site-blog-post-layout-carousel .site-title,
.place-wrapper .place-item .site-title {
  width: 100%;
  z-index: 1;
  padding: 10px;
  text-align: center;
}

.list-places-widgets .site-blog-post-layout-carousel .site-title.more,
.place-wrapper .place-item .site-title.more {
  bottom: 0;
}

.single .entry-header .entry-title {
  margin-bottom: 20px !important;
}

.entry-header .entry-title-custom {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  /* 170% */
}

.entry-header .entry-title-tour {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
  /* 170% */
}

.custom-gallery-wrap-fixed {
  display: flex;
  gap: 10px;
  height: 400px;
  margin-bottom: 20px;
}

.custom-gallery-wrap-fixed.single-image {
  display: block;
  margin-bottom: 20px;
  max-height: 400px; /* Giới hạn chiều cao */
  overflow: hidden;
  border-radius: 12px;
}

.custom-gallery-wrap-fixed.single-image a {
  display: block;
  height: 100%;
}

.custom-gallery-wrap-fixed.single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Giữ hình ảnh đẹp, không méo */
  border-radius: 12px;
  display: block;
}

.gallery-left {
  flex: 2;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gallery-right a {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* Hiệu ứng +N */
.gallery-right a:last-child .overlay-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.btn-read-more-toggle {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s;
  float: right;
}

.tour-schedule-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.tour-schedule-list {
  margin-bottom: 30px;
}

.tour-day-item {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.tour-day-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.tour-day-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.tour-day-label {
  background-color: #f5f5f5;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  color: #333;
}

.tour-day-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.tour-day-content {
  padding: 0 20px 20px;
  color: #444;
  font-size: 15px;
}

/* Mặc định: nền cam */
.tour-day-toggle .toggle-button {
  background-color: #615e5e;
  color: white;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
}

/* Khi mở: đổi màu nền sang vàng đậm hơn */
.tour-day-toggle .toggle-button.opened {
  background-color: #fcbf2d;
  /* hoặc #fdd835 */
}

.guest-count {
  margin-bottom: 15px;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quantity-control input[type="number"] {
  width: 60px;
  height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background: #f9f9f9;
}

.qty-btn {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  padding: 0;
}

.price-value {
  color: #ff1414;
  font-weight: 500;
  font-size: 24px;
}

.tour-confirm-wrapper {
  display: flex;
  gap: 20px;
  padding: 30px;
  background: #fff;
  font-family: Arial;
  flex-wrap: wrap;
}

.tour-confirm-main {
  flex: 2;
  min-width: 300px;
}

.tour-sidebar {
  flex: 1;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 6px;
  min-width: 280px;
}

form fieldset {
  margin-bottom: 20px;
  border: 1px dashed #ccc;
  padding: 15px;
}

form .row {
  display: flex;
  /* gap: 10px; */
  flex-wrap: wrap;
  margin-bottom: 10px;
}

form input,
form select,
form textarea {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form textarea {
  width: 100%;
  resize: vertical;
}

.form-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn {
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--color-orange) !important;
}

.btn:hover {
  background-color: #e8a43d !important;
}

.save-btn {
  background: #f0f0f0;
}

.back-btn {
  background: orange;
}

.confirm-btn {
  background: orange;
  color: white;
}

.tour-thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.tour-info h3 {
  margin: 10px 0;
}

.tour-info ul {
  list-style: none;
  padding: 0;
}

.voucher input {
  width: 100%;
  margin-top: 5px;
  padding: 8px;
}

.payment-options {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.payment-options label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.payment-options input[type="radio"] {
  margin-right: 8px;
  appearance: auto !important;
  position: static !important;
  clip: auto !important;
  height: auto !important;
  width: auto !important;
}

legend.label-tour {
  margin-top: 10px;
  margin-bottom: 10px;
}

.booking-wrapper {
  background: #f9ede3;
  min-height: 100vh;
  padding: 40px 0;
}

.booking-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
}

.booking-tab {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 28px;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s, border 0.3s;
}

.booking-tab.active {
  background: #f9c793;
  border-color: #f9c793;
}

/* CARD BOOKING */
.booking-card, .bh-card {
  display: flex;
  align-items: stretch;
  /* thay vì align-items: flex-start */
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  margin-bottom: 22px;
}

/* Hình ảnh */
.booking-card-img {
  flex: 0 0 280px;
  height: auto;
  overflow: hidden;
}

.booking-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tour-total-view {
  margin-top: 10px;
}

/* Nội dung chính */
.booking-card-content {
  flex: 1;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.booking-card-content h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1a1a1a;
}

.details {
  font-size: 14px;
  color: #5b5b5b;
  line-height: 1.6;
}

.details div {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.details i {
  margin-right: 6px;
  color: #3f8eea;
}

/* Sidebar phải */
.booking-card-sidebar {
  width: 160px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
}

.booking-card-sidebar .price {
  font-size: 15px;
  font-weight: 600;
  color: #fc9001;
}

.booking-card-sidebar .vat-note {
  font-size: 12px;
  color: #aaa;
  margin: 8px 0 12px;
}

.booking-card-body {
  flex: 1;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-card-info {
  width: 180px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.booking-card-info .price {
  font-size: 15px;
  font-weight: 600;
  color: #fc9001;
}

.booking-card-info .vat {
  font-size: 12px;
  color: #aaa;
  margin: 4px 0 16px;
}

.booking-card-btn {
  margin-top: auto;
}

.booking-card-btn {
  background: #2462e5;
  color: #fff;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}

.booking-card-btn:hover {
  background: #154cc0;
  color: #fff;
}

/* Trạng thái */
.status-paid {
  color: #2e8540;
  font-weight: 600;
}

.status-unpaid {
  color: #d32f2f;
  font-weight: 600;
}
/* Icon lịch trong input */
.icon--search-rooms {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  pointer-events: none; /* để click vào vẫn focus input */
}

/* Tạo khoảng trống bên phải input để tránh icon đè */
.datepicker {
  padding-right: 30px;
}

.guests-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  height: 34px; /* Thêm chiều cao để khớp với input */
}

.guests-input-wrapper input {
  border: none;
  width: 50px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  height: 100%;
  padding: 0;
}

.btn-change-guest {
  width: 38px;
  height: 100%;
  background: #f5f5f5;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-change-guest:hover {
  background: #e0e0e0;
}

.scroll-section {
  margin-top: 3rem;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 16px;
}

.modal-header .btn-danger {
  background-color: #f44336;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.booking-detail-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  color: #082740;
}
.text-total {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  color: #082740;
}

.panel.booking-room-detail {
  background-color: #ebf3fe;
  border: 1px solid #ebf3fe;
  padding: 25px;
}
.price {
  color: red;
  font-size: 20px;
  font-weight: 700;
}

/* ===== Amenities Modal ===== */
#amenitiesModal .modal-dialog {
  max-width: 820px;
  width: auto;
}
#amenitiesModal .modal-header {
  padding: 12px 16px;
  border-bottom: 1px solid #e6edf5;
}
#amenitiesModal .modal-title {
  font-weight: 600;
  font-size: 16px;
}

/* Reset nếu lỡ có class "row" trên container */
#amenitiesModal .amenities-modal-body.row {
  margin-left: 0;
  margin-right: 0;
}

/* Lưới tiện nghi */
#amenitiesModal .amenities-modal-body {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px; /* hàng x cột */
  padding: 8px 4px;
  max-height: 60vh; /* cuộn khi dài */
  overflow-y: auto;
}

/* Mỗi item */
#amenitiesModal .amenity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #e6edf5;
  background: #f9fbfd;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #1f2937;
  white-space: normal;
  /* responsive width: 2–4 cột */
  flex: 1 1 calc(50% - 16px);
  min-width: 240px;
}
@media (min-width: 768px) {
  #amenitiesModal .amenity {
    flex-basis: calc(33.333% - 16px);
  }
}
@media (min-width: 992px) {
  #amenitiesModal .amenity {
    flex-basis: calc(25% - 16px);
  }
}

/* Icon Font Awesome trong item */
#amenitiesModal .amenity i {
  color: #2c7be5; /* xanh theo thiết kế */
  font-size: 16px;
  flex: 0 0 auto;
}

/* Close icon “X” góc phải (nếu dùng nút chữ X custom) */
#amenitiesModal .modal-header .btn.btn-danger {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  font-weight: 700;
  line-height: 26px;
}

/* PHÂN TRANG */
.booking-pagination {
  margin-top: 30px;
  text-align: center;
}

.booking-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.booking-pagination .page-numbers:hover,
.booking-pagination .page-numbers.current {
  background-color: #f9c793;
  border-color: #f9c793;
  color: #000;
}

.list-places-widgets .site-title h3 a,
.place-wrapper .place-item .site-title h3 a {
  color: white;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}

.tour .tour-item .site-title h3 {
  height: 115px;
}

/*Booking hotels*/
#hotel__tabs {
  margin-top: 30px;
  border-bottom: 3px solid #e0e0e0;
}
#hotel__tabs .nav-tabs > li.active > a {
  border: none !important;
  border-bottom: 3px solid #2973b8b2 !important;
}

#hotel__tabs .tab__title a {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
#hotel__tabs .tab-content .tab-pane {
  padding-bottom: 24px;
}

.hotel__name {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
}

.map__sidebar a {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #feaf16;
  margin: 20px 0;
  display: block;
}
.map__sidebar img {
  border-radius: 10px;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.hotel__address,
.hotel__review {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hotel__address-review-wrapper {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}

.hotel__infor {
  margin-top: 30px;
}
.hotel__infor h4 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #1c2b38;
}
.hotel__infor div {
  margin-top: 16px;
  font-size: 16px;
  line-height: 25.6px;
  color: #495560;
}
.hotel__infor a {
  float: right;
  font-weight: 700;
  line-height: 100%;
  color: #1c2b38;
  text-align: right;
}
#hotel__service h4 {
  color: #1c2b38;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 30px;
  margin-top: 0;
}

#hotel__service .feature-item {
  margin-bottom: 30px;
  display: flex;
  gap: 16px;
}
#hotel__service button {
  border: 1px solid #e5e7eb;
  padding: 15px 54px;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  border-radius: 30px;
}

.hotel__rooms-filter-title {
  color: #1c2b38;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
.hotel__rooms-filter-input {
  margin-top: 10px;
  background-color: #f4f4f5;
  padding: 20px;
  border-radius: 30px;
  height: 48px;
}
/* ====== CARD: giống layout ảnh 2 ====== */

/* Card chung */
.room-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* --- ĐẦU THẺ: Ảnh trái / nội dung phải (KHÔNG đổi HTML, dùng float) --- */
.room-card__main {
  position: relative;
}

/* Ảnh: 320x200, bo tròn, nằm TRÁI */
.room-card__hero {
  float: left;
  width: 320px;
  height: 200px;
  margin-right: 16px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
}
.room-card__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Nội dung: nằm PHẢI ảnh */
.room-card__content {
  overflow: hidden; /* tạo 2 cột: ảnh (float) + content (phần còn lại) */
  min-height: 200px;
  padding-right: 12px;
}
.room-card__title {
  margin: 0 0 8px;
  font-weight: 700;
  color: #0f172a;
}

.room-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.room-card__bullets li {
  display: flex;
  align-items: center;
  color: #111827;
}
.room-card__bullets i {
  width: 18px;
  margin-right: 8px;
  color: #000;
  font-size: 16px;
}

/* Đường kẻ ngăn tiện nghi: phải clear float để không chồng lên ảnh */
.room-card__divider {
  clear: both;
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 16px 0 12px;
}

/* Tiện nghi: 4 cột trên desktop, 2 cột mobile */
.room-card__amenities h5 {
  margin: 0 0 10px;
  font-weight: 700;
}
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 22px;
}
.amenity {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
}
.amenity i {
  color: #000;
}
.btn-amenities-more {
  background: transparent;
  border: 0;
  color: #0d6efd;
  padding: 0;
  text-align: left;
}

/* --- CỘT PHẢI: box bo tròn, giống thiết kế --- */
.room-card__side {
  text-align: left;
}
.side-box {
  background: #f6f8fb;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  padding: 14px;
  position: sticky;
  top: 20px;
  box-shadow: 0 2px 10px rgba(16, 24, 40, 0.06);
}
.side-box__price .label {
  font-size: 12px;
  color: #6b7280;
}
.side-box__price .number {
  color: #ef4444;
  font-weight: 700;
  font-size: 20px;
}
.side-box__price .unit {
  color: #ef4444;
  font-size: 14px;
}
.side-box__price .vat {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}

/* Nút cam hình viên thuốc */
.btn-pill {
  width: 100%;
  border-radius: 9999px;
  font-weight: 600;
  margin: 10px 0 6px;
}
.btn-choose {
  background: #f59e0b;
  border: 1px solid #2973b8;
  color: #fff;
}
.btn-choose:hover {
  opacity: 0.9;
}
.btn-cancel {
  background: #f59e0b !important;
  border: 1px solid #f59e0b;
  color: #fff;
} /* màu giống mockup */
.btn:hover {
  color: #ffffff;
}

/* highlight input ngày khi thiếu/invalid */
.pill-input input.is-invalid,
.form-control.is-invalid {
  border: 1px solid #ef4444 !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15);
}

button.btn.btn--custom-warning.btn--custom.btn-save-cart {
  background-color: #f59e0b !important;
}
/* Số phòng kiểu pill */
.side-field {
  margin-top: 10px;
}
.side-field label {
  display: block;
  font-size: 13px;
  color: #111827;
  margin-bottom: 6px;
}
.qty-pill {
  height: 42px;
  background: #eef2f7;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  gap: 8px;
}
.qty-pill .btn-step {
  width: 44px;
  height: 32px;
  border-radius: 8px;
  border: 0;
  background: #2973b8;
  color: #fff;
  font-weight: 700;
}
.qty-pill .qty {
  min-width: 28px;
  text-align: center;
  font-weight: 600;
}

/* Ô ngày kiểu pill */
.pill-input {
  position: relative;
}
.pill-input input {
  width: 100%;
  height: 42px;
  border: 0;
  background: #eef2f7;
  border-radius: 9999px;
  padding: 0 38px 0 14px;
}
.pill-input i.fa {
  position: absolute;
  right: 12px;
  top: 11px;
  color: #9ca3af;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 991px) {
  .amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .side-box {
    position: static;
  }
}

/*End Booking hotels*/
.list-places-widgets .fa-long-arrow-right,
.place-wrapper .place-item .fa-long-arrow-right {
  border-radius: 50%;
  padding: 8px;
  background-color: #ffa801;
  font-weight: normal;
  position: absolute;
  right: 10px;
  bottom: 33px;
  font-size: 20px;
}

.list-places-widgets .site-title.more p,
.place-wrapper .place-item .site-title.more p {
  color: #ffa801;
  font-family: "Roboto";
}

.list-places-widgets .site-blog-post-layout-carousel .site-title.more,
.place-wrapper .place-item .site-title.more {
  opacity: 0;
  display: none;
}

.list-places-widgets .site-blog-post-layout-carousel:hover .site-title.more,
.place-wrapper .place-item:hover .site-title.more {
  opacity: 0;
  padding-bottom: 20px;
  display: none;
}

.list-places-widgets .site-blog-post-layout-carousel:hover .site-title.first,
.place-wrapper .place-item:hover .site-title.first {
  opacity: 1;
}

.list-news-widgets .oneday-widget-content .box-cotent ul li a,
.list-news-widgets .oneday-widget-content .box-cotent ul li a span {
  color: #5b5b5b;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}

.list-news-widgets .oneday-widget-content .box-cotent ul li {
  width: 30%;
  margin: 0;
}

.list-news-widgets .oneday-widget-content .box-cotent ul {
  margin-bottom: 6px;
}

.list-news-widgets .oneday-widget-content .box-cotent ul li:nth-child(2),
.list-news-widgets .oneday-widget-content .box-cotent ul li:nth-child(3) {
  text-align: center;
}

.list-news-widgets .oneday-widget-content .box-cotent ul li a .fa {
  color: #ffa801;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  margin-right: 6px;
}

/* .feature-tours-widgets .oneday-widget-content .box-cotent ul li a, .feature-tours-widgets .oneday-widget-content .box-cotent ul li a span { */
.feature-tours-widgets .oneday-widget-content .box-cotent ul li a .fa {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}

.feature-tours-widgets .oneday-widget-content .box-cotent ul li a,
.feature-tours-widgets .oneday-widget-content .box-cotent ul li a span,
.ocop-detail .box-cotent ul li a,
.ocop-detail .box-cotent ul li a span {
  color: #555;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 212.5% */
}

.feature-tours-widgets .box-cotent p {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #555;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}

.feature-tours-widgets .oneday-widget-content .box-cotent {
  height: auto;
  padding-bottom: 14px;
}

.feature-tours-widgets .box-cotent p span,
.tour-wrapper .tour-item .site-title .price span,
.ocop-detail .box-cotent .price span {
  /* color: #ff0143;
    font-weight: 600;
	font-size: 18px; */
  color: #ff0143;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.feature-tours-widgets .oneday-widget-content .box-cotent ul {
  padding-top: 10px;
}

.feature-tours-widgets .oneday-widget-content .add-favorite,
.ocop-detail .add-favorite {
  width: 38px;
  height: 38px;
  background-color: rgba(8, 39, 64, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.add-favorite .fa-heart-o,
.add-favorite .fa-heart,
.rate-header {
  margin-right: 4px;
}

.feature-tours-widgets .add-favorite .fa-heart,
.ocop-detail .add-favorite .fa-heart {
  margin-right: 0;
}

.feature-tours-widgets
  .oneday-widget-content
  .owl-item
  .site-blog-post-layout-carousel:hover
  .site-image
  .add-favorite,
.ocop-detail
  .owl-item
  .site-blog-post-layout-carousel:hover
  .site-image
  .add-favorite {
  background-color: #fff;
  color: #ff0143;
}

.hotel-wrapper .hotel-item:hover .site-image .add-favorite,
.hotel-wrapper .hotel-item:hover .site-image .add-favorite .fa,
.restaurant-wrapper .restaurant-item:hover .site-image .add-favorite,
.restaurant-wrapper .restaurant-item:hover .site-image .add-favorite .fa {
  color: #ff0143;
  font-weight: 600;
}

.hotel-wrapper .hotel-item .site-image .add-favorite:focus,
.restaurant-wrapper .restaurant-item .site-image .add-favorite:focus {
  color: #ff0143;
  text-decoration: none;
}

.tour-one__meta {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 25px;
  border-top: 1px solid rgb(236, 238, 239);
}

.tour-one__meta li a,
.tour-one__meta li a .fa {
  color: #555;
  font-family: Font Awesome 5 Free;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  margin-right: 6px;
}

.single-bgr-image-3d .entry-title,
.single-bgr-image-3d .site-title a {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  text-transform: uppercase;
}

.single-bgr-image-3d .od-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}

.single-bgr-image-3d .od-breadcrumb,
.single-bgr-image-3d .od-breadcrumb a {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.od-breadcrumb .breadcrumb-separator {
  font-size: 10px;
}

.single-bgr-image-3d .site-title {
  text-align: center;
}

.single .single-thumb img {
  width: 100%;
  max-height: 350px;
  display: none;
}

.single .od-sub-controls {
  font-size: 16px;
}

.archive .od-sub-controls,
.archive .post-views.content-post.entry-meta,
.archive .od-sub-controls.add-favorite span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  color: #5b5b5b;
}

.archive .yellow-sub-contrl .od-sub-controls .fa {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #ffa801;
}

.archive .yellow-sub-contrl {
  text-align: left;
}

.yellow-sub-contrl .od-sub-controls .fa {
  color: #ffa801;
}

.single-tour .yellow-sub-contrl,
.single-restaurants .yellow-sub-contrl {
  padding-bottom: 10px;
}

.single-tour .item .od-sub-controls .fa,
.single-restaurants .item .od-sub-controls .fa,
.single-hotels .item .od-sub-controls .fa {
  color: #ffa801;
}

.od-sub-controls .fa {
  margin-right: 6px;
}

.od-sub-controls.add-favorite {
  /* color: #007bff; */
  color: #555;
  font-weight: 500;
}

/* .home .list-news-widgets .od-sub-controls {
	font-weight: normal;
    font-size: inherit;
} */

.single article .entry-header {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tour-line {
  border-top: 1px solid rgb(236, 238, 239);
}

.single .tour-line {
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.single .tour-line .item {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tour-line .od-sub-controls:not(.single .tour-line .od-sub-controls) {
  margin-left: -15px;
  margin-right: -15px;
}

.page .tour-wrapper .tour-line,
.page .event-wrapper .tour-line,
.page .hotel-wrapper .tour-line,
.page .restaurant-wrapper .tour-line {
  border-top: 1px solid rgb(236, 238, 239);
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
}

.page .hotel-wrapper .tour-line,
.page .tour-wrapper .tour-line {
  padding-top: 10px;
  margin-top: 10px;
}

.page .event-wrapper .tour-line {
  margin-top: 10px;
}

.tour-wrapper .tour-item .site-title h3 a,
.event-wrapper .event-item .site-title h3 a,
.hotel-wrapper .hotel-item .site-title h3 a,
.restaurant-wrapper .restaurant-item .site-title h3 a,
.agency-wrapper .agency-item .site-title h3 a {
  color: #082740;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  height: 75px;
}

.agency .agency-item .list-item-district {
  padding-bottom: 10px;
}

.restaurant-wrapper .restaurant-item .site-title h3 a,
.hotel-wrapper .hotel-item .site-title h3 a {
  /* color: #fc5b62; */
  color: #082740;
}

.single .yellow-sub-contrl.bottom {
  margin-bottom: 0px;
  margin-top: 10px;
}

.restaurants-page .tour-one__stars {
  margin-bottom: 10px !important;
}

.single .tour-price {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single .tour-price p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1em;
}

.single .tour-price span {
  color: #ff0143;
  font-weight: 600;
  padding-bottom: 15px;
}

.single .entry-header .entry-title {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single article .entry-content p {
  line-height: 30px;
  color: #222 !important;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.single article .entry-content p iframe {
  width: 100%;
}
.page .entry-header {
  margin-top: 30px;
}

.page .places .entry-header {
  position: relative;
}

.page .entry-header h1,
.search-result .search-info {
  color: #082740;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
}

.search-result .search-info {
  font-weight: normal;
  font-size: 20px;
}

.vtour .vtour-item .site-title,
.tour .tour-item .site-title,
.event .event-item .site-title {
  padding: 15px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(236, 238, 239);
  background-color: rgb(255, 255, 255);
}

.page-template .vtour,
.page-template .restaurant {
  padding-bottom: 30px;
}

.tour-wrapper .tour-item .od-sub-controls,
.event-wrapper .event-item .od-sub-controls,
.agency-wrapper .agency-item .od-sub-controls,
.hotel-wrapper .hotel-item .od-sub-controls,
.restaurant-wrapper .restaurant-item .od-sub-controls,
.single .od-sub-controls {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.single .od-sub-controls,
.single .od-sub-controls span,
.page-template .od-sub-controls span {
  font-family: "Roboto", sans-serif;
}

.vtour .vtour-item .site-title h3 {
  text-align: left;
}

.vtour .vtour-item .site-title h3 a {
  color: #082740;
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vtour .vtour-item .od-sub-controls {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  display: -webkit-box;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1em;
  margin-bottom: 15px;
  text-align: left;
  display: block;
  font-family: "Roboto", sans-serif;
}

.vtour .vtour-item .od-sub-controls.view {
  text-align: right;
}

.tour .tour-item,
.news-wrapper article,
.event .event-item {
  margin-bottom: 30px;
}

.tour .tour-item .site-title h3 {
  display: block;
}

.event .event-item .list-item-district,
.tour .tour-item .site-title h3,
.tour .tour-item .site-title .price {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-top: 10px;
  margin-bottom: 16px;
}

.hotel .hotel-item .list-item-district,
.restaurant .restaurant-item .list-item-district,
.agency .agency-item .list-item-district,
.agencies-wrapper .tour-item .list-item-district {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  color: #444;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 34px; */
  margin-top: 8px;
  height: 50px;
}

.single .single-bgr-image-3d {
  margin-bottom: 40px;
  overflow: hidden;
}

.news-wrapper .entry-header {
  margin-bottom: 20px;
  margin-top: 30px;
}

.news-wrapper article {
  /* padding: 35px 30px; */
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(236, 238, 239);
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-wrapper article .site-thumbnail {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.news-wrapper article .entry-content,
.ocop-detail .box-cotent .summary,
.ocop-wrapper .tour-item .entry-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: justify;

  color: #444;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  height: 120px;
}

.news-wrapper article .site-image {
  margin: -15px;
}

.hotel .hotel-wrapper .hotel-item article,
.restaurant .restaurant-wrapper .restaurant-item article,
.agency .agency-wrapper .agency-item article {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.hotel .hotel-wrapper .hotel-item .site-title,
.restaurant .restaurant-wrapper .restaurant-item .site-title {
  padding: 0 15px 15px 15px;
}

.wish_bt {
  position: absolute;
  right: 15px;
  top: 21px;
  z-index: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

small.location {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 22px;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 10px;
  line-height: 1;
}

.hotel .hotel-wrapper .hotel-item .wish_bt span,
.restaurant .restaurant-wrapper .restaurant-item .wish_bt span {
  font-size: 14px;
}

.hotel .hotel-wrapper .hotel-item .wish_bt span .fa,
.restaurant .restaurant-wrapper .restaurant-item .wish_bt span .fa {
  margin-right: 6px;
}

/* zoom in/out image */
.hotel .hotel-item .site-image,
.restaurant .restaurant-item .site-image,
.agency .agency-item .site-image {
  position: relative;
  overflow: hidden;
}

.hotel .hotel-wrapper .hotel-item .site-image img,
.restaurant .restaurant-wrapper .restaurant-item .site-image img,
.agency .agency-wrapper .agency-item .site-image img {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Safari 3-8 */
}

.hotel .hotel-wrapper .hotel-item .site-image:hover img,
.restaurant .restaurant-wrapper .restaurant-item .site-image:hover img,
.agency .agency-wrapper .agency-item .site-image:hover img {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari 3-8 */
  transform: scale(1);
}

.hotel .hotel-wrapper .hotel-item .site-image .read_more .view,
.restaurant .restaurant-wrapper .restaurant-item .site-image .read_more .view {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  /* font-size: 0.75rem; */
  padding: 5px 10px;
  font-family: "Roboto", sans-serif;
}

.hotel .hotel-wrapper .hotel-item .site-image:hover .read_more,
.restaurant .restaurant-wrapper .restaurant-item .site-image:hover .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.hotel .hotel-wrapper .hotel-item .read_more,
.restaurant .restaurant-wrapper .restaurant-item .read_more {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}

.hotel-wrapper .hotel-item .site-title h3 a,
.restaurant-wrapper .restaurant-item .site-title h3 a {
  margin-top: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 75px;
}

.hotel-wrapper .hotel-item .site-title .star-reviews,
.restaurant-wrapper .restaurant-item .site-title .star-reviews {
  margin-top: 15px;
  display: block;
  color: #ffa801;
}

.page .hotel-wrapper .entry-header,
.page .restaurant-wrapper .entry-header {
  margin-top: 0px;
}

/* luhanh list */
.agency-wrapper.list {
  padding: 15px;
  margin: 15px;
}

.agency .list .tour-line {
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
}

.agency .list .entry-header {
  margin-top: 0;
}

.agency .list .agency-item .site-image .add-favorite,
.vtour .vtour-item .site-image .add-favorite,
.event .event-item .site-image .add-favorite,
.tour .tour-item .site-image .add-favorite {
  width: 50px;
  height: 50px;
  background-color: rgba(8, 39, 64, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ocop-wrapper .tour-item .site-image img {
  height: 300px;
}

.ocop-wrapper .tour-item .site-title h3 {
  height: auto;
}

.add-favorite sup {
  margin-left: 2px;
}

.agency .list .agency-item .site-image:hover .add-favorite,
.vtour .vtour-item .site-image:hover .add-favorite,
.event .event-item .site-image:hover .add-favorite,
.tour .tour-item .site-image:hover .add-favorite {
  background-color: #fff;
  color: #ff0143;
}

.vtour .vtour-item .site-image,
.event .event-item .site-image,
.tour .tour-item .site-image {
  position: relative;
}

.agency .list .agency-item article {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1;
}

.agency .list .agency-item .site-image {
  height: 100%;
}

/* search sidebar */
.place_search {
  background-color: #eceeef;
  padding: 30px;
}

.place_search
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    [type="reset"]
  ),
.place_search textarea {
  width: 100%;
  padding: 12px 12px 12px 12px;
  border: none;
  outline: none;
  background-color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: justify;
  color: #444;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.place_search .item > span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 34px;
}

#gio_dat {
  height: 56px;
}

.place_search #time {
  padding-right: 10px;
}

.place_search .dropdown button {
  height: 56px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  padding-left: 12px;
}

.place_search .item {
  margin-top: 16px;
  margin-bottom: 16px;
}

.item__field {
  padding: 15px 12px;
}

.place_search .thm-btn {
  width: 100%;
}

#book-note {
  height: 118px;
}

.od-date {
  position: relative;
}

.od-date .fa {
  position: absolute;
}

.od-date .fa {
  position: absolute;
  right: 22px;
  top: 54px;
  font-size: 16px;
  /* color: #7c7c7cbb; */
}

.od-date.time input {
  padding-right: 12px;
  color: #555;
}

.hotel .place_search,
.restaurant .place_search {
  padding: 20px 20px 10px 20px;
}

.hotel .place_search.area,
.restaurant .place_search.area {
  padding: 20px 20px 10px 20px;
  background-color: unset;
  border: 1px solid #eceeef;
  margin-top: 30px;
}

.hotel .place_search.area.last,
.restaurant .place_search.area.last {
  padding-top: 10px;
}

.hotel .place_search.area .top-ope-more,
.restaurant .place_search.area .top-ope-more {
  border-bottom: 1px solid #eceeef;
  padding-bottom: 20px;
}

.list-types .item {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 238, 239);
  font-size: 16px;
  color: #555;

  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Barlow;
  text-transform: none;
}

.list-types .item:first-child {
  margin-right: 8px;
}

.list-types .item.type-active {
  background-color: #ffa801;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;

  color: #082740;
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  border: 0;
}

.place-wrapper .map-area,
.vtour-wrapper .map-area {
  margin-top: 30px;
}

.place-wrapper .map-area .leaflet-map,
.vtour-wrapper .map-area .leaflet-map {
  height: 1000px !important;
}

.list-types .item .fa {
  margin-right: 6px;
}

.news-wrapper .entry-header .site-title a {
  color: #082740;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;

  height: 40px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-wrapper .single-bgr-image-3d .site-title {
  text-align: center;
}

.single .single-thumb {
  margin-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

.chk_search {
  line-height: 2.1;
}

.chk_search input[type="checkbox"] {
  transform: scale(1.2);
  color: #555;
  margin-right: 6px;
}

.chk_search label,
.od-select .dropdown-options .option span,
.edit-profile .header-text,
.account-settings .header-text,
.my-dashboard .box-item-second label,
.my-dashboard .box-item-second input,
.my-dashboard .box-item-second select {
  cursor: pointer;
  color: #555;
  font-size: 18px;
  display: block;
  line-height: 1em;
  display: inline-block;
  /* font-family: 'Roboto',sans-serif; */
  font-family: "Barlow";
}

.my-dashboard .box-item-second .my-button {
  color: #fff;
  line-height: 35px;
  background-color: #ffa801;
  font-size: 16px;
  color: #082740;
  border: 0 !important;
}

.od-select .dropdown-options .option span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.operator-detail.operator-admin-dashboard .content {
  margin-top: 30px;
}

.dashboard-sidebar .item a {
  color: #555;
  font-size: 18px !important;
  font-family: Barlow;
}

.list-news-widgets .site-image .c-post-img img {
  height: 255px;
  object-fit: cover;
}

.operator-detail .main-content h2 {
  color: #082740;
}

#example, #tbl_voucher_usage {
  padding-top: 30px;
}

.dashboard-sidebar .item .active {
  color: #004c85;
  font-weight: 500;
}

.dashboard-sidebar .item a .fa {
  margin-right: 6px;
  width:20px;
}

.single-restaurants .sidebar-item.place_search_form {
  margin-bottom: 30px;
}

#back-to-top .fa {
  margin-right: auto;
}

/* comments */

#comments .comment-respond .comment-reply-title,
.comments-title,
.relate_info h2,
.ocop-detail .title {
  margin: 0;
  color: #082740;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  height: auto;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}

.review-content .sub-review-title {
  margin-right: 12px;
  font-size: 18px;
  font-family: Barlow;
}

.review-content .rateit {
  margin-bottom: 15px;
}

#comments .comment-form .comment-form-comment label {
  display: none;
}

#comments b,
#comments strong,
#comments time,
#comments em,
#comments span {
  font-family: "Roboto", sans-serif;
}

#comments time {
  font-size: 13px;
}

#comments .comment-content {
  font-size: 18px;
  margin-top: 4px;
}

#comments .comment-form input:not(.comment-form .form-submit .submit) {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}

.comment-metadata a,
#comments .comment-author.vcard {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

#comments .comment-form input:not(.comment-form .form-submit .submit) {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #eceeef;
}

#comment {
  width: 100%;
  border: none;
  outline: none;
  background-color: #eceeef;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  padding: 15px;
  margin-top: 30px;
}

#comments .comment-list {
  margin-left: 0;
}

#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-email input {
  padding-top: 8px;
  padding-bottom: 8px;
}

#comments .comment-form-author {
  margin-right: 15px;
  display: inline-block;
  float: left;
}

#comments .comment-form-email {
  display: inline-block;
  float: right;
}

#comments .form-submit {
  clear: both;
}

#comments .form-submit .submit {
  /* width: 150px; */
  text-align: center;
  border: 0;
  clear: both;
  margin-top: 15px;
}

#comments .comment-form {
  /* margin-top: 30px; */
}

#comments .comment-form label,
#comments .comment-form .comment-form-url,
.comment-form .comment-form-cookies-consent,
#comments .reply,
#comments .comment-notes,
#comments .logged-in-as,
#comments .edit-link,
#comments .comment-reply-title,
#comments .comment-list .comment::marker {
  display: none;
  content: "";
}

#comments .comment-author.vcard img {
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #eee;
}

#respond {
  margin-bottom: 30px;
}

.comment-body {
  padding-bottom: 20px;
  border-top: 1px dashed #ccc;
  padding-top: 20px;
}

.comment-body p {
  margin: 0;
}

.relate_info ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  padding-left: 25px;
  line-height: 34px;
  font-family: "Roboto", sans-serif;
}

.relate_info ul li .fa {
  margin-right: 8px;
  color: #40b9eb;
  font-weight: 400;
}

/* calender events */
.sidebar-item.calendar {
  padding: 0 !important;
  border: 0 !important;
}

.calendar td {
  color: rgba(255, 255, 255, 0.5);
  padding: 2px !important;
}

.calendar header .month {
  color: #fff !important;
}

#calendar {
  background: #4a4a4a;
}

.calendar .day.wrong-month {
  color: #545a5c !important;
}

.calendar .day {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 1.5px;
  color: #fff;
}

.calendar .day.today {
  background: transparent !important;
  color: #40b9eb !important;
}

.calendar .day.has-event:after {
  width: 6px !important;
  height: 6px !important;
  background: red !important;
}

.calendar .event-container {
  padding: 15px !important;
  padding-top: 60px !important;
}

.calendar .event-container .close {
  border: 0 !important;
}

.calendar header .btn-prev {
  top: 21px !important;
  left: 15px !important;
}

.calendar header .btn-next {
  top: 21px !important;
  right: 15px !important;
}

.calendar header {
  background: rgba(66, 66, 66, 1);
  padding: 15px;
}

.calendar header .month .year {
  color: #40b9eb !important;
  font-weight: 500 !important;
}

.calendar .event-container .event-hour {
  display: none;
}

.calendar .event-container .event-summary {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.6;
}

.calendar .event-container .event-date {
  color: yellow;
}

.calendar .event-container .event {
  font-family: "Roboto", sans-serif;
}

/* calender events */

#cart {
  display: none;
}

.main-nav__login:hover,
.main-nav__search:hover {
  color: #ff0143;
}

.post-views.content-post.entry-meta {
  display: inline-block;
}

.login-register-area .tml .tml-field-wrap.tml-rememberme-wrap {
  display: none;
}

.dataTables_wrapper .dataTables_filter input {
  /* height: 39px;
    width: 300px;
	margin-left: 10px !important; */
}

.dataTables_wrapper .dataTables_length select {
  /* height: 39px;
    width: 70px; */
}

#example_length label,
.dataTables_wrapper .paginate_button.disabled,
.dataTables_info,
.dataTables_filter label,
.dataTables_wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  /* font-size: 18px;
	font-family: Barlow; */
}

#example_length select {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.dataTables_wrapper .paginate_button {
  height: 28px;
  line-height: 16px;
}

.main-nav__search.search-popup__toggler:focus,
.main-nav__search.search-popup__toggler:hover,
.main-nav__login.login-popup__toggler:focus,
.main-nav__login.login-popup__toggler:hover {
  color: #feaf16;
}

.topbar-one .topbar.main-nav__right {
  position: relative;
}

/* search */

.s-box {
  position: relative;
}

.s-box .fa-search {
  position: absolute;
  left: 10px;
  color: #ccc;
  top: 10px;
  font-size: 16px;
}

.s-item select,
.s-item input {
  outline: 0;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 39px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

#search {
  padding-left: 35px;
}

.searchform .search-btn {
  line-height: 15px;
  width: 100%;
}

.acc-column-name {
  color: #06c;
  font-size: 14px;
}

.complex span.email {
  color: #555;
}

.mana-grid.delete_post {
  color: red;
}

table .txt-center {
  text-align: center;
}

.search-result .entry-content {
  color: #222;
  font-weight: 600;
  line-height: 1.2;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 38px;

  border-style: solid;
  border-width: 1px;
  border-color: rgb(236, 238, 239);
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.fa.fa-map-o,
.fa.fa-bus {
  font-size: 14px !important;
}

.header-mobile .menu-item.menu-item-has-children:hover > .sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  display: block;
  padding-left: 15px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
}

.header-mobile .primary-menu .menu a {
  display: block;
  color: #000;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 5px 0;
}

.show_hide_btn {
  float: right;
  color: #7c859b;
}

.show_hide_btn .fa {
  font-size: 16px;
}

.collapand_filter {
  height: 63px;
  overflow: hidden;
}

/* table detail */
.detail {
  border: 1px solid #dddddd;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow;
}

.detail .item {
  color: #000;
  font-size: 16px;
}

.detail.edit-profile .item {
  margin-bottom: 15px;
}

.view-tour .item {
  padding: 14px;
}

.detail .item:nth-child(odd) {
  background: #fff;
}

.view-tour .item:nth-child(even) {
  background: #eee;
}

.detail .post-title {
  color: blue;
}

.edit-profile .header-text,
.account-settings .header-text {
  margin-bottom: 15px;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 18px;
  font-weight: bold;
}

.edit-profile.detail {
  padding: 0;
}

.edit-profile.detail .box-item-second {
  margin: 0;
}

.category-box.logout .box .item {
  margin-bottom: 0;
}

.category-box .box {
  padding: 15px;
}

.category-box {
  border: 1px solid #c0bfbf;
  border-radius: 4px;
  width: 100%;
}

.category-box.logout {
  border: 1px solid #d81010;
}

.category-box.logout a {
  color: #d81010;
}

.logged-in .sidebar-header {
  border-bottom: 1px solid #c0bfbf;
  color: #004c85;
}

/* table detail */
/* search sidebar */

.home .owl-carousel.owl-loaded {
  z-index: 0;
}

#popup_explore_title {
  margin: 0;
  color: #fff;
  /* padding-left: 130px; */
  padding-left: 65px;
  padding-right: 15px;
  padding-top: 16px;
  font-weight: 600;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.pheader {
  /* background-color: green; */
  /* background-color: rgba(8, 39, 64, .2); */
  position: absolute;
  height: 60px;
  /* width: 100%; */
}

.pheader .fa-close {
}

.pheader .popup_explore_logo {
  width: 100px;
  position: absolute;
  top: 6px;
  left: 18px;
  border: 1px solid #fff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}

#popup_loading {
  margin: 0 auto;
  width: 200px;
}

#detail_vtour3d_iframe .message,
#popup_loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home_image_below_news {
  width: 100%;
  margin-bottom: 20px;
}

.leaflet-map {
  z-index: 0;
}

.map-widgets .oneday-widget-title {
  display: none;
}

.home-banner-mini-game {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page .od-other .entry-header h1 {
  margin-bottom: 30px;
}

/* home maps */
.map-area .leaflet-container .leaflet-marker-pane .leaflet-marker-icon {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: 2px solid #fff;
}

.map-area .leaflet-container .leaflet-marker-pane .leaflet-marker-icon:hover {
  -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
  -moz-animation: neon5 1.5s ease-in-out infinite alternate;
  animation: neon5 1.5s ease-in-out infinite alternate;
}

.map-area .leaflet-popup-content {
  /* width: 180px !important; */
  font-size: 14px;
}

/*neon5*/
@-webkit-keyframes neon5 {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #f6841f,
      0 0 70px #f6841f, 0 0 80px #f6841f, 0 0 100px #f6841f, 0 0 150px #f6841f;
  }

  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #f6841f,
      0 0 35px #f6841f, 0 0 40px #f6841f, 0 0 50px #f6841f, 0 0 75px #f6841f;
  }
}

@-moz-keyframes neon5 {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff9900,
      0 0 70px #ff9900, 0 0 80px #ff9900, 0 0 100px #ff9900, 0 0 150px #ff9900;
  }

  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff9900,
      0 0 35px #ff9900, 0 0 40px #ff9900, 0 0 50px #ff9900, 0 0 75px #ff9900;
  }
}

@keyframes neon5 {
  from {
    box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff9900,
      0 0 70px #ff9900, 0 0 80px #ff9900, 0 0 100px #ff9900, 0 0 150px #ff9900;
  }

  to {
    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff9900,
      0 0 35px #ff9900, 0 0 40px #ff9900, 0 0 50px #ff9900, 0 0 75px #ff9900;
  }
}

.map_point_popup {
  position: relative;
}

.map_point_popup .title {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 8px;
  padding-right: 8px;
}

.map_point_popup .detail {
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding-bottom: 4px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 500;
}

.map_point_popup .detail:hover {
  color: #000;
  background: #fff;
}

/* home maps */

.main-navigation #primary-menu-menu > .current_page_item,
.main-navigation #primary-menu-menu > .current-menu-parent {
  position: relative;
}

.ribox {
  border: 1px solid #eceeef;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  /* margin-bottom: 30px; */
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.ribox #popup_loading {
  width: 60px;
}

.rate_loading {
  background-color: #fff;
  opacity: 0.4;
}

/* faq */
.faqs h1 {
  margin-bottom: 30px;
}

.faqs .item-wrapper {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.faqs .question {
  background-color: #f5f5f5;
  padding: 10px 15px;
  font-weight: 600;
}

.faqs .answer {
  padding: 15px;
}

.faqs .question,
.faqs .answer {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 34px;
}

/* faq */

.no-post {
  text-align: center;
  font-size: 18px;
}

.operator-admin-dashboard .place_search {
  background: #fff;
  padding: 0;
}

.operator-admin-dashboard .place_search em {
  line-height: 34px;
  font-size: 16px;
}

.operator-admin-dashboard .place_search input,
.operator-admin-dashboard .place_search textarea {
  border: 1px solid #ddd !important;
  border-radius: 4px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#fep-new-post .acf-fields p.description {
  font-size: unset;
}

#fep-new-post .acf-fields .acf-field {
  margin-top: 16px;
  margin-bottom: 16px;
}

#fep-new-post .acf-fields .acf-field select {
  padding: 6px;
  font-size: 16px;
  border-radius: 4px;
  /* margin-top: 10px; */
}

#fep-new-post .acf-fields .acf-field .-taxonomy select {
  margin-top: 0px;
}

.minigame-widgets {
  margin-bottom: 40px;
}

.minigame-widgets .oneday-widget-title .widget-title {
  padding: 0;
}

.minigame-widgets .main-title {
  color: #12387a;
  text-align: left !important;
  text-transform: uppercase;
  font-size: 40px !important;
  margin-bottom: 0;
}

.minigame-widgets .stitle {
  color: #333;
  font-size: 24.064px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.minigame-widgets .simgage img {
  object-fit: cover;
  border-radius: 16px;
}

.minigame-widgets .sbody {
  overflow: hidden;
  border-radius: 16px;
  background: #eff4f7;
  box-shadow: 0.80214px 0.80214px 1.60428px 0px rgba(0, 0, 0, 0.1);
  padding: 22px;
  padding-top: 14px;
}

.minigame-widgets .btn-tham-gia {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #40b9eb;
  color: #fff;
  border-radius: 4px;
  margin-top: 15px;
  display: block;
  width: 135px;
  text-align: center;
  cursor: pointer;
}

.minigame-widgets .scontent {
  font-size: 18px;
  line-height: 34px;
  overflow: hidden;
}

.required,
.acf-required {
  color: red;
}

/* swippe images 
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
}*/

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  /* border-top: 1px solid #eceeef;
    border-bottom: 1px solid #eceeef; */
  padding-top: 20px;
  padding-bottom: 20px;
  /* margin-top: 30px;
    margin-bottom: 30px; */
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing
  .heateor_sss_sharing_ul
  a {
  float: left;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  margin: 2px;
  margin-right: 15px;
}

.single .entry-content .container {
  width: 100%;
  padding: 0;
}

/* swippe images */

#agency-wrapper .agency-item {
  margin-top: 30px;
}

#agency_filter .search_item {
  border-radius: 4px;
  background-color: #ddd;
}

#agency_filter .search_item .right {
  text-align: right;
}

#agency_filter .search_item input {
  padding-top: 20px;
  padding-bottom: 20px;
}

#agency_filter .search_item .item {
  display: inline-block;
  margin-right: 10px;
}

#agency_filter .search_item .item:last-child {
  margin-right: 0;
}

#agency_filter .search_item select,
#agency_filter .search_item input {
  border: 0;
  border-radius: 3px;
  padding-right: 15px;
  padding-left: 8px;
  padding-right: 8px;
  height: 42px;
  color: #999;
  font-family: "Barlow";
  font-size: 16.5px;
}

#agency_filter .search_item select {
  height: 42px;
}

#filter_by {
  width: 220px;
}

#sort_by {
  width: 240px;
}

#asearch {
  font-size: 14px;
  padding-left: 10px;
}

#agency_filter .s-box .fa-search {
  right: 12px;
  top: 12px;
  left: unset;
  cursor: pointer;
}

.agency-result.search-result {
  margin-top: 30px;
  margin-bottom: 10px;
}

.act_box {
  display: block;
  text-align: right;
}

.thm-btn.add_post:hover {
  background-color: #dedede;
  color: #000;
}

#simple-fep-postbox .thm-btn.delete_post {
  background-color: red;
  color: #fff;
}

#fep-new-post .top-ope-more {
  padding-bottom: 10px;
}

.provider_status {
  float: right;
}

.provider_status .fa {
  margin-right: 6px;
  /* border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
    margin-bottom: 20px;
	text-align: right; */
}

.provider_status.publish {
  color: green;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid green;
  border-radius: 4px;
}

.provider_status.pending {
  color: orange;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid orange;
  border-radius: 4px;
}

.provider_status .not-verify {
  background-color: grey;
  color: #fff;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#simple-fep-postbox .acf-fields .acf-field {
  padding: 0;
  border: 0;
}

#simple-fep-postbox .thm-btn {
  width: 165px;
}

.tml-field-wrap #user_agree,
.tml-field-wrap #user_type {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3);
  /* IE */
  -moz-transform: scale(1.3);
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3);
  /* Opera */
  transform: scale(1.3);
  margin-right: 10px;
  margin-left: 4px;
}

.login-register-area {
  margin-bottom: 40px;
}

.login-register-area .link_app_box_head {
  text-align: center;
}

/* single ocop */
.ocop-detail {
  border-top: 1px solid rgb(236, 238, 239);
  margin-top: 30px;
}

.ocop-detail .title {
  /* color: #082740;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 34px; */
  margin-bottom: 18px;
}

.ocop-detail .more {
  float: right;
  font-size: 16px;
  display: block;
  height: 22px;
  margin-top: 42px;
}

.ocop-detail .box-cotent {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ocop-detail .box-cotent .summary {
  margin-bottom: 10px;
}

.ocop-detail .box-cotent .site-title a {
  font-size: 18px;
  line-height: 26px;
  height: auto;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.ocop-detail .box-cotent .fee {
  margin: 0;
  margin-bottom: 18px;
  color: #555;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.ocop-detail .box-cotent .fee span {
  color: #ff0143;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.ocop-detail .add-favorite {
  top: 10px;
  right: 10px;
}

.ocop-detail .no-record {
  text-align: center;
}

.ocop-detail .opcop-detail-item {
  margin-bottom: 60px;
}

.ocop-detail .opcop-detail-item .fa-arrow-circle-right {
  margin-left: 6px;
}

.ocop-detail
  .oneday-widget-content
  .owl-item
  .site-blog-post-layout-carousel:hover {
  box-shadow: unset;
}

.single-agencies #main-content {
  width: 100%;
}

.single-agencies #sidebar {
  display: none;
}

.ocop-detail .box-cotent .summary {
  font-size: 16px;
  line-height: 28px;
}

.conpany-wrap {
  margin-bottom: 20px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 16px 16px 16px;
  margin-top: 20px;
  border: 1px solid #eceeef;
}

.conpany-wrap .item.company-image-wrap {
  margin-right: 16px;
}

.conpany-wrap .item {
  display: inline-block;
}

.conpany-wrap .company-name {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 5px;
  position: relative;
  top: 8px;
  font-weight: 600;
}

.conpany-wrap .view-info,
.conpany-wrap .view-info-link {
  color: #ed3237;
  font-size: 13px;
  line-height: 14px;
  position: relative;
  top: 4px;
}

.agencies-wrapper .tour-item .site-title h3 a {
  line-height: 30px;
  font-size: 22px;
}

.agencies-wrapper .tour-item .site-image > a > img {
  height: 200px;
}

.agencies-wrapper .tour-item .site-title h3 {
  margin-bottom: 0;
}

.agencies-wrapper .tour-item .list-item-district {
  margin-top: 0;
  margin-bottom: 0;
}

.act_box .thm-btn {
  font-size: 14px;
  line-height: 0;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  line-height: 22px;
  border-radius: 8px;
}

.box-item-second.box-content .act_box .thm-btn {
  display: unset;
  line-height: 16px;
}

.message_item {
  border: dashed 2px orange;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #ffa50029;
}

.message_item .msg {
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}

#agency_filter .act_box .thm-btn:hover,
.message_item .act_box .thm-btn:hover,
.detail .thm-btn.upload_file:hover,
.detail .thm-btn:hover {
  color: #fff;
}

.detail .thm-btn.add_post:hover,
.operator-detail .thm-btn.upload_file:hover,
.operator-detail .thm-btn.delete_post:hover {
  color: #082740 !important;
  background-color: #dedede !important;
}

#agency_filter .act_box .thm-btn {
  height: 40px;
}

.header-text .head-title,
.edit-profile .header-text {
  float: left;
  color: #004c85;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Barlow;
}

#simple-fep-postbox .place_search input {
  font-size: 14px !important;
}

.my-dashboard .box-item-second input {
  font-size: 16px !important;
}

.box-item-second .header_report_tbl {
  background-color: #ddd;
}

.box-item-second .header_report_tbl tr th {
  padding: 8px !important;
}

#example .publish span {
  color: #fff;
  background-color: green;
  width: 80px;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
}

#example .disable span {
  color: #fff;
  background-color: grey;
  width: 80px;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
}

.head_filter {
  margin-bottom: 30px;
}

.head_filter .row {
  margin-bottom: 15px;
}

.head_filter .head {
  width: 100%;
  color: #000 !important;
  font-weight: 500;
  font-size: 16px !important;
}

.head_filter #filter_status {
  width: 195px;
  height: 35px;
  font-size: 15px;
}

.head_filter .thm-btn {
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 15px;
  margin-bottom: 10px;
}

.head_filter .thm-btn:hover {
  color: #fff;
}

.head_filter .od-btn {
  width: 100%;
}

.head_filter .lname {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px !important;
}

.head_filter #btn_reset_search {
  background-color: #ddd;
  width: 140px;
}

.head_filter #btn_reset_search:hover {
  color: #000;
}

.od-date-input {
  position: relative;
}

.od-date-input .fa {
  position: absolute;
  right: 16px;
  top: 10px;
}

#example .status {
  font-size: 12px;
  color: blue;
}

/* ảnh xác minh */
#acf-field_6552c6de4235f {
  height: 240px !important;
}

/* <.custom-select> styles */
.custom-select {
  /* Reset */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  /* Personalize */
  width: 20em;
  height: 3em;
  padding: 0 4em 0 1em;
  background: url("assets/images/arrow_down.svg") no-repeat right 0.8em
      center/1.4em,
    linear-gradient(to left, #fff 3em, #fff 3em);
  border-radius: 0.25em;
  background-size: 8px;
  /* box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
	color: white; */
  cursor: pointer;
  /* <option> colors */
  /* Remove focus outline */
  /* Remove IE arrow */
}

.custom-select option {
  color: #555;
  background-color: transparent;
  font-size: 16.5px;
  padding: 30px;
  height: 30px;
  font-family: "Barlow";
}

.custom-select:focus {
  outline: none;
}

.custom-select::-ms-expand {
  display: none;
}

/* single ocop */

/* datatable */

.header_report_tbl .no-sort.stt {
  width: 50px;
  text-align: center;
}

.header_report_tbl .no-sort.stt::before,
.header_report_tbl .no-sort.stt::after {
  content: "";
}

#example_filter .fa-filter,
#example_filter {
  display: none;
}

/* datatable */

.od_status {
  color: #fff;
  width: 100px;
  display: block;
  text-align: center;
  font-size: 13px;
}

.od_status.cho_thanh_toan_sau {
  background-color: darkkhaki;
}

.od_status.dang_doi {
  background-color: #ffa801;
}

.od_status.da_phan_hoi {
  background-color: blue;
}

.od_status.hoan_thanh {
  background-color: green;
}

.od_status.huy {
  background-color: red;
}

.detail #filter_status {
  font-size: 15px;
}

.detail .od_status {
  margin: 0 auto;
}

.view.detail .od_status {
  float: left;
}

.detail .change_status {
  margin-left: 30px;
  color: #004c85;
}

.tour-search-one__input-box #entry {
  width: 100%;
}

.archive.category.category-video-ve-phu-yen .video-ve-phu-yen .entry-content,
.single .article_image_area .video-ico,
.archive .article_image_area .video-ico {
  display: none;
}

.archive.category.category-video-ve-phu-yen
  .video-ve-phu-yen
  .article_image_area
  .video-ico {
  display: block;
}

.article_image_area {
  position: relative;
}

.article_image_area .video-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff0000;
  width: 70px;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  border-radius: 9px;
}

.archive.category.category-video-ve-phu-yen
  .video-ve-phu-yen
  .yellow-sub-contrl {
  display: none;
}

.event #filter_by {
  width: 220px;
  border: 1px solid #ccc;
  float: right;
}

.go_to_back {
  float: right;
}

.places .go_to_back {
  float: left;
}

.mevent.dang_dien_ra {
  background-color: #ff0143;
  font-size: 13px;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
  float: right;
}

.mevent.da_dien_ra {
  background-color: grey;
  font-size: 13px;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
  float: right;
}

.mevent.sap_dien_ra {
  background-color: orange;
  font-size: 13px;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
  float: right;
}

.event_detail_status {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.event_detail_status .mevent {
  float: left;
}

.site-footer .header-logo {
  margin-bottom: 30px;
}

/* .menu .sub-menu .menu-item.menu-item-has-children>a::after {
    content: "\f105";
    position: absolute;
    font: normal normal normal 18px/1 FontAwesome;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
} */

#user_provider,
#user_customer_normal {
  width: 15px !important;
  clip: unset !important;
  height: 15px !important;
  top: 2px;
}

.tml .tml-user_provider-wrap,
.tml .tml-user_customer_normal-wrap {
  position: relative;
}

#user_type_title {
  display: none;
}

.tml .tml-user_type_title-wrap .tml-label {
  font-size: 16px;
  color: red;
}

.tml .tml-user_provider-wrap .tml-label,
.tml .tml-user_customer_normal-wrap .tml-label {
  margin-left: 28px;
  font-size: 16px;
}

/* Reusable Booking Card Styles */
.booking-card, .bh-card {
    display: flex;
    gap: 16px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 14px;
}
.booking-card-img {
    width: 280px;
    flex: 0 0 280px;
}
.booking-card-img img, .bh-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.booking-card-body, .bh-body {
    flex: 1;
}
.booking-card-title {
    margin: 4px 0 6px;
}
.booking-card-title a {
    text-decoration: none;
}
.booking-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 10px;
}
.booking-order-badge {
    background: #FFF7ED;
    color: #9A3412;
    border: 1px dashed #FDBA74;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 13px;
}
.booking-copy-btn {
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}
.booking-track-link {
    font-size: 13px;
    color: #0369A1;
}
.booking-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
}
.booking-card-info {
    width: 220px;
    flex: 0 0 220px;
    text-align: right;
}
.booking-price {
    font-size: 20px;
    font-weight: 700;
}
.booking-vat-note {
    color: #6b7280;
    font-size: 12px;
}
.booking-status {
    font-size: 13px;
    margin-top: 6px;
}
.booking-status span {
    font-weight: 600;
}
.booking-btn-detail {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background: #0EA5E9;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}
.booking-btn-detail:hover{
  color: #0EA5E9;
  background-color: white;
  border: 1px solid #0EA5E9;
}
.bh-img {
    width: 300px;
    flex: 0 0 300px;
}
.bh-card-right {
    width: 240px;
    flex: 0 0 240px;
    text-align: right; 
    margin: auto;
}

.bh-body {
  flex: 1;
  min-width: 0;
}
.bh-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bh-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.bh-title a {
  color: #1a1a1a;
  text-decoration: none;
}
.bh-stars .fa {
  color: #ffb400;
  margin-right: 2px;
}
.bh-addr {
  color: #666;
  margin: 4px 0 6px;
}
.bh-addr .fa {
  margin-right: 6px;
}

.bh-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.bh-badge {
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
}
.bh-muted {
  color: #777;
}

.bh-dates {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 8px;
}
.bh-date-col {
  flex: 1;
}
.bh-label {
  color: #777;
  font-size: 13px;
  margin-bottom: 3px;
}
.bh-date {
  font-weight: 700;
}
.bh-time {
  color: #777;
  font-size: 12px;
}
.bh-sep {
  width: 1px;
  background: #e9ecef;
}

.bh-right {
  flex: 0 0 220px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.bh-meta-top {
  color: #666;
  font-size: 13px;
}
.bh-price {
  color: #f29900;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.1;
}
.bh-vat {
  color: #777;
  font-size: 12px;
  margin-top: 2px;
}
.bh-status {
  margin: 8px 0 10px;
  font-weight: 700;
}
.bh-paid {
  color: #2e8540;
}
.bh-unpaid {
  color: #d23f3f;
}
.bh-btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background: #2d6cdf;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 992px) {
  .bh-card {
    flex-direction: column;
  }
  .bh-img {
    flex: 0 0 auto;
  }
  .bh-right {
    align-items: flex-start;
    text-align: left;
  }
}
#rooms-list .room-card.is-hidden-room {
  display: none !important;
}

/* nút tròn (FA4) */
.rooms-toggle-btn {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid #d0d7de;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.rooms-toggle-btn[aria-expanded="true"] i {
  transform: rotate(180deg);
}

/* Tạo vùng bấm mũi tên thật */
.header-mobile .menu-item.menu-item-has-children {
  position: relative;
}
.header-mobile .menu-item.menu-item-has-children > a {
  padding-right: 44px;
  position: relative;
}

.header-mobile .submenu-toggle {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  width: 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
  height: fit-content;
}

/* Icon mũi tên (click được) */
.header-mobile .submenu-toggle::before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.header-mobile .menu-item.is-open > .submenu-toggle::before {
  transform: rotate(180deg);
}

/* Ẩn mặc định + ép hiển thị khi mở (dùng !important để thắng inline style khác) */
.header-mobile .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
.header-mobile .menu-item.menu-item-has-children.is-open > .sub-menu {
  display: block !important;
}

/* Tránh bị cắt khu vực dropdown */
.header-mobile .menu-item.menu-item-has-children {
  overflow: visible;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .menu-toggle {
      color: #004c85;
    }
  }
}

/* Responsive */
@media (max-width: 767.98px) {
  .custom-gallery-wrap-fixed {
    flex-direction: column;
    height: auto;
  }

  .gallery-right {
    flex-direction: row;
  }

  .gallery-right a {
    height: auto;
  }

  .gallery-right img {
    height: auto;
  }

  .booking-card {
    flex-direction: column !important;
  }

  .booking-card-img {
    width: 100% !important;
    flex: 0 0 auto !important;
    max-width: 100% !important;
  }
  
  .booking-card-img img {
      height: auto !important;
  }

  .booking-card-body {
    width: 100% !important;
  }
  
  .booking-card-body .details {
      grid-template-columns: 1fr !important;
  }

  .booking-card-info, .bh-card-right {
    width: 100% !important;
    text-align: right !important;
    flex: unset;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
  }
  
  .booking-card-info a {
      display: block;
      text-align: center;
  }

  /* BH Card Mobile */
  .bh-card {
    flex-direction: column !important;
  }
  .bh-img {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .bh-img img {
      height: auto !important;
  }
  .bh-body {
    width: 100% !important;
  }
  .bh-right {
    width: 100% !important;
    flex: 0 0 auto !important;
    text-align: left !important;
    align-items: flex-start !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
  }
  .bh-right a {
      width: 100%;
      text-align: center;
  }

  .booking-card-sidebar {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    margin-top: 12px;
  }

  .archive .widget-title {
    padding-left: 0;
    margin-bottom: 25px;
    padding-top: 40px;
  }

  .widget .site-join-now a {
    display: block !important;
    width: 80%;
    margin: 0 auto;
    padding: 10px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
  }

  .list-places-widgets .site-blog-post-layout-carousel {
    width: 140px;
    height: 212px;
    position: relative;
  }

  .horizontal-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  /* Ẩn scrollbar với tất cả trình duyệt phổ biến */
  .horizontal-scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .horizontal-scroll {
    gap: 10px;
    /* khoảng cách giữa các item (tuỳ chọn) */
  }

  .site-blog-post-layout-carousel {
    flex: 0 0 auto;
    /* không co giãn, giữ nguyên kích thước */
    width: 224px;
    /* hoặc bao nhiêu px bạn muốn mỗi item chiếm */
  }

  .list-places-widgets .site-title h3 a {
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }

  .single-bgr-image-3d {
    margin-bottom: 0 !important;
    height: 270px;
  }

  .single-bgr-image-3d .od-breadcrumb,
  .single-bgr-image-3d .od-breadcrumb a {
    font-size: 14px;
    line-height: 0;
  }

  .single-bgr-image-3d .entry-title,
  .single-bgr-image-3d .site-title a {
    font-size: 18px;
    line-height: 0;
  }

  .single-bgr-image-3d .od-breadcrumb {
    margin-top: 16px;
  }

  .single-bgr-image-3d .bgr-overlay {
    position: absolute;
    inset: 0;
    background: #00000026;
    z-index: 1;
  }

  .single-bgr-image-3d .container,
  .single-bgr-image-3d .od-breadcrumb {
    position: relative;
    z-index: 2;
    row-gap: 20px;
  }

  .oneday-widget-title .widget-title {
    padding-top: 0;
  }

  .booking-tabs{
    justify-content: unset;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .booking-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .oneday-widget-title .widget-title {
    padding-top: 20px;
  }
  
  /* Compact Row Layout */
  .booking-card, .bh-card {
      flex-direction: row !important;
      flex-wrap: nowrap !important;
  }
  
  .booking-card-img {
      width: 200px !important;
      flex: 0 0 200px !important;
  }
  .booking-card-info {
      width: 180px !important;
      flex: 0 0 180px !important;
  }
  
  .bh-img {
      width: 220px !important;
      flex: 0 0 220px !important;
  }
  .bh-right {
      width: 190px !important;
      flex: 0 0 190px !important;
      text-align: right !important;
      align-items: flex-end !important;
  }
  
  .booking-card h3 a, .bh-title a {
      font-size: 16px;
  }
  .booking-card-info .price, .bh-price {
      font-size: 18px !important;
  }
}

