﻿@charset "UTF-8";
/*font*/
@font-face {
  font-family: "Bold";
  font-display: swap;
  font-weight: bold;
  src: url("../../webfonts/SVN-GilroyBold.woff2") format("woff2");
}
@font-face {
  font-family: "XBold";
  font-display: swap;
  font-weight: bold;
  src: url("../../webfonts/SVN-GilroyXBold.woff2") format("woff2");
}
@font-face {
  font-family: "Black";
  font-display: swap;
  font-weight: 900;
  src: url("../../webfonts/SVN-GilroyBlack.woff2") format("woff2");
}
@font-face {
  font-family: "Medium";
  font-display: swap;
  font-weight: 500;
  src: url("../../webfonts/SVN-GilroyMedium.woff2") format("woff2");
}
@font-face {
  font-family: "Regular";
  font-display: swap;
  font-weight: 400;
  src: url("../../webfonts/SVN-Gilroy.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat-Black";
  font-display: swap;
  src: url("../../webfonts/Montserrat-Black.otf") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  font-family: "Regular";
  top: 0 !important;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

.container {
  max-width: 1342.5px;
}
@media (max-width: 1366px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 1090px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 764px;
  }
}

a {
  text-decoration: none;
}

.btn-primary {
  background: #E90000;
  border-color: #E90000;
}
.btn-primary:hover {
  background: #E90000;
  border-color: #E90000;
  opacity: 0.8;
}

a:hover {
  color: #2D4271;
}

.sapo-detail {
  background: #e5e5e5;
  border: 1px #ccc dashed;
  padding: 10px;
  font-style: italic;
  margin: 1rem 0;
  font-size: 14px;
}

.share {
  display: flex;
  align-items: center;
}
.share li:first-child {
  padding-right: 15px;
}
.share li {
  padding-right: 8px;
  font-size: 0.875rem;
  font-family: "Medium";
}
.share li:hover img {
  transform: scale(1.1, 1.1);
}
.share li img {
  width: 30px;
}
.share li button {
  background: #3b5997;
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 3px;
  color: #fff;
}
.share li .instagram {
  background: #dc3472;
}
.share li .twitter {
  background: #1da1f2;
}
.share li .linkedin {
  background: #0077b5;
}

.pagination {
  margin: 10px 0;
}
.pagination .active a {
  color: #000 !important;
  background-color: #fff !important;
}

/*
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination > li > a, .pagination > li > span {
    text-decoration: solid;
    background-color: $orange !important;
    border: 0 !important;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    @include flex-center;
    color: $white;
}

.pagination > .active > a {
    color: $white;
}

.breadcrumb-item.active {
    color: $white;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: $black;
}
*/
.breadcrumb-item * {
  color: #000;
  font-size: 14px;
}
.breadcrumb-item.active {
  color: #000;
  font-family: "Bold";
  text-transform: capitalize;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ul-reset, .admin-top ul {
  padding: 0;
  margin: 0;
}
.ul-reset li, .admin-top ul li {
  list-style: none;
}

.field-validation-error {
  color: #E90000;
  font-size: 14px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  list-style: none;
  padding: 0 6px;
  height: 12px;
}
.slick-dots button {
  color: transparent;
  border: 0;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.slick-dots .slick-active button {
  background: linear-gradient(90deg, #0065DF 0%, #00B6F5 100%);
}

.slick-arrow {
  border: 0;
  font-size: 1.5rem;
  background: none;
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0;
}
.slick-arrow:hover {
  opacity: 1;
}

.skiptranslate {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #747474;
}

.box-search {
  width: 60%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4901960784);
  bottom: 35%;
  display: flex;
  z-index: 99;
}
.box-search input {
  flex: 1;
  padding: 10px;
  border-radius: 0 !important;
  height: calc(1.5em + 0.75rem + 9px) !important;
}
.box-search button {
  background: linear-gradient(270deg, #FF8F3B 0%, #FF5900 100%);
  color: #fff;
  width: 114px;
}
.box-search .name-address {
  font-size: 14px !important;
}

.box-slogan {
  position: absolute;
  bottom: 50%;
  width: 74%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.box-slogan .main-slogan {
  background: linear-gradient(177deg, #34a3ff, #035fc1);
  color: rgb(0, 0, 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-slogan .sub-slogan {
  color: #CA770F;
}

.main-slogan {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-family: "Black";
  text-transform: uppercase;
}

.sub-slogan {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Bold";
}

.slide-banner {
  position: relative;
}
.slide-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.98;
  background: #A6A6A6;
  mix-blend-mode: multiply;
}

.detail-custom-title {
  line-height: 50px !important;
  height: 50px !important;
  font-size: 20px !important;
  padding: 0 27px !important;
}

.title {
  color: #CA770F;
  text-align: center;
  font-size: 32px;
  font-family: "Bold";
  text-transform: uppercase;
}

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

.sale-slide {
  margin-top: 30px;
  height: 487px;
}
.sale-slide .slick-slide {
  margin: 0 10px;
}
.sale-slide .slick-list {
  margin: 0 -10px;
}
.sale-slide > a:first-child {
  display: none;
}
.sale-slide .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sale-slide .slick-arrow * {
  color: #2D4271;
  font-size: 30px;
}
.sale-slide .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
}
.sale-slide .slick-dots li {
  display: flex;
  align-items: center;
}
.sale-slide .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: all 0.5s;
  background: #D8D8D8;
  box-shadow: 0;
}
.sale-slide .slick-dots .slick-active button {
  background: #FF9D00;
}
.sale-slide a {
  display: block;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 10px;
  /* &:hover {
      border: 1px solid $darkgreen;
  }*/
}
.sale-slide .chevron-next {
  right: -40px;
}
.sale-slide .chevron-prev {
  left: -40px;
}
.sale-slide img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 10px;
  /*    aspect-ratio: auto 823 / 315;
  height: auto;*/
  aspect-ratio: 1958/745;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.address-hot {
  margin-top: 30px;
}
.address-hot .slick-slide {
  margin: 0 7px;
}
.address-hot .slick-list {
  margin: 0 -7px;
}
.address-hot > .address-tours:not(:first-child) {
  display: none;
}
.address-hot .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.address-hot .slick-arrow * {
  color: #2D4271;
  font-size: 20px;
}
.address-hot .chevron-next {
  right: -20px;
}
.address-hot .chevron-prev {
  left: -20px;
}

#book-mobile {
  background: #fff;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 99;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.3);
}

.pos {
  position: sticky;
  z-index: 1;
  top: 100px;
}

.media-right-card {
  margin-bottom: 10px;
}

.name-address {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Montserrat-Black";
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: block;
  text-wrap: nowrap;
}

.custom-w {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: block;
  text-wrap: balance !important;
  text-align: center;
}

.title-sub {
  color: #2D4271;
  text-align: center;
  font-size: 20px;
  font-family: "Medium";
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 15px;
}

.address-tours {
  position: relative;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  /* &:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 50%;
      background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
  }*/
}
.address-tours:hover img {
  transform: scale(1.1);
}
.address-tours img {
  width: 100%;
  object-fit: cover;
  height: 230px;
  border-radius: 10px;
  border-radius: 10px;
  transition: all 0.5s;
}

.btn-link {
  color: #2D4271;
  font-size: 16px;
  font-family: "Medium";
  line-height: normal;
  padding: 11px 27px;
  border-radius: 23.5px;
  border: 2px solid #2D4271;
  margin-top: 20px;
}
.btn-link:hover {
  background: #2D4271;
  border: 2px solid #2D4271;
  color: #fff;
}

.product-card {
  border-radius: 3px;
  background: #F5F5F5;
}
.product-card.active {
  background: #F5F5F5;
}
.product-card:hover img {
  transform: scale(1.1);
}
.product-card img {
  width: 100%;
  object-fit: cover;
  height: 214px;
  transition: all 0.5s;
}

.box-banner > .slide-banner:not(:first-child) {
  display: none;
}

.box-banners {
  background: #E7FAFE;
  padding: 20px;
}
.box-banners h2 {
  color: #2D4271;
  text-transform: capitalize;
  font-family: "Bold";
  text-align: center;
  font-size: 24px;
}
.box-banners img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
}
.box-banners .card {
  background: none;
  border: 0 !important;
}

.list-slide-banner {
  margin-top: 30px;
  /*    & > .card-banner:not(:first-child) {
          display: none;
      }
  */
}
.list-slide-banner .slick-slide {
  margin: 0 10px;
}
.list-slide-banner .slick-list {
  margin: 0 -10px;
}
.list-slide-banner:not(.slick-initialized) {
  display: flex;
}
.list-slide-banner:not(.slick-initialized) .card-banner {
  flex-basis: 25%;
}

.card-sub {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-align: center;
  color: #2D4271;
  height: 36px;
}

.title-card {
  font-size: 14px;
  color: #2D4271;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-family: "Bold";
  text-align: center;
}

.tour-name {
  color: #CA770F;
  font-size: 16px;
  font-family: "Bold";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 48px;
  margin: 0;
}
.tour-name:hover a {
  color: #E90000;
}
.tour-name a {
  color: #000;
}

.btn-tour {
  border-radius: 4px;
  background: #CA770F;
  padding: 10px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-transform: uppercase;
  transition: all 0.5s;
  font-family: "Bold";
  font-size: 12px;
}
.btn-tour img {
  width: 14px;
  height: 14px;
}
.btn-tour:hover {
  background: linear-gradient(270deg, #FF8F3B 0%, #FF5900 100%);
  color: #fff;
}

.star-product {
  padding: 5px 0;
  color: #ffa628;
  font-size: 14px;
}

.date-go {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.date-go time {
  font-family: "Bold";
  color: #000 !important;
}

.price-box {
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.price-box span {
  color: red;
  font-size: 20px;
  line-height: 24px;
  font-family: "Bold";
  flex: 1;
}
.price-box del {
  color: #2D4271;
  text-align: right;
  font-size: 12px;
  flex: 1;
  line-height: 20px;
}

.btn-link-all {
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 14px;
  color: #000;
  border: 1px solid #2D4271;
  font-family: "Medium";
}
.btn-link-all:hover {
  background: #2D4271;
  color: #fff;
}

.feedback {
  background: var(--bg-feedback);
  background-repeat: no-repeat;
  background-size: cover;
}

.content-feedback {
  padding: 30px;
  height: 315px;
  /*background: $white;*/
  border-radius: 5px;
  /*border: 1px solid $linear-blue;*/
}
.content-feedback h2 {
  color: #CA770F;
  font-size: 24px;
  font-family: "Bold";
  line-height: 20px;
  text-align: center;
  display: block;
}

.feedback-text {
  color: #2D4271;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
}

.feedback-avt {
  border: 4px solid linear-gradient(270deg, #FF8F3B 0%, #FF5900 100%);
}
.feedback-avt img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
}

.feed-back-name {
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  font-family: "Bold";
  color: #CA770F;
}

.feedback-classtify {
  color: #2D4271;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin: 0;
}

.star {
  color: #ffa628;
}

.search_box__content {
  width: 100%;
}

.feedback-nav {
  border-radius: 10px;
  border: 1px solid #2D4271;
}
.feedback-nav img {
  width: 100%;
  object-fit: cover;
  height: 315px;
  border-radius: 10px;
}

.slide-feedback .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-feedback .slick-arrow * {
  color: #2D4271;
  font-size: 30px;
}
.slide-feedback .chevron-next {
  right: -30px;
}
.slide-feedback .chevron-prev {
  left: -30px;
}
.slide-feedback .slick-dots {
  margin-top: 20px;
}

.camket {
  background: linear-gradient(90deg, #0065DF 0%, #00B6F5 100%);
}
.camket .title {
  color: #fff;
  text-align: left;
}

.camket-thuml {
  position: relative;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #FF8F3B;
  padding: 10px;
}
.camket-thuml img {
  width: 80%;
  object-fit: contain;
  margin: 0 auto;
}

.camket-name {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-family: "Bold";
  line-height: normal;
  text-transform: uppercase;
}

.camket-des {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.banner-page {
  display: flex;
  align-items: end;
  /*height: 300px;*/
  position: relative;
  background: var(--bg-banenr);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*&:before {

      content: "";
      position: absolute;
      width: 100%;
      height: 207px;
      bottom: 0;
      opacity: 0.75;
      background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  }*/
}
.banner-page img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 6.4;
  max-height: 300px;
}
.banner-page .img-cover-search {
  aspect-ratio: 6.4;
  max-height: 300px;
}

.start-place {
  margin-top: 10px;
}
.start-place p {
  color: #2D4271;
  font-size: 20px;
  font-family: "Bold";
  margin-bottom: 0;
  line-height: 25px;
  text-transform: capitalize;
}

.sub-text {
  color: #2D4271;
  font-size: 16px;
}

.arrow-more, .arrow-less {
  text-align: center;
  font-size: 14px;
  color: #2D4271;
  overflow: hidden;
  cursor: pointer;
}
.arrow-more span, .arrow-less span {
  display: block;
  transform: translateX(-5px);
  cursor: pointer;
  animation: arrow-down infinite 2s;
}
.arrow-more i, .arrow-less i {
  font-size: 18px;
}

@keyframes arrow-down {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.tourtList .row .col:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}
.tourtList.active .col:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: block;
}

.arrow-less {
  display: none;
}

.tour-title {
  color: #000;
  font-size: 24px;
  font-family: "Bold";
  margin-top: 20px;
}

.list-img {
  padding: 0 20px;
  margin-top: 15px;
}
.list-img .row {
  margin: 0 -2px;
  height: 100%;
}
.list-img .row [class*=col-] {
  padding: 0 2px;
}
.list-img .row [class*=col-]:nth-child(1), .list-img .row [class*=col-]:nth-child(2) {
  margin-bottom: 4px;
}
.list-img .large-img {
  width: 100%;
  aspect-ratio: 2;
  object-fit: cover;
  height: auto;
}
.list-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 2;
}
.list-img a {
  display: block;
  height: 100%;
}
.list-img .title-image {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 35px 20px 10px;
  color: #fff;
}
.list-img .title-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(106, 106, 106, 0) 0%, #3C3C3C 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  border-radius: 5px;
}
.list-img .title-image span {
  position: relative;
  line-height: 18px;
  -webkit-line-clamp: 3;
}
.list-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-img .overlay img {
  width: 20px;
  height: 15px;
  border-radius: 0;
  object-fit: contain;
  margin-left: 5px;
}
.list-img .overlay span {
  font-weight: 700;
  font-size: 1.25rem;
}
.list-img .hidden-img {
  display: none;
}

.box-article {
  display: flex;
  gap: 10px;
}
.box-article button {
  background: linear-gradient(90deg, #0065DF 0%, #00B6F5 100%);
  color: #fff;
}

.custom-h {
  height: 38px;
}

.btn-orange {
  background: #E90000 !important;
}
.btn-orange:hover {
  background: #CA770F !important;
  color: #fff;
}

.btn-long {
  width: 49%;
  color: #fff;
  /*margin: 25px 0;*/
  text-align: center;
  border-radius: 5px;
  padding: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  background: #CA770F;
}
.btn-long i {
  position: relative;
  margin-right: 10px;
}

.btn-call {
  background: #2D4271 !important;
}
.btn-call:before {
  background: #2D4271;
}

.thank-you {
  text-align: center;
  color: #CA770F;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
  font-family: "Bold";
}

.product-desc {
  overflow-y: auto;
  height: 115px;
  margin-top: 20px;
  text-align: justify;
  color: #2d4271;
  font-size: 14px;
}

.contact-hotline {
  font-size: 14px;
  line-height: 20px;
  color: #2D4271;
}
.contact-hotline a {
  font-family: "Bold";
}

.title-description {
  text-align: center;
  background: linear-gradient(90deg, #0065DF 0%, #00B6F5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Bold";
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 20px;
}

.article-slide {
  margin-top: 30px;
}
.article-slide .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-slide .slick-arrow * {
  color: #2D4271;
  font-size: 20px;
}
.article-slide .slick-slide {
  margin: 0 20px;
}
.article-slide .slick-list {
  margin: 0 -20px;
}
.article-slide .pull-right {
  right: -5%;
}
.article-slide .pull-left {
  left: -5%;
}

.date-home {
  color: #CA770F;
  font-size: 14px;
}

.article-home:first-child {
  flex-direction: column;
}
.article-home:first-child .date-home {
  display: none;
}
.article-home:first-child img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
  border-radius: 10px;
}
.article-home:first-child .colum-subject {
  font-size: 18px;
}
.article-home:not(:first-child) {
  margin-top: 20px;
}
.article-home:not(:first-child) .colum-cat {
  display: none;
}
.article-home:not(:first-child) .date-home {
  display: block;
}
.article-home:not(:first-child) img {
  width: 115px;
  height: 77px;
  object-fit: cover;
  border-radius: 10px;
}
.article-home:not(:first-child) .media-body {
  margin-left: 10px;
  display: flex;
  flex-direction: column-reverse;
}
.article-home:not(:first-child) .colum-subject {
  font-size: 14px;
}
.article-home img {
  transition: all 0.5s;
}
.article-home img:hover {
  transform: scale(1.1);
}

.echbay-sms-messenger div.phonering-alo-zalo,
.echbay-sms-messenger div.phonering-alo-alo {
  background-color: #0084ff;
}

.echbay-sms-messenger div.phonering-alo-sms {
  background-color: #f60;
}

.echbay-sms-messenger div.phonering-alo-messenger {
  background-color: #e60f1e;
}

.echbay-sms-messenger {
  width: 45px;
}

.echbay-sms-messenger a {
  line-height: 45px;
  color: transparent;
  display: block;
}

.echbay-sms-messenger {
  display: block;
}

.echbay-sms-messenger div.phonering-alo-zalo {
  display: block;
}

.echbay-sms-messenger div.phonering-alo-alo {
  background-image: url(https://giuseart.com/wp-content/uploads/2022/11/call.png);
}

.echbay-sms-messenger div.phonering-alo-sms {
  background-image: url(https://giuseart.com/wp-content/uploads/2022/11/mail.png);
  background-color: #f60;
  background-size: 60%;
}

.echbay-sms-messenger div.phonering-alo-zalo {
  background-image: url(https://giuseart.com/wp-content/uploads/2022/11/zalo.png);
}

.echbay-sms-messenger div.phonering-alo-messenger {
  background-image: url(https://giuseart.com/wp-content/uploads/2022/11/messenger.png);
  background-color: #e60f1e;
}

.echbay-sms-messenger div {
  margin-top: 25px;
  height: 50px;
  width: 50px;
  background: #0084FF center no-repeat;
  background-size: 70%;
  border-radius: 50%;
  box-shadow: 0 3px 10px #888;
}

.echbay-sms-messenger {
  text-align: center;
  left: 20px;
  position: fixed;
  bottom: 20px;
  z-index: 999;
}

.colum-subject {
  font-style: normal;
  font-family: "Bold";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.colum-subject a {
  color: #CA770F;
}
.colum-subject a:hover {
  color: #E90000;
}

.colum-cat {
  margin-top: 10px;
  display: block;
  color: #CA770F;
  font-size: 14px;
  text-transform: uppercase;
}
.colum-cat:hover {
  color: #E90000;
}

.card-feedback {
  border: 0;
}
.card-feedback img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1.7;
}
.card-feedback p {
  color: #2D4271;
  font-size: 20px;
  font-family: "Bold";
  line-height: 20px;
}
.card-feedback .classtify {
  color: #2D4271;
  font-size: 16px;
  line-height: 20px;
}

.slide-type-feedback {
  margin-top: 30px;
}
.slide-type-feedback .slick-slide {
  margin: 0 20px;
}
.slide-type-feedback .slick-list {
  margin: 0 -20px;
}
.slide-type-feedback .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-type-feedback .slick-arrow * {
  color: #2D4271;
  font-size: 20px;
}
.slide-type-feedback .pull-right {
  right: -5%;
}
.slide-type-feedback .pull-left {
  left: -5%;
}

.partner {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list-partner {
  margin: 30px 0;
}
.list-partner .slick-slide {
  margin: 0 20px;
}
.list-partner .slick-list {
  margin: 0 -20px;
}
.list-partner > a:not(:first-child) {
  display: none;
}
.list-partner img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1.7;
  filter: grayscale(100%);
  transition: all 0.5s;
}
.list-partner img:hover {
  filter: grayscale(0);
}
.list-partner a {
  display: block;
  padding: 10px;
  border: 1px solid #CAD3E4;
  border-radius: 5px;
}

#main #faq .card {
  margin-bottom: 10px;
  border: 0;
  background: #F9F9F9;
}

#main #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
  background-color: transparent;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  /*background: $darkgreen;*/
  color: #2D4271;
  padding: 10px;
  font-size: 20px;
  font-family: "Bold";
  width: 95%;
  position: relative;
  border: 1px solid #E5E5E5;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 6px 6px 0px;
  background: #CA770F;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #F9F9F9;
  color: #2D4271;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  margin-bottom: 5px;
  box-shadow: none !important;
  font-family: "Bold";
  font-size: 17px;
}
#main #faq .card .card-header .btn-header-link.collapsed span {
  width: 90%;
  display: block;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f0d7";
  background: #CA770F;
}

#main #faq .card .collapsing {
  background: #fff;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  /*color: $colorMain;*/
  margin-top: 10px;
  border-radius: 6px;
  border: 1px solid #E5E5E5;
}

.btn:focus, .btn.focus {
  box-shadow: none;
}

.detail-body img, .detail-body table {
  max-width: 100% !important;
  height: auto !important;
}
.detail-body table {
  width: 100% !important;
}
.detail-body h2 {
  font-size: 1.375rem;
}
.detail-body h3 {
  font-size: 1.25rem;
}
.detail-body h4, .detail-body h5, .detail-body h6 {
  font-size: 1.125rem;
}
.detail-body iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto !important;
}

.departure-schedule {
  border-radius: 6px;
  padding: 15px 0 30px;
}
.departure-schedule table {
  border: 0;
  width: 100% !important;
}
.departure-schedule tr:first-child {
  border: 0;
}
.departure-schedule tr:first-child td, .departure-schedule tr:first-child th {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px 6px;
}
.departure-schedule td, .departure-schedule th {
  border: 0;
  padding: 10px 15px 6px;
}
.departure-schedule td:nth-child(1), .departure-schedule th:nth-child(1) {
  font-weight: 700;
  width: 25%;
  text-align: left !important;
}
.departure-schedule td:nth-child(1) img, .departure-schedule th:nth-child(1) img {
  width: 65px !important;
  aspect-ratio: 3/2;
  object-fit: contain;
  margin-right: 25px;
}
.departure-schedule td:nth-child(2), .departure-schedule th:nth-child(2) {
  text-align: center !important;
  width: 50%;
}
.departure-schedule td:nth-child(3), .departure-schedule th:nth-child(3) {
  text-align: right !important;
  width: 25%;
  font-weight: 700;
}
.departure-schedule tbody tr {
  border-bottom: 1px dashed #ccc;
}
.departure-schedule tbody tr:last-child {
  border-bottom: 0;
}
.departure-schedule tbody td {
  vertical-align: baseline;
}
.departure-schedule b, .departure-schedule strong {
  font-weight: 700;
}

.aside-right {
  padding: 20px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

.origi-price {
  color: #6B6B6B;
  font-size: 16px;
}

.sale-price {
  color: #E90000;
  font-size: 20px;
  font-family: "Bold";
}

.saleoff-badge {
  position: absolute;
  right: 20px;
  top: 0;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-size: 14px;
}
.saleoff-badge strong {
  font-size: 24px;
}
.saleoff-badge:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 89%;
  width: 90%;
  content: "";
  border: 2px dashed #fff;
}

.sub-info-tour {
  color: #2D4271;
  font-size: 14px;
  margin-top: 10px;
}
.sub-info-tour span {
  font-family: "Bold";
}
.sub-info-tour li {
  padding: 8px 0;
  border-bottom: 1px #eee solid;
}

.btn-bag {
  background: linear-gradient(270deg, #FF8F3B 0%, #FF5900 100%);
  color: #fff;
}

.title-form {
  color: #000 !important;
  font-size: 25px;
}

.name-lable {
  color: #000;
}

.btn-form {
  background: #CA770F;
}
.btn-form p {
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-family: "Bold";
  margin-bottom: 0;
}
.btn-form span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-family: "Medium";
}
.btn-form:hover {
  background: linear-gradient(270deg, #FF8F3B 0%, #FF5900 100%);
}

.hotline-product {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  &:hover {
      background: $linear-gradient;
  }*/
}

.icon {
  font-size: 40px;
  margin-right: 10px;
}
.icon i {
  background: linear-gradient(270deg, #FF8F3B 0%, #FF5900 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#search-box {
  visibility: hidden;
  opacity: 0;
}
#search-box.active {
  visibility: visible;
  opacity: 1;
}

.box-banner-f .search_box {
  position: absolute;
  width: 100%;
  transform: translateY(16%);
  z-index: 99;
  height: 366px;
}
.box-banner-f .search_box__item {
  height: 60px;
}
.box-banner-f .search_box__item a {
  font-size: 14px;
}

.text {
  color: linear-gradient(270deg, #FF8F3B 0%, #FF5900 100%);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.text p {
  /*color: $linear-gradient;*/
  background: linear-gradient(270deg, #FF8F3B 0%, #FF5900 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-family: "Bold";
}

.input-group {
  border-radius: 5px;
  background: #E7E7E7;
  display: flex;
  padding: 5px;
}
.input-group input {
  flex-grow: 1;
  background: none;
  outline: none;
  border: 0;
}
.input-group button {
  background: none;
  outline: none;
  border: 0;
}

#Informations .card {
  border: 0;
}
#Informations .card-header {
  border: 0;
  padding: 0;
  background: transparent;
}
#Informations .card-header button {
  border: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #2D4271;
  outline: none;
  text-align: left;
  font-family: "Bold";
}
#Informations .card-header button[aria-expanded=true] i {
  transform: rotate(90deg);
}
#Informations .card-header button i {
  margin-right: 15px;
  transition: all 0.5s;
}
#Informations .card-body {
  padding: 15px 30px;
  font-size: 0.875rem !important;
  color: #2D4271;
}
#Informations .card-body ul, #Informations .card-body ol {
  margin: 0;
  padding-left: 0;
}

