@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
*/
.button span {
  font-weight: 400;
}
.button.white span {
  color: var(--text-color);
}

.section-title-container {
  border: none;
}
.section-title-container .section-title-main {
  font-size: 1.8rem;
  border: none;
}
@media (max-width: 767px) {
  .section-title-container .section-title-main {
    font-size: 1.4rem;
  }
}
.section-title-container .section-title-main::before {
  content: "";
  background-color: var(--fs-color-primary);
  height: 3px;
  position: absolute;
  bottom: -10px;
  width: 100px;
}
.section-title-container .section-title-center b {
  background-color: transparent;
}
.section-title-container .section-title-center .section-title-main {
  position: relative;
}
.section-title-container .section-title-center .section-title-main::before {
  left: 50%;
  transform: translateX(-50%);
}
.section-title-container .section-title-normal {
  border: none !important;
}
.section-title-container .section-title-normal .section-title-main {
  border: none !important;
  padding-bottom: 0;
}
.section-title-container .section-title-normal .section-title-main::before {
  left: 0;
}

.accordion .accordion-item .accordion-title.active {
  background-color: var(--fs-color-primary);
  color: #fff;
}

blockquote {
  font-size: 1rem !important;
}

.p-b-0 p {
  margin-bottom: 0;
}

.icon-radius img {
  border-radius: 100px;
  aspect-ratio: 1/1;
}

input {
  box-shadow: none !important;
  border: 1px solid #ccc;
}

textarea {
  box-shadow: none !important;
  border: 1px solid #ccc;
}

.header-nav {
  justify-content: end;
}

.row-contact {
  margin-bottom: -80px;
}
@media (max-width: 767px) {
  .row-contact {
    margin-bottom: 20px;
  }
}

.mbws_sec_1 .box-text {
  margin-right: -30px !important;
  background-color: var(--fs-color-primary) !important;
}
@media (max-width: 767px) {
  .mbws_sec_1 .box-text {
    margin-right: auto !important;
  }
}
.mbws_sec_1 .box-text a {
  color: #fff;
  margin: 0;
}

.mbws_sec_2 .row-2 .col-inner {
  border: 1px solid var(--fs-color-primary);
  padding: 20px;
}

.mbws_sec_3 .page-col .box-text {
  padding: 20px;
  min-height: 90px;
}
.mbws_sec_3 .page-col .box-text p {
  font-weight: bold;
}

.mbws_sec_4 {
  background: linear-gradient(-45deg, #3657d9, #5452c5, #744daf, #a8458c, #d03e71);
  animation: Gradient 15s ease infinite;
  background-size: 400% 400% !important;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.mbws_sec_6 .col .text p {
  margin-bottom: 0;
}
.mbws_sec_6 .col .text p .count-up {
  font-size: 2rem;
  font-weight: 600;
}

.mbws_sec_8 {
  padding-bottom: 0;
}
.mbws_sec_8 .box-vertical .box-text {
  padding-top: 0;
  padding-bottom: 0;
}
.mbws_sec_8 .box-vertical .box-text .is-divider {
  display: none;
}
.mbws_sec_8 p {
  margin-bottom: 0;
}

.htmls p {
  margin-bottom: 0;
  display: flex;
}

.post-sidebar,
.widget-area {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .post-sidebar,
  .widget-area {
    padding: 0 10px !important;
  }
}
.post-sidebar aside,
.widget-area aside {
  border-bottom: 3px solid var(--fs-color-primary);
  padding-bottom: 20px;
}
.post-sidebar aside .wp-block-search__button,
.widget-area aside .wp-block-search__button {
  padding: 5px;
  font-weight: 400;
  text-transform: none;
  width: 140px;
  background-color: var(--fs-color-primary);
}
.post-sidebar aside form,
.widget-area aside form {
  margin-bottom: 0;
}
.post-sidebar aside form .wp-block-search__label,
.widget-area aside form .wp-block-search__label {
  display: none;
}
.post-sidebar aside .wp-block-heading,
.widget-area aside .wp-block-heading {
  font-size: 1.3rem;
}
.post-sidebar aside .widget-title,
.widget-area aside .widget-title {
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 20px;
  display: block;
}
.post-sidebar aside .is-divider,
.widget-area aside .is-divider {
  display: none;
}
.post-sidebar aside #gallery-1,
.widget-area aside #gallery-1 {
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 767px) {
  .post-sidebar aside #gallery-1,
  .widget-area aside #gallery-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.post-sidebar aside .gallery-item,
.widget-area aside .gallery-item {
  padding: 5px;
}
@media (max-width: 767px) {
  .post-sidebar aside .gallery-item,
  .widget-area aside .gallery-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.post-sidebar aside .gallery-item img,
.widget-area aside .gallery-item img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.page-left-sidebar .large-3 {
  padding: 0 !important;
  padding-right: 20px !important;
}
@media (max-width: 767px) {
  .page-left-sidebar .large-3 {
    padding: 0 10px !important;
  }
}

.archive-page-header .page-title {
  font-size: 0;
}
.archive-page-header .page-title span {
  font-size: 2.5rem;
}

#post-list .article-inner .entry-content {
  display: none;
}
#post-list .article-inner .entry-divider {
  background-color: var(--fs-color-primary);
  display: none;
}
#post-list .article-inner footer {
  display: none;
}
#post-list .post {
  border-bottom: 3px solid var(--fs-color-primary);
  padding-bottom: 20px;
}

.mbws_footer {
  padding-bottom: 20px !important;
}

.absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */