@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:not(.icon) {
  padding: 5px 30px !important;
}
.button:not(.icon).white {
  color: var(--fs-color-secondary) !important;
}
.button:not(.icon).white:hover {
  background-color: var(--fs-color-primary) !important;
  color: var(--fs-color-secondary) !important;
  box-shadow: none;
}

.mbws_title {
  margin-bottom: 50px;
}
.mbws_title .title-style-center {
  text-align: center;
}
.mbws_title .title {
  position: relative;
}
.mbws_title .title::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.mbws_title .title .title-main {
  display: block;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.mbws_title .title .title-highlight {
  font-family: "Courier New", Courier, monospace;
  font-weight: 400;
}

.mbws_alt-service .icon-box-text h3 {
  margin-bottom: 0;
}

.mbws_logo-dk .gallery-col {
  padding-bottom: 0 !important;
}

.mbws_form p {
  margin-bottom: 0;
}
.mbws_form .wpcf7-form {
  margin-bottom: 0;
}
.mbws_form .wpcf7-form .wpcf7-submit {
  margin-bottom: 0;
  background-color: var(--fs-color-secondary) !important;
}

@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-nav li a {
  color: var(--heading-color) !important;
}
.header-nav li a:hover {
  color: var(--fs-color-primary) !important;
}

.mbws_bgr_scroll .section-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.mbws_our-story .tabbed-content .nav {
  gap: 30px;
}
@media (max-width: 767px) {
  .mbws_our-story .tabbed-content .nav {
    gap: 0;
  }
}
.mbws_our-story .tabbed-content .nav li a {
  font-size: 1rem;
  font-weight: 100;
  text-transform: uppercase;
  color: var(--heading-color);
  padding: 0 30px;
}
.mbws_our-story .tabbed-content .tab-panels {
  margin-top: 50px;
}
.mbws_our-story .mbws_skillbar .title-skill {
  margin-bottom: 10px;
}
.mbws_our-story .mbws_skillbar .skill div {
  font-size: 0.6rem;
}
.mbws_our-story .img-decor {
  margin: 0 auto;
}

.row-service .col-inner {
  min-height: 250px;
  align-content: center;
  padding: 20px 50px !important;
  position: relative;
  overflow: hidden;
}
.row-service .col-inner .icon-box,
.row-service .col-inner .flip-back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.row-service .col-inner .flip-back {
  opacity: 0;
  width: 80%;
  text-align: center;
  visibility: hidden;
  transform: scale(0.95) translate(-50%, -50%);
}
.row-service .col-inner:hover .icon-box {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95) translate(-50%, -50%);
}
.row-service .col-inner:hover .flip-back {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translate(-50%, -50%);
}

#footer .mbws_footer-main .icon-box {
  align-items: center;
}
#footer .mbws_footer-main .icon-box .icon-box-text {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}
#footer .mbws_footer-main .wpcf7 input,
#footer .mbws_footer-main .wpcf7 textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .mbws_footer-main .wpcf7 .wpcf7-submit {
  background-color: rgba(75, 75, 75, 0.75) !important;
  border: none;
  width: 100%;
  color: #aaa;
}
#footer .mbws_footer-main .wpcf7 .wpcf7-spinner {
  display: none;
}/*# sourceMappingURL=style.css.map */