@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 .nav-spacing-xlarge > li {
  margin: 0 22px;
}
#header .nav-line-bottom > li > a {
  position: relative;
  padding-bottom: 3px;
}
#header .nav-line-bottom > li > a:before {
  height: 1px;
  left: 0;
  right: auto;
  width: 0;
  transition: all 0.3s;
  transform: none;
}
#header .nav-line-bottom > li > a:hover::before {
  width: 100%;
}
#header .nav-line-bottom > li.active > a::before {
  width: 100%;
}
#header .header-main .nav-dark .nav-line-bottom > li > a:before {
  background-color: white;
}

.off-canvas .nav-vertical li > a {
  font-size: 15px;
}

#search-lightbox .searchform .button.icon,
#search-lightbox .searchform input[type=search] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--color-mbws-border);
  font-size: 16px;
  color: white;
}
#search-lightbox .searchform .button.icon::placeholder,
#search-lightbox .searchform input[type=search]::placeholder {
  color: white;
}

@media (max-width: 767px) {
  .page-title .entry-title {
    font-size: 28px;
  }
}

body .banner h1, body .banner h2, body .banner h3, body .banner h4, body .banner h5, body .banner h6,
body .banner p {
  margin-top: 0;
}
body .radius-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .section-title-normal {
  border-bottom: none;
  margin-bottom: 0;
}
body .section-title-normal .section-title-main {
  border-bottom: none;
}
body .section-title-normal a {
  font-size: 14px;
}
body a.button:not(.icon), body button.button:not(.icon) {
  font-weight: 400;
}
body a.button:not(.icon).is-small, body button.button:not(.icon).is-small {
  font-size: 14px;
}
body a.button:not(.icon) .icon-angle-right:before, body button.button:not(.icon) .icon-angle-right:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
}
body a.button:not(.icon).is-underline::before, body button.button:not(.icon).is-underline::before {
  left: 0;
  right: auto;
  bottom: 5px;
  height: 1px;
  width: 80%;
}
body a.button:not(.icon).is-underline:hover::before, body button.button:not(.icon).is-underline:hover::before {
  width: 100%;
}
body a.button:not(.icon).white:not(.is-link):not(.is-underline), body button.button:not(.icon).white:not(.is-link):not(.is-underline) {
  color: var(--fs-color-primary) !important;
}
body a.button:not(.icon).white:not(.is-link):not(.is-underline):hover, body button.button:not(.icon).white:not(.is-link):not(.is-underline):hover {
  background-color: var(--fs-color-primary) !important;
  color: white !important;
}
body .nav-pagination > li {
  margin-left: 8px !important;
}
body .nav-pagination > li a, body .nav-pagination > li span {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-width: 1px;
  border-color: var(--color-mbws-border);
}
body .nav-pagination > li a:not(.current):hover, body .nav-pagination > li span:not(.current):hover {
  border-color: var(--fs-color-primary);
  background-color: transparent;
  color: var(--fs-color-primary);
}
body .mfp-bg.mfp-ready {
  opacity: 0.8;
}
body .container-left > .col-inner {
  padding-left: calc((100vw - 1230px) / 2) !important;
}
@media (max-width: 768px) {
  body .container-left > .col-inner {
    padding-left: 15px !important;
  }
}

.mbws-quote-text {
  position: relative;
}
.mbws-quote-text::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: bold;
  font-size: 67px;
  color: var(--heading-color);
}

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

.page-title.bg-contain .title-bg {
  background-size: contain !important;
}
.page-title .entry-title {
  margin-bottom: 10px !important;
}
.page-title .page-title-sub p {
  font-size: 16px;
}

.single .featured-title,
.bg-gradient {
  background-color: unset;
  background-image: linear-gradient(to left, var(--color-mbws-custom-1) 0%, var(--color-mbws-custom-2) 100%);
}

