@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
*/
.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;
}
.select-resize-ghost:focus, .select2-container .select2-choice:focus, .select2-container .select2-selection:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  box-shadow: none;
}

.section-title-container .section-title-normal .section-title-main {
  border-bottom: 2px solid var(--fs-color-primary);
}
.section-title-container .section-title-center {
  justify-content: center;
}
.section-title-container .section-title-center b {
  display: none;
}
.section-title-container .section-title-center .section-title-main {
  display: table;
  margin: auto;
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.2em;
  padding-right: 15px;
  padding-left: 15px;
}
.section-title-container .section-title-center .section-title-main::after {
  content: "\eb0b";
  font-family: "matbaows-icons";
  position: absolute;
  font-size: 16px;
  bottom: -15px;
  color: #d1d1d1;
  left: 50%;
  margin-left: -16px;
  background: #fff;
  padding: 0 10px;
}

.accordion .accordion-item .accordion-title {
  background: rgba(255, 255, 255, 0.19);
  margin-bottom: 5px;
}
.accordion .accordion-item .accordion-title button i {
  font-size: 1.2em !important;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px;
}
.flip-card .col-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card .col-inner .flip-card-front, .flip-card .col-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card .col-inner .flip-card-back {
  transform: rotateY(180deg);
}
.flip-card:hover .col-inner {
  transform: rotateY(180deg);
}

#header .header-nav > .menu-item {
  border-bottom: solid transparent 5px;
  margin: 0 1px;
}
#header .header-nav > .menu-item.active, #header .header-nav > .menu-item:hover {
  border-bottom: solid var(--fs-color-success) 5px;
  background-color: var(--fs-color-primary);
}
#header .header-nav > .menu-item.active > a, #header .header-nav > .menu-item:hover > a {
  color: #fff;
}
#header .header-nav > .menu-item.active > a .ux-menu-icon, #header .header-nav > .menu-item:hover > a .ux-menu-icon {
  filter: invert(1);
}
#header .header-nav > .menu-item > a {
  padding: 26px 21px;
  padding-top: 42px;
}
#header .header-nav > .menu-item > a .ux-menu-icon {
  transform: translate(-50%, 0px);
  left: 50%;
  position: absolute;
  top: 20px;
}
#header .header-nav > .menu-item .sub-menu {
  padding: 0;
  border-top: solid 5px var(--fs-color-success);
  border-bottom: solid 5px var(--fs-color-success);
}
#header .header-nav > .menu-item .sub-menu .menu-item:hover {
  background-color: #F5F5F5;
}
#header .header-nav > .menu-item::before, #header .header-nav > .menu-item::after {
  display: none;
}
#header .stuck .header-nav > .menu-item > a {
  padding: 10px 21px;
  padding-top: 26px;
}
#header .stuck .header-nav > .menu-item > a .ux-menu-icon {
  top: 21px;
}
#header .header-search .header-button a {
  font-size: 1em;
}
#header .header-search .nav-dropdown {
  border-top: solid 5px var(--fs-color-success);
  border-bottom: solid 5px var(--fs-color-success);
  margin-top: 20px;
}
#header .header-search .nav-dropdown .header-search-form .ux-search-submit {
  background-color: var(--fs-color-primary);
}
#header .header-search::before, #header .header-search::after {
  display: none;
}
#header .header-top .html a {
  font-size: 1em;
}
#header .header-main {
  border-bottom: solid #DADADA 5px;
}

.mbws_header-banner .page-header-wrapper .title-content {
  display: none;
}
.mbws_header-banner .rank-math-breadcrumb p {
  color: #fff;
}

.has-dropdown .icon-angle-down {
  line-height: 1;
}

.mbws_contact .mbws_contact-time .col-inner p {
  margin-bottom: unset;
}

body.home .mbws_header-banner {
  display: none;
}

.mbws_home-about .heading {
  padding-top: 5px;
}
.mbws_home-about .heading::before {
  content: "\ea4d";
  font-family: "matbaows-icons";
  font-size: 20px;
  height: 70px;
  width: 70px;
  background: #0DC0C0;
  color: #fff;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0px;
  border-radius: 15px 15px 0 15px;
}
.mbws_home-about h5 {
  padding-left: 100px;
  margin-bottom: 0;
}
.mbws_home-about h4 {
  padding-bottom: 10px;
  padding-left: 88px;
  border-bottom: 1px solid var(--fs-color-primary);
  margin-left: 12px;
  margin-top: -1px;
  width: calc(100% - 12px);
}
.mbws_home-about .tit-1 .heading::before {
  content: "\ea4d";
}
.mbws_home-about .tit-2 .heading::before {
  content: "\ef04";
}
.mbws_home-about .is-hover .col-inner::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 1px solid transparent;
  border-radius: 6px 0 0 0;
  border-top: 1px solid transparent;
  -webkit-transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
  transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
}
.mbws_home-about .is-hover .col-inner::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-right: 1px solid transparent;
  border-radius: 0 0 6px 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
  transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
}
.mbws_home-about .is-hover .col-inner:hover {
  background-color: var(--fs-color-primary);
}
.mbws_home-about .is-hover .col-inner:hover::before {
  height: 50%;
  width: 50%;
  border-color: #fff;
  -webkit-transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
  transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
}
.mbws_home-about .is-hover .col-inner:hover::after {
  height: 50%;
  width: 50%;
  border-color: #fff;
  -webkit-transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
  transition: width 0.3s ease 0.2s, height 0.3s ease 0.4s;
}

.mbws_home-doctor .box .box-text {
  overflow: hidden;
}
.mbws_home-doctor .box .box-text .social-icons a {
  border-radius: 5px !important;
}
.mbws_home-doctor .box:hover .box-image::after {
  content: "";
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
  transition: opacity 0.5s, transform 0.6s;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.mbws_home-blog .post-item .box .box-text .is-divider {
  display: none;
}
.mbws_home-blog .post-item .box .box-text .post-title {
  margin: 5px 0;
}

.mbws_home-logo .gallery-col .box .box-text {
  display: none;
}

.post-sidebar .widget-area .post-item {
  padding-bottom: 10px;
}
.post-sidebar .widget-area .post-item .box {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1215686275);
}
.post-sidebar .widget-area .post-item .box .box-text .is-divider {
  display: none;
}
.post-sidebar .widget-area .post-item:last-child .box {
  border-bottom: unset;
}
.post-sidebar .widget-area .cat-post .cat-item {
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1215686275);
}
.post-sidebar .widget-area .cat-post .cat-item:last-child {
  border-bottom: unset;
}
.post-sidebar .widget-area .widget-title {
  font-size: 1.125em;
}
.post-sidebar .widget-area .tagcloud a {
  border: solid 1px var(--fs-color-primary);
  color: #fff;
  padding: 10px 15px;
  background-color: var(--fs-color-primary);
  border-radius: 5px;
  font-size: 0.8em !important;
  display: inline-block;
  margin-bottom: 10px;
}
.post-sidebar .widget-area .tagcloud a:hover {
  color: #000;
  background-color: transparent;
  border: solid 1px var(--fs-color-primary);
}
.post-sidebar .widget-area .is-divider {
  background-color: var(--fs-color-primary);
}
.post-sidebar .widget-area .accordion {
  border-radius: 5px;
  border: solid 1px var(--fs-color-primary);
}
.post-sidebar .widget-area .accordion .accordion-item .accordion-title {
  background: rgba(255, 255, 255, 0.19);
  margin-bottom: unset;
  border-top: 1px solid var(--fs-color-primary);
}
.post-sidebar .widget-area .accordion .accordion-item .accordion-title button {
  top: 25%;
}
.post-sidebar .widget-area .accordion .accordion-item .accordion-title button i {
  color: var(--fs-color-primary);
  font-size: 1.2em !important;
}
.post-sidebar .widget-area .accordion .accordion-item:first-child .accordion-title {
  border-top: unset;
}

.category .archive-page-header .page-title {
  display: none;
}

#footer .absolute-footer {
  display: none;
}
#footer .mbws_footer-main .post-item {
  padding-bottom: 15px;
}
#footer .mbws_footer-main .post-item .box .box-image {
  display: none;
}
#footer .mbws_footer-main .post-item .box .box-text {
  padding: 0;
}
#footer .mbws_footer-main .post-item .box .box-text .post-title {
  font-weight: 500;
  font-size: 16px;
}
#footer .mbws_footer-main .post-item .box .box-text .post-title a::before {
  content: "\ea61";
  font-family: "matbaows-icons";
  display: inline-block;
  vertical-align: middle;
  float: left;
  color: var(--fs-color-primary);
  padding-right: 5px;
}
#footer .mbws_footer-main .post-item .box .box-text .is-divider {
  display: none;
}