/*
Theme Name: Dong Au workshopChild Themes
Theme URI: http: //chili.vn
Description: Workshop
Author: Matbao.com
Author URI: http://matbao.com
Template: layerswp
Version: 1.0
Main Color:#212D3D
Child Color:#000
*/
@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_seagull/fonts.css");
@font-face {
  font-family: 'Stroke-Gap-Icons';
  src: url('../layerswp-child/fonts/Stroke-Gap-Icons.eot');
}
/*

*/
/*

1. Install Basic
2. Style Header
3. Slider show
4 . Style slider product
5 . footer
6 .search top
7 . responsive

y
*/
/*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;
}
.heading {
  font: 500 18px/26px "Open Sans", sans-serif;
}
.childcolor {
  color: #000;
}
.childcolor_heading .heading {
  color: #000 !important;
}
.container {
  max-width: 1200px;
}
.site-logo-link img,
.mark img {
  max-height: 64px;
}
.header-site .menu-item-has-children > a:after {
  opacity: 1;
}
/*
####
  Color class
####
*/
.nav-horizontal li a {
  color: #fff;
  font: 600 15px/48px "Open Sans", sans-serif;
  text-transform: uppercase;
  backface-visibility: hidden;
}
.nav-horizontal li a:hover {
  color: #c95;
}
body {
  color: #000;
  font: 400 14px/26px "Open Sans", sans-serif;
background-color:transparent;
}
.responsive-nav .l-menu {
  color: #fff;
}
.header-site.header-sticky {
  background-color: transparent;
}
.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;
}
.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-site.header-sticky {
  background-color: #000000;
}
.error404 .content-main {
  padding: 30px 20px;
  padding-bottom: 70px;
}
.error404 .search-404 .search-form label {
  margin-bottom: 25px;
}
.clear {
  clear: both;
}
.page-404 {
  text-align: center;
  padding-top: 40px;
}
.page-404 .search-field {
  height: 48px;
  border-radius: 0;
  background: #212D3D;
  border: 0;
  width: 100%;
  max-width: 100%;
}
.page-404 input[type="search"],
.page-404 ::-webkit-input-placeholder {
  color: #fff;
}
.page-404 .title-404 {
  font-size: 200px;
  font-weight: bold;
  color: #212D3D;
}
.page-404 .h2-404 {
  padding: 40px 0;
  font-size: 50px;
  line-height: 52px;
}
.page-404 .entry-404 a {
  margin: 20px 0px;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  background-color: #212D3D;
}
.page-404 .entry-404 a:hover {
  background-color: #000;
  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;
}
/*
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;
}
#mbmcl {
  float: right;
  color: #fff;
  font-family: arial;
  text-align: right;
}
#mbmcl a:hover {
  color: #D00400 !important;
}
.abc + .sub-menu {
  visibility: visible ;
  opacity: 1;
  top: 54px;
  transition: all 0.2s ease-in-out;
  background: transparent;
}
.abc + .sub-menu li::hover {
  background: #fff;
  color: #212D3D;
}
/*menu*/
.header-site .nav-horizontal li ul li {
  margin: 0px;
}
.header-site .sub-menu {
  border: none;
  padding: 20px 26px;
  border-radius: 0;
  background-color: #212d3d;
  min-width: 250px;
  margin-top: 1px;
}
.header-site .sub-menu li {
  border-bottom: 0;
}
.header-site .sub-menu li a {
  line-height: normal;
  text-transform: uppercase;
}
.header-site .sub-menu li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/38px FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  float: left;
  position: relative;
  top: -9px;
  left: 0;
  width: 18px;
  height: auto;
}
.nav li:hover .sub-menu {
  top: 53px;
}
.nav li:hover .sub-menu li {
  margin: 0px;
}
.nav li:hover .sub-menu li a {
  color: #212D3D;
  background-color: transparent;
}
.nav li:hover .sub-menu li a:focus {
  color: #ffffff;
}
.nav li:hover .sub-menu li a:hover {
  color: #ffffff;
}
.nav li:hover .sub-menu li a:hover:before {
  color: #ffffff;
}
.animation {
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}
.auto-height .swiper-slide .overlay {
  padding-bottom: 43%;
}
.header-left .logo {
  width: -webkit-calc(50% - 230px);
  width: calc(50% - 230px);
  float: left;
}
.header-left .logo .site-logo-link {
  width: 350px;
  float: right;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.header-secondary.invert {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  float: right;
  width: 100%;
  background: transparent;
}
nav.nav-horizontal,
.header-left .logo {
  margin-top: 1rem;
}
.header-site {
  padding-top: 51px;
}
@media (min-width: 1900px) {
  .auto-height .swiper-slide .overlay {
    padding-bottom: 35%;
  }
}
@media (min-width: 992px) {
  .customer-home .media-image img {
    max-width: 170px;
  }
  .header-site .container {
    max-width: 100%;
  }
  .header-site nav {
    width: -webkit-calc(50% + 230px);
    width: calc(50% + 230px);
    float: right;
    border: 0px;
    margin-left: 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 38px;
    padding: 5px 0px;
    background: none #212D3D;
    -webkit-transform: skewX(-38deg);
    -ms-transform: skewX(-38deg);
    transform: skewX(-38deg);
    margin-bottom: 0;
    padding-left: 8px;
    margin-right: -44px;
  }
  .header-site nav .navbar-default {
    border: 1px solid #212D3D;
    border-right: 0px;
    width: 100%;
	background: #212D3D;
  }
  .header-site nav .navbar-default > ul {
    display: block;
    position: relative;
    width: auto;
    max-width: 808px;
  }
  .header-site nav .navbar-default > ul > li {
    -webkit-transform: skew(38deg);
    -ms-transform: skew(38deg);
    transform: skew(38deg);
    max-width: 808px;
    float: left;
    padding-left: 18px;
  }
}
.header-sticky.is_stuck.is_stuck_show {
  background-color: #000;
  z-index: 99999;
}
.header-sticky.is_stuck.is_stuck_show .diem .abcde {
  top: 52px;
}
.kinh-nghiem-right {
  padding-top: 60px !important;
}
.kinh-nghiem-right .section-title .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 26px !important;
}
.kinh-nghiem-right .section-title .heading:before {
  content: none;
}
.kinh-nghiem-right .column.span-6 {
  margin-bottom: 0px;
}
.kinh-nghiem-right .media-body .excerpt {
  color: #212D3D;
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
}
.kinh-nghiem-right .media-body .excerpt p {
  font: 500 14px "Open Sans", sans-serif;
}
.kinh-nghiem-right .section-title .excerpt {
  font: 400 14px/26px "Open Sans", sans-serif;
  color: #000;
  padding-top: 5px;
  margin: 0;
}
.home-service .section-title .heading {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 26px !important;
}

