@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
*/
.button:not(.icon, .is-link, [type=submit], input[type=button], input[type=reset], input[type=submit]) {
  padding: 5px 40px !important;
  font-size: 1rem !important;
}
.button:not(.icon, .is-link, [type=submit], input[type=button], input[type=reset], input[type=submit]).secondary {
  color: var(--heading-color) !important;
}
.button:not(.icon, .is-link, [type=submit], input[type=button], input[type=reset], input[type=submit]) .icon-angle-right::before {
  content: "\e09f";
  font-family: "FontAwesome", "FontAwesom6Free", "FontAwesom6Brands", "FontAwesom6Pro";
}

.list_check ul {
  list-style: none;
}
.list_check ul li {
  position: relative;
  margin-bottom: 10px;
}
.list_check ul li::before {
  content: "\f00c";
  font-family: "FontAwesome", "FontAwesom6Free", "FontAwesom6Brands", "FontAwesom6Pro";
  position: absolute;
  left: -20px;
  top: 0;
  color: var(--fs-color-primary);
}

.mbws_heading,
#archive-page-title,
.blog-featured-title {
  border-radius: 30px;
  overflow: hidden;
  margin: 0 20px;
}
.mbws_heading .page-title,
#archive-page-title .page-title,
.blog-featured-title .page-title {
  margin-bottom: 10px;
}

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

@media (min-width: 768px) {
  #header #top-bar > .flex-row {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#header #top-bar .flex-left {
  width: 80%;
}
#header #top-bar .flex-left .header-block-block-1 {
  display: flex;
  gap: 20px;
  align-items: center;
}
#header #top-bar .flex-left .header-block-block-1 .icon-box {
  width: fit-content;
  align-items: center;
  position: relative;
}
#header #top-bar .flex-left .header-block-block-1 .icon-box:first-child::before {
  display: none;
}
#header #top-bar .flex-left .header-block-block-1 .icon-box::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2784313725);
  position: absolute;
  left: -10px;
}
#header #top-bar .flex-left .header-block-block-1 .icon-box .icon-box-text {
  color: #fff;
}
#header #top-bar .flex-left .header-block-block-1 .icon-box .icon-box-text p {
  margin-bottom: 0;
}
#header #top-bar .flex-left .header-block-block-1 .icon-box .icon-box-text a {
  color: #fff;
}
#header #top-bar .header-social-icons .icon i {
  color: #fff;
  font-size: 1rem;
}
@media (min-width: 768px) {
  #header #masthead > .flex-row {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#header #masthead .flex-left .nav-left {
  justify-content: end;
  padding-right: 50px;
  gap: 20px;
}
#header #masthead .flex-right {
  padding-left: 50px;
  border-left: 1px solid var(--fs-color-primary);
}
@media (min-width: 768px) {
  #header #masthead .flex-right {
    border-left: 1px solid var(--fs-color-primary);
  }
}
#header #masthead .flex-right .header-search-form-wrapper {
  min-width: 300px;
}
#header #masthead .flex-right .header-search-form-wrapper input[type=search] {
  border-radius: 0;
  height: 40px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid var(--fs-color-primary);
}
#header #masthead .flex-right .header-search-form-wrapper i {
  color: var(--fs-color-primary);
}
#header .header-button-1 .button.success {
  background-color: var(--fs-color-success) !important;
}

.mbws-about .about-img .img {
  border-radius: 300px 20px 20px 20px;
  overflow: hidden;
}

.mbws_slider .mbws_row_quality {
  margin-top: -100px !important;
}
@media (max-width: 767px) {
  .mbws_slider .mbws_row_quality {
    margin-top: 30px !important;
  }
}
.mbws_slider .mbws_row_quality .box {
  border-radius: 10px;
  overflow: hidden;
}
.mbws_slider .mbws_row_quality .box-text {
  height: 100%;
}
.mbws_slider .mbws_row_quality .box-text .box-text-inner {
  height: 100%;
}
.mbws_slider .mbws_row_quality .box-text .box-text-inner .box-title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 8px;
  padding: 21px 28px 19px;
  background-color: #fff;
  margin: 0;
  width: auto;
  text-align: start;
  transition: 0.3s ease;
  clip-path: inset(0 0 0 0);
}
.mbws_slider .mbws_row_quality .box-text .box-text-inner .box-title h3 {
  color: var(--heading-color);
  text-shadow: none;
}
.mbws_slider .mbws_row_quality .box-text .box-text-inner .icon-box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 38px 35px 41px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: inset(100% 0 0 0);
  transition: 0.5s ease 0.3s;
}
.mbws_slider .mbws_row_quality .box-text .box-text-inner .icon-box-text {
  text-shadow: none;
}
.mbws_slider .mbws_row_quality .box-text .box-text-inner .icon-box-text h3 {
  color: var(--heading-color);
}
.mbws_slider .mbws_row_quality .box-text .box-text-inner .icon-box-text p {
  color: var(--text-color);
}
.mbws_slider .mbws_row_quality .box:hover .box-text-inner .box-title {
  clip-path: inset(100% 0 0 0);
}
.mbws_slider .mbws_row_quality .box:hover .box-text-inner .icon-box {
  clip-path: inset(0 0 0 0);
}

