@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_des-text p {
  margin-bottom: 5px;
}

.mbws_section-news .post-item .box .box-text .post-title {
  font-size: 20px;
  font-family: Roboto, sans-serif;
}

.rank-math-breadcrumb p {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sidebar-wrapper .widget .widget-title {
  font-size: 25px;
}
.sidebar-wrapper .is-divider {
  background: var(--fs-color-primary);
}

a:hover {
  color: var(--fs-color-primary) !important;
}

.wpcf7-form .mbws_form-field input {
  box-shadow: none;
  height: 50px;
}
.wpcf7-form .mbws_form-field textarea {
  box-shadow: none;
}

.mbws_footer .post-item {
  padding-bottom: 0;
}
.mbws_footer .post-item .box-text {
  padding-bottom: 0;
}
.mbws_footer .post-item .box-text .post-title {
  font-weight: 400 !important;
}

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

@media (max-width: 1024px) {
  .header-block .gtranslate_wrapper {
    padding-left: 20px;
  }
}