@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 (max-width: 549px) {
  .center-on-mobile .col-inner {
    text-align: center !important;
  }
  .center-on-mobile .col-inner .text-right {
    text-align: center;
  }
}

.mbws-box-image-float .image-float-1 {
  position: absolute;
  top: 50%;
  max-width: 80%;
  right: 20%;
  max-height: 80%;
  transform: translateY(-50%);
}
.mbws-box-image-float .image-float-1 .img-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(2, 2, 48);
  background: linear-gradient(241deg, rgb(2, 2, 48) 8%, rgba(24, 51, 114, 0.3785889356) 91%);
  position: absolute;
  top: 0px;
  right: 0px;
}
.mbws-box-image-float .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mbws-box-image-float .video-button-wrapper .button {
  background-color: white;
}
.mbws-box-image-float .video-button-wrapper .is-outline:hover, .mbws-box-image-float .video-button-wrapper .primary.is-outline:hover {
  color: var(--fs-color-primary);
}

.person-title.thin-font {
  font-weight: 400 !important;
}

.mbws-team-member > .col {
  padding-top: 100px;
}
.mbws-team-member > .col > .col-inner {
  border-radius: 30px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.mbws-team-member > .col > .col-inner .box-text {
  padding: 20px;
}
.mbws-team-member .box-image {
  overflow: unset;
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  .mbws-team-member .box-image {
    width: 60% !important;
  }
}
.mbws-team-member .box-image-inner {
  border: 4px solid var(--fs-color-primary);
  top: -100px;
  position: relative;
}

#comments {
  display: none;
}

.title-no-line .section-title-normal {
  border-bottom: none;
}
.title-no-line .section-title-normal span {
  border: none;
}

.relative.mbws-slider-testimonial {
  position: absolute !important;
  z-index: 1;
  right: -4%;
  bottom: -10.3%;
  width: 100%;
  max-width: 1047px;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .relative.mbws-slider-testimonial {
    position: relative !important;
    right: 0;
    bottom: 0;
  }
}

.mbws-frame {
  width: 30%;
  height: 80%;
  border-style: solid;
  border-width: 23px 23px 0px 0px;
  border-color: var(--fs-color-secondary);
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.mbws-frame::after {
  content: "";
  color: var(--fs-color-secondary);
  width: 80px;
  position: absolute;
  right: -23px;
  bottom: 0;
  border-bottom: solid 23px;
}
@media (max-width: 767px) {
  .mbws-frame {
    display: none;
  }
}

.nav-pagination > li > a, .nav-pagination > li > span {
  border-radius: 0 !important;
  font-size: 1.2rem !important;
  background-color: #f2f3f5;
  border: none !important;
  font-weight: normal !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 .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 input[type=submit] {
  min-width: 200px;
  padding: 5px 30px;
}
.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;
}
.wpcf7-form .form-dk .wpcf7-submit {
  background-color: var(--fs-color-secondary);
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: unset;
  padding: 2px 25px;
}
.wpcf7-form .wpcf7-submit {
  background-color: var(--fs-color-secondary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
  padding: 20px;
  line-height: 1.4rem;
  min-height: 3.4rem;
}

.wpcf7 .form-dk .wpcf7-form-control-wrap {
  width: 100%;
}

form.wpcf7-form {
  margin-bottom: 0;
}

.wpcf7-form .form-dk .wpcf7-submit {
  margin-bottom: 0;
}

.wpcf7-form .form-dk .wpcf7-submit {
  background-color: var(--fs-color-secondary);
}

.absolute-footer {
  display: none;
}

.button.btn-no-text {
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.button.btn-no-text i {
  margin-left: 0 !important;
}

.button.btn-no-text span {
  display: none;
}

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

.dark .box-contact p i {
  color: var(--fs-color-secondary);
}

#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;
}

.mbws-slide-porfolio .flickity-viewport {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mbws-slide-porfolio .flickity-viewport .portfolio-box {
  border-radius: 30px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 50px;
}
.mbws-slide-porfolio .flickity-viewport .portfolio-box .box-text {
  padding: 20px;
}

.post-item .col-inner {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.post-item .col-inner .box-text {
  padding: 20px;
}

.blog-archive h1.page-title {
  color: var(--color-mbws-custom-1);
}

.product-small.box .product-title > a {
  font-size: 1.2rem;
  font-weight: bold;
}
.product-small.box span.price {
  font-size: 1.2rem;
  color: var(--color-regular-price);
}

span.amount {
  color: var(--color-sale-price) !important;
}

ins span.amount {
  color: var(--color-sale-price) !important;
}

del span.amount {
  color: var(--color-regular-price) !important;
}

.quantity input[type=number] {
  height: 100%;
  min-width: 2.5rem;
  min-height: 2.5em;
  background-color: transparent;
  border-left: none;
  border-right: none;
}
.quantity input[type=button].is-form {
  background-color: transparent;
  width: 2.5rem;
}
.quantity input[type=button].is-form:hover {
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */