@charset "UTF-8";
/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --fs-color-primary: var(--fs-color-primary);
  --fs-color-secondary: var(--fs-color-secondary);
  --fs-color-success: #1c1b3b;
  --fs-color-alert: #b20000;
  --fs-experimental-link-color: #334862;
  --fs-experimental-link-color-hover: #111;
}

/* sử dụng responsive đơn gian 
EX: 
.my-element {
font-size: 24px;
@include responive(phone-sm) {
  display:none;
}
}
*/
/* sử dụng responsive  min-width và max-width
EX: 
.my-element {
font-size: 24px;
@include responive(phone-sm,max) {
  display:none;
}
}
.my-element {
font-size: 24px;
@include responive(min,tablet) {
  display:none;
}
}
.my-element {
font-size: 24px;
@include responive(420px, down) {
  display:none;
}
}
*/
/* sử dụng responsive  min-width và max-width có thể custom breakpoints 2 giá trị max và min
EX: 
.my-element {
font-size: 24px;
@include responive(420px, 768px) {
  display:none;
}
}
*/
.__ellipsis_2_rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4 !important;
  min-height: 2.8em !important;
}

.__ellipsis_3_rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4 !important;
  min-height: 4.2em !important;
}

.mbws_method-transport .icon-box {
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 10px 30px -15px #1c2130;
  padding: 80px 20px 40px 20px;
}
.mbws_method-transport .icon-box .icon-box-img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.mbws_method-transport .icon-box .icon-box-text {
  min-height: 160px;
}

.mbws_none-bottom-title h2::after {
  display: none;
}
.mbws_none-bottom-title h2::before {
  display: none;
}

.text h2 {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0;
}
.text h2::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 100px;
  height: 2px;
  background-color: var(--fs-color-primary);
  bottom: -10px;
}
.text h2::after {
  position: absolute;
  content: "";
  /* top: 80px; */
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 60px;
  height: 2px;
  background-color: var(--fs-color-primary);
  bottom: -20px;
}

.mbws_register-footer .text::before {
  display: none;
}
.mbws_register-footer .text::after {
  display: none;
}

.post-item .box .box-text {
  background: #ffffff;
}
.post-item .box .box-text .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 85px;
}
.post-item .box .box-text .is-divider {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-item .box .box-text .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 90px;
}
.post-item .box .box-image::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  right: 50%;
  bottom: 0%;
  border-radius: 3px 3px 0px 0px;
  background-color: var(--fs-color-primary);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
}
.post-item .box:hover .box-image::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background-color: var(--fs-color-primary);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
}

.mbws_activity-metrics .mbws_counter .counter-number {
  display: flex;
  align-items: center;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  width: 155px;
  height: 155px;
  justify-content: center;
  margin: 0 auto;
}
.mbws_activity-metrics .mbws_counter .title {
  margin-top: 50px;
  font-size: 22px;
}

.mbws_why-choose-us .mbws_wrap-box {
  background: #ffffff;
  padding: 20px;
}
.mbws_why-choose-us .mbws_wrap-box:hover {
  transition: all 0.1s;
  box-shadow: 0px 10px 30px -15px #1c2130;
}
.mbws_why-choose-us .mbws_wrap-box:hover .icon-box-img .icon {
  color: var(--fs-color-primary);
}

.mbws_customer-review .box-image img {
  border-radius: 50%;
}

.mbws_register-footer .wpcf7-form {
  display: flex;
  gap: 25px;
}
.mbws_register-footer .wpcf7-form ::placeholder {
  color: #ffffff;
}
.mbws_register-footer .wpcf7-form .wpcf7-text {
  background: none;
  border-radius: 25px;
  border: 1px solid #ffffff;
  height: 45px;
  box-shadow: none;
  color: #ffffff;
}
.mbws_register-footer .wpcf7-form .wpcf7-submit {
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid #ffffff;
  height: 45px;
  box-shadow: none;
  color: var(--fs-color-primary);
  padding-left: 40px;
  padding-right: 40px;
}
.mbws_register-footer .wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: -60px;
  border-color: #ffffff !important;
}

.mbws_form-contact-page .wpcf7-text {
  background: none;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  height: 45px;
  box-shadow: none;
/*   color: #e6e6e6; */
}
.mbws_form-contact-page .wpcf7-form-control {
  background: none;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  height: 45px;
  box-shadow: none;
/*   color: #e6e6e6; */
}
.mbws_form-contact-page .wpcf7-submit {
  background: var(--fs-color-primary);
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  height: 45px;
  box-shadow: none;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  float: right;
}
.mbws_form-contact-page .mbws_wrap-contact-infor-text {
  background: var(--fs-color-primary);
  display: flex;
  align-items: center;
}

