@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
*/
.mbws_title h4 {
  color: var(--fs-color-secondary);
  font-weight: 200;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.mbws_title h2 {
  font-size: 2rem;
}

.button.primary:not(.is-outline) {
  background: linear-gradient(135deg, var(--fs-color-primary), var(--fs-color-secondary));
  color: #fff;
  box-shadow: 0 12px 24px rgba(255, 59, 63, 0.25);
}
.button.is-outline {
  border-width: 1px !important;
}
.button.icon {
  border: 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);
}

.mbws_van-de .col-right {
  background: radial-gradient(circle at top left, #ffe9de, #ffe4f0);
  border-radius: 10px;
  padding: 20px;
}
.mbws_van-de .col-right .col-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(255, 59, 63, 0.25);
}
.mbws_van-de .col-right .col-inner .box-1 {
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 999px;
  background: rgba(255, 122, 60, 0.12);
  color: var(--fs-color-secondary);
  font-weight: 600;
  margin-bottom: 10px;
  width: fit-content;
}
.mbws_van-de .col-right .col-inner .box-1 p {
  margin: 0;
}
.mbws_van-de .col-right .col-inner .icon-box {
  margin-bottom: 10px;
}
.mbws_van-de .col-right .col-inner .icon-box .icon-box-text p {
  margin-bottom: 0;
}
.mbws_van-de .col-right .col-inner > p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
.mbws_van-de .col-right .col-inner .list-food ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.mbws_van-de .col-right .col-inner .list-food ul li {
  width: calc(33.3333333333% - 6.6666666667px);
  margin-left: 0;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background-color: var(--color-mbws-bgr);
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  font-size: 0.8rem;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.mbws-problem .row-problem .col .col-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}
.mbws-problem .row-problem .col .col-inner h4 {
  color: var(--fs-color-secondary);
  font-weight: 200;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}

.mbws_guide p {
  margin-bottom: 10px;
}
.mbws_guide .guide_tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.mbws_guide .guide_tag ul li {
  margin-left: 0;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
}
.mbws_guide .col-right .col-inner {
  background: radial-gradient(circle at top left, #ffe9de, #ffe4f0);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}
.mbws_guide .col-right .col-inner .icon-box {
  align-items: center;
}
.mbws_guide .col-right .col-inner .icon-box .icon-box-img {
  background-color: #fff;
  border-radius: 100px;
  padding: 7px;
}
.mbws_guide .col-right .col-inner .icon-box h3 {
  padding: 4px 10px;
  font-size: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 122, 60, 0.12);
  color: var(--fs-color-secondary);
  font-weight: 600;
  margin-bottom: 10px;
}
.mbws_guide .col-right .col-inner .icon-box p {
  font-size: 0.8rem;
}
.mbws_guide .col-right .col-inner .list-guide ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.mbws_guide .col-right .col-inner .list-guide ul li {
  width: calc(50% - 10px);
  margin-left: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--color-mbws-bgr);
  padding: 10px;
  border-radius: 10px;
  font-size: 0.8rem;
}

.mbws_plan .row_plan .col:not(.col-red) .col-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}
.mbws_plan .row_plan .col:not(.col-red) .col-inner p {
  margin-bottom: 10px;
}
.mbws_plan .row_plan .col:not(.col-red) .col-inner strong {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fs-color-primary), var(--fs-color-secondary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.mbws_plan .row_plan .col-red .col-inner {
  background: rgba(255, 243, 235, 0.9);
  padding: 20px;
  border-radius: 10px;
}
.mbws_plan .row_plan .col-red .col-inner p {
  margin-bottom: 0px;
}

.mbws_failure .row-failure .col .col-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}
.mbws_failure .row-failure .col .col-inner h4 {
  color: var(--fs-color-secondary);
}
.mbws_failure .row-failure .col .col-inner p {
  margin-bottom: 0px;
}
.mbws_failure .row-failure .col.col-note .col-inner {
  border-left: 3px solid var(--fs-color-secondary);
  background: var(--color-mbws-bgr);
}

.mbws-succsess .col-right > .col-inner {
  background: radial-gradient(circle at top left, #ffe9de, #ffe4f0);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}
.mbws-succsess .col-right > .col-inner p {
  margin-bottom: 0px;
}
.mbws-succsess .col-right > .col-inner .row .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.wpcf7-form input {
  border-radius: 100px !important;
}/*# sourceMappingURL=style.css.map */