@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
*/
/*accordion*/
.accordion--mbws .accordion-item .accordion-inner {
  padding: 10px 10px;
}

/*payment methor Sec*/
.sec__fixedbgd--mbws {
  background-image: url(/wp-content/uploads/2025/06/co-003-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.sec__fixedbgd--mbws::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.sec__fixedbgd--mbws .text__paymentmethor--mbws {
  position: relative;
}
.sec__fixedbgd--mbws .text__paymentmethor--mbws::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  top: 120%;
  left: 400px;
  background-color: var(--color-mbws-custom-1);
}
.sec__fixedbgd--mbws .text__paymentmethor--mbws::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  top: 120%;
  right: 400px;
  background-color: var(--color-mbws-custom-1);
}

img.gall__duan--mbws {
  min-height: 230px;
}

/*iconbox*/
.icon__box--mbws .icon-box-img .icon {
  background-color: var(--color-mbws-custom-3);
  padding: 15px 20px;
  border-radius: 50%;
}

.iconbox__payment--mbws .icon-box-img .icon {
  background-color: var(--color-mbws-custom-1);
  padding: 15px 20px;
  border-radius: 50%;
}

/*CF7*/
.row .form__dangky--mbws .wpcf7 {
  background-color: #fff;
  padding: 15px;
}
.row .form__dangky--mbws .wpcf7 .wpcf7-form {
  margin: 0px;
}
.row .form__dangky--mbws .wpcf7 .wpcf7-form .wpcf7-submit,
.row .form__dangky--mbws .wpcf7 .wpcf7-form input[type=submit] {
  background: #f58632;
  border: none;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 27%;
}
.row .form__dangky--mbws .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.row .form__dangky--mbws .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input {
  border-radius: 0px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  color: #000;
  height: 30px;
}
.row .form__dangky--mbws .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input::placeholder {
  color: #cecece;
  font-weight: 100;
}

.absolute-footer {
  display: none;
}

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