@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
#list_tour_prices .price--item {
  line-height: 40px;
  display: flex;
}
.evo-item-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;

  .evo-article-image {
    width: 100%;
    aspect-ratio: 16/9;

    img {
      width: 100%;
      height: 100%;
      object-fit: fill;
    }
  }
}
.evo-item-service h3 {
  font-size: 24px;
  line-height: 1.18;
  font-weight: 600;
  margin-top: 23px;
  text-align: center;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}
.evo-item-service h3 a {
  font-weight: 600;
  color: #212121;
}
.form-booking-services {
  background-color: #fff;
  padding: 50px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;

  transition: all 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.header.no_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
}

.ui-datepicker table td a,
.ui-datepicker table td .ui-state-default {
  border: 1px solid #212121;
  /* background-color: rgba(27,160,226,0.15); */
}
.ui-datepicker table td a,
.ui-datepicker table td.ui-datepicker-unselectable .ui-state-default {
  border: none;
  background-color: none;
}
.tour-schedule-title {
  position: relative;
}
.btn-print-tour-content {
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 10px;
}
.btn-print-tour-content .btn-print-booking {
  display: inline-block;
  background-color: #1ba0e3;
  color: #fff;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  border-radius: 4px;
  margin: 5px 0;
}
.btn-print-tour-content img {
  width: 18px;
  margin-right: 5px;
}
.hotline-header-text {
  font-size: 18px;
  color: red;
}
.details-product .details-pro .call-me-back a.btn-book-now-orange {
  background-color: #ff5722;
  border: 1px solid #ff5722;
}
.details-product .details-pro .call-me-back a.btn-book-now-orange:focus,
.details-product .details-pro .call-me-back a.btn-book-now-orange:visited,
.details-product .details-pro .call-me-back a.btn-book-now-orange:hover {
  background-color: #fff;
  border: 1px solid #ff5722;
  color: #ff5722;
}
.schedule-date {
  border: 1px solid #ff5722;
  color: #ff5722;
  border-radius: 10px;
  padding: 3px 5px;
  margin-right: 5px;
}
#modal_book_tour_by_sidebar .modal-dialog .modal-content .modal-header {
  background-color: #1ba0e2;
  padding: 10px;
  border-bottom: none;
}
#modal_book_tour_by_sidebar {
  z-index: 99999;
}
.ct_course_list .schedule-date {
  cursor: pointer;
}
.ct_course_list .schedule-date.date-selected {
  background-color: #eb7c5a5c;
  color: #ff5722;
  border: 1px solid #ff5722;
}
#modal_book_tour_by_sidebar .modal-header .modal-title {
  padding-left: 0;
  min-height: auto;
}
#modal_book_tour_by_sidebar .modal-header .close {
  margin-top: -1rem;
}
@media (min-width: 768px) {
  #modal_book_tour_by_sidebar .modal-dialog {
    max-width: 700px;
  }
}

/********** NEW HEADER **********/

.mt-32 {
  margin-top: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.header-top {
  background-color: #fb8c09;
}
.header-top form {
  background-color: #fff;
}
.header-top .header-top--hotline {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 29.36px;
  text-transform: uppercase;
  padding-left: 2rem;
}
.header-top .header-top--hotline a .hotline-header-text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-left: 10px;
}
.header-top--top-nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: end;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.02px;
}
.header-top--top-nav ul li {
  display: inline-block;
  margin-right: 15px;
}
.header-top--top-nav ul li a {
  color: #fff;
  font-weight: bold;
}
.header-top .header-top--top-search {
  max-width: 460px;
  max-height: 40px;
  margin: 10px auto;
  background: #fff;
  border-radius: 30px;
  border: 2px #1ba0e2 solid;
  box-sizing: border-box;
  overflow: hidden;

  input {
    border: none;
  }
}

#home-filter-box {
  display: block;
  padding: 0;

  h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48.09px;
    text-transform: uppercase;
    color: #ffffff;
  }
}

