@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
#header #logo {
  margin-right: 60px;
}
#header .header-cart-link {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#header .header-cart-link .icon-shopping-cart {
  margin-left: 0;
  margin-right: 5px;
}
#header .header-cart-link .icon-shopping-cart::before {
  font-size: 22px;
  content: "\eb25";
  font-family: "matbaows-icons";
}

body {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}
body .fix-text p {
  margin-bottom: 0;
}
body .list-custom ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
body .list-custom ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: 0;
  top: 10px;
}
body .wpcf7-form .row > .col {
  padding-bottom: 0;
}
body .section-title.section-title-center b {
  opacity: 0;
}
body .section-title.section-title-center::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--fs-color-primary);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
body a.button:not(.icon):not(.is-link).is-outline.white {
  border-color: #E9E9E9 !important;
}
body a.button:not(.icon):not(.is-link).is-outline.white:hover {
  background-color: #E9E9E9 !important;
}
body a.button:not(.icon):not(.is-link).is-underline::before {
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
}
body .parallax-active {
  opacity: 1 !important;
}
body a {
  text-decoration: unset;
}

.home-top-banner h1 {
  margin-bottom: 15px;
  line-height: 1.2;
}

.home-location {
  margin-top: -8% !important;
}
.home-location .location-box .box-image::before {
  content: "";
  width: 90%;
  height: 90%;
  border: 5px solid rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.home-location .location-box .box-text {
  z-index: 2;
}

.home-tour-tabs .nav > li {
  margin-right: 30px;
}
.home-tour-tabs .nav > li > a {
  font-weight: 500;
  color: rgba(51, 51, 51, 0.7);
  font-family: var(--heading-font-family);
}
.home-tour-tabs .nav > li.active > a, .home-tour-tabs .nav > li > a:hover {
  color: var(--heading-color);
}

.mbws-travel-search-form {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 15px;
}
.mbws-travel-search-form form {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}
.mbws-travel-search-form form select {
  font-size: 14px;
  text-transform: uppercase;
  height: 42px;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mbws-travel-search-form form button {
  height: 42px;
  margin: 0;
  border-radius: 4px;
  min-width: 106px;
}

.bg-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 17%;
  width: 999%;
  height: 100%;
  background-color: var(--fs-color-secondary);
  z-index: 0;
}

.bg-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17%;
  width: 999%;
  height: 100%;
  background-color: var(--fs-color-secondary);
  z-index: 0;
}

.home-icon-box .icon-box-img {
  max-height: 90px;
}
.home-icon-box p {
  font-size: 14px;
}

.home-blog .post-item {
  margin-top: 20px;
}
.home-blog .box-text .box-text-inner {
  padding: 0 15px 15px 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  margin-left: -15px;
}

.widget .widget-title {
  font-size: 1rem;
  color: var(--heading-color);
  display: block;
  margin-bottom: 20px;
}
.widget .is-divider {
  display: none;
}
.widget.flatsome_recent_posts .badge {
  width: 75px;
  height: 60px;
}
.widget.widget_media_gallery .gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.widget.widget_media_gallery .gallery .gallery-item {
  padding: 0 5px 10px;
}
.widget.widget_media_gallery .gallery .gallery-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.blog-wrapper.page-wrapper {
  padding-top: 0;
}
.blog-wrapper.page-wrapper .page-header-wrapper {
  margin-bottom: 40px;
}

.post-item .badge {
  width: 55px;
  height: 55px;
  left: 10px !important;
  top: 10px !important;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.post-item .badge .badge-inner {
  font-size: 130%;
  background-color: #fff;
  color: var(--text-color);
}
.post-item .box-text .cat-label {
  background-color: var(--fs-color-primary);
  padding: 5px 10px;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  transform: translateY(-50%);
}
.post-item .box-text .post-title {
  font-family: var(--text-font-family);
}
.post-item .box-text .button {
  font-size: 16px;
}

.single-post .entry-header .entry-category {
  margin-bottom: 20px;
}
.single-post .entry-header .entry-category a {
  background-color: var(--fs-color-primary);
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: var(--text-font-family);
}
.single-post .entry-header .entry-title {
  font-size: 2rem;
}
.single-post .entry-header .is-divider {
  display: none;
}
.single-post .entry-header .entry-meta .posted-on {
  display: none;
}

.product-small .box {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}
.product-small .box .box-text {
  padding: 15px;
}
.product-small .box .box-text .title-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.product-small .box .box-text .title-wrapper .product-title {
  margin-bottom: 10px;
}
.product-small .box .box-text .title-wrapper .category {
  font-size: 14px;
  opacity: 1;
  margin-bottom: 10px;
}
.product-small .price > span.amount {
  color: var(--fs-color-primary);
}

.single-product .woocommerce-breadcrumb {
  font-size: 14px;
}
.single-product .next-prev-thumbs li .button {
  border: none;
}
.single-product .next-prev-thumbs li .button:hover {
  background-color: transparent;
  color: var(--fs-color-primary);
}
.single-product .product-info {
  padding-top: 60px;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.single-product .product-info .row > .col {
  max-width: 100%;
  flex-basis: 100%;
}
.single-product .product-info .woocommerce-breadcrumb {
  display: none;
}
.single-product .product-info .add-to-cart-wrapper {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.single-product .product-info .product-page-price span.amount {
  color: var(--fs-color-primary);
}
.single-product .product-info .star-rating {
  margin-left: auto;
  margin-right: auto;
}
.single-product .product-info .variations {
  max-width: 320px;
  margin: auto;
  margin-bottom: 15px;
}
.single-product .product-info .variations select {
  height: 42px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single-product .product-info .single_add_to_cart_button {
  border-radius: 5px;
  font-size: 14px;
  height: 42px;
  padding: 0 30px;
}
.single-product .product-info .product_meta {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-product .product-info .product_meta > span {
  margin: 0 5px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  display: inline-block;
  color: var(--heading-color);
}
.single-product .product-info .product_meta > span a,
.single-product .product-info .product_meta > span span {
  font-weight: 400;
  color: var(--text-color);
}
.single-product .product-footer .product-tabs li {
  margin: 0 15px;
}
.single-product .product-footer .product-tabs li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  font-family: var(--heading-font-family);
  opacity: 0.6;
  padding-top: 30px;
}
.single-product .product-footer .product-tabs li a:hover {
  color: var(--heading-color);
  opacity: 1;
}
.single-product .product-footer .product-tabs li.active a {
  color: var(--heading-color);
  opacity: 1;
}
.single-product .product-footer .product-tabs .tab-panels {
  padding-top: 30px;
}

#footer {
  font-size: 14px;
}
#footer .section-title {
  border-bottom: none;
}
#footer .section-title .section-title-main {
  border-bottom: none;
  font-family: var(--text-font-family);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
#footer .widget .is-divider {
  opacity: 0;
}
#footer .widget .widget-title {
  font-family: var(--text-font-family);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
#footer .product-categories li {
  border: none;
}
#footer .product-categories li a {
  color: var(--text-color);
}
#footer .product-categories li a:hover {
  color: var(--fs-experimental-link-color);
}
#footer .post-item .is-divider {
  display: none;
}
#footer .post-item .box-text {
  padding: 0 0 0 15px;
}
#footer .post-item .post-title {
  font-family: var(--text-font-family);
}
#footer .mbws-absolute-footer p {
  margin-bottom: 0;
}
#footer .absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */