@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 !important;
} */

body::-webkit-scrollbar {
  width: 0.5rem;
}

body::-webkit-scrollbar-track {
  background: #f0f0f0;
}

body::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html.no-scroll {
  overflow: hidden;
  height: 100%;
}

header.header .menu_mobile {
  display: none;
}

header.header .search_mobile {
  display: none;
}

#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: -5.05rem;
  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 .evo-main-nav {
  padding: 0;
}
.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;
} */
.header.pre-fixed {
  transform: translateY(-5rem);
}
.header.fixed {
  position: fixed;
  transform: translateY(0);
  box-shadow: 0 0 4px 0 #0000004f;
  transition: all 0.5s ease-out;
  z-index: 9999;
}
.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); */
  background: linear-gradient(to top, #ff8008, #fca311);
  border: 1px solid #fbb019;
  color: #4b280c;
}

.gradient-btn:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    2px 2px 4px 0 rgba(65, 4, 4, 0.3);
}

.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;*/
}
#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: 2rem;
  /* background-color: #ffb11f; */
  width: 100%;
  min-height: 20rem;
  padding: 2rem 1.75rem 2.25rem 1.75rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.home-filter-box--container h1 span {
  font-size: 20pt !important;
}

.home-filter-box--items {
  position: relative;
  width: 100%;
  /* height: 15rem; */
  height: auto;
}
.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%; */
  height: auto;
  margin: 0 0.5rem;
  cursor: pointer;
}
.home-filter-box--items .slick-list .slick-track .slick-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: fill;
  border-radius: 10px;
}
.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: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.home_section_info {
  width: 100%;
  box-sizing: border-box;
}

.home_section_info .section_info_item {
  padding: 0.5rem;
}

.home_section_info .section_info_item:nth-child(1) a {
  background-color: #ea5599;
}

.home_section_info .section_info_item:nth-child(2) a {
  background-color: #0066b3;
}

.home_section_info .section_info_item:nth-child(3) a {
  background-color: #e28337;
}

.home_section_info .section_info_item:nth-child(4) a {
  background-color: #149bbc;
}

.home_section_info .section_info_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 10px;
}

.home_section_info .section_info_item a .section_info_img {
  width: 30%;
  box-sizing: border-box;
}

.home_section_info .section_info_item a .section_info_img img {
  width: 100%;
  object-fit: cover;
}

.home_section_info .section_info_item a .section_info_content {
  width: 70%;
  box-sizing: border-box;
}

.home_section_info .section_info_item a .section_info_content h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.home_section_info .section_info_item a .section_info_content p {
  color: #fff;
  margin: 0;
}

/* 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: 20px;
  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;
  pointer-events: none;
  user-select: none;
}
.home-list-partner .home-list-partner--item {
  width: 100%;
  padding: 0 0.5rem;
  aspect-ratio: 1/1;
}
.home-list-partner .home-list-partner--item .home-list-partner--logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Footer */
.main-footer-area--info {
  padding-right: 2rem;
}
.main-footer-area--info img {
  max-width: 415px !important;
  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;*/
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 2px 4px 0 rgba(0, 0, 0, 0.25);
  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,
.slider-home-tours--special .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,
.slider-home-tours--special .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,
.slider-home-tours--special .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: translate(0, -50%) rotate(180deg);
}
.slick-custom-arrow.type-2.slick-next {
  transform: translate(0, -50%);
}
.slick-custom-arrow.type-2:hover {
  opacity: 1;
}

.taxonomy-header-box {
  margin-top: 1rem;
}
.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: 24px;
  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--non_description {
  padding: 1rem;
}
.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: 16px;
  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;*/
  margin: 20px auto 2px auto;
  background-color: #fb8c09;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  max-width: 150px;
  height: 30px;
  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: 14px;
}
a:hover,
.evo-product-block-item:hover a,
.evo-product-block-item a:hover,
.evo-product-block-item:hover h3,
.evo-product-block-item h3 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 !important;
}
.evo-product-block-item .info-tour .date-go
/* ,.evo-product-block-item .info-tour .date-go .ct_course_list li span */ {
  color: #111;
  cursor: unset;
}
.evo-product-block-item .info-tour .date-go .ct_course_list li {
  padding: 0.25rem 0;
  line-height: 20px;
  overflow: hidden;
  /*display: block;*/
  /*align-items: center;*/
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
}
.evo-product-block-item .info-tour .date-go .ct_course_list li span {
  color: #6d6864;
  font-weight: 400;
  cursor: unset;
  margin-left: 0.5rem;
}
.evo-product-block-item .info-tour .date-go .ct_course_list li i {
  color: #ffb11f;
}
.evo-product-block-item .info-tour .date-go .ct_course_list .schedule-date {
  /* border: 1px solid #ff5722; */
  border: 1px solid #ffb11f;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  font-weight: 500;
  color: #4b280c;
  margin: 0 0.5rem 0 0;
}
.evo-product-block-item
  .info-tour
  .date-go
  .ct_course_list
  .schedule-date:first-of-type {
  margin-left: 6px;
}
.evo-product-block-item .img-tour .img-tour--meta {
  z-index: 8;
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  background-color: #00000080;
  font-weight: 700;
  color: #fff;
  padding: 7px 12px;
  font-size: 13px;
}
.evo-product-block-item .img-tour .img-tour--meta--short-description {
  background-color: #00000080;
  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: 20px;
  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;
}

/* Search */
.container.search {
  padding-top: 4rem;
}

/* Form submit */
.form-submit-data {
  border: 1px solid #fb8c09;
  padding: 15px;
  border-radius: 10px;
}
.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: 24px;
  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 h1 {
  color: #fb8c09;
  text-transform: uppercase;
  font-size: 20px;
  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: #4b280c;
  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: #fff !important;
}
.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: 7rem;
  margin-left: 7rem;
}

/* .taxonomy-header-box {
} */
.taxonomy-header-box .taxonomy-header-box--content {
  border: 1px solid #fb8c09;
  margin: 1.2rem 0;
  border-radius: 10px;
}
/* .taxonomy-header-box .taxonomy-header-box--content.intro {
} */
.taxonomy-header-box .taxonomy-header-box--content.intro h3 {
  font-size: 20px;
  color: #fb8c09;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 3px 2px #bdb7b7;
  text-align: center;
  margin-bottom: 10px;
}

.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;
}
ưt .taxonomy-header-box .taxonomy-header-box--content.intro .award_picture {
  width: 100%;
}
.taxonomy-header-box .taxonomy-header-box--content.intro .award_picture img {
  margin: unset;
  width: 100%;
  height: auto;
}