.home-filter-box--container {
  display: flex;
  justify-content: center;
  justify-self: center;
  text-align: center;
  align-self: center;
  flex-direction: column;
  gap: 2rem;
  background-color: #ffb11f;
  width: 92%;
  min-height: 24rem;
  margin: 0 auto;
  padding: 2rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.home-filter-box--items {
  position: relative;
  width: 100%;
  height: 15rem;

  .slick-list {
    height: 100%;

    .slick-track {
      height: 100%;

      .slick-slide {
        border-radius: 5px;
        width: 34rem;
        height: 100%;
        margin: 0 1rem;

        img {
          width: 100%;
          height: 100%;
          object-fit: fill;
        }
      }
    }
  }

  .slick-custom-arrow.slick-arrow {
    position: absolute;
    top: 20%;
    z-index: 2;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}

.section_tour_last_hour_title--new-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.evo-index-tour .section_tour_last_hour_title--new-layout h2 a,
.evo-index-tour .section_tour_last_hour_title--new-layout a {
  color: #fb8c09;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.new-home-other-services--items {
  padding: 15px;
}
.new-home-other-services--item {
  padding: 15px 15px 15px 30px;
  color: #fff;
  border-radius: 3px;
}
.new-home-other-services--item.sv-1 {
  background-color: rgb(234 85 153);
}
.new-home-other-services--item.sv-1 .new-home-other-services--item--content {
  background-image: url("../img/i-ads-1.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  padding-left: 86px;
  background-position: left;
}
.new-home-other-services--item.sv-2 {
  background-color: rgb(0 102 179);
}
.new-home-other-services--item.sv-2 .new-home-other-services--item--content {
  background-image: url("../img/i-ads-2.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  padding-left: 86px;
  background-position: left;
}
.new-home-other-services--item.sv-3 {
  background-color: rgb(226 131 55);
}
.new-home-other-services--item.sv-3 .new-home-other-services--item--content {
  background-image: url("../img/i-ads-3.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  padding-left: 86px;
  background-position: left;
}

.new-home-other-services--item.sv-4 {
  background-color: rgb(20 155 188);
}
.new-home-other-services--item.sv-4 .new-home-other-services--item--content {
  background-image: url("../img/i-ads-4.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  padding-left: 86px;
  background-position: left;
}
.new-home-other-services--item--title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.title-section-h2 {
  font-size: 32px;
  color: #fb8c09;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.customer-comment--item--header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.customer-comment--item--header--img {
  width: 80px;
}
.customer-comment--item--header--img img {
  width: 50px;
  border-radius: 50%;
}
.customer-comment--item--header--name p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 16px;
}
.customer-comment--item--header--name span {
  color: #4d4b4b;
  font-size: 12px;
  font-weight: 600;
}
.home-list-partner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;

  .home-list-partner--item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;

    .home-list-partner--logo {
      width: 100%;
      height: 100%;
    }
  }
}
.main-footer-area--info {
  padding-right: 45px;
}
.main-footer-area--info img {
  max-width: 460px;
  float: left;
}
.footer-contact-info p {
  margin-bottom: 0px;
}
.main-footer-area--info .widget.Image {
  display: inline-block;
}
.slider-home-tours--item {
  width: calc(calc(1080px / 4) + 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.slider-home-tours .slick-arrow {
  position: absolute;
  top: 25%;
  z-index: 9;
}
.slider-home-tours .slick-next {
  right: 0;
}
.slider-home-tours .slick-prev {
  left: 10px;
}
.slick-custom-arrow {
  font-size: 60px;
  color: #fff;
  text-shadow: 0px 2px 4px #000000;
  background: none;
  border: none;
}
.taxonomy-header-box {
  margin-top: 30px;
}

.taxonomy-header-box .taxonomy-header-box--title {
  text-align: center;
}
.taxonomy-header-box .taxonomy-header-box--title span {
  color: #fb8c09;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0px 3px 2px #bdb7b7;
}
.taxonomy-header-box--content--description {
  display: flex;
  flex-direction: column;
  align-items: start;
  white-space: pre-wrap;
  /*margin-bottom: 15px;*/
  padding: 2rem 2rem;

  ul {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.taxonomy-header-box--content--tour-featured {
  padding: 0 2rem 2rem 2rem;
}
.taxonomy-header-box--content--tour-featured .evo-product-block-item {
  margin-bottom: 1px !important;
}
.sidebar-taxonomy-filter--start-from {
  margin-bottom: 25px;
}
.sidebar-taxonomy-filter--start-from--title {
  color: #fb8c09;
  text-transform: uppercase;
  font-family: "Josefin Sans", serif;
  font-size: 24.54px;
  font-weight: 600;
  line-height: 24.54px;
  margin: 5px 0;
}
.sidebar-taxonomy-filter--start-from--select select {
  height: 48px;
}
.sidebar-taxonomy-filter--start-from--select .form-check-input {
  position: relative;
  margin-right: 10px;
}
.sidebar-top-line {
  border-top: 1px solid #c4c4c4;
}

.sidebar-top-line:nth-last-child(1) {
  border-bottom: 1px solid #c4c4c4;
}

.sidebar-taxonomy-filter--start-from--select--form-check {
  line-height: 55px;
  font-size: 16;
}
.sidebar-taxonomy-filter--start-from--select--form-check
  input[type="checkbox"] {
  color: white;
  accent-color: #d9d9d9;
}

.sidebar-taxonomy-filter--start-from--select--form-check
  input[type="checkbox"] {
  color: white;
  accent-color: #d9d9d9;
}
.home-filter-box--sub-items {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
}
.home-filter-box--sub-items .home-filter-box--sub-item {
  color: #fb8c09;
  font-size: 16px;
  font-weight: 700;
  width: 120px;
  height: 100px;
  text-align: center;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}
.home-filter-box--sub-items .home-filter-box--sub-item.ic-1::before {
  content: "";
  background-image: url("../img/icon-7.png");
  background-repeat: no-repeat;
  padding: 40px;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: 5px;
}
.home-filter-box--sub-items .home-filter-box--sub-item.ic-2::before {
  content: "";
  background-image: url("../img/icon-8.png");
  background-repeat: no-repeat;
  padding: 40px;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: 5px;
}
.home-filter-box--sub-items .home-filter-box--sub-item div {
  position: absolute;
  bottom: 0;
}
.btn-xem-them-list-news {
  margin: 0 auto;
  background-color: #fb8c09;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  max-width: 400px;
  height: 33px;
  text-transform: capitalize;
  cursor: pointer;
}
.evo-product-block-item .info-tour .action-box {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.evo-product-block-item .info-tour .action-box .price-box {
  font-size: 16px;
}
a:hover,
.evo-product-block-item:hover a,
.evo-product-block-item a:hover,
.evo-product-block-item.evo-product-block-item--search-by-place:hover a,
.evo-product-block-item .info-tour .action-box .price-box {
  color: #fb8c09;
}
.evo-product-block-item .info-tour .date-go,
.evo-product-block-item .info-tour .date-go .ct_course_list li span {
  color: #111;
}
.evo-product-block-item .img-tour .img-tour--meta {
  z-index: 8;
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  color: #fff;
  padding: 7px 12px;
  font-size: 13px;
}
.evo-product-block-item .img-tour .img-tour--meta--short-description {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 15px 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: none;
}
.evo-product-block-item:hover .img-tour .img-tour--meta {
  display: none;
}
.evo-product-block-item:hover .img-tour .img-tour--meta--short-description {
  display: block;
}
.taxonomy-header-box--content--tour-featured--title {
  text-align: center;
  margin-bottom: 15px;
}
.taxonomy-header-box--content--tour-featured--title span {
  color: #fb8c09;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0px 2px 2px #bdb7b7;
}
.evo-list-blog-page--title {
  color: #fb8c09;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-item--meta {
  font-size: 12px;
  margin-bottom: 10px;
  color: #222;
}
.slider-company--profiles--nav .slick-slide {
  opacity: 0.5;
  cursor: pointer;
}
.slider-company--profiles--nav .slick-slide.slick-current {
  opacity: 1;
}
.slider-company--profiles--for .slick-custom-arrow {
  position: absolute;
  top: 30%;
  z-index: 99;
}
.slider-company--profiles--for .slick-custom-arrow.slick-next {
  right: 0;
}
.slider-company--profiles--for .slick-custom-arrow.slick-prev {
  left: 0;
}

.form-submit-data {
  border: 1px solid #fb8c09;
  padding: 15px;
}
.form-submit-data .taxonomy-header-box--title--page-service {
  text-align: center;
}
.form-submit-data .taxonomy-header-box--title--page-service span {
  color: #fb8c09;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
}
.form-submit-data label {
  font-weight: 600;
  font-size: 13px;
}
.form-submit-data .note span {
  color: #fb8c09;
}
.form-submit-data .btn-submit-form {
  background-color: #fb8c09;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  width: 80%;
  float: right;
}
.service-visa-items {
  background: linear-gradient(to right, #ffd722, #ff8a00);
  color: #fff;
}
.service-visa-items .service-visa-item {
  text-align: center;
  padding: 20px 0px;
}
.service-visa-items .service-visa-item .service-visa-item--percent {
  font-size: 44px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #1499df;
}
.service-visa-items .service-visa-item .service-visa-item--text {
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0px 1px 1px #bdb7b7;
}
.taxonomy-header-box--title--page-service {
  text-align: center;
}
.taxonomy-header-box--title--page-service span {
  color: #fb8c09;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
}
.visa-service--services .card-title {
  font-weight: bold;
  font-size: 20px;
}
.visa-service--services .card-body ul li::before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0bd20b;
  margin-right: 5px;
}
.slider-list-visa .slick-arrow {
  position: absolute;
  top: 30%;
}
.slider-list-visa .slick-next {
  right: 0;
}
.slider-list-visa .slick-prev {
  left: 0;
  z-index: 9;
}
.slider-list-visa--item {
  margin-left: 8px;
  margin-right: 8px;
}
.slider-list-visa--item .evo-item-service {
  padding: 0;
  border-radius: 0;
}
.slider-list-visa--item h5 a {
  color: #333;
  padding: 10px;
  font-weight: 600;
}
.slider-list-visa--item .contact-more {
  padding-bottom: 15px;
}
.slider-list-visa--item .contact-more a {
  color: #fb8c09;
  padding: 0px 10px;
  font-weight: 600;
  padding-bottom: 15px;
}
.visa-service--content-post {
  border: 1px solid #fb8c09;
  padding: 20px;
}
.visa-service--meta-data-post--item {
  background: #186299;
  color: #fff;
  font-size: 40px;
  text-align: center;
  border-radius: 10px;
  line-height: 52px;
  padding: 30px 0px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer-payment {
  display: flex;
}
footer .footer-payment img {
  max-width: 25%;
}
footer .textwidget .social li {
  float: left;
  border: 1px solid #ccc;
  padding: 3px 10px;
  max-width: 25%;
  margin-right: 5px;
  max-height: 28px;
}
footer .textwidget .social li.fb {
  background-color: #3b5997;
  border: none;
}
footer .textwidget .social li.tt {
  background: #00aced;
  border: none;
}
footer .textwidget .social li.yt {
  background: #d12f2f;
  border: none;
}
footer .textwidget .social li.ins {
  background: red;
  border: none;
}
footer .textwidget .social li a {
  color: #fff;
}
footer .footer-quick-links ul li a:hover {
  color: #fb8c09;
}
#main-menu #HTML1 {
  display: flex;
  justify-content: end;
  justify-items: center;
  justify-self: center;
  align-items: center;
  align-self: center;
  width: 100%;
  padding: 0;
}
.languages {
  margin-left: 15px;
}
.languages li a {
  display: flex;
  flex-direction: column;
  background: #d9d9d9;
  padding: 6px 6px 0px 6px;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  color: #333;
}
.languages li a .flag-vn {
  content: "";
  background-image: url(../img/flag-vn.svg);
  background-repeat: no-repeat;
  padding: 9px 18px;
  background-position: center;
  background-size: contain;
}
.languages li a .flag-en {
  content: "";
  background-image: url(../img/flag-en.png);
  background-repeat: no-repeat;
  padding: 9px 18px;
  background-position: center;
  background-size: contain;
}

/* New css */

.service-visa-items {
  .container {
    .row {
      margin-right: 10rem;
      margin-left: 10rem;
    }
  }
}

@media (max-width: 600px) {
  .header-top .header-top--hotline {
    display: flex;
    align-items: start;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 29.36px;
    text-transform: uppercase;
    padding-left: 0.5rem;
  }

  .header-top .header-top--hotline a .hotline-header-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0;
  }

  .col-lg-3 {
    padding: 0;
  }

  .header-top--top-nav {
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.02px;
    float: right;

    ul {
      margin-bottom: 10px;
    }
  }

  .header-top--top-nav ul li {
    display: block;
    margin-right: 0.5rem;
    float: right;
  }

  .evo-index-tour .section_tour_last_hour_title--new-layout h2 a,
  .evo-index-tour .section_tour_last_hour_title--new-layout a {
    font-size: 16px;
  }

  #home-filter-box {
    display: block;
    padding-right: 0;
    .home-filter-box--container {
      display: flex;
      justify-content: center;
      justify-self: center;
      text-align: center;
      align-self: center;
      flex-direction: column;
      gap: 2rem;
      background-color: #ffb11f;
      width: 100%;
      min-height: 24rem;
      padding: 1rem;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;

      h1 {
        font-size: 36px;
      }
    }
  }

  .home-list-partner {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem 0 1rem;
  }
}

@media (min-width: 601px) and (max-width: 1050px) {
  #home-filter-box {
    display: block;
    padding-right: 0;
  }

  .home-filter-box--container {
    display: flex;
    justify-content: center;
    justify-self: center;
    text-align: center;
    align-self: center;
    flex-direction: column;
    gap: 2rem;
    background-color: #ffb11f;
    width: 90%;
    min-height: 24rem;
    padding: 1rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.taxonomy-header-box {
  .taxonomy-header-box--content {
    border: 1px solid #fb8c09;
    margin: 0 7rem 2rem 7rem;
  }

  .taxonomy-header-box--content.intro {
    h3 {
      font-size: 30px;
      color: #fb8c09;
      text-transform: uppercase;
      font-weight: bold;
      text-shadow: 0px 3px 2px #bdb7b7;
      text-align: center;
    }

    .intro_text {
      padding: 2rem 3rem 0 3rem;

      ul {
        list-style: circle;
        margin: unset;
        margin-block-start: 1em;
        margin-block-end: 1em;
        padding-inline-start: 40px;
      }
    }

    .award_picture {
      width: 100%;

      img {
        width: 100%;
        height: auto;
      }
    }
  }
}

.menu-tours {
  margin: 0 7rem 0 7rem;
  position: relative;

  select {
    background-image: url("../img/dropdownIcon.svg");
  }

  .form-control {
    height: 48px;
    background-image: url("../img/calendarIcon.svg");
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
    background-size: 4%;
    padding: 0 28px 0 20px;
    cursor: pointer;
  }

  .range_container {
    display: flex;
    flex-direction: column;
    margin-top: 10%;
  }

  .sliders_control {
    position: relative;
    width: 100%;
    min-height: 60px;
  }

  input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
    z-index: 2;
  }

  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
  }

  input[type="range"]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
  }

  input[type="range"]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  }

  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 100%;
    position: absolute;
    background-color: #c4c4c4;
    pointer-events: none;
  }

  .min-price,
  .max-price {
    position: absolute;
    top: 2rem;
    transform: translateX(-28%);
    background: #e5e5e5;
    border: none;
    padding: 3px 0.5rem;
    border-radius: 20px;
    font-family: "Josefin Sans", serif;
    font-weight: 300;
    font-size: 14.73px;
  }

  #fromSlider {
    height: 0;
    z-index: 2;
    top: 5px;
  }

  .highlight {
    position: absolute;
    height: 10px;
    background: #f86800;
    z-index: 1;
    border-radius: 10px;
  }
  .sidebar-taxonomy-filter--start-from {
    margin-bottom: 40px;
  }

  .sidebar-taxonomy-filter--start-from.sidebar-top-line {
    margin: 0;
    padding: 1rem 0 0 0;

    label {
      margin: 0;
      font-family: "Josefin Sans", serif;
      font-size: 19.64px;
      font-weight: 300;
      line-height: 55.08px;
    }
  }

  .pt-3,
  .py-3 {
    padding-top: 0;
  }

  form {
    margin: 0;
  }

  input[type="checkbox"],
  input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 11px;
    border: none;
    background-color: #d9d9d9;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1rem 0 0;
  }

  input[type="checkbox"]:checked::before,
  input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    background-color: #6cddff;
    border-radius: 3px;
  }
}

