@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
*/
.icon-angle-right::before {
  content: "\ea1f" !important;
  font-family: "matbaows-icons";
}

.button.is-outline {
  line-height: 50px !important;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .button.is-outline {
    line-height: 40px !important;
    padding: 0 20px;
  }
}
.button.is-outline span {
  font-size: 0.8rem;
  font-weight: 600;
}

.mbws_title h2 .title-main {
  font-size: 3rem;
}
.mbws_title h2 .title-highlight {
  font-size: 3rem;
}
.mbws_title h3 .title-main {
  font-size: 2rem;
}
.mbws_title h3 .title-highlight {
  font-size: 2rem;
}
.mbws_title h1 .title-main {
  font-size: 3rem;
}
.mbws_title h1 .title-highlight {
  font-size: 3rem;
}
.mbws_title .title span {
  line-height: 1.4;
}
.mbws_title .title .title-main {
  color: var(--fs-color-primary);
}
.mbws_title .title .title-highlight {
  color: var(--fs-color-primary);
}
.mbws_title .line-style-two_line .title span {
  display: block;
}
.mbws_title .title-style-left {
  text-align: left;
}
.mbws_title.title-light .title .title-main {
  color: #fff;
}
.mbws_title.title-light .title .title-highlight {
  color: var(--heading-color);
}
@media (max-width: 1024px) {
  .mbws_title h2 .title-main {
    font-size: 2rem;
  }
  .mbws_title h2 .title-highlight {
    font-size: 2rem;
  }
  .mbws_title h3 .title-main {
    font-size: 1.8rem;
  }
  .mbws_title h3 .title-highlight {
    font-size: 1.8rem;
  }
  .mbws_title h1 .title-main {
    font-size: 2.5rem;
  }
  .mbws_title h1 .title-highlight {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .mbws_title h2 .title-main {
    font-size: 1.8rem;
  }
  .mbws_title h2 .title-highlight {
    font-size: 1.8rem;
  }
  .mbws_title h3 .title-main {
    font-size: 1.4rem;
  }
  .mbws_title h3 .title-highlight {
    font-size: 1.4rem;
  }
  .mbws_title h1 .title-main {
    font-size: 2.2rem;
  }
  .mbws_title h1 .title-highlight {
    font-size: 2.2rem;
  }
}

.section-title-container .section-title-normal {
  margin-bottom: 0 !important;
  border: none;
}
.section-title-container .section-title-normal .section-title-main {
  border: none;
}

#header .header-wrapper .header-nav > .menu-item > a {
  font-weight: 400;
}
#header .header-wrapper .header-nav > .menu-item:hover::before, #header .header-wrapper .header-nav > .menu-item.current_page_item::before {
  content: "";
}

@media (max-width: 767px) {
  .mbws_title-about .text-title,
  .mbws_title-faq .text-title {
    margin-top: 30px;
  }
  .mbws_title-about .img,
  .mbws_title-faq .img {
    margin-bottom: 30px;
  }
}

.mbws_teams-about {
  padding: 30px 0 0 0 !important;
}
.mbws_teams-about .mbws_title {
  margin-bottom: 30px;
}
.mbws_teams-about .box-vertical {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .mbws_teams-about .box-vertical {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .mbws_teams-about .box-vertical {
    gap: 20px;
  }
}
.mbws_teams-about .box-vertical .box-image {
  width: 35%;
  border-radius: 10px;
}
.mbws_teams-about .box-vertical .box-text {
  padding: 50px;
  width: calc(65% - 50px);
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .mbws_teams-about .box-vertical .box-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .mbws_teams-about .box-vertical .box-text {
    padding: 30px;
  }
}
.mbws_teams-about .box-vertical .box-text .box-text-inner {
  display: flex;
  flex-flow: row wrap;
}
.mbws_teams-about .box-vertical .box-text .box-text-inner h4 {
  order: 1;
  margin-bottom: 20px;
}
.mbws_teams-about .box-vertical .box-text .box-text-inner p {
  order: 2;
}
.mbws_teams-about .box-vertical .box-text .box-text-inner .social-icons {
  order: 3;
  margin-top: 30px;
}
.mbws_teams-about .box-vertical .box-text .box-text-inner .social-icons a {
  background-color: #EDF2F4;
  padding: 10px;
}
.mbws_teams-about .box-vertical .box-text .box-text-inner .person-name {
  font-size: 2rem;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .mbws_teams-about .box-vertical .box-text .box-text-inner .person-name {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .mbws_teams-about .box-vertical .box-text .box-text-inner .person-name {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .mbws_teams-about .box-vertical .box-text {
    width: 100%;
  }
}
.mbws_teams-about .box-vertical.teams-about-right {
  flex-direction: row-reverse;
}

.mbws_title-faq .row-sercive {
  margin-top: 30px;
  margin-bottom: 60px;
}
.mbws_title-faq .row-sercive .col .col-inner {
  background-color: #f2374b;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .mbws_title-faq .row-sercive .col .col-inner {
    padding: 15px;
  }
}
.mbws_title-faq .row-sercive .col .col-inner:hover {
  background-color: #fe4357;
}
.mbws_title-faq .row-sercive .col .col-inner p {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.mbws_title-faq .row-sercive .col .col-inner h3 {
  font-size: 1rem;
}

.mbws_team-faq .fqa-team .info-team .mbws_title {
  background-color: #EDF2F4;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
}
.mbws_team-faq .fqa-team .faq-item .accordion .accordion-item:first-child .accordion-title {
  border-top: none;
}
.mbws_team-faq .fqa-team .faq-item .accordion .accordion-item .accordion-title {
  padding-left: 10px;
  font-weight: 700;
}
.mbws_team-faq .fqa-team .faq-item .accordion .accordion-item .accordion-title .toggle {
  opacity: 0.3;
  left: unset;
  right: 0;
  font-size: 1rem;
}
.mbws_team-faq .fqa-team .faq-item .accordion .accordion-item .accordion-title .toggle .icon-angle-down::before {
  content: "\eb0b";
  font-family: "matbaows-icons";
}
.mbws_team-faq .fqa-team .faq-item .accordion .accordion-item .accordion-title.active .toggle .icon-angle-down::before {
  content: "\eaf2";
}

.mbws_service-mission .mission-item .col-inner {
  background-color: #edf2f4;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .mbws_service-mission .mission-item .col-inner {
    padding: 33px;
  }
}

.mbws_service-teams .service-team-item {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 50px;
  margin-left: 150px;
}
@media (max-width: 767px) {
  .mbws_service-teams .service-team-item {
    margin-left: 0;
  }
}
.mbws_service-teams .service-team-item .box-image {
  overflow: visible;
}
.mbws_service-teams .service-team-item .box-image .box-image-inner {
  margin: 20px;
  margin-left: -120px;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .mbws_service-teams .service-team-item .box-image .box-image-inner {
    margin-left: 0;
  }
}
.mbws_service-teams .service-team-item .box-text {
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .mbws_service-teams .service-team-item .box-text {
    padding: 10px 30px 30px 30px;
  }
}
.mbws_service-teams .service-team-item .box-text .box-text-inner h4 {
  font-size: 1.5rem;
}
.mbws_service-teams .service-team-item .box-text .box-text-inner h4.uppercase {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mbws_service-teams .service-team-item .box-text .box-text-inner h4.uppercase {
    margin-bottom: 20px;
  }
}
.mbws_service-teams .service-team-item .box-text .box-text-inner h4.uppercase .person-name {
  font-size: 2rem;
  text-transform: none;
}
.mbws_service-teams .service-team-item .box-text .box-text-inner h4.uppercase .person-title {
  font-size: 1.2rem;
  text-transform: none;
}

.mbws_support-service .item-price .pricing-table {
  background-color: #EDF2F4;
  border-radius: 10px;
}
.mbws_support-service .item-price .pricing-table .title {
  background: var(--fs-color-primary);
  color: #fff;
  padding: 15px;
}
.mbws_support-service .item-price .pricing-table .bullet-item {
  border-bottom: 1px solid #ffffff;
}

.mbws_service-pricing .item-price .pricing-table {
  border-radius: 10px;
  overflow: hidden;
}

.mbws_contact-content .col .box {
  background-color: #fff;
  border-radius: 10px;
}
.mbws_contact-content .col .box .box-text h3 {
  font-size: 1.2rem;
}
.mbws_contact-content .col .box .box-text p:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 600;
}
.mbws_contact-content .col .box .box-text p:nth-child(2) a {
  color: var(--fs-color-primary);
}

.mbws_contact-us .info-contact p:first-child {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.mbws_contact-us .info-contact p:first-child a {
  color: var(--fs-color-primary);
}
.mbws_contact-us .info-contact p:nth-child(2) {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.mbws_contact-us .form-contact .wpcf7-form input,
.mbws_contact-us .form-contact .wpcf7-form textarea {
  background-color: #EDF2F4;
  box-shadow: none;
  border: none;
}
.mbws_contact-us .form-contact .wpcf7-form input.wpcf7-submit,
.mbws_contact-us .form-contact .wpcf7-form textarea.wpcf7-submit {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.mbws_contact-branch .icon-box .icon-box-img {
  background: #fff;
  padding: 5px;
  width: 50px !important;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mbws_contact-branch .icon-box .icon-box-img img {
  width: 24px;
  padding-top: 0;
  filter: invert(57%) sepia(79%) saturate(7147%) hue-rotate(335deg) brightness(90%) contrast(100%);
}

.slider-banner .banner .text-box {
  bottom: 0;
  top: unset;
  transform: translate(-50%, 0) !important;
}
.slider-banner .banner .text-box .col .col-inner .text h2 {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .slider-banner .banner .text-box .col .col-inner .text h2 {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .slider-banner .banner .text-box .col .col-inner .text h2 {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.slider-banner .banner .text-box .col .col-inner .text h1 {
  margin-top: 20px;
  font-size: 4rem;
  line-height: 1.4;
}
.slider-banner .banner .text-box .col .col-inner .text h1 strong {
  color: var(--fs-color-secondary);
}
@media (max-width: 1024px) {
  .slider-banner .banner .text-box .col .col-inner .text h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .slider-banner .banner .text-box .col .col-inner .text h1 {
    font-size: 1.5rem;
  }
}
.slider-banner .banner .text-box .col .col-inner > .button {
  border-radius: 99px;
  height: 60px;
  width: 60px;
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.slider-banner .banner .text-box .col .col-inner > .button i {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .slider-banner .banner .text-box .col .col-inner > .button {
    margin: 20px 0;
    height: 30px;
    width: 30px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .slider-banner .banner .text-box .col .col-inner > .button {
    margin: 20px 0;
    height: 30px;
    width: 30px;
    font-size: 1rem;
  }
}
.slider-banner .banner .text-box .col .banner-service .col .col-inner {
  border-radius: 5px;
  overflow: hidden;
}
.slider-banner .banner .text-box .col .banner-service .col .col-inner .box-vertical .box-text {
  padding: 0;
}
.slider-banner .banner .text-box .col .banner-service .col .col-inner .box-vertical .box-text .box-text-inner h4 {
  color: var(--fs-color-secondary);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .slider-banner .banner .text-box .col .banner-service .col .col-inner .box-vertical .box-text .box-text-inner h4 {
    margin-left: 10px;
    font-size: 1rem;
  }
}
.slider-banner .banner .text-box .col .banner-service .col .col-inner .box-vertical .box-text .box-text-inner .button {
  font-weight: 900;
  font-size: 1.3rem;
  height: unset;
  padding: 0;
  margin: 0;
  min-height: unset;
  line-height: unset;
  text-align: center;
  float: right;
  transform: rotate(45deg);
}
.slider-banner .banner .text-box .col .banner-service .col .col-inner .box-vertical .box-text .box-text-inner .button i {
  margin-left: 0;
  margin-right: 20px;
}

.mbws_our-team .col .img-inner img {
  border-radius: 10px;
}

.mbws_experience .experience-item .col-inner {
  background-color: #EDF2F4;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .mbws_experience {
    padding-bottom: 0px !important;
  }
}

.mbws_company .row {
  border: 1px solid #fff;
  border-radius: 10px;
}
.mbws_company .col .col-inner {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.mbws_company .item-company .col-inner {
  padding: 60px 50px;
}
@media (max-width: 767px) {
  .mbws_company .item-company .col-inner {
    padding: 30px;
    text-align: center;
  }
}
.mbws_company .item-company .col-inner h4 span {
  font-size: 3rem;
  color: #fff;
}

.mbws_serive .mbws_item-serive .image-cover {
  border-radius: 10px;
}

.post-item .box-text .post-title {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 47px;
  text-transform: uppercase;
}
.post-item .box-text .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-post .entry-title {
  text-transform: uppercase;
}

#footer {
  background-color: #EDF2F4;
}
#footer .mbws_footer-top .section-bg {
  background-size: contain !important;
}
#footer .mbws_footer-top .contact-support-phone {
  margin-bottom: 20px;
}
#footer .mbws_footer-top .contact-support-phone h3 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #footer .mbws_footer-top .contact-support-phone h3 {
    font-size: 1rem;
  }
}
#footer .mbws_footer-top .contact-support-phone h3 a {
  color: var(--fs-color-primary);
}
#footer .mbws_footer-main {
  padding-bottom: 20px !important;
}
#footer .mbws_footer-main .col .col-inner .wpcf7-form input {
  box-shadow: none;
  border: none;
}
#footer .absolute-footer {
  display: none;
}

.off-canvas-left.mfp-ready .mfp-content {
  background-color: #fff;
}
.off-canvas-left.mfp-ready .mfp-content .nav-sidebar .menu-item a {
  color: var(--heading-color);
  font-size: 1rem;
}
.off-canvas-left.mfp-ready .mfp-content .nav-sidebar .menu-item.current_page_item a {
  color: var(--fs-color-primary);
}/*# sourceMappingURL=style.css.map */