.home-service .lcam-carousel-controller-top-right {
  margin-bottom: 60px;
}
.home-service .thumbnail-media img {
  -webkit-transform: none;
  transform: none;
  transition: none;
}
.home-service .thumbnail-media:hover img {
  -webkit-transform: none;
  transform: none;
}
.home-service .thumbnail-body {
  padding: 20px 0;
  background-color: transparent !important;
}
.home-service .thumbnail-body .meta-info {
  display: none;
}
.home-service .thumbnail-body .heading {
  font: 500 18px/26px "Open Sans", sans-serif;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.home-service .thumbnail-body .heading a {
  color: #000;
}
.home-service .thumbnail-body .heading a:hover {
  color: #212D3D;
}
.section-title .heading {
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0;
  display: inline-block;
}
/*.section-title .heading:before {
  content: "";
  width: 50px;
  height: 3px;
  display: inline-block;
  background: #212D3D;
  position: absolute;
  bottom: 0;
}*/
.du-an {
  padding-bottom: 70px;
}
.du-an .section-title {
  margin-bottom: 60px;
}
.du-an .thumbnail-media a:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.du-an .thumbnail-media img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.du-an .thumbnail-body a.button {
  position: absolute;
  top: 20px;
  right: 20px;
  order: 0;
  -webkit-order: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.du-an .thumbnail-body a.button:hover {
  background-color: transparent !important;
}
.du-an .thumbnail-body a.button:before {
  content: "\f0c1";
  font-family: 'FontAwesome';
  line-height: 36px;
  display: block;
  color: #fff;
  font-size: 15px;
}
.du-an .section-title .heading {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 26px !important;
}
.du-an .layers-masonry-column:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.du-an .layers-masonry-column {
  padding-right: 10px;
  padding-bottom: 10px;
}
.du-an .layers-masonry-column .overlay {
  bottom: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: fadeOutDown 1s;
  -moz-animation: fadeOutDown 1s;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.du-an .layers-masonry-column .thumbnail-media a {
  padding-bottom: 84.25%;
}
.du-an .layers-masonry-column .thumbnail-media a:before {
  content: '';
  text-align: center;
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  background: #c56e21;
  opacity: 0.90;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.du-an .layers-masonry-column .thumbnail-body {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  opacity: 0;
  top: 0;
}
.du-an .layers-masonry-column .thumbnail-body .meta-info {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  margin-bottom: 0;
}
.du-an .layers-masonry-column .thumbnail-body .article-title {
  order: 1;
  -webkit-order: 1;
  position: absolute;
  bottom: 31px;
  left: 20px;
  right: 35px;
}
.du-an .layers-masonry-column .thumbnail-body .meta-info {
  color: #fff;
}
.du-an .layers-masonry-column .thumbnail-body .meta-info a {
  color: #fff;
}
.du-an .layers-masonry-column .thumbnail-body .heading a {
  font: 500 16px/22px "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.du-an .layers-masonry-column:hover .thumbnail-body {
  opacity: 1;
  z-index: 12;
}
.du-an .layers-masonry-column:hover .thumbnail-media a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.kinh-nghiem {
  padding-top: 35px;
}
.kinh-nghiem .column.span-6 {
  margin-bottom: 0px;
}
.kinh-nghiem-left > .row > .layers-masonry-column.column {
  margin-bottom: 0;
}
.copy {
  font: 400 14px/26px "Open Sans", sans-serif;
  color: #777777;
}
.sub-menu li {
  width: 100%;
}
.about-home {
  background-position: inherit !important;
  background-size: contain !important;
}
.about-home .layers-masonry-column:nth-child(2) {
  padding-bottom: 0px !important;
  margin-bottom: 0;
}
.about-home .about-home-right {
  padding-top: 50px !important;
  padding-left: 37px !important;
  padding-bottom: 25px !important;
}
.about-home .about-home-right:before {
  content: '';
  display: block;
  background-color: #212D3D;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.about-home .about-home-right .section-title .heading {
  padding-bottom: 10px;
}
.about-home .about-home-right .layers-masonry-column:nth-child(2n+3) {
  clear: none;
}
.about-home .about-home-right .media-body .heading {
  color: #fff8df;
  font: 500 24px/30px "Open Sans", sans-serif;
}
.about-home .about-home-right .media-body .excerpt {
  color: #ffffff !important;
  font: 500 15px/20px "Open Sans", sans-serif;
  opacity: 1;
}
.about-home .about-home-right .section-title .excerpt {
  max-width: 646px;
  color: #fff8df;
  font-size: 14px;
  margin-top: 0px;
  position: relative;
}
.about-home .about-home-right .section-title .heading {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: bold !important;
}
.about-home .about-home-right .section-title .heading:before {
  content: none;
}
.customer-home .lcam-carousel-controller-top-right {
  margin-top: -67px !important;
  padding-bottom: 42px;
}
.customer-home .lcam-consingle-default .media-image:hover img {
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.customer-home .media-image img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.customer-home .media-image {
  margin-right: 0px;
}
.customer-home .media-body {
  padding: 16.5px 20px;
  background: #fff;
  vertical-align: middle;
}
.customer-home .section-title .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 26px !important;
}
.customer-home .media-image {
  position: relative;
}
.customer-home .media-image:before {
  content: '';
  border-style: solid;
  border-width: 10px 13px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 19.2%;
  z-index: 12;
}
.customer-home .media-body {
  display: -webkit-flex;
  -webkit-flex-direction: column-reverse;
}
.customer-home .media-body .excerpt {
  font: 500 14px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 5px;
}
.customer-home .media-body .heading {
  float: right;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 16px;
  color: #212D3D;
  font: 300 14px/26px "Open Sans", sans-serif !important;
}
.new-home {
  padding-top: 55px;
  padding-bottom: 30px;
}
.new-home .section-title {
  padding-bottom: 20px;
}
.new-home .section-title .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 26px !important;
}
.new-home .meta-info .meta-item {
  display: inline-block;
  padding-right: 20px;
  color: #c1c1c1;
}
.new-home .meta-info .meta-item i {
  color: #212D3D;
  font-size: 14px;
}
.new-home .meta-info .meta-item a {
  font: normal 13px/30px "Open Sans", sans-serif;
  color: #c1c1c1;
}
.new-home .layers-masonry-column .thumbnail-body {
  padding: 21px 30px 20px 30px;
  background: #fff;
  border: 1px solid #ebebeb;
}
.new-home .layers-masonry-column .thumbnail-body .excerpt {
  padding-top: 14px;
  border-bottom: 1px dashed #ededed;
  color: #000;
  border-width: 2px;
  padding-bottom: 15px;
  margin-bottom: 13px;
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.lcam-prosingle-style-1 .excerpt{
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.home-service .thumbnail-body .heading{
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
    -webkit-line-clamp: 1;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.woocommerce-loop-product__title{
	margin-top:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
    -webkit-line-clamp: 1;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.new-home .layers-masonry-column .thumbnail-body .heading {
  font: 500 16px/26px "Open Sans", sans-serif;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new-home .layers-masonry-column .thumbnail-body .heading a {
  color: #000;
}
.new-home .layers-masonry-column .thumbnail-body .heading a:hover {
  color: #212D3D;
}
.footer-site.invert .section-title .heading {
  color: #212D3D;
}
.footer-site.invert a {
  opacity: 1;
  font: 500 14px/26px "Open Sans", sans-serif;
  color: #000;
}
.footer-site.invert .section-nav-title {
  color: #212D3D;
}
.footer-site.invert .excerpt {
  opacity: 1;
  font: 500 14px/26px "Open Sans", sans-serif;
  color: #000;
}
.footer-site {
  padding-top: 40px;
}
.footer-site .widget.widget_nav_menu li {
  padding: 10px 12px;
  transition: all 0.3s;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  display: inline-block;
}
.footer-site .widget.widget_nav_menu li a:hover:before {
  color: #212D3D;
}
.footer-site .widget.widget_nav_menu li a {
  font-size: 0;
}
.footer-site .widget.widget_nav_menu li a:before {
  font-size: 22px;
  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*=instagram]:before {
  content: "\f16d";
  font-family: "FontAwesome";
}
.footer-site .widget.widget_nav_menu li a[href*=instagram]:hover {
  background-color: #ef4e41;
}
.footer-site .widget_recent_entries li {
  padding: 9px 0px;
  border-top: 1px solid #2c2c2e;
  margin-bottom: 0;
}
.footer-site .widget_recent_entries li a {
  padding: 0;
  font: 14px/27px "Open Sans", sans-serif;
  display: inline-block;
  padding-left: 20px;
}
.footer-site .widget_recent_entries li a:hover {
  color: #212D3D;
}
.footer-site .widget_recent_entries li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  width: 20px;
  height: auto;
  display: block;
  float: left;
  margin-left: -20px;
}
.footer-site input[type=submit] {
  padding: 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: none;
  line-height: 32px;
  background: #212D3D;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  position: relative;
  letter-spacing: 0.4px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: 2;
}
.footer-site input[type=submit]:hover {
  background: #212D3D;
}
.footer-site input[type=email],
.footer-site input[type=text] {
  background: transparent;
  border: 1px solid #393939;
  max-width: 100%;
}
.footer-site textarea {
  max-width: 100%;
  height: 80px;
  background: transparent;
  border: 1px solid #393939;
}
.footer-site .address-footer {
  padding-top: 0px;
}
.footer-site .address-footer .layers-masonry-column:nth-child(1) .media:before {
  content: "\f041";
}
.footer-site .address-footer .layers-masonry-column:nth-child(2) .media:before {
  content: "\f095";
}
.footer-site .address-footer .layers-masonry-column:nth-child(3) .media:before {
  content: "\f003";
}
.footer-site .address-footer .layers-masonry-column:nth-child(4) .media:before {
  content: "\f017";
}
.footer-site .address-footer .layers-masonry-column {
  border-top: 1px solid #2c2c2e;
  padding: 15px 0px;
  margin-bottom: 0;
}
.footer-site .address-footer .layers-masonry-column .excerpt {
  margin-left: 37px;
}
.footer-site .address-footer .layers-masonry-column .media:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0px;
  vertical-align: top;
  display: inline-block;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  color: #7b7b7b;
  width: 34px;
}
.footer-site .address-footer .row {
  padding-top: 0px;
}
.footer-site .address-footer .section-title {
  margin-bottom: 0px;
}
.footer-site .address-footer .section-title .heading:before {
  content: none;
}
.footer-site .row {
  padding-bottom: 0px;
}
.footer-site .section-nav-title {
  font: 700 18px/17px "Open Sans", sans-serif;
  line-height:1.5;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
	
}
.footer-site .about {
  padding-top: 0px;
}
.footer-site .about .row {
  padding-top: 0px;
}
.footer-bottom {
  background: #212d3d;
  padding: 15px 0px;
}
.footer-bottom p {
 
  color: #fff;
}
#footer .section-title.small{
	margin-bottom:0;
}
#layers-widget-column-32 .container{
	padding:0;
}
div.wpcf7 .ajax-loader{float:right;}
#layers-widget-column-32-42 .excerpt{
	border-top: 1px solid #2c2c2e;
    padding: 15px 0px;
    margin-bottom: 0;
}
.page-service .layers-masonry-column .thumbnail-media {
  position: relative;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  width: 66.66666667%;
}
.page-service .layers-masonry-column .thumbnail-media:hover {
  -webkit-transform: none;
  transform: none;
}
.page-service .layers-masonry-column .thumbnail-media img {
  -webkit-transform: none;
  transform: none;
  transition: none;
}
.page-service .layers-masonry-column .thumbnail-media a:before {
  content: '';
  position: absolute;
  width: 90.2%;
  height: 90.5%;
  display: block;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 19px;
  right: 52px;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  z-index: 9;
}
.page-service .layers-masonry-column .thumbnail-media a:after {
  content: '';
  position: absolute;
  width: 90.3%;
  height: 90.5%;
  display: block;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  top: 20px;
  left: 20px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.page-service .layers-masonry-column .thumbnail-body {
  width: 412px;
  height: 288px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.page-service .layers-masonry-column .thumbnail-body .excerpt {
  font: 14px/26px "Open Sans", sans-serif;
  color: #000;
  padding-top: 25px;
}
.page-service .layers-masonry-column .thumbnail-body .meta-info {
  display: none;
}
.page-service .layers-masonry-column .thumbnail-body .heading {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.page-service .layers-masonry-column .thumbnail-body .heading a {
  color: #303030;
}
.page-service .layers-masonry-column .thumbnail-body .heading:after {
  content: '';
  width: 50px;
  height: 2px;
  background: #212D3D;
  display: block;
  margin-top: 12px;
}
.page-service .layers-masonry-column:hover .thumbnail-body {
  background: #be793c;
}
.page-service .layers-masonry-column:hover .thumbnail-body .heading:after {
  background: #fff;
}
.page-service .layers-masonry-column:hover .thumbnail-body .heading a {
  color: #fff;
}
.page-service .layers-masonry-column:hover .thumbnail-body .excerpt {
  color: #fff;
}
.page-service .layers-masonry-column:hover .thumbnail-media a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page-service .layers-masonry-column:hover .thumbnail-media a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.post-news-item {
  margin-top: 50px;
}
.post-news-item .thumbnail {
  margin-bottom: 0;
}
.post-news-item .post-content {
  padding: 12px 10px 15px;
  position: relative;
  /* border: 5px solid #f0f0f0; */
  text-align: center;
}
.post-news-item .post-content .meta-info {
  display: table;
  margin: 0 auto 13px;
  padding-top: 6px;
}
.post-news-item .post-content .meta-info .meta-item {
  float: left;
  color: #bbbbbb;
  font: 400 13px/37px "Open Sans", sans-serif;
  margin-top: 0;
  display: none;
}
.post-news-item .post-content .meta-info .meta-item i {
  color: #212D3D;
  margin-right: 10px;
  font-size: 16px;
}
.post-news-item .post-content .meta-info .meta-item a {
  color: #bbbbbb;
}
.post-news-item .post-content .meta-info .meta-item a:hover {
  color: #212D3D;
}
.post-news-item .post-content .meta-info .meta-item:after {
  content: '';
  background: #c2c2c2;
  margin-right: 15px;
  margin-left: 15px;
  width: 1px;
  height: 14px;
  bottom: -3px;
  position: relative;
  display: inline-block;
}
.post-news-item .post-content .copy .excerpt {
  font: 400 14px/26px "Open Sans", sans-serif;
  color: #000;
  margin-top: 9px;
  margin-bottom: 9px;
}
.post-news-item .post-content .button {
  display: none;
  background: none;
  border: 1px solid #cdcdcd;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 600 13px/30px "Open Sans", sans-serif;
  color: #212D3D;
  margin-top: 22px;
  padding: 4px 27px 4px 27px;
  /* display: inline-block; */
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.4px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.post-news-item .post-content .button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #212D3D;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: -1;
}
.post-news-item .post-content .button:hover {
  border-color: #212D3D;
  color: #fff;
}
.post-news-item .post-content .button:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.post-news-item .post-content h2.heading {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font: 700 16px/25px "Open Sans", sans-serif !important;
  margin: 0 0 10px;
  margin-bottom: 5px;
  text-align: initial;
}
.post-news-item .post-content h2.heading a {
  color: #000;
}
.post-news-item .post-content .title-category {
  position: absolute;
  width: 35px;
  text-transform: capitalize;
  display: block;
  text-align: center;
  font: 600 12px/22px "Open Sans", sans-serif;
  color: #fff;
  height: 45px;
  background: #212d3d;
  /* padding-top: 20px; */
  /* border-radius: 50%; */
  /* border: 5px solid #fff; */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: -56%;
  left: 2%;
}
.post-news-item .post-content .title-category .mounth {
  font-weight: bolder;
  display: block;
  font-size: 15px;
  /* font-weight: normal; */
}
.sidebar {
  padding-left: 38px;
}
.sidebar .widget_categories ul li a:hover {
  color: #222;
}
.sidebar input[type="search"],
.sidebar ::-webkit-input-placeholder {
  color: #fff !important;
}
.sidebar input[type="search"],
.sidebar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.sidebar input[type="search"],
.sidebar :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}
.sidebar input[type="search"],
.sidebar :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.sidebar .widget_tag_cloud {
  margin-top: 34px;
}
.sidebar .popular-posts {
  margin-top: 34px;
}
.sidebar .popular-posts .wpp-thumbnail {
  margin-right: 30px;
}
.sidebar .popular-posts .wpp-date {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #000;
  display: none;
}
.sidebar .popular-posts .wpp-list li {
  border-bottom: 0 !important;
  line-height: normal;
}
.sidebar .popular-posts .wpp-list li:not(:last-child) {
  padding: 0 0 22px;
}
.sidebar .popular-posts .wpp-post-title {
  color: #242424;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font: 600 13px/20px "Open Sans", sans-serif;
}
.sidebar .section-nav-title {
  margin: 0;
  font: bold 20px/1 "Open Sans", sans-serif;
  color: #242424;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 27px;
}
.sidebar .section-nav-title:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #212D3D;
  position: absolute;
  bottom: 0;
}
.sidebar .widget_search {
  margin-top: -50px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 5px;
  border-bottom: 1px solid #212d3d;
}
.sidebar .widget_search .search-field {
  height: 48px;
  border-radius: 0;
  background: #212D3D;
  border: 0;
  width: 100%;
  max-width: 100%;
}
.sidebar .widget_search .search-submit {
  display: none;
}
.sidebar .widget_search .search-form:after {
  content: "\f002";
  opacity: 1;
  font-family: FontAwesome;
  color: #fff;
  margin-top: -45px;
  line-height: 32px;
  padding: 0 10px;
  float: right;
  background: 0 0;
  height: 36px;
  width: 15px;
  margin-right: 5px;
}
.sidebar-row {
  padding: 50px 30px;
  border: 1px solid #e5e5e5;
  background: #fcfcfc;
  overflow: hidden;
}
.well {
  background-color: transparent;
}
.content {
  padding: 0;
}
.widget_categories {
  margin-top: 34px;
}
.widget_categories ul li {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 0 !important;
}
.widget_categories ul li a {
  color: #000;
  padding: 0;
  font: 14px/37px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  display: inline-block;
  padding-left: 20px;
}
.widget_categories ul li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  line-height: 37px;
  width: 20px;
  height: auto;
  display: block;
  float: left;
  margin-left: -20px;
}
.widget_categories .section-nav-title {
  color: #242424;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.widget_categories .section-nav-title:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #212D3D;
  position: absolute;
  bottom: 0;
}
#wrapper-content .span-8 {
  padding-bottom: 0px !important;
}
.title-container {
  background: url(/wp-content/uploads/2016/09/banner.jpg) no-repeat scroll center 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 212px 0px 88px !important;
}
.title-container .title {
  padding: 0;
}
.title-container .title .bread-crumbs {
  float: right;
  display: none;
}
.title-container .title .bread-crumbs li {
  font: 600 14px/35px "Open Sans", sans-serif;
  color: #fff;
}
.title-container .title .bread-crumbs li a {
  color: #fff;
}
.title-container .title .bread-crumbs li a:hover {
  text-decoration: none;
}
.title-container .title .heading {
  font: 600 30px/26px "Open Sans", sans-serif !important;
  color: #fff;
  display: inline-block;
  border: 1px dashed #81654d;
  padding: 12px 25px 10px;
  text-transform: uppercase;
  margin: 0;
  float: left;
}
.page-contact {
  padding-top: 80px;
}
.page-contact .section-title {
  margin-bottom: 50px;
}
.page-contact .section-title .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 26px !important;
}
.page-contact .contact-right .media.medium p:not(:first-child) {
  margin-top: 0;
}
.page-contact .contact-right .wpcf7-form-control-wrap {
  margin-top: 0;
}
.page-contact .contact-right textarea {
  padding: 15px 20px;
  height: 203px;
  max-width: 100%;
  border: 1px solid #d6d6d6;
}
.page-contact .contact-right input[type=email],
.page-contact .contact-right input[type=text] {
  max-width: 100%;
  border: 1px solid #d6d6d6;
  border-color: #d6d6d6;
  margin-bottom: 5px;
  border-radius: 0;
  font: 15px/31px "Open Sans", sans-serif;
  color: #959595;
  padding: 11px 20px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-contact .contact-left .layers-masonry-column:nth-child(1) .media-left:before {
  content: "\f041";
  line-height: 47px;
  padding-left: 17px;
}
.page-contact .contact-left .layers-masonry-column:nth-child(2) .media-left:before {
  content: "\f095";
  line-height: 50px;
  padding-left: 14px;
}
.page-contact .contact-left .layers-masonry-column:nth-child(3) .media-left:before {
  content: "\f003";
  line-height: 45px;
  padding-left: 10px;
}
.page-contact .contact-left .layers-masonry-column {
  margin-bottom: 50px;
}
.page-contact .contact-left .layers-masonry-column .media.medium p:not(:first-child) {
  margin-top: 0;
}
.page-contact .contact-left .layers-masonry-column .media-left {
  color: #212D3D;
  border: 1px solid #212D3D;
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  cursor: default;
  float: left;
}
.page-contact .contact-left .layers-masonry-column .media-left:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0px;
  vertical-align: top;
  display: inline-block;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
}
.page-contact .contact-left .layers-masonry-column .media {
  margin-left: 80px;
}
.page-contact .contact-left .layers-masonry-column .media-body {
  float: left;
}
.page-contact .contact-left .layers-masonry-column .media-body .excerpt {
  font: 14px/26px "Open Sans", sans-serif;
  color: #000;
}
.section-title .excerpt {
  max-width: 100%;
  font: 400 14px/26px "Open Sans", sans-serif;
  letter-spacing: 0.3px;
  color: #000;
  padding-top: 15px;
}
input[type=submit] {
  text-transform: uppercase;
  font: 600 15px/36px "Open Sans", sans-serif;
  color: #212D3D;
  padding: 2px 29px 0;
  text-shadow: none;
  letter-spacing: 1px;
  border: 1px solid #cdcdcd;
  background: transparent;
  border-radius: 0;
}
input[type=submit]:hover {
  background: #212D3D;
  color: #fff;
}
.header-secondary.invert .nav > li > a {
  color: #212D3D;
  opacity: 1;
  text-transform: none;
}
.header-site.is_stuck {
  padding-top: 0px;
}
.header-site.is_stuck .container {
  padding: 0 20px;
  background: #212D3D !important;
}
.header-site.is_stuck .site-logo-link {
  max-height: 45px;
}
.header-site.is_stuck .site-logo-link img {
  max-width: 200px;
}
.header-site.is_stuck .logo {
  padding: 10px 0;
}
.lcam-carousel-to-prev {
  padding: 6px 12px !important;
}
.lcam-carousel-to-prev:hover {
  background: #212D3D;
}
.lcam-carousel-to-next {
  padding: 6px 12px !important;
}
.lcam-carousel-to-next:hover {
  background: #212D3D;
}
.fa-caret-left:before {
  content: "\f104" !important;
  color: #fff;
  font-size: 21px;
}
.fa-caret-right:before {
  content: "\f105" !important;
  color: #fff;
  font-size: 21px;
}
.logo-website {
  padding-top: 55px;
  padding-bottom: 30px;
}
.logo-website .section-title {
  padding-bottom: 20px;
}
.logo-website .owl-carousel .owl-item img {
  height: 95px;
}
.logo-website .media {
  border: 5px solid #f5f5f5;
  text-align: center;
  line-height: 113px;
}
.logo-website .section-title .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 26px !important;
}
.story p {
  margin-bottom: 9px;
  font: 400 14px/26px "Open Sans", sans-serif;
  color: #000;
}
.section-title.large .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 20px !important;
}
.single .relative-post-default {
  margin-top: 30px;
}
.single .relative-post-default ul li {
  line-height: 30px;
}
.single .relative-post-default ul li a {
  font: 400 14px/26px "Open Sans", sans-serif;
  color: #000;
}
.single .relative-post-default ul li a:hover {
  color: #212D3D;
}
.single .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;
}
.single .relative-post-default .section-nav-title {
  margin: 0;
  font: bold 20px/1 "Open Sans", sans-serif;
  color: #242424;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.single .relative-post-default .section-nav-title:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #212D3D;
  position: absolute;
  bottom: 0;
}
.single article.column.span-8 .meta-item {
  color: #000;
  font-size: 13px;
}
.single article.column.span-8 .meta-item a {
  color: #000;
}
.single article.column.span-8 .meta-item i {
  color: #212D3D;
}
.single article.column.span-8 .section-title {
  margin-bottom: 20px;
}
.single article.column.span-8 .meta-info {
  padding-bottom: 20px;
}
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;
}
.search .story input[type=search] {
  max-width: 100%;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  min-height: 44px;
}
.search article.column.span-8 .search-form:after {
  content: "\f002";
  opacity: 1;
  font-family: FontAwesome;
  margin-top: -43px;
  line-height: 42px;
  padding: 0 9px;
  float: right;
  background: 0 0;
  height: 43px;
  width: 15px;
  margin-right: 1px;
  display: block;
  position: absolute;
  padding: 0 20px;
  right: 0;
  background-color: #212D3D;
  border: 0px;
  border-radius: 2px;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 13px;
}
.search input[type=submit] {
  display: none;
}
#wrapper-content{padding-top:0!important;}
@media (max-width: 1070px) {
  .kinh-nghiem-right {
    padding-top: 40px !important;
  }
}
@media (max-width: 1024px) {
  .customer-home .lcam-consingle-default .media-image img {
    max-width: 200px;
  }
  .customer-home .image-left .media-image {
    float: none;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .auto-height .swiper-slide .overlay {
    padding-bottom: 38%;
  }
  .header-site nav .navbar-default > ul > li {
    padding-left: 11px;
  }
  .sidebar .popular-posts .wpp-thumbnail {
    margin-right: 18px;
  }
  .sidebar-row {
    padding: 50px 0px;
  }
  .tren-chan-trang .column.span-6:nth-child(1) .media {
    padding-left: 10px;
  }
  .title-container .title {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header-site nav {
    margin-left: 50px;
  }
  .header-left .logo {
    width: auto;
  }
  .header-left .logo .site-logo-link {
    width: auto;
  }
}
@media (max-width: 991px) {
  .title-container {
    padding: 90px 0px 88px !important;
  }
  .footer-site .column.span-3:nth-child(2n+2) {
    margin-right: 0;
  }
  .footer-site .column.span-3 {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .header-overlay-no-push .header-overlay:not(.is_stuck) {
    background-color: #000;
    padding-top: 60px;
    position: relative;
  }
  .kinh-nghiem-left {
    display: none;
  }
  .header-secondary .pull-left {
    margin-left: 10px;
  }
  .nav li:hover .sub-menu li a {
    color: #fff;
  }
  .diem {
    display: none !important;
  }
  section[class*=' off-canvas-'] .nav-mobile {
    display: block;
  }
  .header-secondary .container {
    padding: 0;
  }
  .header-left .logo .site-logo-link {
    float: left;
  }
  .header-site .container {
    padding: 10px 20px;
  }
  .header-site nav {
    text-align: right;
  }
  .nav-horizontal ul {
    display: none;
  }
  .responsive-nav {
    display: block;
  }
  .header-left .logo {
    width: auto;
  }
  .header-left .site-logo-link {
    width: auto;
  }
  .kinh-nghiem > .row.list-grid {
    display: block;
  }
  .kinh-nghiem .column.span-6 {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .about .media-image a {
    padding-bottom: 12.25% !important;
  }
  .footer-site .about .media-image img {
    margin: initial;
  }
}
@media (width: 768px) {
  .about .media-image a {
    height: auto;
    padding-bottom: 0 !important;
  }
  .address-footer .container {
    padding: 0;
  }
  .footer-site .widget.widget_nav_menu li:nth-child(1) {
    padding-left: 0;
  }
  .about .row.container.list-grid {
    padding: 0;
  }
  .footer-bottom .column.span-8 {
    float: left;
  }
}
@media (max-width: 768px) {
  .header-secondary .pull-right a {
    font: 13px/30px "Open Sans", sans-serif !important;
  }
  .du-an .layers-masonry-column:nth-child(2n+2) {
    padding-right: 0;
  }
  .du-an .layers-masonry-column:nth-child(2n+1) .thumbnail-media a {
    padding-bottom: 86.5%;
  }
  .footer-site {
    background-size: cover !important;
  }
  .footer-site .about .media-image img {
    position: relative;
  }
  
  .search-no-results .sidebar.span-4 .widget_categories {
    margin-top: 0;
  }
  .search-no-results .sidebar.span-4 .widget_search {
    display: none;
  }
  .sidebar .widget_search .search-form:after {
    display: block;
    position: absolute;
    right: 31px;
    margin-right: -8px;
  }
  article.column.span-8 {
    margin-right: 0;
  }
  .page-contact .layers-masonry-column {
    width: 100%;
  }
  .about-home .about-home-right {
    padding-left: 20px !important;
  }
  .sidebar .widget_search {
    margin-left: 0;
  }
  .sidebar.span-4 .widget {
    width: 100%;
    margin-right: 0;
	padding:0 20px;
  }
  .sidebar {
    padding-left: 0;
  }
  .page-service .layers-masonry-column {
    margin-right: 0;
  }
  .archive.category .column.span-8 {
    margin-right: 0;
  }
  .about-home .column.span-4 {
    display: none;
  }
  .auto-height .swiper-slide .overlay {
    padding-bottom: 35%;
  }
  .sidebar.span-3 + .span-6 + .span-3 .widget {
    width: 100%;
    margin-right: 0;
  }
  .sidebar.span-3 {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .sidebar.span-3 + .span-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-service .layers-masonry-column .thumbnail-body {
    padding: 30px;
  }
  .page-service .layers-masonry-column .thumbnail-media a:before {
    width: 94.2%;
    height: 90.5%;
    right: 20px;
  }
  .page-service .layers-masonry-column .thumbnail-media a:after {
    width: 94.3%;
  }
  .footer-site {
    padding-top: 25px;
    padding-bottom: 30px !important;
  }
  .about .media-image a {
    position: static;
    height: 70px;
    padding-bottom: 0 !important;
  }
  .page-service .layers-masonry-column .thumbnail-media {
    width: 100%;
  }
  .page-service .layers-masonry-column .thumbnail-body {
    position: relative;
    top: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    float: left;
    height: auto;
  }
  .title-container .heading {
    width: 100%;
    text-align: center;
  }
  .title-container .bread-crumbs {
    width: 100%;
    text-align: center;
  }
  .page-404 .title-404 {
    font-size: 127px;
  }
  .page-404 .h2-404 {
    padding: 20px 0;
    line-height: 42px;
    font-size: 35px;
  }
  .footer-site .about .media-image img {
    position: relative;
    max-width: 80%;
  }
  .tren-chan-trang {
    display: none;
  }
  .kinh-nghiem-left {
    display: none;
  }
  .kinh-nghiem {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .new-home .layers-masonry-column {
    width: 100%;
    margin-right: 0;
  }
  .footer-site .address-footer .container {
    padding: 0 0px;
  }
  .footer-site .about .media-image img {
    margin: initial;
    padding-bottom: 10px;
  }
  .footer-site .about .container {
    padding: 0 0px;
  }
  .footer-site .column.span-3 {
    width: 100%;
  }
  .footer-bottom p {
    text-align: center;
  }
  .footer-bottom #mbmcl {
    text-align: center;
    padding-top: 10px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .about .media-image a {
    height: 60px;
  }
}
@media (max-width: 568px) {
	.woocommerce-Tabs-panel table{overflow-x:scroll;display:flex}
	.woocommerce-tabs .tabs li{margin-right:0px;}
	.pagination {
    padding-top: 15px;
    width: 100%;
}
	.footer-site .row{padding-top:0;}
	.woocommerce .content-main{padding:20px!important}

	.products .img-wrap img{width:100%;}
	.home-service{
		padding-top:30px!important
	}
	#layers-widget-lcam_products-3 .lcam-carousel-controller-center{top:35%;}
	.header-site{padding-top:0!important}
	#wrapper-content{padding-top:0!important;}
  .page-service .layers-masonry-column .thumbnail-body {
    padding: 30px 20px;
  }
  .customer-home .media-image:before {
    content: none;
  }
  .kinh-nghiem {
    background-repeat: repeat !important;
    background-size: cover;
  }
  .page-contact .section-title .heading {
    font-size: 16px !important;
  }
  .logo-website .section-title {
    padding-bottom: 0;
  }
  .new-home .section-title {
    padding-bottom: 0;
  }
  .customer-home .lcam-carousel-controller-top-right {
    padding-bottom: 25px;
  }
  .home-service .lcam-carousel-controller-top-right {
    margin-bottom: 30px;
  }
  .du-an .section-title {
    margin-bottom: 30px;
  }
  .auto-height .swiper-slide .overlay {
    padding-bottom: 58%;
    padding-top: 0 !important;
  }
  .header-secondary .pull-left ul {
    border-top: 0 !important;
  }
  .page-contact {
    padding-top: 67px;
  }
  .page-service-title {
    padding-top: 60px;
  }
  .sidebar-row {
    padding-bottom: 20px;
  }
  .content-main {
    padding: 45px 20px;
    padding-top: 60px;
  }
  .logo-website {
    padding-top: 40px;
  }
  .new-home {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .customer-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-home .about-home-right {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    background-size: cover;
  }
  .du-an {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .home-service {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .header-secondary .container {
    overflow: hidden;
    padding-right: 20px;
  }
  .kinh-nghiem-right .media-body .excerpt {
    padding-top: 25px;
  }
  .header-left .logo .site-logo-link {
    float: left;
    line-height: normal;
    height: auto;
  }
  .site-logo-link img {
    max-height: 35px;
  }
  .header-secondary .pull-left {
    width: 100%;
    text-align: center;
  }
  .header-secondary .pull-right {
    display: none;
  }
}
@media (max-width: 480px) {
  .du-an .layers-masonry-column {
    padding-right: 0;
  }
  .single .meta-item {
    display: inline-block;
  }
  .header-site nav {
    margin-left: 0;
  }
  .footer-bottom #mbmcl {
    padding-top: 0;
  }
  .logo-website .section-title .heading {
    font-size: 16px !important;
  }
  .new-home .section-title .heading {
    font-size: 16px !important;
  }
  .about-home .about-home-right .media-body .heading {
    font-size: 16px !important;
  }
  .about-home .about-home-right .section-title .heading {
    font-size: 16px !important;
  }
  .kinh-nghiem-right .section-title .heading {
    font-size: 16px !important;
  }
  .home-service .section-title .heading {
    font-size: 16px !important;
  }
  .du-an .section-title .heading {
    font-size: 16px !important;
  }
  .customer-home .section-title .heading {
    font-size: 16px !important;
  }
  .about-home-right .layers-masonry-column:nth-child(3) {
    padding-top: 15px;
  }
  .header-secondary {
    display: block;
  }
}
.diem {
  -webkit-transform: skew(38deg);
  -ms-transform: skew(38deg);
  transform: skew(38deg);
  display: flex;
  flex: 1;
  justify-content: flex-end;
  webkit-flex: 1;
  -webkit-justify-content: flex-end;
  width: 8%;
  position: relative;
  line-height: normal;
}
.diem .template-icon-search {
  display: table;
  height: 100%;
  padding: 0 20px;
  max-height: 100%;
}
.diem .template-icon-search .icon-tim-kiem {
  padding: 14.5px;
  padding-left: 0;
  display: table-cell;
  zoom: 1;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  padding-right: 5px;
}
.diem input[type="search"],
.diem ::-moz-placeholder {
  /* Firefox 19+ */
  background: #3a3636;
}
.diem input[type="search"],
.diem :-ms-input-placeholder {
  /* IE 10+ */
  background: #3a3636;
}
.diem input[type="search"],
.diem :-moz-placeholder {
  /* Firefox 18- */
  background: #3a3636;
}
.diem input[type="search"],
.diem ::-webkit-input-placeholder {
  background-color: #3a3636;
  height: 34px;
  padding: 6px 12px;
  border: 0;
}
.diem .template-search-form {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 250px;
  background: #000;
  padding: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.diem .template-search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  display: none;
}
.diem .abcde {
  top: 52px;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  padding: 21px;
  padding-bottom: 22px;
  background-color: #1c130d;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 3px 0px;
}
.diem .abcde input[type=submit]:hover {
  cursor: pointer;
  background-color: transparent;
  color: transparent;
}
.diem .abcde .search-submit {
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
.diem .abcde input[type=search] {
  border: 0;
  height: 39px;
  background: #3a3636;
}
.tren-chan-trang {
  padding-bottom: 0;
  padding-top: 0;
}
.tren-chan-trang .column.span-6 {
  width: 50%;
  margin-right: 0;
}
.tren-chan-trang .column.span-6:nth-child(1) {
  float: left;
  position: relative;
  background: #212d3d;
  height: 213px;
  margin-bottom: 0px;
}
.tren-chan-trang .column.span-6:nth-child(1):before {
  content: "";
  position: absolute;
  border-top: 213px solid transparent;
  border-left: 174px solid #212d3d;
  line-height: 0px;
  top: 0;
  left: 100%;
  z-index: 999;
}
.tren-chan-trang .column.span-6:nth-child(1):after {
  content: "";
  border-top: 213px solid transparent;
  border-left: 160px solid #212d3d;
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  z-index: 999;
}
.tren-chan-trang .column.span-6:nth-child(1) .heading {
  color: #fff;
  margin-bottom: 20px;
  padding-top: 10px;
  font: 300 22px/32px "Open Sans", sans-serif !important;
}
.tren-chan-trang .column.span-6:nth-child(1) .excerpt p {
  float: left;
  display: inline-block;
  font: 300 28px/35px "PT Serif", serif;
  color: #212D3D;
  font-style: italic;
}
.tren-chan-trang .column.span-6:nth-child(1) .excerpt img {
  font: 300 28px/35px "PT Serif", serif;
  letter-spacing: 0.3px;
  color: #212D3D;
  font-style: italic;
  margin-right: 16px;
  display: block;
  float: left;
}
.tren-chan-trang .column.span-6:nth-child(1) .media {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tren-chan-trang .column.span-6:nth-child(2) {
  margin-bottom: 0px;
}
.tren-chan-trang .column.span-6:nth-child(2) .media-image img {
  max-width: initial;
}
.tagcloud a {
  padding: 5px 23px;
  font: 14px/28px "Open Sans", sans-serif;
  white-space: nowrap;
  color: #787878;
  background: #fff;
  border: 1px solid #e4e4e4;
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 20px;
  font-size: 14px !important;
}
.tagcloud a:hover {
  background: #212D3D;
  color: #fff;
}
.sidebar.span-3 .widget_recent_entries {
  margin-top: -25px;
}
.page-service-title {
  padding-bottom: 25px;
}
.page-service-title .section-title .heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 26px !important;
}
.post-news-item:nth-child(1) {
  /* margin-top: 0px; */
}
.footer-site.invert .section-title .heading {
  font: 700 18px/17px "Open Sans", sans-serif;
  line-height:1.5;
}
.icon-submenu {
  display: inline-block;
  padding-top: 2px;
  padding-left: 16px;
}
.icon-submenu:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  color: #fff;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  transition: all .25s;
}
.icon-submenu.abcde:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
.nav-vertical a {
  display: inline-block;
}
section[class*=' off-canvas-'] .nav-vertical .sub-menu {
  visibility: visible;
  border: 0;
  position: relative;
  top: -7px;
  display: none;
  left: 0;
}
section[class*=' off-canvas-'] .nav-vertical .sub-menu li {
  border: none !important;
}
section[class*=' off-canvas-'] .nav-vertical .sub-menu li a {
  padding: 4px 10px;
}
section[class*=' off-canvas-'] .nav-vertical .sub-menu li:first-child a {
  padding-top: 16px;
}
section[class*=' off-canvas-'] .nav-vertical .sub-menu li:last-child a {
  padding-bottom: 8px;
}
.sub-menu.mobile {
  opacity: 1 !important;
  display: block !important;
}
.nav-horizontal .current-menu-parent > a {
  color: #fff;
}
.nav-horizontal .current-menu-item > a {
  color: #ffffff;
}
.off-canvas-right .current-menu-item > a {
  color: #fff !important;
}
.off-canvas-right .current-menu-item {
	background:#212D3D;
}
section[class*=' off-canvas-'] .nav-vertical .sub-menu li:first-child a {
  padding-top: 8px;
}
.off-canvas-right .current_page_parent > a {
  color: #212D3D;
}
section[class*=' off-canvas-'] li a {
  color: #fff;
}
.header-secondary .pull-right a {
  font: 15px/36px "Open Sans", sans-serif;
}
.header-secondary .pull-left {
  background: none rgba(19, 16, 14, 0.8);
}
.header-secondary .pull-left ul {
  border-top: 1px solid #2d2621;
}
.header-secondary .pull-left ul li {
  margin: 0;
}
.header-secondary .pull-left ul a {
  font: 600 12px/36px "Raleway", sans-serif;
  color: #ffffff !important;
  padding: 0 10px;
}
.header-secondary .pull-left ul a:hover {
  background-color: #eeeeee;
  color: #000000 !important;
}
.thumbnail-media img {
  -webkit-transform: none;
  transform: none;
  transition: none;
}
.thumbnail-media:hover img {
  -webkit-transform: none;
  transform: none;
}
.about .media-image a {
  padding-bottom: 21.25%;
}
.search .title-container .excerpt {
  display: none;
}
.pagination {
  padding-top: 50px;
  width: 100%;
}
.pagination .page-numbers {
  font: 18px/46px "PT Serif", serif;
  min-width: auto;
  padding: 0 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-color: #dfdfdf;
  margin-left: 6px;
  color: #000;
}
.pagination .page-numbers:hover {
  background: #bc945e;
  border-color: #bc945e;
}
.pagination .current {
  background: #bc945e;
  border-color: #bc945e;
  color: #000;
}
.header-secondary.invert .container .pull-right .menu-item:nth-child(1) a:before {
  content: "\f095";
  font-family: FontAwesome;
  float: left;
  padding-right: 8px;
}
.header-secondary.invert .container .pull-right .menu-item:nth-child(2) a:before {
  content: "\f003";
  font-family: FontAwesome;
  float: left;
  padding-right: 8px;
}
.off-canvas-right.open {
  background: #222;
}
.off-canvas-right.open .icon-submenu {
  float: right;
  line-height: 39px;
  padding-right: 20px;
}
.off-canvas-right.open li a {
  padding: 1rem 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.nav-mobile .nav-vertical ul li {
  border-bottom: 1px solid #191919;
  margin: 0;
}
.nav-mobile .nav-vertical {
  width: 100%;
}
.nav-mobile .nav-vertical ul .sub-menu li a {
  padding: 2px 3px 1rem 3rem;
}
.about-home .about-home-right .section-title .excerpt {
  padding-right: 20px;
}
.footer-site {
  background: url(/wp-content/uploads/2016/10/footer-bg.jpg) no-repeat;
  z-index: 0;
  position: relative;
  padding-bottom: 0;
  background-size: cover;
}
.footer-site:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.page-service .layers-masonry-column:hover .button {
  color: #212D3D;
  background-color: #fff;
}
.page-service .button {
  background: #212D3D;
  border: 1px solid #212D3D;
  text-transform: uppercase;
  letter-spacing: 1px;
  font: 600 13px/30px "Open Sans", sans-serif;
  color: #fff;
  margin-top: 22px;
  padding: 4px 27px 4px 27px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.4px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.page-service .button:hover {
  background-color: #fff !important;
}
.single article.column.span-8 .meta-item a:hover {
  color: #212D3D;
}
.content-main {
  padding: 50px 20px;
  padding-top: 75px;
}

.off-canvas-right .widget_search .search-form .search-field {
  background: #4D4D4D;
}
.off-canvas-right .widget_search .search-submit {
  display: none;
}
.story img {
  max-width: 100%;
}
.page-service {
  padding-top: 60px;
}
.sub-menu li a {
  padding: 8px 0px;
  font: 500 15px/48px "Open Sans", sans-serif;
}
.page-service-title {
  padding-top: 70px;
}
.title-container .title {
  max-width: 1180px;
  padding: 0 20px;
}
.sidebar .widget_search {
  background: #212d3d;
}
.post-news-item .post-content .meta-info .meta-item:last-child:after {
  width: 0px;
}
.address-footer .container {
  padding: 0;
}
.about .row.container.list-grid {
  padding: 0;
}
.tren-chan-trang .media-image img {
  max-width: none;
  width: auto !important;
  overflow: visible !important;
}
.tren-chan-trang .media-image {
  overflow: visible !important;
}
.tren-chan-trang .media {
  overflow: visible !important;
}
@media (min-width: 1900px) {
  .tren-chan-trang .media-image img {
    margin-left: 53px;
  }
}
.diem .template-icon-search:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #312b27;
  top: 13px;
  right: 0;
  position: absolute;
}
.du-an .layers-masonry-column .thumbnail-body .meta-info i {
  display: none;
}
.du-an .layers-masonry-column .thumbnail-body .meta-info a {
  text-transform: capitalize;
}
.home-service {
  padding-top: 80px;
  padding-bottom: 50px;
}
.story img {
    margin: auto;
}
.meta-item.meta-author {
    display: none;
}
.header-site .sub-menu li a{
	color:#FFF!important;
}
#text-14{margin-bottom:0;}
.pagination .page-numbers{border:none;}

.post-news-item .post-content .copy .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: initial;
}
@media only screen and (min-width: 768px) {
#wrapper-content .span-8 .span-3 {
    width: 30%;
}
}