#readmore-content {
  box-sizing: border-box;
  overflow: hidden;
}

#readmore-btn {
  display: block;
  width: 50%;
  height: 3rem;
  background: #fb8c09;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  margin: 2rem auto;
  border-radius: 15px;
  border: none;
}

#booking-tour-content--detailed {
  h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
  }

  span {
    font-weight: 700;
  }

  img {
    width: 100%;
    height: auto;
  }
}

.col-lg-12.col-md-12.col-sm-12.col-12.no-padding-right.order-first.order-lg-first {
  padding: 0;
}

.col-lg-4.col-md-12.col-sm-12.col-12.details-pro.no-padding-right.order-last.order-lg-first {
  padding: 0 0 0 2rem;
}

.col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-last.order-lg-last {
  padding: 0 2rem 0 0;
}

@media (max-width: 600px) {
  .taxonomy-header-box {
    .taxonomy-header-box--content {
      margin: 2rem 0.5rem;
    }
  }

  .menu-tours {
    margin: 0 2rem 0 2rem;
  }

  .main-footer-area--info {
    width: 100%;
    padding: 0;

    .section {
      width: 100%;
      text-align: center;

      .widget.HTML {
        width: 100%;
      }
    }
  }

  .sidebar-taxonomy-filter {
    margin: 0 0 2rem 0;
  }

  .col-lg-12.col-md-12.col-sm-12.col-12.no-padding-right.order-first.order-lg-first {
    padding: 0 1rem !important;

    .slick-dots {
      display: none !important;
    }
  }

  .col-lg-4.col-md-12.col-sm-12.col-12.details-pro.no-padding-right.order-last.order-lg-first {
    padding: 1rem 2.5rem !important;
  }

  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-last.order-lg-last {
    padding: 0 1.5rem !important;
  }
}

@media (min-width: 601px) and (max-width: 1050px) {
  .taxonomy-header-box .taxonomy-header-box--content {
    margin: 0 5rem 2rem 5rem;
  }

  .sidebar-taxonomy-filter {
    margin: 0 0 2rem 0;
  }

  .menu-tours {
    margin: 0 2rem 0 2rem;
  }

  .main-footer-area--info {
    width: 100%;
    padding: 0;

    .section {
      width: 100%;
      text-align: center;

      .widget.HTML {
        width: 100%;
      }
    }
  }

  .product-margin {
    margin: 0 3rem;

    .col-lg-12.col-md-12.col-sm-12.col-12.no-padding-right.order-first.order-lg-first {
      padding: 0 !important;
    }

    .col-lg-4.col-md-12.col-sm-12.col-12.details-pro.no-padding-right.order-last.order-lg-first {
      padding: 1rem 1.5rem !important;
    }

    .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-last.order-lg-last {
      padding: 0 0.5rem !important;
    }
  }
}

.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
  background: #efac1f;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  border: 0;
}