form:not(.searchform) {
  margin-bottom: 0;
}
form:not(.searchform) input[type=email], form:not(.searchform) input[type=number], form:not(.searchform) input[type=search], form:not(.searchform) input[type=tel], form:not(.searchform) input[type=text], form:not(.searchform) input[type=url], form:not(.searchform) textarea {
  background-color: var(--color-mbws-bgr);
  height: 60px;
  border-color: var(--color-mbws-bgr);
  padding: 0 30px;
  transition: all 0.3s;
  border-radius: 3px;
}
form:not(.searchform) input[type=email]:focus, form:not(.searchform) input[type=number]:focus, form:not(.searchform) input[type=search]:focus, form:not(.searchform) input[type=tel]:focus, form:not(.searchform) input[type=text]:focus, form:not(.searchform) input[type=url]:focus, form:not(.searchform) textarea:focus {
  background-color: var(--color-mbws-bgr);
  border-color: var(--fs-color-primary);
  box-shadow: 0 10px 10px 0 rgba(0, 11, 40, 0.1) !important;
  --webkit-box-shadow: 0 10px 10px 0 rgba(0, 11, 40, 0.1);
}
form:not(.searchform) textarea {
  padding: 15px 30px;
}
form:not(.searchform) input[type=submit] {
  height: 53px;
  padding: 0 30px;
  border-radius: 3px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.about-icon-box .icon {
  padding: 20px;
  mask-repeat: no-repeat;
}
.about-icon-box.box-1 .icon {
  background-color: var(--fs-color-success);
  -webkit-mask-image: url(/wp-content/uploads/2025/10/icon_shape2.png);
  mask-image: url(/wp-content/uploads/2025/10/icon_shape2.png);
}
.about-icon-box.box-2 .icon {
  background-color: var(--fs-color-primary);
  -webkit-mask-image: url(/wp-content/uploads/2025/10/icon_shape1.png);
  mask-image: url(/wp-content/uploads/2025/10/icon_shape1.png);
}
.about-icon-box.box-3 .icon {
  background-color: var(--fs-color-secondary);
  -webkit-mask-image: url(/wp-content/uploads/2025/10/icon_shape4.png);
  mask-image: url(/wp-content/uploads/2025/10/icon_shape4.png);
}

.mbws-member .box-text {
  transition: all 0.5s;
  height: 40%;
}
.mbws-member .box-text h4 {
  text-transform: none;
  letter-spacing: 0;
}
.mbws-member .box-text h4::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  opacity: 0.4;
  background-color: white;
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.mbws-member .box-text h4 .person-name {
  font-size: 1rem;
}
.mbws-member .box-text h4 .person-title {
  font-size: 14px;
}
.mbws-member .box-text .box-text-inner {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column-reverse;
}
.mbws-member .box-text .box-text-inner * {
  text-shadow: none !important;
  color: var(--text-color);
}
.mbws-member .box-text .box-text-inner .social-icons {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(100%);
}
.mbws-member:hover .box-text {
  height: 100%;
  background-color: var(--fs-color-primary) !important;
}
.mbws-member:hover .box-text h4::before {
  width: calc(100% - 60px);
  margin-top: 20px;
  margin-bottom: 20px;
}
.mbws-member:hover .box-text .box-text-inner {
  padding: 15px 0;
}
.mbws-member:hover .box-text .box-text-inner * {
  color: white;
}
.mbws-member:hover .box-text .social-icons {
  transform: none;
  opacity: 1;
}

.about-blog .post-item .box-image .overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.about-blog .post-item .box-text {
  transition: all 0.5s;
}
.about-blog .post-item .box-text .box-text-inner {
  display: flex;
  flex-direction: column-reverse;
}
.about-blog .post-item .box-text .box-text-inner .is-divider {
  max-width: 50px;
  height: 5px;
  margin: 15px 0;
}
.about-blog .post-item .box:hover .box-text {
  padding-bottom: 50px;
}
.about-blog .post-item:last-child {
  max-width: 50%;
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .about-blog .post-item:last-child {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.contact-info p {
  margin-bottom: 10px;
}

.home .container-width, .home .full-width .ubermenu-nav, .home .container, .home .row:not(.row-full-width):not(.custom-width) {
  max-width: calc(100vw - 200px) !important;
}
@media (max-width: 1024px) {
  .home .container-width, .home .full-width .ubermenu-nav, .home .container, .home .row:not(.row-full-width):not(.custom-width) {
    max-width: unset !important;
  }
}

form .form-dk > * {
  flex: 1;
}
@media (max-width: 767px) {
  form .form-dk > * {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
form .form-dk input[type=submit] {
  max-width: 200px;
  height: 60px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  form .form-dk input[type=submit] {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  form .form-dk {
    flex-wrap: wrap;
  }
}

.home-vertical-blog .post-item .box-text .box-text-inner {
  display: flex;
  flex-direction: column-reverse;
}
.home-vertical-blog .post-item .box-text .box-text-inner .post-meta {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home-vertical-blog .post-item .box-text .box-text-inner .post-title {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .home-vertical-blog {
    display: flex;
    flex-direction: row;
  }
  .home-vertical-blog .post-item.col {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .home-vertical-blog .post-item.col {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .home-vertical-blog .box-image .image-cover {
    padding-top: 60% !important;
  }
}

.widget:last-child {
  margin-bottom: 40px !important;
}
.widget .widget-title {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.widget .is-divider {
  display: none;
}
.widget.flatsome_recent_posts .recent-blog-posts {
  align-items: center !important;
}
.widget.flatsome_recent_posts .badge {
  width: 70px;
  height: 70px;
}
.widget.flatsome_recent_posts .badge .badge-inner {
  border-radius: 6px;
}
.widget.flatsome_recent_posts .post_comments {
  display: none;
}
.widget ul > li {
  border-top: none !important;
}
.widget input[type=search] {
  background-color: var(--color-mbws-bgr);
  border-color: var(--color-mbws-bgr);
  border-radius: 4px 0 0 4px;
}

#archive-page-title {
  background-size: contain !important;
  background-position: 100% 50% !important;
  background-repeat: no-repeat;
}

.post-item .box:not(.box-overlay) .box-image .image-cover {
  border-radius: 9px;
}
.post-item .box:not(.box-overlay) .box-text .is-divider {
  display: none;
}
.post-item .box-text .cat-label {
  font-size: 14px;
  opacity: 1;
}
.post-item .box-text .post-title {
  margin-bottom: 15px;
}
.post-item .box-text .post-meta {
  font-size: 14px;
}
.post-item .box-text a.button {
  font-size: 16px;
  font-weight: 400;
}
.post-item .box-text a.button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
}

#post-list .post-item .box-text a.button,
.main-blog .post-item .box-text a.button {
  font-size: 14px;
  text-transform: uppercase;
}

.entry-image .badge,
.post-item .badge {
  width: 65px;
  top: 20px !important;
  left: 20px !important;
}
.entry-image .badge .badge-inner,
.post-item .badge .badge-inner {
  height: 65px;
  border-radius: 4px;
  background-color: white !important;
  box-shadow: 0 14px 30px 0 rgba(68, 28, 183, 0.25);
  color: var(--fs-color-primary);
}
.entry-image .badge .badge-inner .post-date-day,
.post-item .badge .badge-inner .post-date-day {
  font-size: 30px;
}
.entry-image .badge .badge-inner .post-date-month,
.post-item .badge .badge-inner .post-date-month {
  margin-top: 5px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .entry-image .badge,
  .post-item .badge {
    width: 45px;
    top: 10px !important;
    left: 10px !important;
  }
  .entry-image .badge .badge-inner,
  .post-item .badge .badge-inner {
    height: 40px;
  }
  .entry-image .badge .badge-inner .post-date-day,
  .post-item .badge .badge-inner .post-date-day {
    font-size: 18px;
  }
  .entry-image .badge .badge-inner .post-date-month,
  .post-item .badge .badge-inner .post-date-month {
    font-size: 12px;
  }
}

.about-blog .post-item .box-text {
  padding: 30px;
}

.blog-single.page-wrapper {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .blog-single.page-wrapper {
    padding-top: 50px;
  }
}

.entry-header .entry-header-text {
  padding: 0;
}

.entry-image img {
  border-radius: 9px;
}

.single .page-title .page-title-bg .title-bg {
  display: none !important;
}
.single .page-title .entry-title {
  font-size: 2em;
  margin-bottom: 30px !important;
}
.single .page-title .entry-meta {
  font-size: 1rem;
  text-transform: unset;
}
.single .page-title .is-divider {
  display: none;
}
.single #comments #reply-title {
  font-size: 24px;
}
.single #comments .comment-respond {
  background-color: unset;
  padding: unset;
}
.single .col.post-sidebar {
  padding-top: 0 !important;
}

.img-move-right {
  width: 50px !important;
  --webkit-animation: moveRight 30s linear infinite;
  animation: moveRight 30s linear infinite;
}
.img-move-right.car {
  width: 70px !important;
  animation: moveRight 22s linear infinite;
  --webkit-animation: moveRight 22s linear infinite;
}
@media (max-width: 767px) {
  .img-move-right.car {
    animation-duration: 8s;
    --webkit-animation-duration: 8s;
  }
}
@media (max-width: 767px) {
  .img-move-right {
    animation-duration: 15s;
    --webkit-animation-duration: 15s;
  }
}

@keyframes moveRight {
  0% {
    left: -25%;
  }
  100% {
    left: 105%;
  }
}
.mbws-logo.ux-logo {
  margin-bottom: 15px;
}
.mbws-logo.ux-logo .ux-logo-link {
  padding: 0 !important;
}

@media (max-width: 767px) {
  #footer .banner .banner-layers {
    overflow: hidden;
  }
}
#footer .absolute-footer {
  padding: 30px 0;
}
#footer .footer-secondary {
  padding: 0;
}