@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
*/
@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.relatedcontent h3 {
  font-size: 16px;
  margin-top: 7px;
}

#header .header-main {
  border-bottom: 1px solid #383f47;
}
#header .nav-box > li > a {
  padding: 0 30px;
  border-left: 1px solid var(--color-mbws-bgr);
}
#header .nav-spacing-xlarge > li {
  margin: 0 30px;
}

.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
  background-color: var(--color-mbws-bgr) !important;
}

.img-border {
  border: 1px solid var(--fs-color-primary);
  padding: 10px;
}
@media (max-width: 767px) {
  .img-border {
    padding: 3px;
  }
}

a.button {
  font-weight: 400;
}
a.button.primary {
  color: var(--fs-color-secondary);
}
a.button.primary:hover {
  color: var(--fs-color-secondary);
}

.banner h2, .banner h3 {
  line-height: 1.3 !important;
}

form {
  margin-bottom: 0;
}
form .flex-row {
  gap: 0 20px;
}
form input[type=email], form input[type=number], form input[type=search], form input[type=tel], form input[type=text], form input[type=url], form textarea {
  height: 42px;
  margin-bottom: 30px !important;
  background-color: rgb(224, 224, 224);
}
@media (max-width: 767px) {
  form input[type=email], form input[type=number], form input[type=search], form input[type=tel], form input[type=text], form input[type=url], form textarea {
    margin-bottom: 20px !important;
  }
}
form input[type=submit] {
  height: 42px;
}

ol.flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary);
}

.single-post .entry-content::first-letter,
.mbws-first-letter::first-letter {
  font-family: "Great Vibes", cursive;
  color: #0c6347;
  font-size: 70px;
  height: 70px;
  line-height: 70px;
  width: 70px;
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .single-post .entry-content::first-letter,
  .mbws-first-letter::first-letter {
    margin-bottom: -15px;
  }
}

.text-fix-mb p {
  margin-bottom: 10px;
}

.wpcf7-spinner {
  display: none;
}

@media (max-width: 767px) {
  .home-banner.banner h2 {
    font-size: 20px;
  }
  .home-banner.banner h3 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .post-item .box .box-text .post-title {
    font-size: 1.5rem;
  }
}
.post-item .box .box-text .is-divider {
  height: 1px;
  max-width: 0px;
  transition: all 0.4s;
  background-color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  .post-item .box .box-text .is-divider {
    max-width: 30%;
  }
}
.post-item .box:hover .box-text .is-divider {
  max-width: 30%;
}

.archive-sach .post-item .box-image .image-cover {
  padding-top: 150% !important;
}
.archive-sach .post-item .box-text .is-divider {
  display: none;
}
.archive-sach .post-item .box-text a.button {
  color: var(--fs-color-primary);
  text-transform: none;
  margin: 0;
  float: right;
}
.archive-sach .post-item .box-text a.button::before {
  content: "\e1d8";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
}

.single-post .featured-title .page-title-inner {
  min-height: 600px !important;
}
@media (max-width: 767px) {
  .single-post .featured-title .page-title-inner {
    min-height: 300px !important;
  }
}
.single-post .featured-title .title-bg {
  background-position: center center;
}
.single-post .featured-title h1 {
  font-size: 4.1rem;
}
@media (max-width: 767px) {
  .single-post .featured-title h1 {
    font-size: 2.5rem;
  }
}
.single-post .featured-title .is-divider {
  display: none;
}
.single-post .featured-title::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 20px;
}
.single-post .blog-single {
  padding-top: 0;
}
.single-post .mbws-excerpt {
  background-color: var(--fs-color-secondary);
  font-size: 1.2rem;
  padding-top: 55px;
}
.single-post .entry-content {
  padding-top: 80px;
}
.single-post .entry-content > *:not(div) {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.single-post #comments .comments-title {
  font-size: 22px;
}
.single-post #comments .comment-respond {
  border-top: 1px solid var(--color-mbws-border);
  padding-top: 20px !important;
  margin-top: 0;
  background-color: transparent;
  padding: 0;
}
.single-post #comments .comment-respond .comment-reply-title {
  font-size: 22px;
}
.single-post #comments .comment-respond .form-submit {
  text-align: right;
}
.single-post #comments .comment-respond .form-submit input[type=submit] {
  margin: 0;
  text-transform: none;
}
.single-post #comments .comment-author img {
  border: 10px solid white;
}
.single-post .irecommendthis-wrapper {
  padding: 15px 0;
  width: 50%;
  text-align: right;
  display: inline;
  float: right;
  border-top: 1px solid var(--color-mbws-border);
  margin-bottom: 30px;
}
.single-post .blog-share {
  padding: 15px 0;
  width: 50%;
  text-align: left;
  display: inline;
  float: left;
  border-top: 1px solid var(--color-mbws-border);
  margin-bottom: 30px;
}
.single-post .irecommendthis::before {
  width: 20px;
  height: 20px;
}

#footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#footer .absolute-footer {
  display: none;
}