@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
*/
.pd-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mbws_mb-0 p {
  margin-bottom: 0;
}
.mbws_mb-0 h2 {
  margin-bottom: 0;
}
.mbws_mb-0 h3 {
  margin-bottom: 0;
}
.mbws_mb-0 h1 {
  margin-bottom: 0;
}
.mbws_mb-0 h4 {
  margin-bottom: 0;
}
.mbws_mb-0 ul {
  margin-bottom: 0;
}

.section_language-flat .icon-box-text h3 {
  margin-bottom: 0;
}
.section_language-flat .icon-box-img svg path {
  fill: revert-layer !important;
}

.mbws_subtitle {
  color: var(--fs-color-primary);
  background-color: #F0F0F0;
  padding: 9px 20px;
  border-radius: 65px 65px 65px 65px;
  width: fit-content;
}

.mbws_subtitle-w {
  color: var(--fs-color-primary);
  background-color: #ffffff;
  padding: 9px 20px;
  border-radius: 65px 65px 65px 65px;
  width: fit-content;
}

.mbws_subtitle-purple {
  color: #ffffff;
  background-color: var(--fs-color-primary);
  padding: 9px 20px;
  border-radius: 65px 65px 65px 65px;
  width: fit-content;
}

.mbws_section-about-us .wpsm_progress .wpsm_progress-bar {
  height: 8px !important;
}

.mbws_section-content-why-choose-us {
  width: auto !important;
  margin-left: 2%;
  margin-right: 2%;
}
.mbws_section-content-why-choose-us .section-bg {
  border-radius: 30px 30px 30px 30px;
}
.mbws_section-content-why-choose-us .mbws_item {
  padding: 40px;
  border-radius: 30px 30px 30px 30px;
  background-color: #FFFFFF;
  min-height: 310px;
}
.mbws_section-content-why-choose-us .mbws_item .icon-box-img {
  margin-left: inherit !important;
}
.mbws_section-content-why-choose-us .mbws_item .icon-box-img svg path {
  fill: revert-layer !important;
}

.mbws_section-my-teacher {
  width: auto !important;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 30px 30px 30px 30px;
}

.mbws_section-certificate .mbws_item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.08);
}
.mbws_section-certificate .mbws_item .box .box-text ul li {
  list-style: none;
}

.mbws_section-map {
  width: auto !important;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 30px 30px 30px 30px;
}
.mbws_section-map .mbws_heart {
  display: flex;
  gap: 25px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .mbws_section-map .mbws_heart {
    justify-content: flex-start;
    gap: 15px;
  }
}
.mbws_section-map .mbws_heart .img {
  background: var(--fs-color-secondary);
  padding: 4px;
  border-radius: 50%;
}
.mbws_section-map .mbws_infor-number {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .mbws_section-map .mbws_infor-number {
    justify-content: flex-start;
  }
}
.mbws_section-map .mbws_flex-end .col {
  display: flex;
  align-items: flex-end;
}

.mbws_section-parameter {
  width: auto !important;
  margin-left: 2%;
  margin-right: 2%;
}
.mbws_section-parameter .section-bg {
  border-radius: 30px 30px 30px 30px;
}
.mbws_section-parameter .mbws_item {
  padding: 20px 10px;
  background-color: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  min-height: 256px;
}
.mbws_section-parameter .mbws_item .mbws_counter .count-up {
  color: var(--fs-color-secondary);
}
.mbws_section-parameter .mbws_item .mbws_counter .title {
  color: var(--fs-color-primary);
}

.mbws_section-staff .img img {
  border-radius: 30px 30px 30px 30px;
}

.mbws_section-infor-contact {
  width: auto !important;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 30px 30px 30px 30px;
}

.mbws_operating-time .icon-box .icon-box-img .icon .icon-inner {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 30px;
  width: 95px;
  height: 95px;
  border-radius: 100%;
}
.mbws_operating-time .section-content {
  margin-top: -80px;
}

.mbws_section-form-contact .wpcf7-form .mbws_wrap-field {
  display: flex;
  gap: 20px;
}
.mbws_section-form-contact .wpcf7-form .mbws_wrap-field .mbws_field {
  width: 50%;
}
.mbws_section-form-contact .wpcf7-form .mbws_wrap-field input {
  color: #afafaf;
  background-color: rgb(255, 255, 255);
  border-color: #f0f0f0;
  border-radius: 5px;
  height: 48px;
}
.mbws_section-form-contact .wpcf7-form textarea {
  color: #afafaf;
  background-color: rgb(255, 255, 255);
  border-color: #f0f0f0;
  border-radius: 5px;
}
.mbws_section-form-contact .wpcf7-form .wpcf7-submit {
  margin-top: 20px;
  border-radius: 5px;
  padding: 6px 30px 6px 30px;
  color: #ffffff;
  background-color: var(--fs-color-secondary);
}
.mbws_section-form-contact .wpcf7-form .wpcf7-spinner {
  position: absolute;
}

.mbws_section-banner-course .icon-box .icon-box-img svg path {
  fill: revert-layer !important;
}

.mbws_section-video .video-button-wrapper {
  float: right;
}
.mbws_section-video .video-button-wrapper a {
  margin-bottom: 0;
  background: var(--fs-color-secondary);
  border: none;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.mbws_section-video .video-button-wrapper a:hover {
  background: var(--fs-color-primary);
}
.mbws_section-video .mbws_section-background .section-bg {
  border-radius: 30px 30px 30px 30px;
}

.mbws_section-banner-hero {
  width: auto !important;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 30px 30px 30px 30px;
}
.mbws_section-banner-hero .mbws_background-left {
  position: relative;
}
.mbws_section-banner-hero .mbws_background-left::before {
  content: "";
  position: absolute;
  left: -62px;
  overflow: visible;
  top: -100px;
  background-image: url("/wp-content/uploads/2024/12/language4-slider-pic1-1.webp");
  width: 100%;
  height: 630px;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .mbws_section-banner-hero .mbws_background-left::before {
    display: none;
  }
}
.mbws_section-banner-hero .mbws_background-right {
  position: relative;
}
.mbws_section-banner-hero .mbws_background-right .mbws_wrap-image {
  position: relative;
}
.mbws_section-banner-hero .mbws_background-right .mbws_wrap-image .mbws_image1 {
  position: absolute;
  display: block;
  pointer-events: auto;
  left: 490px;
  top: 15px;
  z-index: 12;
  visibility: visible;
}

.header-main .header-inner {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.mbws_button-call-us {
  color: var(--fs-color-primary) !important;
  padding: 14px 20px !important;
  background: #f9eee1;
  border-radius: 5px;
  font-size: 16px !important;
}
.mbws_button-call-us:hover {
  background: var(--fs-color-secondary);
  color: #ffffff !important;
}

.absolute-footer {
  display: none;
}