@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 {
  line-height: 1.3;
}
.mbws_title .title-main {
  font-size: 1rem;
  font-weight: 600;
  color: var(--fs-color-primary);
}
.mbws_title .title-highlight {
  font-size: 3rem;
  font-weight: 600;
  color: var(--fs-color-secondary);
}
@media (max-width: 767px) {
  .mbws_title .title-highlight {
    font-size: 2.5rem;
  }
}

.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;
}

.page-title .title-content {
  position: absolute;
  right: 0;
  bottom: -27px;
  background: var(--fs-color-primary);
  padding: 5px 50px;
  border-radius: 100px;
  text-decoration: none;
}
.page-title .title-content a {
  color: #fff;
}
.page-title .title-content span {
  color: #fff;
}
.page-title .title-content nav {
  color: #fff;
  text-decoration: none;
}

.header-main .header-nav {
  justify-content: center;
}

.mbws_price table thead {
  background-color: var(--fs-color-primary);
  color: #fff;
}
.mbws_price table thead th {
  padding-left: 10px;
}
.mbws_price tbody tr td {
  padding-left: 10px;
}

.testimonial-box.icon-box .icon-box-text {
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}
.testimonial-box.icon-box .icon-box-text:before {
  position: absolute;
  content: "";
  left: 65px;
  top: -27px;
  border: 20px solid transparent;
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.mbws_slider .section-bg {
  background: linear-gradient(90deg, rgb(247, 244, 238) 0%, rgb(247, 244, 238) 50%, var(--fs-color-primary) 50%, var(--fs-color-primary) 100%);
}
@media (max-width: 767px) {
  .mbws_slider .section-bg {
    background: linear-gradient(180deg, rgb(247, 244, 238) 0%, rgb(247, 244, 238) 50%, var(--fs-color-primary) 50%, var(--fs-color-primary) 100%);
  }
}
.mbws_slider .col-inner h3 {
  font-size: 1.5rem;
  color: var(--fs-color-secondary);
}
.mbws_slider .col-inner h2 {
  font-size: 3rem;
  color: var(--heading-color);
}
@media (max-width: 767px) {
  .mbws_slider .col-inner h2 {
    font-size: 2.5rem;
  }
}

.mbws_service-row .col .col-inner {
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
  padding: 50px 30px;
  height: 100%;
  border-radius: 10px;
}
.mbws_service-row .col .col-inner .icon-box-img {
  background-color: var(--fs-color-primary);
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.mbws_service-row .col .col-inner .icon-box-img svg {
  fill: #fff;
}
.mbws_service-row .col .col-inner .icon-box-img svg path {
  fill: #fff;
}
.mbws_service-row .col .col-inner .icon-box-text h4 {
  font-size: 1.5rem;
}

.mbws_power .ux-menu {
  margin-bottom: 30px;
}
.mbws_power .ux-menu .ux-menu-link .ux-menu-link__icon {
  color: var(--fs-color-success);
}
.mbws_power .icon-box {
  margin-bottom: 10px;
}
.mbws_power .icon-box-img {
  border-radius: 100px;
  border: 1px solid var(--heading-color);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.mbws_service-2 .service-row .col {
  background-color: #fff;
  border: 1px solid #f5f6fa;
  padding: 30px 20px;
}

.mbws_team .box .box-text {
  max-width: 70%;
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
}
.mbws_team .box .box-text-inner {
  text-align: left;
}
.mbws_team .box .box-text-inner .uppercase .person-name {
  color: var(--fs-color-primary);
}
.mbws_team .box .box-text-inner .uppercase .person-title {
  text-transform: none;
}

.product-small.product .col-inner .box-text {
  background-color: #f9f9f9;
  padding: 10px;
}
.product-small.product .col-inner .box-text .name {
  font-size: 1.2rem;
  font-weight: 600;
}
.product-small.product .col-inner .box-text .add-to-cart-button a {
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: none;
  background-color: var(--fs-color-primary);
  color: #fff;
}

.badge-container .badge {
  height: 40px;
}
.badge-container .badge .on-sale {
  font-size: 1rem;
  border-radius: 10px;
  font-weight: 400;
  padding: 0 10px;
}

.footer_mbws {
  padding-bottom: 20px !important;
}
.footer_mbws::before {
  content: "";
  width: 20%;
  aspect-ratio: 311/172;
  background-image: url(/wp-content/uploads/2025/04/funbg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.footer_mbws::after {
  content: "";
  width: 10%;
  aspect-ratio: 202/252;
  background-image: url(/wp-content/uploads/2025/04/shape-21-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.footer_mbws .mbws_footer-top {
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 30px;
}
.footer_mbws .mbws_footer-top .wpcf7-form p {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer_mbws .mbws_footer-top .wpcf7-form p input {
  height: 50px;
  border-radius: 100px;
}
.footer_mbws .mbws_footer-top .wpcf7-form p .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}
.footer_mbws .mbws_footer-bottom {
  border-top: 1px solid #2c2c2c;
  padding-top: 20px;
}
.footer_mbws .mbws_footer-bottom p {
  margin-bottom: 0;
}

.absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */