:root {
  --main-color: #ff681a;
}

.information-booking p {
  margin: unset !important;
}
.sidebar-wrapper {
  padding: 20px 10px;
}

.sidebar-wrapper .sidebar-box {
  margin-bottom: 30px;
}

.sidebar-box-content ul {
  padding-left: 10px;
}

.sidebar-box-content ul li {
  list-style-type: none;
}

.sidebar-box-content ul li .badge-primary {
  float: right;
}

.quick-form-box .btn {
  height: 38px;
}

.recent-post-sm-meta {
  font-size: 11px;
  margin-bottom: auto;
}

.sidebar-box-content li.clearfix {
  margin-bottom: 20px;
}

.blog-content h3 {
  margin-top: 10px;
}

.blog-content ul {
  padding-left: 0px;
}

.blog-content ul li {
  list-style-type: none;
}

.blog-content img {
  width: 100% !important;
  height: auto !important;
}

.log-related {
  margin-top: 20px;
}

.log-related h5 {
  font-size: 16px;
}

#submenu-history .active {
  color: #ff9332;
}

.img-avatar img.avatar {
  object-fit: cover;
  max-width: 157px !important;
  width: 157px;
  height: 157px;
}

.user-logged .avatar-block {
  border-bottom: none;
}

.user-logged .avatar-block .avatar {
  object-fit: cover;
  width: 30px;
  height: 30px;
}

.error-message-cusspass .btn {
  line-height: 10px;
}

.mashead-zone {
  max-width: 1920px;
  margin: 0 auto;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.plr-30 {
  padding: 0 30px;
}

.ptb-30 {
  padding: 30px 0;
}
.tour-book-time {
  padding: 5px 12px 0px 12px;
}
.hotel-detail-summary p.canNotBooking,
.canNotBooking {
  padding: 0 12px 5px 12px;
  font-size: 11px;
  font-style: italic;
  color: #dc3545;
  line-height: normal;
}

#galileo-search-form .modal-content {
  background: transparent;
  border: 0;
}
.item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
i.promotion {
  font-size: 11px;
}
.promotion {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  padding: 9px;
  padding-bottom: 4px;
  margin: 0;
  color: #00a300;
}
.promotion.hotel_detail {
  padding: unset;
}
.promotion_line span:first-child {
  min-width: 80%;
}

.limit-1row {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.book-item-price.custom {
  text-align: right;
  width: 100%;
}
.book-item-price.custom .promotion {
  padding-left: unset;
}
.promotion_block .tourPrice,
.promotion_block .carPrice {
  font-weight: 300;
  font-size: 11px !important;
  color: #000000 !important;
  text-decoration: line-through;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-style: italic;
}
.promotion_block .item-infor:nth-child(2) {
  margin-bottom: unset !important;
}

.item-infor .num_person {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #ff9332;
  margin-left: 5px;
}
.tour-book-prices.tour_detail_promotion {
  padding-bottom: unset;
}
.item-number-room.custom span {
  width: unset;
}
.promo-cancel-policy {
  font-size: 10px;
  font-style: italic;
  padding-bottom: 10px;
  line-height: 1;
  padding-left: 22px;
}
.promo-cancel-policy.tour {
  padding-left: 0;
}
.item-number-room .detail-room {
  align-self: center;
}
.item-infor.carCustom {
  margin-bottom: 0px;
}

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff681a;
}

.text-success {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #0d9d66;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2100;
  top: 0;
  left: 0;
}

.loading .inner-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading .inner-loading img {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
}
.taber__menu .img--full.circle {
  border-radius: 50%;
}
.taber__menu .img--full.circle64 {
  max-width: 64px;
  max-height: 64px;
}

/* CUSTOM CSS */
.header-info {
  background: #595959;
  color: #fff;
}

.header-info ul li {
  display: inline;
}

.header__body {
  height: 64px;
  border: none;
}

.footer__head {
  margin-bottom: 14px;
}

