@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 .title-style-center {
  text-align: center;
}
.mbws_title .title-style-center .title {
  text-align: center;
}
.mbws_title .title .title-main {
  text-transform: uppercase;
  font-size: 1rem;
  color: var(--fs-color-secondary);
}
.mbws_title .title .title-highlight {
  font-size: 2.5rem;
  line-height: 1.3;
  display: block;
  font-weight: 400;
}

.section.dark .mbws_title .title .title-highlight {
  color: #000;
}

.button:not(.icon) {
  position: relative;
  font-size: 0.8rem !important;
  padding: 10px 30px !important;
  font-weight: 100;
}
.button:not(.icon)::before, .button:not(.icon)::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.button:not(.icon)::before {
  width: calc(100% + 2px);
  height: 1px;
  bottom: -6px;
  left: 10px;
}
.button:not(.icon)::after {
  width: 1px;
  height: calc(100% + 2px);
  top: 10px;
  right: -6px;
}
.button:not(.icon):hover {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
}
.button:not(.icon):hover::after {
  height: 0;
}
.button:not(.icon):hover::before {
  width: 0;
}
.button:not(.icon).white:hover {
  color: #fff !important;
}
.button:not(.icon).primary::before, .button:not(.icon).primary::after {
  background: var(--fs-color-primary);
}
.button:not(.icon).primary:hover {
  color: var(--fs-color-primary) !important;
}

.mbws_title-page .page-title-inner .entry-title {
  font-weight: 400;
  font-size: 3rem;
}

.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;
  font-weight: 400 !important;
}

.page-title-inner .title-content {
  display: none;
}

.mbws-service-tabs {
  text-align: center;
}
.mbws-service-tabs .mbws-service-tab.active {
  padding: 0px 10px;
}
.mbws-service-tabs .mbws-service-tab.active span {
  position: relative;
  z-index: 3;
  font-size: 1rem;
}
.mbws-service-tabs .mbws-service-tab.active::before {
  position: absolute;
  content: "";
  background: var(--fs-color-secondary);
  bottom: 9px;
  left: -7px;
  width: 50px;
  height: 12px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.mbws-service-tab-content {
  display: none;
}

.mbws-service-tab-content.active {
  display: block;
}

.mbws-service-tab.active {
  font-weight: bold;
}

.mbws-service-tab-content .mbws-service-items {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.mbws-service-tab-content .mbws-service-items .mbws-service-item {
  width: calc((100% / 6)  - 17px);
}

#header .header-main {
  background-image: url(/wp-content/uploads/2025/04/bg-topbar-home2.jpg);
}
#header .header-main .nav-left {
  justify-content: left;
}
#header .header-main .nav-left .html {
  font-size: 1rem;
}
#header .header-main .flex-right p {
  text-align: right;
  font-size: 1rem;
}
#header .header-main .flex-right p a {
  display: block;
  color: #fff;
}
#header .header-bottom .nav li a {
  font-weight: 400;
}

.mbws_sm .box-text {
  bottom: 50% !important;
  transform: translateY(50%);
}
.mbws_sm .box-text .icon-box-text {
  text-shadow: none;
}
.mbws_sm .box-text .icon-box-text p {
  color: #333;
}

.mbws_counter .col {
  padding-bottom: 0;
}
.mbws_counter .col .mbws_counter .count-up {
  color: #333;
  font-size: 3rem;
}
.mbws_counter .col .mbws_counter .title {
  color: var(--fs-color-primary);
}

.mbws_faq .accordion-item a {
  border-top: 1px solid var(--fs-color-primary);
}
.mbws_faq .accordion-item a.active {
  color: var(--fs-color-primary);
  background: #fff;
}
.mbws_faq .accordion-title {
  color: var(--fs-color-primary);
}
.mbws_faq .accordion-title:hover a {
  color: var(--fs-color-primary);
  background: #fff;
}
.mbws_faq .accordion .accordion-inner p {
  color: var(--fs-color-primary);
}

.mbws_contact .contact-right .col-inner {
  padding: 100px 30px;
}
.mbws_contact .contact-right .col-inner .mbws_title .title .title-highlight {
  color: #fff;
}

