body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}

.section {
  padding: 40px 0px;
  /* border-bottom: 1px solid #bbbfbba1; */
}

.section_no_border {
  padding: 40px 0px;
}

.search-container {
  width: 100%;
  max-width: 300px;
  align-items: center;
  margin-left: 40px;
}

.search-container input[type="text"] {
  width: 280px;
  padding: 7px;
  border: none;
  background: #f8f9fa;
  border-radius: 20px;
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
}

.search-container input[type="text"]:focus {
  border: 1px solid #f7941d;
  outline: none;
}

.search-container {
  position: relative;
}

.search svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #272525;
}

.header_top {
  width: 100%;
  font-size: 13px;
  display: flex !important;
  padding: 5px 0px;
  align-items: center;
  justify-content: space-between;
}

.menu-bottom {
  float: right;
  display: flex;
  align-items: center;
}

.logo_search {
  display: flex;
  align-items: center;
}

.menu-top ul {
  display: flex;
  align-items: center;
}

.menu-top ul li {
  padding: 9px;
}

@media (max-width: 1200px) {
  .header_top {
    display: none !important;
  }

  .header-bottom {
    display: none !important;
  }
}

.menu-bottom .nav-item {
  padding: 15px;
  font-size: 14px;
}

/* @media (min-width: 1200px) {
    .header-bottom {
        display: none !important;
    }
} */

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 10px; */
  cursor: pointer;
  width: 100%;
}

.dropdown-button .arrow {
  margin-left: auto;
  font-size: 15px;
  color: #717171;
}

.dropdown-content::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #491e1e;
  z-index: 0;
}

.dropdown-button img {
  border-radius: 3px;
  width: 20px !important;
  max-width: none;
  height: 15px;
}

.dropdown-content {
  position: absolute;
  top: 35px;
  left: 50%;
  font-size: 14px;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 10px;
  margin-top: 10px;
  padding: 3px 3px;
  box-shadow: 0px 4px 6px 5px rgba(0, 0, 0, 0.1);
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.dropdown-content::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid white;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
  z-index: 9;
}

.dropdown-item {
  gap: 5px;
  padding: 3px;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.dropdown-item .border_flag:hover {
  background-color: #0f75bc;
  color: #fff;
}

.border_flag.selected {
  background-color: #0f75bc;
  color: white;
}

.border_flag {
  border: 1px solid #0f75bc;
  color: #0f75bc;
  display: flex;
  align-items: center;
  padding: 5px;
  width: 100%;
  border-radius: 10px;
}

.dropdown-item img {
  width: 20px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #fff;
}

.dropdown-item span {
  font-size: 14px;
}

.dropdown-item span:hover {
  color: #fff;
}

.world-icon {
  background-color: #0f75bc;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}

.padding-top-en {
  padding-top: 5px;
}

.login {
  background: #0f75bc;
  color: #fff;
  padding: 9px 13px;
  border-radius: 18px;
}

.navbar {
  border-top: 1px solid lightgray;
  padding: 4px 0px;
  display: flex;
  flex-wrap: nowrap;
}

.custom-icon {
  color: #0f75bc;
}

.menu_top_md {
  display: flex;
  align-items: center;
}

.menu_top_md li {
  padding: 0px 17px;
}

@media (max-width: 600px) {
  .menu_top_md li {
    padding: 0px 10px;
  }
}

@media (max-width: 400px) {
  .menu_top_md li {
    padding: 0px 8px !important;
  }

  .happening_home {
    height: auto !important;
  }

  .validate {
    border-left: 5px solid #f7941d;
    font-size: 34px;
    margin-bottom: 20px;
    padding-left: 33px;
    margin-top: 19px !important;
  }
}

@media (max-width: 768px) {
  .validate {
    border-left: 5px solid #f7941d;
    font-size: 34px;
    margin-bottom: 20px;
    padding-left: 33px;
    margin-top: 19px !important;
  }
}

.header_bottom_md {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-header {
  display: block !important;
}

@media (width >=1200px) {
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none !important;
  }
}

.memu_bottom_md {
  text-align: center;
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  transition: 0.5s;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

@media (max-width: 768px) {
  .memu_bottom_md .menu_nav-link {
    border-top: 1px solid lightgray;
    padding: 8px;
  }
}

.memu_bottom_md_nav {
  display: grid;
}

.menu_nav-link {
  cursor: pointer;
}

.memu_bottom_md .menu_nav-link {
  border-top: 1px solid lightgray;
  padding: 9px;
}

.menu_nav-close {
  border-top: 1px solid lightgray;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: 4px 0px !important;
}

.offcanvas-header .close_btn {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: auto !important;
}

.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.img-box-slide img {
  width: 1920px;
  height: 597px;
}

.title-slide h1 {
  font-size: 47px;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 16px !important;
    color: white;
  }

  .title-slide h1 {
    font-size: 23px !important;
  }

  .title-slide {
    text-align: center;
  }

  .intro-home {
    text-align: center;
  }

  .disc {
    display: flex !important;
    justify-content: center;
    margin-bottom: 17px;
  }

  .container_image img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 12px;
  }
}

@media (max-width: 992px) {
  .swiper-button-next {
    right: 0px !important;
  }

  .swiper-button-prev {
    left: 0px !important;
  }
}

.container_image img {
  margin-top: 12px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 30px !important;
  color: white;
}

.swiper-button-next {
  right: 130px;
}

.swiper-button-prev {
  left: 130px;
}

.intro-home h1 {
  font-size: 36px;
  font-weight: 600;
}

.intro-home h2 {
  font-size: 43px;
  font-weight: 600;
}

.intro-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 450px;
}

@media (max-width:768px) {
  .intro-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto !important;
  }
}

.intro-home .desc {
  font-size: 15px;
}

.disc {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.intro-img-home img {
  border-radius: 8px;
  /* padding-left: 13px; */
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.banner-footer {
  background: #0f75bc;
  display: flex;
  flex-direction: column;
}

.footer_menu {
  color: #fff;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
  gap: 16px;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .footer_menu {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .copy_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .collaboration {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .accept {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
  }

  .accept ul {
    margin-top: 14px;
  }

  .message {
    position: absolute;
    right: 12px !important;
    bottom: 28px !important;
  }
}

@media (max-width: 768px) {
  .footer_menu {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer_menu {
    grid-template-columns: 1.5fr 1fr;
  }

  .copy_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .collaboration {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .accept {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
  }

  .accept ul {
    margin-top: 14px;
  }

  .menu_accept {
    text-align: center !important;
  }

  .message {
    position: absolute;
    right: 10px !important;
    bottom: 25px !important;
  }
}

.footer-bottom {
  position: relative;
}

.message {
  position: absolute;
  right: 40px;
  bottom: 13px;
}

.copy_right {
  display: flex;
  align-items: center;
}

.footer_menu h3 {
  font-size: 16px;
}

.footer_menu ul li {
  font-size: 13px;
  padding-top: 16px;
}

.menu_accept ul li {
  padding: 0px 1px;
}

.footer-bottom {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 13px;
}

.collaboration ul li {
  padding: 0px 2px;
}

.follow ul li {
  padding: 3px;
}

.collaboration {
  display: flex;
  align-items: center;
}

.accept {
  display: flex !important;
  align-items: center;
}

.accept ul li {
  padding-left: 2px;
}

.thing_to_do h2 {
  font-size: 43px;
  font-weight: 600;
}

.happening h2 {
  font-size: 43px;
  font-weight: 600;
}

.menu_tab {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  padding: 4px;
  font-size: 13px;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
  width: auto;
}

.menu_tab .nav_tab {
  background-color: #f8f8f8;
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid #000;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu_tab .nav_tab.active {
  background-color: #f7941d;
  border: 1px solid #f7941d;
  color: #fff;
}

.menu_tab .nav_tab:hover {
  border: 1px solid #f7941d;
  background-color: #f7941d;
  color: #fff;
}

@media (max-width: 767.98px) {
  .menu_tab {
    overflow-x: auto;
  }
}

.menu_tab_item {
  margin-top: 25px;
}

.location_thing {
  color: #717171;
  font-size: 12.29px;
  line-height: 24.38px;
}

.title-thing {
  font-size: 14.88px;
  font-weight: 500;
  line-height: 24px;
  color: #05073c;
}

@media (max-width: 768px) {
  .banner_pri_villa .desc.desc_link {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 12px;
    font-weight: 600;
  }

  .desc-thing {
    font-weight: 400;
    font-size: 10px !important;
    line-height: 21px;
    color: #717171;
  }

  .title-thing {
    font-size: 13px !important;
    font-weight: 500;
    line-height: 24px;
  }

  .image_thing {
    width: 100%;
    height: 130px !important;
    display: inline-block;
    overflow: hidden;
  }

  .location_thing {
    color: #717171;
    font-size: 9px;
    line-height: 24.38px;
  }

  .rate {
    color: #e9c31c;
    margin: 15px 10px 15px 0px;
    display: flex;
    font-size: 9px !important;
    font-weight: 600;
  }

  .detail_item {
    padding-top: 16px;
    font-size: 9px !important;
    font-weight: 500;
    text-align: right;
    display: block;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out;
  }

  .thing_to_do h2 {
    font-size: 18px !important;
    font-weight: 600;
  }

  .menu_tab .nav_tab {
    font-size: 9px !important;
  }

  .menu_tab {
    gap: 6px !important;
  }

  .intro-home .desc {
    font-size: 12px !important;
  }

  .intro-home h1 {
    font-size: 22px !important;
    font-weight: 600;
  }

  .happening h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .happening_desc {
    font-size: 12px !important;
    color: #515151;
  }

  .validate {
    border-left: 3px solid;
  }

  .image_villa img {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    height: 130px !important;
  }

  .date_time {
    font-size: 12px !important;
  }

  .banner_pri_villa h2 {
    font-size: 18px !important;
    font-weight: 600;
  }

  .banner_pri_villa .desc {
    font-size: 14.65px;
    color: #05073c;
    font-weight: 400;
  }

  .from {
    color: #05073c;
    font-size: 9px !important;
  }

  .villa_price {
    font-size: 9px !important;
    font-weight: 500;
  }

  .book_item {
    font-size: 9px;
    font-weight: 500;
    line-height: 30px;
  }

  .image_pop {
    width: 100%;
    height: 130px !important;
  }

  .where {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background-color: #f8f8f8;
    display: block;
    padding: 5px 10px !important;
    text-align: center;
    font-size: 9px !important;
    font-weight: 500;
    border-radius: 100px;
    white-space: nowrap;
    cursor: pointer;
  }

  .happening-h {
    font-size: 18px;
    font-weight: 600;
  }

  .desc_happening {
    font-size: 12px !important;
    font-weight: 400;
  }

  .validate {
    border-left: 3px solid #f7941d;
    font-size: 34px;
    margin-bottom: 20px;
    padding-left: 33px;
    margin-top: 95px;
  }
}

.happening-h {
  font-size: 32px;
  font-weight: 700;
}

.desc_happening {
  font-size: 20px;
  font-weight: 400;
}

.disc_happening {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #202020;
  text-transform: uppercase;
}

.intro-happening {
  display: flex;
  align-items: center;
}

.from {
  color: #05073c;
  font-size: 13px;
}

.desc-thing {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #717171;
}

.image_thing {
  width: 100%;
  height: 202px;
  border-radius: 8px 8px 0px 0px;
  display: inline-block;
  overflow: hidden;
}

.image_thing img {
  width: 100%;
  height: 202px !important;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.image_thing:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.happening_home {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.happening_home img {
  transition: transform 0.5s ease;
  transform: scale(1);
}

.happening_home:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.image_about {
  width: 100%;
  height: 202px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
}

.image_about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.image_about:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.overlay {
  border-radius: 10px;
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(1, 1, 1, 0.4) 77%, rgba(1, 1, 1, 1) 100%);
  pointer-events: none;
}

.about_title {
  position: absolute;
  bottom: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 16px;
}

.description {
  border: 1px solid #d7d7d7;
  border-radius: 0px 0px 8px 8px;
  padding: 17px;
  background: #fff;
  height: 230px;
  /* height: 260px; */
}

.detail-happ-desc {
  line-height: 28.13px;
  font-size: 14.41px;
  font-weight: 400;
  color: #05073c;
}

.rate {
  color: #e9c31c;
  margin: 30px 10px 15px 0px;
  display: flex;
  font-weight: 600;
  font-size: 12.49px;
}

.rate span {
  color: #f7941d;
}

.border-line {
  border: 1px solid #d7d7d7;
}

.detail_item {
  padding-top: 16px;
  font-size: 14.5px;
  font-weight: 500;
  text-align: right;
  display: block;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.favorite {
  position: absolute;
  right: 25px;
  top: 9px;
  z-index: 9;
  width: 25px;
  height: 25px;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.favorite_detail {
  width: 50px;
  height: 50px;
  color: #323232;
  background: #ffffffd1;
  opacity: 0.7;
  font-size: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.validate {
  border-left: 5px solid #f7941d;
  font-size: 34px;
  margin-bottom: 20px;
  padding-left: 33px;
  margin-top: 95px;
}

.btn_view {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #323232;
  color: #fff;
  width: 142px;
  height: 41px;
  text-transform: uppercase;
  margin: 0 auto;

  &:hover {
    background-color: #c57920 !important;
    color: #fff !important;
  }
}

.banner_pri_villa .desc {
  font-size: 14.65px;
  color: #515151;
}

.banner_pri_villa h2 {
  font-size: 43px;
  font-weight: 600;
}

.happening_desc {
  font-size: 14.65px;
  color: #515151;
}

.bookapp_title {
  font-size: 43px;
  font-weight: 600;
  color: #fff;
}

.palteform_desc {
  font-size: 14.65px;
  color: #515151;
  text-align: center;
  padding: 30px;
}

.palteform ul {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
  text-align: -webkit-center;
  align-items: center;
  margin-bottom: 50px;
}

.palteform ul li {
  padding: 15px 0px;
}

@media (max-width: 992px) {
  .palteform ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .palteform ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .palteform ul {
    grid-template-columns: 1fr 1fr;
  }
}

.bookapp_desc {
  font-size: 14.65px;
  color: #ffff;
  padding: 30px 0px;
}

.get-link {
  font-size: 17.58px;
  color: #ffff;
  padding: 10px 0px 0px 0px;
}

@media (max-width: 768px) {
  .bookapp {
    background-color: #ed672b !important;
    background-image: unset !important;
    background-size: cover;
    background-position: center;
    height: 400px;
  }
}

.bookapp {
  background-image: url("/assets/images/bg.png");
  background-size: cover;
  background-position: center;
  height: 400px;
}

.btn_submit {
  background: #fff;
  margin-left: 17px;
  padding: 10px;
  width: 120px;
  font-weight: 500;
  color: #4a43c4;
  font-size: 14.65px;
  border-radius: 6px;
}

.form-control-email {
  padding: 10px;
}

@media (max-width: 992.98px) {
  .image_app {
    display: none !important;
  }
}

.image_app {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  margin-left: 20px;
}

.image_app img {
  width: 100%;
  height: 348px;
  object-fit: contain;
}

.pop_des {
  padding: 10px 0px;
}

.image_pop {
  width: 100%;
  height: 278px;
  display: inline-block;
  overflow: hidden;
}

.image_pop img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.image_pop:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.where {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #f8f8f8;
  display: block;
  padding: 9px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 100px;
  white-space: nowrap;
  cursor: pointer;
}

.image_villa {
  display: inline-block;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.image_villa img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform: scale(1);
}

.image_villa:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.villa_desc {
  border: 1px solid #d7d7d7;
  border-radius: 0px 0px 8px 8px;
  padding: 17px;
}

/* .top-pick {
  color: #EB4335;
} */

.spa_desc {
  border: 1px solid #d7d7d7;
  border-radius: 0px 0px 8px 8px;
  padding: 17px;
  height: 155px;
}

.book_item {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 30px;
}

.villa_price {
  color: #05073c;
  font-size: 14.5px;
  line-height: 30px;
  font-weight: 500;
}

.date_time {
  border-left: 3px solid #f7941d;
  font-size: 16px;
  padding-left: 8px;
}

.date_time {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.nav_select {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  border-radius: 100px;
  white-space: nowrap;
  cursor: pointer;
  /* remove icon defualt */
  appearance: none;
  background-color: #323232;
  color: #fff;
  width: 116px;
  height: 41px;
  margin: 0 auto;
}

.nav_select {
  position: absolute;
  right: 16px;
  top: -5px;
}

.arrow-happening {
  position: absolute;
  top: 16px;
  right: 21px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* .bg_slide_happening {
    background: #ffff;
    height: 100%;
    opacity: 0.4;
} */

.banner_bg {
  width: 100%;
  height: 238px;
}

.banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_title h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

.banner_title {
  position: absolute;
  top: 30%;
}

.banner_search input[type="text"] {
  width: 100%;
  padding: 9px;
  background: #f8f9fa;
  border-radius: 12px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #666666;
  padding-left: 32px;
}

.banner_search input[type="text"]:focus {
  border: 1px solid #ccc;
  outline: none;
}

.nav-item a.active {
  color: #fff;
  background: #f7941d;
  border-radius: 100px;
  padding: 10px;
  font-size: 14px;
}

.arrow-happening-now {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  color: #000;
}

.feature_select {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  text-align: center;
  font-size: 12.92px;
  font-weight: 400;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  height: 30px;
  margin: 0 auto;
  color: #05073c;
}

.react-datepicker__day--selected {
  background-color: #7c3aed;
  color: white;
}

.react-datepicker__header {
  background-color: #f3f4f6;
}

.location_select {
  appearance: none;
  height: 42px;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #666666;
  border-radius: 12px;
}

@media (max-width: 758px) {
  .location_select {
    margin-bottom: 10px !important;
  }
}

.link_search {
  display: block;
  font-size: 14.65px;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background: #0f75bc;
  border-radius: 12px;
  padding: 10px 20px;
  width: 100% !important;
}

.look_for {
  background: #f7941d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.13px;
  border-radius: 8px 8px 0px 0px;
  padding: 20px 9px;
}

.categores {
  border-radius: 0px 0px 8px 8px;
  padding: 11px 20px;
  border: 1px solid #e7e6e6;
  background: #fff;
  text-align: left;
}

.categories_show {
  color: #4a43c4;
  font-size: 14.53px;
  font-weight: 500;
}

.categores_h3 {
  font-weight: 500;
  font-size: 17.3px;
  color: #05073c;
}

.categores_item {
  font-weight: 400;
  font-size: 14.41px;
  color: #05073c;
  line-height: 16.5px;
}
/* .categores_item_tourpackage li{
  font-weight: 400;
  font-size: 14.41px;
  color: #05073c;
  line-height: 16.5px;
  padding: 6px;
  border-bottom: 1px solid #ccc;
} */

.filter_price_h3 {
  font-weight: 500;
  font-size: 17.3px;
  line-height: 20.94px;
  color: #05073c;
}

.filter_price {
  font-size: 14px;
  font-weight: 400;
  color: #112211;
}

.date_time_happenin_now {
  color: #8b8b8b;
  font-weight: 400;
  font-size: 12.29px;
  line-height: 24px;
  border-left: 2px solid #f7941d;
  padding-left: 8px;
}

.btn_pagination_active {
  background: #f7941d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0px 10px;
  color: #fff;
}

.btn_pagination {
  margin: 0px 10px;
}

.show {
  font-weight: 400;
  font-size: 13.23px;
  color: #05073c;
  line-height: 26.25px;
}

/* .react-datepicker-wrapper {
  display: block !important;
  padding: 0;
  border: 0;
} */

@media (max-width: 768px) {
  .banner_title h1 {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 10px;
    color: #fff;
  }

  .banner_title {
    position: absolute;
    top: 50% !important;
  }
}

.banner-detail h1 {
  width: 865px;
  font-weight: 700;
  font-size: 35px;
  line-height: 56px;
  color: #05073c;
}

@media (max-width: 895px) {
  .banner-detail h1 {
    width: auto;
    font-weight: 700;
    font-size: 35px;
    line-height: 56px;
    color: #05073c;
  }
}

.modal-content {
  border: none;
  background-color: unset !important;
}

.thing_to_do_modal .swiper-slide-active.thing_banner_detial_4 img {
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .banner-detail h1 {
    width: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 56px;
    color: #05073c;
  }
}

.share_item {
  display: flex;
  justify-content: end;
  font-weight: 400;
  font-size: 14.88px;
  color: #05073c;
}

.detail-happening ul li {
  padding: 15px 0px;
}

.detail-happening ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  justify-content: center;
  margin-bottom: 50px;
}

.feature_select_md {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  text-align: center;
  font-size: 12.92px;
  font-weight: 400;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  height: 43px;
  margin: 0 auto;
  color: #05073c;
  width: 100%;
}

@media (max-width: 700px) {
  /* .banner_search input[type="text"] {
        width: 290px !important;
        padding: 5px;
        border: none;
        background: #f8f9fa;
        border-radius: 20px;
        font-size: 14px;
        text-align: left;
        padding-left: 40px;

    } */
}

.banner-select-date {
  background: #fff;
  padding: 8px 0px 8px 0px;
  border-radius: 10px;
}

/* .link_search {
  font-size: 10px !important;
  font-weight: 500;
  color: #ffffff;
  background: #0f75bc;
  border-radius: 12px;
  padding: 14px 20px;
} */

.title_filter {
  line-height: 25.78px;
  color: #0f75bc;
  font-weight: 500;
  font-size: 17.19px;
}

@media (max-width: 400px) {
  .arrow-happening-now {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px !important;
    pointer-events: none;
    color: #000;
  }

  .section {
    padding: 14px 0px !important;
  }

  .section_no_border {
    padding: 14px 0px !important;
  }
}

.image_happening_slide {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}

.image_happening_slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.banner_book_now_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 37.5px;
  color: #05073c;
}

.banner_book_now {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.price_qty {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7941d;
  border: 1px solid #f7941d;
  border-radius: 50%;
  font-size: 15px;
  width: 25px;
  height: 25px;
}

.detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #dddddd;
  border-radius: 12px;
}

.detail-list .detail-item {
  padding: 5px 0px;
}

.detail-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #dee2e6;
  align-items: center;
}

.detail-item_icon {
  background: #f5f5f5;
  width: 48px;
  height: 48px;
  font-size: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
}

.detail-item:last-child {
  border-bottom: none;
}

.detail-label {
  font-weight: 500;
  font-size: 14.88px;
  color: #05073c;
}

.detail-value {
  color: #717171;
  font-size: 13.89px;
  font-weight: 400;
  width: 70px;
}

.detail-date {
  color: #000000;
  font-size: 13.34px;
  font-weight: 400;
  margin-right: 13px;
}

.detail-choose {
  color: #05073c;
  font-size: 14.88px;
  font-weight: 500;
}

.book-now {
  background-color: #0f75bc;
  color: #fff !important;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  display: block;
  text-align: center;
}

.detail-list-choose {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-list-choose .detail-item-choose {
  padding: 5px;
}

.detail-item-choose {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.special_img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.book_tour {
  background: #fff;
  color: #000;
  font-size: 14.77px;
  font-weight: 500;
  padding: 20px 16px;
}

.day_tour {
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
}

.more_event {
  color: #05073c;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 20px;
}

.btn_slide_item:hover {
  background: #fff !important;
  color: #0f75bc !important;
}

.overview {
  font-size: 29.18px;
  font-weight: 600;
  color: #05073c;
}

@media (max-width: 768px) {
  .image_happenin_slide img {
    width: 100%;
    height: 312px;
  }

  .image_happenin_slide {
    width: 100%;
    height: 100%;
  }

  .banner_booking h3 {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 37.5px;
    color: #05073c;
  }

  .banner_booking h4 {
    font-size: 13px !important;
    font-weight: 500;
    line-height: 32.66px;
    color: #05073c;
  }
}

.banner_booking {
  background-color: #ffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.banner_booking h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 37.5px;
  color: #05073c;
}

.banner_booking h4 {
  font-size: 21.77px;
  font-weight: 500;
  line-height: 32.66px;
  color: #05073c;
}

.driver_image {
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  height: 150px;
  border: 1px solid #d7d7d7;
}

.driver_image img {
  width: 100%;
  height: 100%;
}

.driver_image_2 {
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.driver_image_2 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.driver_lacat {
  color: #05073c;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.driver_information {
  color: #717171;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.lavel_form {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.form_booking input {
  background: #f8f9fa !important;
}

.form_booking input:focus-visible {
  border: 1px solid #ccc !important;
  outline: none;
}

.form_booking textarea:focus-visible {
  border: 1px solid #ccc !important;
  outline: none;
}

.title_md {
  color: #717171;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.title_sm {
  color: #05073c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.filter_payment {
  color: #0f75bc;
  font-size: 24px;
  font-weight: 500;
}

.filter_payment h3 {
  color: #0f75bc;
  font-size: 24px;
  font-weight: 500;
}

.span_price {
  color: #717171;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.pay_now {
  color: #05073c;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.aba_title {
  font-size: 14.01px;
  color: #081b37;
  font-weight: 600;
  line-height: 16.34px;
}

.aba_desc {
  color: #697386;
  font-weight: 400;
  font-size: 12.84px;
  line-height: 16.34px;
}

.boardarrowright {
  background: #f2f3f7;
  border-radius: 5px;
  margin-right: 7px;
}

.desc_confirm_booking {
  font-size: 12px;
  font-weight: 400;
  color: #717171;
  line-height: 18px;
}

.check_box {
  color: #05073c;
  font-weight: 500;
  font-size: 12px;
  line-height: 13.8px;
}

.btn_confirm_booking {
  background: #0f75bc;
  color: #fff;
  border-radius: 8px;
  font-size: 14.41px;
  font-weight: 500;
  line-height: 28px;
  padding: 18px;
  margin: 25px 0px;
}

.driver_location {
  color: #05073c;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 0 !important;
}

.access_booking {
  font-weight: 500;
  font-size: 24px;
  color: #05073c;
  line-height: 37.5px;
}

.rate_item {
  font-size: 14.53px;
  color: #05073c;
  font-weight: 400;
  line-height: 28.13px;
}

.highlight {
  font-size: 19.22px;
  color: #05073c;
  font-weight: 500;
  line-height: 30px;
}

.image_detial {
  width: 100;
  height: 100%;
}

.thing_detial img {
  width: 100%;
  height: 500px;
}

.thing_banner_detial img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.thing_banner_detial_2 img {
  width: 100%;
  height: 250px;
}

.thing_banner_detial_3 img {
  width: 100%;
  height: 243px;
  object-fit: cover;
}

.thing_banner_detial_4 img {
  width: 100%;
  height: 89px;
  object-fit: cover;
}

.btn_see_all {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #05073c;
  color: #fff;
  border-radius: 200px;
  width: 140.88px;
  height: 40px;
  font-size: 14.65px;
  font-weight: 500;
  line-height: 24px;
}
.btn_see_all {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.slide_see_all img {
  width: 100%;
  height: 500px !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.btn_close {
  background: #f7941d;
  width: 35px;
  height: 35px;
  border: 2px solid #ffff !important;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
}

.info_driver {
  width: 290px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #717171;
  line-height: 24px;
}

.user_pin {
  background: #f7941d;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border-radius: 50%;
}
@media (max-width:500px) {
  .question_title {
  color: #05073c;
  font-weight: 500;
  font-size: 16px !important;
  margin-left: 18px;
}
}
.question_title {
  color: #05073c;
  font-weight: 500;
  font-size: 20px;
  margin-left: 22px;
}

.custom_form {
  background: #ffff;
  border-radius: 6px;
  margin: 15px 0px;
}

.btn_custom_form {
  padding: 10px 10px;
}

.custom_sevice {
  background: #ffff;
  border-radius: 6px;
  padding: 11px 10px;
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
}

.sevice_image {
  width: 100%;
  height: 450px;
}

.sevice_image img {
  width: 100%;
  height: 100%;
}

.text_signup {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}

.text_access {
  color: #666666cc;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.remember {
  font-weight: 400;
  color: #333333;
  font-size: 16px;
}

.flag img {
  border-radius: 3px;
  width: 20px !important;
  max-width: none;
  height: 15px;
}

.btn_login {
  background: #0f75bc;
  color: #ffff;
  border-radius: 100px;
  padding: 10px;
}

/* menu dropdown */
.menu_dropdown {
  position: relative;
  width: 100%;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.dropdown-toggle:after {
  display: none;
}

.dropdown-toggle {
  transition: transform 0.3s;
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.dropdown_menu {
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid lightgray;
}

.dropdown_menu li {
  border-top: 1px solid lightgray;
}

.dropdown_menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.arrow_icon {
  font-size: 18px;
  background: #f7941d;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px !important;
}

.menu_nav-link.active {
  color: #f7941d !important;
  border-bottom: 1px solid #f7941d;
}

.banner_privacy {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #05073c;
}

.privcy_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #05073c;
}

.banner_contact {
  font-size: 22px;
  font-weight: 400;
  line-height: 37.5px;
  color: #05073c;
}

.btn_submit_contact {
  background: #0f75bc;
  color: #fff;
  width: 169px;
  height: 50px;
  border-radius: 12px;
  font-size: 14.41px;
}

.banner_booking .btn_submit_contact {
  text-align: center;
}

.contact_form input {
  background: #fff;
}

.contact_form input:focus-visible {
  border: 1px solid #ccc !important;
  outline: none;
}

.contact_form textarea:focus-visible {
  border: 1px solid #ccc !important;
  outline: none;
}

.contact_image {
  width: 100%;
  height: 538px;
  object-fit: cover;
}

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

.our_address {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.title_contact {
  font-size: 24px;
  font-weight: 500;
  line-height: 37.5px;
  color: #05073c;
}

@media (max-width: 768px) {
  .title_contact {
    font-size: 18px;
    font-weight: 600;
    line-height: 37.5px;
    color: #05073c;
  }
}

.btn_choose {
  padding: 5px 21px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13.59px;
}

/* .btn_choose:hover {
    background: #F7941D !important;
    color: #ffff;
} */

.overview-next {
  font-size: 21.41px;
  font-weight: 500;
  color: #05073c;
}

.banner_about {
  width: 100%;
  height: 500px;
  margin: 10px 0px;
}

.banner_about img {
  width: 100%;
  height: 100%;
}

/* Not found */
.comming {
  min-height: 100vh;
  height: auto;
  position: relative;
  background-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.4);
  background-image: url("../img/slider/1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 767px) {
  .comming {
    min-height: 120vh;
  }
}

.comming .item {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 15px;
  margin-bottom: 30px;
}

.comming h6 {
  color: #fff;
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.comming h3 {
  font-size: 48px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.comming h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}

.comming h1 {
  font-size: 200px;
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.8;
  line-height: 160px;
}

.comming p {
  color: #fff;
  font-size: 15px;
}

.section-padding {
  padding: 50px 0;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.fac-item {
  font-size: 15px;
  font-weight: 400;
  color: #05073c;
  padding-left: 0px;
}

.palteform_villa ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
  justify-content: center;
}

@media (max-width:850px) {
  .palteform_villa ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    justify-content: center;
  }
}

@media (max-width:640px) {
  .palteform_villa ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    justify-content: center;
  }
}

.palteform_facilities ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  justify-content: center;
}

@media (max-width:530px) {
  .palteform_facilities ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    justify-content: center;
  }
}

.palteform_facilities ul li {
  margin-bottom: 30px;
}

.bedrooms ul {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 1.5fr;
  gap: 14px;
  justify-content: center;
}

@media (max-width:660px) {
  .bedrooms ul {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
    gap: 14px;
    justify-content: center;
  }
}

@media (max-width:520px) {
  .bedrooms ul {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
    gap: 14px;
    justify-content: center;
  }
}

.bedrooms ul li {
  width: 112px;
  border: 1px solid #0f75bc;
  border-radius: 5px;
  text-align: center;
  padding: 3px 0px;
}

.bedrooms ul li .type {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.bedrooms ul li .desc_type {
  font-size: 13px;
  line-height: 24px;
}

.extra_info_h {
  font-size: 18px;
  font-weight: 500;
  line-height: 37.5px;
  color: #05073c;
}

.extra_info_desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 37.5px;
  color: #05073c;
}

.reservation {
  font-size: 14px;
  font-weight: 400;
  line-height: 28.13px;
  color: #05073c;
}

.career_item {
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  color: #05073c;
}

.date_career {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #717171;
}

.image_career img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* =====transportation========== */
.tra_service {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #05073c;
  line-height: 40px;
}

.tra_service_desc {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 27px;
}

.tra_service_item {
  background-color: #f8f9fa;
  height: 300px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tra_service_item_h {
  font-size: 20px;
  font-weight: 500;
  line-height: 37.5px;
  color: #05073c;
  margin-top: 7px;
}

.tra_service_item_short_desc {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 24px;
  color: #05073c;
}

.from_tran {
  color: #05073c;
  font-size: 18px;
  font-weight: 500;
}

.tran_price {
  color: #05073c;
  font-size: 20.5px;
  line-height: 30px;
  font-weight: 600;
}

.tran_item {
  width: 130px;
  height: 40px;
  font-weight: 500;
  line-height: 30px;
  color: #fff !important;
  background: #0f75bc;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =====Transpotation===== */
.select_service {
  background: #0f75bc;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 37.5px;
}

.item_service {
  padding: 10px 16px;
  padding-bottom: 42px;
}

@media (max-width:500px) {
  .item_service {
    padding: 10px 0px !important;
    padding-bottom: 42px;
  }
}

.item_service_btn {
  height: 223px;
  border-radius: 12.89px;
  border: 1px solid #d7d7d7;
}

.normal_service {
  position: relative;
}

.item_service_title {
  /* position: absolute;
  top: 37%; */
  font-size: 18px;
  font-weight: 600;
}

.item_service_price {
  /* position: absolute;
  bottom: 116px; */
  font-size: 14px;
  font-weight: 600;
}

.item_service_from {
  font-size: 14px;
  font-weight: 500;
}

.btn_type {
  position: relative;
  height: 243px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}

.btn_journey {
  position: relative;
  height: 243px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  text-align: justify;
}

.serveice_h {
  font-size: 22px;
  font-weight: 500;
  line-height: 37.5px;
  color: #05073c;
}

.bg-header {
  border: 1px solid #e7e7e7;
  border-radius: 10px 10px 0px 0px;
}

.bg-detail {
  border-radius: 0px 0px 10px 10px;
}

.form_field {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #323232;
}

.arrow_big_right {
  display: flex;
  align-items: center;
  background: #f7941d;
  color: #fff;
  border-radius: 50%;
}

.btn_type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
  position: relative;
}

.type_juurney {
  font-size: 24px;
  font-weight: 600;
  line-height: 37.5px;
}

.type_juurney_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vehicle_name {
  font-size: 17.14px;
  font-weight: 600;
  line-height: 22.85px;
}

.vehicle_passengers {
  font-size: 12px;
  font-weight: 500;
}

.vehicle_price {
  font-size: 13.5px;
  font-weight: 600;
}

.form_tran {
  font-size: 24px;
  font-weight: 500;
  line-height: 37.5px;
  color: #05073c;
}

/* .discountBadge {
    position: absolute;
    top: 7px;
    right: 8px;
    background-color: #EB4335;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width: 90px;
    height: 90px;
    padding: 13px;
    border-radius: 50%;
} */

.discountBadge {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_type {
  position: relative;
  overflow: hidden;
}

.discountBadge {
  position: absolute;
  top: -13px;
  right: -6px;
  background-color: #eb4335;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 23px 10px;
  border-radius: 50%;
  z-index: 0;
}

.journey_dis {
  background-color: #eb4335;
  color: white;
  padding: 10px 42px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
}

.item_si_price {
  bottom: 116px;
  font-size: 14px;
  font-weight: 600;
}

.active_service {
  background: #0f75bc1a;
  border: 1px solid #0f75bc;
  color: #0f75bc !important;
}

.normal_service {
  color: #717171;
}

.journey_hour {
  background: #0f75bc;
  color: #fff;
  padding: 5px;
  height: 32px;
  border-radius: 30px;
}

.desc_media {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #ffff;
  background: #f7941d;
  padding: 6px;
  border-radius: 100px;
}

.circlePlay {
  color: #f7941d;
  position: absolute;
  left: 45%;
  bottom: 50%;
}

.media_item {
  background-color: #f8f9fa;
  height: 270px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  align-items: center;
}

.media_item_image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0f75bc1a;
  padding: 21px;
  border-radius: 50%;
}

.banner_press_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.title_press {
  font-size: 30px;
  font-weight: 700;
}

.tra_bus_item {
  background-color: #f8f9fa;
  height: auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tra_bus_item_h {
  font-size: 26px;
  font-weight: 700;
  line-height: 37.5px;
  color: #0f75bc;
  margin-top: 7px;
}

.tra_bus_item_d {
  font-size: 20px;
  font-weight: 600;
  line-height: 37.5px;
  color: #05073c;
  margin-top: 7px;
}

.tra_bus_item {
  position: relative;
  overflow: hidden;
}

.discountBadgeBus {
  position: absolute;
  top: -13px;
  right: -7px;
  background-color: #0f75bc;
  color: white;
  font-size: 43px;
  font-weight: 600;
  padding: 11px 15px;
  border-radius: 50%;
  z-index: 0;
}

.bus_item {
  padding: 10px 57px;
  font-weight: 500;
  line-height: 30px;
  color: #fff !important;
  background: #0f75bc;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bus_service {
  font-size: 28px;
  font-weight: 700;
  color: #05073c;
  line-height: 40px;
}

.type_bus {
  font-size: 18px;
  font-weight: 500;
  line-height: 37.5px;
}

/* .partner_img {
    width: 100%;
    height: 100px;
}

.partner_img img {
    width: 100%;
    height: 100% !important;
} */

.partner_img {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.partner_img img {
  /* max-height: 80px; */
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.btn_slide_item_item {
  border: 1px solid;
  border-radius: 50%;
  color: #f7941d;
}

.btn_slide_item_item:hover {
  border: 1px solid #f7941d;
  color: #fff;
  background: #f7941d;
}

.flash-sale-badge {
  position: absolute;
  top: 33%;
  left: 15%;
  background-color: #eb4335;
  color: white;
  font-size: 28px;
  font-weight: 500;
  padding: 0px 15px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.flash-sale-badge::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 2px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 4px solid transparent;
  border-top: 11px solid #cd3629;
}

.flash-sale2 {
  width: 100%;
  height: 400px;
}

.flash-sale-hour {
  position: absolute;
  top: 41%;
  left: 13%;
  color: #ffff;
  font-size: 100px;
  font-weight: 700;
  line-height: 125.19px;
}

.flash-sale-desc {
  position: absolute;
  left: 13%;
  bottom: 25%;
  color: #ffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 37.5px;
}

.link_back {
  display: block;
  font-size: 14.65px;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background: #0f75bc;
  border-radius: 12px;
  padding: 10px 20px;
}

.image_happen img {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 130px !important;
  object-fit: cover;
}

.date_time_happen {
  color: #8b8b8b;
  font-weight: 500;
  font-size: 11px;
  line-height: 24px;
}

.date_time_happen {
  border-left: 3px solid #f7941d;
  font-size: 11px;
  padding-left: 8px;
}

.happen_desc {
  border: 1px solid #d7d7d7;
  border-radius: 0px 0px 8px 8px;
  padding: 17px;
  height: 110px;
}

.btn_brochure{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #323232;
  color: #fff;
  width: 169px;
  height: 41px;
  text-transform: uppercase;
  margin: 0 auto;

  &:hover {
    background-color: #c57920 !important;
    color: #fff !important;
  }
}