.mbws-slider .col > .col-inner > .box .box-image {
  border-radius: 20px;
  overflow: hidden;
  width: 90% !important;
  margin-left: 0 !important;
}
.mbws-slider .col > .col-inner > .box .box-text {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 11px 50px 11px rgba(1, 53, 102, 0.05);
  width: 90% !important;
  margin: -50px 0 0 auto;
  padding: 0 30px;
}
.mbws-slider .col > .col-inner > .box .box-text .icon-box {
  transform: translateY(-40px);
}
.mbws-slider .col > .col-inner > .box .box-text .icon-box .icon-box-img {
  margin-left: 20px;
  background-color: var(--color-mbws-custom-1);
  aspect-ratio: 1/1;
  display: flex;
  padding: 15px;
  border-radius: 100px;
}
.mbws-slider .col > .col-inner > .box .box-text .icon-box .icon-box-img svg {
  padding-top: 0;
  color: #fff;
}
.mbws-slider .col > .col-inner > .box .box-text .icon-box .icon-box-text {
  text-align: left;
}
.mbws-slider .col > .col-inner > .box .box-text .icon-box .icon-box-text h3 {
  font-size: 1.3rem;
}

.row_counter .mbws_counter .counter-style-left {
  align-items: center;
}
.row_counter .counter-icon {
  background-color: var(--color-mbws-custom-1);
  padding: 15px;
  border-radius: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mbws_company .mbws_row-top {
  margin-top: -100px !important;
}
.mbws_company .mbws_row-top .banner {
  border-radius: 20px;
  overflow: hidden;
}
.mbws_company .mbws_row-top .banner .text h3 {
  font-weight: 600;
  line-height: 1.2;
}
.mbws_company .company-left .icon-box-img .icon-inner {
  background-color: var(--fs-color-secondary);
  border-radius: 100px;
  aspect-ratio: 1/1;
  display: flex;
}
.mbws_company .company-left .icon-box-img .icon-inner svg {
  color: var(--heading-color);
}
.mbws_company .company-left .icon-box:not(.icon-hotline) .icon-inner {
  padding: 15px;
}
.mbws_company .company-left .icon-box.icon-hotline .icon-inner {
  padding: 10px;
}
.mbws_company .company-left .icon-box.icon-hotline .icon-box-text {
  margin-top: 0;
}
.mbws_company .company-left .icon-box.icon-hotline .icon-box-text p {
  margin-bottom: 0;
}
.mbws_company .company-right .img {
  border-radius: 20px;
  overflow: hidden;
}
.mbws_company .company-right .img-1 {
  position: absolute;
  left: 0;
  bottom: -50px;
}
.mbws_company .company-right .icon-box {
  position: absolute;
  left: 0;
  bottom: 25%;
}

.mbws_why .why_left .img-1 {
  border-radius: 100%;
  overflow: hidden;
}
.mbws_why .why_left .img-2 {
  position: absolute;
  left: -20px;
  top: 50px;
  border-radius: 100%;
  overflow: hidden;
  border: 10px solid #fff;
}
.mbws_why .why_center .mbws_skillbar {
  margin-bottom: 20px;
}
.mbws_why .why_center .mbws_skillbar .title-skill {
  margin-bottom: 0;
}
.mbws_why .why_center .mbws_skillbar .skill div {
  font-size: 0.8rem;
}
.mbws_why .why_right .mbws_win {
  margin-bottom: 20px;
  background-color: var(--fs-color-secondary);
  border-radius: 20px;
  padding: 20px;
  max-width: 300px;
}
.mbws_why .why_right .mbws_win .icon-box {
  border-bottom: 1px solid;
}
.mbws_why .why_right .mbws_win p {
  margin-bottom: 0;
}

.title_bgr-img h2 {
  background-image: url(https://agron.casethemes.net/wp-content/uploads/2025/06/post-47.webp);
  font-size: 80px;
  font-weight: 900;
  line-height: 0.97115;
  letter-spacing: -2.08px;
  animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  background-size: cover;
  background-position: 50%;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .title_bgr-img h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .title_bgr-img h2 {
    font-size: 30px;
  }
}

.mbws_healthy .icon-box .icon-box-img {
  border: 1px dashed var(--fs-color-primary);
  border-radius: 100px;
  aspect-ratio: 1/1;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: center;
}
.mbws_healthy .icon-box .icon-box-text p {
  margin-bottom: 0;
  color: var(--heading-color);
}

.mbws_were .row {
  border-radius: 20px;
  overflow: hidden;
}
.mbws_were .row .were_left .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}
.mbws_were .row .were_left .img-1 {
  position: absolute;
  right: -70px;
  bottom: 20%;
  border-radius: 100%;
  overflow: hidden;
  border: 10px solid #fff;
  z-index: 1;
}
.mbws_were .row .were_left .icon-box {
  position: absolute;
  right: -50px;
  top: 20%;
  z-index: 1;
}

.decor_bgr_top .section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/10/mask-7.png);
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  z-index: 1;
}

.decor_bgr_bottom .section-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/10/mask-7.png);
  transform: rotate(180deg);
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
  z-index: 1;
}

.mbws_video .video-button-wrapper a {
  background-image: url(/wp-content/uploads/2025/10/mask-5.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
  border: none;
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mbws_video .video-button-wrapper a i {
  margin-top: 0;
  top: 0;
}

.mbws_value .mbws_counter .counter-icon {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--fs-color-primary);
}
.mbws_value .mbws_counter .counter-number span {
  line-height: 1;
}

.mbws_our_team .box .box-text .box-text-inner .person-title {
  text-transform: none;
}
.mbws_our_team .box .box-text .box-text-inner .social-icons a {
  border: 1px dashed var(--fs-color-success);
  color: var(--fs-color-success);
}
.mbws_our_team .box .box-text .box-text-inner .social-icons a:hover {
  background-color: var(--fs-color-success);
  color: #fff;
}
.mbws_our_team .box .box-text .box-text-inner .social-icons a i {
  top: 0;
}

.sidebar-inner span.widget-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--heading-color);
  letter-spacing: normal;
}
.sidebar-inner .is-divider {
  max-width: 100%;
  height: 1px;
  background-color: var(--color-mbws-custom-1);
}

.post-item .box .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.post-item .box .badge {
  bottom: unset;
  top: 10px;
  left: 10px;
}
.post-item .box .badge .badge-inner {
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
}
.post-item .box .badge br {
  display: none;
}
.post-item .box .badge .post-date-day {
  display: block;
  width: 100%;
  background-color: var(--fs-color-secondary);
  color: var(--heading-color);
  font-size: 1.1rem;
  padding: 5px 10px;
}
.post-item .box .badge .post-date-month {
  display: block;
  width: 100%;
  background-color: var(--fs-color-primary);
  font-size: 0.8rem;
  padding: 5px 10px;
}
.post-item .box .box-text {
  padding-top: 15px;
}
.post-item .box .box-text .is-link {
  margin-top: 0;
}

.product-small .col-inner {
  box-shadow: 0 11px 50px 11px rgba(1, 53, 102, 0.05);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.product-small .col-inner:hover {
  border: 1px solid var(--color-mbws-custom-1);
  transition: all 0.3s ease;
}
.product-small .badge-container {
  margin-top: 10px;
  margin-left: -5px;
}
.product-small .badge-inner {
  padding: 0 12px;
  background-color: var(--color-mbws-custom-1);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 27px;
  display: inline-block;
  border-radius: 2px;
  min-height: auto;
  margin: 0;
  height: unset;
}
.product-small .box {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.product-small .box .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.product-small .box .box-text {
  padding: 15px 20px 20px 20px;
}
.product-small .box .product-title a {
  font-size: 1.2rem;
  margin: 0 0 5px 0;
  color: var(--heading-color);
  font-weight: 600;
}
.product-small .box .price-wrapper .price {
  font-size: 1.1rem;
  font-weight: 600;
}

.shop-page-title {
  border-radius: 30px;
  overflow: hidden;
  margin: 0 20px 30px;
}
.shop-page-title .page-title-inner {
  min-height: 300px;
}
.shop-page-title .page-title-inner .shop-page-title {
  font-size: 2.3rem;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 11px 50px 11px rgba(1, 53, 102, 0.05);
}
.single-product .product-footer .tabs li {
  font-size: 1.5rem;
}

#footer .mbws_footer_top .row_banner {
  margin-top: -150px !important;
}
#footer .mbws_footer_top .row_banner .banner {
  border-radius: 30px;
  overflow: hidden;
}
#footer .footer-top p {
  margin-bottom: 0;
}
#footer .footer-top .form-dk input:not(.wpcf7-submit) {
  height: 45px;
  border-radius: 100px;
  margin-bottom: 0;
}
#footer .footer-top .form-dk .wpcf7-submit {
  height: 45px;
  border-radius: 100px;
  padding: 0 30px;
  margin-bottom: 0;
  margin-left: -50px;
}
#footer .footer-main .section-title-container {
  margin-bottom: 10px;
}
#footer .footer-main .section-title-normal {
  border-bottom: 0;
  margin-bottom: 0;
}
#footer .footer-main .section-title-normal span {
  border-bottom: 0;
}
#footer .footer-main .col-contact .icon-box {
  margin-bottom: 20px;
}
#footer .footer-main .col-contact .icon-box-img .icon-inner {
  background-color: var(--fs-color-secondary);
  border-radius: 100px;
  aspect-ratio: 1/1;
  display: flex;
  padding: 10px;
}
#footer .footer-main .col-contact .icon-box-img .icon-inner svg {
  color: var(--heading-color);
}
#footer .footer-main .col-contact .icon-box .icon-box-text {
  margin-top: 0;
}
#footer .footer-main .col-contact .icon-box .icon-box-text p {
  margin-bottom: 0;
}
#footer .footer-main .col-contact .icon-box .icon-box-text a {
  color: var(--heading-color);
}/*# sourceMappingURL=style.css.map */