/*
Theme Name: renovation Alcazar Child Themes
Theme URI: http: //chili.vn
Description:Babbits renovation Alcazar
Author: Matbao.com
Author URI: http://matbao.com
Template: layerswp
Version: 1.0
Main Color:#ffc527
Child Color:#9e9d9d
*/
@font-face {
    font-family: 'utm_eremitage';
    src: url('fonts/UTMEremitage.eot');
    src: url('fonts/UTMEremitage.eot?#iefix') format('embedded-opentype'),
         url('fonts/UTMEremitage.woff') format('woff'),
         url('fonts/UTMEremitage.ttf') format('truetype'),
         url('fonts/UTMEremitage.svg#utm_eremitage') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Stroke-Gap-Icons';
  src: url('fonts/Stroke-Gap-Icons.eot');
  src: url('fonts/Stroke-Gap-Icons.eot') format('embedded-opentype'), url('fonts/Stroke-Gap-Icons.woff') format('woff'), url('fonts/Stroke-Gap-Icons.ttf') format('truetype'), url('fonts/Stroke-Gap-Icons.woff#Stroke-Gap-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 01. Tuy chinh chung */
/* - body*/
/* - icon */
/* - Set 16:9 for thumbnail*/
/* - fix safari*/
/* - menu mobile*/
/* - Back top top */
/* - tat dau x tren thanh tim kiem*/
/* - bo hover*/
/* - Phan trang*/
/* - The input */
/* - Tieu de*/
/*  + td section homepage*/
/*  + td sidebar + footer*/
/*  + td chuyen muc*/
/*  + td breadcrumbs + bai viet chi tiet*/
/* - Meta info*/
/* - bai viet lien quan */
/* 02. HEADER */
/* Menu top*/
/* thong tin tren menu */
/* Main menu*/
/* Slide    */
/* 03. PAGE */
/* 404*/
/* Khong tim thay bai viet*/
/* Chuyen muc */
/* Bai viet*/
/* Lien he */
/* Hoi dap */
/* 04. SIDEBAR */
/* 05. FOOTER */
/* 06. RESPONSIVE*/
body {
  color: #444;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  letter-spacing: normal;
  background-color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
.wrapper-site .container {
  max-width: 1200px;
  padding: 0 15px;
}
.wrapper-site .container .container {
  padding: 0;
}
/* - icon */
.icon {
  font-family: 'Stroke-Gap-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
Set 16:9 for thumbnail
*/
.featured-image {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 56.25%;
}
.featured-image img {
  position: absolute;
  left: 0;
  min-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
/*
/*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;
  }
}
.story {
  font-size: 1.4rem;
}
.story p {
  margin-bottom: 1.8rem;
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-family: 'Tahoma, Geneva, Verdana, sans-serif';
}
/* menu mobile*/
.abc + .sub-menu {
  visibility: visible ;
}
.off-canvas-right {
  border: 1px solid #ccc;
  color: #000 !important;
  background-color: #ffc527;
  box-shadow: 6px 0 5px 5px #888888;
}
.off-canvas-right .search-form .search-field {
  border: 1px solid #000;
}
.off-canvas-right .search-form .search-submit {
  background-color: #ffc527;
  color: #fff;
  font-family: 'utm_bienvenue';
  font-weight: normal;
}
.off-canvas-right .current-menu-parent > a,
.off-canvas-right .current-menu-item > a {
  color: rgba(255, 255, 255, 0.5);
}
.nav-mobile {
  padding-bottom: 0;
}
.nav-mobile + .widget_nav_menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nav-mobile + .widget_nav_menu ul li a {
  font-weight: 700;
  color: #ffc527;
}
section[class*=' off-canvas-'] li a {
  color: #fff;
}
section[class*=' off-canvas-'] li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.invert .nav-vertical li a:hover {
  color: #9e9d9d;
}
.nav-mobile {
  padding-bottom: 0;
}
.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;
}
/* ===
  Back top top
===
 */
/* back to top*/
#back-to-top a {
  background: #ffc527;
  z-index: 999;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-indent: inherit;
  font-size: 0;
  border: 2px solid #ffc527;
}
#back-to-top a:before {
  color: #fff;
  content: "\f077";
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#back-to-top a:hover {
  background-color: #fff;
  border: 2px solid #ffc527;
}
#back-to-top a:hover:before {
  color: #ffc527;
}
/* tat dau x tren thanh tim kiem*/
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;
}
/* bo hover*/
.thumbnail-media a:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.thumbnail-media:hover img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.thumbnail-media img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
/* Phan trang*/
.pagination {
  margin: 20px 0px 10px 0;
  display: block;
  clear: both;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.pagination a,
.pagination span {
  min-width: 30px;
  color: #9e9d9d;
}
.pagination .nav-links .page-numbers {
  height: 47px;
  line-height: 44px;
  padding: 0;
  width: 48px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000000;
}
.pagination .nav-links .page-numbers:hover {
  background-color: #ffc527;
  color: #fff;
  border-color: #ffc527;
}
.pagination .nav-links .current {
  background-color: #ffc527;
  border-color: #ffc527;
  color: #fff;
}
.pagination .nav-links .current:hover {
  background-color: #ffc527;
  border-color: #ffc527;
  color: #fff;
}
.pagination .nav-links .next,
.pagination .nav-links .prev {
  width: auto;
  padding: 0 10px;
}
/* The input */
textarea,
input,
select,
button {
  border: 1px solid #ccc;
}
textarea,
input {
  max-width: 100% !important;
}
/* Tieu de*/
/* td chuyen muc */
.article-title .thumbnail {
  margin-bottom: 25px;
}
.article-title .heading {
  margin-bottom: 10px;
}
.article-title .heading a {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  color: #000;
}
/* td section homepage */
.td-home-medium {
  background-image: url("images/section-header-ic.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #222222;
  font-size: 36px;
  margin-top: 0;
  font-family: 'utm_eremitage';
  padding-top: 25px;
  text-transform: uppercase;
  line-height: 1.1;
}
.excerpt-td-home-medium {
  color: #a6a6a6;
  font-style: italic;
  letter-spacing: 0.8px;
  margin: 0;
  font-size: 16px;
  max-width: 100%;
}
/* td sidebar + footer */
.footer-site .section-title .heading,
.footer-site .section-nav-title,
.section-nav-title,
.search-no-results .section-title .heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'tahoma';
  display: block;
  padding: 0px 0px 25px;
  margin: 0px 0px 35px;
  line-height: 26px;
  position: relative;
}
.footer-site .section-title .heading:before,
.footer-site .section-nav-title:before,
.section-nav-title:before,
.search-no-results .section-title .heading:before {
  content: "";
  width: 27px;
  height: 2px;
  background-color: #ffc527;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.footer-site .section-title {
  margin-bottom: 0;
}
/* td breadcrumbs + bai viet chi tiet */
.title-container {
  margin: 0px 0 60px;
  background-color: transparent;
  background: url('images/blog-banner.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
.title-container:before {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.title-container .title {
  max-width: 1170px;
  padding: 130px 0 120px;
  text-align: center;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.title-container .title .heading {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  line-height: 62px;
  margin: 0;
  color: #fff;
  word-wrap: break-word;
  font-family: "Open Sans", sans-serif;
}
.title-container .title .excerpt {
  line-height: 22px;
  margin: 20px 0 15px;
  width: 40%;
  font-family: "Open Sans", sans-serif;
}
.title-container .title .bread-crumbs {
  line-height: 22px;
  margin: 10px 0 10px;
}
.title-container .title .bread-crumbs ul {
  float: right;
}
.title-container .title .bread-crumbs li {
  font-size: 12px;
  color: #fff;
}
.title-container .title .bread-crumbs li a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'tahoma';
}
.title-container .title .bread-crumbs li a:hover {
  color: #fff;
}
.title-container .title .bread-crumbs li .current {
  text-transform: uppercase;
  color: #fff;
}
.title-container .title .bread-crumbs li .current a {
  color: #fff;
}
.title-container .title .bread-crumbs li .current a:hover {
  text-decoration: none;
  color: #fff;
}
.title-container .title .bread-crumbs li:last-child {
  margin-right: 0;
}
/* Meta info */
.meta-info {
  margin-bottom: 15px;
  display: block;
}
.meta-info .meta-date {
  padding-left: 0;
  border-left: 0;
}
.meta-info .meta-item {
  color: #ffc527;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  margin-right: 10px;
}
.meta-info .meta-item i {
  color: #ffc527;
}
.meta-info .meta-item a {
  color: #ffc527;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
}
.meta-info .meta-item a:hover {
  color: #222;
}
/* bai viet lien quan */
.pull-left .widget_recent_entries,
.relative-post-default {
  padding-top: 20px;
  border-top: solid 1px #efefef;
  margin-top: 20px;
}
.pull-left .widget_recent_entries .section-nav-title,
.relative-post-default .section-nav-title {
  border-bottom: 0;
  margin-bottom: 5px;
  color: #030303;
}
.pull-left .widget_recent_entries ul li,
.relative-post-default ul li {
  padding: 3px 0;
}
.pull-left .widget_recent_entries ul li a,
.relative-post-default ul li a {
  font-size: 14px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 30px;
  color: #777;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: inline-block;
}
.pull-left .widget_recent_entries ul li a:before,
.relative-post-default ul li a:before {
  margin-bottom: 1px;
  content: " ";
  width: 0;
  margin-right: 10px;
  display: inline-block;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #ffc527;
  border-bottom: 4px solid transparent;
}
.pull-left .widget_recent_entries ul li a:hover,
.relative-post-default ul li a:hover {
  color: #ffc527;
}
.pull-left .widget_recent_entries {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
/*  02. HEADER */
/* Menu top*/
.header-secondary {
  padding: 1px 0;
  display: block;
}
.header-secondary .container {
  margin-bottom: 0;
  position: relative;
}
.header-secondary .container .topbar_inner {
  display: block;
  overflow: hidden;
}
.header-secondary .container .search-area {
  display: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.header-secondary .container .search-trigger {
  display: block;
  position: absolute;
  right: 15px;
  top: 100%;
  margin-top: 15px;
  width: 46px;
  height: 46px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 100;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}
.header-secondary .container .search-trigger a {
  line-height: 46px;
}
.header-secondary .container .search-trigger a:before {
  color: #555;
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 16px;
}
.header-secondary .container .search-form {
  position: absolute;
  top: 100%;
  right: 15px;
  margin-top: 15px;
  z-index: 99;
}
.header-secondary .container .search-form .search-field {
  border: 1px solid #000;
  width: 200px;
}
.header-secondary .container .search-form .search-submit {
  display: none;
}
.header-secondary .container .search-area-close {
  position: absolute;
  top: 100%;
  right: 15px;
  margin-top: 15px;
  z-index: 99;
  width: 35px;
  height: 35px;
}
.header-secondary .container .search-area-close a {
  color: #000;
  line-height: 35px;
  text-align: center;
  display: block;
}
.header-secondary .container .search-area-close a:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #000;
  text-align: center;
  display: block;
}
.header-secondary .pull-left ul li {
  margin: 0;
  padding: 0;
}
.header-secondary .pull-left ul li a {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 13px;
  padding-top: 13px;
  font: 400 13px/32px "Open Sans", sans-serif;
  line-height: 1.3;
}
.header-secondary .pull-right .nav {
  margin: 0;
}
.header-secondary .pull-right .nav li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-secondary .pull-right .nav li:first-child a {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.header-secondary .pull-right .nav li a {
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 13px;
  color: #fff;
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 13px;
  padding-top: 13px;
  display: inline-block;
  border-left: 1px solid #9c9c9c;
  text-decoration: none;
  font: 400 13px/32px "Open Sans", sans-serif;
  line-height: 1.3;
}
.header-secondary .pull-right .nav li a:hover {
  color: #ffc527;
}
.header-secondary .pull-right .nav li a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  font-family: 'Stroke-Gap-Icons';
}
.header-secondary .pull-right .nav li a[title="mail"]:before {
  content: "\e6b7";
}
.header-secondary .pull-right .nav li a[title="phone"]:before {
  content: "\e674";
}
.header-secondary .pull-right .nav .menu-item-language-current {
  margin-right: 15px !important;
}
.header-secondary .pull-right .nav .menu-item-language a {
  padding-top: 14px;
  padding-bottom: 14px;
  opacity: 1;
  filter: alpha(opacity=100);
  border-left: 1px solid #9c9c9c;
}
.header-secondary .pull-right .nav .menu-item-language:last-child a {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.header-secondary .pull-right .nav .menu-item-language:last-child a img {
  margin-right: 0;
}
/* thong tin tren menu */
.header-top-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-top-wrapper .content-vertical-massive {
  padding: 0;
}
.header-top-wrapper > .container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
.header-top-wrapper > .container .column {
  margin-bottom: 0;
  margin-right: 0;
}
.header-top-wrapper .logo a {
  line-height: 1;
}
.header-top-wrapper .info-company .container {
  float: right;
}
.header-top-wrapper .info-company .layers-masonry-column {
  margin-bottom: 0;
  position: relative;
  width: auto;
  margin-left: 50px;
}
.header-top-wrapper .info-company .media {
  float: right;
}
.header-top-wrapper .info-company .media:before {
  display: inline;
  font-family: 'Stroke-Gap-Icons';
  width: 44px;
  height: 44px;
  background-color: #ffc527;
  line-height: 44px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.header-top-wrapper .info-company .media .media-body {
  padding-left: 57px;
}
.header-top-wrapper .info-company .media .media-body .heading {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #333333;
  margin: 6px 0 5px;
  line-height: 1;
  font-family: 'tahoma';
}
.header-top-wrapper .info-company .media .media-body .excerpt {
  margin-top: 0;
}
.header-top-wrapper .info-company .media .media-body .excerpt p {
  margin-bottom: 0;
  font-size: 13px;
  color: #9d9c9c;
}
.header-top-wrapper .open-hour .media:before {
  content: "\e669";
}
.header-top-wrapper .address .media:before {
  content: "\e6ab";
}
.header-top-wrapper .widget_nav_menu {
  position: absolute;
  top: 120px;
  right: 0;
  width: 60px;
}
.header-top-wrapper .widget_nav_menu .menu-item-language {
  margin-right: 0;
}
.site-logo-link img,
.mark img {
  max-height: inherit;
}
/* Main menu*/
.header-site {
  background-color: transparent;
}
.header-site nav {
  background-color: #ffc527;
  margin-top: 0;
  flex: none !important;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.header-site nav .menu li {
  line-height: 1;
}
.header-site nav .menu li > a {
  font-size: 16px;
  padding: 15px 2px;
  font-weight: 400;
  line-height: 20px;
}
.header-site nav .menu li a {
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}
.header-site nav .menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.header-site nav .menu li a:after {
  content: "";
}
.header-site nav .menu > li {
  margin: 0 12px;
}
.header-site nav .menu > li:before {
  content: "";
  position: absolute;
  right: -16px;
  width: 5px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.35);
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header-site nav .menu > li > a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.56px;
  padding: 20px 0px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.header-site nav .menu > li > a:after {
  display: none;
}
.header-site nav .menu > li:last-child:before {
  display: none;
}
.header-site nav .menu .menu-item-language {
  margin: 0;
}
.header-site nav .menu .menu-item-language:before {
  display: none;
}
.header-site nav .menu .menu-item-language > a {
  padding-left: 0;
}
.header-site nav .menu .current-menu-parent > a,
.header-site nav .menu .current-menu-item > a {
  color: rgb(154 118 20) !important;
}
.header-site nav .menu .sub-menu {
  background-color: #ffc527 !important;
  top: 100%!important;
  left: 0;
  padding: 0;
  min-width: 190px;
  border: none;
  opacity: 1;
  z-index: 99;
  transition: all 0.4s ease-in-out 0s;
}
.header-site nav .menu .sub-menu li {
  padding: 7px 10px;
  width: 200px;
  border: 0;
}
.header-site nav .menu .sub-menu li:first-child {
  padding-top: 20px;
}
.header-site nav .menu .sub-menu li a {
  white-space: normal;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff ;
  border-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.header-site nav .menu .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: transparent;
}
.header-sticky.is_stuck_show {
  background-color: #ffc527 !important;
}
.nav-horizontal > li > a {
  color: #fff;
}
.header-site.invert nav .menu li a {
  background-color: transparent;
}
.header-site.invert nav .menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.header-site.invert nav .menu > li > a {
  color: #fff;
}
.header-site.invert nav .menu > li:before {
  background-color: rgba(255, 255, 255, 0.35);
}
.header-site.invert nav .current-menu-parent > a,
.header-site.invert nav .current-menu-item > a {
  color: rgba(255, 255, 255, 0.5);
}
.header-site.invert nav .sub-menu {
  background-color: #ffc527;
}
.header-site.invert nav .sub-menu li a {
  color: #fff;
}
.header-site.invert nav .sub-menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* Slide  */
.auto-height .swiper-slide .overlay {
  padding-top: 38%;
}
.swiper-container .arrows a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}
.swiper-container .arrows a:before {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.swiper-container .arrows a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
/* 03. PAGE */
/* 404*/
.error404 .content-main {
  padding-top: 0px !important;
}
.error404 .page-404 {
  text-align: center;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 30px;
}
.error404 .page-404 .title-404 {
  margin-bottom: 20px;
}
.error404 .page-404 .h2-404 {
  font-size: 28px;
  color: #ffc527;
  font-weight: normal;
  font-family: inherit;
  text-transform: uppercase;
}
.error404 .page-404 .h2-404:hover {
  color: #ffc527;
}
.error404 .page-404 .clear {
  clear: both;
}
.error404 .page-404 .entry-404 a {
  margin: 20px 0px;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  background-color: #ffc527;
}
.error404 .page-404 .entry-404 .search-404 .search-form {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 278px;
  position: relative;
}
.error404 .page-404 .entry-404 .search-404 .search-form:hover {
  transition: 300ms;
  -webkit-transition: 300ms;
}
.error404 .page-404 .entry-404 .search-404 .search-form:hover:before {
  color: rgba(255, 255, 255, 0.7);
}
.error404 .page-404 .entry-404 .search-404 .search-form:before {
  content: "\e6a4";
  font-family: 'Stroke-Gap-Icons';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  padding: 0 16px;
  background-color: transparent;
  color: #888 !important;
}
.error404 .page-404 .entry-404 .search-404 .search-form .search-field {
  width: 100%;
  border: 1px solid #eee;
  color: #555;
  font-size: 14px;
  height: 50px;
  font-weight: 300;
  margin-bottom: 0;
}
.error404 .page-404 .entry-404 .search-404 .search-form .search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999px;
  height: 50px;
  width: auto;
  padding: 13px 23px;
  background-color: transparent;
}
/* Khong tim thay bai viet*/
.search-no-results textarea,
.search-no-results input {
  max-width: 100% !important;
}
.search-no-results .section-title.large {
  display: block;
  position: static;
  margin-bottom: 0;
}
.search-no-results .section-title.large .heading {
  border-bottom: 0;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 36px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: normal;
  text-transform: inherit;
}
.search-no-results .section-title.large .heading:before {
  width: 36px;
  height: 3px;
}
.search-no-results .story .search-form {
  position: relative;
}
.search-no-results .story .search-form:hover {
  transition: 300ms;
  -webkit-transition: 300ms;
}
.search-no-results .story .search-form:after {
  content: "\e6a4";
  font-family: 'Stroke-Gap-Icons';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  padding: 0 16px;
  background-color: transparent;
  color: #888 !important;
}
.search-no-results .story .search-form .search-field {
  width: 100%;
  border: 1px solid #eee;
  color: #555;
  font-size: 14px;
  height: 50px;
  font-weight: 300;
  margin-bottom: 0;
}
.search-no-results .story .search-form .search-field: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);
}
.search-no-results .story .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  padding: 16px 25px;
  border-radius: 0;
  z-index: 2;
  background-color: transparent;
}
.search-no-results .story .search-form .search-submit:hover {
  background-color: transparent;
}
.search-no-results .story p {
  font-size: 16px;
  margin-bottom: 25px;
}
/* Home page */
.welcome-section {
  padding-top: 100px;
  padding-bottom: 0;
}
.welcome-section .section-title {
  margin-bottom: 60px;
}
.welcome-section .section-title .heading {
  background-image: url("images/section-header-ic.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #222222;
  font-size: 36px;
  margin-top: 0;
  font-family: 'utm_eremitage';
  padding-top: 25px;
  text-transform: uppercase;
  line-height: 1.1;
}
.welcome-section .section-title .excerpt {
  color: #a6a6a6;
  font-style: italic;
  letter-spacing: 0.8px;
  margin: 0;
  font-size: 16px;
  max-width: 100%;
}
.welcome-section .welcome-img .media-image img {
  margin-left: 0;
}
.welcome-section .welcome-content {
  margin-top: 60px;
  padding: 50px 35px;
  z-index: 1;
}
.welcome-section .welcome-content:before {
  border: 5px solid #ffc527;
  content: "";
  display: inline-block;
  left: -45px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.welcome-section .welcome-content p {
  color: #9e9d9d;
  font-size: 1.5rem;
  line-height: 26px;
  margin-bottom: 10px;
}
.welcome-section .welcome-content .welcome-box {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 85px;
  margin-top: 22px;
}
.welcome-section .welcome-content .welcome-box i {
  position: absolute;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  display: inline-block;
  background-color: #ffc527;
  text-align: center;
  line-height: 56px;
  color: #ffffff;
  font-size: 25px;
}
.welcome-section .welcome-content .welcome-box .icon-Users:before {
  content: "\e69b";
}
.welcome-section .welcome-content .welcome-box .icon-Timer:before {
  content: "\e668";
}
.welcome-section .welcome-content .welcome-box .icon-Plaine:before {
  content: "\e671";
}
.welcome-section .welcome-content .welcome-box h4 {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 0.56px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
/*service  */
.services {
  padding-top: 100px;
  padding-bottom: 0;
}
.services .section-title {
  margin-bottom: 60px;
}
.services .section-title .heading {
  background-image: url("images/section-header-ic.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #222222;
  font-size: 36px;
  margin-top: 0;
  font-family: 'utm_eremitage';
  padding-top: 25px;
  text-transform: uppercase;
  line-height: 1.1;
}
.services .section-title .excerpt {
  color: #a6a6a6;
  font-style: italic;
  letter-spacing: 0.8px;
  margin: 0;
  font-size: 16px;
  max-width: 100%;
}
.services .layers-masonry-column {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
  position: relative;
  -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: #f7f8f9;
}
.services .layers-masonry-column:nth-child(3n+3) {
  margin-right: 0;
}
.services .layers-masonry-column:hover .heading {
  color: #fff !important;
}
.services .layers-masonry-column:hover .heading a {
  color: #fff !important;
}
.services .layers-masonry-column:hover .excerpt {
  color: #fff;
}
.services .layers-masonry-column:hover a.button {
  border-color: #fff;
  background-color: transparent !important;
}
.services .layers-masonry-column:hover .thumbnail-media:before,
.services .layers-masonry-column:hover .thumbnail-media img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.services .thumbnail-media {
  position: relative;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.services .thumbnail-media:before {
  background-color: rgba(250, 183, 0, 0.92);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.services .thumbnail-media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 82px;
  display: inline-block;
  line-height: 82px;
  text-align: center;
  z-index: 3;
}
.services .thumbnail-media:before,
.services .thumbnail-media img {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.services .layers-masonry-column:nth-child(1) .thumbnail-media:after {
  background: #ffc527 url("images/home-1-srv-ic1.png") no-repeat;
  background-position: 50% 50%;
}
.services .layers-masonry-column:nth-child(2) .thumbnail-media:after {
  background: #ffc527 url("images/coc-be-tong-chem.png") no-repeat;
  background-position: 50% 50%;
}
.services .layers-masonry-column:nth-child(3) .thumbnail-media:after {
  background: #ffc527 url("images/cho-thue-vat-tu-thiet-bi.png") no-repeat;
  background-position: 50% 50%;
}
.services .thumbnail-body {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 34px;
  z-index: 2;
  text-align: center;
  background-color: transparent;
  padding: 0;
}
.services .thumbnail-body .article-title .heading a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 22px;
  letter-spacing: 1.33px;
  color: #000;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.services .thumbnail-body .excerpt {
  color: #777777;
  font-size: 15px;
  line-height: 28px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.services .thumbnail-body .meta-info {
  display: none;
}
.services .thumbnail-body a.button {
  padding: 11px 30px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background-color: #ffc527;
  border: 2px solid #ffc527;
  margin-top: 15px;
}
/*last project  */
.last-project {
  padding-top: 100px;
  padding-bottom: 0;
}
.last-project .section-title {
  margin-bottom: 60px;
}
.last-project .section-title .heading {
  background-image: url("images/section-header-ic.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #222222;
  font-size: 36px;
  margin-top: 0;
  font-family: 'utm_eremitage';
  padding-top: 25px;
  text-transform: uppercase;
  line-height: 1.1;
}
.last-project .section-title .excerpt {
  color: #a6a6a6;
  font-style: italic;
  letter-spacing: 0.8px;
  margin: 0;
  font-size: 16px;
  max-width: 100%;
}
.last-project .layers-masonry-column {
  position: relative;
}
.last-project .layers-masonry-column:hover .thumbnail-media:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.last-project .layers-masonry-column:hover .thumbnail-body .article-title .heading {
  opacity: 1;
  -webkit-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
}
.last-project .layers-masonry-column:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}
.last-project .layers-masonry-column:hover .meta-info {
  opacity: 1;
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
}
.last-project .overlay {
  position: absolute;
  top: 0;
  bottom: 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;
}
.last-project .thumbnail-media {
  position: relative;
}
.last-project .thumbnail-media:before {
  background-color: rgba(255, 197, 39, 0.85);
  bottom: -1px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.last-project .thumbnail-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
.last-project .thumbnail-body .article-title {
  order: 1;
  -webkit-order: 1;
  position: absolute;
  bottom: 50px;
  left: 35px;
  right: 35px;
}
.last-project .thumbnail-body .article-title .heading {
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-animation: fadeOutRight 1s;
  -moz-animation: fadeOutRight 1s;
  opacity: 0;
}
.last-project .thumbnail-body .article-title .heading a {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.last-project .thumbnail-body .excerpt {
  color: #777777;
  font-size: 15px;
  line-height: 28px;
}
.last-project .thumbnail-body .meta-info {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
  margin-bottom: 0;
  order: 3;
  -webkit-order: 3;
  display: block;
  opacity: 0;
  -webkit-animation: fadeOutLeft 1s;
  -moz-animation: fadeOutLeft 1s;
}
.last-project .thumbnail-body .meta-info a {
  font-size: 13px;
  color: #ffffff;
  font-style: italic;
  text-transform: capitalize;
  text-decoration: none;
}
.last-project .thumbnail-body .meta-info .meta-tags i {
  display: none;
}
.last-project .thumbnail-body a.button {
  position: absolute;
  top: 40px;
  left: 35px;
  right: 35px;
  order: 0;
  -webkit-order: 0;
  display: inline-block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  font-size: 15px;
  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;
}
.last-project .thumbnail-body a.button:before {
  content: url("/wp-content/uploads/2022/08/logococbetongchem.png");
  line-height: 41px;
  display: block;
	    width: 45px;
    height: 45px;
	    transform: scale(.3);
  color: #fff;
  font-size: 15px;
}
.last-project .thumbnail-body a.button:hover {
  background-color: #ffc527 !important;
  border-color: #ffc527;
}
/* call out section */
.call-out-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.call-out-section .layers-masonry-column {
  margin-bottom: 0;
}
.call-out-section .media .media-body .heading {
  float: left;
  font-size: 29px;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
  line-height: 42px;
  margin-left: 73px;
  font-family: 'utm_eremitage';
}
.call-out-section .media.medium p:not(:first-child),
.call-out-section .media.medium .button {
  margin-top: 0;
}
.call-out-section a {
  margin: 0;
  float: right;
  padding: 12px 30px;
  background-color: #ffc527;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 40px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.call-out-section a:hover {
  background-color: #fff;
  color: #ffc527;
}
/* why choose section */
.why-choose-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.why-choose-section .media.medium p:not(:first-child),
.why-choose-section .media.medium .button {
  margin-top: 0;
}
.why-choose-section .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.why-choose-section .container .container {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
.why-choose-section .section-title .heading {
  background-image: url("images/section-header-ic.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #222222;
  font-size: 36px;
  margin-top: 0;
  font-family: 'utm_eremitage';
  padding-top: 25px;
  text-transform: uppercase;
  line-height: 1.1;
  background: none;
  padding-top: 0;
  font-size: 46px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.why-choose-section .section-title .excerpt p {
  color: #a6a6a6;
  font-style: italic;
  letter-spacing: 0.8px;
  margin: 0;
  font-size: 16px;
  max-width: 100%;
}
.why-choose-section .why-choose-box {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 44px;
}
.why-choose-section .why-choose-box:last-child {
  margin-bottom: 0;
}
.why-choose-section .why-choose-box img {
  left: 0;
  top: 0;
  border-radius: 100%;
}
.why-choose-section .why-choose-box .heading {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #222222;
  margin-top: 10px;
  margin-bottom: 10px;
}
.why-choose-section .why-choose-box .dec {
  font-style: italic;
  font-size: 13px;
  color: #555555;
  letter-spacing: 1.95px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.why-choose-section .why-choose-box .detail {
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  margin-bottom: 0;
}
.why-choose-section .why-choose-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  display: inline-block;
}
.why-choose-bg-img {
  padding: 0;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.why-choose-bg-img .container {
  padding: 0;
  float: left;
}
.why-choose-bg-img .media-image img {
  max-width: 90%;
  float: right;
}
.customer-review {
  padding: 120px 0 80px;
  background-repeat: no-repeat;
  position: relative;
}
.customer-review:before {
  background-color: rgba(255, 197, 39, 0.93);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
}
.customer-review .media {
  background-color: rgba(255, 255, 255, 0.25);
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 35px 20px 30px;
  margin-bottom: 35px;
  overflow: visible;
}
.customer-review .media .media-image {
  position: relative;
  z-index: 9;
  margin-right: 0;
}
.customer-review .media .media-image img:hover {
  transform: none;
}
.customer-review .media .media-body {
  position: static;
  display: block;
  overflow: hidden;
}
.customer-review .media .media-body .heading {
  position: absolute;
  padding: 16px 60px;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 16px;
  bottom: -40px;
  right: 20px;
  z-index: 9;
}
.customer-review .media .media-body .excerpt {
  position: static;
  float: left;
  width: 100%;
  margin-top: 0;
  display: block;
}
.customer-review .media .media-body .excerpt p {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 35px;
  padding-right: 0;
  padding-left: 20px;
}
.customer-review .owl-theme .owl-controls {
  margin-top: 55px;
}
.customer-review .owl-theme .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
  margin: 0 10px;
}
.customer-review .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #869791;
}
.customer-review .owl-theme .owl-dots .owl-dot.active {
  border-color: #fff;
}
.customer-review .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.customer-review .owl-theme .owl-dots .owl-dot span {
  height: 7px;
  width: 7px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  border-radius: 0;
}
/* news */
.news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news .section-title {
  margin-bottom: 60px;
}
.news .section-title .heading {
  background-image: url("images/section-header-ic.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #222222;
  font-size: 36px;
  margin-top: 0;
  font-family: 'utm_eremitage';
  padding-top: 25px;
  text-transform: uppercase;
  line-height: 1.1;
}
.news .section-title .excerpt p {
  color: #a6a6a6;
  font-style: italic;
  letter-spacing: 0.8px;
  margin: 0;
  font-size: 16px;
  max-width: 100%;
}
.news .layers-masonry-column {
  margin-right: 30px;
  width: calc(50% - 15px);
}
.news .thumbnail {
  position: relative;
  margin-bottom: 50px;
  overflow: visible;
}
.news .thumbnail .thumbnail-media {
  position: relative;
}
.news .thumbnail .thumbnail-media img {
  width: 380px;
  margin: 0;
  height: 100%;
}
.news .thumbnail .thumbnail-body {
  width: 60%;
  background-color: #ffffff;
  bottom: 0;
  padding: 0px;
  position: absolute;
  right: 0;
  overflow: visible;
}
.news .thumbnail .thumbnail-body .article-title .heading {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  line-height: 28px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.news .thumbnail .thumbnail-body .article-title .heading a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.news .thumbnail .thumbnail-body .article-title .heading a:hover {
  color: #ffc527;
}
.news .thumbnail .thumbnail-body .excerpt {
  color: #777777;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 15px;
}
.news .thumbnail .thumbnail-body .overlay {
  padding: 60px 30px;
  border: 1px solid #eaeaea;
}
.news .thumbnail .thumbnail-body a.button {
  background-color: transparent;
  color: #222222;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-top: 0;
}
.news .thumbnail .thumbnail-body a.button:hover {
  background-color: transparent !important;
  color: #ffc527;
}
/* Chuyen muc */
#wrapper-content .column.span-8 {
  padding-bottom: 0;
}
.post-news-item {
  position: relative;
  margin-bottom: 50px;
  line-height: .1;
}
.post-news-item .post-content {
  background-color: #fff;
  border: 1px solid #eaeaea;
  bottom: 0;
  padding: 60px 30px;
  position: absolute;
  right: 0;
  width: 55%;
}
.post-news-item .post-content .article-title .heading a {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  line-height: 28px;
  text-transform: uppercase;
  word-wrap: break-word;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.post-news-item .post-content .article-title .heading a:hover {
  color: #ffc527;
}
.post-news-item .post-content .copy {
  color: #777777;
  line-height: 26px;
  margin-bottom: 15px;
}
.post-news-item .post-content .date {
  position: absolute;
  width: 80px;
  height: 78px;
  background-color: #ffc527;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 10px;
  left: -81px;
  top: 60px;
  font-style: italic;
  text-transform: uppercase;
}
.post-news-item .post-content .date .day {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
}
.post-news-item .post-content .date .year {
  display: block;
  overflow: hidden;
  line-height: normal;
}
.post-news-item .post-content .read_more {
  color: #222222;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.post-news-item .post-content .read_more:hover {
  color: #ffc527;
}
/* bai viet*/
.single-post article .section-title {
  position: static;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
.single-post article .section-title .heading {
  margin-top: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  font-family: 'tahoma';
  color: #000;
  text-transform: uppercase;
}
.single-post .content-main {
  margin-bottom: 80px;
}
.single-post .story p {
  font-size: 14px;
  line-height: 30px;
  color: #777;
  text-align: justify;
}
.single-post .story p strong {
  color: #222;
}
/* Lien he */
.map-lh {
  padding: 0;
}
.map-lh .column {
  width: 100%;
  margin: 0 auto !important;
  border-style: solid;
  max-width: 100%;
}
.map-lh .column .layers-map {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}
.page-id-376 .footer-callout {
  padding-bottom: 0;
}
.page-id-376 .footer-callout-content {
  display: none;
}
.lien-he-form {
  padding: 0;
  border-top: 0;
  margin-bottom: 100px;
}
.lien-he-form .section-title {
  margin-bottom: 0;
}
.lien-he-form div.wpcf7-validation-errors {
  margin-left: 0;
  margin-right: 0;
}
.lien-he-form .wpcf7-form-control-wrap {
  margin-top: 0;
}
.lien-he-form .list-grid .column {
  margin-bottom: 0;
}
.lien-he-form .list-grid .lh {
  margin-bottom: 20px;
}
.lien-he-form .list-grid .media .media-body .heading {
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
  color: #222;
  margin: 35px 0 15px 0;
  font-family: 'tahoma';
}
.lien-he-form .list-grid .media .excerpt {
  max-width: 100%;
}
.lien-he-form .list-grid .media .excerpt p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #555;
}
.lien-he-form .list-grid .media .excerpt p strong {
  color: #222;
}
.lien-he-form div.wpcf7-response-output {
  margin: 20px 15px 0;
  overflow: hidden;
  padding: 0;
}
.lien-he-form .wpcf7-form p {
  margin-bottom: 30px !important;
}
.lien-he-form .wpcf7-form > p:last-of-type {
  margin-bottom: 0 !important;
}
.lien-he-form .wpcf7-form input:focus,
.lien-he-form .wpcf7-form textarea:focus {
  border-color: #ffc527;
}
.lien-he-form .wpcf7-form textarea {
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  resize: none;
}
.lien-he-form .wpcf7-form .wpcf7-text {
  min-height: 50px;
  font-weight: 400;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 1.428571429;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #d1d1d1;
}
.lien-he-form .wpcf7-form .wpcf7-submit {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  background-color: #ffc527;
  border: 1px solid #ffc527;
  padding: 11px 24px;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lien-he-form .wpcf7-form .wpcf7-submit:hover {
  color: #ffc527;
  background-color: #fff;
}
/* Thu vien anh */
.tv-anh .portfolio-item {
  margin-bottom: 2%;
}
.tv-anh .portfolio-item .featured-image {
  margin-bottom: 0;
}
.tv-anh .portfolio-item .featured-image .portfolio-hover.style2 {
  background-color: rgba(255, 255, 255, 0.42);
}
.tv-anh .portfolio-item .featured-image .portfolio-hover.style2 .hover-buttons {
  width: 100%;
  height: 100%;
}
.tv-anh .portfolio-item .fa-eye:before {
  content: "\f067";
}
.tv-anh .portfolio-hover.style2 > div > div {
  padding: 0;
}
.tv-anh .portfolio-hover .hover-buttons a {
  background: transparent;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.tv-anh .portfolio-hover .hover-buttons a i {
  color: transparent;
}
.tv-anh .portfolio-hover .hover-buttons a:hover {
  background: transparent;
}
/* Hoi dap */
.hoi-dap .section-title {
  margin-bottom: 20px;
}
.hoi-dap .uk-accordion-title {
  background-color: transparent;
  margin-bottom: 0;
  color: #9e9d9d;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
.hoi-dap .uk-accordion-title:after {
  color: #999;
}
.hoi-dap .media-body {
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.hoi-dap .media-body:hover {
  border: 1px solid #bbb;
}
.hoi-dap .media-body:hover .uk-accordion-title:after {
  color: #000;
}
.hoi-dap .excerpt p {
  color: #444;
}
.hoi-dap .animatedParent:last-child .media-body {
  margin-bottom: 0;
}
/* Gioi thieu */
.page-template-default article .section-title {
  margin-bottom: 0;
  position: static;
  display: block;
}
.page-template-default article .section-title .heading {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
  display: none;
}
.page-template-default .content-main {
  margin-bottom: 80px;
}
.page-template-default .row .column:last-child {
  margin-bottom: 0;
}
.page-template-default .story p {
  word-wrap: break-word;
  line-height: 24px;
  color: #777;
}
.page-template-default .story p:last-child {
  margin-bottom: 0;
}
/* 04. SIDEBAR */
.sidebar.pull-right {
  padding-left: 50px;
}
.sidebar.pull-right .well {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #f9f9f9;
  padding: 15px 14px;
}
.sidebar .section-nav-title {
  color: #030303;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.sidebar .section-nav-title:before {
  width: 36px;
  height: 3px;
}
.sidebar .well {
  background-color: transparent;
  margin-bottom: 50px;
}
.sidebar .content-vertical-massive {
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar .widget_search {
  background-color: transparent !important;
  padding: 0 !important;
}
.sidebar .widget_search .search-form {
  position: relative;
}
.sidebar .widget_search .search-form:hover {
  transition: 300ms;
  -webkit-transition: 300ms;
}
.sidebar .widget_search .search-form:hover:before {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .widget_search .search-form:before {
  content: "\e6a4";
  font-family: 'Stroke-Gap-Icons';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  padding: 0 16px;
  background-color: transparent;
  color: #888 !important;
}
.sidebar .widget_search .search-form .search-field {
  width: 100%;
  border: 1px solid #eee;
  color: #555;
  font-size: 14px;
  height: 50px;
  font-weight: 300;
  margin-bottom: 0;
}
.sidebar .widget_search .search-form .search-submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999px;
  height: 50px;
  width: auto;
  padding: 13px 23px;
  background-color: transparent;
}
.sidebar .popular-posts .wpp-list li:not(:last-child) {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.sidebar .popular-posts .wpp-thumbnail {
  width: 79px;
  height: 79px;
  margin: 0 25px 0px 0;
}
.sidebar .popular-posts .wpp-post-title {
  font-size: 16px;
  line-height: 21px;
  color: #181818;
  word-wrap: break-word;
  font-family: "Open Sans", sans-serif;
}
.sidebar .popular-posts .wpp-post-title:hover {
  color: #ffc527;
}
.sidebar .popular-posts .post-stats {
  color: #ffc527;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  display: block;
  font-weight: normal;
  padding-left: 100px;
}
.sidebar .tagcloud {
  padding: 5px 0 0 0;
}
.sidebar .tagcloud a {
  font-size: 14px !important;
  color: #777777;
  text-decoration: none;
  padding: 8px 20px;
  border: 1px solid #dadada;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 4px;
  text-transform: capitalize;
}
.sidebar .tagcloud a:hover {
  background: #ffc527;
  color: #fff;
  border: 1px solid #ffc527;
}
.sidebar .widget_categories ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  text-align: right;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-top: 6px;
  font-size: 16px;
}
.sidebar .widget_categories ul li:first-child {
  padding-top: 0;
}
.sidebar .widget_categories ul li:before {
  content: "";
  background-image: url("images/blog-ic.png");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 0;
  float: left;
}
.sidebar .widget_categories ul li a {
  color: #444444;
  text-decoration: none;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  font-style: italic;
  word-wrap: break-word;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  text-align: left;
  float: left;
  font-size: 14px;
}
.sidebar .widget_categories ul li a:hover {
  color: #ffc527;
  margin-left: 10px;
}
.sidebar .widget_categories ul li:hover {
  color: #ffc527;
}
/* 05. FOOTER */
.footer-site.invert .section-nav-title {
  color: #fff;
}
.footer-callout {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 100px;
}
.footer-callout .footer-callout-content {
  border: 1px solid #656565;
  padding: 43px 30px;
  margin-bottom: 0;
}
.footer-callout .excerpt h4 {
  position: relative;
  font-family: 'tahoma', sans-serif;
  font-weight: 500;
  font-size: 26px;
  float: left;
  color: #ffffff;
  padding-left: 65px;
  margin: 0;
  line-height: 1.1;
}
.footer-callout .excerpt h4 img {
  position: absolute;
  left: 0;
  top: 0;
}
.footer-callout .excerpt h4 .callnow {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 12px;
}
.footer-callout .excerpt h4 .callnow strong {
  color: #ffc527;
  font-weight: 800;
}
.footer-callout a.button {
  float: right;
  padding: 12px 30px;
  background-color: #ffc527;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 20px;
  margin-top: 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-callout a.button:hover {
  background-color: #ffffff;
  color: #ffc527;
}
.footer-site {
  padding-top: 0px;
  padding-bottom: 0;
  /* Bai viet moi */
  /* about*/
  /* form dang ky nhan tin */
  /* Thong tin lien he */
  /* menu thong tin huu ich*/
  /* Chuyen muc*/
}
.footer-site .row {
  padding-bottom: 0;
  padding-top: 0;
}
.footer-site .row .row {
  padding: 0;
}
.footer-site .popular-posts .wpp-list li {
  float: left;
  clear: none;
  margin-bottom: 0;
}
.footer-site .popular-posts .wpp-list li:nth-child(3n +3) .wpp-thumbnail {
  margin-right: 0;
}
.footer-site .popular-posts .wpp-thumbnail {
  width: 83px;
  height: 83px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-site .popular-posts .wpp-post-title {
  display: none;
}
.footer-site .popular-posts .post-stats {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
.footer-site .about .media.medium p:not(:first-child),
.footer-site .about .media.medium .button {
  margin-top: 0;
}
.footer-site .about .info-box {
  margin-bottom: 20px;
}
.footer-site .about .info-box h5 {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.footer-site .about .info-box h5 strong {
  font-weight: 500;
  color: #fff;
}
.footer-site .about .info-box p {
  margin-bottom: 10px;
  font-weight: 400;
  color: #9e9d9d;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.footer-site .wpcf7-form p {
  margin: 0 0 18px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.4rem;
}
.footer-site .wpcf7-form .y_name {
  position: relative;
}
.footer-site .wpcf7-form .y_name:before {
  content: "\e69c";
  font-family: 'Stroke-Gap-Icons';
  position: absolute;
  color: #ffffff;
  right: 30px;
  top: 12px;
  font-size: 12px;
  z-index: 2;
}
.footer-site .wpcf7-form .email {
  position: relative;
}
.footer-site .wpcf7-form .email:before {
  content: "\e6b7";
  font-family: 'Stroke-Gap-Icons';
  position: absolute;
  color: #ffffff;
  right: 30px;
  top: 12px;
  font-size: 12px;
  z-index: 2;
}
.footer-site .wpcf7-form .wpcf7-text {
  background-color: #313131;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  outline: none;
  height: 39px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-style: italic;
  text-transform: initial;
  letter-spacing: 0.4px;
}
.footer-site .wpcf7-form .wpcf7-submit {
  padding: 12px 30px;
  background-color: #ffc527;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 20px;
  margin-top: 7px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  border: none;
}
.footer-site .wpcf7-form .wpcf7-submit:hover {
  color: #ffc527;
  background-color: #fff;
}
.footer-site .ttlh .excerpt p {
  line-height: 2.4rem;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}
.footer-site .widget_nav_menu ul li a:hover {
  color: #ffc527;
}
.footer-site .widget_categories .cat-item a {
  text-transform: capitalize;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #9e9d9d;
  text-decoration: none;
}
.footer-site .widget_categories .cat-item a:hover {
  color: #ffc527;
}
.footer-site .widget_recent_entries ul li {
  position: relative;
  margin-left: 12px;
  margin-bottom: 10px;
  line-height: 24px;
}
.footer-site .widget_recent_entries ul li:before {
  content: "";
  position: absolute;
  left: -16px;
  width: 5px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.35);
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.footer-site .widget_recent_entries ul li a {
  color: #9e9d9d;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-site .widget_recent_entries ul li a:hover {
  color: #ffc527;
}
.footer-site.invert .ttlh .excerpt p,
.footer-site.invert .popular-posts .wpp-post-title,
.footer-site.invert .popular-posts .post-stats,
.footer-site.invert .wpcf7-form p {
  color: #fff;
}
.footer-bottom {
  padding: 5px 0;
  background-size: cover;
  font-size: 12px;
  background-color: #1a1a1a;
}
.footer-bottom .container {
  max-width: 1170px;
  padding: 0 15px;
}
.footer-bottom .site-text {
  color: #9b9b9b !important;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom #mbmcl {
  float: right;
  color: #444 !important;
  text-align: right;
  margin: 10px 0 0;
}
.footer-bottom #mbmcl a:hover {
  color: #d00400 !important;
}
/* 06. RESPONSIVE*/
@media (max-width: 1200px) {
  .welcome-section,
  .services,
  .last-project,
  .news,
  .why-choose-section,
  .customer-review {
    padding-top: 80px;
  }
  #wrapper-content .span-8 {
    padding-bottom: 0px !important;
  }
  .customer-review,
  .news,
  .why-choose-section {
    padding-bottom: 80px;
  }
  .why-choose-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-choose-bg-img .media-image img {
    max-width: 100%;
  }
  .why-choose-section .section-title .heading {
    font-size: 40px;
  }
  .bread-crumbs {
    display: none;
  }
  .title-container .title-post .heading {
    width: 100%;
  }
  /* pagination*/
  .pagination {
    display: block;
    clear: both;
  }
  .news .thumbnail .thumbnail-body .overlay {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .last-project .thumbnail-media img {
    width: auto;
    height: auto;
  }
  .sidebar.pull-right {
    padding-left: 20px;
  }
  .span-6 .post-news-item {
    margin-bottom: 50px ;
  }
  .span-6 .post-news-item .thumbnail {
    margin-bottom: 0 ;
  }
  .span-6 .post-news-item .post-content {
    position: relative ;
    width: 100% ;
  }
  .span-6 .post-news-item .post-content .date {
    left: -1px;
    top: -79px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .header-site nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .why-choose-section .section-title .excerpt {
    max-width: 100%;
  }
  .why-choose-section .container .container {
    width: 100%;
  }
  .why-choose-section .why-choose-bg-img {
    display: none;
  }
}
@media (max-width: 1080px) and (min-width: 992px) {
  .services .thumbnail-media:after {
    width: 45px;
    height: 45px;
  }
  .services .thumbnail-body .article-title .heading a {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* chuyen muc*/
  .post-news-item {
    margin-bottom: 50px;
  }
  .post-news-item .thumbnail {
    margin-bottom: 0;
  }
  .post-news-item .post-content {
    position: relative;
    width: 100%;
  }
  .post-news-item .post-content .date {
    left: -1px;
    top: -79px;
  }
  .sidebar.pull-right {
    padding-left: 10px;
  }
  .sidebar.span-3.pull-left .well {
    padding: 0;
    padding-bottom: 20px;
  }
  .site-logo-link,
  .mark {
    float: left;
    text-align: left;
  }
  .news .thumbnail .thumbnail-body {
    width: 75%;
  }
  .footer-site .popular-posts .wpp-thumbnail {
    width: 75px;
    height: 75px;
  }
  .last-project .column-flush.span-3 {
    width: 33.33333%;
    float: left;
  }
  .last-project .row .span-2:nth-child(6n+7),
  .last-project .row .span-3:nth-child(4n+5),
  .last-project .row .span-4:nth-child(3n+4),
  .last-project .row .span-6:nth-child(2n+3) {
    clear: none;
  }
}
@media (max-width: 991px) {
  .services .layers-masonry-column {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .services .layers-masonry-column:nth-child(2n+2) {
    margin-right: 0;
  }
  .services .layers-masonry-column .thumbnail-body {
    bottom: 45%;
    transform: translateY(50%);
  }
  .call-out-section {
    text-align: center;
  }
  .call-out-section .media .media-body {
    text-align: center;
  }
  .call-out-section .media .media-body .heading {
    margin-bottom: 30px;
    margin-left: 0;
    float: none;
    text-align: center;
  }
  .call-out-section a {
    margin-right: 0;
    float: none;
  }
  .last-project .thumbnail-body a.button {
    top: 20px;
  }
  .last-project .thumbnail-body .article-title {
    bottom: 40px;
  }
  .last-project .thumbnail-body .meta-info {
    bottom: 20px;
  }
  .customer-review .media .media-image {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 auto 10px;
  }
  .customer-review .media .media-image img {
    max-width: 60%;
  }
  .customer-review .media .media-body .heading {
    padding: 10px 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .customer-review .media .media-body .excerpt p {
    font-size: 16px;
    line-height: 1.5;
  }
  .customer-review .media .media-body .heading {
    left: 50%;
    width: 80%;
  }
}
@media only screen and (max-width: 1174px) {
  .footer-site .popular-posts .wpp-list li:nth-child(3n +3) .wpp-thumbnail {
    margin-right: 10px;
  }
}
@media (max-width: 1174px) and (min-width: 992px) {
  .header-top-wrapper .info-company .container {
    display: flex;
  }
  .last-project .thumbnail-body .meta-info {
    bottom: 10px;
  }
  .last-project .thumbnail-body .article-title .heading {
    margin: 0;
    line-height: 1.2;
  }
  .last-project .thumbnail-body .article-title .heading a {
    font-size: 14px;
  }
  .last-project .thumbnail-body a.button {
    top: 20px;
  }
}
@media (max-width: 1000px) and (min-width: 992px) {
  .last-project .thumbnail-body .article-title .heading a {
    font-size: 13px;
  }
  .last-project .thumbnail-body .meta-info a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .header-site nav .menu .sub-menu li:last-child {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar .well:last-child {
    margin-bottom: 0;
  }
  #wrapper-content .column.span-8 {
    margin-bottom: 0;
  }
  .sidebar {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 850px) {
  .header-secondary .pull-right,
  .header-secondary .pull-left {
    text-align: center;
    width: 100%;
  }
  .header-secondary .pull-left {
    display: none;
  }
  .header-content-logo {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .header-top-wrapper {
    padding: 0;
    overflow: hidden;
  }
  .header-top-wrapper > .container {
    flex-direction: column;
  }
  .header-top-wrapper > .container .header-content-logo.span-4 {
    order: 2;
    width: 100%;
    background-color: #ffc527;
  }
  .header-top-wrapper > .container .header-content-logo.span-4:before {
    content: "";
    position: absolute;
    background-color: #ffc527;
    top: 0;
    z-index: -1;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 850px;
    left: -21px;
  }
  .header-top-wrapper > .container .header-content-logo.span-4 .site-logo-link {
    display: none;
  }
  .header-top-wrapper > .container .header-content-logo.span-4 .site-description {
    float: left;
    display: inline-block;
    margin-left: 0;
  }
  .header-top-wrapper > .container .header-content-logo.span-4 .site-description .sitetitle {
    margin: 27px 0;
    position: relative;
  }
  .header-top-wrapper > .container .header-content-logo.span-4 .site-description .sitetitle a {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    height: auto;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 31px;
    color: #ffffff;
    font-weight: 800;
  }
  .header-top-wrapper > .container .header-content-logo.span-4 .site-description .tagline {
    display: none;
  }
  .header-top-wrapper > .container .header-content-logo.span-4 .responsive-nav {
    float: right;
    vertical-align: middle;
    margin: 27px 0;
    background-color: #fff;
    padding: 0 10px;
  }
  .header-top-wrapper > .container .header-content-logo.span-4 .responsive-nav .l-menu {
    color: #ffc527;
  }
  .header-top-wrapper > .container .span-8 {
    padding: 40px 0;
    order: 1;
    width: 100%;
    display: block;
  }
  .header-top-wrapper > .container .span-8 .container {
    float: none;
    clear: both;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .header-top-wrapper > .container .span-8 .container .info-company .layers-masonry-column {
    margin-left: auto;
  }
  .header-top-wrapper > .container .span-8 .container .info-company .layers-masonry-column:first-child {
    margin-left: 0;
  }
  .header-top-wrapper > .container .span-8 .info-company .layers-masonry-column {
    margin-left: 0;
    margin-right: 50px;
  }
  .responsive-nav {
    display: block !important;
  }
  .header-site nav {
    margin-top: 0;
  }
  .header-site .nav .menu {
    display: none;
  }
  section[class*=' off-canvas-'] .nav-mobile {
    display: block;
  }
  .header-site .container,
  .header-site > .clearfix {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header-secondary .container .search-trigger {
    display: none !important;
  }
  .header-secondary .container .search-area-close,
  .header-secondary .container .search-form {
    top: 140%;
    right: 70px;
  }
  .logo {
    flex: 1;
  }
  .site-logo-link img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .responsive-nav {
    display: none;
  }
  .nav-horizontal ul {
    display: block;
  }
}
@media (max-width: 790px) {
  .footer-callout .excerpt h4 {
    line-height: 1.4;
    text-align: left;
  }
  .footer-callout .media-body {
    text-align: center;
  }
  .footer-callout a.button {
    float: none;
    margin: auto;
  }
}
@media (width: 768px) {
  .logo {
    margin-top: 0;
  }
  .column.span-8 {
    width: 66%;
    float: left;
  }
  .span-4 {
    width: 23.5%;
    clear: right;
  }
  .span-4 .well {
    padding: 0;
    padding-bottom: 20px;
  }
  .sidebar .well {
    margin-bottom: 30px !important;
  }
  .sidebar.pull-right .well {
    padding: 20px 15px;
  }
  .sidebar .popular-posts .wpp-thumbnail {
    margin: 0 20px 20px 0;
  }
  .sidebar.pull-right {
    padding-left: 10px;
  }
  .sidebar.span-4 {
    float: right;
    width: 23.5%;
    clear: right;
  }
  .sidebar.span-4 .widget {
    width: 100%;
  }
  .sidebar.pull-right.span-4 {
    float: right;
    width: 32%;
  }
  .sidebar.pull-right.span-4 .widget {
    width: 100%;
  }
  .sidebar.span-3 + .span-6 {
    width: 49%;
  }
  .sidebar.span-3 + .span-6 + .span-3 {
    width: 23.5%;
    float: right;
    clear: right;
  }
  .sidebar.span-3 + .span-6 + .span-3 .widget {
    width: 100%;
  }
  .footer-site .column.span-3 {
    width: 23.5%;
    float: left;
    margin-bottom: 2%;
  }
  .footer-site .column.span-2:nth-child(3n+4),
  .footer-site .column.span-3:nth-child(2n+3) {
    clear: none;
  }
  .footer-site .popular-posts .wpp-thumbnail {
    width: 75px;
    height: 75px;
  }
  .footer-site .popular-posts .wpp-thumbnail:nth-child(2n +2) {
    margin-right: 0;
  }
  /* footer-bottom*/
  .footer-bottom .span-8 {
    width: 66%;
    float: left;
  }
  .footer-bottom .span-4 {
    width: 32%;
  }
  .lien-he-form {
    margin-bottom: 80px;
  }
  .lien-he-form .span-7 {
    width: 57.5%;
    float: left;
  }
  .lien-he-form .column.span-7 + .span-5 {
    width: 40.5%;
  }
  .lien-he-form .column {
    float: left;
  }
}
@media (max-width: 767px) {
  .header-top-wrapper > .container .span-8 {
    padding: 0;
  }
  .info-company {
    display: none;
  }
  .welcome-section,
  .services,
  .last-project,
  .news,
  .why-choose-section,
  .customer-review {
    padding-top: 80px;
  }
  #wrapper-content .span-8 {
    padding-bottom: 0px !important;
  }
  .customer-review,
  .news,
  .why-choose-section {
    padding-bottom: 80px;
  }
  .footer-callout {
    margin-top: 0;
  }
  .welcome-section .span-6 {
    width: 100%;
  }
  .welcome-section .welcome-content {
    margin-top: 0;
    padding: 35px 70px;
  }
  .welcome-section .welcome-content p {
    font-size: 1.4rem;
  }
  .welcome-section .welcome-content:before {
    left: 20px;
    right: 20px;
    top: -45px;
  }
  .services .layers-masonry-column {
    float: none;
    clear: both;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .services .layers-masonry-column:nth-child(3n +3),
  .services .layers-masonry-column:nth-child(2n +2) {
    margin-right: auto;
  }
  .news .span-6 {
    width: 100%;
    margin-bottom: 100px;
    float: none;
    clear: both;
  }
  .news .span-6:last-child {
    margin-bottom: 0px;
  }
  /* td breadcrumbs + bai viet chi tiet*/
  .title-container .title-post .heading {
    width: 100%;
  }
  .title-container .title-post {
    display: block;
    margin-bottom: 20px;
  }
  .meta-info .meta-item {
    text-align: center;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
  .meta-info .meta-date {
    border: none;
    text-align: center;
    padding-left: 0;
  }
  /* chuyen muc*/
  .post-news-item .article-title .heading {
    line-height: 25px;
  }
  .post-news-item.column.span-4 {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .post-news-item.column.span-4:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .post-news-item.column.span-4:nth-child(3n+3) {
    clear: both;
    margin-right: 4%;
  }
  .post-news-item.column.span-4:nth-child(4n+4) {
    clear: none;
  }
  .relative-post-default {
    margin-bottom: 40px;
  }
  .relative-post-default .section-nav-title {
    color: #030303;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .relative-post-default .section-nav-title:before {
    width: 36px;
    height: 3px;
  }
  .single .column.span-8,
  .search .column.span-8,
  .archive .column.span-8 {
    margin-right: 0;
  }
  .search-no-results .widget_search {
    display: none;
  }
  /* sidebar */
  .sidebar.pull-right {
    padding-left: 0;
  }
  .column.pull-right {
    margin-bottom: 0;
  }
  .sidebar .push-bottom-large {
    margin-bottom: 20px;
  }
  .sidebar.span-3 + .span-6 + .span-3 .widget {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .sidebar.span-3 + .span-6 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .sidebar .well {
    padding: 0;
  }
  .sidebar.span-3,
  .sidebar.span-4 {
    width: 100%;
  }
  .sidebar.span-3 .widget,
  .sidebar.span-4 .widget {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-site .about .info-box {
    margin-bottom: 0;
  }
  .footer-site .widget {
    margin-bottom: 0px;
  }
  .footer-site .row {
    padding-top: 0;
  }
  .footer-site .layers-masonry-column {
    margin-bottom: 0;
  }
  /* footer callout*/
  .footer-callout .media-body {
    text-align: center;
  }
  .footer-callout .button {
    float: none;
    margin: auto;
  }
  .footer-callout excerpt h4 {
    line-height: 1.4;
    text-align: left;
  }
  /* footer-bottom*/
  .footer-bottom {
    padding: 5px 0 10px;
  }
  .footer-bottom .site-text {
    float: none;
    text-align: center;
  }
  .footer-bottom #mbmcl {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  /* lien he*/
  .lh.column.span-4 {
    width: 100%;
    float: none;
    clear: both;
  }
  .lien-he-form {
    margin-top: 80px;
  }
  .lien-he-form .column.span-7 {
    margin-right: 0;
  }
  .lien-he-form .column.span-5 {
    width: 100%;
    float: none;
    clear: both;
  }
  textarea,
  input {
    max-width: 100% !important;
    resize: none;
  }
  .footer-site .span-3 {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .footer-site .widget_nav_menu ul li a {
    font-size: 1.4rem;
  }
  .footer-site .widget_recent_entries ul li {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  /* bs*/
  .title-container .title {
    padding: 100px 0 100px;
  }
  .title-container .title .heading {
    font-size: 42px;
  }
  .off-canvas-right.open + .wrapper-site .header-top-wrapper > .container .span-4:before {
    left: -160px;
  }
  .header-secondary .pull-right .nav li a[title="mail"] {
    display: none;
  }
  .header-secondary .pull-right .nav li {
    width: 100%;
  }
  .header-secondary .pull-right .nav li a {
    padding: 10px 0;
    border-left: 0;
    margin-left: 0;
  }
  .header-secondary .pull-right .nav .menu-item-language {
    float: left;
    width: auto;
    margin-left: 30%;
  }
  .header-secondary .pull-right .nav .menu-item-language a {
    border-left: 0;
  }
  .header-secondary .pull-right .nav .menu-item-language:last-child {
    margin-left: 0;
  }
  .header-secondary .pull-left .nav li a {
    padding: 10px 0;
  }
  .header-top-wrapper .info-company .media {
    float: none;
  }
  .header-top-wrapper .span-8 .container {
    display: block !important;
  }
  .header-top-wrapper .span-8 .layers-masonry-column {
    margin: 10px auto;
  }
  .header-top-wrapper .span-8 .layers-masonry-column:last-child {
    margin-top: 0;
  }
  .title-container .title-post .heading {
    font-size: 19px;
  }
  .footer-site .column.span-3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-site .widget {
    margin-bottom: 0;
  }
  .services .layers-masonry-column .thumbnail-body {
    left: 15px;
    right: 15px;
    bottom: 20px;
    transform: none;
  }
  .post-news-item .thumbnail {
    margin-bottom: 0;
  }
  .post-news-item .post-content {
    position: relative;
    width: 100%;
  }
  .post-news-item .post-content .date {
    left: -1px;
    top: -79px;
  }
  .footer-callout .excerpt h4 {
    font-size: 20px;
  }
  .footer-callout .footer-callout-content {
    padding: 20px 30px;
  }
  .single-post article .section-title .heading {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .post-news-item {
    margin-bottom: 50px;
  }
  .post-news-item .thumbnail {
    margin-bottom: 0;
  }
  .post-news-item .post-content {
    position: relative;
    width: 100%;
  }
  .post-news-item .post-content .date {
    left: -1px;
    top: -79px;
  }
  .news .thumbnail .thumbnail-media img {
    width: 100%;
  }
  .news .thumbnail .thumbnail-body {
    position: relative;
    width: 100%;
    top: 100%;
  }
  .footer-site input[type="text"]::-moz-placeholder {
    padding-top: 4px;
  }
  .footer-site input[type="text"]::-webkit-input-placeholder {
    padding-top: 4px;
  }
}
@media (max-width: 480px) {
  .swiper-container .arrows a {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .post-news-item.column.span-4 {
    width: 100%;
    float: none;
    clear: both;
  }
  .last-project .column-flush.span-3 {
    width: 100%;
    max-width: 370px;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  .error404 .page-404 .h2-404 {
    font-size: 20px;
  }
  .error404 .page-404 .entry-404 .search-404 .search-form {
    width: auto;
  }
  .layers-map {
    height: 320px !important;
  }
  .header-secondary .pull-left ul .menu-item-language,
  .header-secondary .pull-left ul .menu-item-language-current {
    padding-right: 0;
  }
  .customer-review .media .media-body .heading {
    left: 50%;
    width: 70%;
  }
  .welcome-section .welcome-content {
    padding-left: 35px;
    padding-right: 35px;
  }
  .welcome-section .welcome-content .welcome-box {
    padding-left: 72px;
  }
}
@media (max-width: 350px) and (min-width: 320px) {
  .services .thumbnail-media:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .footer-site .wpcf7-form .wpcf7-text {
    font-size: 9px;
  }
}
.story img {
    margin: auto;
    text-align: center;
    display: block;
}
.header-top-wrapper .logo img{
	    margin-top: 16px;
}
.footer-site .wpcf7-form .sdt:before {
    content: "\e674";
    font-family: 'Stroke-Gap-Icons';
    position: absolute;
    color: #ffffff;
    right: 30px;
    top: 155px;
    font-size: 12px;
    z-index: 2;
}

.tra-cuu-phieu-xuat .form-tra-cuu button{
	position: absolute;
    right: 0;
    height: 36px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    background: #ffc527;
    color: #000;
}
p.log{
	font-size: 14px;
    color: #d80000 !important;
    margin-top: 5px;
}
.info-details{
	margin: 15px 0;
}
.info-details p{
	margin-bottom: 6px;
}
#tra-cuu-result table td{    text-align: center;     color: #000 !important;}
.info-details p{color: #000 !important}
#tra-cuu-result p strong{color: #222;}
#tra-cuu-result{margin-top: 15px !important;}