.tag-tours {
  font-size: 14px;
  margin-bottom: 0;
}
.tag-tours i {
  color: #2D4271;
}
.tag-tours a {
  background: #2D4271;
  color: #fff;
  padding: 3px 5px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 5px;
}
.tag-tours a:hover {
  background: #e0e0e0;
  color: #E90000;
}

.cat-footer-title {
  position: relative;
  padding-left: 10px;
  color: #2D4271;
  font-size: 20px;
  font-family: "Bold";
  line-height: 132.836%;
}
.cat-footer-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #2D4271;
}

.tour-img {
  margin-right: 10px;
  width: 130px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.name-truncate {
  height: 49px;
}

.price-tour {
  margin-top: 5px;
  color: #2D4271;
}
.price-tour span {
  font-size: 18px;
  font-family: "Bold";
  line-height: 24px;
}
.price-tour del {
  margin-left: 10px;
  font-size: 12px;
}

.menu-mobile-hotline {
  font-size: 20px;
  font-family: "Bold";
  color: #2D4271;
}

.slider-for .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slider-for .slick-arrow * {
  color: #2D4271;
  font-size: 20px;
}
.slider-for .chevron-next {
  right: -20px;
}
.slider-for .chevron-prev {
  left: -20px;
}

.box-images .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-images .slick-arrow * {
  color: #2D4271;
  font-size: 20px;
}
.box-images .chevron-next {
  right: -20px;
}
.box-images .chevron-prev {
  left: -20px;
}
.box-images .slider-for > .slider-for-item:not(:first-child) {
  display: none;
}
.box-images .slider-for .slider-for-item {
  position: relative;
  display: block;
}
.box-images .slider-for img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  border-radius: 5px;
}
.box-images .slider-for .text-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 55px 25px 20px;
}
.box-images .slider-for .text-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(106, 106, 106, 0) 0%, #3C3C3C 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  border-radius: 0 0 5px 5px;
}
.box-images .slider-for .slick-arrow {
  border: 0;
  color: #fff;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  z-index: 1;
  outline: none;
}
.box-images .slider-for .slick-arrow:hover {
  color: #2D4271;
}
.box-images .slider-for .chevron-prev {
  left: 0;
}
.box-images .slider-for .chevron-next {
  right: 0;
}
.box-images .slider-nav {
  margin-top: 10px;
}
.box-images .slider-nav > img:not(:first-child) {
  display: none;
}
.box-images .slider-nav img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 5px;
  opacity: 1;
}
.box-images .slider-nav .slick-list {
  margin: 0 -4px;
}
.box-images .slider-nav .slick-slide {
  padding: 0 4px;
}

.slider-nav .slick-current img {
  opacity: 1;
  border: 2px solid #2D4271;
}

.booking-form {
  border-radius: 6px;
  background: rgba(202, 119, 15, 0.0784313725);
  padding: 20px;
  margin-top: 30px;
}
.booking-form p {
  color: #2D4271;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Bold";
  -webkit-text-fill-color: unset;
}
.booking-form button {
  background: #CA770F;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Bold";
}

.booking-detail label {
  color: #2D4271;
  font-size: 18px;
  font-family: "Bold";
}
.booking-detail input, .booking-detail textarea {
  border-radius: 23.5px !important;
}

.des-card {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #2D4271;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slide-card .slick-slide {
  margin: 0 10px;
}
.slide-card .slick-list {
  margin: 0 -10px;
}
.slide-card .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-card .slick-arrow * {
  color: #2D4271;
  font-size: 20px;
}
.slide-card .chevron-next {
  right: -20px;
}
.slide-card .chevron-prev {
  left: -20px;
}

.camnang-item {
  display: flex;
  align-items: start;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
}
.camnang-item:last-child {
  border-bottom: 0;
}
.camnang-item img {
  margin-top: 5px;
  margin-right: 5px;
}
.camnang-item a {
  color: #2D4271;
  font-size: 16px;
  line-height: 132.836%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.box-filter {
  background: #F5F5F5;
  margin-bottom: 20px;
}
.box-filter p {
  margin-bottom: 0;
  padding: 15px;
  color: #2D4271;
  font-size: 20px;
  font-family: "Bold";
  line-height: normal;
}

.address-filler {
  padding: 15px;
  background: linear-gradient(90deg, #0065DF 0%, #00B6F5 100%);
  color: #fff;
  font-size: 18px;
  /*text-transform: capitalize;*/
  text-transform: uppercase;
  font-family: "Bold";
}

.content-filter {
  padding: 15px;
}

.type-title {
  margin-top: 20px;
  color: #2D4271;
  font-size: 16px;
  font-family: "Bold";
  text-transform: uppercase;
}

.checkbox-wrapper-48 {
  display: flex;
  align-items: center;
}

.checkbox-wrapper-48 label {
  font-size: 1.35em;
  cursor: pointer;
}

.checkbox-wrapper-48 input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  font: inherit;
  cursor: pointer;
  border: 0.1em solid #CAD1E0;
  margin-bottom: -0.125em;
}

.checkbox-wrapper-48 input:checked {
  border-color: transparent;
  background: linear-gradient(90deg, #0065DF 0%, #00B6F5 100%) border-box;
  box-shadow: 0 0 0 0.1em inset #fff;
}

.checkbox-wrapper-48 input:not(:checked):hover {
  border-color: transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #0065DF 0%, #00B6F5 100%) border-box;
}

.filter-ul {
  display: none;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 9;
  background: #fff;
  width: 100%;
}
.filter-ul.active {
  display: block;
}
.filter-ul > li {
  font-family: "Medium";
  border-bottom: 1px solid #ccc;
}
.filter-ul li {
  cursor: pointer;
  color: #000;
}

.stand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.padding-item {
  padding: 6px 14px;
}

.box-icon {
  height: 100%;
  width: 50px;
  text-align: right;
  margin-right: -0.5rem;
}
.box-icon i {
  font-size: 12px;
  font-weight: 600 !important;
}

.child-filter, .chid-ul {
  display: none;
}

.child-filter li {
  border-top: 1px solid #7991ad;
}
.child-filter ul li {
  font-size: 14px;
}

/*.checkbox-wrapper-48 {
    --gray: #636e72;
    --very-light-gray: #eee;
    --light-gray: #9098A9;
    --x-light-gray: #dfe6e9;
    --gradient: linear-gradient(180deg, #E02020 0%, #FA6400 17%, #F7B500 33%, #6DD400 50%, #0091FF 67%, #6236FF 83%, #B620E0 100%);
}

.checkbox-wrapper-48 label {
    font-size: 1.35em;
}
*/
/* CORE STYLES */
/*.checkbox-wrapper-48 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1em;
    height: 1em;
    font: inherit;
    border: 0.1em solid var(--light-gray);
    margin-bottom: -0.125em;
}

.checkbox-wrapper-48 input[type=checkbox] {
    border-radius: 0.25em;
}

.checkbox-wrapper-48 input:checked {
    border-color: transparent;
    background: var(--gradient) border-box;
    box-shadow: 0 0 0 0.1em inset #fff;
}

.checkbox-wrapper-48 input:not(:checked):hover {
    border-color: transparent;
    background: linear-gradient(#fff, #fff) padding-box, var(--gradient) border-box;
}*/
.point {
  color: #2D4271;
}
.point span {
  display: inline-block;
  font-size: 30px;
  color: #2d4271;
}

.meta-vote {
  margin: 0 10px 0 5px;
}

.star-box {
  display: inline-block;
  position: relative;
}

.star-gray {
  position: relative;
  z-index: 0;
}
.star-gray i {
  color: #ffa628;
  font-size: 1.5rem;
}

.star-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
}
.star-color i {
  color: #ffa628;
  font-size: 1.5rem;
}

.custom-title {
  line-height: 35px;
  font-size: 25px;
}

.custom-bg {
  text-align: center;
  -webkit-text-fill-color: unset;
  background: #CA770F;
  color: #fff;
  padding: 0 40px;
  line-height: 70px;
  height: 70px;
  display: block;
  width: max-content;
  border-radius: 10px;
  margin: auto;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

#full-stars-example-two .rating-group {
  display: inline-flex;
  width: 100%;
  gap: 10px;
  justify-content: center;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.review-btn {
  background: #CA770F;
  color: #fff;
  font-family: "Bold";
}

.customer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rep {
  color: #437dfe;
  font-size: 0.875rem;
}

.no-img {
  background: #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bold";
}

.customer-name {
  font-family: "Bold";
  color: #2D4271;
}

.box-answer {
  padding: 15px;
  background: #f5f5f5;
  position: relative;
}
.box-answer:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  border-bottom: 10px solid #f5f5f5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.box-answer .customer {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.box-answer .customer img {
  width: 45px;
  aspect-ratio: 1/1;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
}
.box-answer .customer .customer-name {
  font-weight: 700;
  font-size: 0.875rem;
  color: #2D4271;
  margin-left: 5px;
}
.box-answer .content {
  color: #2D4271;
  font-size: 0.875rem;
  margin-top: 5px;
}

.review-item {
  padding: 10px 0;
}
.review-item .time {
  font-size: 0.875rem;
  color: #9e9999;
  margin-left: 5px;
}
.review-item:first-child {
  border-top: 0;
}
.review-item .meta-vote {
  display: flex;
  margin: 10px 0 15px;
}
.review-item .favor {
  color: #9e9999;
  font-size: 12px;
  margin-left: 5px;
  transform: translateY(4px);
}
.review-item .content {
  margin: 0 !important;
  font-size: 14px;
  color: #2D4271;
  margin-bottom: 20px;
}

.star-yellow {
  color: #ffa628;
}

.price-book {
  font-family: "Bold";
  color: #2D4271;
  font-size: 16px;
}

.detail-tour {
  overflow: hidden;
}
.detail-tour .text-detail a {
  font-size: 16px;
  color: #333;
  font-family: "Bold";
}
.detail-tour .text-detail a:hover {
  color: #2D4271;
}
.detail-tour .sub-info-tour {
  padding: 0;
}
.detail-tour .sub-info-tour li {
  padding: 2px 0;
}

.img-detail {
  width: 150px;
  float: left;
}
.img-detail img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.img-detail ~ .text-detail {
  padding-left: 160px;
}

.bg-gray {
  background: #f5f5f5;
}

.media-right-card img {
  width: 72px;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 10px;
}
.media-right-card .date {
  font-size: 14px;
  color: #2D4271;
}

.media-subject {
  font-size: 14px;
  color: #2D4271;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.box-wraper {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}

.search-form {
  padding: 16px;
}
.search-form input {
  padding-right: 50px;
}
.search-form .input-group-append {
  position: absolute;
  right: 0;
  z-index: 9;
}

.category-menu > li > a {
  color: #fff;
  background: #2D4271;
  text-transform: uppercase;
  font-family: "Bold";
  display: block;
  padding: 10px;
}

.article-grid {
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.75rem;
}
.article-grid img {
  width: 100%;
  object-fit: cover;
  height: 225px;
}

.name-trun {
  height: 40px;
}

.btn-article {
  background: #CA770F;
  color: #fff;
  font-family: "Bold";
  margin-top: 10px;
}

.cat-a {
  font-size: 16px;
  color: #CA770F;
  font-family: "Medium";
}

.box-content {
  padding: 16px;
}
.box-content .date {
  margin-bottom: 8px;
  font-size: 14px;
}
.box-content a {
  color: #CA770F;
}
.box-content h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-family: "Bold";
  font-size: 16px;
  margin-bottom: 10px;
  height: 38px;
}

.grid-des {
  font-size: 14px;
  height: 63px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.course-category a {
  color: #2D4271;
  font-size: 16px;
  font-family: "Medium";
  margin-bottom: 5px;
}
.course-category a i {
  color: #2D4271;
}

.sticky-toctoc {
  position: sticky;
  top: 100px;
  z-index: 99;
}

.article-content h2 {
  color: #CA770F;
}
.article-content strong {
  font-family: "Bold";
}

.course-name-detail {
  color: #CA770F;
  font-size: 23px;
  font-family: "Bold";
  margin-top: 15px;
}

.close {
  display: none;
}

.ovelay-box-search.active {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6666666667);
  z-index: 999;
}
.ovelay-box-search.active .search_box {
  top: 55%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.ovelay-box-search.active .close {
  top: 70px;
  right: 1%;
  display: block;
}
.ovelay-box-search.banner .search_box {
  width: 40%;
}

.search_box {
  position: fixed;
  right: 0;
  z-index: 999;
  width: 68%;
  height: 500px;
  display: flex;
  transform: translateY(-120%);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  transition: 0.5s;
}
.search_box.is-active {
  transform: translateY(0);
}
.search_box__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  z-index: 12;
}
.search_box__item {
  height: 80px;
}
.search_box__item a {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 200px;
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.search_box__item.is-active a {
  color: #fff;
  background-color: #2D4271;
  position: relative;
}
.search_box__item.is-active a::after {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #2D4271;
  border-right: 0;
}
.search_box__content {
  border-left: 1px solid #e6e6e6;
  padding: 15px 15px 15px 15px;
  overflow: auto;
  z-index: 10;
}
.search_box__content2 {
  margin-left: 200px;
  padding: 15px 15px 15px 15px;
  border-left: 1px solid #e6e6e6;
  display: none;
  background-color: #fff;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.search_box__content2.is-active {
  display: block;
}
.search_box__list-photo {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.search_box__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2;
}
.search_box__tour {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.search_box__tour .tour-item {
  display: flex;
  align-items: start;
  gap: 20px;
}
.search_box__tour .tour-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.search_box .tour-item span {
  color: #CA770F !important;
  font-family: "Bold";
}
.search_box__tour .tour-link a {
  color: #2D4271;
  display: inline-block;
  font-size: 14px;
}

.admin-top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #000;
}
.admin-top ul {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 30px;
}
.admin-top li {
  padding-right: 1rem;
  color: #999;
}
.admin-top a {
  color: #fff;
}

.search_box__item-photo {
  position: relative;
}
.search_box__item-photo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search_box__item-photo .name-address {
  font-size: 16px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: "Bold";
}

.form-search-mobi {
  display: none;
}
.form-search-mobi.active {
  display: block;
}

@media (max-width: 1300px) {
  .dropdown-menu {
    width: 1100px;
  }
}
@media (max-width: 1024px) {
  .sale-slide .chevron-next {
    right: 0;
    color: #fff;
  }
  .sale-slide .chevron-prev {
    color: #fff;
    left: 0;
  }
  .hamburger {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 99;
  }
  .hamburger .bar {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 3px;
    transition: all 0.5s;
  }
  .hamburger .bar:nth-child(1) {
    transform: translateY(-10px);
    width: 20px;
    left: 10px;
  }
  .hamburger .bar:nth-child(2) {
    transform: translateY(10px);
    width: 15px;
    left: 10px;
  }
  .hamburger.active .bar {
    background: red;
  }
  .hamburger.active .bar:nth-child(1) {
    width: 30px;
    transform: translateY(0) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(2) {
    width: 30px;
    transform: translateY(0) rotate(315deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateX(60px);
  }
  .menu-mb {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 55%;
    height: calc(100vh - 90px);
    background: #2D4271;
    z-index: 99 !important;
    padding-top: 20px;
    overflow-y: auto;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .menu-mb.active {
    left: 0;
  }
  .menu-mb .header-search-mb {
    padding: 0 10px;
    position: relative;
  }
  .menu-mb .header-search-mb .form-control {
    border-radius: 5px;
    font-size: 14px;
    box-shadow: none;
  }
  .menu-mb .header-search-mb .form-control::placeholder {
    font-style: italic;
    color: #AFAFAF;
  }
  .menu-mb .header-search-mb button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border: 0;
    background: transparent;
    color: #2D4271;
  }
  .author-login-mb {
    margin-top: 20px;
  }
  .author-login-mb li {
    background: #fff;
  }
  .author-login-mb li:not(:last-child) {
    border-bottom: 1px solid #2D4271;
  }
  .author-login-mb a {
    display: flex;
    padding: 10px 16px;
  }
  .author-login-mb a i {
    margin-right: 10px;
  }
  .nav-mb {
    margin-top: 10px;
  }
  .nav-mb a {
    text-transform: capitalize;
  }
  .nav-mb > li {
    position: relative;
  }
  .nav-mb > li > a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 8px 20px;
  }
  .expand-bar {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .expand-bar::before, .expand-bar::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    transition: all 0.3s;
  }
  .expand-bar::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .expand-bar.open::before, .expand-bar.open::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .sub-nav-mb {
    display: none;
  }
  .sub-nav-mb a {
    color: #2D4271;
  }
  .sub-nav-mb > li > a {
    display: block;
    font-size: 14px;
    background: #fff;
    padding: 5px 30px;
  }
  .third-child-mb {
    background: #fff;
    padding-left: 30px;
  }
  .third-child-mb li {
    border-left: 1px solid #2D4271;
  }
  .third-child-mb a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
  }
  .child-mb__lv3 {
    padding-left: 20px;
  }
  .address-hot .chevron-next, .slide-card .chevron-next {
    right: 0;
  }
  .address-hot .chevron-prev, .slide-card .chevron-prev {
    left: 0;
  }
  .overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9 !important;
    background: rgba(0, 0, 0, 0.6901960784);
  }
  .overlay.active {
    right: 0;
  }
  .slide-feedback .chevron-prev {
    left: 0;
  }
  .box-search {
    bottom: 23%;
  }
  .banner-page {
    height: 150px;
  }
  .tourtList .row .col:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
  }
  .tourtList.active .col:not(:nth-child(1)):not(:nth-child(2)) {
    display: block;
  }
  .saleoff-badge {
    right: 0;
    top: 0;
    font-size: 9px;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
  }
  .breadcrumb-item:last-child:before {
    padding-right: 5px;
  }
}
.image-preview {
  position: relative;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #f9f9f9;
  text-align: center;
}
.image-preview .remove-button {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #E90000;
  top: -7px;
  right: -7px;
}
.image-preview img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 !important;
}

