@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=WDXL+Lubrifont+TC&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
body::-webkit-scrollbar {
  display: none;
}
html.no-scroll {
  overflow: hidden;
  height: 100%;
}

#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-item-service .evo-article-image {
  width: 100%;
  aspect-ratio: 16/9;
}

.evo-item-service .evo-article-image 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 animation */
.header.fixed {
  position: fixed;
  top: -5rem;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 4px 0 #0000004f;
  transition: all 0.5s ease-out;
  transform: translateY(5rem);
  opacity: 1;
  visibility: visible;
}
.header.fixed .header-top {
  display: none;
}
.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;
}

.awe-section-1 .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: #4b280c;
}
.details-product .details-pro .call-me-back a.btn-book-now-orange,
.details-product .details-pro .call-me-back input.btn-book-now-orange {
  background: linear-gradient(to top, #fbb019, #ffd115);
  border: 1px solid #fbb019;
  color: #4b280c;
}
.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: #fff;
  border-color: #fbb019;
  color: #4b280c;
}
/* .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: 600px;
  height: 40px;
  margin: 12px auto;
  background: #fff;
  border-radius: 30px;
  border: 2px #1ba0e2 solid;
  box-sizing: border-box;
  overflow: hidden;

  .evo-search-form {
    width: 100%;
    height: 100%;

    .input-group {
      width: 100%;
      height: 100%;

      input[type="text"] {
        width: 87%;
        min-height: unset;
        height: 100%;
        border: none;
        padding: 0 0 0 2rem !important;
      }

      .input-group-append {
        width: 13%;
        height: 100%;
        line-height: 1;

        button {
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 6px 8px;

          svg {
            vertical-align: unset;
          }
        }
      }
    }
  }
} */

/* #home-filter-box {
  display: block;
  padding: 0 2.5rem 3rem 2.5rem;

  h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48.09px;
    text-transform: uppercase;
    color: #ffffff;
  }
} */

/* Menu */
.home-filter-box--container {
  display: flex;
  justify-content: center;
  justify-self: center;
  text-align: center;
  align-self: center;
  flex-direction: column;
  gap: 1rem;
  background-color: #ffb11f;
  width: 100%;
  min-height: 20rem;
  padding: 2rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.home-filter-box--items {
  position: relative;
  width: 100%;
  height: 15rem;
}
.home-filter-box--items .slick-list {
  height: 100%;
}
.home-filter-box--items .slick-list .slick-track {
  height: 100%;
}
.home-filter-box--items .slick-list .slick-track .slick-slide {
  border-radius: 5px;
  /* width: 35rem;
  height: 100%; */
  aspect-ratio: 16/9;
  margin: 0 0.5rem;
}
.home-filter-box--items .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.home-filter-box--items .slick-custom-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.home-filter-box--items .slick-prev {
  left: 0;
}
.home-filter-box--items .slick-next {
  right: 0;
}

/* Tour last hour */
.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 items */
/* .new-home-other-services--items {
  padding: 0 15px;
} */
.new-home-other-services--items .col-lg-3.col-12.mb-2 {
  margin: 0;
  padding: 0 0.5rem;
}
.new-home-other-services--item {
  padding: 1.5rem;
  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;
  font-weight: bold;
  line-height: 1;
  color: #fb8c09;
  text-align: center;
  text-transform: uppercase;
}

/* Customer comment */
.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;
}

/* List partner */
.home-list-partner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.home-list-partner .home-list-partner--item {
  width: 100%;
  padding: 0 0.5rem;
}
.home-list-partner .home-list-partner--item .home-list-partner--logo {
  width: 100%;
  height: 100%;
}

/* Footer */
.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 tour */
/* .slider-home-tours {
  padding: 1rem 1rem;
} */
.slider-home-tours--item {
  /* width: calc(calc(1080px / 4) + 20px);
  margin-left: 10px;
  margin-right: 10px; */
  /* width: calc(calc(1080px / 4) + 20px); */
  margin: 0.5rem;
}
.slider-home-tours--item .evo-product-block-item {
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #0000004f;
  overflow: hidden;
}
.slider-home-tours .slick-arrow,
.slider-special-news .slick-arrow,
.slider-special-tips .slick-arrow,
.slider-partners .slick-arrow,
.slider-for .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9;
}
.slider-home-tours .slick-next,
.slider-special-news .slick-next,
.slider-special-tips .slick-next,
.slider-partners .slick-next,
.slider-for .slick-next {
  right: 0;
  padding-left: 3px;
}
.slider-home-tours .slick-prev,
.slider-special-news .slick-prev,
.slider-special-tips .slick-prev,
.slider-partners .slick-prev,
.slider-for .slick-prev {
  left: 0;
  padding-right: 3px;
}
.slick-custom-arrow {
  width: 3rem;
  height: 3rem;
  font-size: 35px;
  font-weight: 300;
  line-height: 0;
  color: #fff;
  background-color: #ffffff4d;
  border-radius: 50%;
  border: none;
  padding: 0 0 3px 0;
  transition: background-color 0.3s ease-in-out;
}
.slick-custom-arrow:hover {
  background-color: #ef4200;
}
.slick-custom-arrow.type-2 {
  width: 3rem;
  height: 3rem;
  font-size: 35px;
  font-weight: 300;
  line-height: 0;
  color: #ffd421;
  background-color: #4b280c;
  opacity: 0.4;
  transition: background-color 0.3s ease-in-out;
}
.slick-custom-arrow.type-2.slick-prev {
  transform: rotate(180deg);
}
.slick-custom-arrow.type-2:hover {
  opacity: 1;
}

