@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
*/
@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);
}

#top-bar .nav > li > a {
  font-family: var(--text-font-family);
  font-weight: bold;
}
#top-bar.nav-dark .nav > li > a {
  color: white;
}

#header-contact > li > a > i {
  background-color: white;
  color: var(--fs-color-primary);
  border-radius: 99px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px !important;
  text-align: center;
}

#header .social-icons {
  display: inline-flex;
  gap: 20px;
}
#header .social-icons a {
  margin: 0;
}
#header .nav-dropdown li > a {
  font-family: var(--nav-font-family);
  margin: 0 15px;
}
#header .nav-dropdown.dark li > a {
  color: white;
  border-color: white;
}
#header .nav-dropdown.dark li > a:hover {
  color: var(--fs-color-alert);
}

.header-full-width .container {
  padding: 0 30px;
}
@media (max-width: 420px) {
  .header-full-width .container {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .page-title h1.entry-title {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  .page-title h1.entry-title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .page-title .title-breadcrumbs {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 15px;
    color: var(--fs-color-primary);
    text-transform: none;
  }
}

body {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}
body b, body strong {
  font-weight: bold;
}
body .button:not(.icon) {
  font-family: var(--nav-font-family);
  letter-spacing: 1.5px;
}
body .button:not(.icon).is-outline:hover {
  background-color: var(--fs-color-secondary) !important;
  border-color: var(--fs-color-secondary) !important;
  color: white !important;
}
body .text-mb-0 * {
  margin-bottom: 0;
}
body .select-resize-ghost, body .select2-container .select2-choice, body .select2-container .select2-selection, body input[type=date], body input[type=email], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body select, body textarea {
  height: 50px;
  border: none;
  background-color: var(--color-mbws-bgr);
  padding-left: 20px;
  padding-right: 20px;
}
body .select-resize-ghost:focus, body .select2-container .select2-choice:focus, body .select2-container .select2-selection:focus, body input[type=date]:focus, body input[type=email]:focus, body input[type=number]:focus, body input[type=password]:focus, body input[type=search]:focus, body input[type=tel]:focus, body input[type=text]:focus, body input[type=url]:focus, body select:focus, body textarea:focus {
  background-color: var(--color-mbws-bgr);
}
body .wpcf7-spinner {
  display: none;
}
body .form-dk {
  margin-bottom: 30px;
}
body input[type=submit].button {
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  background-color: var(--fs-color-alert);
  min-width: 200px;
  text-align: center;
}
@media (max-width: 420px) {
  body input[type=submit].button {
    min-width: unset;
    padding: 0 20px;
  }
}
body .wpcf7-form label {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 420px) {
  body .wpcf7-form label {
    font-size: 14px;
  }
}
body .social-icons a.button.icon:not(.is-outline) {
  border-radius: 0 !important;
  margin-right: 8px !important;
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary) !important;
}
body .social-icons a.button.icon:not(.is-outline):hover {
  background-color: var(--fs-color-secondary) !important;
  border-color: var(--fs-color-secondary) !important;
}
body .social-icons a.button.icon:not(.is-outline) i {
  top: 0;
}
body .mfp-title {
  font-size: 18px;
}
body .searchform .button.icon {
  width: 50px;
  height: 50px;
}
body.error404 .site-main {
  padding: 150px 15px;
}
@media (max-width: 1024px) {
  body.error404 .site-main {
    padding: 80px 15px;
  }
}
@media (max-width: 420px) {
  body.error404 .site-main {
    padding: 50px 15px;
  }
}

.contact-info-col {
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 1;
}
.contact-info-col > .col-inner {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info-col > .col-inner h4 {
  text-transform: uppercase;
}
@media (max-width: 420px) {
  .contact-info-col {
    position: static !important;
  }
}

.contact-map p {
  margin-bottom: 0;
  line-height: 0;
}

.counter-content .counter-number {
  font-family: var(--heading-font-family);
}
.counter-content .counter-number::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--fs-color-secondary);
  margin: 20px auto;
}
.counter-content .title {
  font-size: 13px;
  font-weight: bold;
  font-family: var(--nav-font-family);
}

.dark .counter-number::after {
  background-color: white;
}

.about-us-icon-box img {
  border-radius: 99px;
  overflow: hidden;
}

.story-tabs .nav {
  width: 100%;
  justify-content: space-around;
  position: relative;
  border-top: 2px solid var(--color-mbws-bgr);
}
.story-tabs .nav li {
  margin-right: 0;
}
.story-tabs .nav li a {
  min-width: 150px;
  justify-content: center;
  padding: 15px 0;
}
.story-tabs .nav li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background-color: var(--color-mbws-bgr);
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .story-tabs .nav li a {
    min-width: 100px;
  }
}
@media (max-width: 1024px) {
  .story-tabs .nav li a {
    min-width: 80px;
  }
}
.story-tabs .nav li:hover a, .story-tabs .nav li.active a {
  color: var(--fs-color-secondary) !important;
}
.story-tabs .nav li:hover a::after, .story-tabs .nav li.active a::after {
  background-color: var(--fs-color-secondary);
}
@media (max-width: 1024px) {
  .story-tabs .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: auto;
  }
}
.story-tabs .tab-panels {
  padding-top: 60px;
}

.member .box-text .person-name {
  font-size: 24px;
  text-transform: none;
  display: block;
}
.member .box-text .person-name::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--fs-color-secondary);
  margin: 15px auto;
}
.member .box-text br {
  display: none;
}
.member .box-text .person-title {
  font-size: 14px;
  text-transform: none;
  color: var(--fs-color-primary);
  opacity: 1;
}

@media (max-width: 420px) {
  .mbws-home-slider .flickity-prev-next-button {
    display: block !important;
  }
}

.home-service-list > * {
  flex: 1;
  padding: 60px 2%;
}
.home-service-list > *:not(:last-child) {
  border-right: 1px solid var(--color-mbws-border);
}
@media (max-width: 1024px) {
  .home-service-list > * {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 420px) {
  .home-service-list > * {
    padding: 40px;
    max-width: 100%;
    flex-basis: 100%;
  }
}

.home-products .product-small .box-text .product-title {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--heading-font-family);
}
.home-products .product-small .box-text .product-title a {
  color: var(--fs-color-primary);
}
.home-products .product-small .box-text .product-title a:hover {
  color: var(--fs-color-secondary);
}
.home-products .product-small .box-text .price {
  color: var(--fs-color-secondary);
}
.home-products .product-small .box-text .price span.amount {
  color: inherit;
}

.mbws-home-testimonials .flickity-page-dots {
  bottom: -30px;
}

.testimonial-box::before {
  content: "\f10d";
  display: block;
  font-family: "FontAwesome";
  font-size: 30px;
  color: var(--fs-color-primary);
  margin-bottom: 20px;
}
.testimonial-box .testimonial-name {
  text-transform: uppercase;
  font-family: var(--nav-font-family);
  letter-spacing: 1.5px;
}

.dark .testimonial-box::before {
  color: white;
}

.widget {
  margin-bottom: 60px !important;
}
@media (max-width: 420px) {
  .widget {
    margin-bottom: 40px !important;
  }
}
.widget .widget-title {
  font-size: 24px;
  font-family: var(--heading-font-family);
}
.widget .is-divider {
  max-width: 100%;
  height: 1px;
  background-color: var(--color-mbws-border);
}
d .widget > ul > li + li {
  border-top: none !important;
}
.widget.flatsome_recent_posts .badge {
  width: 80px;
  height: 50px;
}
.widget ul.product_list_widget li {
  padding-left: 90px;
}
.widget ul.product_list_widget li img {
  width: 80px;
  height: 50px;
}
.widget .tagcloud a {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: white;
  font-family: var(--nav-font-family);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 5px 10px;
}
.widget .tagcloud a:hover {
  background-color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
  text-decoration: underline;
}
.widget .searchform button.icon {
  height: 50px;
  width: 50px;
  background-color: var(--fs-color-primary);
}
.widget .searchform button.icon:hover {
  background-color: var(--fs-color-secondary);
}
.widget .product_list_widget .price-from {
  display: none;
}

.blog-wrapper #archive-page-title {
  margin-bottom: 100px !important;
}
.blog-wrapper #archive-page-title .page-title-inner {
  padding-top: 0;
}
.blog-wrapper #archive-page-title h1.page-title {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .blog-wrapper #archive-page-title h1.page-title {
    font-size: 36px !important;
  }
}
@media (max-width: 420px) {
  .blog-wrapper #archive-page-title h1.page-title {
    font-size: 28px !important;
  }
}
@media (max-width: 1024px) {
  .blog-wrapper #archive-page-title {
    height: 200px !important;
    margin-bottom: 80px !important;
  }
}
@media (max-width: 420px) {
  .blog-wrapper #archive-page-title {
    height: 136px !important;
    margin-bottom: 40px !important;
  }
}

#post-list article {
  border: 1px solid var(--color-mbws-border);
}
#post-list article .entry-image {
  border-bottom: 5px solid var(--fs-color-secondary);
  padding-top: 65%;
  overflow: hidden;
  background-color: var(--color-mbws-bgr);
}
#post-list article .entry-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#post-list article .entry-title {
  font-size: 34px;
}
@media (max-width: 420px) {
  #post-list article .entry-title {
    font-size: 28px;
  }
}
#post-list article .entry-meta {
  font-size: 14px;
  color: var(--fs-color-secondary);
}
#post-list article .entry-meta a {
  color: inherit;
}
#post-list article .entry-header-text,
#post-list article .entry-content {
  padding-left: 30px;
  padding-right: 30px;
}
#post-list article .entry-content {
  padding-top: 15px;
}
#post-list article a.button {
  height: 50px;
  line-height: 48px;
  padding: 0 50px;
  background-color: var(--fs-color-alert);
}
#post-list article a.button span {
  display: none;
}
#post-list .post-item .col-inner {
  border: 1px solid var(--color-mbws-border);
}
#post-list .post-item .box-image {
  background-color: var(--color-mbws-bgr);
  border-bottom: 5px solid var(--fs-color-secondary);
}
#post-list .post-item .box-text {
  padding: 20px;
}
#post-list .post-item .box-text .post-title {
  font-size: 24px;
}
#post-list .post-item .box-text .is-divider {
  display: none;
}
#post-list .post-item .box-text .post-meta {
  font-size: 14px;
  color: var(--fs-color-secondary);
}

.single-post .blog-single {
  padding-top: 90px;
}
@media (max-width: 420px) {
  .single-post .blog-single {
    padding-top: 40px;
  }
}
.single-post .page-title .page-title-inner {
  min-height: 360px !important;
}
@media (max-width: 420px) {
  .single-post .page-title .page-title-inner {
    min-height: 150px !important;
  }
}
.single-post .page-title .title-bg {
  background-position: center center;
}
.single-post .page-title h1.entry-title {
  font-size: 3.2em;
}
@media (max-width: 420px) {
  .single-post .page-title h1.entry-title {
    font-size: 28px;
  }
}
.single-post .article-inner {
  border: 1px solid var(--color-mbws-border);
}
.single-post .article-inner .entry-image {
  padding-top: 65%;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid var(--fs-color-secondary);
}
.single-post .article-inner .entry-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .article-inner .entry-content {
  padding: 30px;
}
@media (max-width: 420px) {
  .single-post .article-inner .entry-content {
    padding: 20px 15px;
  }
}
.single-post .article-inner .entry-content .entry-title {
  font-size: 34px;
}
@media (max-width: 420px) {
  .single-post .article-inner .entry-content .entry-title {
    font-size: 28px;
  }
}
.single-post .article-inner .entry-content .entry-meta {
  color: var(--fs-color-secondary);
  font-size: 14px;
  margin-bottom: 15px;
}
.single-post .article-inner .entry-content .entry-meta a {
  color: inherit;
}
.single-post .article-inner .entry-content .entry-meta a:hover {
  text-decoration: underline;
}
.single-post .article-inner footer.entry-meta {
  padding-left: 30px;
  padding-right: 30px;
  color: var(--fs-color-secondary);
  font-size: 14px;
  border-bottom: none;
}
.single-post .article-inner footer.entry-meta a {
  color: inherit;
}
.single-post .article-inner footer.entry-meta a:hover {
  text-decoration: underline;
}
@media (max-width: 420px) {
  .single-post .article-inner footer.entry-meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-post .post-sidebar {
  padding-top: 0 !important;
}

.mbws-related-posts h3 {
  font-size: 28px;
  border-bottom: 1px solid var(--color-mbws-border);
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.mbws-related-posts .post-item .col-inner {
  border: 1px solid var(--color-mbws-border);
}
.mbws-related-posts .post-item .box-image {
  border-bottom: 3px solid var(--fs-color-secondary);
}
.mbws-related-posts .post-item .box-text {
  padding: 30px;
}
.mbws-related-posts .post-item .box-text .post-title {
  font-size: 28px;
}
.mbws-related-posts .post-item .box-text .post-meta {
  font-size: 14px;
  color: var(--fs-color-secondary);
}
.mbws-related-posts .post-item .box-text .is-divider {
  display: none;
}
.mbws-related-posts .post-item .box-text .from_the_blog_excerpt {
  font-size: 16px;
}

.shop-page-title .page-title-inner {
  min-height: 360px;
}
.shop-page-title .page-title-inner h1.shop-page-title {
  font-size: 3.5rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .shop-page-title .page-title-inner h1.shop-page-title {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  .shop-page-title .page-title-inner h1.shop-page-title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .shop-page-title .page-title-inner {
    min-height: 200px;
  }
  .shop-page-title .page-title-inner .flex-col:first-child {
    display: none;
  }
}
@media (max-width: 420px) {
  .shop-page-title .page-title-inner {
    min-height: 136px;
  }
}
.shop-page-title .woocommerce-breadcrumb {
  padding: 15px 0;
}
.shop-page-title .category-filtering {
  padding: 0;
}

.category-page-row {
  padding: 100px 0 !important;
}
@media (max-width: 1024px) {
  .category-page-row {
    padding: 80px 0 !important;
  }
}
@media (max-width: 420px) {
  .category-page-row {
    padding: 40px 0 !important;
  }
}

.product-small .box {
  border: 1px solid var(--color-mbws-border);
}
.product-small .box .box-image {
  border-bottom: 3px solid var(--fs-color-secondary);
}
.product-small .box .box-text {
  padding: 15px 25px 30px;
}
.product-small .box .box-text .product-title {
  font-size: 32px;
  font-weight: bold;
  font-family: var(--heading-font-family);
}
.product-small .box .box-text .price-wrapper {
  margin-bottom: 15px;
}
.product-small .box .box-text .price-wrapper .price {
  font-size: 18px;
}
.product-small .box .box-text .button {
  background-color: var(--fs-color-alert);
  font-size: 16px;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
}

.single-product .product-images {
  margin-bottom: 0 !important;
  border-bottom: 5px solid var(--fs-color-secondary);
}
.single-product .product-title {
  margin-bottom: 10px;
}
.single-product .product_meta {
  display: flex;
  color: var(--fs-color-secondary);
}
.single-product .product_meta > span {
  border-top: none;
  font-size: 16px;
  padding: 0;
}
.single-product .product_meta > span:not(:first-child)::before {
  content: "|";
  margin: 0 10px;
}
.single-product .product_meta a {
  color: inherit;
}
@media (max-width: 420px) {
  .single-product .product_meta {
    flex-wrap: wrap;
  }
  .single-product .product_meta > span {
    width: 100%;
  }
  .single-product .product_meta > span::before {
    display: none;
  }
}
.single-product .wc-tabs {
  display: none;
}

.related-products-wrapper {
  border-top: none !important;
}
.related-products-wrapper .product-section-title {
  font-size: 24px;
  text-transform: none;
  border-bottom: 1px solid var(--color-mbws-border);
  margin-bottom: 30px;
}

#footer .ux-menu-link__link {
  justify-content: center;
  min-height: unset;
}
#footer .absolute-footer {
  padding: 15px 0;
}
#footer .absolute-footer.dark {
  color: white;
}
#footer .footer-secondary {
  padding: 0;
}
#footer .back-to-top.button {
  background-color: var(--fs-color-alert);
  border-color: var(--fs-color-alert);
  color: white;
}