@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_section-process .section-content {
  margin-top: -60px;
}

.mbws_section-we-help .ux-menu {
  gap: 15px;
}
.mbws_section-we-help .ux-menu .ux-menu-link .ux-menu-link__link {
  border: 0 !important;
  font-weight: 600;
  padding-left: 40px;
}
.mbws_section-we-help .ux-menu .ux-menu-link .ux-menu-link__link::before {
  content: "\ea5e";
  position: absolute;
  left: 0;
  font-family: "matbaows-icons";
  font-size: 24px;
  font-weight: 600;
  margin-top: -8px;
  color: var(--fs-color-primary);
}

.post-item .box-text .post-title {
  text-transform: uppercase;
  color: var(--fs-color-primary);
  font-weight: 400;
  font-size: 20px;
}

.rank-math-breadcrumb {
  color: #ffffff;
  text-transform: uppercase;
}
.rank-math-breadcrumb p {
  display: flex;
  gap: 10px;
}
.rank-math-breadcrumb a {
  color: #ffffff;
}

.mbws_content span {
  font-size: 35px;
  font-weight: 600;
}

.mbws_search-box .searchform {
  display: flex;
  justify-content: center;
}
.mbws_search-box .searchform .flex-row {
  width: 65%;
}
@media (max-width: 1024px) {
  .mbws_search-box .searchform .flex-row {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .mbws_search-box .searchform .flex-row {
    width: 94%;
  }
}

.mbws_page-infor {
  margin-top: -30px;
}

.mbws_section-form .mbws_wrap-form {
  display: flex;
  justify-content: space-between;
}
.mbws_section-form .mbws_wrap-form .mbws_field-form {
  width: 32%;
  margin-bottom: 15px;
}
.mbws_section-form .mbws_wrap-form .mbws_field-form input {
  height: 45px;
  box-shadow: none;
}
.mbws_section-form .mbws_field-form textarea {
  box-shadow: none;
}
.mbws_section-form .wpcf7-submit {
  margin: 20px auto 0 auto;
  display: flex;
  padding: 5px 30px;
}

.absolute-footer {
  display: none;
}

.footer-wrapper .ux-menu .ux-menu-link__link {
  border: 0;
}
.footer-wrapper .social-icons {
  display: flex;
  gap: 15px;
}

#top-bar .nav li a {
  color: #000000 !important;
}

.header-main .nav li a {
  background-color: var(--fs-color-primary);
  color: #ffffff !important;
}
.header-main .nav li .sub-menu a {
  background-color: inherit;
  color: #000000 !important;
}
.header-main .nav .current-menu-item {
  position: relative;
}
.header-main .nav .current-menu-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: var(--fs-color-primary);
  bottom: 0;
}
.header-main .nav .current-menu-item a {
  background-color: #2b2f2b;
}