.taxonomy-header-box {
  margin-top: 2rem;
}
.taxonomy-header-box .taxonomy-header-box--title {
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.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;
}
.taxonomy-header-box--content--description p {
  margin: 0;
}
.taxonomy-header-box--content--description ul {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.taxonomy-header-box--content--tour-featured {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.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: 0 0 0.5rem 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: 1rem;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: none;
  overflow: hidden;
}
.evo-product-block-item .img-tour .img-tour--meta--short-description p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.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 */
.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;
}

/* Visa services */
.service-visa-items {
  background: linear-gradient(to right, #ffd722, #ff8a00);
  color: #fff;
}
.service-visa-items .service-visa-item {
  text-align: center;
  padding: 1rem;
}
.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;
  line-height: 1;
  margin: 0 0 0 0;
}
.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 .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;
}

/* Menu */
#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;
  /*margin: 0 0 1rem 0;*/
  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;
}

/* Visa service items */
/* .service-visa-items {
}
.service-visa-items .container {
} */
.service-visa-items .container .row {
  margin-right: 10rem;
  margin-left: 10rem;
}

/* .taxonomy-header-box {
} */
.taxonomy-header-box .taxonomy-header-box--content {
  border: 1px solid #fb8c09;
  margin: 2rem 0 2rem 0;
}
/* .taxonomy-header-box .taxonomy-header-box--content.intro {
} */
.taxonomy-header-box .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;
}

.taxonomy-header-box .taxonomy-header-box--content.intro .intro_text {
  padding: 2rem 2rem 0 2rem;
}
.taxonomy-header-box .taxonomy-header-box--content.intro .intro_text ul {
  list-style: circle;
  margin: unset;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
.taxonomy-header-box .taxonomy-header-box--content.intro .award_picture {
  width: 100%;
}
.taxonomy-header-box .taxonomy-header-box--content.intro .award_picture img {
  width: 100%;
  height: auto;
}

/* Menu tours */
.menu-tours {
  margin: 0 0 2rem 0;
  position: relative;
}
.sidebar-taxonomy-filter.col-md-12.col-lg-3 {
  padding: 0 0.5rem 0 0;
}
.main_container.collection.col-md-12.col-lg-9.evo-list-blog-page {
  padding: 0 0 0 0;
}
.menu-tours select {
  background-image: url("../img/dropdownIcon.svg");
}
.menu-tours .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;
}
.menu-tours .range_container {
  display: flex;
  flex-direction: column;
  margin-top: 10%;
}
.menu-tours .sliders_control {
  position: relative;
  width: 100%;
  min-height: 60px;
}
.menu-tours 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;
}
.menu-tours 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;
}
.menu-tours input[type="range"]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}
.menu-tours 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;
}
.menu-tours input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 100%;
  position: absolute;
  background-color: #c4c4c4;
  pointer-events: none;
}
.menu-tours .min-price,
.menu-tours .max-price {
  position: absolute;
  top: 2rem;
  transform: translateX(-55%);
  background: #e5e5e5;
  border: none;
  padding: 0.5rem;
  border-radius: 20px;
  font-family: "Josefin Sans", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
}
.menu-tours #fromSlider {
  height: 0;
  z-index: 2;
  top: 5px;
}
.menu-tours .highlight {
  position: absolute;
  height: 10px;
  background: #f86800;
  z-index: 1;
  border-radius: 10px;
}
.menu-tours .sidebar-taxonomy-filter--start-from {
  margin-bottom: 1rem;
}
.menu-tours .sidebar-taxonomy-filter--start-from.sidebar-top-line {
  margin: 0;
  padding: 1rem 0 0 0;
}
.menu-tours .sidebar-taxonomy-filter--start-from.sidebar-top-line label {
  margin: 0;
  font-family: "Josefin Sans", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
.menu-tours .pt-3,
.menu-tours .py-3 {
  padding-top: 0;
}
.menu-tours form {
  margin: 0;
}
.menu-tours input[type="checkbox"],
.menu-tours 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;
}
.menu-tours input[type="checkbox"]:checked::before,
.menu-tours input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background-color: #6cddff;
  border-radius: 3px;
}
.menu-tours .evo-product-block-item {
  margin-bottom: 1rem;
}

