@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-full-width .container {
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .header-full-width .container {
    padding: 0 15px;
  }
}

.header-main {
  position: relative;
}
.header-main::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
  top: 100%;
  background-size: 14px 100%;
  background-position: 50%;
  z-index: 1;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #ebebeb), color-stop(0.25, #ebebeb));
  background-image: linear-gradient(135deg, #ebebeb 25%, transparent 25%), linear-gradient(225deg, #ebebeb 25%, transparent 25%);
}
.header-main .nav-box > li.active > a {
  position: relative;
}
.header-main .nav-box > li.active > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: var(--fs-color-primary);
  z-index: 2;
  border-radius: 0 0 50% 50%/17px 17px 17px 17px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.header-main .nav-left > li.active > a {
  color: #fff !important;
}
.header-main .nav-left > li:nth-child(2):not(.active) > a {
  color: var(--fs-color-secondary) !important;
}
.header-main .nav-left > li:nth-child(2).active > a {
  background-color: var(--fs-color-secondary);
}
.header-main .nav-left > li:nth-child(2).active > a::after {
  background-color: var(--fs-color-secondary);
}
.header-main .nav-left > li:nth-child(3):not(.active) > a {
  color: var(--fs-color-success) !important;
}
.header-main .nav-left > li:nth-child(3).active > a {
  background-color: var(--fs-color-success);
}
.header-main .nav-left > li:nth-child(3).active > a::after {
  background-color: var(--fs-color-success);
}
.header-main .nav-left > li:nth-child(4):not(.active) > a {
  color: var(--color-mbws-custom-1) !important;
}
.header-main .nav-left > li:nth-child(4).active > a {
  background-color: var(--color-mbws-custom-1);
}
.header-main .nav-left > li:nth-child(4).active > a::after {
  background-color: var(--color-mbws-custom-1);
}
.header-main .nav-dropdown li > a {
  color: var(--text-color);
  font-size: 14px;
  text-transform: uppercase !important;
  font-weight: bold !important;
}
.header-main .nav-dropdown li > a:hover {
  color: var(--fs-color-primary);
}
.header-main .nav-dropdown li.menu-item-has-children {
  position: relative;
}
.header-main .nav-dropdown li.menu-item-has-children::after {
  content: "\f105";
  font-family: fl-icons !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header-main .cart-item .nav-dropdown {
  min-width: 350px;
}
.header-main .cart-item .nav-dropdown ul.product_list_widget li a:not(.remove) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#header-contact > li > a {
  text-transform: unset;
  font-weight: bold;
}

@media (max-width: 768px) {
  #header .header.show-on-scroll, #header .stuck .header-main {
    height: 70px !important;
  }
}
#header .stuck #logo img {
  max-height: 70px !important;
}

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

@font-face {
  font-family: "Tahoma";
  src: url(/assets/fonts/Tahoma.woff) format("woff");
  font-display: swap;
}
body {
  font-family: "Tahoma", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 400;
}
@media (max-width: 767px) {
  body h3 {
    font-size: 18px;
  }
}
body .title-no-margin h1, body .title-no-margin h2, body .title-no-margin h3, body .title-no-margin h4, body .title-no-margin h5, body .title-no-margin h6 {
  margin-bottom: 0;
}
body .text-no-margin p {
  margin-bottom: 0;
}
body .last-reset p:last-of-type {
  margin-bottom: 0;
}
body .thin-font * {
  font-weight: var(--text-font-weight);
}
body a.button:not(.icon), body button.button:not(.icon), body input.button:not(.icon) {
  font-weight: var(--text-font-weight);
}
body a.button:not(.icon).alert:hover, body button.button:not(.icon).alert:hover, body input.button:not(.icon).alert:hover {
  background-color: var(--fs-color-primary);
}
body .img .image-cover,
body .img img {
  border-radius: 10px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select-resize-ghost, body .select2-container .select2-choice, body .select2-container .select2-selection, body select {
  height: 2.507em;
  line-height: 2.507em;
}
body .price span.amount {
  font-weight: var(--text-font-weight);
}
body .nav-pagination > li > a, body .nav-pagination > li > span {
  border-color: transparent;
}
body .nav-pagination > li > a.preprev, body .nav-pagination > li > a.next, body .nav-pagination > li > span.preprev, body .nav-pagination > li > span.next {
  background-color: var(--color-mbws-bgr);
}
body .leaf-style > .col-inner {
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}

form {
  margin-bottom: 0 !important;
}
form.wpcf7-form input[type=email], form.wpcf7-form input[type=number], form.wpcf7-form input[type=search], form.wpcf7-form input[type=tel], form.wpcf7-form input[type=text], form.wpcf7-form input[type=url], form.wpcf7-form textarea, form.wpcf7-form select {
  border-radius: 10px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
form.wpcf7-form textarea {
  min-height: 310px;
}
form.wpcf7-form .wpcf7-spinner {
  display: none;
}
form.wpcf7-form .wpcf7-submit {
  height: 50px;
  margin: 0;
  background-color: var(--color-mbws-custom-3);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
}

.home-courses .post-item .box-text {
  text-align: justify;
}
.home-courses .post-item .box-text .post-title {
  text-align: center;
}
.home-courses .post-item .box-text .is-divider {
  display: none;
}

.testimonial-box .icon-box-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.testimonial-box .testimonial-text {
  font-style: unset !important;
}
.testimonial-box .testimonial-meta {
  padding-top: 30px;
  font-size: 20px;
}

.feature-post .box {
  background-color: var(--color-mbws-bgr);
  padding: 20px;
  border-radius: 20px;
}
.feature-post .box-text .button {
  border-radius: 10px;
  box-shadow: none !important;
}

.home-logo .flickity-viewport .gallery-col.col {
  padding-bottom: 0 !important;
}
.home-logo img {
  object-fit: contain !important;
}

.widget .widget-title {
  display: block;
  background-color: var(--color-mbws-bgr);
  border-radius: 8px 10px;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-weight: var(--text-font-weight);
}
.widget .is-divider {
  display: none;
}
.widget.flatsome_recent_posts .badge {
  width: 65px;
  height: 65px;
}
.widget.flatsome_recent_posts .badge .badge-inner {
  border-radius: 99px;
}
.widget.flatsome_recent_posts a {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.widget.flatsome_recent_posts .post_comments {
  display: none;
}
.widget.widget_products ul.product_list_widget li a:not(.remove) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#product-sidebar {
  padding-top: 40px;
}

#archive-page-title {
  margin-bottom: 50px !important;
}

.post-item .box-vertical .box-image .image-cover {
  border-radius: 20px;
}
.post-item .box-vertical .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
}
.post-item .box-vertical .box-text .post-title {
  font-size: 24px;
  font-weight: var(--text-font-weight);
  order: 1;
}
.post-item .box-vertical .box-text .post-author {
  order: 2;
  margin-bottom: 15px;
}
.post-item .box-vertical .box-text .from_the_blog_excerpt {
  font-size: 1rem;
  order: 3;
}
.post-item .box-text .is-divider {
  display: none;
}

