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

#header .header-main {
  border-top: 1px solid var(--color-mbws-border);
  z-index: 15;
}
#header #logo {
  margin-top: -55px;
  z-index: 1;
}
#header #logo img {
  background-color: white;
}
@media (max-width: 1024px) {
  #header #logo {
    margin-top: 0;
  }
}

body p {
  margin-bottom: 12px;
}
body .img {
  border-radius: 10px;
  overflow: hidden;
}
body a.button:not(.icon), body button.button:not(.icon) {
  font-weight: var(--text-font-weight);
}
body a.button:not(.icon).white, body button.button:not(.icon).white {
  color: var(--fs-color-primary) !important;
}
body form.wpcf7-form {
  margin-bottom: 0;
}
body form.wpcf7-form input[type=email], body form.wpcf7-form input[type=number], body form.wpcf7-form input[type=search], body form.wpcf7-form input[type=tel], body form.wpcf7-form input[type=text], body form.wpcf7-form input[type=url], body form.wpcf7-form textarea {
  border-radius: 6px;
  height: 45px;
  border: 1px solid var(--fs-color-primary);
}
body form.wpcf7-form .wpcf7-spinner {
  display: none;
}
body form.wpcf7-form input[type=submit] {
  border-radius: 6px;
  height: 45px;
}
body .mbws-breadcrumbs {
  background-color: var(--color-mbws-bgr);
  padding: 15px 0;
}
body .mbws-breadcrumbs p {
  margin-bottom: 0;
}
body .breadcrumbs a {
  color: var(--fs-experimental-link-color);
}
body .section-title-bold .section-title-main {
  text-transform: uppercase;
  border: none !important;
  padding-left: 0;
}

.ss-title-underline::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: auto;
  background-color: var(--fs-color-primary);
}

.home-img-box {
  border-radius: 10px;
  overflow: hidden;
}
.home-img-box .box-text .icon {
  border-radius: 99px;
  background-color: white;
  margin-bottom: 15px;
  margin-top: -60px;
  padding: 20px;
}

.logo-gallery .box-image {
  border-radius: 10px;
}
.logo-gallery .box-image img {
  object-fit: contain;
}

.mbws_counter .counter-icon img {
  aspect-ratio: 1/1;
  object-fit: contain;
  background-color: white;
  border-radius: 99px;
  border: 20px solid transparent;
}
.mbws_counter .title {
  font-size: 22px;
}

.widget .widget-title {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.widget .is-divider {
  display: none;
}
.widget.flatsome_recent_posts ul > li .recent-blog-posts {
  background-color: var(--color-mbws-bgr);
  border-radius: 6px;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.widget.flatsome_recent_posts ul > li .recent-blog-posts .badge {
  width: 100px;
  height: 100px;
}
.widget.flatsome_recent_posts ul > li .recent-blog-posts .flex-col:last-child {
  padding-top: 15px;
}

.post-item .box-image .image-cover {
  border-radius: 10px;
}
.post-item .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
}
.post-item .box-text .box-text-inner .is-divider {
  display: none;
}
.post-item .box-text .box-text-inner .button {
  text-transform: unset;
  font-size: 14px;
  order: 3;
  width: fit-content;
  margin-top: 0;
}
.post-item .box-text .box-text-inner .post-meta {
  order: 1;
  font-size: 14px;
}
.post-item .box-text .box-text-inner .post-meta::before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
}
.post-item .box-text .box-text-inner .post-title {
  order: 2;
}

.category .post-item .box-text .box-text-inner {
  display: block;
}
.category .post-item .box-text .box-text-inner .post-title a {
  color: var(--fs-color-primary);
}
.category .post-item .col-inner {
  height: 100%;
  border-radius: 10px;
}

.single .entry-header .is-divider {
  display: none;
}
.single .entry-header .entry-header-text {
  padding-bottom: 0;
}

.term-description {
  margin-bottom: 30px;
  background-color: var(--color-mbws-bgr);
  border-radius: 6px;
  padding: 30px;
}

.product-small .col-inner {
  border-radius: 6px;
  overflow: hidden;
}
.product-small .product-title a {
  color: var(--heading-color);
}

.product-title-container .is-divider {
  max-width: 60px;
}

.single-product-tabs .nav {
  background-color: var(--fs-color-secondary);
}
.single-product-tabs .nav > li {
  margin: 0;
}
.single-product-tabs .nav > li > a {
  padding: 15px 20px;
  color: white !important;
}
.single-product-tabs .nav > li.active a {
  background-color: var(--fs-color-primary);
}
.single-product-tabs .wc-tabs {
  display: none;
}

.mbws_product-tab .woocommerce-tabs {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.mbws_product-tab .tabs {
  padding: 0;
  background-color: var(--fs-color-secondary);
}
.mbws_product-tab .tabs > li {
  font-size: 1.1rem;
  padding: 0px 20px;
  margin: 0;
}
.mbws_product-tab .tabs > li.active {
  background-color: var(--fs-color-primary);
}
.mbws_product-tab .tabs > li > a {
  color: #fff !important;
}
.mbws_product-tab .tabs > li > a::before {
  display: none;
}
.mbws_product-tab .tab-panels {
  max-width: 1240px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */