@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --normal-font: "Poppins", sans-serif;
  --normal-color: #000000;
  --primary-color: #8139a9;
  --second-color: #ff5b00;
  --three-color: #373737;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--normal-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  color: var(--normal-color);
}

.ov-hidden {
  overflow: hidden;
}

.container {
  max-width: 1360px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

a {
  color: var(--normal-color);
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: var(--normal-color);
}

p:last-child {
  margin-bottom: 0;
}

button {
  border-color: transparent;
  outline: 0;
}

.row-collapse {
  margin-left: 0;
  margin-right: 0;
}
.row-collapse > div[class~=col], .row-collapse > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-small {
  margin-left: -10px;
  margin-right: -10px;
}
.row-small > div[class~=col], .row-small > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.tb-space {
  padding: 70px 0;
}

.tb-space-sm {
  padding: 40px 0;
}

.tb-space-top {
  padding-top: 70px;
}

.tb-space-bottom {
  padding-bottom: 70px;
}

@media (max-width: 767.98px) {
  .tb-space {
    padding: 40px 0;
  }

  .tb-space-top {
    padding-top: 40px;
  }

  .tb-space-bottom {
    padding-bottom: 40px;
  }
}
.bg-size {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 0;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover {
  color: #fff;
  border-color: transparent;
  background-color: var(--primary-color);
}

.slick-prev {
  left: 2%;
}

.slick-next {
  right: 2%;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #fff;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.heading-title {
  margin-bottom: 30px;
}
.heading-title .sectitle {
  text-transform: uppercase;
  text-align: center;
  color: var(--three-color);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
.heading-title .sectitle::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--second-color);
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.heading-title .subtitle {
  text-align: center;
}

.heading-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.heading-row .sectitle {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--three-color);
  margin-bottom: 0;
  text-align: left;
  text-transform: none;
}
.heading-row .sectitle::after {
  display: none;
}
.heading-row .btn-wrapmore {
  color: var(--primary-color);
}

.btn {
  font-size: 1.6rem;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-second {
  background-color: var(--second-color);
  border-color: var(--second-color);
}

.btn-white {
  background-color: #fff;
  color: #666;
}

.btn-more {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  color: var(--primary-color);
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-more:hover {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

.box-image {
  position: relative;
  overflow: hidden;
}
.box-image img {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}

.image-cover,
.video-fit {
  position: relative;
  padding-top: 75%;
  height: auto;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
.image-cover img,
.image-cover iframe,
.image-cover video,
.video-fit img,
.video-fit iframe,
.video-fit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
}

.form-control {
  height: 38px;
  padding: 0 12px;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
.form-control:focus {
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}

textarea.form-control {
  padding: 10px 12px;
}

@media (max-width: 991.98px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .show-lg {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.header-top-left ul li {
  display: inline-block;
  margin-right: 20px;
}
.header-top-left ul li a {
  display: block;
  color: #5c5c5c;
  font-size: 1.4rem;
}
.header-top-left ul li a i {
  margin-right: 10px;
}
.header-top-right .languages select {
  border: 0;
}
.header-main-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .header-main-inner {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .header-main-inner {
    gap: 20px;
  }
}
.header-main .logo {
  display: block;
  margin: 10px 0;
}
.header-main-nav ul li {
  display: inline-block;
}
.header-main-nav ul li a {
  display: block;
  padding: 8px 10px;
}
@media (max-width: 767.98px) {
  .header-main-nav {
    display: none;
  }
}
.header.fixed {
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4);
}
.header.fixed .header-top {
  display: none;
}
@media (max-width: 767.98px) {
  .header {
    position: relative;
  }
}

.mobile-toggle {
  display: none;
  font-size: 2.4rem;
  color: var(--primary-color);
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .mobile-toggle {
    display: block;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  padding: 20px 20px 20px;
}
.mobile-menu-close {
  text-align: right;
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  cursor: pointer;
}
.mobile-menu ul li {
  margin-bottom: 20px;
}
.mobile-menu ul li a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
}
.mobile-menu.show {
  display: block;
}

.banner {
  position: relative;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-content {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.banner-page .banner-image {
  height: 450px;
}

.whychoose-head {
  display: flex;
  gap: 10px;
}
.whychoose-head .box-image img {
  width: 100px;
}
.whychoose-head .box-content .title {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .whychoose-head {
    margin-bottom: 15px;
  }
}
.whychoose-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.whychoose-list .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.whychoose-list .item .box-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #d9d9d9;
  font-size: 16px;
  color: #086ef9;
}
.whychoose-list .item .box-text {
  flex: 1;
}

.promotion-list {
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  overflow-x: auto;
  margin-bottom: 30px;
}

.promotion-list::-webkit-scrollbar {
  width: 50px;
  height: 6px;
  background-color: #f1f1f1;
}

.promotion-list::-webkit-scrollbar-thumb {
  background-color: #333;
  height: 6px;
}

.promotion-list .promotion-list-item {
  text-align: center;
  flex: 0 0 130px;
}

.promotion-list .promotion-list-item a {
  color: inherit;
}

.promotion-list .promotion-list-item .box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #e6e2e2;
  border-radius: 4px;
  font-size: 30px;
}

.promotion-list .promotion-list-item .box-icon img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.promotion-list .promotion-list-item .box-text .box-text-title {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
}

.promotion-slider .slick-dots li {
  width: 20px;
  height: 20px;
}

.promotion-slider .slick-dots li button {
  width: 20px;
  height: 20px;
}

.promotion-slider .slick-dots li button:before {
  width: 20px;
  height: 20px;
  color: #ddd;
  font-size: 16px;
}

.promotion-slider .slick-dots li.slick-active button:before {
  color: #333;
}

.promotion-slider {
  margin: 0 -15px;
}

.promotion-slider .item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.promotion-slider .item img {
  width: 100%;
  height: 100%;
  /*max-height: 165px;*/
  aspect-ratio: 4/3;
  object-fit: fill;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.promotion-slider .item a:hover img {
  transform: matrix(1, 0, 0, 1, 1, 2);
}

.tours-slider {
  margin: 0 -15px;
}
.tours-slider .item {
  padding: 0 15px;
}
.tours-detail-head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tours-detail-title {
  font-size: 2.8rem;
  color: var(--primary-color);
  flex: 1;
}
@media (max-width: 991.98px) {
  .tours-detail-title {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.tours-detail-boxprice {
  position: relative;
  padding-top: 40px;
}
.tours-detail-boxprice .box-badge {
  position: absolute;
  top: 0px;
  right: 16px;
  background: var(--second-color);
  color: #fff;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 12px rgba(255, 91, 0, 0.35);
}
.tours-detail-boxprice .box-badge::before, .tours-detail-boxprice .box-badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--second-color);
}
.tours-detail-boxprice .box-badge:after {
  border-top-color: rgba(0, 0, 0, 0.15);
  bottom: -8px;
  right: 13px;
  filter: blur(1px);
  opacity: 0.5;
}
.tours-detail-boxprice .box-price {
  margin-top: 10px;
  margin-bottom: 14px;
  text-align: left;
  color: #828282;
}
.tours-detail-boxprice .box-price .price-new {
  font-size: 22px;
  font-weight: 600;
  color: var(--second-color);
}
@media (max-width: 991.98px) {
  .tours-detail-boxprice {
    width: 100%;
    text-align: right;
  }
  .tours-detail-boxprice .box-badge {
    right: 0;
  }
  .tours-detail-boxprice .box-price {
    text-align: right;
  }
}
.tours-detail-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.tours-detail-gallery .item {
  position: relative;
  overflow: hidden;
}
.tours-detail-gallery .item a,
.tours-detail-gallery .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.tours-detail-gallery .item img {
  object-fit: cover;
  transition: transform 0.3s ease;
  aspect-ratio: 6/3;
}
.tours-detail-gallery .item:nth-child(1) {
  grid-column: span 3;
  grid-row: span 2;
}
.tours-detail-gallery .item:nth-child(2) {
  grid-column: span 2;
}
.tours-detail-gallery .item .view-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.3s ease;
  padding: 0 10px;
  text-align: center;
}
.tours-detail-gallery .item:hover img {
  transform: scale(1.05);
}
.tours-detail-gallery .item:hover .view-more {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .tours-detail-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .tours-detail-gallery .item:nth-child(1) {
    grid-column: span 2;
  }
}
@media (max-width: 767.98px) {
  .tours-detail-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .tours-detail-gallery .item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.tours-detail-content blockquote {
  background-color: #e5e5e5;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.tours-detail-content blockquote .blockquote-head {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.tours-detail-content blockquote .blockquote-content {
  font-size: 1.4rem;
  line-height: 1.6;
  font-style: italic;
}
.tours-detail-content blockquote .blockquote-content ul {
  list-style: disc;
  margin-left: 20px;
}
.tours-detail-infomore .title-head {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.tours-detail-infomore .item {
  margin-bottom: 30px;
}
.tours-detail-infomore .item .box-icon {
  margin-bottom: 8px;
  color: var(--primary-color);
}
.tours-detail-infomore .item .box-icon i {
  font-size: 3.4rem;
  line-height: 1;
}
.tours-detail-infomore .item .box-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.tours-detail-intinerary .title-head {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.tours-detail-intinerary .list-intinerary .item {
  position: relative;
  background-color: #f8f8f8;
  padding: 10px 15px;
  border-radius: 18px;
}
.tours-detail-intinerary .list-intinerary .item + .item {
  margin-top: 10px;
}
.tours-detail-intinerary .list-intinerary .item-head {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  padding-right: 20px;
}
.tours-detail-intinerary .list-intinerary .item-head .item-title {
  font-weight: 600;
}
.tours-detail-intinerary .list-intinerary .item-head .arrow {
  position: absolute;
  top: 15px;
  right: 0px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.tours-detail-intinerary .list-intinerary .item-head.active .arrow {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.tours-detail-intinerary .list-intinerary .item-content {
  margin-top: 10px;
  display: none;
}
.tours-detail-note {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tours-detail-note .title-head {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.tours-detail-note .list-note .item {
  position: relative;
  background-color: #f8f8f8;
  padding: 10px 15px;
  border-radius: 18px;
}
.tours-detail-note .list-note .item + .item {
  margin-top: 10px;
}
.tours-detail-note .list-note .item-head {
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.tours-detail-note .list-note .item-head .item-title {
  font-weight: 600;
}
.tours-detail-note .list-note .item-head .arrow {
  position: absolute;
  top: 7px;
  right: 0px;
  transition: all 0.3s ease;
}
.tours-detail-note .list-note .item-head.active .arrow {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.tours-detail-note .list-note .item-content {
  margin-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  .tours-related .tours-slider-related .item {
    padding: 0 15px;
  }
}

.box-tour {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 1px 16px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.box-tour .box-content {
  padding: 20px 15px;
}
.box-tour .box-content .title {
  display: block;
  font-weight: 600;
  margin-bottom: 0px;
}
.box-tour .box-content .title a:hover {
  color: var(--primary-color);
}
.box-tour .box-content .hr {
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  margin: 10px 0;
}
.box-tour .box-content .gr-wrap {
  display: flex;
  flex-wrap: wrap;
}
.box-tour .box-content .gr-wrap .meta {
  width: 50%;
  text-align: left;
  color: #828282;
  font-size: 1.4rem;
}
.box-tour .box-content .gr-wrap .meta-item i {
  color: var(--primary-color);
  margin-right: 4px;
}
.box-tour .box-content .gr-wrap .meta-item + .meta-item {
  margin-top: 4px;
}
.box-tour .box-content .gr-wrap .price-group {
  width: 50%;
  text-align: right;
}
.box-tour .box-content .gr-wrap .price-group .price-old {
  color: #828282;
}
.box-tour .box-content .gr-wrap .price-group .price-new {
  color: #ff5b00;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .box-tour .box-content .gr-wrap {
    flex-direction: column;
    gap: 5px;
  }
  .box-tour .box-content .gr-wrap .meta,
.box-tour .box-content .gr-wrap .price-group {
    width: 100%;
  }
  .box-tour .box-content .gr-wrap .price-group {
    text-align: right;
  }
}

.sidebar-booktour {
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e8ec;
  overflow: visible;
  padding: 20px;
  padding-top: 60px;
}
.sidebar-booktour .box-badge {
  position: absolute;
  top: 22px;
  right: 16px;
  background: var(--second-color);
  color: #fff;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 12px rgba(255, 91, 0, 0.35);
}
.sidebar-booktour .box-badge::before, .sidebar-booktour .box-badge::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--second-color);
}
.sidebar-booktour .box-badge:after {
  border-top-color: rgba(0, 0, 0, 0.15);
  bottom: -8px;
  right: 13px;
  filter: blur(1px);
  opacity: 0.5;
}
.sidebar-booktour .box-price {
  margin-top: 10px;
  margin-bottom: 14px;
  text-align: left;
  color: #828282;
}
.sidebar-booktour .box-price .price-new {
  font-size: 22px;
  font-weight: 600;
  color: var(--second-color);
}
@media (max-width: 991.98px) {
  .sidebar-booktour .box-price {
    text-align: right;
  }
}
.sidebar-booktour .form-group {
  margin-bottom: 50px;
}
.sidebar-booktour .form-group:last-child {
  margin-bottom: 0;
}
.sidebar-booktour .input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-booktour .input-row-prepend {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--primary-color);
}
.sidebar-booktour .input-row select {
  flex: 1;
  border-radius: 8px;
  height: 45px;
}
.sidebar-booktour .input-row button[type=submit] {
  flex: 1;
  width: 100%;
  border-radius: 8px;
}
.sidebar-booktour .box-note {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #666;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .sidebar-booktour {
    margin: 20px 0 30px;
  }
}

.destinations {
  position: relative;
}
.destinations-grid {
  display: grid;
  grid-template-columns: 1.33fr 1fr 1fr 1fr;
  grid-auto-rows: 280px;
  gap: 15px;
}
.destinations-grid .item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.destinations-grid .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.destinations-grid .item:nth-child(1) {
  grid-row: span 2;
}
.destinations-grid .item:nth-child(3) {
  grid-column: span 2;
}
.destinations-grid .item a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.destinations-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destinations-grid .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .destinations-grid {
    grid-auto-rows: 200px;
  }
}
@media (max-width: 575.98px) {
  .destinations-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }
  .destinations-grid .item:nth-child(1), .destinations-grid .item:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.reviews-slider .item {
  padding: 0 15px;
}
.reviews-slider .box-review {
  position: relative;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reviews-slider .box-review .box-image {
  width: 50px;
  height: 50px;
}
.reviews-slider .box-review .box-content {
  flex: 1;
  color: #5d5d5d;
}
.reviews-slider .box-review .box-author {
  display: flex;
  gap: 10px;
}
.reviews-slider .box-review .box-author .author-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.reviews-slider .box-review .box-author .author-name {
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--three-color);
}
.reviews-slider .box-review .box-author .author-position {
  font-size: 1.2rem;
  color: #828282;
}
.reviews-slider .box-review .star-rating {
  font-size: 1.4rem;
  margin: 3px 0;
}

.star-rating {
  color: #f5a623;
}

.blogs-item:not(:last-child) {
  margin-bottom: 30px;
}
.blogs-wrap-inner {
  margin-bottom: 40px;
}
.blogs-wrap-head {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.blogs-detail-title {
  font-size: 2.4rem;
  color: var(--normal-color);
  margin-bottom: 15px;
}
.blogs-detail-content {
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 30px;
}
.blogs-detail-content blockquote {
  background-color: #e5e5e5;
  padding: 20px;
  border-radius: 16px;
}
.blogs-detail-content blockquote .blockquote-head {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs-detail-content blockquote .blockquote-content {
  font-size: 1.4rem;
  line-height: 1.6;
  font-style: italic;
}
.blogs-detail-content h2 {
  margin-bottom: 15px;
}
.blogs-detail-content h3 {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blogs-detail-content {
    padding: 15px;
  }
  .blogs-detail-content blockquote {
    padding: 15px;
  }
}

.box-blog .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.box-blog .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  aspect-ratio: 6/4;
}
.box-blog .box-content {
  padding: 10px 0;
}
.box-blog .box-meta {
  display: inline-block;
  background-color: var(--primary-color);
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.box-blog .box-title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.box-blog .box-title a {
  transition: all 0.3s ease;
}
.box-blog .box-title a:hover {
  color: var(--second-color);
  transition: all 0.3s ease;
}
.box-blog .box-desc {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-blog .btn-primary {
  border-radius: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.box-blog .btn-primary:hover {
  background-color: var(--second-color);
  border-color: var(--second-color);
}
.box-blog.box-flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.box-blog.box-flex .box-image {
  flex: 0 0 40%;
}
.box-blog.box-flex .box-content {
  flex: 1;
  padding: 0;
}

.blog-item {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #e0e0e0;
}
.blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
}
.blog-item-content {
  padding: 15px;
}
.blog-item-content .blog-item-meta {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 8px;
}
.blog-item-content .blog-item-meta i {
  margin-right: 6px;
  color: inherit;
}
.blog-item-content .blog-item-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.blog-item-content .blog-item-title a {
  transition: all 0.3s ease;
  color: inherit;
}
.blog-item-content .blog-item-title a:hover {
  color: var(--second-color);
  transition: all 0.3s ease;
}
.blog-item-content .blog-item-excerpt {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 991.98px) {
  .blog-item.box-none .blog-item-image img {
    aspect-ratio: 16/9;
  }
  .blog-item.box-none .blog-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .blog-item.box-none .blog-item-meta {
    color: #fff;
  }
  .blog-item.box-none .blog-item-title {
    color: #fff;
    margin-bottom: 0;
  }
  .blog-item.box-none .blog-item-excerpt {
    display: none;
  }
}

.subscribe-inner {
  background-color: var(--primary-color);
  padding: 50px 40px;
  border-radius: 12px;
}
.subscribe-head {
  color: #fff;
  margin-bottom: 10px;
}
.subscribe-head .title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.subscribe-head .desc {
  font-size: 1.4rem;
}
.subscribe-form form {
  display: flex;
  gap: 10px;
}
.subscribe-form form input {
  flex: 1;
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  font-size: 1.4rem;
  outline: none;
  height: 40px;
}
.subscribe-form form .btn {
  font-size: 1.4rem;
  height: 40px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
}

.breadcrumb {
  background-color: transparent;
  padding: 10px 0;
  align-items: center;
}
.breadcrumb .rel {
  margin: 0 8px;
  font-size: 1.2rem;
}

.title__filter {
  position: relative;
  padding: 16px 24px;
  background-color: var(--primary-color);
  border-radius: 5px;
  box-shadow: 0 0 12px #00000026;
}
.title__filter h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.close-filter {
  display: none;
}

.main__box {
  border: 1px solid #c7d0d9;
  border-radius: 5px;
}

.filter__box {
  padding: 20px;
}

.filter__box.filter__box-date {
  padding: 10px;
}

.filter__box:not(:last-child) {
  border-bottom: 1px solid #c7d0d9;
}

.filter__box-date .list__filter__check {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter__box-date .list__filter__check li {
  width: 48%;
}

.filter__box-date .check__label label {
  font-size: 12px;
}

.filter__box h5 {
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
}

.filter__box .nation {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.filter__box h5.active {
  margin-bottom: 0;
}

.filter__box h5.active::before {
  content: "\f077";
}

.filter__box h5::before {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  font-family: "fontawesome";
  color: #909496;
}

.list__choose li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.list__choose li label {
  margin-bottom: 0;
}

.list__choose.d-block > li {
  display: block;
}

.list__choose.d-block li .nation {
  cursor: pointer;
}

.list__filter__check li {
  display: none;
}

.list__filter__check li.active {
  display: flex;
}

.check__label {
  display: flex;
  gap: 10px;
  width: 100%;
}

.check__label > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.list__choose.d-block .check__label {
  justify-content: space-between;
  gap: 0;
  align-items: center;
}

.flex-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.list__choose-child {
  padding-left: 25px;
  margin-top: 10px;
}

.list__choose-child li {
  display: none;
}

.list__choose-child li.active {
  display: block;
}

.choose-destinations,
.list__choose-type {
  display: none;
}

.choose-destinations.active,
.list__choose-type.active {
  display: block;
}

.nation.change-icons i::before {
  content: "\f077";
}

.load-des {
  text-align: right;
}

.load-des span {
  display: inline-block;
  font-size: 14px;
  color: var(--primary-color);
  cursor: pointer;
}

.list__choose .list__choose-type li {
  display: block;
}

.check__label input {
  width: 22px;
  height: 22px;
}

.check__label label,
.list__choose li strong {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}

.list__choose.rating-star li .check__label label {
  color: #fff203;
  font-size: 1.6rem;
}

.btn-more-wrap,
.btn-less-wrap {
  text-align: center;
}

.btn-more-dt,
.btn-less-dt {
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-more-dt:hover,
.btn-less-dt:hover {
  background-color: var(--primary-color);
  color: #fff !important;
  transition: all 0.2s;
}

.btn-less-wrap {
  text-align: center;
  display: none;
}

.btn-more-wrap {
  text-align: center;
  display: block;
}

.filter__date {
  margin-top: 15px;
}

.filter__date input {
  width: 100%;
  padding: 4px 4px 4px 27px;
  border: 1px solid #c7d0d9;
  outline: none;
  font-size: 14px;
  color: #000;
  background-image: url("../images/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
}

.filter__box select {
  font-size: 14px;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch::before, .toggle-switch::after {
  content: "";
}
.toggle-switch::before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}

.toggle-checkbox:checked + .toggle-switch {
  background: #56c080;
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.result-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.result-filter p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.title__tour {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}

.filter__tour {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.filter__tour select {
  padding: 8px 10px;
  border: 1px solid #c7d0d9;
  outline: none;
  cursor: pointer;
}

.title__tour i {
  color: #f39a2d;
  font-size: 30px;
}

.title__tour span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: inline-block;
}

.filter__mobile {
  display: none;
}

.filter__mobile span {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
}

.title__tour .filter__mobile span {
  color: #fff;
}

.title__tour .filter__mobile i {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .btn-add {
    gap: 5px;
  }

  .filter__mobile {
    display: block;
  }

  .filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    overflow-y: auto;
    z-index: 100;
    transition: all 0.3s;
  }

  .close-filter {
    position: absolute;
    top: 16px;
    right: 24px;
    color: #fff;
    display: block;
  }

  .title__tour {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .filter__tour select,
.title__tour span {
    font-size: 12px;
  }

  .title__tour .filter__mobile span {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 3px;
  }
}
.list-tours .tour-item {
  margin-bottom: 20px;
}

.sidebar .widget {
  border: 1px solid #e0e0e0;
  padding: 20px;
}
.sidebar .widget:not(:last-child) {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
  position: relative;
}
.widget-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -10px;
  left: 0;
}
.widget-post li {
  margin-bottom: 7px;
}

.blogs-sidebar-more {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
}
.blogs-sidebar-more .nav-tabs .nav-item {
  flex: 1;
}
.blogs-sidebar-more .nav-tabs .nav-item .nav-link {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.blogs-sidebar-more .nav-tabs .nav-item .nav-link.active {
  background-color: var(--second-color);
  color: #fff;
}
.blogs-sidebar-more .tab-content {
  padding: 10px;
}
.blogs-sidebar-list .item {
  display: flex;
  flex-wrap: wrap;
}
.blogs-sidebar-list .item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.blogs-sidebar-list .item .box-image {
  flex: 0 0 30%;
  margin-right: 10px;
}
.blogs-sidebar-list .item .box-content {
  flex: 1;
}
.blogs-sidebar-list .item .box-content .box-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.blogs-sidebar-list .item .box-content .box-title a {
  color: var(--primary-color);
}
.blogs-sidebar-list .item .box-content .box-title a:hover {
  color: var(--second-color);
}
.blogs-sidebar-list .item .box-content .date {
  font-size: 1.2rem;
  color: #828282;
}

.paginations .pagination {
  text-align: center;
  justify-content: center;
}
.paginations .pagination li {
  display: inline-block;
  margin: 0 4px;
}
.paginations .pagination li a {
  display: block;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #828282;
}
.paginations .pagination li.active a, .paginations .pagination li:hover a {
  background-color: var(--primary-color);
  color: #fff;
}

.backtotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: none;
}
.backtotop span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DCFCE7;
  padding: 8px;
  border-radius: 8px;
  color: var(--primary-color);
  font-size: 1.8rem;
  cursor: pointer;
}
.backtotop.show {
  display: block;
}

.social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.85em;
  color: #999;
}
.social-icons .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: inherit;
}
.social-icons .icon:hover {
  opacity: 0.8;
}
.social-icons .icon-facebook {
  background-color: #3a589d;
}
.social-icons .icon-instagram {
  background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-icons .icon-twitter {
  background-color: #1da1f2;
}
.social-icons .icon-envelop {
  background-color: #dd4b39;
}
.social-icons .icon-phone {
  background-color: #34af23;
}
.social-icons .icon-pinterest {
  background-color: #bd081c;
}
.social-icons .icon-linkedin {
  background-color: #0077b5;
}
.social-icons .icon-youtube {
  background-color: #ff0000;
}

.fixed-contact {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
}
.fixed-contact .box-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 3.2rem;
  background-color: #51cb5a;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.footer {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.footer-top {
  padding: 60px 0;
}
.footer-head {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-link ul li {
  margin-bottom: 10px;
}
.footer-link ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  display: inline-block;
}
.footer .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  color: #fff !important;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 1.8rem;
}

.office-location {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.office-location img {
  width: auto;
  height: 55px;
  object-fit: cover;
}
.office-location p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.office-location p a {
  color: inherit;
}
.office-location strong {
  font-size: 16px;
  color: #000;
}
.office-location strong a {
  color: inherit;
}

.copyright {
  position: relative;
  padding: 30px 0;
  font-size: 1.5rem;
  text-align: center;
  color: #666;
}

/*# sourceMappingURL=style.css.map */