#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;
}

.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;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 2rem;
  width: 100%;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  font-family: "WDXL Lubrifont TC", sans-serif;
  font-size: 17px;
  line-height: 25px;
}
/* .wp-pagenavi .previouspostslink {
}
.wp-pagenavi .nextpostslink {
} */
.wp-pagenavi .current,
.wp-pagenavi .page.smaller,
.wp-pagenavi .page.larger {
  font-size: 15px;
  line-height: 25px;
}

/* Tour page */
/* .sticky-top {
} */
.sticky-top .product-bg-white {
  width: 100%;
  color: #4b280c;
  padding: 1rem;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.sticky-top .product-bg-white .tour_name {
  color: #4b280c;
}
.sticky-top .product-bg-white .ct_course_list {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 0 0.5rem 0;
}
.sticky-top .product-bg-white .ct_course_list .tour_name {
  font-size: 30px;
  font-weight: 600;
  color: #4b280c;
}
.sticky-top .product-bg-white .ct_course_list p {
  font-size: 14px;
  line-height: 15px;
  color: #4b280c;
  margin: 0;
}
.sticky-top .product-bg-white .ct_course_list .tour_start_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  /* padding: 0.5rem 0; */
}
/* .sticky-top .product-bg-white .ct_course_list .tour_start_date .start_date {
} */
.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date
  .schedule-date {
  font-weight: 600;
  color: #4b280c;
}
.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date
  .date-selected {
  background: #ff4422;
  color: white;
  padding: 3px;
  border-radius: 7px;
}
.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date-select {
  background-color: #ececec;
  font-weight: 600;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
}
.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date-select
  input {
  width: 1.4rem;
  height: 1.5rem;
  font-size: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.sticky-top .product-bg-white .ct_course_list .tour_start_place {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}
.sticky-top .product-bg-white .ct_course_list .tour_start_place .city_start {
  background-color: #ffd215;
  font-weight: 600;
  margin: 0 1rem;
  padding: 0.5rem;
  border-radius: 7px;
}
.sticky-top .product-bg-white .ct_course_list .tour_code_select {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.sticky-top .product-bg-white .ct_course_list .tour_code_select select {
  height: 2rem;
  border-radius: 5px;
}
.sticky-top .product-bg-white .ct_course_list .tour_slot {
  width: 100%;
}
.sticky-top .product-bg-white .ct_course_list .tour_slot span {
  font-weight: 600;
}
.sticky-top .product-bg-white.evo-tour-program {
  padding: 0;
}
/* .sticky-top .price_caculation {
} */
.sticky-top .price_caculation .ct_course_list {
  border-bottom: none;
}
.sticky-top .price_caculation .ct_course_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 600;
  padding: 1rem 0;
  box-sizing: border-box;
}
.sticky-top .price_caculation .ct_course_list li .price_type {
  width: 30%;
}
.sticky-top .price_caculation .ct_course_list li .price_type span {
  display: block;
  font-weight: 400;
}
.sticky-top .price_caculation .ct_course_list li .price_type-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  box-sizing: border-box;
}
.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  input[type="text"],
.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  input[type="number"],
.sticky-top .price_caculation .ct_course_list li .price_type-number button {
  width: 3rem;
  height: 2rem;
  min-height: unset;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
  color: #4b280c;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
}

.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  input[type="number"] {
  -moz-appearance: textfield;
}