.footer-wrapper .ux-menu .ux-menu-link__link {
  border-bottom-style: none !important;
}

.footer-wrapper .text {
  position: relative;
}
.footer-wrapper .text::before {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background-color: var(--fs-color-primary);
}
.footer-wrapper .text::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: var(--fs-color-primary);
}

.rank-math-breadcrumb .last {
  color: var(--fs-color-primary);
}

.mbws_iframe-map p {
  margin-bottom: 0;
}
.mbws_iframe-map p iframe {
  width: 100%;
}

.blog-archive .post {
  border: 1px solid #e1e1e1;
}
.blog-archive .post header .entry-divider {
  display: none;
}
.blog-archive .post header .entry-header-text {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-archive .post .entry-content {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-archive .post .entry-content .more-link {
  border-radius: 99px;
  padding: 5px 25px 5px 25px;
  background: var(--fs-color-primary);
  color: #ffffff;
  border: 1px solid var(--fs-color-primary);
}
.blog-archive .post .entry-content .more-link:hover {
  background: none;
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
}
.blog-archive .post footer {
  display: none;
}

.button:hover {
  background: none;
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  box-shadow: none;
}

.home .header-top {
  background: none;
  border-bottom: 1px solid #808080;
}
.home .header-top .icon-box {
  align-items: center;
}
.home .header-nav .menu-item a {
  color: #ffffff;
}

.header-nav {
  align-items: flex-start;
}
.header-nav .menu-item a {
  padding: 37px 10px;
}
.header-nav .menu-item a:hover {
  color: var(--fs-color-primary);
}
.header-nav .menu-item .sub-menu {
  padding: 0;
}
.header-nav .menu-item .sub-menu .menu-item {
  padding: 0;
}
.header-nav .menu-item .sub-menu .menu-item:hover {
  background: var(--fs-color-primary);
}
.header-nav .menu-item .sub-menu .menu-item:hover a {
  color: #ffffff;
  border-bottom: 0;
}
.header-nav .menu-item .sub-menu .menu-item a {
  color: #808080;
  padding: 15px 0;
}
.header-nav .current-menu-item {
  background: #fff;
}
.header-nav .current-menu-item .sub-menu {
  padding: 0;
}
.header-nav .current-menu-item .sub-menu .menu-item {
  padding: 0;
}
.header-nav .current-menu-item .sub-menu .menu-item a {
  color: #808080 !important;
  padding: 15px 0;
}
.header-nav .current-menu-item .sub-menu .menu-item:hover {
  background: var(--fs-color-primary);
}
.header-nav .current-menu-item .sub-menu .menu-item:hover a {
  color: #ffffff !important;
  border-bottom: 0;
}
.header-nav .current-menu-item a {
  /* color: #039830 !important; */
}
.header-nav .current-menu-item a:hover {
  color: #039830;
}

.stuck .menu-item a {
  padding: 27px 10px;
}

.post-sidebar .widget .widget-title {
  font-size: 22px;
  text-transform: capitalize;
  border-bottom: 2px solid var(--fs-color-primary);
  padding-bottom: 10px;
}
.post-sidebar .widget .searchform {
  margin-top: 30px;
}
.post-sidebar .widget .searchform .search-field {
  border: 1px solid var(--fs-color-primary);
  box-shadow: none;
}
.post-sidebar .widget .searchform .ux-search-submit {
  background: none;
  color: var(--fs-color-primary) !important;
  border: 1px solid var(--fs-color-primary) !important;
}
.post-sidebar .widget ul {
  margin-top: 30px;
}
.post-sidebar .widget ul li {
  padding-left: 15px;
  position: relative;
}
.post-sidebar .widget ul li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--fs-color-primary);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.post-sidebar .widget .tagcloud {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.post-sidebar .widget .tagcloud a {
  font-size: 15px !important;
  border-radius: 99px;
  padding: 5px 25px 5px 25px;
  background: var(--fs-color-primary);
  color: #ffffff;
  border: 1px solid var(--fs-color-primary);
}
.post-sidebar .widget .tagcloud a:hover {
  background: none;
  color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
}
.post-sidebar .widget .is-divider {
  display: none;
}

.products .badge-container .box-text {
  text-align: center;
}