.mbws_slider .text h2 {
  font-size: 6rem;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mbws_slider .text h2 {
    font-size: 3rem;
  }
}
.mbws_slider .text p {
  font-size: 1.3rem;
}

.mbws_service {
  margin-top: -50px;
}
.mbws_service .box-text {
  padding: 20px;
  background-image: url(/wp-content/uploads/2025/04/bg-features.jpg);
}

.portfolio-element-wrapper .nav li {
  position: relative;
}
.portfolio-element-wrapper .nav li.active::before {
  position: absolute;
  content: "";
  background: #505050;
  bottom: 9px;
  left: -7px;
  width: 50px;
  height: 12px;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.portfolio-element-wrapper .portfolio-box .overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.mbws_banner h2 {
  font-size: 4rem;
  font-weight: 100;
}
@media (max-width: 767px) {
  .mbws_banner h2 {
    font-size: 2rem;
  }
}

.mbws_tester .col .col-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mbws_tester .col .col-inner .slider-wrapper {
  width: 100%;
}

.mbws_logo .gallery-col {
  padding-bottom: 0;
}
.mbws_logo .gallery-col img {
  aspect-ratio: 1/1;
  padding: 20px;
}

.blog-archive {
  padding-top: 0 !important;
}
.blog-archive .archive-page-header {
  background-image: url(/wp-content/uploads/2024/02/header-graphic.jpg);
  margin-bottom: 30px;
  background-size: cover;
}
.blog-archive .archive-page-header .col {
  padding: 50px 0;
}
.blog-archive .archive-page-header .col .page-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.blog-archive .archive-page-header .col #breadcrumbs {
  color: #d8d8d8;
}
.blog-archive .archive-page-header .col #breadcrumbs a {
  color: #d8d8d8;
}
.blog-archive .archive-page-header .col .taxonomy-description {
  color: #fff;
}
.blog-archive .archive-page-header .col .rank-math-breadcrumb a {
  color: #fff;
}
.blog-archive .archive-page-header .col .rank-math-breadcrumb span {
  color: #fff;
}

.title-single-post {
  background-image: url(/wp-content/uploads/2024/02/mbws-img1.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.title-single-post .col-content .col-inner {
  padding: 20px 50px 20px 100px;
}
@media (max-width: 767px) {
  .title-single-post .col-content .col-inner {
    padding: 30px;
  }
}
.title-single-post .col-content .col-inner .entry-category {
  font-family: var(--text-font-family);
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-transform: none;
}
.title-single-post .col-content .col-inner .entry-title {
  font-family: var(--heading-font-family);
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
.title-single-post .col-content .col-inner .entry-meta:not(.post-views) > span {
  border-right: 1px solid #333;
  padding-right: 5px;
}
.title-single-post .col-content .col-inner .entry-meta:not(.post-views) > span:last-child {
  border-right: 0;
}
.title-single-post .col-content .col-inner .view-post .post-views {
  display: inline;
}
.title-single-post .col-thumbnail img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}

.blog-single.page-wrapper {
  padding-top: 0;
}

.portfolio-archive {
  padding-top: 50px;
}
.portfolio-archive .portfolio-element-wrapper .nav {
  justify-content: center !important;
}
.portfolio-archive .portfolio-element-wrapper .nav li {
  position: relative;
  font-size: 1.2rem;
}
.portfolio-archive .portfolio-element-wrapper .nav li.active::before {
  position: absolute;
  content: "";
  background: var(--fs-color-secondary);
  bottom: 9px;
  left: -7px;
  width: 50px;
  height: 12px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.portfolio-archive .portfolio-element-wrapper .nav li.active a {
  z-index: 2;
  position: relative;
}
.portfolio-archive .portfolio-element-wrapper .nav li.active a::before {
  display: none;
}

.portfolio-single-page {
  padding-top: 50px;
}

#footer .mbws_footer-main .wpcf7-form p {
  display: flex;
}
#footer .mbws_footer-main .wpcf7-form .wpcf7-spinner {
  position: absolute;
}

.back-to-top {
  bottom: 100px !important;
  right: 30px !important;
}

.absolute-footer {
  display: none;
}

.mbws_footer-bottom {
  border-top: 1px solid #a3a3a3;
}
.mbws_footer-bottom a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */