@charset "UTF-8";
/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/**
 * _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
*/
.__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, .from_the_blog_excerpt, .post-item .box-vertical .box-text .from_the_blog_excerpt, .service .post-item .box-text .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;
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
  font-weight: normal !important;
}

.mbws-title .section-title-center {
  justify-content: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.2;
  background: url(assets/img/heading-dark.png) no-repeat center 66px;
  letter-spacing: 4px;
  padding: 0 0 60px 0;
  margin-bottom: 0;
}
.mbws-title .section-title-center b {
  display: none;
}
.mbws-title .section-title-normal {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 0;
  border-bottom: none;
}
.mbws-title .section-title-normal b {
  display: none;
}
.mbws-title .section-title-normal span {
  border-bottom: none;
}

.welcome .img-inner {
  border-radius: 50%;
  border: 7px solid #fff;
}

.service .post-item .box-text {
  background-color: white;
  padding: 3rem;
}
.post-item .box-vertical .box-text {
  background-color: white;
  padding: 0 1rem;
}
.testimonial-image img {
  height: 150px;
  border: 5px solid #fff;
}

#comments {
  display: none;
}

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

#header .container {
  max-width: 100%;
}
#header .nav > li > a {
  font-weight: normal !important;
}
#header .nav > li {
  padding: 0px 20px 0 35px;
}
#header .nav > li:not(:first-child) {
  border-left: solid 1px rgba(183, 183, 183, 0.368627451);
}
#header.nav-dark .nav > li {
  border-left: none;
}
#header #masthead.nav-dark .nav > li {
  border-left: none;
}
#header .nav-dropdown {
  padding: 0;
}
#header .nav-dropdown > li:not(:first-child) {
  border-top: solid 1px rgba(204, 204, 204, 0.4509803922);
}
#header .nav-dropdown > li > a {
  padding: 20px;
}
#header .nav-dropdown.nav-dropdown-simple > li > a:hover {
  background-color: #E9B947;
}
#header .nav-dropdown-default {
  padding: 0;
}
#header .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: none;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
  background-color: white;
}

.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;
  height: 2.5em;
}

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;
}

.searchform-wrapper:not(.form-flat) .submit-button, .widget_search .submit-button {
  padding-left: 1em;
  padding-right: 1em;
}

.page .featured-title h1 {
  font-size: 48px;
  text-transform: uppercase;
}

.post-sidebar .is-divider {
  display: none;
}

span.widget-title {
  background-color: #E9B947;
  color: white;
  display: block;
  padding: 14px 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.mbws-search-section {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.mbws-search-section .mbws-search-box input:not([type=submit]),
.mbws-search-section .mbws-search-box select,
.mbws-search-section .mbws-search-box textarea {
  border-radius: 0;
  background-color: white;
}

.tagcloud a {
  font-size: 1rem !important;
  padding: 6px 14px;
  border: 1px solid;
  display: inline-block;
  margin: 0 5px 5px 0;
}

.blog-archive {
  padding-top: 0 !important;
}
.blog-archive .page-title {
  font-size: 48px;
}
.blog-archive .posted-on a {
  color: initial;
}
.blog-archive .byline a {
  color: initial;
}

.archive-page-header {
  background-image: url(/wp-content/uploads/2015/12/sub-banner-hotel.jpg);
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 70px;
}
@media (max-width: 850px) {
  .archive-page-header {
    min-height: 370px;
  }
}

.featured-title {
  min-height: 500px;
}
@media (max-width: 850px) {
  .featured-title {
    min-height: 300px;
  }
}
.featured-title .page-title-inner {
  min-height: 500px !important;
}
@media (max-width: 850px) {
  .featured-title .page-title-inner {
    min-height: 300px !important;
  }
}

#footer p {
  margin-bottom: 0;
}
#footer .absolute-footer {
  display: none;
}
#footer .widget_nav_menu {
  padding: 0;
}
#footer ul.menu > li::before {
  content: "\ea1c";
  font-family: "matbaows-icons";
  opacity: 1;
}
#footer ul.menu > li + li {
  border-top: none;
}

a#top-link {
  background-color: #E9B947;
  border-color: #E9B947;
}