.list-img-review, #ListImages {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Mỗi hàng có 5 cột */
  gap: 10px; /* Khoảng cách giữa các ảnh */
  list-style-type: none; /* Loại bỏ các dấu chấm ở trước mỗi phần tử danh sách */
  padding: 0;
}

.btn-scroll {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0065DF 0%, #00B6F5 100%);
  box-shadow: 0 0 20px #7991ad;
  cursor: pointer;
  z-index: 90;
}
.btn-scroll i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.25rem;
  color: #fff;
}

.content-center {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 1;
}

.pulse i {
  color: #fff;
}

.pulse {
  height: 55px;
  width: 55px;
  background-color: #E90000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pulse::before {
  content: "";
  position: absolute;
  border: 1px solid #E90000;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
}

.pulse::after {
  content: "";
  position: absolute;
  border: 1px solid #E90000;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.zalo-center {
  position: fixed;
  right: 30px;
  bottom: 130px;
  z-index: 1;
}
.zalo-center * {
  background: #CA770F;
}
.zalo-center img {
  width: 80%;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 50%;
}
.zalo-center .pulse::before {
  border: 1px solid #CA770F;
}
.zalo-center .pulse::after {
  border: 1px solid #CA770F;
}

.visa-name {
  font-family: "Bold";
  font-size: 18px;
  color: #CA770F;
  text-align: center;
  @Include truncate(2);
}
.visa-name a {
  color: #CA770F;
}

