@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-footer span {
	background-color: #fff !important;
}

/* ==========================================================================
   CUSTOM NEWS GRID & SIDEBAR (IMAGE 1 STYLE)
   ========================================================================== */
.custom-blog-container {
    padding: 40px 0;
    background-color: #fcfcfc;
}

/* Lưới bài viết */
.custom-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 767px) {
    .custom-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Thẻ bài viết (Card) */
.custom-post-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.post-image-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}

.post-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.custom-post-card:hover .post-image-wrapper img {
    transform: scale(1.05);
}

.post-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffffff;
    color: #666;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.post-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.post-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: #1a1a1a;
}

.post-card-title a {
    color: #1a1a1a;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-title a:hover {
    color: #B48A45;
}

.post-card-date {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
}

.post-card-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-readmore {
    font-size: 14px;
    font-weight: 600;
    color: #B48A45;
    text-transform: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.post-card-readmore:hover {
    color: #8c6832;
    text-decoration: underline;
}

/* Sidebar Custom */
.custom-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

/* Search widget */
.sidebar-widget-search {
    background: #f4f5f7;
    border-radius: 12px;
    padding: 5px 15px;
    border: none;
    box-shadow: none;
}

.search-form-wrapper {
    position: relative;
    width: 100%;
}

.search-form-wrapper input[type="search"] {
    width: 100%;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 40px 10px 0 !important;
    margin: 0 !important;
    font-size: 15px;
    color: #333;
    height: auto !important;
}

.search-form-wrapper input[type="search"]::placeholder {
    color: #999;
}

.search-submit-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.search-submit-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
}

/* Common Widget Title */
.widget-title-custom {
    font-family: var(--text-font-family), sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
}

/* Categories List */
.categories-pills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.categories-pills-list li,
.tags-pills-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: inline-block !important;
    background: transparent !important;
}

.categories-pills-list li::before,
.categories-pills-list li::after,
.tags-pills-list li::before,
.tags-pills-list li::after {
    content: none !important;
    display: none !important;
}

.categories-pills-list a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #eaeaea;
    border-radius: 30px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    transition: all 0.2s ease;
}

.categories-pills-list a:hover,
.categories-pills-list a.active {
    border-color: #B48A45 !important;
    color: #B48A45 !important;
    background-color: #faf6ef !important;
}

/* Tags List */
.tags-pills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.tags-pills-list a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f4f5f7;
    border-radius: 6px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tags-pills-list a:hover,
.tags-pills-list a.active {
    background-color: #B48A45 !important;
    color: #ffffff !important;
}

/* Phân trang (Pagination) */
.custom-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.custom-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    font-weight: 600;
    color: #666;
    transition: all 0.2s ease;
}

.custom-pagination .page-numbers.current,
.custom-pagination .page-numbers:hover {
    background: #B48A45;
    color: #fff;
    border-color: #B48A45;
}

.custom-pagination .page-numbers.prev,
.custom-pagination .page-numbers.next {
    width: auto;
    padding: 0 15px;
    border-radius: 20px;
}
.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 */