@charset "UTF-8";
/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/** 
#fff212 

*/
:root {
  --fs-color-primary: #015697;
  --fs-color-secondary: #ffd63c;
  --fs-color-success: #1c1b3b;
  --fs-color-alert: #b20000;
  --fs-experimental-link-color: #334862;
  --fs-experimental-link-color-hover: #111;
  --vang-cu: #fff212;
  --xanh-cu: #00afef;
  --hong-cu: #ec268f;
  --hong-cu-2: rgb(236, 38, 143);
  --hong-trong: rgba(236, 38, 143, 0.75);
  --vang-trong: rgba(255, 242, 18, 0.75);
}

/* 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, .mbws-body-blog-home .mbws-left-blog-home .box-vertical .post-title a, .home .slider .post-item > .col-inner .post-title a {
  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, .mbws-body-blog-home .mbws-left-blog-home .box-vertical .from_the_blog_excerpt, .home .slider .post-item > .col-inner .from_the_blog_excerpt {
  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;
}

body {
  font-size: 18px !important;
}

@media (max-width: 849px) {
  .banner-layers {
    overflow: hidden;
  }
}

.box-why-choose .col-inner {
  padding: 30px;
  border-radius: 15px;
  background-color: #d0ebff;
  transition: background 200ms ease-in-out;
}
.box-why-choose .col-inner:hover {
  background-color: #ffd63c;
}
.box-why-choose .col-inner h3 {
  color: #01487e;
}

.icon-box .button.primary {
  color: #015697;
}
.icon-box .button.primary:hover {
  color: #015697;
}
.icon-box .button.primary i.icon-angle-right {
  background-color: #015697;
  color: white;
  border-radius: 99px;
  padding: 5px;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
.icon-box .button.primary i.icon-angle-right::before {
  display: flex;
  align-items: center;
}

.call-to-action {
  background-color: #015697;
  cursor: pointer;
  border-radius: 15px;
  padding: 30px;
  transition: background 100ms ease-in;
}
.call-to-action:hover {
  background-color: #ffd63c;
}
.call-to-action:hover p, .call-to-action:hover h2, .call-to-action:hover h3 {
  color: black;
}
.call-to-action p {
  margin-bottom: 0;
}

.icon-box.icon-box-left.ti::before {
  margin-top: 2.5px;
  margin-right: 10px;
}
.icon-box.icon-box-left.ti h5.uppercase {
  text-transform: unset;
  font-weight: unset;
  color: unset;
  letter-spacing: unset;
  font-size: unset;
}

.button.white {
  color: #015697 !important;
}
.button.white:hover {
  color: black !important;
  background-color: #ffd63c !important;
  box-shadow: none;
}

.o-h {
  overflow: hidden;
}

.z-1 {
  z-index: -1;
}

.mr-5 {
  margin-right: 5px;
}

.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
  background-color: #015697;
}

.icon-box-img svg path {
  stroke: currentColor !important;
}

.nav-pagination > li > a, .nav-pagination > li > span {
  border-radius: 0;
  border-width: 1px;
  padding-top: 1px;
}

.mobile-sidebar .mfp-close {
  color: white;
  opacity: 1;
  mix-blend-mode: color-dodge;
  margin-right: 8px !important;
}

.text {
  text-align: justify;
}

.text-center .text {
  text-align: center;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
  border-radius: 0;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
  box-shadow: none;
}

.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;
  border-radius: 8px;
  border: 1px solid #015697;
}

.is-form, button.is-form, button[type=submit].is-form, input[type=button].is-form, input[type=reset].is-form, input[type=submit].is-form {
  border-radius: 0;
}

button[type=submit],
input[type=submit] {
  width: 100%;
  border-radius: 0;
}

form.searchform input[type=search] {
  height: 40px;
}
form.searchform button[type=submit] {
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
}

.searchform-wrapper .flex-row .flex-col {
  padding-right: 0;
  order: 1;
}
.searchform-wrapper .flex-row .flex-col input[type=search] {
  padding-left: 50px;
}
.searchform-wrapper .flex-row .flex-col:last-of-type {
  order: 0;
  margin-left: 0;
  width: 0;
}

.button.secondary {
  color: black;
}

#tu-van {
  border-radius: 15px;
  overflow: hidden;
}
#tu-van .mfp-close {
  color: white;
  opacity: 1;
  mix-blend-mode: color-dodge;
}
#tu-van form {
  margin-bottom: 0;
}
#tu-van form .wpcf7-spinner {
  display: none;
}
#tu-van form input[type=submit] {
  border-radius: 8px;
}

.wpcf7-form {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form input[type=submit] {
  border-radius: 8px;
  margin-bottom: 0;
}

.header-shadow .header-wrapper {
  box-shadow: none;
}

.header-wrapper.stuck {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.next-prev-thumbs li.has-dropdown:hover > .nav-dropdown, .no-js li.has-dropdown:hover > .nav-dropdown, li.current-dropdown > .nav-dropdown {
  left: 0;
}

#masthead .nav > li > a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1366px) {
  #masthead .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1200px) {
  #masthead .hide-for-medium {
    display: none;
  }
}
@media (max-width: 1200px) {
  #masthead .show-for-medium {
    display: flex !important;
  }
}
#masthead .header-nav-main.nav-line-bottom > li > a:before, #masthead .header-nav-main.nav-line-grow > li > a:before, #masthead .header-nav-main.nav-line > li > a:before, #masthead .header-nav-main.nav-box > li > a:hover, #masthead .header-nav-main.nav-box > li.active > a, #masthead .header-nav-main.nav-pills > li > a:hover, #masthead .header-nav-main.nav-pills > li.active > a,
#masthead li.current-dropdown > a {
  color: black !important;
  background-color: #ffd63c;
}
#masthead .nav-box > li, #masthead .nav-outline > li, #masthead .nav-pills > li, #masthead .nav-tabs > li {
  margin-right: 2px;
}
#masthead .nav-dropdown > li.nav-dropdown-col {
  width: auto;
  display: block;
  position: relative;
}
#masthead .nav-dropdown > li.nav-dropdown-col:hover ul.sub-menu.nav-column {
  display: block;
}
#masthead .nav-dropdown > li.nav-dropdown-col ul.sub-menu.nav-column {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#masthead .nav-dropdown > li.image-column:not(:last-child), #masthead .nav-dropdown > li.nav-dropdown-col:not(:last-child) {
  border-right: none;
}
#masthead .nav-dropdown .menu-item-has-children > a, #masthead .nav-dropdown .nav-dropdown-col > a {
  font-size: 1em;
  font-weight: normal;
  text-transform: unset;
}
@media (max-width: 849px) {
  #masthead li.html.custom {
    display: flex;
  }
}
@media (min-width: 850px) and (max-width: 1200px) {
  #masthead li.header-search {
    display: none;
  }
}

.nav-dropdown-default {
  padding: 0;
}

.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a {
  text-wrap: nowrap;
  background-color: #ffd63c;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  border-bottom-color: black;
  color: black;
}
.nav-dropdown-default .nav-column li > a:hover, .nav-dropdown.nav-dropdown-default > li > a:hover {
  background-color: #ffcb09;
}

.header-button {
  text-wrap: nowrap;
  white-space: nowrap;
}

#top-bar .flex-col.flex-right {
  margin-left: 0;
  flex-basis: 50%;
}
#top-bar .top-bar-nav.nav-right {
  flex-flow: row nowrap;
  white-space: normal;
  text-wrap: nowrap;
}
#top-bar .top-bar-nav.nav-right form.searchform input[type=search] {
  height: 2.507em;
}
#top-bar .top-bar-nav.nav-right .form-flat input:not([type=submit]) {
  background-color: white !important;
  color: black !important;
}
#top-bar .top-bar-nav.nav-right .form-flat .button.icon {
  color: black !important;
}

#header #btn-search {
  font-size: 1em;
  cursor: pointer;
}
@media (max-width: 849px) {
  #header #btn-search {
    font-size: 1.6em;
  }
}
#header .searchform {
  display: none;
}

.section-page-header .section-content {
  position: absolute !important;
  bottom: 0;
}
.section-page-header .section-content h1.section-title {
  text-transform: uppercase;
  font-size: 50px;
  width: auto;
  margin-bottom: 0;
}
.section-page-header .section-content h1.section-title .section-title-main {
  background-color: rgba(0, 125, 197, 0.7);
  padding: 30px 70px;
  border: none;
}
@media (max-width: 849px) {
  .section-page-header .section-content h1.section-title .section-title-main {
    padding: 15px 30px;
  }
}
@media (max-width: 849px) {
  .section-page-header .section-content h1.section-title {
    font-size: 25px;
  }
}
.section-page-header .section-title-container {
  margin-bottom: 0;
}

.home .banner-layers .banner-layer {
  pointer-events: none;
}
.home .banner-layers .banner-layer h1, .home .banner-layers .banner-layer h2, .home .banner-layers .banner-layer h3 {
  line-height: unset;
}
.home .slider-wrapper.br-12 .banner {
  border-radius: 12px;
  overflow: hidden;
}
.home .slider .post-item > .col-inner {
  background-color: #d0ebff;
  border-radius: 15px;
  overflow: hidden;
  padding: 30px;
}
.home .slider .post-item > .col-inner:hover {
  background-color: #ffd63c;
}
.home .slider .post-item > .col-inner .box-image {
  border-radius: 8px;
  border: 3px solid #015697;
  overflow: hidden;
}
.home .slider .post-item > .col-inner .cat-label {
  font-weight: bold;
  opacity: 1;
}
.home .slider .post-item > .col-inner .post-title a {
  color: #01487e;
}
.home .slider .flickity-prev-next-button {
  opacity: 1 !important;
  transform: translateX(0) !important;
  margin-top: 0 !important;
}
.home .slider .flickity-prev-next-button svg {
  fill: #fff !important;
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

aside.widget {
  background-color: #eff4f7;
  padding: 0 20px 20px;
}
aside.widget .widget-title {
  background-color: #ffd63c;
  text-transform: uppercase;
  padding: 7px 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
aside.widget .is-divider {
  display: none;
}

aside.widget.widget_text {
  padding: 0 0px 0px;
}
aside.widget.widget_text .widget-title {
  margin-left: 0px;
  margin-right: 0px;
}

.post-sidebar .post-item:not(:first-of-type) .col-inner {
  border-top: 1px solid #c4c4c4;
}
.post-sidebar .post-item {
  padding-bottom: 10px;
}
.post-sidebar .box-vertical {
  margin-top: 10px;
}
@media (max-width: 850px) {
  .post-sidebar .box-vertical .box-image {
    width: 40% !important;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
  }
}

.mbws-slider-blog .box-image {
  border-radius: 15px;
  overflow: hidden;
}
.mbws-slider-blog .button.secondary {
  border-radius: 99px;
  text-transform: unset;
}

.mbws-body-blog-home .section-title-normal {
  border-bottom-color: #015697;
}
.mbws-body-blog-home .section-title-normal > span {
  text-transform: unset;
  color: #015697;
}
.mbws-body-blog-home .section-title-normal > a {
  font-weight: normal;
  font-size: 14px;
  color: black;
}
.mbws-body-blog-home .button.secondary {
  border-radius: 4px;
  text-transform: unset;
  border: none;
}
.mbws-body-blog-home .button.secondary:hover {
  box-shadow: none;
  background-color: #015697;
  color: white;
}
@media (max-width: 850px) {
  .mbws-body-blog-home .mbws-left-blog-home .box-vertical .box-image {
    width: 30% !important;
    float: left;
    margin-right: 15px;
  }
}

.mbws-sidebar-blog-home .box-vertical {
  margin-top: 10px;
}
@media (max-width: 850px) {
  .mbws-sidebar-blog-home .box-vertical .box-image {
    width: 30% !important;
    float: left;
    margin-right: 15px;
  }
}
.mbws-sidebar-blog-home .post-item {
  padding-bottom: 10px;
}
.mbws-sidebar-blog-home .post-item:not(:first-of-type) .col-inner {
  border-top: 1px solid #c4c4c4;
}

.mbws-widget-title {
  background-color: #ffd63c;
  text-transform: uppercase;
  padding: 7px 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbws-widget-title h3 {
  margin-bottom: 0;
}

@media (max-width: 850px) {
  .box-vertical {
    display: flex;
    width: 100%;
  }
  .box-vertical .box-text {
    padding-top: 0;
  }
}

.blog-single .is-divider {
  display: none;
}
.blog-single h1.entry-title {
  text-transform: uppercase;
  color: #01487e;
  margin-bottom: 5px;
}
.blog-single .entry-category {
  text-transform: none;
  margin-bottom: 10px;
}
.blog-single .entry-header-text {
  padding-bottom: 0px;
}

#footer a:hover {
  color: #ffd63c;
}
#footer p {
  margin-bottom: 0;
}

.absolute-footer {
  display: none;
}

.footer-bottom .text-left, .footer-bottom .text-right {
  text-align: center;
}