@charset "UTF-8";
/*************** ADD CUSTOM CSS HERE.   ***************/
/* Responsive Size */
/**/
/* Misc */
/* BREAKPOINTS */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.eot");
  src: url("../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat-Italic.ttf") format("truetype"), url("../fonts/Montserrat-Italic.svg#Montserrat-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBlack.eot");
  src: url("../fonts/SVN-GothamBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GothamBlack.woff2") format("woff2"), url("../fonts/SVN-GothamBlack.woff") format("woff"), url("../fonts/SVN-GothamBlack.ttf") format("truetype"), url("../fonts/SVN-GothamBlack.svg#SVN-GothamBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBold.eot");
  src: url("../fonts/SVN-GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GothamBold.woff2") format("woff2"), url("../fonts/SVN-GothamBold.woff") format("woff"), url("../fonts/SVN-GothamBold.ttf") format("truetype"), url("../fonts/SVN-GothamBold.svg#SVN-GothamBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body, html {
  font-size: 16px;
  color: #252525;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  body, html {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  body, html {
    font-size: 16px;
  }
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4 {
  font-family: "SVN-Gotham", serif !important;
  font-weight: bold;
}

h2.main-title {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  h2.main-title {
    font-size: 1.5rem;
    text-transform: uppercase;
  }
}

.text-center {
  text-align: center;
}

.component-tour-box, .sidebar_tour .box_info, .uxblock-tour-experience, .sidebar, #shop-sidebar .block_widget {
  background-color: #f0f6f8;
  border: 1px solid rgba(25, 64, 89, 0.2);
  padding: 1.302rem 1.042rem;
  border-radius: 0 0 0.521rem 0.521rem;
}
.component-tour-box.rounded-full, .sidebar_tour .rounded-full.box_info, .rounded-full.uxblock-tour-experience, .rounded-full.sidebar, #shop-sidebar .rounded-full.block_widget {
  border-radius: 0.521rem;
}

.sidebar, #shop-sidebar .block_widget {
  border-radius: 0.521rem 0.521rem;
}

.main-title {
  font-weight: bold;
  color: var(--va-primary);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  display: inline-block;
  width: auto;
}
.main-title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 100%;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  background-position: center left;
}

.text-justify {
  text-align: justify;
}

.header .header-top {
  background: var(--va-primary);
}
.header .header-top .flex-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
.header .header-top .flex-col:first-child ~ .flex-col {
  display: none;
}
.header .header-top .flex-col .html {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.header .header-top .flex-col ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.header .header-top .flex-col ul a, .header .header-top .flex-col ul span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 14px;
}
.header .header-top .flex-col ul a {
  font-weight: bold;
}
.header .header-top .flex-col ul li {
  margin-bottom: 0px;
}
.header .header-main {
  background: rgba(255, 255, 255, 0.63);
}
.header .header-main .nav > li > a {
  font-size: 1rem;
  padding-left: 10px;
  padding-right: 10px;
}
.header .header-nav .nav-dropdown {
  display: block !important;
  white-space: normal;
  max-width: 350px;
  min-width: 280px;
}
.header .header-nav .nav-dropdown > li {
  display: block;
  width: 100%;
}
.header .nav-dropdown-default .nav-column li > a, .header .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: 0px !important;
}
.header .nav-dropdown-default .nav-column li > a:before, .header .nav-dropdown.nav-dropdown-default > li > a:before {
  content: "";
  background-image: url(../img/icon_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 0.677rem;
  height: 0.677rem;
  display: inline-block;
  margin-right: 0.521rem;
}
.header .nav-dropdown {
  border-radius: 10px;
}
.header .nav-dropdown-default {
  padding-right: 0 !important;
}
.header .nav > li.menu-item:last-child:hover a {
  color: #0b8236;
}

/* Ẩn submenu cấp 2 mặc định */
.header-nav .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%; /* xổ ngang sang phải */
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 0;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 9999;
}

.header-nav .sub-menu > li {
  position: relative;
}

/* Hover vào mục cha => show submenu cấp 2 */
.header-nav .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.banner {
  background: transparent !important;
}

.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
  fill: #fff !important;
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  border: none !important;
}

.header-main .header-nav-main > li > a {
  color: #252525;
}
.header-main .nav-column li.active > a, .header-main .nav-column li > a:hover, .header-main .nav-dropdown li.active > a, .header-main .nav-dropdown > li > a:hover, .header-main .nav-vertical-fly-out > li > a:hover, .header-main .nav > li.active > a, .header-main .nav > li.current > a, .header-main .nav > li > a.active, .header-main .nav > li > a.current, .header-main .nav > li > a:hover {
  color: var(--va-primary);
}

.article-inner p, .article-inner div {
  text-align: justify;
}

.s-home__small-banner .banner-inner {
  z-index: 1;
}
.s-home__small-banner .banner {
  background: transparent;
}
.s-home__small-banner .banner .overlay {
  background: none !important;
}
.s-home__small-banner .text-box-content h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  text-shadow: 3px 3px 10px #000;
}
.s-home__small-banner .banner img {
  border-radius: 100%;
}
.s-home__small-banner > .col {
  position: relative;
  z-index: 1;
}
@media (min-width: 850px) {
  .s-home__small-banner > .col {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}
.s-home__small-banner > .col:nth-child(even) {
  z-index: 2;
}
@media (min-width: 850px) {
  .s-home__small-banner > .col:nth-child(even) {
    margin-top: -50px;
  }
}
.s-home__small-banner > .col:hover {
  z-index: 3;
}
.s-home__small-banner > .col:hover .banner {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.s-home__small-banner > .col .banner {
  padding-top: 100% !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.s-home__small-banner > .col .banner:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  border: 10px solid #fff;
  right: -5px;
  left: -10px;
  border-radius: 50%;
}
.s-home__small-banner > .col .banner:before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  background: rgba(22, 182, 208, 0.1607843137);
  right: -25px;
  left: -20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px -4px 40px rgba(22, 182, 208, 0.1607843137);
          box-shadow: 0px -4px 40px rgba(22, 182, 208, 0.1607843137);
}
.s-home__partners .slider .flickity-viewport {
  overflow: visible !important;
}
@media (min-width: 768px) {
  .s-home__partners .slider .img {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  .s-home__partners .slider .img {
    width: 50% !important;
  }
}
.s-home__partners .slider .img img {
  height: 150px !important;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
  margin: 0 auto;
}
.s-home__video, .s-home__video .section-content {
  min-height: 43vw !important;
}
.s-home__video .banner {
  position: absolute;
  top: 11.5%;
  width: 45.9%;
  height: 54.1%;
  left: 33.28%;
}
.s-home__video-mb, .s-home__video-mb .section-content {
  min-height: 140vw !important;
}
.s-home__video-mb .video {
  position: absolute;
  top: 26.5%;
  width: 62.9%;
  height: 26.1%;
  left: 18.28%;
  min-height: unset;
  padding: 0 !important;
}
.s-home__news .row-box-shadow-1 {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .s-home__news .row-box-shadow-1 > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.category-tour__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-tour__wrapper .box-image {
  position: relative;
  width: 50%;
}

.tour-detail__custom-tabs .tab-panels {
  background: #f0f6f8;
  padding: 1.5rem;
}

.has-equal-box-heights .category-tour .box-image {
  padding-top: 0;
}
.has-equal-box-heights .category-tour .box-image img {
  position: initial;
}

.product-main .product-summary .price-wrapper {
  display: none;
}

.uxblock-tour-experience {
  margin-top: 3rem;
}
.uxblock-tour-experience .main-title {
  font-size: 1.25rem;
  margin: 0;
}

.product-small.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px !important;
  padding-bottom: 0px !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .product-small.box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-small.box .price-wrapper {
  border-top: 1px dashed;
  padding-top: 0.78125rem;
  color: var(--va-primary);
  width: 80%;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .product-small.box .price-wrapper {
    width: calc(100% - 15px);
  }
}
.product-small.box .price-wrapper span.amount {
  color: var(--va-primary);
  font-size: 1.5rem;
}
.product-small.box .box-text {
  padding-left: 15px;
}
.product-small.box .box-text .title-wrapper {
  padding-right: 4.5rem;
}
.product-small.box .category-tour__thoi-gian {
  width: 4.323rem;
  margin-left: 1.823rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10;
  height: 56px;
  background: var(--fs-color-secondary);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 56px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .product-small.box .category-tour__thoi-gian {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.product-small.box .location {
  background: var(--fs-color-secondary);
  border-radius: 15px;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-top: 5px;
}
.product-small.box .location img {
  width: 14px;
  margin-top: -2px;
  margin-right: 3px;
}

.category-page-row h4.main-title {
  font-size: 16px;
}

.ux-products-list {
  font-weight: bold;
}

.sidebar_tour .inner {
  border-radius: 10px;
  overflow: hidden;
}

.sidebar_tour .inner .nav {
  background: var(--va-primary);
  text-align: center;
  color: #fff;
}

.list_tab_map .item.active,
.sidebar_info_tour .box_top,
a.book_now:hover {
  background: var(--fs-color-secondary);
}

.sidebar_tour .inner .item.col-60 {
  width: 60%;
  text-align: left;
  background: var(--fs-color-secondary);
}

.sidebar_tour .inner .item.col-40 {
  width: 40%;
  height: 5.208rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar_tour .inner .nav .item.col-60 .box > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.sidebar_tour .inner .nav .item.col-60 .box > span svg {
  display: block;
  width: 0.521rem;
  height: auto;
  margin-right: 0.26rem;
  font-size: 0.729rem;
}

.sidebar_tour .inner .item.col-60 .box {
  padding: 0 1.042rem;
  height: 5.208rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.sidebar_tour .inner .item.col-60 .box b {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.sidebar_tour .inner .item.col-40 b {
  font-size: 1.625rem;
  line-height: 1;
}

.sidebar_tour .inner .item.col-40 .content {
  font-size: 0.625rem;
  font-family: SVN-Gotham;
}

.sidebar_tour .inner .item.col-40:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.box_price > svg {
  width: 100%;
  display: block;
  height: auto;
}

.sidebar_tour .box_info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.833rem;
}

.sidebar_tour .box_info ul li img,
.sidebar_tour .box_info ul li svg {
  width: 1.146rem;
  display: block;
  margin-right: 0.625rem;
}

.sidebar_tour .box_info ul li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.521rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.sidebar_tour .box_info ul li b {
  font-family: SVN-Gotham;
  font-weight: 400;
}

.sidebar_tour .box_info ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.sidebar_tour .box_info ul li.loai_phong {
  margin: 1.5625rem 0 1.302rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1.042rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar_tour .box_info .hotline a {
  border-radius: 10px;
  border: 2px solid var(--va-primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5625rem;
  color: var(--va-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  padding: 0.3125rem 0.521rem 0.625rem;
  margin-bottom: 0.78125rem;
  font-family: SVN-GothamBlack;
}

.sidebar_tour .box_info .hotline a svg {
  display: block;
  height: auto;
  margin-top: 0.625rem;
  margin-right: 0.521rem;
  -webkit-animation-name: trin;
          animation-name: trin;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.sidebar_tour .box_info .hotline > span {
  display: inline-block;
  background: #f4f7f9;
  padding: 0 0.625rem;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
}

.sidebar_tour .hotline {
  text-align: center;
  font-weight: bold;
}
.sidebar_tour .box_price {
  position: relative;
}
.sidebar_tour .box_price .item_top .icon, .sidebar_tour .box_price .item_top .box_content {
  display: inline-block;
  vertical-align: middle;
}
.sidebar_tour .box_price .item_top .box_content {
  width: calc(100% - 45px);
  padding-left: 10px;
}
.sidebar_tour .box_price .item_top svg {
  width: 1.927rem;
  height: auto;
  display: block;
  margin-right: 0.521rem;
}
.sidebar_tour .box_price .item_top b {
  display: inline-block;
}
.sidebar_tour .box_price .item_bottom {
  position: absolute;
  bottom: 0.625rem;
  left: 1.771rem;
  right: 1.042rem;
  color: #fff;
}
.sidebar_tour .box_price .item_bottom b {
  font-size: 1.5625rem;
  line-height: normal;
  display: block;
}

.popup {
  width: 200px !important;
  position: fixed !important;
  bottom: 30px;
  left: 0px;
  z-index: 4;
  text-align: right;
}
.popup .button {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: var(--fs-color-primary);
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 28px;
  min-height: unset;
  margin-bottom: -60px;
  position: relative;
  z-index: 3;
}
.popup .img {
  position: relative;
  z-index: 2;
}

.page-id-290 .row.row-collapse .col-inner {
  min-height: 90vh;
}
.page-id-290 .row.row-collapse .col-inner > .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(90vh - 60px);
}
.page-id-290 .row.row-collapse .col-inner > .box .box-text {
  display: none;
}
.page-id-290 .row.row-collapse .col-inner h2 {
  font-size: 1.8em;
}
.page-id-290 .row.row-collapse .col-inner h3 {
  border-bottom: 1px solid var(--va-primary);
  padding-bottom: 1.5rem;
  margin-bottom: 2.2rem;
}

.page-id-305 main#main .row-social-media {
  height: auto !important;
}
.page-id-305 main#main .row-social-media > .col {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
@media (max-width: 767px) {
  .page-id-305 main#main .row-social-media > .col {
    width: 25%;
  }
}
.page-id-305 main#main .row-social-media .img {
  max-width: 80px;
  position: initial !important;
}
.page-id-305 main#main .row-social-media .img .img-inner {
  position: initial !important;
  height: auto !important;
}
.page-id-305 main#main .row-social-media .img img {
  position: initial !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .page-id-305 main#main .s-contact__hotline .section-content .row > .col:last-child {
    padding-bottom: 0;
  }
  .page-id-305 main#main .s-contact__hotline .section-content .col-inner {
    padding-top: 0;
  }
}

.s-about__banner {
  background: none !important;
}
.s-about__banner h1 {
  font-size: 3.90625rem;
}
@media (max-width: 849px) {
  .s-about__banner h1 {
    font-size: 2rem;
    text-align: center;
  }
}
@media (min-width: 850px) {
  .s-about__banner img.bg {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
.s-about__banner__box {
  margin-top: 15rem;
  background: url("../img/aboutkhanh.png") no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-position: center right;
  color: #252525;
  padding: 4rem;
}
@media (min-width: 850px) {
  .s-about__banner__box {
    -webkit-box-shadow: 5px 6px 18px gray;
            box-shadow: 5px 6px 18px gray;
  }
}
@media (max-width: 1199px) {
  .s-about__banner__box {
    padding: 2rem;
    background: none;
    padding: 15px;
    margin-top: 0px;
  }
  .s-about__banner__box .col:first-child {
    background: #f3f7fa;
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.s-about__banner__box p {
  color: #252525;
}
.s-about__slider .slider .flickity-viewport {
  overflow: visible;
}
.s-about__slider .slider .banner {
  width: 33% !important;
  padding-top: 0px !important;
  background: #fff !important;
}
@media (min-width: 768px) {
  .s-about__slider .slider .banner {
    width: 33% !important;
  }
}
@media (max-width: 767px) {
  .s-about__slider .slider .banner {
    width: 100% !important;
  }
}
.s-about__slider .slider .banner .banner-layers {
  position: static;
}
.s-about__slider .slider .banner .fill:not(a) {
  position: relative !important;
}
.s-about__slider .slider .banner .fill:not(a) img {
  position: relative !important;
  width: 85%;
  border-radius: 20px;
  background: none;
}
.s-about__slider .slider .banner .overlay {
  background: none !important;
}
.s-about__slider .slider .banner .text-box {
  position: relative !important;
  width: 100% !important;
  left: 0% !important;
  top: unset !important;
  -webkit-transform: none !important;
          transform: none !important;
  color: #252525;
}
.s-about__slider .slider .banner .text-box p {
  color: #252525;
}
.s-about__slider .slider .banner .text-box h3 {
  margin-top: 50px;
  position: relative;
  font-size: 2rem;
  padding-top: 5px;
}
.s-about__slider .slider .banner .text-box h3:before, .s-about__slider .slider .banner .text-box h3:after {
  content: "";
  position: absolute;
}
.s-about__slider .slider .banner .text-box h3:before {
  top: -30px;
  width: 25px;
  height: 25px;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  background-position: left center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-about__slider .slider .banner .text-box h3:after {
  top: -20px;
  left: 30px;
  width: calc(100% - 80px);
  height: 1px;
  background: #194059;
}
@media (min-width: 850px) {
  .s-about__section3 .large-2 {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    max-width: 20% !important;
    padding-bottom: 0 !important;
  }
  .s-about__section3 .large-2:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 767px) {
  .s-about__section3 .large-2:not(:first-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 850px) {
  .s-about__feedback .slider .row {
    width: 33.34% !important;
    opacity: 1 !important;
    margin: 0 !important;
  }
}
.s-about__feedback .slider .col {
  padding: 0px 15px !important;
}
.s-about__feedback .slider .col .col-inner {
  border-radius: 20px;
  background: #fff;
  padding: 0px 30px 20px;
  position: relative;
}
.s-about__feedback .slider .col .col-inner:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  bottom: 10px;
  -webkit-box-shadow: 0 0 0.521rem 0 rgba(0, 46, 82, 0.12);
          box-shadow: 0 0 0.521rem 0 rgba(0, 46, 82, 0.12);
  border-radius: 20px;
}
.s-about__feedback .slider .col .col-inner .ux-logo {
  border-radius: 50%;
  display: block;
  text-align: left;
}
.s-about__feedback .slider .col .col-inner .ux-logo .ux-logo-link {
  padding: 15px 0px !important;
}
.s-about__feedback .slider .col .col-inner .ux-logo img {
  border-radius: 50%;
}
.s-about__feedback .slider .col .col-inner h4 {
  font-size: 1rem;
  color: #333;
  line-height: 1.2;
}
.s-about__feedback .slider .col .col-inner .info {
  margin-top: 1.5625rem;
  padding-top: 0.9375rem;
  border-top: 1px solid;
  position: relative;
}
.s-about__feedback .slider .col .col-inner .info:before {
  width: 5.26rem;
  height: 0.104rem;
  background: #d7053f;
  content: "";
  position: absolute;
  top: -1px;
}
.s-about__feedback .slider .col .col-inner .info p:first-child {
  font-weight: bold;
}

footer#footer .shortcut-wrapper h3 {
  color: #ededed;
}
footer#footer .shortcut-wrapper .ux-menu-link__link {
  color: #ededed;
  min-height: initial;
}
footer#footer .col-certificates > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
footer#footer .col-certificates div.img {
  display: inline-block;
}

.b-advise .icon-box:hover .icon-inner {
  background: none !important;
}
.b-advise .nofill svg, .b-advise .nofill path {
  fill: none !important;
}

.icon-hotline-ani .text {
  -webkit-animation-name: scale3d;
          animation-name: scale3d;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media (max-width: 767px) {
  .s-visa__proccess.-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.s-visa__proccess .col {
  padding-bottom: 0 !important;
}
.s-visa__proccess__number {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 65px;
  border: 3px solid var(--va-primary);
  margin-bottom: 0;
  color: var(--va-primary);
}
.s-visa__proccess__text {
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.s-visa__proccess__text h3 {
  background: var(--fs-color-secondary);
  padding: 5px 15px 5px;
}
.s-visa__proccess__text p {
  padding: 5px 15px;
}

.slider-list-cate .flickity-viewport .flickity-slider > .banner {
  width: 33.33% !important;
  height: 300px;
}
.slider-list-cate .flickity-viewport .flickity-slider > .banner .banner-inner {
  left: 15px;
  right: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.breadcrumbs {
  display: none;
}

.banner_cat_tour {
  height: calc(100vh - 120px);
  padding: 5.208rem 0 17.96875rem;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.banner_cat_tour:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c0c0c), color-stop(60.66%, rgba(0, 0, 0, 0.59)), to(rgba(25, 64, 89, 0)));
  background: linear-gradient(180deg, #0c0c0c 0, rgba(0, 0, 0, 0.59) 60.66%, rgba(25, 64, 89, 0) 100%);
  width: 100%;
  content: "";
  height: 80%;
  position: absolute;
  top: 0;
}
.banner_cat_tour h1 {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}
.content-area .df-popup-thumb {
  width: 500px;
  display: block !important;
  margin: 5% auto !important;
}
@media (max-width: 767px) {
  .content-area .df-popup-thumb {
    width: calc(100% - 80px);
  }
}

.single_add_to_cart_button {
  display: none !important;
}

@media (min-width: 850px) {
  .related-products-wrapper.product-section .product {
    width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 849px) {
  .related-products-wrapper.product-section .product {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 849px) {
  .product-container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-container > .row .uxblock-tour-experience {
    display: none;
  }
}

@-webkit-keyframes scale3d {
  20%, 26%, 32%, 38%, 44%, 50%, 56%, 62%, 68%, 74%, 80%, from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale3d {
  20%, 26%, 32%, 38%, 44%, 50%, 56%, 62%, 68%, 74%, 80%, from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  23%, 35%, 47%, 59%, 71% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  29%, 41%, 53%, 65%, 77% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}