@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_section-news .mbws_section-news-child {
  margin-top: -130px;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .mbws_section-news .mbws_section-news-child {
    margin-top: 0;
  }
}

.mbws_section-image .post-item {
  padding: 0;
}
.mbws_section-image .post-item .box-text {
  display: none;
}
.mbws_section-image .post-item .box-text .button {
  border-radius: 6px;
  padding: 2px 20px;
}
.mbws_section-image .post-item:hover {
  transition: 0.3s ease;
}
.mbws_section-image .post-item:hover .box-text {
  display: block;
}

.mbws_section-service .post-item .box-text {
  background: #ffffff;
  padding: 25px 30px;
}
.mbws_section-service .post-item .box-text .button {
  border-radius: 6px;
  padding: 2px 20px;
}

.mbws_section-form-contact .wpcf7-form .mbws_wrap-form-field {
  display: flex;
  justify-content: space-between;
}
.mbws_section-form-contact .wpcf7-form .mbws_wrap-form-field .mbws_form-field {
  flex: 0 0 49%;
}
.mbws_section-form-contact .wpcf7-form .mbws_wrap-form-field .mbws_form-field input {
  box-shadow: none;
  height: 50px;
  margin-bottom: 30px;
}
.mbws_section-form-contact .wpcf7-form textarea {
  box-shadow: none;
}
.mbws_section-form-contact .wpcf7-form .wpcf7-submit {
  border-radius: 6px;
}

.mbws_title-h3 h3 {
  margin-bottom: 0;
}

.mbws_section-widget .rpwwt-widget ul li {
  margin-left: 0;
}
.mbws_section-widget .rpwwt-widget ul li .rpwwt-post-title {
  font-weight: 600;
}
.mbws_section-widget .rpwwt-widget ul li .rpwwt-post-date {
  color: #bbbaba;
}

.sidebar-wrapper .widget {
  margin-bottom: 50px !important;
}

.footer-wrapper .post-item {
  padding-bottom: 10px;
}
.footer-wrapper .post-item .box .box-text {
  padding: 0;
}

.header-nav {
  justify-content: center !important;
}