@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_sub-title h2 {
  margin-bottom: 0;
}
.mbws_sub-title h3 {
  margin-bottom: 0;
}
.mbws_sub-title h4 {
  margin-bottom: 0;
}

.rank-math-breadcrumb p {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  justify-content: center;
}
.rank-math-breadcrumb a {
  font-weight: 600;
}

.mbws_content span {
  font-size: 35px;
  font-weight: 600;
}

.mbws_title-section {
  position: relative;
}
.mbws_title-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  border-bottom: 4px solid #000000;
  width: 80px;
}

.wpcf7-form .mbws_form-wrap {
  display: flex;
  justify-content: space-between;
}
.wpcf7-form .mbws_form-wrap .mbws_form-field {
  flex: 0 0 49%;
}
.wpcf7-form .mbws_form-wrap .mbws_form-field input {
  height: 45px;
  border-radius: 2px;
}
.wpcf7-form .wpcf7-submit {
  padding: 5px 20px;
  border-radius: 2px;
}

.mbws_wrap-item .text p {
  margin-bottom: 0;
}

.mbws_section-blog .box .box-text {
  padding: 25px 30px;
  background: #ffffff;
}
.mbws_section-blog .sidebar-wrapper .widget {
  margin-bottom: 50px;
}
.mbws_section-blog .sidebar-wrapper .widget_recent_entries ul li {
  margin: 10px 0;
}
.mbws_section-blog .sidebar-wrapper .widget_search .search-field {
  height: 45px;
  border-radius: 2px 0 0 2px;
}
.mbws_section-blog .sidebar-wrapper .widget_search .submit-button {
  height: 45px;
  border-radius: 0 2px 2px 0;
}

.mbws_button {
  border-radius: 4px !important;
}

.mbws_outstanding-study-abroad .mbws_media-image {
  overflow: visible;
}
.mbws_outstanding-study-abroad .mbws_media-image .img-inner {
  overflow: visible;
  width: 130%;
}
.mbws_outstanding-study-abroad .mbws_media-image .img-inner img {
  max-width: initial;
  margin-left: -268px;
}
@media (max-width: 768px) {
  .mbws_outstanding-study-abroad .mbws_media-image .img-inner img {
    margin-left: -105px;
  }
}
.mbws_outstanding-study-abroad .mbws_title-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  border-bottom: 4px solid #ffffff;
  width: 80px;
}
.mbws_outstanding-study-abroad .box .box-text {
  background: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .mbws_outstanding-study-abroad .box .box-text {
    padding: 10px 20px 0 20px;
  }
}
.mbws_outstanding-study-abroad .box .box-text .post-title a {
  color: var(--fs-color-primary);
}

.mbws_divider-center {
  position: relative;
}
.mbws_divider-center::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border-bottom: 4px solid #000000;
  width: 80px;
}

.mbws_testimonial .icon-box {
  align-items: center;
}
.mbws_testimonial .icon-box .testimonial-text .text {
  line-height: 30px;
}
.mbws_testimonial .icon-box .icon-box-text {
  padding-right: 50px !important;
}

.mbws_blog-home .box .box-text {
  padding: 25px 30px;
  background: #ffffff;
}

footer .wpcf7-form .wpcf7-submit {
  padding: 0px 20px;
  border-radius: 2px;
}