.sub-menu {
  position: absolute;
  top: 100%;
  list-style: none;
  width: 160px;
  background: #2e2e2e;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}

.sub-menu li {
  margin: 8px 0;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}

.menu-home:hover .sub-menu-home {
  display: block;
  transition: all;
  animation: fadeInFromNone 0.5s ease-out;
}

.menu-destination:hover .sub-menu-destination {
  display: block;
  transition: all;
  animation: fadeInFromNone 0.5s ease-out;
}

.menu-travel:hover .sub-menu-travel {
  display: block;
  transition: all;
  animation: fadeInFromNone 0.5s ease-out;
}

.header-top {
  height: 40px;
  background: #2e2e2e;
}

.header-top-content {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 68%;
  margin: 0 8px;
}

.header-top-content p {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-top-content .icon {
  color: #ff681a;
}

.header-top-social {
  justify-content: space-between;
  width: 100px;
  align-items: center;
  height: 100%;
}

.header-top-social a {
  color: #fff;
}

.is-hidden {
  display: none;
}

.btn-contact-us {
  width: 180px;
  height: 54px;
  border: none;
  outline: none;
  background-color: #ff681a;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.btn-contact-us:hover {
  background-color: #54595f;
}

/* FIND ADVENTURE */
.input-find {
  height: 54px;
  width: 100%;
  padding: 8px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  outline: none;
}

.input-box {
  width: 348px;
}

.btn-find {
  width: 100%;
}

.input-find::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-box {
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 40px 0;
}

/* PARALLAX */
.parallax {
  height: 560px;
  background-image: linear-gradient(
      to right,
      rgba(255, 104, 26, 0.7),
      rgba(255, 104, 26, 0.7)
    ),
    url("https://www.vidotour.com/uploads/content/hotels/17261307114_2-Property-Top-View---La-Veranda-Resort-Phu-Quoc.jpg");
  background-size: cover;
  /* background-position: center, right bottom; */
  background-repeat: no-repeat, no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax .row {
  justify-content: space-around;
  width: 100%;
  padding: 24px;
}

.parallax-img {
  width: 50%;
}

.parallax-title {
  font-size: 34px;
  margin-bottom: 50px;
}

.parallax-desc {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 40px;
}

.parallax-paragraph {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

.parallax-img-re {
  width: 100%;
  height: auto;
}

/* OUR TEAM */
.our-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.our-body {
  margin: 32px 0 0;
}

.our-description {
  text-align: justify;
  color: #777;
  height: 154px;
  overflow: hidden;
}

.our-description:hover {
  height: 100%;
  overflow: none;
}

.our-name {
  font-size: 25px;
  font-weight: 700;
  color: #303030;
  line-height: 100%;
  text-align: center;
  margin: 0 0 23px;
}

.our-name:hover {
  cursor: pointer;
  color: #ff681a;
}

.our-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 0 24px;
  margin-bottom: 32px;
}

.our-social a {
  background: var(--main-color);
  padding: 8px;
  border-radius: 50%;
}

.our-social a:hover {
  transform: scale(120%);
  transition: all;
  transition-duration: 300ms;
}

/* REPONSIVE  */
@media only screen and (max-width: 1054px) {
  .header-top {
    display: none !important;
  }
}

/* FIND ADVENTURE */
@media only screen and (max-width: 740px) {
  .input-box {
    width: 100%;
  }
  .parallax-img {
    width: 100%;
  }
  .parallax-title {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .parallax-desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .parallax-paragraph {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .parallax-img-re {
    width: 80%;
    height: auto;
  }
}

/* KEYFRAMES */

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.img-full {
  width: 100%;
}

.tab-title {
  color: #faa10f;
  margin-top: 24px;
  font-size: 20px;
  text-transform: uppercase;
}

.tab-desc {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #faa10f;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #faa10f;
  font-weight: 600;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 12px 0;
  border-top: none;
  margin-top: 8px;
}

.banner {
  margin-bottom: 16px;
}

.destination-link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.destination-link a {
  color: #585555;
  font-size: 16px;
  font-weight: 500;
}

.destination-link a:hover {
  color: #faa10f;
}

.tabcontent {
  padding-bottom: 32px;
}

.sub-tab-content {
  display: flex;
  justify-content: end;
  border: none;
}

.sub-tab-content .tablinks {
  font-size: 16px;
  font-weight: 500;
}

.list-travel-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-travel-info li {
  padding: 16px 0px;
}

.list-travel-info li:hover span {
  border-bottom: 1px solid #faa10f;
  cursor: pointer;
}

.list-modules-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}



.list-modules-info li {
  padding: 16px 0px;
}

.list-modules-info li:hover span {
  border-bottom: 1px solid #faa10f;
  cursor: pointer;
}

#modal-info {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #42414167;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-info-content {
  background-color: #fff;
  height: 90vh;
  width: 80%;
  padding: 16px;
  position: relative;
}

.modal-title-content {
  color: #faa10f;
  padding-bottom: 8px;
}

.modal-title-content .modal-title {
  margin-bottom: 4px;
  font-size: 18px;
}

.modal-desc-content {
  margin-top: 16px;
  overflow: auto;
}

.modal-desc-content .modal-desc .modal-desc-title {
  margin: 0;
  font-size: 14px;
}

.modal-desc-content .modal-desc .modal-desc-text {
  line-height: 20px;
}

.modal-overflow {
  height: 94%;
  overflow: auto;
}

.modal-info-content .close-modal-info {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

.hiddenElement {
  display: none !important;
}

/* HEADER CSS */
.navbar__item {
  margin-left: 5rem;
}

table p {
  font-size: 1.7rem;
  line-height: 120%;
}

.footer {
  margin-top: 64px;
}
