/*
Theme Name: Mechanic Child Themes
Theme URI: http: //chili.vn
Description: Mechanic
Author: Matbao.com
Author URI: http://matbao.com
Template: layerswp
Version: 1.0
Main Color:#dfb871
Child Color:#333
*/
@import url("../layerswp/style.css");
@import url("../layerswp-child/font-awesome/css/font-awesome.min.css");
/*@import url("http://fonts.matbaomedia.com/fonts-library/utm_avo/fonts.css");
@import url("http://fonts.matbaomedia.com/fonts-library/utm_isadora/fonts.css");
@import url("http://fonts.matbaomedia.com/fonts-library/utm_edwardian/fonts.css");


*/
/*

1. Install Basic
2. Style Header
3. Slider show
4 . Style slider product
5 . footer
6 .search top
7 . responsive


*/
/*fix safari*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  .someClass {
    color: #c00;
  }
  /* Safari 5+ ONLY */
  ::i-block-chrome,
  .someClass {
    color: #000;
  }
}
/*
Set 16:9 for thumbnail
*/
.post-news-item .thumbnail a,
.thumbnail-media a,
.media-image a,
.featured-image {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 56.25%;
}
.post-news-item .thumbnail a img,
.thumbnail-media a img,
.media-image a img,
.featured-image img {
  position: absolute;
  left: 0;
  min-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
.childcolor {
  color: #333;
}
.childcolor_heading .heading {
  color: #333 !important;
}
.container {
  max-width: 1180px;
}
.site-logo-link img,
.mark img {
  max-height: inherit;
}
.header-site .menu-item-has-children > a:after {
  opacity: 1;
}
/*
####
  Color class
####
*/
body {
  color: #333;
  font-family: Open Sans, sans-serif !important;
}
.section-title .heading {
  color: #333;
}
.off-canvas-right + .wrapper-site .is_stuck_show {
  left: 0px;
  transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  z-index: 9999;
}
.off-canvas-right.open + .wrapper-site .is_stuck_show {
  left: -240px;
  -moz-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
}
.wrapper-site #back-to-top a {
  width: 40px;
  height: 40px;
  background: transparent url("images/top.png") no-repeat;
  background-size: 40px 40px;
}
/*404*/
.error404 .header-secondary .container {
  z-index: 999;
}
.error404 .content-main {
  padding-top: 2%;
  padding-bottom: 4%;
}
.error404 .wrapper-content {
  background: rgba(41, 41, 41, 0.8);
}
.error404 .header-site.header-sticky {
  background-color: #222;
}
.clear {
  clear: both;
}
.page-404 {
  text-align: center;
}
.page-404 .title-404 {
  font-size: 200px;
  font-weight: bold;
  color: #dfb871;
}
.page-404 .h2-404 {
  color: #fff;
  font-size: 50px;
}
.page-404 .entry-404 p {
  color: #fff;
}
.page-404 .entry-404 a {
  margin: 20px 0px;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  background-color: #dfb871;
}
.page-404 .entry-404 a:hover {
  background-color: #333;
  transition: all 300ms ease-in-out;
}
.page-404 .entry-404 .search-404 .search-form {
  float: none;
  margin: 0 auto;
  margin-top: 20px;
  width: 278px;
}
.page-404 .entry-404 .search-404 .search-form input {
  height: 38px;
  margin-bottom: 25px;
}
.header-site .menu-item-has-children > a:after {
  content: none;
}
.invert.nav-horizontal li a {
  color: #fff;
}
.invert.nav-horizontal li a:hover {
  color: #dfb871 !important;
}
.header-site nav {
    margin: 10px 7px 0 0;
    line-height: normal;
}
.header-site nav > .menu > li > a {
  font-size: 13px;
  text-transform: uppercase;
  cursor: auto;
  padding: 20px 7px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.header-site nav > .menu > li ul {
  border: none;
}
.header-site nav > .menu > li ul li {
  width: 100%;
}
.header-site nav > .menu > li ul li a {
  border-color: #ececec;
  display: block;
  white-space: nowrap;
  padding: 15px 20px;
  text-transform: none;
  font-weight: normal;
  color: #898585;
}
.header-site nav > .menu > li ul li a:hover {
  background: #282828;
}
/*
Set 16:9 for thumbnail
*/
.post-news-item .thumbnail a,
.thumbnail-media a,
.media-image a,
.featured-image {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 56.25%;
}
.post-news-item .thumbnail a img,
.thumbnail-media a img,
.media-image a img,
.featured-image img {
  position: absolute;
  left: 0;
  min-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
/*
BUTTON
*/
.button {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #dfb871;
  position: relative;
  line-height: 40px;
  border-radius: 3px;
  margin-bottom: 27px;
  font-size: 14px;
  margin-top: 40px;
  padding: 0px 27px;
}
.button:hover {
  background-color: #dfb871 !important;
}
#mbmcl {
  float: right;
  color: #fff;
  font-family: arial;
  text-align: right;
}
#mbmcl a:hover {
  color: #D00400;
}
.title-container {
  background: url(/wp-content/uploads/2016/07/ban.jpg);
  text-align: center;
  background-size: cover;
  position: relative;
  color: #fff;
  background-position: 50%;
}
.title-container .heading {
  color: #dfb871;
  font-size: 65px;
  font-family: 'utm_edwardian';
}
.title-container .title {
  padding: 2% 0px 8% 0;
}
/*
FOOTER
*/
.story {
  font-size: 1.5rem;
}
#back-to-top {
  bottom: :70px !important;
  display: block;
}
.sub-menu li {
  border-bottom: 0;
}
.header-site.invert .sub-menu li a {
  background: #282828 !important;
  color: #898585 !important;
}
.header-site.invert .sub-menu li a:hover {
  color: #dfb871 !important;
}
.nav-horizontal li a:hover {
  color: #dfb871 !important;
}
.abc + .sub-menu {
  visibility: visible ;
  opacity: 1;
  top: 59px;
  transition: all 0.2s ease-in-out;
  background: transparent;
}
.abc + .sub-menu li {
  background: #282828 !important;
}
.abc + .sub-menu li a {
  background: transparent !important;
}
.abc + .sub-menu li::hover {
  color: #dfb871;
}
/*menu*/
.header-site .nav-horizontal li ul li {
  margin: 0px;
}
.header-site .nav li:hover .sub-menu {
  top: 70px;
}
.header-site .nav li:hover .sub-menu li {
  margin: 0px;
  background: #282828;
  color: #898585;
}
.header-site .nav li:hover .sub-menu li a {
  padding: 10px 20px;
}
.header-site .nav li:hover .sub-menu li:hover a {
  color: #dfb871;
}
.media .heading + .excerpt {
  font-size: 14px;
  color: #6E6E6E;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.dich-vu {
  padding: 70px 0 15px;
}
.dich-vu .span-4.last {
  z-index: 999;
/*  margin-top: -194px;*/
}
.dich-vu .span-4.last .slider-banner {
  padding-top: 30px;
}
.dich-vu .span-4.last .dich-vu-cot-phai {
  background: #fff;
  margin: 5px;
  padding-bottom: 1px;
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
}
.dich-vu .span-4.last .dich-vu-cot-phai .media.medium p:not(:first-child) {
  margin-top: 5px !important;
}
.dich-vu .span-4.last .dich-vu-cot-phai input[type=email],
.dich-vu .span-4.last .dich-vu-cot-phai input[type=text] {
  height: 50px;
}
.dich-vu .span-4.last .dich-vu-cot-phai textarea,
.dich-vu .span-4.last .dich-vu-cot-phai input {
  max-width: 100%;
}
.dich-vu .span-4.last .dich-vu-cot-phai textarea:focus,
.dich-vu .span-4.last .dich-vu-cot-phai input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dich-vu .span-4.last .dich-vu-cot-phai .container.clearfix {
  background-color: #dfb871 !important;
}
.dich-vu .span-4.last .dich-vu-cot-phai .container.clearfix .section-title {
  padding: 43px 40px;
  margin-bottom: 0px;
}
.dich-vu .span-4.last .dich-vu-cot-phai .container.clearfix .section-title .heading {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.dich-vu .span-4.last .layers-masonry-column {
  margin-bottom: 0px;
}
.dich-vu .span-4.last .layers-masonry-column .media-body {
  padding: 15px 30px;
  padding-bottom: 0px;
}
.dich-vu .span-4.last .layers-masonry-column .wpcf7-submit {
  background: #dfb871;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 3px;
  line-height: 33px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 13px;
  width: 100%;
  font-weight: normal;
}
.dich-vu .span-4.last .layers-masonry-column .wpcf7-form p {
  margin-bottom: 0px;
}
.dich-vu .span-4.last .layers-masonry-column input {
  margin-bottom: 13px;
}
.dich-vu .span-4.last .layers-masonry-column textarea,
.dich-vu .span-4.last .layers-masonry-column input,
.dich-vu .span-4.last .layers-masonry-column select,
.dich-vu .span-4.last .layers-masonry-column button {
  border: none;
  border-bottom: 1px solid #f3f1f1;
}
.dich-vu .span-4.last .layers-masonry-column textarea {
  height: 102px;
}
.dich-vu .dich-vu-cot-trai {
  padding-top: 30px !important;
}
.dich-vu .dich-vu-cot-trai .row.container.list-grid {
  padding: 27px;
}
.dich-vu .dich-vu-cot-trai .layers-masonry-column {
  background-size: cover;
  position: relative;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
  -webkit-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
  padding: 0;
}
.dich-vu .dich-vu-cot-trai .layers-masonry-column:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100px;
  height: 2px;
  background: #dfb871;
}
.dich-vu .dich-vu-cot-trai .layers-masonry-column .media {
  background: #fff;
  padding: 30px;
}
.dich-vu .dich-vu-cot-trai .layers-masonry-column .media:hover {
  background: rgba(255, 255, 255, 0.95);
}
.dich-vu .dich-vu-cot-trai .section-title .excerpt {
  margin: 20px 45px 30px;
}
.dich-vu .dich-vu-cot-trai .section-title h3.heading {
  text-align: center;
  font-size: 30px !important;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
}
.dich-vu .dich-vu-cot-trai .section-title h3.heading:after {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: none;
  content: "\f0ad";
  position: absolute;
  font: normal normal normal 90px/1 FontAwesome;
  top: -26px;
  left: 50%;
  margin-left: -40px;
  color: rgba(0, 0, 0, 0.12);
}
.dich-vu .dich-vu-cot-trai .media .heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: capitalize;
  color: #333;
  font-family: Open Sans, sans-serif;
}
#wrapper-content .span-8 {
  padding-bottom: 0px !important;
}
.tin-tuc {
  padding-top: 100px;
}
.tin-tuc .excerpt {
  margin-top: 20px;
}
.tin-tuc .layers-masonry-column {
  box-shadow: 0 2px 5px 3px #eff1f8;
}
.tin-tuc .thumbnail-body {
  background-color: #fff;
}
.tin-tuc .thumbnail-body .button {
  margin-top: 18px;
}
.tin-tuc .thumbnail-body .heading {
  margin-bottom: 13px;
  margin-top: 11px;
}
.tin-tuc .thumbnail-body .heading a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
}
.tin-tuc .thumbnail-body .heading a:hover {
  color: #dfb871;
}
.tin-tuc .thumbnail-body .excerpt {
  text-align: center;
  color: #6E6E6E;
  line-height: 29px;
}
.tin-tuc .section-title {
  margin-bottom: 55px;
  position: relative;
}
.tin-tuc .section-title h3.heading {
  text-align: center;
  font-size: 30px !important;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.tin-tuc .section-title h3.heading:after {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  content: "\f0ad";
  position: absolute;
  font: normal normal normal 90px/1 FontAwesome;
  top: -54px;
  left: 50%;
  margin-left: -40px;
  color: rgba(0, 0, 0, 0.12);
}
.tin-tuc .layers-masonry-column .thumbnail-media img {
  transform: none;
  -webkit-transform: none;
}
.tin-tuc .layers-masonry-column .thumbnail-media a {
  padding-bottom: 75%;
}
.tin-tuc .layers-masonry-column .thumbnail-media a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(223, 184, 113, 0.6);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.tin-tuc .layers-masonry-column .thumbnail-media a:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  opacity: 0;
  border: 5px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all .5s ease .5s;
  transition: all .5s ease .5s;
  z-index: 2;
}
.tin-tuc .layers-masonry-column .thumbnail-media a:hover:before {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tin-tuc .layers-masonry-column .thumbnail-media a:hover:after {
  opacity: 1;
  bottom: 10px;
}
.tin-tuc .layers-masonry-column .thumbnail-body {
  text-align: center;
  position: static;
}
.tin-tuc .layers-masonry-column .meta-info .meta-date {
  background: #dfb871;
  z-index: 9;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  padding: 10px;
}
.tin-tuc .layers-masonry-column .meta-info .meta-date i {
  display: none;
}
.y-kien-khach-hang {
  padding-top: 50px;
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}
.y-kien-khach-hang .lcam-carousel-to-prev {
  padding: 5px 5px !important;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
}
.y-kien-khach-hang .lcam-carousel-to-prev i {
  display: none;
}
.y-kien-khach-hang .lcam-carousel-to-next {
  padding: 5px 5px !important;
  border-radius: 50%;
  border: 1px solid #fff;
}
.y-kien-khach-hang .lcam-carousel-to-next i {
  display: none;
}
.y-kien-khach-hang .lcam-carousel-controller-bottom-center {
  margin-top: 37px;
  margin-bottom: 15px;
}
.y-kien-khach-hang .media.image-top .media-body {
  margin: auto;
  max-width: 800px;
}
.y-kien-khach-hang .media.image-top .media-body .excerpt {
  font-weight: 400;
}
.y-kien-khach-hang .media.medium p:not(:first-child) {
  margin-top: 0px;
}
.y-kien-khach-hang .excerpt {
  margin-top: 25px !important;
  color: #ffffff !important;
  font-size: 15px !important;
}
.y-kien-khach-hang .container.clearfix {
  position: relative;
  z-index: 2;
}
.y-kien-khach-hang .lcam-contents-widget-container {
  position: relative;
  z-index: 2;
}
.y-kien-khach-hang .section-title .heading {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 23px;
  color: #fff;
  font-family: Open Sans, sans-serif !important;
  margin-bottom: 40px;
}
.y-kien-khach-hang .lcam-consingle-default .heading {
  color: #dfb871;
  font-size: 17px;
  font-weight: 700;
}
.y-kien-khach-hang:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.8);
  display: block;
  z-index: 1;
}
.ve-chung-toi .section-title .excerpt {
  padding-left: 0px !important;
}
.ve-chung-toi .section-title .heading {
  font-size: 30px !important;
  line-height: 40px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
.ve-chung-toi .section-title .heading:before {
  content: none !important;
}
.ve-chung-toi .row.container.list-grid .layers-masonry-column .excerpt {
  max-width: 100% !important;
  opacity: 1;
  color: #CECECE !important;
  line-height: 26px !important;
  font-size: 13px !important;
  padding-left: 30px;
}
.ve-chung-toi .row.container.list-grid .layers-masonry-column .heading {
  font-size: 1.4rem;
  padding-right: 0;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 20px;
  font-weight: 700;
  color: #d2d2d2;
}
.ve-chung-toi .row.container.list-grid .layers-masonry-column .heading:before {
  content: "\f00c";
  padding-right: 13px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ve-chung-toi .column {
  margin-bottom: 0px;
}
.ve-chung-toi .container.clearfix .excerpt {
  color: #CECECE;
  line-height: 29px;
}
.ve-chung-toi .ve-chung-toi-cot-ben-trai {
  padding: 60px 0px !important;
  padding-bottom: 21px !important;
  padding-right: 0px !important;
}
.ve-chung-toi .ve-chung-toi-cot-ben-trai h3.heading {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.ve-chung-toi .ve-chung-toi-cot-ben-trai .section-title {
  margin-bottom: 3px;
}
.ve-chung-toi .ve-chung-toi-cot-ben-phai {
  padding-left: 65px !important;
}
.ve-chung-toi .ve-chung-toi-cot-ben-phai .media-image img {
  max-width: none;
  width: auto !important;
}
.relative-post-default {
  margin-bottom: 25px;
  margin-top: 0px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.relative-post-default ul li {
  line-height: 30px;
}
.relative-post-default ul li a {
  color: #6e6e6e;
  font-size: 14px;
}
.relative-post-default ul li a:before {
  content: " ";
  width: 0;
  margin-right: 10px;
  display: inline-block;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #666;
  border-bottom: 4px solid transparent;
}
.relative-post-default ul li a:hover {
  color: #dfb871;
}
.relative-post-default .section-nav-title {
  color: #000;
  font-size: 17px;
  font-family: 'utm_avo';
  font-weight: bold;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
.relative-post-default .section-nav-title:before {
  content: '';
  width: 35px;
  height: 2px;
  background: #dfb871;
  position: absolute;
  bottom: -1px;
}
.footer-site .popular-posts .wpp-list li:before {
  top: 50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #8c8c8c none repeat scroll 0 0;
  margin-right: 12px;
  margin-bottom: 3px;
}
.footer-site .widget_recent_entries li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  float: left;
  color: #8c8c8c;
}
.footer-site .widget_recent_entries li a {
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 8px;
}
.footer-site .menu-favicon-container {
  padding-left: 20px;
}
.footer-site .row {
  padding-bottom: 0px;
}
.footer-site .lien-he-chan-trang {
  padding-top: 0px;
}
.footer-site .lien-he-chan-trang .media.medium p:not(:first-child) {
  margin-top: 0px;
}
.footer-site .lien-he-chan-trang .excerpt {
  opacity: 1;
  line-height: 29px;
}
.footer-site .lien-he-chan-trang .row {
  padding-top: 0px;
}
.footer-site .lien-he-chan-trang .section-title {
  margin-bottom: 0px;
}
.footer-site .lien-he-chan-trang .heading {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-site .widget.popular-posts a:hover,
.footer-site .widget_recent_entries a:hover {
  color: #dfb871;
}
.footer-site .widget.popular-posts .section-nav-title,
.footer-site .widget_recent_entries .section-nav-title {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-site .widget.widget_nav_menu li {
  width: 30px;
  height: 30px;
  background-color: #2F2F2F;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  display: inline-block;
  margin-right: 5px;
}
.footer-site .widget.widget_nav_menu li a:hover:before {
  color: #fff;
}
.footer-site .widget.widget_nav_menu li a {
  font-size: 0;
}
.footer-site .widget.widget_nav_menu li a:before {
  font-size: 12px;
  color: #777575;
}
.footer-site .widget.widget_nav_menu li a[href*=twitter]:before {
  content: "\f099";
  font-family: "FontAwesome";
}
.footer-site .widget.widget_nav_menu li a[href*=twitter]:hover {
  background-color: #5d82d1;
}
.footer-site .widget.widget_nav_menu li a[href*=facebook]:before {
  content: '\f09a';
  font-family: "FontAwesome";
}
.footer-site .widget.widget_nav_menu li a[href*=facebook]:hover {
  background-color: #5d82d1;
}
.footer-site .widget.widget_nav_menu li a[href*=google]:before {
  content: "\f0d5";
  font-family: "FontAwesome";
}
.footer-site .widget.widget_nav_menu li a[href*=google]:hover {
  background-color: #eb5e4c;
}
.footer-site .widget.widget_nav_menu li a[href*=linkedin]:before {
  content: "\f0e1";
  font-family: "FontAwesome";
}
.footer-site .widget.widget_nav_menu li a[href*=linkedin]:hover {
  background-color: #238cc8;
}
.footer-site .widget.widget_nav_menu li a[href*=instagram]:before {
  content: "\f16d";
  font-family: "FontAwesome";
}
.footer-site .widget.widget_nav_menu li a[href*=instagram]:hover {
  background-color: #ef4e41;
}
.footer-site .about {
  padding-top: 0px;
}
.footer-site .about .excerpt {
  opacity: 1;
  line-height: 29px;
}
.footer-site .about .section-title {
  margin-bottom: 0px;
}
.footer-site .about .section-title .heading {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-site .about .row.container.list-grid {
  padding-top: 0px;
}
.footer-site.invert .menu-favicon-container {
  padding-left: 20px;
}
.footer-site.invert .row {
  padding-bottom: 0px;
}
.footer-site.invert .lien-he-chan-trang {
  padding-top: 0px;
}
.footer-site.invert .lien-he-chan-trang .excerpt {
  color: #8c8c8c;
  opacity: 1;
  line-height: 29px;
}
.footer-site.invert .lien-he-chan-trang .row {
  padding-top: 0px;
}
.footer-site.invert .lien-he-chan-trang .section-title {
  margin-bottom: 0px;
}
.footer-site.invert .lien-he-chan-trang .heading {
  color: #c5c5c5;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.footer-site.invert .widget.popular-posts a,
.footer-site.invert .widget_recent_entries a {
  color: #8c8c8c;
}
.footer-site.invert .widget.popular-posts a:hover,
.footer-site.invert .widget_recent_entries a:hover {
  color: #dfb871;
}
.footer-site.invert .widget.popular-posts .section-nav-title,
.footer-site.invert .widget_recent_entries .section-nav-title {
  color: #c5c5c5;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.footer-site.invert .widget.widget_nav_menu li {
  width: 30px;
  height: 30px;
  color: #777575;
  background-color: #2F2F2F;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  display: inline-block;
  margin-right: 5px;
}
.footer-site.invert .widget.widget_nav_menu li a:hover:before {
  color: #fff;
}
.footer-site.invert .widget.widget_nav_menu li a {
  font-size: 0;
}
.footer-site.invert .widget.widget_nav_menu li a:before {
  font-size: 12px;
  color: #777575;
}
.footer-site.invert .widget.widget_nav_menu li a[href*=twitter]:before {
  content: "\f099";
  font-family: "FontAwesome";
}
.footer-site.invert .widget.widget_nav_menu li a[href*=twitter]:hover {
  background-color: #5d82d1;
}
.footer-site.invert .widget.widget_nav_menu li a[href*=facebook]:before {
  content: '\f09a';
  font-family: "FontAwesome";
}
.footer-site.invert .widget.widget_nav_menu li a[href*=facebook]:hover {
  background-color: #5d82d1;
}
.footer-site.invert .widget.widget_nav_menu li a[href*=google]:before {
  content: "\f0d5";
  font-family: "FontAwesome";
}
.footer-site.invert .widget.widget_nav_menu li a[href*=google]:hover {
  background-color: #eb5e4c;
}
.footer-site.invert .widget.widget_nav_menu li a[href*=linkedin]:before {
  content: "\f0e1";
  font-family: "FontAwesome";
}
.footer-site.invert .widget.widget_nav_menu li a[href*=linkedin]:hover {
  background-color: #238cc8;
}
.footer-site.invert .widget.widget_nav_menu li a[href*=instagram]:before {
  content: "\f16d";
  font-family: "FontAwesome";
}
.footer-site.invert .widget.widget_nav_menu li a[href*=instagram]:hover {
  background-color: #ef4e41;
}
.footer-site.invert .about {
  padding-top: 0px;
}
.footer-site.invert .about .excerpt {
  color: #8c8c8c;
  opacity: 1;
  line-height: 29px;
}
.footer-site.invert .about .section-title.small {
  margin-bottom: 0px;
}
.footer-site.invert .about .section-title.small .heading {
  color: #c5c5c5;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.footer-site.invert .about .row.container.list-grid {
  padding-top: 0px;
}
.footer-bottom {
  padding: 25px 0;
  background: #111;
  border-top: 1px solid #2F2F2F;
  color: #575454;
}
.footer-bottom .copyright p {
  color: #575454;
  font-size: 13px;
}
.footer-bottom #mbmcl a:hover {
  color: #D00400 !important;
}
.header-site.is_stuck {
  background: rgba(0, 0, 0, 0) !important;
}
.header-site.is_stuck .container {
/*  padding: 0px;*/
}
.header-secondary.invert{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999999;
}
.logo-lien-ket .layers-masonry-column {
  border: 1px solid #ededed;
  border-radius: 2px;
  transition: all 200ms ease-out;
  box-shadow: 0 1px 2px #ededed;
  opacity: 0.6;
  max-width: 100%;
  height: auto;
}
.logo-lien-ket .layers-masonry-column:hover {
  border: 1px solid #f7c51e;
  opacity: 1;
}
.logo-lien-ket .section-title {
  position: relative;
  margin-bottom: 70px;
}
.logo-lien-ket .section-title .heading {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.logo-lien-ket .section-title .heading:after {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: none;
  content: "\f0ad";
  position: absolute;
  font: normal normal normal 90px/1 FontAwesome;
  top: -54px;
  left: 50%;
  margin-left: -40px;
  color: rgba(0, 0, 0, 0.12);
}
.sidebar {
  background: #f4f6f7;
  padding-bottom: 30px;
}
.sidebar .popular-posts {
  float: none;
  clear: both;
}
.sidebar .tagcloud a {
  font-size: 14px !important;
  color: #a3a3a3;
  border: 1px solid #e2e2e2;
  display: inline-block;
  float: left;
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
.sidebar .tagcloud a:hover {
  background: #dfb871;
  color: #fff;
}
.sidebar .widget li {
  border-bottom: 0 !important;
  color: #6E6E6E;
}
.sidebar .widget li a {
  color: #6E6E6E;
  font-size: 14px;
}
.sidebar .widget li a:hover {
  color: #dfb871;
}
.sidebar .well {
  background-color: transparent;
}
.sidebar .section-nav-title {
  color: #000;
  font-size: 17px;
  font-family: 'utm_avo';
  font-weight: bold;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
.sidebar .section-nav-title:before {
  content: '';
  width: 35px;
  height: 2px;
  background: #dfb871;
  position: absolute;
  bottom: -1px;
}
.story {
  font-size: 14px;
  color: #6e6e6e;
}
.section-title.large .heading {
  font-size: 3rem;
}
.header-secondary.invert {
  padding: 0px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.header-secondary.invert .container {
  position: fixed;
  z-index: 999;
  right: 20px;
  left: 0;
  width: 100%;
  background: transparent;
}
.header-secondary.invert .container .pull-right {
  padding: 6px 0px;
  border-bottom: 1px solid #353535;
  border-radius: 50px;    background: #1e73be69;
}
.header-secondary.invert .container .pull-right .menu-item-language-current {
  margin-right: 0px;
}
.header-secondary.invert .container .pull-right .menu-item-language:last-child {
  margin-left: 4px;
}
.header-secondary.invert .container .pull-right li a {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.header-secondary.invert .container .pull-right .menu-item:nth-child(1) a:before {
  content: "\f095";
  font-family: FontAwesome;
  float: left;
  padding-right: 17px;
}
.header-secondary.invert .container .pull-right .menu-item:nth-child(2) a:before {
  content: "\f003";
  font-family: FontAwesome;
  float: left;
  padding-right: 17px;
}
.current-menu-item > a {
  color: #dfb871 !important;
}
.current-menu-parent > a {
  color: #dfb871 !important;
}
.current-menu-parent > a .current-menu-item a {
  color: #dfb871 !important;
}
.section-title {
  margin-bottom: 20px;
}
.single .content-main .column.span-8 .meta-info {
  display: none;
}
.trang-dich-vu {
  padding-top: 100px;
}
.trang-dich-vu .section-title .heading {
  text-align: center;
  font-size: 30px !important;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.trang-dich-vu .section-title .heading:after {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -91px;
  display: block;
  position: absolute;
  font: normal normal normal 90px/1 FontAwesome;
  left: 50%;
  margin-left: -40px;
  color: rgba(0, 0, 0, 0.12);
}
.trang-dich-vu .section-title .excerpt {
  color: #6E6E6E !important;
  font-weight: 400;
  font-size: 14px !important;
  margin-top: 25px !important;
  padding-bottom: 30px;
}
.trang-dich-vu .layers-masonry-column {
  border: 1px solid #f4f6f7;
}
.trang-dich-vu .layers-masonry-column .heading {
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.trang-dich-vu .layers-masonry-column .meta-info {
  display: none;
}
.trang-dich-vu .layers-masonry-column .thumbnail-body {
  background-color: transparent;
  padding: 20px 0px 5px;
  text-align: center;
  padding-top: 30px;
}
.trang-dich-vu .layers-masonry-column .thumbnail-body .meta-info {
  display: none;
}
.trang-dich-vu .layers-masonry-column .thumbnail-body .button {
  margin-top: 50px;
}
.lien-he-form {
  padding-bottom: 14px;
  padding-top: 100px;
}
.lien-he-form .thong-tin-lien-he {
  padding-top: 17px;
}
.lien-he-form .thong-tin-lien-he .heading {
  font-size: 30px;
  color: #333;
}
.lien-he-form .thong-tin-lien-he .excerpt {
  margin-top: 11px !important;
}
.lien-he-form .thong-tin-lien-he .excerpt p:not(:first-child) {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
.lien-he-form .excerpt {
  margin: 20px 0px;
  color: #6E6E6E !important;
  font-weight: 400;
  font-size: 14px !important;
  margin-top: 25px !important;
}
.lien-he-form input[type=submit] {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #dfb871;
  position: relative;
  line-height: 40px;
  border-radius: 3px;
  margin-bottom: 27px;
  font-size: 14px;
  padding: 0px 27px;
  border: none;
}
.lien-he-form input[type=submit]:hover {
  opacity: 0.7;
}
.lien-he-form .wpcf7-form .column.span-6 {
  margin-bottom: 5px;
  z-index: 1;
}
.lien-he-form .wpcf7-form .column.span-6 input[type=email]:focus,
.lien-he-form .wpcf7-form .column.span-6 input[type=text]:focus {
  border: 1px solid #dfb871;
}
.lien-he-form textarea,
.lien-he-form input,
.lien-he-form select,
.lien-he-form button {
  border: 1px solid #dedede;
  color: #666666;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.lien-he-form textarea {
  max-width: 100%;
}
.lien-he-form .section-title {
  position: relative;
}
.lien-he-form .section-title .heading {
  text-align: center;
  font-size: 30px !important;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.lien-he-form .section-title .heading:after {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  content: "\f0ad";
  position: absolute;
  font: normal normal normal 90px/1 FontAwesome;
  top: -54px;
  left: 50%;
  margin-left: -40px;
  color: rgba(0, 0, 0, 0.12);
}
.tin-tuc .excerpt,
.logo-lien-ket .excerpt,
.hinh-anh .excerpt {
  font-size: 14px;
  color: #6E6E6E;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 29px;
}
.hinh-anh {
  padding-bottom: 0px;
  padding-top: 100px;
}
.hinh-anh .section-title {
  margin-bottom: 40px;
}
.hinh-anh .layers-masonry-column .thumbnail-media img {
  transform: none;
  -webkit-transform: none;
}
.hinh-anh .layers-masonry-column .thumbnail-media a {
  padding-bottom: 68%;
}
.hinh-anh .layers-masonry-column .thumbnail-body .heading a:hover {
  color: #dfb871;
}
.hinh-anh .thumbnail-body .heading {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.hinh-anh .section-title {
  position: relative;
}
.hinh-anh .section-title h3.heading {
  text-align: center;
  font-size: 30px !important;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.hinh-anh .section-title h3.heading:after {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: none;
  content: "\f0ad";
  position: absolute;
  font: normal normal normal 90px/1 FontAwesome;
  top: -54px;
  left: 50%;
  margin-left: -40px;
  color: rgba(0, 0, 0, 0.12);
}
.hinh-anh .button {
  border: 0;
  margin-bottom: 0px;
  text-transform: none;
  margin-top: 0px;
  line-height: 24px;
  padding: 5px 18px;
  border: 1px solid #fff;
}
.hinh-anh .button:hover {
  background: transparent !important;
}
@media only screen and (min-width: 769px) {
  .with-overlay {
    text-shadow: none !important;
  }
  .gallery .with-overlay .thumbnail-body {
    background: #dfb871;
  }
  .gallery .heading {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .gallery .heading a {
    color: #080707;
  }
  .gallery .heading a:hover {
    color: #666666;
  }
  .with-overlay .thumbnail-body {
    background: rgba(0, 0, 0, 0.8);
  }
}
.search-no-results .column.span-8 .search-form:after {
  content: "\f002";
  opacity: 1;
  font-family: FontAwesome;
  color: #171717;
  background-color: #f8f7f7;
  margin-top: -36px;
  line-height: 32px;
  padding: 0 9px;
  float: right;
  background: 0 0;
  height: 36px;
  width: 15px;
  margin-right: 1px;
  display: block;
  position: absolute;
  right: 0;
}
.search-no-results input[type=search] {
  max-width: 100%;
  border: 1px solid #eee;
}
.search-no-results input[type=submit] {
  display: none;
}
.archive.category .content-main,
.search .content-main,
.archive.tag .content-main {
  padding-bottom: 5px;
}
.archive.category .content-main .column.span-8 .post-news-item .post-content .excerpt,
.search .content-main .column.span-8 .post-news-item .post-content .excerpt,
.archive.tag .content-main .column.span-8 .post-news-item .post-content .excerpt {
  color: #6E6E6E;
  font-size: 14px;
}
.archive.category .content-main .column.span-8 .post-news-item .post-content .button,
.search .content-main .column.span-8 .post-news-item .post-content .button,
.archive.tag .content-main .column.span-8 .post-news-item .post-content .button {
  margin-bottom: 50px;
  margin-top: 25px;
}
.archive.category .content-main .column.span-8 .post-news-item .post-content .heading,
.search .content-main .column.span-8 .post-news-item .post-content .heading,
.archive.tag .content-main .column.span-8 .post-news-item .post-content .heading {
  color: #282828;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.archive.category .content-main .column.span-8 .post-news-item .post-content .heading a,
.search .content-main .column.span-8 .post-news-item .post-content .heading a,
.archive.tag .content-main .column.span-8 .post-news-item .post-content .heading a {
  color: #222222;
}
.archive.category .content-main .column.span-8 .post-news-item .post-content .heading a:hover,
.search .content-main .column.span-8 .post-news-item .post-content .heading a:hover,
.archive.tag .content-main .column.span-8 .post-news-item .post-content .heading a:hover {
  color: #dfb871;
}
.contact {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.contact .tu-van-trang-chu .heading {
  color: #dfb871;
  font-style: italic;
  font-size: 22px;
  padding-right: 49px;
  display: inline-block;
}
.auto-height .swiper-slide .overlay {
  padding-top: 0 !important;
}
.diem {
  position: relative;
  line-height: normal;
}
.template-icon-search {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  padding-top: 4px;
}
.template-search-form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #222222;
  padding: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.template-search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
.abcde {
  top: 44px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.abcde input[type=submit] {
  padding: 12px 2px;
  font-size: 12px;
}
.abcde .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
.abcde input[type=submit]:hover {
  cursor: pointer;
  background-color: transparent;
  color: transparent;
}
.abcde .search-form input {
  border: 0;
}
.abcde .search-form:after {
  content: "\f002";
  font-family: FontAwesome;
  color: #222222;
  font-size: 16px;
  margin-top: -42px;
  line-height: 45px;
  padding: 0 9px;
  float: right;
  background: 0 0;
  height: 40px;
  width: 15px;
  margin-right: 5px;
  display: block;
  font-weight: normal;
  position: relative;
  right: 0px;
}
@media only screen and (max-width: 835px) {
  .contact .tu-van-trang-chu .heading {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1010px) {
  .header-site nav > .menu > li > a {
    padding: 20px 5px !important;
  }
  .auto-height .swiper-slide .overlay {
    padding-bottom: 50% !important;
  }
}
@media only screen and (max-width: 1065px) {
  .header-left .logo {
    display: inherit;
  }
  .header-site nav > .menu > li > a {
    padding: 20px 10px;
  }
  .site-logo-link img,
  .mark img {
    max-height: 80px;
  }
}
@media only screen and (max-width: 985px) {
  .dich-vu .span-4.last {
    margin-top: -189px;
  }
  .dich-vu .span-4.last .dich-vu-cot-phai .container.clearfix .section-title .heading {
    font-size: 19px;
  }
}
@media only screen and (max-width: 874px) {
  .dich-vu .span-4.last .dich-vu-cot-phai .container.clearfix .section-title .heading {
    font-size: 16px;
  }
  .dich-vu .span-4.last {
    margin-top: -185px;
  }
}
@media only screen and (max-width: 991px) {
  .auto-height .swiper-slide .overlay {
    padding-bottom: 50% !important;
  }
  .off-canvas-right .widget_search {
    margin-top: 23px;
  }
  .off-canvas-right #lang_sel_click {
    height: 47px;
    margin-top: -7px;
  }
  .off-canvas-right #lang_sel_click ul ul {
    position: relative;
    top: 10px;
    height: auto;
    display: inline-block;
  }
  .off-canvas-right #lang_sel_click ul ul {
    visibility: visible;
  }
  .off-canvas-right #lang_sel_click a:hover,
  .off-canvas-right #lang_sel_click ul ul a:hover,
  .off-canvas-right #lang_sel_click :hover > a,
  .off-canvas-right #lang_sel_click ul ul :hover > a {
    background: transparent;
  }
  .off-canvas-right #lang_sel_click ul ul a {
    background: transparent;
    padding: 0;
  }
  .off-canvas-right #lang_sel_click ul ul a:visited {
    background: transparent;
  }
  .off-canvas-right #lang_sel_click ul ul {
    border-top: 0;
  }
  .off-canvas-right #lang_sel_click li {
    width: 100%;
  }
  .off-canvas-right #lang_sel_click a.lang_sel_sel {
    background: none;
  }
  .off-canvas-right #lang_sel_click a:visited {
    border: none;
    background: transparent;
    padding-left: 0px;
  }
  .off-canvas-right #lang_sel_click a {
    padding-left: 0px;
    border: 0;
    background: transparent;
    display: inline-block;
  }
  .off-canvas-right .widget_icl_lang_sel_widget .section-nav-title {
    margin: 0px;
  }
  .off-canvas-right .widget_icl_lang_sel_widget,
  .off-canvas-right .widget_search {
    padding: 0 20px;
  }
  .off-canvas-right .widget_icl_lang_sel_widget .section-nav-title,
  .off-canvas-right .widget_search .section-nav-title {
    color: rgba(255, 255, 255, 0.95);
  }
  .off-canvas-right input[type=submit] {
    background-color: #dfb871;
  }
  .header-site.invert .responsive-nav .l-menu {
    color: #888;
  }
  .header-site nav {
    margin: 10px 7px 0 0;
  }
  section[class*=' off-canvas-'] .nav-mobile {
    display: block;
  }
  .ve-chung-toi .layers-masonry-column {
    width: 100%;
  }
  .ve-chung-toi .layers-masonry-column .ve-chung-toi-cot-ben-trai {
    padding: 42px 21px !important;
    padding-bottom: 55px !important;
  }
  .ve-chung-toi .ve-chung-toi-cot-ben-phai {
    display: none;
  }
  .header-secondary {
    display: none;
  }
  .diem {
    display: none;
  }
  .nav-horizontal ul {
    display: none;
  }
  .responsive-nav {
    display: block;
  }
  .responsive-nav .l-menu {
    padding: 0px 10px;
    border-radius: 4px;
    background-color: transparent;
    border-color: #ddd;
    color: #888;
    line-height: 36px;
    border: 1px solid #ddd;
  }
}
.story img {
  max-width: 100%;
}
.sidebar.span-3 .popular-posts .section-nav-title {
  margin-bottom: 33px;
}
.sidebar.span-3 .popular-posts .wpp-list .post-stats {
  font-size: 11px;
  font-weight: normal;
  padding-top: 4px;
  color: #999;
}
.sidebar.span-3 .popular-posts .wpp-list li {
  margin: 0 0 16px;
}
.sidebar.span-3 .popular-posts .wpp-list .wpp-thumbnail {
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 1024px) {
  .ve-chung-toi .ve-chung-toi-cot-ben-trai {
    padding: 15px 0px !important;
    padding-bottom: 32px !important;
  }
  #back-to-top a {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 584px) {
  .site-logo-link img,
  .mark img {
    max-height: 54px;
  }
  .page-404 .title-404 {
    font-size: 139px;
  }
  .page-404 .h2-404 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
.header-overlay {
    position: relative !important;}
  .with-overlay .thumbnail-media a img {
    width: 100%;
  }
  .with-overlay .heading {
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: 0.2s all ease-in-out 0.1s;
  }
  .with-overlay:hover .heading {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .with-overlay .overlay {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .with-overlay:hover .button {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .with-overlay .button {
    margin-top: 15px;
    opacity: 0;
    background: none;
    border: 2px solid #fff;
    position: relative;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.25s;
  }
  .with-overlay .heading a {
    color: #fff;
  }
  .with-overlay .thumbnail-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    text-align: center;
  }
  .with-overlay:hover .thumbnail-body {
    visibility: visible;
    opacity: 1;
  }
  .with-overlay .excerpt {
    display: none;
  }
  .with-overlay {
    overflow: hidden;
  }
  .with-overlay .thumbnail-body {
    background: rgba(0, 0, 0, 0.8);
  }
  .with-overlay:hover {
    visibility: visible;
    opacity: 1;
  }
  .relative-post-default {
    margin-bottom: 20px;
  }
  .sidebar {
    padding-bottom: 0px;
    background: transparent;
  }
  .sidebar .content {
    padding: 10px 0;
  }
  .lien-he-form input[type=submit] {
    margin-bottom: 0px;
  }
  .lien-he-form .thong-tin-lien-he {
    padding-top: 0px;
  }
  .hinh-anh .button:hover {
    background-color: #4d4d4d !important;
  }
  .dich-vu .dich-vu-cot-trai .section-title .excerpt {
    margin: 20px 0px 0px;
  }
  .sidebar.span-3 {
    width: 100%;
  }
  .single .content-main .column.span-6,
  .archive.category .content-main .column.span-6 {
    width: 100%;
  }
  .lien-he-form .span-8.column {
    margin-right: 0;
  }
  .lien-he-form .thong-tin-lien-he {
    width: 100%;
  }
  .sidebar .widget {
    width: 100% !important;
  }
  .single .content-main .column.span-8 {
    margin-right: 0;
  }
  .dich-vu-cot-trai .section-title {
    margin-bottom: 50px;
  }
  .dich-vu .span-8.column {
    margin-right: 0;
  }
  .footer-bottom .column.span-8 {
    float: left;
  }
  .footer-site .widget_recent_entries,
  .footer-site .lien-he-chan-trang {
    padding-top: 20px;
  }
  .footer-site .menu-favicon-container {
    padding-left: 0px;
  }
  .footer-site .popular-posts {
    padding-left: 20px;
  }
  .about .container {
    padding: 0;
  }
  .hinh-anh .button {
    margin-bottom: 9px;
    margin-top: 20px;
    line-height: 40px;
  }
  .dich-vu .dich-vu-cot-trai .row.container.list-grid {
    padding: 1px;
  }
  .dich-vu .span-4.last.column {
    width: 100%;
    margin-top: 0px;
  }
  .dich-vu .slider-banner {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .logo-lien-ket .column.span-2:nth-child(3n+3),
  .logo-lien-ket .column-flush.span-2:nth-child(3n+3) {
    margin-right: 0;
  }
  .logo-lien-ket .column.span-2:nth-child(3n+4),
  .logo-lien-ket .column.span-3:nth-child(2n+3) {
    clear: none;
  }
  .logo-lien-ket .column.span-1:nth-child(6n+7),
  .logo-lien-ket .column.span-2:nth-child(2n+3) {
    clear: none;
  }
  .logo-lien-ket .column.span-2 {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .tin-tuc .layers-masonry-column .thumbnail-media a {
    padding-bottom: 50%;
  }
  .tin-tuc {
    background-image: none !important;
  }
  .footer-site.invert .about .section-title.small .heading {
    margin-bottom: 20px;
  }
  .footer-site.invert .lien-he-chan-trang {
    padding-top: 15px;
  }
  .footer-site.invert .lien-he-chan-trang .heading {
    margin-bottom: 20px;
  }
  .footer-site.invert .widget_recent_entries .section-nav-title {
    margin-bottom: 20px !important;
  }
  .footer-site.invert .popular-posts {
    margin-top: 19px;
  }
  .footer-site.invert .popular-posts .section-nav-title {
    margin-bottom: 20px !important;
  }
  .footer-site.invert .menu-favicon-container {
    padding-left: 0px;
  }
  .trang-dich-vu .layers-masonry-column {
    width: 100%;
  }
  .dich-vu-cot-trai .layers-masonry-column {
    width: 100%;
  }
  .tin-tuc .layers-masonry-column {
    width: 100%;
  }
  .footer-site .column.span-3 {
    width: 100%;
  }
  .footer-site .popular-posts {
    padding-left: 0;
  }
  .footer-site .lien-he-chan-trang .container {
    padding: 0px;
  }
  .footer-bottom .column.span-8 {
    width: 100%;
    text-align: center;
  }
  .footer-bottom #mbmcl {
    text-align: center;
    width: 100%;
    padding-top: 12px;
  }
  .auto-height .swiper-slide .overlay {
    padding-bottom: 350px !important;
  }
}
@media only screen and (max-width: 1173px) {
  .dich-vu .span-4.last .dich-vu-cot-phai .container.clearfix .section-title {
    padding: 43px 16px;
  }
}
@media only screen and (max-width: 320px) {
  .dich-vu .span-4.last .dich-vu-cot-phai .container.clearfix .section-title .heading {
    font-size: 20px;
  }
  .auto-height .swiper-slide .overlay {
    padding-bottom: 220px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-site.is_stuck_show .site-logo-link img,
  .header-site.is_stuck_show .mark img {
    max-height: 50px !important;
  }
  .auto-height .swiper-slide .overlay {
    padding-bottom: 220px !important;
  }
  .layers-map {
    height: 300px !important;
  }
}
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.menu-top-scroll {
 /* display: none;*/
}
.bread-crumbs {
  display: none;
}
.header-site.is_stuck_show .site-logo-link img,
.header-site.is_stuck_show .mark img {
 /* max-height: 66px;*/
}
.header-site.is_stuck_show nav {
  margin: 10px 7px 0 0;
  line-height: normal;
}
.slider-banner .layers-masonry-column .media-image a {
  padding-bottom: 90%;
}
.search .title-container .excerpt {
  max-width: 100%;
  opacity: 1;
}
.archive.category .column.span-8 .post-news-item .thumbnail a,
.archive.tag .column.span-8 .post-news-item .thumbnail a {
  padding-bottom: 48.25%;
}
.single .content-main {
  padding-bottom: 20px;
}
.single .content-main .column.span-8 .heading {
  margin-top: 0;
}
.story p {
  margin-bottom: 14px;
  line-height: 24px;
}
.page .container.hentry {
  padding-top: 65px;
  padding-bottom: 38px;
}
.page .container.hentry .section-title {
  margin-bottom: 10px;
}
.trang-dich-vu .thumbnail-body .excerpt {
  padding: 0 1px;
  font-family: Open Sans, sans-serif;
  color: #6E6E6E;
  font-weight: 400;
  font-size: 14px;
}
.trang-dich-vu .button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.trang-dich-vu .button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gallery .heading a:hover {
  color: #fff !important;
}
.search .post-news-item .thumbnail a {
  padding-bottom: 41%;
}
.page-id-376 .contact {
  display: none;
}
.gallery {
  padding-bottom: 55px;
}
.ve-chung-toi {
  overflow: visible;
}
.ve-chung-toi .span-6.last * {
  overflow: visible !important;
}
.ve-chung-toi .ve-chung-toi-cot-ben-phai .media-image img {
  max-width: inherit;
}
.swiper-container{height:auto !important}

.mypage-alo-phone {
    left: 60px !important;
}
#foo_widget-3 {
    background: #afaaaa;
}
#foo_widget-3 .section-nav-title {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
}