.type-visa {
  color: #000;
  font-family: "Bold";
  height: 24px;
  text-align: center;
}

.visa-card {
  margin-bottom: 20px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: calc(100% - 20px);
  /*.price-box {
      flex-direction: unset;
      align-items: center;
  }*/
}
.visa-card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
}

.modal-dialog {
  max-width: 600px;
  margin: 2rem auto;
  margin-top: 75px;
}
.modal-dialog .title {
  font-size: 28px;
}

.box-filter {
  position: sticky;
  top: 70px;
}

@media (max-width: 1360px) {
  .article-slide .pull-left {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .article-slide .pull-right {
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 1200px) {
  .sale-slide .chevron-next {
    right: 0;
  }
  .sale-slide .chevron-prev {
    left: 0;
  }
}
@media (max-width: 900px) {
  .sale-slide {
    height: auto;
  }
  .box-search {
    width: 76%;
  }
  .zalo-btn {
    background: #2D4271;
    color: #fff;
  }
  #book-mobile {
    display: block;
  }
  .box-search, .feedback-nav {
    display: none;
  }
  .article-slide .pull-left, .slide-type-feedback .pull-left {
    left: 0;
  }
  .article-slide .pull-right, .slide-type-feedback .pull-right {
    right: 0;
  }
  .course-name-detail {
    font-size: 25px;
  }
  .box-slogan {
    position: absolute;
    bottom: unset;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-slogan {
    font-size: 20px;
  }
  .sub-slogan {
    font-size: 14px;
  }
  .banner .chevron-next {
    right: 0;
  }
  .banner .chevron-prev {
    left: 0;
  }
  /*.box-feed {
      width: auto !important;
  }*/
}
.detail-body table {
  letter-spacing: 1px;
}
.detail-body blockquote {
  border-left: 4px solid #ccc;
  padding: 5px 10px 5px 20px;
  background: #eeeeee;
}

#contentPager a, #contentPager2 a {
  margin-right: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cbd1d6;
}
#contentPager .active a, #contentPager2 .active a {
  background: #7991ad;
  color: #fff;
  border: 1px solid #7991ad;
}

@media (max-width: 600px) {
  .sticky-toctoc {
    position: relative;
    top: 0;
  }
  .article-content {
    padding: 1rem 0;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 11px;
    margin-top: 5px;
    margin-right: 4px;
    float: unset;
  }
  .list-partner .slick-slide {
    margin: 0 10px;
    aspect-ratio: 1.43;
  }
  .banner-page {
    height: auto;
  }
  .banner img {
    aspect-ratio: 600/377;
  }
  .logo {
    width: 124px;
    height: 48px;
  }
  .main-slogan {
    font-size: 16px;
  }
  .banner .slick-arrow * {
    color: #fff;
    font-size: 18px;
  }
  .slide-feedback .chevron-next {
    right: 0;
  }
  .title {
    font-size: 24px;
  }
  .sale-slide .slick-arrow * {
    color: #fff;
    font-size: 16px;
  }
  .padding-section {
    padding: 15px 0;
  }
  .name-address {
    font-size: 20px;
  }
  .address-tours img {
    height: 190px;
  }
  .address-hot .slick-arrow * {
    color: #2D4271;
    font-size: 11px;
  }
  .address-hot .slick-arrow {
    width: 23px;
    height: 23px;
  }
  .btn-link {
    font-size: 12px;
    padding: 5px 15px;
  }
  .title-sub {
    font-size: 12px;
  }
  .article-home:first-child .colum-subject {
    font-size: 14px;
  }
  .article-home:not(:first-child) .colum-subject {
    font-size: 12px;
  }
  .card-feedback p {
    font-size: 15px;
    line-height: 0px;
  }
  .camket-des {
    font-size: 12px;
  }
  .camket-name {
    font-size: 14px;
  }
  .menu-mb {
    top: 62px;
    width: 100%;
    height: calc(100vh - 62px);
  }
  .camket .title {
    text-align: center;
  }
  .box-filter p {
    font-size: 16px;
  }
  /* .address-filler {
          font-size: 14px;
      }
  */
  .type-title {
    font-size: 14px;
  }
  .stardate, .text-fil, .input-filter, .keywords {
    font-size: 12px;
  }
  .tour-title {
    font-size: 20px;
  }
  .title-description {
    font-size: 18px;
  }
  #main #faq .card .card-header .btn-header-link.collapsed span {
    font-size: 14px;
  }
  #main #faq .card .card-header .btn-header-link {
    font-size: 14px;
  }
  #Informations .card-header button {
    font-size: 15px;
  }
  .booking-form p {
    font-size: 19px;
  }
  .booking-detail label {
    font-size: 16px;
  }
  .booking-detail input, .booking-detail textarea {
    font-size: 16px;
  }
  .subcribe {
    width: 100%;
  }
  .detail-body h2 {
    font-size: 16px;
  }
  .detail-body h3 {
    font-size: 16px;
  }
  .detail-body h4, .detail-body h5, .detail-body h6 {
    font-size: 16px;
  }
  .custom-bg {
    line-height: 1.3;
    /* line-height: unset; */
    height: unset;
    width: unset;
    padding: 20px 30px;
  }
  .btn-scroll {
    width: 40px;
    height: 40px;
  }
  .btn-scroll i {
    height: 40px;
  }
  .pulse {
    width: 40px;
    height: 40px;
  }
  .pulse i {
    font-size: 16px;
  }
  .zalo-center img {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .title.custom-bg {
    font-size: 14px;
  }
  .box-banners h2 {
    font-size: 20px;
  }
  .box-banners img {
    width: 45px;
    height: 45px;
  }
  .box-banners .card-body {
    padding: 10px;
  }
}
