@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
*/
body {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  line-height: inherit;
}
body .banner h1, body .banner h2, body .banner h3, body .banner h4, body .banner h5, body .banner h6 {
  line-height: inherit;
}
body .banner p {
  margin-top: unset;
}
@media (max-width: 768px) {
  body .banner .button {
    font-size: 1rem;
  }
}
body .pinyon-script-font * {
  font-family: "Pinyon Script", cursive;
}
body .slider-nav-circle .flickity-prev-next-button .arrow, body .slider-nav-circle .flickity-prev-next-button svg {
  border-radius: unset;
  background-color: var(--fs-color-primary);
  border: none;
  fill: #fff;
}
body .nav-pagination > li > a, body .nav-pagination > li > span {
  border-radius: unset;
}

a.button:not(.icon) {
  font-weight: 400;
}
a.button:not(.icon) .icon-angle-right::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.bg-contain .section-bg img {
  object-fit: contain;
}

.last-reset *:last-of-type {
  margin-bottom: unset;
}

.overflow-hidden {
  overflow: hidden;
}

.mbws_counter .counter-number {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight) !important;
}
.mbws_counter .title {
  font-family: "Pinyon Script", cursive;
  color: var(--fs-color-primary);
}

.overlay-bottom .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 49%);
  background-color: unset !important;
}

.social-icons a.plain {
  margin: 0 10px !important;
}
.social-icons a.icon:not(.plain) {
  border-radius: unset !important;
}
.social-icons a.icon:not(.plain):not(.is-outline) {
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary) !important;
}

.wpcf7-form .select-resize-ghost, .wpcf7-form .select2-container .select2-choice, .wpcf7-form .select2-container .select2-selection, .wpcf7-form input[type=date], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form select, .wpcf7-form textarea {
  height: 54px;
}
.wpcf7-form input[type=submit] {
  padding: 8px 30px;
  margin: unset;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
  background-color: var(--fs-color-secondary) !important;
}

.off-canvas .nav-vertical > li > a {
  font-size: 16px;
}

.off-canvas .nav-vertical li li > a {
  font-size: 14px;
}

.about-icon-box .icon-box-text h2, .about-icon-box .icon-box-text h3 {
  margin-bottom: 15px;
}

.home-blog .post-item .box-text .cat-label {
  opacity: 1;
  background-color: var(--fs-color-primary);
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}
@media (max-width: 768px) {
  .home-blog .post-item .box-text .post-title {
    font-size: 1.8em;
  }
}

.widget .widget-title {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  color: var(--fs-color-primary);
}
.widget .is-divider {
  display: none;
}

#archive-page-title {
  background-color: white;
}
#archive-page-title .page-title {
  text-transform: uppercase;
}
#archive-page-title .page-title .page-title-inner {
  padding-top: 100px;
}
@media (max-width: 768px) {
  #archive-page-title .page-title h1 {
    font-size: 1.7em;
  }
}
@media (max-width: 768px) {
  #archive-page-title .page-title h1 {
    font-size: 1.4em;
  }
}
#archive-page-title .title-content {
  display: none;
}

.mbws-category-nav {
  padding-top: 40px;
  background-color: white;
}
.mbws-category-nav .nav > li:hover > a, .mbws-category-nav .nav > li.active > a {
  color: white;
  background-color: var(--fs-color-secondary);
}
.mbws-category-nav .nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  background-color: var(--fs-color-primary);
  color: white;
}

.post-item .box-text .is-divider {
  display: none;
}
@media (max-width: 768px) {
  .post-item .box-text .post-title {
    font-size: 26px;
  }
}
.post-item .box-text .post-meta {
  font-size: 1rem;
}

.archive .mbws-blog-row {
  margin-top: 80px !important;
}
.archive .post-item .box-text .post-title {
  font-size: 32px;
}

.single-post #main {
  background-color: #fff;
}
.single-post .entry-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.post-sidebar {
  padding-top: 30px !important;
  background-color: var(--color-mbws-bgr);
}

.entry-header-text .entry-title {
  font-size: 2.8rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .entry-header-text .entry-title {
    font-size: 2em;
  }
}
.entry-header-text .entry-divider {
  display: none;
}
.entry-header-text .entry-meta {
  font-size: 1rem;
  text-transform: unset;
}

.blog-share {
  padding: 30px 0;
}

.mbws-related-posts {
  padding-top: 40px;
}

.related-post-title {
  font-size: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .related-post-title {
    font-size: 36px;
  }
}

#footer .ux-menu .ux-menu-link__link {
  font-size: 14px;
}
#footer .absolute-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: transparent;
  z-index: 1;
}
#footer .absolute-footer a {
  color: var(--fs-color-primary);
}