@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%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

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

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

#header #logo {
  position: relative;
}
@media (min-width: 768px) {
  #header #logo {
    transform: translateY(10px);
  }
}
#header #logo::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 999%;
  height: 30px;
  right: -30px;
  top: calc(100% + 10px);
  position: absolute;
}
@media (max-width: 1024px) {
  #header #logo::before {
    display: none;
  }
}
#header #logo::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  left: calc(100% + 30px);
  top: calc(100% + 10px);
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 1024px) {
  #header #logo::after {
    display: none;
  }
}
#header .header-main .hide-for-medium.flex-right {
  flex: 3;
}
#header .header-main .header-block i {
  margin-right: 5px;
  color: var(--fs-color-alert);
}
#header .header-bottom .nav-spacing-xlarge > li {
  margin: 0 20px;
}
#header .header-bottom .nav > li.header-social-icons {
  margin-left: 30px !important;
}
#header .header-bottom .nav > li.header-social-icons .social-icons a.button.icon {
  background-color: #fff !important;
  border-color: #fff !important;
  opacity: 0.6;
}
#header .header-bottom .nav > li.header-social-icons .social-icons a.button.icon i {
  color: var(--fs-color-primary) !important;
}
#header .header-bottom .nav > li.header-social-icons .social-icons a.button.icon:hover {
  opacity: 1;
  box-shadow: none;
}
#header .nav-dropdown li > a {
  font-size: 14px;
}
#header .nav-dropdown li.menu-item-has-children::before {
  content: "\f105";
  font-family: fl-icons !important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translatey(-50%);
}
#header .nav-dropdown li.menu-item-has-children::before a {
  font-size: inherit;
}
#header .nav-dropdown .sub-menu {
  border: inherit;
  border-radius: inherit;
  background-color: inherit;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
  font-size: 14px;
}

body .banner h1, body .banner h2, body .banner h3, body .banner h4, body .banner h5, body .banner h6, body .banner p {
  line-height: inherit;
}
@media (max-width: 768px) {
  body .banner h1, body .banner h2 {
    font-size: 28px;
  }
}
body .banner .is-invisible {
  display: none;
}
body h2 {
  font-size: 38px;
}
@media (max-width: 1024px) {
  body h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body h2 {
    font-size: 28px;
  }
}
body .box-text .person-name,
body .mbws-home-service .post-item .post-title,
body h3 {
  font-size: 26px;
}
@media (max-width: 768px) {
  body .box-text .person-name,
  body .mbws-home-service .post-item .post-title,
  body h3 {
    font-size: 24px;
  }
}
body a.button:not(.icon), body button.button:not(.icon), body input.button:not(.icon) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: 1rem;
}
body a.button:not(.icon):not(.is-link):not(.is-outline), body button.button:not(.icon):not(.is-link):not(.is-outline), body input.button:not(.icon):not(.is-link):not(.is-outline) {
  padding: 2.5px 15px;
}
body a.button:not(.icon):not(.is-link):not(.is-outline).expand, body button.button:not(.icon):not(.is-link):not(.is-outline).expand, body input.button:not(.icon):not(.is-link):not(.is-outline).expand {
  border-radius: unset !important;
  text-align: left;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body a.button:not(.icon):not(.is-link):not(.is-outline).expand i, body button.button:not(.icon):not(.is-link):not(.is-outline).expand i, body input.button:not(.icon):not(.is-link):not(.is-outline).expand i {
  float: right;
  line-height: 2.5;
}
body a.button:not(.icon):not(.is-link):not(.is-outline).white, body button.button:not(.icon):not(.is-link):not(.is-outline).white, body input.button:not(.icon):not(.is-link):not(.is-outline).white {
  color: var(--fs-color-primary) !important;
}
body a.button:not(.icon) .icon-angle-right:before, body button.button:not(.icon) .icon-angle-right:before, body input.button:not(.icon) .icon-angle-right:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
}
body .entry-header a,
body .entry-content a,
body .breadcrumbs a,
body .dark .breadcrumbs a {
  color: var(--fs-experimental-link-color);
}
body .entry-header a:hover,
body .entry-content a:hover,
body .breadcrumbs a:hover,
body .dark .breadcrumbs a:hover {
  text-decoration: underline;
}
body .box .box-text .person-name {
  display: block;
  margin-bottom: 10px;
}
body .box .box-text br {
  display: none;
}
body .box .box-text .person-title {
  display: block;
  font-weight: var(--heading-font-weight);
  text-transform: unset;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body .box .box-text .person-title {
    font-size: 1rem;
  }
}