.entry-header .entry-image img {
  border-radius: 10px;
}
.entry-header .entry-category {
  text-transform: unset;
  opacity: 1;
  color: var(--heading-color);
}

.mbws-related-posts .related-title {
  margin-bottom: 30px;
}
.mbws-related-posts .post-item .box-image .image-cover {
  border-radius: 15px;
}

.product-small .box-text .category {
  font-weight: bold !important;
  opacity: 1;
  margin-bottom: 10px;
  color: var(--heading-color);
  font-size: 12px;
}
.product-small .box-text .product-title {
  margin-bottom: 10px;
}
.product-small .box-text .product-title > a {
  color: var(--heading-color);
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-small .box-text .price-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 25px;
  margin-bottom: 15px;
}
.product-small .box-text .price-wrapper .rw-ui-container.rw-dir-ltr {
  margin-bottom: 5px;
  display: block;
}
.product-small .box-text .price-wrapper .price {
  font-size: 18px;
}
.product-small .box-text .button {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  border-radius: 4px;
  width: 100%;
  background-color: var(--color-mbws-custom-1);
}
.product-small .box-text .button::after {
  display: none;
}

.product-info {
  padding-top: unset;
}
.product-info .cart button {
  border-radius: 4px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-info .cart button {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    height: 45px;
  }
}
.product-info .product_meta > span {
  font-size: 15px;
  border: none;
  font-weight: bold;
}
.product-info .product_meta > span > * {
  font-weight: var(--text-font-weight);
}
.product-info .product_meta .sku_wrapper {
  display: none;
}

.woocommerce-tabs {
  padding-top: 30px;
  border-top: none !important;
}
.woocommerce-tabs .wc-tabs {
  display: flex;
  list-style: none;
}
@media (max-width: 767px) {
  .woocommerce-tabs .wc-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.woocommerce-tabs .wc-tabs > li {
  margin-right: 5px !important;
}
@media (max-width: 767px) {
  .woocommerce-tabs .wc-tabs > li {
    width: fit-content;
  }
}
.woocommerce-tabs .wc-tabs > li > a {
  background-color: var(--color-mbws-bgr);
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s;
  font-size: 1rem;
}
.woocommerce-tabs .wc-tabs > li > a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -5px;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top-width: 8px;
  border-top-style: solid;
  background-color: unset;
  transform: unset;
}
@media (max-width: 767px) {
  .woocommerce-tabs .wc-tabs > li > a {
    font-size: 14px;
    white-space: nowrap;
    width: fit-content;
    text-align: center;
  }
}
.woocommerce-tabs .wc-tabs > li > a:hover, .woocommerce-tabs .wc-tabs > li.active > a {
  background-color: var(--fs-color-primary);
  color: white;
}
.woocommerce-tabs .wc-tabs > li > a:hover::before, .woocommerce-tabs .wc-tabs > li.active > a::before {
  bottom: -13px;
  border-top-color: var(--fs-color-primary);
  transition: all 0.3s;
}

#footer h3 {
  font-weight: bold;
}
#footer .absolute-footer {
  display: none;
}
#footer .icon-box {
  align-items: center;
}
#footer .wpcf7-form input {
  border-radius: unset;
  height: 40px;
  margin-bottom: 0;
  font-size: 14px;
}
#footer .wpcf7-form input.wpcf7-submit {
  border-radius: unset;
  background-color: var(--fs-color-success);
}
#footer .footer-contact-info p {
  min-height: 39px;
  line-height: 39px;
  margin-bottom: 0;
}
#footer .footer-contact-info p::before {
  content: "\f105";
  font-family: fl-icons !important;
  margin-right: 10px;
}