/* Menu tours */
.menu-tours {
  width: 100%;
  margin: 0 0 2rem 0;
  position: relative;
  align-self: end;
}
.menu-tours .main_container.collection.evo-list-blog-page {
  width: 100%;
}
.sidebar-taxonomy-filter.col-md-12.col-lg-3 {
  /*padding: 0 0.5rem 0 0;*/
  border: 1px solid #fb8c09;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
  max-width: 24% !important;
  margin-right: 1%;
}
.main_container.collection.col-md-12.col-lg-9.evo-list-blog-page {
  padding: 0 0 0 0;
}
.main_container.collection.col-12.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/calendar-icon.png");
  background-repeat: no-repeat;
  background-position: 97.5% 50%;
  background-size: 1rem;
  padding: 0 28px 0 20px;
  cursor: pointer;
}
.menu-tours .range_container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding: 0 1rem;
}
.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;
}
@-moz-document url-prefix() {
  .menu-tours input[type="range"] {
    background: transparent;
    z-index: 2;
  }
}
.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-taxonomy-filter--start-from--select
  .select2.select2-container.select2-container--default {
  display: block;
  width: 100% !important;
  height: 48px;
  padding: 0 1px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.menu-tours
  .sidebar-taxonomy-filter--start-from
  .sidebar-taxonomy-filter--start-from--select
  .select2.select2-container.select2-container--default
  .selection,
.menu-tours
  .sidebar-taxonomy-filter--start-from
  .sidebar-taxonomy-filter--start-from--select
  .select2.select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single {
  display: block;
  width: 100%;
  height: 100%;
}
.menu-tours
  .sidebar-taxonomy-filter--start-from
  .sidebar-taxonomy-filter--start-from--select
  .select2.select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__rendered {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0.5rem;
}
.menu-tours
  .sidebar-taxonomy-filter--start-from
  .sidebar-taxonomy-filter--start-from--select
  .select2.select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #495057;
}
.menu-tours
  .sidebar-taxonomy-filter--start-from
  .sidebar-taxonomy-filter--start-from--select
  .form-control {
  font-size: 14px;
  padding: 0 0 0 0.5rem;
}
.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: 16px;
  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;
} */
.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio .custom-radio-mark {
  width: 15px;
  height: 15px;
  background-color: #d9d9d9;
  border-radius: 3px;
  margin: 0 1rem 0.2rem 0;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.custom-radio input[type="radio"]:checked + .custom-radio-mark {
  background-color: #6cddff;
}
.custom-radio p {
  margin: 0;
}
.menu-tours .evo-product-block-item {
  /*margin-bottom: 1rem;*/
  height: 100%;
  display: flex;
  flex-direction: column;
}

#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.order-first.order-lg-first {
  padding: 0;
}
.col-lg-4.col-md-12.col-sm-12.col-12.details-pro.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;
  border-radius: 10px;
}
.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-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.sticky-top .product-bg-white .heading {
  font-size: 20px;
  font-weight: 600;
  color: #4b280c;
  margin: 0;
}
.sticky-top .product-bg-white .ct_course_list {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 0 1rem 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 .date {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sticky-top .product-bg-white .ct_course_list .date span {
  font-size: 14px;
  color: #4b280c;
}
.sticky-top .product-bg-white .ct_course_list .date p {
  width: 100%;
  line-height: 2;
} */
.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 0.75rem 0;
}
.sticky-top .product-bg-white .ct_course_list .tour_start_date .start_date {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date
  span {
  font-size: 14px;
  color: #4b280c;
  line-height: 1;
  padding: 5px 0;
}

.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date
  .label {
}

.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date
  .schedule-date {
  font-weight: 600;
}
.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date
  .date-selected {
  background: linear-gradient(to top, #ff8008, #fca311);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}
.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date
  .expired {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date-select {
  position: relative;
  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: 100%;
  min-height: unset;
  height: 1.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #4b280c;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.sticky-top
  .product-bg-white
  .ct_course_list
  .tour_start_date
  .start_date-select
  .calendar-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translate(0, -50%);
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  margin: 0;
  pointer-events: none;
}
.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; */
  background-color: #fca311;
  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;
}
/* .price_caculation {
} */
.price_caculation .ct_course_list {
  border-bottom: none;
}
.price_caculation .ct_course_list .ct_course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 600;
  padding: 1rem 0;
  box-sizing: border-box;
}
.price_caculation .ct_course_list .ct_course .price_type {
  width: 30%;
}
.price_caculation .ct_course_list .ct_course .price_type span {
  display: block;
  font-weight: 400;
  margin-top: 0.25rem;
}
.price_caculation .ct_course_list .ct_course .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"],
.price_caculation .ct_course_list .ct_course .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;
}

.price_caculation .ct_course_list .ct_course .price_type-number .decrement {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right: 0;
}
.price_caculation .ct_course_list .ct_course .price_type-number .increment {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0;
}
.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;
}
.price_caculation .ct_course_list .ct_course .price_total {
  text-align: right;
  width: 35%;
  font-size: 16px;
  color: #ff4422 !important;
  box-sizing: border-box;
}
.price_caculation .ct_course_list .ct_course:nth-child(3) {
  border-bottom: 1px solid #f3f3f3 !important;
}
.sticky-top
  .price_caculation
  .ct_course_list
  li:nth-last-child(1)
  .price_total {
  width: 50%;
}
/* .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.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;
  font-size: 16px;
}
.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: 20px;
  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: 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
  .relative.product-image-block {
  background-color: #fff;
  padding: 1rem;
  /*box-shadow: 0px 0px 4px 2px #98a5b933;*/
  border-top-left-radius: 10px;
  border-top-right-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
  .relative.product-image-block.box-shadow-0000 {
  box-shadow: none;
  z-index: 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
  .relative.product-image-block.box-shadow-0000::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 4px 8px rgba(0, 0, 0, 0.08);
  z-index: -1;
  border-radius: inherit;
}
.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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 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 {
} */
.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
  p {
  text-align: justify;
}
.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;
  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
  h3 {
  font-size: 14px;
  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: 16px;
  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 0.5rem 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,
.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.active {
  /* background-color: #ffd215; */
  background-color: #fca311;
}
.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
  .rte
  ul,
.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
  .rte
  ul
  li,
.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;
  background-color: #fff;
  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: auto;
  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;
  border-radius: 5px;
}

/* Visa */
.visa-country .profile-form table tbody tr td {
  display: none;
}

.visa-country .profile-form table tbody tr th.active {
  /* color: #000; */
  /* background: #fff; */
  /* border: 1px solid #000; */
  border: 1px solid #121b43;
  background: #121b43;
}

.visa-country .profile-form table tbody tr td.active {
  display: table-cell;
  width: 100%;
}

/* 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 .row {
  } */
.footer.adr .main-footer-area .container-fluild .col-12 {
  /* padding: 0 2rem; */
  padding: 0;
}

.footer.adr .main-footer-area .container-fluild .col-12 .logo_n_info {
  padding: 2rem 0 0 0;
}
.footer.adr .main-footer-area .container-fluild .col-12 .footer_menu {
  padding: 0;
}
.footer.adr .main-footer-area .container-fluild .col-12 .footer_menu .row {
  padding: 2rem 0 1rem 0;
}
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .footer_menu
  .row
  .menu_col {
  padding: 1rem 0 0 0;
}
.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .footer_menu
  .row
  .menu_col.social_media {
  padding: 0;
}
/*.footer.adr*/
/*  .main-footer-area*/
/*  .container-fluild*/
/*  .col-12*/
/*  .footer_menu*/
/*  .row*/
/*  .menu_col.sign_up*/
/*  p {*/
/*  font-size: 13px;*/
/*  margin: 0 0 1rem 0;*/
/*  font-weight: 450;*/
/*}*/

.footer.adr .main-footer-area .container-fluild .col-12 .footer_menu .row {
  padding: 1rem 0 1rem 0;
}

.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .footer_menu
  .row
  .menu_col.sign_up {
  padding: 1rem 0 0 0;
}

.footer.adr
  .main-footer-area
  .container-fluild
  .col-12
  .footer_menu
  .row:nth-last-child(1) {
  padding: 1rem 0 2rem 0;
}

/* Header */
header.header .header-top {
  display: flex;
  justify-content: space-between;
  align-self: center;
  width: 30%;
  height: 100%;
  /* height: 4rem; */
  /* background-color: #fb8c09; */
}
header.header .header-top .header-top--top-search.evo-search {
  width: 65%;
  height: 100%;
  padding: 0.75rem 0;
  box-sizing: border-box;
}
header.header .header-top .header-top--top-search.evo-search .evo-search-form {
  width: 100%;
  height: 2.5rem;
  /* background: #fff; */
  background-color: #1ba0e2;
  border: 2px #1ba0e2 solid;
  border-radius: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
header.header
  .header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group {
  width: 100%;
  height: 100%;
}
header.header
  .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 1rem !important;
}
header.header
  .header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group
  .input-group-append {
  width: 13%;
  height: 100%;
  line-height: 1;
}
header.header
  .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;
  /* background-color: #fb8c09; */
  background-color: #1ba0e2;
  outline: none !important;
  border: none;
  box-shadow: none;
}
header.header
  .header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group
  .input-group-append
  button:hover,
header.header
  .header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group
  .input-group-append
  button:focus {
  outline: none !important;
  box-shadow: none;
}
header.header
  .header-top
  .header-top--top-search.evo-search
  .evo-search-form
  .input-group
  .input-group-append
  button
  svg {
  vertical-align: unset;
}
header.header .header-top .header-top--top-other {
  width: 35%;
  height: auto;
  padding: 0 0 0 1rem;
}
header.header .header-top .header-top--top-other .header-top--hotline {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0.35rem 0 0 0;
  /* padding: 0 0 0 2rem; */
}
header.header
  .header-top
  .header-top--top-other
  .header-top--hotline
  .phone-icon {
  width: 25px;
  height: 25px;
  background-color: #fb8c09;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
}
header.header
  .header-top
  .header-top--top-other
  .header-top--hotline
  .phone-icon
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.header .header-top .header-top--top-other .header-top--hotline a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /*line-height: 26px;*/
  /* color: #fb8c09; */
  padding-left: 5px;
}
header.header .header-top .header-top--top-other .header-top--top-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  width: 100%;
  height: auto;
  /* padding: 0 2rem 0 0; */
}
header.header .header-top .header-top--top-other .header-top--top-nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 10px;
}
header.header .header-top .header-top--top-other .header-top--hotline a:hover,
header.header .header-top .header-top--top-other .header-top--top-nav a:hover {
  color: #fff !important;
}

/* Other services */
.other_services {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
}
.other_services .col-12.col-sm-6.col-md-4 {
  padding-bottom: 1rem;
}
.other_services .service {
  width: 100%;
  aspect-ratio: 3/4;
  /*box-shadow: 0 0 4px 0 #0000004f;*/
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  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: 16px;
  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: 0 1rem;
  margin-top: 60px;
}

.other_services .service .service_heading h3 {
  margin-top: 10px;
}

.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;
}
.other_services .service .service_text .service_button a:hover {
  color: #ffffff !important;
}

#home-page {
  /* max-width: 80rem; */
  /* margin: 0 auto; */
  width: 100%;
}
#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;
  background-color: #efecec;
}
#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;
}

#footer-area {
  max-width: 80rem;
  margin: 0 auto;
}

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

header.header .menu_mobile .menu_mobile-btn .icon-bar {
  border-radius: 5px;
}

body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  padding-right: 0 !important;
}

.ajax-pagination {
  position: absolute;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ajax-pagination a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  color: #4b280c;
  margin: 2px;
  padding: 0.5rem;
  border-radius: 3px;
}

.ajax-pagination .current {
  font-weight: bold;
  border: none;
  background-color: #ffd215;
}

.null_post {
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  color: #4b280c;
  text-align: center;
  border: none !important;
}

.col-12.null_post {
  margin-top: 2rem;
  color: #4b280c;
  font-size: 16px;
}

/* Trang con tin tức */
.news_page {
  width: 100%;
  box-sizing: border-box;
}

.news_page .news_page_container {
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.news_page .news_page_container .row {
  width: 100%;
  box-sizing: border-box;
}

.news_page .news_page_container .row .col-md-12.col-lg-8 {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.news_page .news_page_container .row .col-md-12.col-lg-8 .news_page_content,
.news_page .news_page_container .row .col-md-12.col-lg-8 .article-main {
  width: 100%;
  padding: 2rem 0;
  color: #4b280c;
  box-sizing: border-box;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .title-head {
  color: #4b280c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .title-subhead {
  display: flex;
  justify-content: start;
  align-self: center;
  gap: 2rem;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .title-subhead
  .view
  img,
.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .title-subhead
  .date
  img,
.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .title-subhead
  .author
  img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content {
  width: 100%;
  padding: 1rem 0 0 0;
  box-sizing: border-box;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content
  h2,
.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content
  h3 {
  color: #4b280c;
  font-weight: 700;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content
  h2 {
  font-size: 24px;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content
  h3 {
  font-size: 18px;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content
  p {
  font-size: 14px;
  margin: 0 0 1.3em 0;
  text-align: justify;
}

.taxonomy-header-box .taxonomy-header-box--content.intro .intro_text {
  text-align: justify;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content
  ul {
  list-style: disc;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content
  ul
  li {
  margin: 0 0 1.3em 1.3em;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-8
  .news_page_content
  .content
  img {
  display: block;
  width: 90%;
  margin: 1rem auto;
}

.news_page .news_page_container .row .col-md-12.col-lg-4 {
  width: 100%;
  padding: 2rem 0 0 1rem;
  box-sizing: border-box;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .title-head {
  margin-bottom: 1rem;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .title-head
  a {
  font-size: 16px;
  font-weight: 700;
  color: #4b280c;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .title-head
  a:hover {
  color: #fbb019;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .info
  .title
  a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 300;
  color: #4b280c;
  overflow: hidden;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .info
  .title
  a:hover {
  color: #fbb019;
}

.news_page .news_page_container .row .col-md-12.col-lg-4 .aside_menu .content {
  width: 100%;
  box-sizing: border-box;
}

.news_page .news_page_container .row .col-md-12.col-lg-4 .aside_menu .info {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #98a5b962;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .info
  .title {
  margin: 0;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  aspect-ratio: 5/1;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #98a5b962;
  box-sizing: border-box;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .thumb {
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .thumb
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .info {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .info
  .title {
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .info
  .title
  a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 300;
  color: #4b280c;
  overflow: hidden;
}

.news_page
  .news_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .info
  .title
  a:hover {
  color: #fbb019;
}

/* Trang con nhật ký */
.diary_page {
  width: 100%;
  box-sizing: border-box;
}

.diary_page .diary_page_container {
  max-width: 80rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.diary_page .diary_page_container .row {
  width: 100%;
  box-sizing: border-box;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-8 {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-8 .diary_page_content {
  width: 100%;
  padding: 2rem 0;
  color: #4b280c;
  box-sizing: border-box;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .title-head {
  color: #4b280c;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .title-subhead {
  display: flex;
  justify-content: start;
  align-self: center;
  gap: 5px;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content {
  width: 100%;
  padding: 1rem 0 0 0;
  box-sizing: border-box;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  p {
  text-align: justify;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  h2,
.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  h3 {
  color: #4b280c;
  font-weight: 700;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  h2 {
  font-size: 24px;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  h3 {
  font-size: 18px;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  p {
  font-size: 14px;
  margin: 0 0 1.3em 0;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  ul {
  list-style: disc;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  ul
  li {
  margin: 0 0 1.3em 1.3em;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-8
  .diary_page_content
  .content
  img {
  display: block;
  width: 100%;
  margin: 1rem auto;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-4 {
  width: 100%;
  padding: 2rem 0 0 1rem;
  box-sizing: border-box;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-4 .aside_menu {
  width: 100%;
  box-sizing: border-box;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-4 .aside_menu.decor {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 4px 2px #98a5b933;
  padding: 1rem;
  margin-bottom: 1rem;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-4 .aside_menu h3 {
  font-size: 16px;
  font-weight: 700;
  color: #4b280c;
  text-align: center;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-4 .aside_menu p {
  font-size: 14px;
  font-weight: 400;
  color: #4b280c;
  text-align: center;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-4 .aside_menu .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 70%;
  font-size: 24px;
  font-weight: 700;
  color: #4b280c;
  margin: 1rem auto;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .phone
  img {
  width: 3rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.diary_page .diary_page_container .row .col-md-12.col-lg-4 .aside_menu form {
  width: 100%;
  box-sizing: border-box;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  form
  .container_input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  form
  .form-contact-tour {
  gap: 0.5rem !important;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  form
  .container_input
  input {
  width: 50%;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #6d6864;
  background-color: #ececec;
  border: none;
  outline: none;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  form
  .form-contact-tour
  input {
  width: 100% !important;
  margin: 0;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  form
  button {
  width: 100%;
  font-size: 14px;
  background-color: #fbb019;
  color: #4b280c;
  border: none;
  outline: none;
  border-radius: 7px;
  padding: 0.5rem;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  form
  input[type="submit"] {
  width: 35%;
  font-size: 14px;
  background-color: #fbb019;
  color: #4b280c;
  border: none;
  outline: none;
  border-radius: 7px;
  /*padding: 0.5rem;*/
  margin-left: 20%;
}

.form-contact-tour-submit {
  text-align: center;
  margin: 15px 0 2px 0;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .title-head {
  margin-bottom: 1rem;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .title-head
  a {
  font-size: 18px;
  font-weight: 700;
  color: #4b280c;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .title-head
  a:hover {
  color: #fbb019;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .info
  .title
  a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
  color: #4b280c;
  overflow: hidden;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .info
  .title
  a:hover {
  color: #fbb019;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content {
  width: 100%;
  box-sizing: border-box;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  /*aspect-ratio: 4/1;*/
  margin: 0 0 1rem 0;
  box-sizing: border-box;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .thumb {
  display: block;
  width: 30%;
  /*aspect-ratio: 1/1;*/
  box-sizing: border-box;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .thumb
  img {
  display: block;
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: fill;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .info {
  width: 70%;
  box-sizing: border-box;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .info
  .title {
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .info
  .title
  a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 300;
  color: #4b280c;
  overflow: hidden;
}

.diary_page
  .diary_page_container
  .row
  .col-md-12.col-lg-4
  .aside_menu
  .content
  .item
  .info
  .title
  a:hover {
  color: #fbb019;
}

/* Load Ajax */

.loading_text,
.error_text,
.non-visa_text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  margin: 0 auto 1.5rem auto;
}

.loading_text .dots span,
.null_post .dots span {
  display: inline-block;
  animation: bounce 0.8s infinite;
}

.loading_text .dots span:nth-child(1),
.null_post .dots span:nth-child(1) {
  animation-delay: 0s;
}
.loading_text .dots span:nth-child(2),
.null_post .dots span:nth-child(2) {
  animation-delay: 0.1s;
}
.loading_text .dots span:nth-child(3),
.null_post .dots span:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.category-products-grids {
  position: relative;
}

.category-products-grids .loading_text {
  display: block;
  height: 30px;
  text-align: center;
  margin: 20px auto 2px auto;
}

.evo-product-block-item,
.card-visa,
.group_tour,
.tips_small,
.diary_small {
  opacity: 0;
  animation: fadeUp 0.25s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
  }
}

.taxonomy-header-box--content--tour-featured.search {
  padding: 1.5rem;
}

.main_container.collection.evo-list-blog-page h1 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  margin-bottom: 1.5rem;
}

.main_container.collection.evo-list-blog-page p span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.sqs-video-background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.sqs-video-background .custom-fallback-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
  opacity: 1;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.sqs-video-background iframe {
  position: absolute;
  width: 129%;
  height: 129%;
  inset: -26% 0 0 -14.5%;
  z-index: 0;
}
.sqs-video-background {
  position: relative;
  overflow: hidden;
}
.sqs-video-background.is-playing .custom-fallback-image {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 1s ease-in-out;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear,
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  top: 0.5rem;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  border: none !important;
  /*box-shadow: 0 0 2px 0 #00000033;*/
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  display: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 2rem;
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  border: none;
  padding: 0 0.5rem;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  background-color: #daefff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  background-color: #daefff;
  color: #000;
  padding: 6px 0.5rem;
}

.select2-results__option[aria-selected] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container.article-wraper.padding-top-20.padding-bottom-20 {
  max-width: 80rem;
  margin: 0 auto;
}

.details-product .details-pro .small-window {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.details-product .details-pro .small-window .window-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27rem;
  max-width: 100vw;
  height: auto;
  max-height: 80vh;
  background: #fff;
  /* background-image: url("http://etour-website.local/wp-content/uploads/2024/12/BannerSmallWindow.png"); */
  background-size: 100% 50%;
  background-repeat: no-repeat;
  /* margin: 9% auto; */
  border-radius: 20px;
  overflow-y: auto;
  scrollbar-width: none;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-menu {
  /* display: flex; */
  /* align-items: start; */
  /* justify-content: space-between; */
  position: relative;
  width: 100%;
  height: auto;
  /* padding: 0.6rem 0.4rem 0.4rem 0; */
  box-sizing: border-box;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-menu
  span {
  width: 1.3rem;
  height: 1.3rem;
  top: 1.25rem;
  right: 1.25rem;
  border-radius: 100%;
  background: var(--white);
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  width: 100%;
  /* height: auto; */
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  color: #4b280c;
  text-align: center;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form
  .input {
  width: 100%;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form
  label[for] {
  font-weight: 600;
  color: #4b280c;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form
  .input
  input {
  margin: 0;
  border-radius: 5px;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form
  textarea {
  border-radius: 5px;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form
  .input
  label
  sup {
  top: unset;
  font-size: 14px;
  color: red;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form
  .input
  input,
.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form
  .input
  textarea {
  width: 100%;
}

.details-product
  .details-pro
  .small-window
  .window-content
  .window-content-form
  form
  .wpcf7-submit {
  background: linear-gradient(to top, #ff8008, #fca311);
  font-size: 15px;
  font-weight: 600;
  color: #4b280c;
  border-radius: 7px;
  border: none;
  margin-left: 55px !important;
  /*padding: 0.5rem 1.5rem;*/
}

.wpcf7-spinner {
  /*display: none !important;*/
}

.tour_modal_form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.tour_modal_form .modal_book {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  max-height: 80vh;
  background: #fff;
  padding: 0 2rem 2rem 2rem;
  position: relative;
  border-radius: 15px;
  overflow: auto;
}

.tour_modal_form .modal_book h2 {
  font-size: 36px;
  font-weight: 700;
  color: #4b280c;
  margin-top: 2rem;
}

.tour_modal_form .modal_book h3 {
  font-size: 28px;
  font-weight: 600;
  color: #4b280c;
}

.tour_modal_form .modal_book h3,
.tour_modal_form .modal_book p {
  margin: 0;
}

.tour_modal_form .modal_book::-webkit-scrollbar {
  display: none !important;
}

.tour_modal_form .modal_book .info_customer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.tour_modal_form .modal_book .info_customer .name,
.tour_modal_form .modal_book .info_customer .phone {
  width: 100%;
}

.tour_modal_form .modal_book .info_customer label,
.tour_modal_form .modal_book p {
  font-size: 16px;
  font-weight: 400;
  color: #4b280c;
}

.tour_modal_form .modal_book .info_customer input {
  height: 2rem;
  font-size: 14px;
  border-radius: 7px;
}

.tour_modal_form .modal_book .book_details {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  width: 100%;
}

.tour_modal_form .modal_book .book_details .avt_tour {
  width: 35%;
}

.tour_modal_form .modal_book .book_details .avt_tour img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 7px;
  object-fit: cover;
}

.tour_modal_form .modal_book .book_details .info_tour {
  width: 65%;
}

.tour_modal_form .modal_book .book_details .info_tour .details_tour {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 2rem;
  width: 100%;
}

.tour_modal_form
  .modal_book
  .book_details
  .info_tour
  .details_tour
  .date_n_place {
  width: 70%;
}

.tour_modal_form .modal_book .book_details .info_tour .details_tour .slot {
  width: 30%;
  border-left: 0 solid #e5e7eb;
  padding: 0.5px 0 0 2rem;
}

.tour_modal_form
  .modal_book
  .book_details
  .info_tour
  .details_tour
  .slot
  .price_caculation
  .ct_course_list
  .ct_course:nth-child(3) {
  border-bottom: none !important;
}

.tour_modal_form
  .modal_book
  .book_details
  .info_tour
  .details_tour
  .slot
  .price_caculation
  .ct_course_list
  .ct_course {
  padding: 0;
}

.tour_modal_form .modal_book .modal_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
}

.visa-country button,
.visa-world-travel button {
  background: linear-gradient(to right, #ffd722, #ff8a00);
  /* width: 57.5%; */
  /* height: 7rem; */
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 1rem 2rem;
  border: none;
}

.visa-world-travel .container-visa .container-visa-check .sticky-top,
.visa-country .container-visa-country .container-visa-check .sticky-top {
  padding: 0;
  z-index: 1;
}

.visa-world-travel .container-visa .container-visa-check .check-form,
.visa-country .container-visa-country .container-visa-check .check-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 1rem;
  box-shadow: 0 0 4px 0 #0000004f;
  border-radius: 5px;
}

.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  option[disabled],
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  option[disabled] {
  color: gray;
}

.visa-world-travel .container-visa .container-visa-check .check-form input,
.visa-world-travel .container-visa .container-visa-check .check-form select,
.visa-country .container-visa-country .container-visa-check .check-form input,
.visa-country .container-visa-country .container-visa-check .check-form select {
  width: 100%;
}

.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .check-form-button,
.visa-world-travel .container-visa .container-visa-check .check-form select,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  .check-form-button,
.visa-country .container-visa-country .container-visa-check .check-form select {
  width: 100%;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .select2.select2-container.select2-container--default,
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .select2.select2-container.select2-container--default
  .selection,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  .select2.select2-container.select2-container--default,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  .select2.select2-container.select2-container--default
  .selection {
  outline: none;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .select2.select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  .select2.select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single {
  border: none;
  box-shadow: 0 0 2px 0 #00000033;
  border-radius: 7px;
  outline: none;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .select2.select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__rendered,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  .select2.select2-container.select2-container--default
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__rendered {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(https://1.bp.blogspot.com/-jrLlQd_MaBo/YELmPN7YgEI/AAAAAAAACmk/295Cf2MJsXUVYTa2yrXXUzWvf2if-ljBQCLcBGAsYHQ/s16000/down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff !important;
  background-size: 15px;
  border-radius: 7px;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  cursor: pointer;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .check-form-button,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  .check-form-button {
  width: 100%;
  height: 3rem;
  background: #efac1f;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-form
  .check-form-button
  a,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-form
  .check-form-button
  a {
  color: #fff;
}

.visa-world-travel .container-visa .container-visa-check .check-reason,
.visa-country .container-visa-country .container-visa-check .check-reason {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0 4px 0 #0000004f;
  border-radius: 5px;
}
.visa-world-travel .container-visa .container-visa-check .check-reason ul li,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-reason
  ul
  li {
  margin: 1rem 0 1rem 0;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-reason
  ul
  li:nth-child(1),
.visa-country
  .container-visa-country
  .container-visa-check
  .check-reason
  ul
  li:nth-child(1) {
  margin: 0 0 1rem 0;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-reason
  ul
  li:nth-last-child(1),
.visa-country
  .container-visa-country
  .container-visa-check
  .check-reason
  ul
  li:nth-last-child(1) {
  margin: 1rem 0 0 0;
}
.visa-world-travel
  .container-visa
  .container-visa-check
  .check-reason
  ul
  li
  img,
.visa-country
  .container-visa-country
  .container-visa-check
  .check-reason
  ul
  li
  img {
  margin: 0 0.5rem 0 0;
}

@media (max-width: 1680px) {
  header.header .evo-main-nav .col-lg-2.col-12.logo.evo-header-mobile {
    padding: 0.9rem 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
    li
    .nav-link {
    /*font-size: 14px;*/
  }

  .awe-section-2 .sale_h1 {
    font-size: 24px;
  }

  .home-filter-box--container {
    gap: 1rem;
    min-height: 18.5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }

  .evo-index-tour .section_tour_last_hour_title h2 {
    font-size: 18px;
  }

  .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: 18px;
  }

  .title-section-h2 {
    font-size: 18px;
  }
}

@media (max-width: 1599px) {
  .bread-crumb .home a {
    width: 87px;
  }

  header.header .nav-item > a {
    color: #fff;
    font-size: 12px;
    padding: 10px 5px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 19.36px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border-radius: 30px;
    background: linear-gradient(to right, #ffb11f, #ff8a00);
    margin: 0px;
  }

  .footer-contact-info li {
    font-size: 13px;
    font-weight: 450;
    line-height: 18.36px;
  }
  footer.footer
    .main-footer-area
    .not-gray-footer
    .single-footer-widget
    .footer-quick-links
    li
    a,
  .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,
  footer.footer .copyright,
  .breadcrumb {
    font-size: 13px;
  }

  .footer.adr
    .main-footer-area
    .container-fluild
    .col-12
    .footer_menu
    .row
    .menu_col.sign_up
    p {
    font-size: 13px;
  }

  footer.footer .main-footer-area .not-gray-footer .single-footer-widget h3,
  footer.footer .main-footer-area .not-gray-footer .single-footer-widget .h3,
  .sidebar-taxonomy-filter--start-from--title {
    font-size: 14px;
  }

  .footer-contact-info span {
    color: #fb8c09;
    font-size: 14px;
    font-weight: 700;
    line-height: 24.2px;
  }
  .logo-wrapper img {
    width: 15rem;
  }
  .evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {
    /*height: 210px;*/
  }

  .awe-section-3,
  .awe-section-4 {
    padding: 1rem 0 1.5rem 0;
  }

  .evo-index-tour .section_tour_last_hour_title--new-layout h2 a,
  .evo-index-tour .section_tour_last_hour_title--new-layout a,
  .title-section-h2,
  .taxonomy-header-box--content--tour-featured--title span,
  .btn-xem-them-list-news,
  .evo-index-tour .section_tour_last_hour_title h2 {
    font-size: 16px;
  }

  .btn-xem-them-list-news {
    height: 27px;
  }

  .home-filter-box--container {
    gap: 1rem;
    min-height: 16.5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }

  .awe-section-2 .sale_h1 {
    font-size: 22px;
  }

  header.header .evo-main-nav {
    height: 100%;
  }

  .container-fluid {
    width: 100%;
    height: 100%;
  }

  .container-fluid .row {
    height: 100%;
  }

  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 {
    font-size: 13px;
  }

  header.header .header-top .header-top--top-other .header-top--hotline a,
  header.header .header-top .header-top--top-other .header-top--top-nav a {
    font-size: 13px;
  }
}

@media (max-width: 1366px) {
  .bread-crumb .home a {
    width: 87px;
  }

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

  .home-filter-box--container {
    gap: 1rem;
    min-height: 16.5rem;
    padding: 0.6rem 1.5rem 1rem 1.5rem;
  }
}

@media (min-width: 1301px) and (max-width: 1790px) {
  /*header.header .evo-main-nav {*/
  /*  height: 100%;*/
  /*}*/

  /*.container-fluid {*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*}*/

  /*.container-fluid .row {*/
  /*  height: 100%;*/
  /*}*/

  /*.awe-section-2 .sale_h1 {*/
  /*  font-size: 22px;*/
  /*}*/

  /*.home-filter-box--container {*/
  /*  gap: 1rem;*/
  /*  min-height: 16.5rem;*/
  /*  padding: 1rem 1.5rem 1rem 1.5rem;*/
  /*}*/

  /*.footer-contact-info li {*/
  /*  font-size: 12px;*/
  /*  font-weight: 450;*/
  /*  line-height: 19.36px;*/
  /*}*/
  /*footer.footer*/
  /*.main-footer-area*/
  /*.not-gray-footer*/
  /*.single-footer-widget*/
  /*.footer-quick-links*/
  /*li*/
  /*a,*/
  /*.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,*/
  /*footer.footer .copyright,*/
  /*.breadcrumb {*/
  /*  font-size: 12px;*/
  /*}*/

  /*footer.footer .main-footer-area .not-gray-footer .single-footer-widget h3,*/
  /*footer.footer .main-footer-area .not-gray-footer .single-footer-widget .h3,*/
  /*.sidebar-taxonomy-filter--start-from--title {*/
  /*  font-size: 14px;*/
  /*}*/

  /*.footer-contact-info span {*/
  /*  color: #fb8c09;*/
  /*  font-size: 14px;*/
  /*  font-weight: 700;*/
  /*  line-height: 24.2px;*/
  /*}*/
  /*.logo-wrapper img {*/
  /*  width: 15rem;*/
  /*}*/
  /*.evo-index-tour .evo-tour-scroll .evo-product-block-item .img-tour {*/
  /*  height: 210px;*/
  /*}*/

  /*.awe-section-3, .awe-section-4 {*/
  /*  padding: 1rem 0 1.5rem 0;*/
  /*}*/

  /*.evo-index-tour .section_tour_last_hour_title--new-layout h2 a,*/
  /*.evo-index-tour .section_tour_last_hour_title--new-layout a,*/
  /*.title-section-h2,*/
  /*.taxonomy-header-box--content--tour-featured--title span,*/
  /*.btn-xem-them-list-news{*/
  /*  font-size: 16px;*/
  /*}*/

  /* 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 {
    gap: 0.5rem;
  }
  header.header .evo-main-nav {
    width: 74%;
  }
  header.header .header-top {
    width: 26%;
  }
  header.header .evo-main-nav .col-lg-10.col-12 {
    padding: 0 0 0 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
    .nav
    li
    .nav-link {
    /* height: 40%; */
    /*font-size: 12px;*/
    /* margin-top: 20px; */
    /* padding: 8px 5px 8px 5px; */
  }
  header.header .header-top .header-top--top-search.evo-search {
    width: 64%;
    padding: 0.85rem 0;
  }
  header.header .header-top .header-top--top-other {
    width: 36%;
  }
  header.header
    .header-top
    .header-top--top-search.evo-search
    .evo-search-form {
    height: 2.25rem;
  }
  header.header .header-top .header-top--top-other .header-top--hotline a,
  header.header .header-top .header-top--top-other .header-top--top-nav a {
    /*font-size: 12px;*/
  }
  .languages {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .bread-crumb .home a {
    width: 87px;
  }

  #wt-loader-logo {
    height: auto !important;
    width: 30% !important;
  }

  header.header {
    /* position: relative; */
    padding: 0 4rem 0 4rem;
    z-index: 9999;
  }

  header.header.fixed {
    /* padding: 0; */
  }

  header.header.fixed .evo-main-nav {
    /* width: 60%; */
  }

  header.header .evo-main-nav {
    width: auto;
  }

  header.header .header-top {
    position: fixed;
    top: 4rem !important;
    left: 0;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    height: auto;
    width: 290px;
    background-color: #174170;
    padding: 1rem;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    transform: translateX(-290px);
    overflow-y: auto;
    z-index: 999999 !important;
  }

  .header.fixed .header-top {
    display: flex;
  }

  header.header .header-top .header-top--top-search.evo-search,
  header.header .header-top .header-top--top-other {
    width: 100%;
  }

  header.header .header-top .header-top--top-search.evo-search {
    padding: 0;
  }

  header.header .header-top .header-top--top-other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  header.header .header-top .header-top--top-other .header-top--hotline {
    justify-content: flex-start;
    padding: 0;
  }

  header.header .header-top.active {
    transform: translateX(0);
  }

  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .logo-wrapper {
    /*width: 100%;*/
  }

  header.header .header-top .header-top--top-other .header-top--hotline a,
  header.header .header-top .header-top--top-other .header-top--top-nav a {
    font-size: 12px;
  }

  header.header .search_mobile {
    display: block;
    position: absolute;
    top: 0.85rem;
    left: 0.5rem;
    width: 2.5rem;
    height: 2.25rem;
  }

  header.header .search_mobile .search-open.active {
    display: none;
  }

  header.header .search_mobile .search-close {
    display: none;
  }

  header.header .search_mobile .search-close.active {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    outline: none;
    margin-top: 0;
  }

  header.header .search_mobile .search-close .icon-bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 4px;
    transition: all 0.3s ease;
    border-radius: 5px;
  }

  header.header .search_mobile .search-close.active {
    border-radius: 7px;
    background-color: #ffffff4d;
    border: 2px solid #fff;
    padding: 0.25rem;
  }

  header.header .search_mobile .search-close.active .icon-bar {
    width: 120%;
    background-color: #fb8c09;
    transition: all 0.3s ease;
  }

  header.header .search_mobile .search-close.active .icon-bar:nth-child(1) {
    transform: rotate(40deg) translate(6.5px, 7.5px);
  }

  header.header .search_mobile .search-close.active .icon-bar:nth-child(2) {
    opacity: 0;
  }

  header.header .search_mobile .search-close.active .icon-bar:nth-child(3) {
    transform: rotate(-40deg) translate(6.5px, -7.5px);
  }

  header.header .menu_mobile {
    display: block;
    position: absolute;
    top: 0.85rem;
    right: 0.5rem;
    width: 2.5rem;
    height: 2.25rem;
    padding: 0.25rem;
  }

  header.header .menu_mobile .menu_mobile-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    /* float: right; */
    margin: 0;
    padding: 0;
    /* text-align: left; */
    background-color: transparent;
    background-image: none;
    /* border: 3px solid transparent; */
    /* border-radius: 8px; */
    border: none;
    outline: none;
    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.6rem 0;
  }

  header.header .menu_mobile.active {
    border-radius: 7px;
    background-color: #ffffff4d;
    border: 2px solid #fff;
  }

  header.header .menu_mobile .menu_mobile-btn .icon-bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 4px;
    transition: all 0.3s ease;
  }

  header.header .menu_mobile.active .menu_mobile-btn .icon-bar {
    width: 120%;
    background-color: #fb8c09;
    transition: all 0.3s ease;
  }

  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(1) {
    transform: rotate(40deg) translate(6.5px, 7.5px);
  }
  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(2) {
    opacity: 0;
  }
  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(3) {
    transform: rotate(-40deg) translate(6.5px, -7.5px);
  }
  /* Header */
  /* .header-top {
  } */
  /* header.header .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.header .header-top .header-top--hotline a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 0;
  }
  header.header .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.header
    .header-top
    .header-top--top-search.evo-search
    .evo-search-form
    .input-group
    .input-group-append
    button {
    padding: 0 4px;
  } */
  /* header.header .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.header .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: 14px;
    padding-top: 5px;
  }

  #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: 1rem;
    background-color: #ffb11f;
    width: 100%;
    min-height: 14rem;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #home-filter-box .home-filter-box--container h1 {
    font-size: 18px;
    line-height: 1.2;
    padding: 0.5rem 1.5rem 0 1.2rem;
  }

  #home-filter-box .home-filter-box--container h1 em span strong span {
    font-size: 18px !important;
  }

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

  .awe-section-3,
  .awe-section-4 {
    padding: 1rem 0 0.5rem 0;
  }

  .awe-section-6 {
    margin: 1rem 0;
    padding: 1rem 0;
  }

  .awe-section-7 {
    margin: 0 0 1rem 0;
  }

  .title-section-h2 {
    font-size: 14px;
  }

  .evo-index-tour .section_tour_last_hour_title,
  .title-section-h2 {
    padding: 0 0.5rem;
  }

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

  .taxonomy-header-box--content--description {
    padding: 1rem;
  }

  .taxonomy-header-box--content--non_description {
    padding: 0.5rem;
  }

  .taxonomy-header-box--content--tour-featured {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }

  .menu-tours
    .main_container
    .category-products
    .products-view
    .col-12.col-sm-6.col-md-4.col-xl-3 {
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin-bottom: 5px !important;
  }

  .main-footer-area--info {
    width: 100%;
    padding: 0;
  }
  .main-footer-area--info .section {
    width: 100%;
    text-align: left;
  }
  .main-footer-area--info .section#logofooter {
    width: 100%;
    text-align: center;
  }
  .main-footer-area--info .section .widget.HTML {
    width: 100%;
  }

  .sidebar-taxonomy-filter {
    margin: 0 0 1rem 0;
  }

  .col-lg-12.col-md-12.col-sm-12.col-12.order-first.order-lg-first {
    padding: 0 1rem !important;
  }
  .col-lg-12.col-md-12.col-sm-12.col-12.order-first.order-lg-first .slick-dots {
    display: none !important;
  }

  .col-lg-4.col-md-12.col-sm-12.col-12.details-pro.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;
  }

  .taxonomy-header-box--content--tour-featured--title {
    margin-bottom: 0.5rem;
  }

  .taxonomy-header-box--content--tour-featured.search {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }

  .main_container.collection.evo-list-blog-page h1 {
    margin-bottom: 0.5rem;
  }

  .menu-tours {
    margin: 0 0 1.5rem 0;
  }

  .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_header {
    padding: 1rem;
  }
  /* .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 {
    /* padding: 0 1rem; */
  }
  .awe-section-3 .section,
  .awe-section-4 .section,
  .awe-section-5 .section,
  .awe-section-6 .section,
  .awe-section-7 .section {
    padding: 0 0.5rem;
  }
  #tour-type {
    padding: 0 1rem;
  }
  #other-services {
    padding: 0 1rem;
  }
  #visa {
    padding: 0 1rem;
  }
  #departure {
    padding: 0 1rem;
  }
  #tour-oversea {
    padding: 0 1rem;
  }
  #group-tour {
    padding: 1rem;
  }
  #news {
    padding: 0 1rem;
  }
  #tips {
    padding: 0 1rem;
  }
  #diary {
    padding: 0 1rem;
  }
  #intro {
    padding: 0 1rem;
  }
  #tour {
    padding: 0 0.5rem;
  }

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

  .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;*/
    overflow: visible;
    padding: 15px !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }

  .menu-tours .min-price,
  .menu-tours .max-price {
    transform: translateX(-40%);
  }

  .taxonomy-header-box--content--tour-featured--title span,
  .sidebar-taxonomy-filter--start-from--title {
    font-size: 14px;
  }

  .taxonomy-header-box--title--page-service h1 {
    font-size: 18px;
    margin: 0 !important;
  }

  .evo-product-block-item .info-tour .date-go .ct_course_list .schedule-date {
    padding: 0.25rem 0.55rem;
    margin: 0 0.75rem 0 0;
  }

  .evo-product-block-item
    .info-tour
    .date-go
    .ct_course_list
    .schedule-date:first-of-type {
    margin-left: 0.5rem;
  }

  .visa-world-travel h2 {
    font-size: 18px !important;
  }

  .visa-world-travel h3,
  .visa-country h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
  }

  .visa-country .check-reason h3,
  .visa-world-travel .check-reason h3 {
    margin: 0 0 1rem 0;
  }

  .search_visa {
    padding: 1rem 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 1rem 2rem 1rem;
    font-size: 14px;
    font-weight: 700;
  }

  .visa-country .profile-form table {
    max-width: 95vw;
  }

  .visa-country .profile-form table tbody tr th {
    font-size: 14px;
    padding: 0.5rem 0.5rem;
    text-align: center;
  }

  .other_services .col-12.col-sm-6.col-md-4 {
    padding: 0 3px 1rem 3px;
  }

  .other_services .service .service_text p {
    -webkit-line-clamp: 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 {
    padding: 0 0.5rem 2rem 0.5rem;
  }

  #tour-note .rte {
    padding: 0 !important;
  }

  .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 0.5rem;
  }

  .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
    p:nth-last-child(1) {
    margin: 0;
  }

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

  .single_service .hire_service {
    margin: 20px 0 0 0;
    padding: 0 1rem;
  }

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

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

  .sticky-top .product-bg-white .ct_course_list .tour_start_date {
    flex-wrap: wrap;
  }

  .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 {
    padding: 1rem 0.5rem;
    margin-top: 0.5rem;
  }

  .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: 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-note {
    border-radius: 0 !important;
  }

  .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 {
    margin: 3px 0 0 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 {
    position: absolute;
    right: 9px;
    top: 80%;
    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-details
    .tour-schedule-day
    .title-item {
    padding: 1rem 2rem 1rem 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
    .tour-schedule-details
    .tour-schedule-day
    .title-item.active {
    padding: 1rem 2rem 1rem 11px;
  }

  .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 {
    padding: 0 1rem 0 1.5rem;
  }

  .breadcrumb {
    padding: 10px 1rem;
  }

  .group_tour
    .group_tour_content
    .container_all_tours
    .all_group_tours
    .group_tour {
    padding-bottom: 0;
  }

  .group_tour
    .group_tour_content
    .container_all_tours
    .all_group_tours
    .group_tour
    .group_tour_context {
    padding-bottom: 0;
  }

  .news .news_content .news_heading .news_heading_decor,
  .tips .tips_content .tips_heading .tips_heading_decor,
  .diary .diary_content .diary_heading .diary_heading_decor {
    margin: 2rem auto 1rem auto;
  }

  .news_page .news_page_container .row .col-md-12.col-lg-8 .news_page_content,
  .news_page .news_page_container .row .col-md-12.col-lg-8 .article-main {
    padding: 1rem 1rem 0 1rem;
  }

  .diary_page
    .diary_page_container
    .row
    .col-md-12.col-lg-8
    .diary_page_content
    .title-subhead
    p {
    margin: 0;
  }

  .news_page .news_page_container .row .col-md-12.col-lg-4 {
    width: 100%;
    padding: 1rem 1rem 2rem 1rem;
    box-sizing: border-box;
  }

  .diary_page
    .diary_page_container
    .row
    .col-md-12.col-lg-8
    .diary_page_content {
    padding: 1rem 1rem 0 1rem;
  }

  .diary_page .diary_page_container .row .col-md-12.col-lg-4 {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .diary_page
    .diary_page_container
    .row
    .col-md-12.col-lg-8
    .diary_page_content
    .content {
    padding: 0;
  }

  .diary_page
    .diary_page_container
    .row
    .col-md-12.col-lg-4
    .aside_menu
    .phone {
    width: 80%;
  }

  .visa-world-travel
    .container-visa
    .container-visa-list
    .col-12.col-sm-6.col-md-4 {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }

  .sticky-top .product-bg-white .ct_course_list .tour_start_date {
    gap: 0.5rem;
  }

  .sticky-top .product-bg-white .ct_course_list .tour_start_date .start_date {
    padding: 0.2rem 0 0.1rem 0;
  }

  .price_caculation .ct_course_list .ct_course .price_type {
    width: 30%;
  }

  .price_caculation .ct_course_list .ct_course .price_type-number {
    width: 25%;
  }

  .wc-block-cart table.wc-block-cart-items,
  .wc-block-cart table.wc-block-cart-items td,
  .wc-block-cart table.wc-block-cart-items th,
  .wc-block-cart__sidebar,
  .wc-block-cart__submit {
    margin: 0 !important;
  }

  .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"],
  .price_caculation .ct_course_list .ct_course .price_type-number button {
    width: 2rem;
  }

  .price_caculation .ct_course_list .ct_course .price_total {
    width: 40%;
  }

  .taxonomy-header-box .taxonomy-header-box--title span {
    font-size: 24px;
  }

  .taxonomy-header-box .taxonomy-header-box--content.intro h3 {
    font-size: 20px;
  }

  .taxonomy-header-box .taxonomy-header-box--content.intro .intro_text {
    padding: 1rem 1rem 0 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
    .tour-note
    .tour-note-content
    .content-decor
    td {
    max-width: 50vw;
  }

  /* Departure */
  .departure .departure_content .search_departure .count_tours {
    width: 100%;
    text-align: center;
  }

  .departure .departure_content .search_departure .search_code {
    width: 100%;
  }

  .departure .departure_content .search_departure .search_date {
    width: 100%;
  }

  .departure
    .departure_content
    .search_departure
    .select2.select2-container.select2-container--default {
    width: 100% !important;
  }

  .container.article-wraper.padding-top-20.padding-bottom-20 {
    max-width: 100vw;
    padding: 0 1rem;
  }

  .footer-contact-info span {
    font-size: 14px;
  }

  .footer.adr .main-footer-area .container-fluild .col-12 {
    padding: 0 1rem;
  }

  .footer.adr .main-footer-area .container-fluild .col-12 .logo_n_info {
    padding: 1rem 0 0 0;
  }

  .footer.adr .main-footer-area .container-fluild .col-12 .footer_menu .row {
    padding: 0;
  }

  .footer.adr
    .main-footer-area
    .container-fluild
    .col-12
    .footer_menu
    .row:nth-last-child(1) {
    padding: 1rem 0;
  }

  footer.footer .copyright {
    padding: 0 0 1rem 0;
  }

  footer.footer .main-footer-area .not-gray-footer .single-footer-widget h3,
  footer.footer .main-footer-area .not-gray-footer .single-footer-widget .h3 {
    margin-bottom: 0.5rem;
    color: #1b448e;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }

  .footer.adr
    .main-footer-area
    .container-fluild
    .col-12
    .footer_menu
    .row
    .menu_col.sign_up
    p {
    margin: 0 0 0.5rem 0;
    font-size: 12px;
  }

  .footer.adr
    .main-footer-area
    .container-fluild
    .col-12
    .footer_menu
    .row
    .menu_col.sign_up
    input[type="email"] {
    padding: 0 0.5rem;
  }

  .page-template-page-all-visa-php .select2-container {
    max-width: 80vw !important;
  }

  .group_tour .group_tour_content .des_request_form {
    padding: 0;
  }

  .footer-contact-info li {
    font-size: 12px;
    font-weight: 450;
    line-height: 18.36px;
  }

  .footer-contact-info span {
    font-size: 13px;
  }

  .footer-contact-info {
    margin-top: 0.5rem;
  }

  footer.footer
  .main-footer-area
  .not-gray-footer
  .single-footer-widget
  .footer-quick-links
  li
  a,
  .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,
  footer.footer .copyright,
  .breadcrumb {
    font-size: 12px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  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 .menu_mobile .menu_mobile-btn {
    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 .menu_mobile .menu_mobile-btn .icon-bar {
    background-color: #4b280c;
    display: block;
    width: 100%;
    height: 3px;
  }
  header.header
    .evo-main-nav
    .evo-header-mobile
    #trigger-mobile
    .icon-bar.icon-bar {
    margin-top: 0.5rem;
  } */

  #home-page {
    /* padding: 0 1.5rem; */
  }
  .awe-section-3 .section,
  .awe-section-4 .section,
  .awe-section-5 .section,
  .awe-section-6 .section,
  .awe-section-7 .section {
    padding: 0 1.5rem;
  }
  #tour-type {
    padding: 0 1.5rem;
  }
  #other-services {
    padding: 0 1.5rem;
  }
  #visa {
    padding: 0 1.5rem;
  }
  #departure {
    padding: 0 1.5rem;
  }
  #tour-oversea {
    padding: 0 1.5rem;
  }
  #group-tour {
    padding: 0 1.5rem;
  }
  #news {
    padding: 0 1.5rem;
  }
  #tips {
    padding: 0 1.5rem;
  }
  #diary {
    padding: 0 1.5rem;
  }
  #intro {
    padding: 0 1.5rem;
  }
  #tour {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

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

  /* Group Tour */
  .group_tour .group_tour_content .all_intro {
    padding: 1.5rem 0 0 0;
  }

  .group_tour .group_tour_content .all_intro {
    padding: 1.5rem 0 0 0;
  }

  .group_tour .group_tour_content h1 {
    margin-bottom: 1.5rem;
  }

  .group_tour .group_tour_content .all_intro .group_tour_intro .intro_content {
    flex-wrap: wrap;
  }

  .group_tour
    .group_tour_content
    .all_intro
    .group_tour_intro
    .intro_content
    .intro_vid,
  .group_tour
    .group_tour_content
    .all_intro
    .group_tour_intro
    .intro_content
    .intro_text {
    width: 100%;
  }

  .group_tour .group_tour_content .container_all_tours {
    padding: 0;
  }

  .visa-country .container-visa-country .container,
  .visa-country .profile-form {
    margin: 0;
    padding: 0 1.5rem;
  }

  .diary_page .diary_page_container,
  .container_sign_up,
  .single_service .hire_service .col-md-12.evo-article.margin-bottom-10,
  .news_page_container,
  .footer.adr .main-footer-area .container-fluild .col-12 {
    padding: 0 1.5rem;
  }

  .single_service .ticket_service .intro_description,
  .single_service .ticket_service .airline,
  .single_service .hotel_service .partners,
  .single_service .hotel_service .intro_description {
    padding: 1.5rem;
  }

  .news_page .news_page_container .row .col-md-12.col-lg-4 {
    padding-left: 0;
  }

  .departure .departure_content .departure_heading .departure_heading_tour {
    flex-wrap: wrap;
  }

  .departure .departure_content .all_departure_small .departure_small p {
    font-size: 14px;
  }

  .departure .departure_content .search_departure {
    gap: 1rem;
  }

  .departure .departure_content .search_departure .count_tours {
    width: 100%;
    text-align: center;
  }

  .departure .departure_content .search_departure .search_code {
    width: 100%;
  }

  .departure .departure_content .search_departure .search_date {
    width: 100%;
  }

  .departure
    .departure_content
    .search_departure
    .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
  .departure .departure_content .all_departure_small .departure_small {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 1rem 0 0 0;
  }
  .departure .departure_content .all_departure_small .departure_small h4,
  .departure .departure_content .all_departure_small .departure_small p,
  .departure .departure_content .all_departure_small .departure_small a {
    color: #4b280c;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title {
    width: 100%;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    a {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    a
    h4 {
    font-size: 14px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    .city_start {
    padding: 0.25rem;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    p {
    color: #8e8984;
    font-size: 12px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_title
    p
    span {
    text-transform: uppercase;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time {
    width: 100%;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar {
    width: 45%;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_date,
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_time,
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_place {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    p {
    margin: 0;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_date {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_date
    h4 {
    font-size: 12px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_date
    p {
    font-size: 8px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_time {
    font-size: 10px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_time
    img {
    width: 3rem;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_place {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_place
    .plane_icon {
    width: 1rem;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_time
    .departure_small_calendar
    .calendar_place
    p {
    font-size: 10px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_price {
    width: 100%;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_price
    .price_by_type {
    border-bottom: 1px solid #fff6bb;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_price
    .price_by_type
    .price {
    font-size: 10px;
    text-align: left;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_small_content
    .departure_small_price
    .price_by_type
    .type {
    font-size: 8px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot {
    padding: 0 1rem 1rem 1rem;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print
    h4 {
    font-size: 14px;
  }
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print
    .btn-print-tour-content {
    width: 1.5rem;
    height: 1.5rem;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print
    .btn-print-tour-content
    .btn-print-booking {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_print
    .btn-print-tour-content
    .btn-print-booking
    img {
    width: 100%;
    height: 100%;
  }
  /* .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_slot {
  } */
  .departure
    .departure_content
    .all_departure_small
    .departure_small
    .departure_print_slot
    .departure_slot
    h4 {
    font-size: 14px;
  }
}

@media (min-width: 601px) and (max-width: 1050px) {
  header.header {
    /* position: relative; */
    padding: 0 5rem 0 1rem;
  }
  header.header.fixed {
    padding: 0;
  }
  header.header .evo-main-nav {
    width: 30%;
  }
  header.header .header-top {
    width: 70%;
  }
  header.header
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget
    .logo-wrapper {
    /*width: 100%;*/
  }

  header.header .header-top .header-top--top-other .header-top--hotline a,
  header.header .header-top .header-top--top-other .header-top--top-nav a {
    font-size: 12px;
  }

  header.header .menu_mobile {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 3.5rem;
    height: 3rem;
    padding: 0.5rem;
    z-index: 9999;
  }

  header.header .menu_mobile .menu_mobile-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    /* float: right; */
    margin: 0;
    padding: 0;
    /* text-align: left; */
    background-color: transparent;
    background-image: none;
    /* border: 3px solid transparent; */
    /* border-radius: 8px; */
    border: none;
    outline: none;
    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 .menu_mobile.active {
    border-radius: 7px;
    background-color: #ffffff4d;
    border: 2px solid #fff;
  }

  header.header .menu_mobile .menu_mobile-btn .icon-bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 4px;
    transition: all 0.3s ease;
  }

  header.header .menu_mobile.active .menu_mobile-btn .icon-bar {
    width: 120%;
    background-color: #fb8c09;
    transition: all 0.3s ease;
  }

  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(1) {
    transform: rotate(37deg) translate(7px, 9px);
  }
  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(2) {
    opacity: 0;
  }
  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(3) {
    transform: rotate(-37deg) translate(8px, -10px);
  }
  .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;
    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;
  }

  .sidebar-taxonomy-filter.col-md-12.col-lg-3 {
    padding: 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%;
  }

  .sticky-top {
    padding: 0 0 1rem 0;
  }

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

  .product-margin
    .col-lg-4.col-md-12.col-sm-12.col-12.details-pro.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;
  }

  /* Departure */
  .departure .departure_content .search_departure {
    gap: 1rem;
  }

  .departure .departure_content .search_departure .count_tours {
    width: 30%;
  }

  .departure .departure_content .search_departure .search_code {
    width: 60%;
  }

  .departure .departure_content .search_departure .search_date {
    width: 60%;
  }

  .departure
    .departure_content
    .search_departure
    .select2.select2-container.select2-container--default {
    width: 30% !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  header.header {
    /* position: relative; */
    padding: 0 5rem 0 1rem;
  }
  header.header .evo-main-nav {
    width: 50%;
  }
  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: 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.header .header-top {
    width: 50%;
  }
  header.header .header-top .header-top--top-nav {
    gap: 0;
  }
  header.header .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.fixed
    .evo-main-nav
    .col-lg-2.col-12.logo.evo-header-mobile
    .section
    .widget.Header
    .header-widget {
    justify-content: center;
  }

  header.header .menu_mobile {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 3.5rem;
    height: 3rem;
    padding: 0.5rem;
    z-index: 9999;
  }

  header.header .menu_mobile .menu_mobile-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    /* float: right; */
    margin: 0;
    padding: 0;
    /* text-align: left; */
    background-color: transparent;
    background-image: none;
    /* border: 3px solid transparent; */
    /* border-radius: 8px; */
    border: none;
    outline: none;
    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 .menu_mobile.active {
    border-radius: 7px;
    background-color: #ffffff4d;
    border: 2px solid #fff;
  }

  header.header .menu_mobile .menu_mobile-btn .icon-bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 4px;
    transition: all 0.3s ease;
  }

  header.header .menu_mobile.active .menu_mobile-btn .icon-bar {
    width: 120%;
    background-color: #fb8c09;
    transition: all 0.3s ease;
  }

  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(1) {
    transform: rotate(37deg) translate(7px, 9px);
  }
  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(2) {
    opacity: 0;
  }
  header.header .menu_mobile.active .menu_mobile-btn .icon-bar:nth-child(3) {
    transform: rotate(-37deg) translate(8px, -10px);
  }

  header.header .header-top .header-top--top-other .header-top--hotline {
    padding: 0.4rem 0 0 0;
  }

  #home-page {
    /* padding: 0 2rem; */
  }
  .awe-section-3 .section,
  .awe-section-4 .section,
  .awe-section-5 .section,
  .awe-section-6 .section,
  .awe-section-7 .section {
    padding: 0 2rem;
  }
  #tour-type {
    padding: 0 2rem;
  }
  #other-services {
    padding: 0 2rem;
  }
  #visa {
    padding: 0 2rem;
  }
  #departure {
    padding: 0 2rem;
  }
  #tour-oversea {
    padding: 0 2rem;
  }
  #group-tour {
    padding: 0 2rem;
  }
  #news {
    padding: 0 2rem;
  }
  #tips {
    padding: 0 2rem;
  }
  #diary {
    padding: 0 2rem;
  }
  #intro {
    padding: 0 2rem;
  }
  #tour {
    padding: 0 2rem;
  }

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

  .diary_page .diary_page_container,
  .container_sign_up,
  .single_service .hire_service .col-md-12.evo-article.margin-bottom-10,
  .news_page_container {
    padding: 0 2rem;
  }

  .single_service .ticket_service .intro_description,
  .single_service .ticket_service .airline,
  .single_service .hotel_service .partners,
  .single_service .hotel_service .intro_description {
    padding: 2rem;
  }

  /* Group Tour */
  .group_tour .group_tour_content .all_intro {
    padding: 2rem 0 0 0;
  }

  .group_tour .group_tour_content .container_all_tours {
    padding: 0;
  }

  .group_tour
    .group_tour_content
    .container_all_tours
    .all_group_tours
    .group_tour
    .group_tour_context {
    padding: 0.5rem;
  }

  /* Product */
  .sticky-top .product-bg-white .ct_course_list .tour_start_date {
    align-items: unset;
    flex-direction: column;
    gap: 0.5rem;
  }

  .sticky-top
    .product-bg-white
    .ct_course_list
    .tour_start_date
    div:nth-child(2) {
    margin-left: auto;
  }

  .price_caculation .ct_course_list .ct_course .price_type {
    width: 30%;
  }

  .price_caculation .ct_course_list .ct_course .price_type-number {
    width: 25%;
  }

  .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"],
  .price_caculation .ct_course_list .ct_course .price_type-number button {
    width: 2rem;
  }

  .price_caculation .ct_course_list .ct_course .price_total {
    width: 40%;
  }

  /* Departure */
  .departure .departure_content .search_departure {
    gap: 1rem;
  }

  .departure .departure_content .search_departure .count_tours {
    width: 20%;
  }

  .departure .departure_content .search_departure .search_code {
    width: 70%;
  }

  .departure .departure_content .search_departure .search_date {
    width: 70%;
  }

  .departure
    .departure_content
    .search_departure
    .select2.select2-container.select2-container--default {
    width: 20% !important;
  }

  .footer.adr .main-footer-area .container-fluild .col-12 {
    padding: 0 2rem;
  }
}

@media (min-width: 1301px) {
  header.header .evo-main-menu .mega-content .level0 .level1 {
    /* margin-top: -4px; */
    /* padding-top: 1.5rem; */
  }

  header.header .evo-main-menu .mega-content .level0 .level1 > a {
    position: relative;
    top: 0;
    width: 100%;
  }

  header .nav li:nth-child(5) .mega-content .level0 .level1,
  header .nav li:nth-child(6) .mega-content .level0 .level1 {
    padding-top: 0;
  }

  header .nav li:nth-child(5) .mega-content .level0 .level1 a,
  header .nav li:nth-child(6) .mega-content .level0 .level1 a {
    position: unset;
  }
  header.header
    .header-top
    .header-top--top-search.evo-search
    .evo-search-form
    .input-group
    input[type="text"] {
    padding: 0 0 0 0.5rem !important;
  }
}

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

#ft-contact-icons .ws247-icon-zalo .icon {
  border: 1px solid #fb8c09 !important;
}

#ft-contact-icons .ws247-icon-phone .icon {
  background: #fb8c09 !important;
}

@keyframes wtPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

#ft-contact-icons .ws247-icon-zalo .icon:hover,
#ft-contact-icons .ws247-icon-phone .icon:hover {
  animation: wtPulse 1.2s infinite ease-in-out;
}

#stt_hotline a:hover {
  color: #fff !important;
}

.wc-block-components-sidebar-layout.wc-block-cart {
  margin: 0;
}

.select2-container {
  max-width: 85vw !important;
}