.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  input[type="number"]::-webkit-outer-spin-button,
.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sticky-top .price_caculation .ct_course_list li .price_type-number .decrement {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.sticky-top .price_caculation .ct_course_list li .price_type-number .increment {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  .decrement:hover,
.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  .increment:hover {
  border: 1px solid #fcc452;
}
.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  .increment:active {
  border: 1px solid #fcc452;
  transform: translate(3px, 0);
  transition: transform 0.1s ease-in-out;
}
.sticky-top
  .price_caculation
  .ct_course_list
  li
  .price_type-number
  .decrement:active {
  border: 1px solid #fcc452;
  transform: translate(-3px, 0);
  transition: transform 0.1s ease-in-out;
}
.sticky-top .price_caculation .ct_course_list li .price_total {
  text-align: right;
  width: 30%;
  font-size: 18px;
  color: #ff4422;
  box-sizing: border-box;
}
.sticky-top .price_caculation .ct_course_list li:nth-child(3) {
  border-bottom: 1px solid #f3f3f3 !important;
}
/* .sticky-top .call-me-back {
}
.sticky-top .call-me-back .row {
} */
.sticky-top .call-me-back .row .col-lg-6.col-md-6.col-sm-6.col-6:nth-child(1) {
  margin: 0;
  padding: 0 1rem 0 0;
}
.sticky-top .call-me-back .row .col-lg-6.col-md-6.col-sm-6.col-6:nth-child(2) {
  margin: 0;
  padding: 0 0 0 1rem;
}

/* Product */
/* .product-margin {
}
.product-margin .container-sub {
}
.product-margin .container-sub .row.details-product {
} */
.product-margin
  .container-sub
  .row.details-product
  .col-lg-4.col-md-12.col-sm-12.col-12.details-pro.no-padding-right.order-first.order-lg-last {
  padding: 0;
}
/* .product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first {
} */
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  h1,
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  h2,
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  h3,
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  h4 {
  color: #4b280c;
  margin: 0;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  h2 {
  font-size: 28px;
  font-weight: 600;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .relative.product-image-block {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 4px 2px rgba(152, 165, 185, 0.2);
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content {
  width: 100%;
  background-color: #f7f9fa;
  padding: 0;
}
/* .product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block {
} */
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .rte {
  padding: 1rem;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .rte
  h2 {
  margin: 0 !important;
  font-size: 20px;
  font-weight: 600;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-title {
  position: relative;
  padding: 0.5rem 1rem;
  border-top: 1px solid #00000025;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-title
  .btn-print-tour-content {
  position: absolute;
  right: 9px;
  top: 50%;
  font-size: 10px;
  transform: translateY(-50%);
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-title
  .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;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-title
  .btn-print-tour-content
  img {
  width: 18px;
  margin-right: 5px;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details {
  width: 100%;
  background-color: #fff;
  margin: 0.5rem;
  color: #4b280c;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day {
  position: relative;
  width: 100%;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .content-item {
  height: 0;
  padding: 0 2rem 0 2rem;
  border-left: 5px solid #ffd215;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
/* .product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .content-item
  p {
} */
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .content-item
  p
  img {
  display: block;
  margin: 0 auto;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .content-item
  ul {
  list-style: unset;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .content-item
  ul
  li {
  margin: 0 0 0 2rem;
  padding: unset;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .readmore-item {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #6f6a66;
  transition: transform 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .title-item {
  background-color: #f7f9fa;
  padding: 1rem 2rem;
  border-bottom: 1px solid #00000025;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .title-item
  h3 {
  font-size: 20px;
  font-weight: 600;
  color: #6d6864;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .readmore-item.active {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .title-item.active {
  background-color: #fff;
  padding: 1rem 0 1rem 27px;
  border-bottom: none;
  border-left: 5px solid #ffd215;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .title-item.active
  h3 {
  font-size: 20px;
  font-weight: 600;
  color: #4b280c;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day
  .content-item.active {
  height: auto;
  transition: height 0.5s ease-in-out;
}
/* .product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day:nth-last-child(1) {
} */
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-schedule-details
  .tour-schedule-day:nth-last-child(1)
  .title-item {
  border-bottom: none;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-title {
  display: flex;
  justify-content: left;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ececec;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-title
  .title-decor {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  background-color: #ececec;
  border-radius: 7px;
  cursor: pointer;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-title
  .title-decor:hover {
  background-color: #ffd215;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-content {
  width: 100%;
  padding: 1rem 0;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-content
  .content-decor {
  display: none;
  color: #4b280c;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-content
  .content-decor
  ul {
  list-style: unset;
}
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-content
  .content-decor
  ul
  li {
  margin: 0 0 0 2rem;
  padding: unset;
}

.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-content
  .content-decor.active {
  display: block;
}
/* .product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-title.active {
} */
.product-margin
  .container-sub
  .row.details-product
  .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first
  .product-bg-white.evo-tour-main-content
  .evo-tour-block
  .tour-note
  .tour-note-title.active
  .title-decor {
  background-color: #ffd215;
}

/* Slide for */
/* .slider-for {
} */
.slider-for .slick-arrow {
  top: 50%;
  transform: translate(0, 50%);
}
.slider-for .slick-next {
  right: 0;
}
.slider-for .slick-prev {
  left: 0;
}
/* .slider-for .slick-list {
}
.slider-for .slick-list .slick-track {
}
.slider-for .slick-list .slick-track a {
} */
.slider-for .slick-list .slick-track a img {
  border-radius: 15px;
}

/* Comment */
.container_comment {
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.container_comment .slider-comment {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.container_comment .slider-comment .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
.container_comment .slider-comment .slick-next {
  right: 0;
}
.container_comment .slider-comment .slick-prev {
  left: 0;
}
.container_comment .slider-comment .slick-list {
  /* padding: 4rem 0 !important; */
  overflow: hidden;
}
/* .container_comment .slider-comment .slick-list .slick-track {
}
.container_comment .slider-comment .slick-list .slick-track a {
} */
.container_comment .slider-comment .slick-list .slick-track a img {
  border-radius: 15px;
}
/* .container_comment .slider-comment .slick-list .slick-track .slick-slide {
  transform: scale(1);
  transition: 0.3s all ease-in-out;
  z-index: 1;
}
.container_comment .slider-comment .slick-list .slick-track .slick-center {
  transform: scale(1.1);
  transition: 0.3s all ease-in-out;
  z-index: 2;
} */
.container_comment .slider-comment .comment {
  /* width: 27.1rem;
  height: 32rem;
  margin: 0 1rem; */
  height: 25rem;
  /* margin: 0 0.5rem; */
  border: 2px solid #ffd833;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.container_comment .slider-comment .comment .comment_header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  height: 15%;
  padding: 0.5rem 1rem;
}
.container_comment .slider-comment .comment .comment_header .user_avatar {
  width: 2rem;
  height: 2rem;
  box-shadow: 0px 0px 2px 0px #000;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.container_comment .slider-comment .comment .comment_header .user_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .container_comment .slider-comment .comment .comment_header .user_name {
} */
.container_comment .slider-comment .comment .comment_content {
  width: 100%;
  height: 85%;
  box-sizing: border-box;
}
.container_comment .slider-comment .comment .comment_content .comment_header {
  width: 100%;
  height: 7%;
  padding: 0 1rem 0 1rem;
  box-sizing: border-box;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_header
  .comment_rate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_header
  .comment_rate
  img {
  width: 1rem;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_header
  .comment_date {
  padding: 0.25rem 0.5rem;
  background-color: #e5f5e9;
  color: #37664a;
  border-radius: 10px;
}
.container_comment .slider-comment .comment .comment_content .comment_body {
  width: 100%;
  height: 91%;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_body
  .comment_text {
  width: 100%;
  overflow: hidden;
  line-height: 1.6;
  /* max-height: calc(1.6em * 3); */
  transition: max-height 0.3s ease;
  margin: 0.5rem 0;
  padding: 0 1rem;
  box-sizing: border-box;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_body
  .comment_text
  p {
  margin: 0;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_body
  .comment_text.full {
  max-height: none;
  overflow: visible;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_body
  .read-more {
  color: #9c9c9c;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_body
  .comment_img {
  width: 100%;
  height: 70%;
  padding: 0.5rem;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_body
  .comment_img
  img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.container_comment
  .slider-comment
  .comment
  .comment_content
  .comment_body
  .comment_img
  img:hover {
  transform: scale(1.05);
}
.container_comment .slider-comment .comment::-webkit-scrollbar {
  width: 6px;
}
.container_comment .slider-comment .comment::-webkit-scrollbar-track {
  background: transparent;
}
.container_comment .slider-comment .comment::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.container_comment .slider-comment .comment::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Gallery img */
.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.gallery .gallery-item {
  width: 47% !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* .gallery .gallery-item .gallery-icon {
} */
.gallery .gallery-item .gallery-icon img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
  border: 2px solid #cfcfcf;
}
.gallery .gallery-item .gallery-icon img:hover {
  transform: scale(1.05);
}

/* Slider home tours */
/* .slider-home-tours--item--related {
  width: calc(calc(1080px / 4) + 20px);
  margin-left: 10px;
  margin-right: 10px; 
} */
.slider-home-tours--item--related
  .evo-product-block-item.evo-product-block-item--search-by-place {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 #0000004f;
  margin: 0;
}
/* .slider-home-tours--item--related .evo-product-block-item.evo-product-block-item--search-by-place .info-tour.clearfix {
} */
.slider-home-tours--item--related
  .evo-product-block-item.evo-product-block-item--search-by-place
  .info-tour.clearfix
  h3 {
  background-color: #fff;
}
/* .slider-home-tours--item--related .evo-product-block-item.evo-product-block-item--search-by-place .info-tour.clearfix .date-go {
}
.slider-home-tours--item--related .evo-product-block-item.evo-product-block-item--search-by-place .info-tour.clearfix .date-go .ct_course_list {
} */
.slider-home-tours--item--related
  .evo-product-block-item.evo-product-block-item--search-by-place
  .info-tour.clearfix
  .date-go
  .ct_course_list
  span {
  color: #ff5722;
}
.slider-home-tours--item--related
  .evo-product-block-item.evo-product-block-item--search-by-place
  .info-tour.clearfix
  .action-box {
  position: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-home-tours--item--related
  .evo-product-block-item.evo-product-block-item--search-by-place
  .info-tour.clearfix
  .action-box
  span {
  color: #ff5722;
}
/* .slider-home-tours--item--related .evo-product-block-item.evo-product-block-item--search-by-place .info-tour.clearfix .action-box .book-tour-btn {
}
.slider-home-tours--item--related .evo-product-block-item.evo-product-block-item--search-by-place .info-tour.clearfix .action-box .book-tour-btn a {
} */
.slider-home-tours--item--related
  .evo-product-block-item.evo-product-block-item--search-by-place
  .info-tour.clearfix
  .action-box
  .book-tour-btn
  a
  button {
  color: #fff;
  text-transform: uppercase;
  background-color: #ff5722;
  padding: 0.5rem;
  border: none;
  outline: none;
}

/* Footer */
.footer.adr {
  padding: 0;
}
/* .footer.adr .main-footer-area {
}
.footer.adr .main-footer-area .container-fluild {
}
.footer.adr .main-footer-area .container-fluild .col-12 {
}
.footer.adr .main-footer-area .container-fluild .col-12 .row {
} */
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .row
  .col-lg-4.col-md-4 {
  padding: 3rem 0 0 0;
}
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .row
  .col-lg-8.col-md-8.not-gray-footer {
  padding: 0;
}
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .row
  .col-lg-8.col-md-8.not-gray-footer
  .row {
  padding: 2rem 0 1rem 0;
}
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .row
  .col-lg-8.col-md-8.not-gray-footer
  .row
  .col-lg-4.col-md-4.col-sm-6.col-12 {
  padding: 0;
}
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .row
  .col-lg-8.col-md-8.not-gray-footer
  .row
  .col-lg-4.col-md-4.col-sm-6.col-12
  p {
  font-size: 16px;
}
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .row
  .col-lg-8.col-md-8.not-gray-footer
  .row
  .col-lg-4.col-md-6.col-sm-6.col-12 {
  padding: 0;
}
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .row
  .col-lg-8.col-md-8.not-gray-footer
  .row:nth-last-child(1) {
  padding: 1rem 0 2rem 0;
}

/* Header */
.header-top {
  display: flex;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: 4rem;
  background-color: #fb8c09;
}
.header-top .header-top--hotline {
  display: flex;
  align-items: center;
  color: #fff;
  width: 35%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 0 0 2rem;
}
.header-top .header-top--hotline a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 10px;
}
.header-top .header-top--top-search.evo-search {
  width: 40%;
  height: 100%;
  padding: 0.5rem 0;
  box-sizing: border-box;
}
.header-top .header-top--top-search.evo-search .evo-search-form {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px #1ba0e2 solid;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.header-top .header-top--top-search.evo-search .evo-search-form .input-group {
  width: 100%;
  height: 100%;
}
.header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group
  input[type="text"] {
  width: 87%;
  min-height: unset;
  height: 100%;
  border: none;
  padding: 0 0 0 2rem !important;
}
.header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group
  .input-group-append {
  width: 13%;
  height: 100%;
  line-height: 1;
}
.header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group
  .input-group-append
  button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 6px 8px;
}
.header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group
  .input-group-append
  button
  svg {
  vertical-align: unset;
}
.header-top .header-top--top-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  width: 35%;
  height: 100%;
  padding: 0 2rem 0 0;
}
.header-top .header-top--top-nav a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 10px;
}

/* Other services */
.other_services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 2rem 0;
}
.other_services .service {
  width: 26rem;
  height: 35rem;
  box-shadow: 0 0 4px 0 #0000004f;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.other_services .service .service_heading {
  width: 100%;
  height: 60%;
  text-align: center;
}
.other_services .service .service_heading img {
  width: 100%;
}
.other_services .service .service_heading .service_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #4b280c;
}
.other_services .service .service_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 40%;
  padding: 1rem;
}
.other_services .service .service_text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.other_services .service .service_text .service_button {
  text-align: center;
}
.other_services .service .service_text .service_button a {
  border-radius: 5px;
}

#home-page {
  max-width: 80rem;
  margin: 0 auto;
}
#tour-type {
  max-width: 80rem;
  margin: 0 auto;
}
#other-services {
  max-width: 80rem;
  margin: 0 auto;
}
#visa {
  max-width: 80rem;
  margin: 0 auto;
}
#departure {
  max-width: 80rem;
  margin: 0 auto;
}
#tour-oversea {
  max-width: 80rem;
  margin: 0 auto;
}
#group-tour {
  max-width: 80rem;
  margin: 0 auto;
}
#news {
  max-width: 80rem;
  margin: 0 auto;
}
#tips {
  max-width: 80rem;
  margin: 0 auto;
}
#diary {
  max-width: 80rem;
  margin: 0 auto;
}
#intro {
  max-width: 80rem;
  margin: 0 auto;
}
#intro .col-md-12.evo-article {
  padding: 0;
}
#tour {
  max-width: 80rem;
  margin: 0 auto;
}

.product-gray.product_recent .row .col-lg-12 {
  padding: 0;
}

.header.header .evo-main-nav .evo-header-mobile #trigger-mobile .icon-bar {
  border-radius: 5px;
}

@media (max-width: 600px) {
  /* Header */
  /* .header-top {
  } */
  .header-top .header-top--hotline {
    flex-wrap: wrap;
    width: 28%;
    padding: 0.5rem 0 0.5rem 0.5rem;
    font-size: 12px;
    line-height: 16px;
  }
  .header-top .header-top--hotline a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 0;
  }
  .header-top .header-top--top-search.evo-search {
    width: 45%;
    height: 100%;
    padding: 0.5rem 0;
    box-sizing: border-box;
  }
  /* .header-top .header-top--top-search.evo-search .evo-search-form {
  }
  .header-top .header-top--top-search.evo-search .evo-search-form .input-group {
  } */
  .header-top
    .header-top--top-search.evo-search
    .evo-search-form
    .input-group
    input[type="text"] {
    width: 87%;
    min-height: unset;
    height: 100%;
    border: none;
    padding: 0 0 0 0.5rem !important;
  }
  /* .header-top
    .header-top--top-search.evo-search
    .evo-search-form
    .input-group
    .input-group-append {
  } */
  .header-top
    .header-top--top-search.evo-search
    .evo-search-form
    .input-group
    .input-group-append
    button {
    padding: 0 4px;
  }
  .header-top .header-top--top-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 28%;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  .header-top .header-top--top-nav a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 0;
  }
  /* .header-top .header-top--hotline {
    display: flex;
    align-items: start;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
    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: 12px;
    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: 12px;
    font-weight: 700;
    line-height: 24.02px;
    float: right;
  }
  .header-top--top-nav 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: 0 0 2rem 0;
  }
  #home-filter-box .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;
  }
  #home-filter-box .home-filter-box--container h1 {
    font-size: 36px;
  }

  /* List Partner */
  .home-list-partner {
    flex-direction: column;
    align-items: center;
    /*padding: 0 1rem 0 1rem;*/
    flex-direction: row;
  }
  /* .taxonomy-header-box {
  } */
  .taxonomy-header-box .taxonomy-header-box--content {
    margin: 2rem 0;
  }

  /* .header-top .header-top--top-search {
  }
  .header-top .header-top--top-search .evo-search-form {
  }
  .header-top .header-top--top-search .evo-search-form .input-group {
  } */
  .header-top
    .header-top--top-search
    .evo-search-form
    .input-group
    input[type="text"] {
    padding: 0 0 0 0.5rem !important;
  }

  .form-control {
    font-size: 10px;
  }

  .menu-tours {
    /* margin: 0 2rem 0 2rem; */
  }

  .main-footer-area--info {
    width: 100%;
    padding: 0;
  }
  .main-footer-area--info .section {
    width: 100%;
    text-align: center;
  }
  .main-footer-area--info .section .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;
  }
  .col-lg-12.col-md-12.col-sm-12.col-12.no-padding-right.order-first.order-lg-first
    .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;
  }

  .container_comment {
    /* padding: 1rem 1rem; */
  }
  /* .container_comment .slider-comment {
  } */
  .container_comment .slider-comment .comment {
    width: 100%;
    height: 24rem;
    margin: 0;
  }
  /* .container_comment .slider-comment .comment .comment_content {
  }
  .container_comment .slider-comment .comment .comment_content .commnet_body {
  } */
  .container_comment
    .slider-comment
    .comment
    .comment_content
    .commnet_body
    .comment_text {
    max-height: calc(2.1em * 3);
  }

  .slider-home-tours--item--related {
    /* width: calc(calc(1080px / 4) + 20px);
    margin-left: 10px;
    margin-right: 10px; */
    margin: 0 0.5rem !important;
    padding: 2rem 0;
  }
  .slider-home-tours--item--related
    .evo-product-block-item.evo-product-block-item--search-by-place {
    width: 100%;
    margin: 0;
  }

  #home-page {
    margin: 0 2rem;
  }
  #tour-type {
    margin: 0 2rem;
  }
  #other-services {
    margin: 0 2rem;
  }
  #visa {
    margin: 0 2rem;
  }
  #departure {
    margin: 0 2rem;
  }
  #tour-oversea {
    margin: 0 2rem;
  }
  #group-tour {
    margin: 0 2rem;
  }
  #news {
    margin: 0 2rem;
  }
  #tips {
    margin: 0 2rem;
  }
  #diary {
    margin: 0 2rem;
  }
  #intro {
    margin: 0 2rem;
  }
  #tour {
    margin: 0 2rem;
  }

  .visa-country .container-visa-country .container {
    margin: 0;
    padding: 0 2rem;
  }

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-taxonomy-filter.col-md-12.col-lg-3 {
    padding: 0 0 0 0;
  }

  .service-visa-items .container .row {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .service-visa-items .service-visa-item .service-visa-item--percent {
    font-size: 26px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #1499df;
  }
  .service-visa-items .service-visa-item .service-visa-item--text {
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0px 1px 1px #bdb7b7;
  }

  .visa-country .profile-form {
    padding: 0 2rem 2rem 2rem;
    font-size: 20px;
    font-weight: 700;
  }

  .product-margin
    .container-sub
    .row.details-product
    .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-first.order-lg-first {
    padding: 0 0 2rem 0;
  }

  .product_recent {
    margin-top: 0;
    padding-bottom: 0;
  }

  .single_service .hire_service {
    margin: 0;
    padding: 0 2rem;
  }

  .single_service .ticket_service {
    margin: 0;
    padding: 0 2rem;
  }

  .single_service .hotel_service {
    margin: 0;
    padding: 0 2rem;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  header.header .evo-main-nav {
  }
  header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile {
    padding: 0.5rem 0 0.5rem 0;
  }
  header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile .section {
    width: 100%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header {
    width: 100%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .logo-wrapper {
    display: block;
    width: 60%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .logo-wrapper
    img {
    width: 100%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .evo-flexitem.evo-flexitem-fill.d-sm-inline-block.d-lg-none {
    width: 20%;
    height: 100%;
  }
  header.header .evo-main-nav .col-lg-10.col-12 {
    display: none;
  }
  .header-top .header-top--top-nav {
    gap: 0;
  }
  .header-top .header-top--top-nav a {
    font-size: 20px;
    text-align: right;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header.header .evo-main-nav .evo-header-mobile #trigger-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 3.5rem;
    height: 100%;
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-image: none;
    border: 2.5px solid transparent;
    border-radius: 7px;
    margin-top: 0;
    padding: 0.1rem 0.5rem 0.5rem 0.5rem;
  }
  header.header .evo-main-nav .evo-header-mobile #trigger-mobile .icon-bar {
    background-color: #333;
    display: block;
    width: 100%;
    height: 3px;
  }
  header.header
    .evo-main-nav
    .evo-header-mobile
    #trigger-mobile
    .icon-bar.icon-bar {
    margin-top: 0.5rem;
  }
}

@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 {
    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;
  }
  .main-footer-area--info .section {
    width: 100%;
    text-align: center;
  }
  .main-footer-area--info .section .widget.HTML {
    width: 100%;
  }

  .product-margin {
    margin: 0 3rem;
  }
  .product-margin
    .col-lg-12.col-md-12.col-sm-12.col-12.no-padding-right.order-first.order-lg-first {
    padding: 0 !important;
  }

  .product-margin
    .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;
  }

  .product-margin
    .col-lg-8.col-md-12.col-sm-12.col-12.details-pro.order-last.order-lg-last {
    padding: 0 0.5rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .logo-wrapper {
    display: block;
    width: auto;
    height: 6.5rem;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .logo-wrapper
    img {
    width: 100%;
    height: 100%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .evo-flexitem.evo-flexitem-fill.d-sm-inline-block.d-lg-none {
    width: 20%;
    height: 100%;
  }
  header.header .evo-main-nav .col-lg-10.col-12 {
    display: none;
  }
  .header-top .header-top--top-nav {
    gap: 0;
  }
  .header-top .header-top--top-nav a {
    font-size: 20px;
    text-align: right;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header.header .evo-main-nav .evo-header-mobile #trigger-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 4.5rem;
    height: 100%;
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 8px;
    margin-top: 0;
    padding: 0 0.5rem 0.7rem 0.5rem;
  }

  header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile {
    width: 100%;
    max-width: 100%;
    flex: unset;
    padding: 0.5rem 0;
  }

  header.header .evo-main-nav .evo-header-mobile #trigger-mobile .icon-bar {
    background-color: #333;
    display: block;
    width: 100%;
    height: 4px;
  }

  header.header
    .evo-main-nav
    .evo-header-mobile
    #trigger-mobile
    .icon-bar.icon-bar {
    margin-top: 0.7rem;
  }
}

@media (min-width: 1301px) and (max-width: 1790px) {
  header.header .evo-main-nav .col-lg-10.col-12 {
    padding: 0 0 0 10px;
  }

  header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile {
    padding: 0.5rem 2rem 0.5rem 0;
  }

  header.header
    .evo-main-nav
    .col-lg-10.col-12
    .evo-main-menu.d-lg-block.d-none
    .container
    .section
    .widget.HTML#HTML1
    .nav {
    gap: 0.5rem;
  }

  header.header
    .evo-main-nav
    .col-lg-10.col-12
    .evo-main-menu.d-lg-block.d-none
    .container
    .section
    .widget.HTML#HTML1
    .languages {
    margin-left: 8px;
  }
  header.header
    .evo-main-nav
    .col-lg-10.col-12
    .evo-main-menu.d-lg-block.d-none
    .container
    .section
    .widget.HTML#HTML1
    .nav
    li
    .nav-link {
    height: 40%;
    font-size: 12px;
    margin-top: 20px;
    padding: 8px 5px 8px 5px;
  }
}

.js-hide-all-icon {
  display: none !important;
}

#ft-contact-icons-out-m.ft-pn-s {
  background: none !important;
}

#ft-contact-icons-out-m.aio-has-border:not(.ft-pn-s0) {
  border: 0 !important;
  box-shadow: 0 0 0 0 #fb8543 !important;
}

#ft-contact-icons li .icon,
#ft-contact-icons .item .icon {
  width: 50px !important;
  height: 50px !important;
}

.fa-tiktok,
.fa-envelope,
.fa-phone {
  margin-top: 15px;
}
