@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
*/
.ellipsis-2-rows {
  display: -webkit-box; /* Sử dụng Flexbox cho layout */
  -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical; /* Xếp các dòng theo chiều dọc */
  overflow: hidden; /* Ẩn nội dung vượt quá */
  text-overflow: ellipsis; /* Thêm dấu ba chấm */
  max-height: 2.4em; /* Điều chỉnh chiều cao dựa trên số dòng và line-height */
  line-height: 1.2em; /* Khoảng cách dòng */
  min-height: 2.4em;
}

.section.bg-half {
  background-image: linear-gradient(0deg, rgba(30, 44, 192, 0) 50%, #413732 50%);
}

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

.row.align-center {
  margin: auto !important;
}

@media (max-width: 550px) {
  .mbws-counter-home-2 .mbws_counter {
    text-align: center;
  }
  .mbws-counter-home-2 .mbws_counter .counter-content {
    width: 100%;
  }
}

.mbws_counter .title {
  font-weight: normal;
  text-transform: uppercase;
}

.mbws_counter .counter-style-left {
  align-items: center;
}

.mbws_counter .counter-icon {
  margin-top: 15px;
}

.banner.is-full-height {
  height: 100% !important;
}

@media (max-width: 1440px) {
  .banner-layers .text {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1024px) {
  .banner-layers .text {
    font-size: 1rem !important;
  }
}
@media (max-width: 850px) {
  .banner-layers .text {
    font-size: 0.8rem !important;
  }
}

.form-dang-ky form {
  max-width: 50%;
  margin: auto;
}
@media (max-width: 850px) {
  .form-dang-ky form {
    max-width: 100%;
  }
  .form-dang-ky form .ml-half {
    margin-left: 0;
  }
}
.form-dang-ky form input {
  border: none;
  border-bottom: 1px solid black;
  background-color: transparent;
}
.form-dang-ky form input:focus {
  background-color: transparent;
  border-bottom-color: var(--fs-color-primary);
}

.wpcf7-spinner {
  display: none;
}

form.wpcf7-form {
  margin: auto;
}
form.wpcf7-form input[type=submit] {
  width: 100%;
  padding: 1.2rem;
  height: auto;
  line-height: 1;
}
form.wpcf7-form .form-control {
  box-shadow: 0 0 37px -4px rgba(0, 0, 0, 0.1) !important;
  border: none;
  padding: 1.2rem;
  font-size: 0.875rem;
  height: auto;
}

.button, button {
  font-weight: 600;
}

.nav-pagination > li > a, .nav-pagination > li > span {
  border-radius: 0;
  border-width: 1px;
  font-weight: normal;
}

.mbws-mask-1 img {
  object-fit: cover; /* Đảm bảo ảnh không bị méo */
  mask-image: url("/wp-content/themes/matbaows/assets/img/mask-1.svg"); /* Đường dẫn đến ảnh PNG làm mask */
  mask-size: cover; /* Đảm bảo ảnh mask phủ toàn bộ */
  mask-repeat: no-repeat;
  mask-position: center;
}

.mbws-mask-2 img {
  object-fit: cover; /* Đảm bảo ảnh không bị méo */
  mask-image: url("/wp-content/themes/matbaows/assets/img/mask-2.svg"); /* Đường dẫn đến ảnh PNG làm mask */
  mask-size: contain; /* Đảm bảo ảnh mask phủ toàn bộ */
  mask-repeat: no-repeat;
  mask-position: center;
}

.mbws-mask-3 img {
  object-fit: cover; /* Đảm bảo ảnh không bị méo */
  mask-image: url("/wp-content/themes/matbaows/assets/img/mask-3.svg"); /* Đường dẫn đến ảnh PNG làm mask */
  mask-size: contain; /* Đảm bảo ảnh mask phủ toàn bộ */
  mask-repeat: no-repeat;
  mask-position: center;
}

.row-bg-white {
  background-color: white;
}

.image-contact .img-inner {
  border-radius: 100% 100% 0 0;
}

i.wishlist-icon:before {
  content: "";
  mask-image: url(../img/icon-heart.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-quickview {
  margin-right: 0 !important;
  margin-left: 0 !important;
  top: 2px;
}
i.icon-quickview:before {
  content: "";
  mask-image: url(../img/icon-view.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-user:before {
  content: "";
  mask-image: url(../img/icon-user.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

i.icon-shopping-basket:before {
  content: "";
  mask-image: url(../img/icon-cart.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: currentcolor;
  width: 28px;
  height: 28px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .center-on-mobile .col-inner {
    text-align: center !important;
  }
}

.mbws-testimonial-left .testimonial-text::before {
  content: "“";
  font-family: Poppins, sans-serif;
  position: absolute;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  top: -25px;
  left: 0;
  font-size: 90px;
  color: var(--fs-color-primary);
}

/* 8159 */
.secondary.is-outline:hover {
  color: black;
}

.bg-contain > .bg-loaded {
  background-size: contain !important;
}

.box-shadow-5, .portfolio-element-wrapper .col > .col-inner, .box-shadow-5-hover:hover, .row-box-shadow-5 .col-inner, .row-box-shadow-5-hover .col-inner:hover {
  box-shadow: 0 0 37px -4px rgba(0, 0, 0, 0.1) !important;
}

.mbws-title-left .section-title {
  justify-content: start;
}
.mbws-title-left .section-title span {
  border: none;
  text-transform: none;
}
.mbws-title-left .section-title b {
  display: none;
}
.mbws-title-left .section-title b:first-of-type {
  display: flex;
  max-width: 50px;
  background-color: var(--fs-color-secondary);
  height: 5px;
  opacity: 1;
}

.mbws-title-right .section-title {
  justify-content: end;
}
.mbws-title-right .section-title span {
  border: none;
  text-transform: none;
}
.mbws-title-right .section-title b {
  display: none;
}
.mbws-title-right .section-title b:last-of-type {
  display: flex;
  max-width: 50px;
  background-color: var(--fs-color-secondary);
  height: 5px;
  opacity: 1;
}

.mbws-btn-dark {
  border-width: 4px !important;
  transition: none !important;
}
.mbws-btn-dark span, .mbws-btn-dark i {
  color: #212529;
  transition: 0.2s all ease-in-out !important;
}
.mbws-btn-dark:hover i {
  margin-left: 10px !important;
}

.mbws-btn-light {
  border-width: 4px !important;
  transition: none !important;
}
.mbws-btn-light span, .mbws-btn-light i {
  color: white;
  transition: 0.2s all ease-in-out !important;
}
.mbws-btn-light:hover span {
  color: #212529;
}
.mbws-btn-light:hover i {
  margin-left: 10px !important;
  color: #212529;
}

.accordion .accordion-item {
  border: 2px solid #F7F7F7;
  margin-bottom: 5px;
}
.accordion .accordion-title {
  border-top: none;
}
.accordion .accordion-title.active {
  background-color: transparent;
}

.mbws-process-wrap::before {
  content: "";
  position: absolute;
  left: -25%;
  width: 150%;
  border-top: 2px solid #EDEDED;
  top: 77px;
}

.mbws-process-step h5.uppercase {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  width: 110px;
  height: 110px;
  background: #fff;
  border: 2px solid #e2e5e8;
  z-index: 1;
  box-shadow: 0 0 0 15px #fff;
  font-size: 2.3em;
  color: #0053ce;
  margin: auto;
  margin-bottom: 20px;
}

.mbws-img-card-left {
  transform: translate3d(-20px, -20px, 0);
}

.mbws-img-card-right {
  transform: translate3d(50px, -20px, 0);
}

.filter-nav > li > a {
  border-radius: 0;
  padding: 1rem 1.5rem;
  line-height: 1;
  border: 1px solid #dee2e6;
  background-color: white;
  margin-bottom: 5px;
}

.portfolio-box {
  padding: 20px;
  background-color: white;
}

.featured-title .page-title-inner {
  padding-bottom: 50px;
  padding-top: 50px;
}

#header:not(.has-transparent) {
  background-color: #fdf7f2;
}

#header li.header-block {
  display: inline-block;
  width: auto;
}

#top-bar {
  border-bottom: 1px solid #f5f5f5;
}
#top-bar .cart-item .nav-dropdown-default {
  padding: 20px;
}

#masthead {
  border-bottom: 1px solid #f5f5f5;
}
#masthead .logo-left .logo {
  margin-right: 50px;
}

.header-wrapper.stuck {
  box-shadow: none;
}

.header .header-nav-main.nav > li > a {
  color: var(--fs-color-primary);
}

.nav-dropdown > li.nav-dropdown-col {
  width: auto;
  display: block;
  position: relative;
}
.nav-dropdown > li.nav-dropdown-col:hover ul.sub-menu.nav-column {
  display: block;
}
.nav-dropdown > li.nav-dropdown-col ul.sub-menu.nav-column {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.nav-dropdown > li > a {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 10px !important;
}
.nav-dropdown .menu-item-has-children > a,
.nav-dropdown .nav-dropdown .nav-dropdown-col > a {
  font-size: 1em;
  font-weight: normal;
  text-transform: unset;
}
.nav-dropdown > li.image-column:not(:last-child),
.nav-dropdown .nav-dropdown > li.nav-dropdown-col:not(:last-child) {
  border-right: none;
}

.nav-dropdown-default {
  padding: 0;
  background-color: white;
}
.nav-dropdown-default .nav-column li > a,
.nav-dropdown-default .nav-dropdown.nav-dropdown-default > li > a {
  text-wrap: nowrap;
  background-color: white;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  border-bottom-color: rgba(0, 0, 0, 0.13);
  color: black;
}

html {
  background-color: white;
}

@media (min-width: 1440px) {
  #main {
    margin: 0 50px 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1270px !important;
  }
}

.icon-box .has-icon-bg .icon img {
  width: 100%;
  margin: auto;
}

.cart-container {
  max-width: 1100px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.page-title h1.entry-title {
  text-shadow: none;
  text-transform: uppercase;
  font-size: 40px;
}

.mbws-tab-product > h4 {
  margin-bottom: -45px;
  height: 45px;
  align-items: center;
  display: flex;
  border-bottom: 2px solid #f5f5f5;
  text-transform: unset;
  letter-spacing: 0;
}
.mbws-tab-product > ul.nav {
  justify-content: center;
  height: 45px;
}
.mbws-tab-product > ul.nav > li {
  margin-right: 15px;
}
.mbws-tab-product > ul.nav > li > a {
  padding: 9px 0;
}
.mbws-tab-product > ul.nav > li > a::before {
  height: 2px !important;
}

.mbws-top-brand {
  flex-wrap: wrap;
}

.mbws-home-product-tag > .col {
  padding-left: 0;
  padding-right: 0;
}
.mbws-home-product-tag span.widget-title {
  display: none;
}
.mbws-home-product-tag .is-divider {
  display: none;
}

.portfolio-box .box-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.portfolio-box .box-text {
  padding: 20px 0 0;
}
.portfolio-box .box-text .portfolio-box-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.portfolio-box .box-text .portfolio-box-category {
  font-size: 14px;
}

#product-sidebar .next-prev-thumbs {
  margin-top: 15px;
}

.mbws-lastest-news .is-divider {
  display: none;
}
.mbws-lastest-news .post-item > .col-inner {
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.mbws-lastest-news .post-item > .col-inner:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
}
.mbws-lastest-news .post-item > .col-inner .box-text {
  padding: 15px 20px !important;
}
.mbws-lastest-news .post-item > .col-inner .post-title > a {
  display: -webkit-box; /* Sử dụng Flexbox cho layout */
  -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical; /* Xếp các dòng theo chiều dọc */
  overflow: hidden; /* Ẩn nội dung vượt quá */
  text-overflow: ellipsis; /* Thêm dấu ba chấm */
  max-height: 2.4em; /* Điều chỉnh chiều cao dựa trên số dòng và line-height */
  line-height: 1.2em; /* Khoảng cách dòng */
  min-height: 2.4em;
  margin-bottom: 0.7em;
}

.blog .blog-archive {
  padding-top: 30px;
}

.blog-archive {
  padding-top: 0;
}
.blog-archive .post-item > .col-inner {
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.blog-archive .post-item > .col-inner:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
}
.blog-archive .post-item > .col-inner .box-text {
  padding: 20px;
}
.blog-archive .post-item > .col-inner .post-title > a {
  display: -webkit-box; /* Sử dụng Flexbox cho layout */
  -webkit-line-clamp: 2; /* Hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical; /* Xếp các dòng theo chiều dọc */
  overflow: hidden; /* Ẩn nội dung vượt quá */
  text-overflow: ellipsis; /* Thêm dấu ba chấm */
  max-height: 2.4em; /* Điều chỉnh chiều cao dựa trên số dòng và line-height */
  line-height: 1.2em; /* Khoảng cách dòng */
  min-height: 2.4em;
  margin-bottom: 0.7em;
}

.archive-page-header {
  background-color: var(--fs-color-primary);
  color: white;
  padding-top: 79px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

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

.mbws-related-posts .is-divider {
  display: none;
}
.mbws-related-posts .post-item > .col-inner {
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.mbws-related-posts .post-item > .col-inner:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
}

.single-post .blog-share {
  text-align: left;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.single-post .blog-share .is-divider {
  display: none;
}
.single-post footer.entry-meta {
  border-bottom: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
.single-post .share-icons > a.button {
  margin-top: 1em;
}

#footer {
  border-top: 2px solid #f5f5f5;
  font-size: 14px;
  width: auto;
}
@media (min-width: 1440px) {
  #footer {
    margin: 0 50px 50px 50px;
  }
}
#footer h2, #footer h3, #footer h4, #footer h5 {
  font-weight: bold;
}
#footer ul {
  list-style: none;
}
#footer ul li {
  margin-left: 0;
}
#footer .testimonial-box {
  margin-bottom: 30px;
}
#footer .testimonial-box .testimonial-image {
  margin-top: 10px;
}
#footer .testimonial-box img {
  width: 50px;
  height: 50px;
  padding-top: 0;
}
#footer .testimonial-box .testimonial-text p {
  margin-bottom: 0;
}
#footer .testimonial-box .testimonial-meta {
  padding-top: 0 !important;
}

.footer-product-tag {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.absolute-footer {
  display: none;
}

a.back-to-top {
  border-radius: 0;
  border: none !important;
  background-color: var(--fs-color-primary) !important;
  color: white;
}

.social-icons > a {
  border-radius: 0 !important;
}
.social-icons > a i {
  margin-top: 2px !important;
}

.mbws-footer-product-tag > .col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.mbws-footer-product-tag span.widget-title {
  display: none;
}
.mbws-footer-product-tag .is-divider {
  display: none;
}
.mbws-footer-product-tag .tagcloud {
  padding-bottom: 0;
}
.mbws-footer-product-tag .tagcloud > a {
  border-radius: 0;
  border: none;
  border-right: 1px solid #b9b9b9;
  margin-right: 0;
  padding-right: 7px;
}
.mbws-footer-product-tag .tagcloud > a:hover {
  background-color: transparent;
  color: var(--fs-color-primary);
}

.footer-bottom > .col-inner {
  border-top: 1px solid rgba(245, 245, 245, 0.368627451);
}