@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
*/
.pd-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mbws_mb-0 p {
  margin-bottom: 0;
}
.mbws_mb-0 h2 {
  margin-bottom: 0;
}
.mbws_mb-0 h3 {
  margin-bottom: 0;
}
.mbws_mb-0 h1 {
  margin-bottom: 0;
}
.mbws_mb-0 h4 {
  margin-bottom: 0;
}
.mbws_mb-0 ul {
  margin-bottom: 0;
}

.mbws_section-contact .icon-box {
  align-items: center !important;
}
.mbws_section-contact .icon-box .icon {
  position: relative !important;
}

.mbws_section-services-home {
  padding: 60px 0 0 0 !important;
}
.mbws_section-services-home .mbws_item1 {
  border-radius: 15px;
  background: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  padding: 25px 0 0 0;
}
.mbws_section-services-home .mbws_item2 {
  border-radius: 15px;
  background: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(150, 210, 240) 100%);
  padding: 25px 0 0 0;
}
.mbws_section-services-home .mbws_item3 {
  border-radius: 15px;
  background: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(237, 173, 233) 50%, rgb(128, 146, 241) 100%);
  padding: 25px 0 0 0;
}

.mbws_section-partner .flickity-slider {
  display: flex;
  align-items: center;
}

.mbws-service-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.mbws-service-list .mbws-service-item {
  flex: 0 0 30%;
}
@media (max-width: 1024px) {
  .mbws-service-list .mbws-service-item {
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .mbws-service-list .mbws-service-item {
    flex: 0 0 100%;
  }
}
.mbws-service-list .mbws-service-item .mbws-service-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.mbws-service-list .mbws-service-item .mbws-service-content {
  background: #ffffff;
  text-align: left;
  padding: 25px;
  border-radius: 0 0 10px 10px;
}
.mbws-service-list .mbws-service-item .mbws-service-content .mbws_address {
  margin-bottom: 15px;
}
.mbws-service-list .mbws-service-item .mbws-service-content .mbws_address img {
  width: 20px;
  height: 100%;
}
.mbws-service-list .mbws-service-item .mbws-service-content .mbws-service-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.mbws-service-list .mbws-service-item .mbws-service-content .mbws-service-meta div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mbws-service-list .mbws-service-item .mbws-service-content .mbws-service-meta div img {
  width: 30px;
  height: 100%;
}
.mbws-service-list .mbws-service-item .mbws-service-content .mbws-service-price {
  border-top: 2px solid #bebebe;
  padding-top: 15px;
}

.absolute-footer {
  display: none;
}

.single-page .mbws-service-content {
  text-align: left;
}
.single-page .mbws-service-content .mbws_address {
  margin-bottom: 15px;
}
.single-page .mbws-service-content .mbws_address img {
  width: 30px;
  height: 100%;
}
.single-page .mbws-service-content .mbws-service-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.single-page .mbws-service-content .mbws-service-meta div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.single-page .mbws-service-content .mbws-service-meta div img {
  width: 35px;
  height: 100%;
}
.single-page .mbws-service-content .mbws-service-price {
  border-top: 2px solid #bebebe;
  padding-top: 15px;
  margin-bottom: 30px;
  font-size: 30px;
}

.dich_vu_taxonomy_wrapper.section {
  padding: 60px 0;
  background-color: #E7F0F1;
}
@media (max-width: 767px) {
  .dich_vu_taxonomy_wrapper.section {
    padding: 30px 0;
  }
}

.post-item.dich_vu .box {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}
.post-item.dich_vu .box .box-text {
  padding: 20px;
}
.post-item.dich_vu .box .is-divider {
  display: none;
}
.post-item.dich_vu .box .mbws_address {
  font-size: 16px;
  margin-bottom: 15px;
}
.post-item.dich_vu .box .mbws_address img {
  width: 20px;
  height: 20px;
}
.post-item.dich_vu .box .mbws-service-meta {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.post-item.dich_vu .box .mbws-service-meta img {
  width: 30px;
  height: 30px;
  display: block;
}
.post-item.dich_vu .box .mbws-service-price {
  margin-top: 15px;
  font-size: 16px;
  border-top: 2px solid #bebebe;
  padding-top: 15px;
}