.mbws-pageheader .page-title-inner {
  flex-direction: column;
}
.mbws-pageheader .page-title-inner .title-wrapper {
  width: 100%;
}
@media (max-width: 1024px) {
  .mbws-pageheader .page-title-inner h1.entry-title {
    text-align: left;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .mbws-pageheader .page-title-inner h1.entry-title {
    font-size: 1.5rem;
  }
}
.mbws-pageheader .page-title-inner .title-content {
  margin-left: 0;
  margin-right: auto;
}
.mbws-pageheader .page-title-inner .title-content .breadcrumbs {
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .mbws-pageheader .page-title-inner .title-content {
    font-size: 14px;
    text-align: left !important;
  }
}

.section-title-container {
  margin-bottom: unset;
}

.section-title.section-title-bold {
  margin-bottom: unset;
}
.section-title.section-title-bold span {
  border: none;
  padding: 0 20px 0 0;
}
.section-title.section-title-bold b {
  height: 1px;
}

.wpcf7-form {
  margin-bottom: unset;
}
.wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form textarea {
  background-color: var(--color-mbws-bgr);
  border-color: var(--color-mbws-border);
  height: 45px;
  font-size: 14px;
}
.wpcf7-form .wpcf7-submit {
  margin: unset;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

.accordion .accordion-item .accordion-title {
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  padding: 10px 50px 10px 15px;
}
.accordion .accordion-item .accordion-title .toggle {
  right: 0;
  left: auto;
}
.accordion .accordion-item .accordion-inner {
  padding: 15px;
}

.mbws-map {
  line-height: 0;
}
.mbws-map iframe {
  width: 100% !important;
}
.mbws-map p {
  margin-bottom: unset;
  line-height: 0;
}

.mbws-home-service .post-item .post-title {
  margin-bottom: 15px;
}

.mbws-home-icon-box-list .is-border {
  transition: all 0.3s;
}
.mbws-home-icon-box-list .col > .col-inner:hover .is-border {
  border-color: var(--fs-color-primary) !important;
}
.mbws-home-icon-box-list .col > .col-inner:hover .icon-box-img svg {
  color: var(--fs-color-primary);
}

.testimonial-box .testimonial-text {
  background-color: #fff;
  padding: 21px 15px 21px 45px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 40px;
  font-style: unset !important;
}
.testimonial-box .testimonial-text::before {
  position: absolute;
  content: "“";
  font-family: Georgia, "Times New Roman";
  top: 24px;
  left: 0;
  background-color: #4ab9cf;
  color: #ffffff;
  width: 30px;
  height: calc(100% - 46px);
  font-size: 40px;
  text-align: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  line-height: 56px;
}
.testimonial-box .testimonial-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffffff transparent transparent transparent;
  bottom: -20px;
  left: 30px;
}
.testimonial-box .testimonial-name-divider {
  display: none;
}
.testimonial-box .testimonial-name {
  color: var(--heading-color);
}
.testimonial-box .testimonial-company::before {
  content: ", ";
}

.mbws-partner-logo .flickity-slider .gallery-col.col {
  padding-bottom: 3px;
}

.mbws_counter .counter-style-left {
  justify-content: center;
}
@media (max-width: 768px) {
  .mbws_counter .counter-style-left {
    justify-content: flex-start;
  }
}
.mbws_counter .counter-icon svg * {
  fill: inherit;
}
.mbws_counter .counter-number {
  color: var(--heading-color);
  line-height: 1;
}

.mbws-counter-list.row-dashed .col:after {
  display: none;
}

.widget .widget-title {
  display: block;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-size: 17px;
  margin-bottom: 15px;
}
.widget .is-divider {
  display: none;
}
.widget ul > li {
  border-top: none !important;
}
.widget.widget_nav_menu ul > li {
  border-top: none;
  margin-bottom: 5px;
}
.widget.widget_nav_menu ul > li > a {
  font-size: 16px;
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
  transition: all 100ms ease-out;
  display: block;
  background-color: var(--color-mbws-bgr);
  border-radius: 2px;
  padding: 18px 25px;
}
.widget.widget_nav_menu ul > li > a:hover {
  color: var(--fs-color-primary);
}
.widget.flatsome_recent_posts a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget.flatsome_recent_posts .post_comments {
  display: none;
}

.blog-wrapper.blog-single {
  padding-top: unset;
}
.blog-wrapper .mbws-pageheader {
  margin-bottom: 60px;
}

.post-item .is-divider {
  display: none;
}
.post-item .box-text {
  padding: 20px 0 0;
}
.post-item .box-text .post-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.post-item .box-text .post-title a {
  color: var(--heading-color);
}
.post-item .box-text .post-meta {
  opacity: 1;
  color: var(--heading-color);
  font-weight: var(--heading-font-weight);
}
.post-item .box-text .button {
  font-size: 14px;
}
.post-item .box-text .button::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
}

.mbws-home-blog .post-item .col-inner {
  background-color: #fff;
}
.mbws-home-blog .post-item .box-text {
  padding: 20px;
}
.mbws-home-blog .box-vertical {
  border-bottom: 1px solid var(--color-mbws-border);
}
.mbws-home-blog .box-vertical:hover {
  background-color: var(--color-mbws-bgr);
}
.mbws-home-blog .box-vertical .box-image {
  display: none;
}
.mbws-home-blog .box-vertical .box-text .post-title {
  font-size: 1rem;
}
.mbws-home-blog.featured .post-item .box-text .post-title {
  font-size: 18px;
}
.mbws-home-blog.featured .post-item .box-text .post-meta {
  font-size: 14px;
}

.entry-header-text .entry-meta {
  font-size: 14px;
  text-transform: unset;
}

#footer .footer-main::before {
  z-index: 100;
  position: absolute;
  content: "";
  background-color: inherit;
  width: calc(50% - 570px - 63px);
  height: 31px;
  top: -30px;
  right: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  #footer .footer-main::before {
    display: none;
  }
}
#footer .footer-main::after {
  z-index: 100;
  position: absolute;
  content: "";
  background-color: inherit;
  width: calc(50% - 570px - 63px);
  height: 31px;
  bottom: -30px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  #footer .footer-main::after {
    display: none;
  }
}
#footer h4 {
  margin-bottom: 15px;
}
#footer .dark a:not(.icon), #footer .dark p {
  color: var(--color-mbws-custom-1);
}
#footer .absolute-footer {
  padding: 20px 0;
  font-size: 12px;
}