/*
Theme Name: Caffe Child Themes
Theme URI: http: //chili.vn
Description: Wedding
Author: Matbao.com
Author URI: http://matbao.com
Template: layerswp
Version: 1.0
Main Color:#0067ac
Child Color:#949494
*/
@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_altergothic/fonts.css");
/*

*/
/*

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


*/
/*fix safari*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  .someClass {
    color: #c00;
  }
  /* Safari 5+ ONLY */
  ::i-block-chrome,
  .someClass {
    color: #000;
  }
}
/*
Set 16:9 for thumbnail
*/
.post-news-item .thumbnail a,
.thumbnail-media a,
.media-image a,
.featured-image {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 56.25%;
}
.post-news-item .thumbnail a img,
.thumbnail-media a img,
.media-image a img,
.featured-image img {
  position: absolute;
  left: 0;
  min-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
.archive.category .sidebar .media.medium p:not(:first-child),
.search .sidebar .media.medium p:not(:first-child),
.single .sidebar .media.medium p:not(:first-child) {
  margin-top: 7px;
}
.archive.category .post-news-item .thumbnail a,
.search .post-news-item .thumbnail a,
.single .post-news-item .thumbnail a,
.archive.category .thumbnail-media a,
.search .thumbnail-media a,
.single .thumbnail-media a,
.archive.category .media-image a,
.search .media-image a,
.single .media-image a,
.archive.category .featured-image,
.search .featured-image,
.single .featured-image {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 41.25%;
}
.archive.category .post-news-item .thumbnail a img,
.search .post-news-item .thumbnail a img,
.single .post-news-item .thumbnail a img,
.archive.category .thumbnail-media a img,
.search .thumbnail-media a img,
.single .thumbnail-media a img,
.archive.category .media-image a img,
.search .media-image a img,
.single .media-image a img,
.archive.category .featured-image img,
.search .featured-image img,
.single .featured-image img {
  position: absolute;
  left: 0;
  min-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
.childcolor {
  color: #949494;
}
.childcolor_heading .heading {
  color: #949494 !important;
}
.wrapper-site {
  /* margin-top: 52px; */
}
.header-site {
  margin-top: 15px;
}
.header-site .container {
  background: #fff;
  height: 83px;
}
.header-site .container:before {
  /* background: #0067ac; */
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
}
.header-left .logo {
  overflow: visible;
  background: #fff;
  min-height: 90px;
  min-width: 100px;
  padding: 10px 20px;
  position: relative;
  box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
  -webkit-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
  z-index: 99;
  line-height: 16px;
  border-bottom: none;
  border-bottom: 5px solid #0067ac;
}
.header-left .logo:before {
  background: #0067ac;
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: -6px;
  left: 0px;
}
.swiper-container {
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding-bottom: 20px !important;
}
.auto-height .swiper-slide .overlay {
  padding: 0px;
}
.swiper-slide .container {
  padding: 0px;
  padding-bottom: 20px !important;
}
.site-logo-link img,
.mark img {
  max-height: inherit;
}
/*
####
  Color class
####
*/
.header-site .nav li:hover .sub-menu {
  top: 40px;
}
.header-site .nav li:hover .sub-menu li {
  margin: 0px;
  background: #0067ac;
}
.header-site .nav li:hover .sub-menu li:hover {
  /* background: #0067ac; */
}
.header-site .nav li:hover .sub-menu li:hover a {
  background: #0067ac;
  color: #fff;
}
.header-site .menu-item-has-children > a:after,
.header-site .menu-item-has-children > a:hover:after {
  opacity: 0;
  line-height: normal;
  content: none;
}
.nav-horizontal li {
  background: #0067ac;
  margin: 0;
}
.nav-horizontal li:last-child {
  margin-right: 0px;
}
.nav-horizontal li a {
  padding: 20px 31px;
  color: #ffffff !important;
  font-weight: normal;
  font-size: 20px;
  font-family: 'utm_altergothic';
  line-height: 1px;
}
.nav-horizontal li a:hover {
  /* background: #0067ac url(/wp-content/uploads/2016/07/menu-top.png) center top no-repeat; */
  color: #da251c !important;
}
body {
  color: #666666;
  font-size: 13px;
  font-family: arial !important;
}
.header-site.header-sticky {
  background-color: #0067ac;
}
.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*/
.clear {
  clear: both;
}
.page-404 {
  background: #fff;
  text-align: center;
}
.page-404 input[type=submit] {
  background-color: #0067ac;
  font-weight: normal;
  font-family: arial;
  font-size: 13px;
}
.page-404 input[type=submit]:hover {
  background: #0a2864;
  color: #fff;
}
.page-404 .title-404 {
  font-size: 200px;
  font-weight: bold;
  color: #0067ac;
}
.page-404 .h2-404 {
  font-size: 50px;
}
.page-404 .entry-404 a {
  margin: 20px 0px;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  background-color: #0067ac;
}
.page-404 .entry-404 a:hover {
  background: #0a2864;
}
.page-404 .entry-404 .search-404 .search-form {
  float: none;
  margin: 0 auto;
  margin-top: 20px;
  width: 278px;
}
.page-404 .entry-404 .search-404 .search-form input {
  height: 38px;
  margin-bottom: 25px;
}
.header-site nav .menu .sub-menu li {
  margin: 0;
}
.header-site nav .menu .sub-menu .current-menu-item a {
  background: #0067ac;
}
.header-site .current-menu-item > a {
  color: #da251c !important;
  /* background: #0067ac url(/wp-content/uploads/2016/07/menu-top.png) center top no-repeat; */
}
.header-site.header-left nav {
  margin: -23px 0px 0 0;
}
.header-site.header-left nav > .menu > li > a {
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  text-transform: uppercase;
}
.header-site.header-left nav > .menu > li ul {
  border: none;
}
.header-site.header-left nav > .menu > li ul li {
  width: 100%;
}
.header-site.header-left nav > .menu > li ul li a {
  border-color: #ececec;
  display: block;
  white-space: nowrap;
  padding: 10px 20px;
  text-transform: none;
  font-weight: normal;
}
.header-site.header-left nav > .menu > li ul li a:hover {
  background: #0067ac;
  color: #fff;
}
.swiper-container:hover .arrows .l-right-arrow {
  right: 25px;
}
.swiper-container:hover .arrows .l-left-arrow {
  left: 25px;
}
/*
Set 16:9 for thumbnail
*/
.abc + .sub-menu {
  visibility: visible ;
  opacity: 1;
  top: 89px;
  transition: all 0.2s ease-in-out;
  background: transparent;
}
.abc + .sub-menu li {
  background: #fff;
}
.abc + .sub-menu li::hover {
  background: #0067ac;
  color: #0067ac;
}
.wrapper-content .container {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.header-site {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
body {
  background: #d2d6c5;
}
#wrapper-site,
.wrapper-site {
  background-color: #d2d6c5;
}
.thumbnail-body {
  background-color: transparent;
  padding: 20px 0;
  padding-bottom: 0px;
}
.service {
  padding-top: 10px;
  padding-bottom: 30px;
}
.service .container.clearfix {
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.service .section-title {
  margin-bottom: 18px;
}
.service .section-title .heading {
  font-family: 'utm_altergothic';
  color: #0067ac;
  text-transform: uppercase;
  font-weight: normal;
  padding: 20px 0 0px 20px;
  line-height: 40px;
  font-size: 18px;
}
.service .section-title .heading:before {
  content: "";
  height: 40px;
  width: 15px;
  display: block;
  margin-right: 10px;
  float: left;
  background: #0067ac url('/wp-content/uploads/2016/07/white-arrow-right.png') 6px 17px no-repeat;
}
.dich-vu-trang-chu {
  padding-top: 0px;
  padding-bottom: 15px;
}
.dich-vu-trang-chu .excerpt {
  color: #666666;
}
.dich-vu-trang-chu .button {
  padding-bottom: 0px;
  text-transform: lowercase;
}
.dich-vu-trang-chu .thumbnail-body .button {
  margin-top: 0px;
}
.dich-vu-trang-chu .thumbnail-media img {
  transform: none;
  -webkit-transform: none;
}
.dich-vu-trang-chu .span-3 {
  background-color: #fff;
  padding: 20px;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.dich-vu-trang-chu .thumbnail-media:after {
  content: '';
  background: #eee;
  height: 5px;
  width: 100%;
  display: block;
  margin: 10px 0px 0px 0px;
}
.dich-vu-trang-chu .thumbnail-media:hover:after {
  background-color: #0067ac;
}
.dich-vu-trang-chu .thumbnail-body .heading {
  font-size: 16px;
  padding-bottom: 10px;
}
.dich-vu-trang-chu .thumbnail-body .heading a {
  color: #0067ac;
}
.dich-vu-trang-chu .thumbnail-body .heading a:hover {
  opacity: 0.8;
}
.dich-vu-trang-chu .meta-info {
  display: none;
}
@media only screen and (min-width: 769px) {
  .noi-dung .column.span-3 + .column.span-6 + .column.span-3 {
    margin-left: 0px;
  }
}
.animatedParent:first-child .uk-accordion-title {
  border-top: 1px solid #eee;
}
.ly-do .fa-question-circle:before {
  line-height: 20px;
}
.ly-do .container {
  padding: 0px;
}
.ly-do .section-title {
  margin-bottom: 12px;
  margin-top: 20px;
}
.ly-do .section-title .heading {
  font-family: 'utm_altergothic';
  color: #0067ac;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  padding: 0 20px;
}
.ly-do .uk-accordion-title {
  background: transparent;
  color: #666666;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.ly-do .uk-accordion-title.uk-active {
  color: #0067ac;
}
.gioi-thieu-ben-trai .has-image .media-body {
  margin-top: 35px;
}
.gioi-thieu-ben-trai .section-title {
  margin-bottom: 12px;
  margin-top: 20px;
}
.gioi-thieu-ben-trai .section-title .heading {
  font-family: 'utm_altergothic';
  color: #0067ac;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
.lien-he-cot-phai .fa-mobile-phone:before,
.lien-he-cot-phai .fa-mobile:before {
  font-size: 18px;
}
.lien-he-cot-phai .media-image img {
  float: left;
  padding-bottom: 35px;
}
.lien-he-cot-phai .section-title {
  margin-bottom: 12px;
  margin-top: 20px;
}
.lien-he-cot-phai .section-title .heading {
  font-family: 'utm_altergothic';
  color: #0067ac;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
.fa-question-circle:before {
  color: #0067ac;
}
.tu-van {
  padding-top: 28px;
  padding-bottom: 29px;
}
.tu-van .container {
  background: #fff;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.tu-van .button {
  font-size: 16px;
  background: #0067ac;
  border: 5px solid #F0F0F0;
  text-decoration: none;
  color: #fff !important;
  padding: 10px 27px;
  margin-top: 21px !important;
  font-family: arial !important;
  font-style: normal;
  text-transform: initial;
}
.tu-van .button:after {
  content: none;
}
.tu-van .button:hover {
  background: #0067ac !important;
}
.tu-van .span-10 {
  margin-top: 32px;
  padding-left: 20px;
}
.tu-van .span-10 .excerpt {
  color: #747474;
  font-size: 20px;
}
.footer-bottom {
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333333;
}
.footer-bottom .copyright {
  padding: 0 30px;
}
.footer-bottom .copyright p {
  color: #333;
}
.footer-bottom #mbmcl {
  float: right;
  text-align: right;
}
.footer-bottom #mbmcl a:hover {
  color: #ed1b23 !important;
}
.noi-dung .container.list-grid {
  background-color: transparent;
  display: flex;
}
.noi-dung .container.list-grid .span-3,
.noi-dung .container.list-grid .span-6 {
  background-color: #fff;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.noi-dung .container.list-grid .span-3 {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-site {
  padding-top: 0px;
  padding-bottom: 0px;
}
.images-top-footer {
  background: url(/wp-content/uploads/2016/07/transparent-white.png);
  height: 20px;
  padding: 0px;
}
.tren-chan-trang {
  border-top: 5px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 18px;
  padding-bottom: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  float: none;
  clear: both;
}
.tren-chan-trang .layers-masonry-column {
  margin-bottom: 15px;
}
.tren-chan-trang .span-4 {
  float: right;
  text-align: right;
}
.tren-chan-trang .span-4 .widget_nav_menu li {
  display: inline-block;
}
.tren-chan-trang .span-4 .widget_nav_menu li a {
  font-size: 0;
  padding-left: 20px;
  color: #333;
}
.tren-chan-trang .span-4 .widget_nav_menu li a:hover {
  color: #0067ac;
}
.tren-chan-trang .span-4 .widget_nav_menu li a[href*=facebook]:before {
  content: '\f09a';
  font-family: "FontAwesome";
  font-size: 16px;
}
.tren-chan-trang .span-4 .widget_nav_menu li a[href*=google]:before {
  content: "\f0d5";
  font-family: "FontAwesome";
  font-size: 16px;
}
.tren-chan-trang .span-4 .widget_nav_menu li a[href*=twitter]:before {
  content: "\f099";
  font-family: "FontAwesome";
  font-size: 16px;
}
.tren-chan-trang .span-4 .widget_nav_menu li a[href*=youtube]:before {
  content: "\f16a";
  font-family: "FontAwesome";
  font-size: 16px;
}
.tren-chan-trang .span-8 .widget_nav_menu li {
  display: inline-block;
}
.tren-chan-trang .span-8 .widget_nav_menu li a {
  color: #333;
  font-size: 11px;
  padding-right: 10px;
}
.tren-chan-trang .span-8 .widget_nav_menu li a:hover {
  color: #0067ac;
  text-decoration: underline;
}
.tren-chan-trang .span-8 .widget_nav_menu li:not(:last-child) a {
  border-right: 1px solid #333333;
}
.tren-chan-trang .span-8 .widget_nav_menu li:not(:first-child) {
  padding-left: 5px;
}
.service.dich-vu-trang-chu .layers-masonry-column {
  background-color: #fff;
  padding: 20px;
}
.title-container {
  background: url(/wp-content/uploads/2016/07/header.jpg);
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  position: relative;
  background-position: 50%;
}
.title-container .title {
  text-align: center;
  padding: 100px;
  max-width: 940px;
}
.title-container .heading {
  display: none;
}
.info_bar {
  margin: 6px auto;
  max-width: 980px;
  overflow: hidden;
  background: url(/wp-content/uploads/2016/07/transparent-white.png);
  padding: 10px 20px;
  position: relative;
  margin-bottom: 20px;
  clear: both;
}
.info_bar .bread-crumbs {
  font-weight: normal;
  color: #999999;
  font-size: 11px;
  clear: both;
  float: left;
  position: relative;
  display: block;
  z-index: 9;
  margin: 0px 0 0;
  line-height: 100%;
  padding-top: 6px;
  font-family: helvetica,arial,sans;
  line-height: 1.6;
}
.info_bar .search-bar {
  float: right;
}
.info_bar .search-bar .search-form:after {
  content: "\f002";
  opacity: 1;
  font-family: FontAwesome;
  color: #f5f5f5;
  margin-top: -30px;
  line-height: 30px;
  padding: 0 10px;
  float: right;
  background: 0 0;
  height: 30px;
  background-color: #0067ac;
}
.info_bar .search-bar input[type=submit] {
  display: none;
}
.info_bar .search-bar input[type=search] {
  width: 250px !important;
  height: 30px !important;
  padding: 0 0 0 10px !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  float: left !important;
  display: inline !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 11px !important;
  color: #929292 !important;
  background: url(/wp-content/uploads/2016/07/transparent-white.png);
  border-radius: 0;
  text-align: left;
}
.service.dich-vu .heading {
  font-size: 26px !important;
  font-family: arial !important;
  text-transform: none !important;
}
.service.dich-vu-trang-chu .layers-masonry-column {
  padding-top: 20px;
}
.archive.category .column.span-8 .post-news-item,
.search-results .column.span-8 .post-news-item {
  background-color: #fff;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 30px;
}
.archive.category .column.span-8 .post-news-item .meta-date,
.search-results .column.span-8 .post-news-item .meta-date {
  display: none;
}
.archive.category .column.span-8 .post-news-item .title-category,
.search-results .column.span-8 .post-news-item .title-category {
  padding-bottom: 25px;
  display: flex;
}
.archive.category .column.span-8 .post-news-item .meta-author,
.search-results .column.span-8 .post-news-item .meta-author {
  display: none;
}
.archive.category .column.span-8 .post-news-item h2.heading,
.search-results .column.span-8 .post-news-item h2.heading {
  font-size: 26px;
  padding: 0 0 15px 0;
  margin: 19px 0 0px;
  line-height: 27px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 89%;
}
.archive.category .column.span-8 .post-news-item h2.heading a,
.search-results .column.span-8 .post-news-item h2.heading a {
  color: #0067ac;
  line-height: 30px;
}
.archive.category .column.span-8 .post-news-item h2.heading a:hover,
.search-results .column.span-8 .post-news-item h2.heading a:hover {
  opacity: 0.8;
}
a.button:hover {
  background-color: transparent;
  color: #0067ac;
}
.button {
  color: #0067ac;
  font-weight: normal;
  background-color: transparent;
  font-style: italic;
  font-family: times;
  padding: 10px 0;
  margin-top: 0px;
}
.date {
  float: left;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 100% !important;
  text-align: center;
  background-color: #0067ac;
  padding: 10px 0 0 0;
  width: 60px;
  margin: 0 20px 0 0;
}
.date .year {
  font-size: 12px;
  font-style: normal;
  display: block;
  height: 35px;
  line-height: 151% !important;
  padding-top: 9px;
  background: url(/wp-content/uploads/2016/07/dark-transparent.png);
}
.date .day {
  font-size: 42px;
  font-style: normal;
  display: block;
  line-height: 120%;
}
.map-lh .row.container {
  padding: 20px;
  background: #fff;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.lien-he-form {
  padding-top: 30px;
  padding-bottom: 10px;
}
.lien-he-form .wpcf7-form p {
  margin-bottom: 10px;
}
.lien-he-form .media.medium p:not(:first-child),
.lien-he-form .media.medium .button {
  margin-top: 0;
}
.lien-he-form .row.container.list-grid {
  display: flex;
}
.lien-he-form .lien-he-cot-phai {
  background-color: #fff;
  padding: 20px;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.lien-he-form .lien-he-cot-phai .media .heading {
  color: #0067ac;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  font-family: utm_altergothic;
}
.lien-he-form .form {
  background-color: #fff;
  padding: 10px 20px;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.lien-he-form .form .media .heading {
  color: #0067ac;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  font-family: utm_altergothic;
  margin-top: 10px;
}
.lien-he-form .form textarea {
  height: 133px;
  max-width: 100%;
}
.lien-he-form .form input[type=email],
.lien-he-form .form input[type=text],
.lien-he-form .form input[type=url],
.lien-he-form .form input[type=search],
.lien-he-form .form input[type=password],
.lien-he-form .form input[type=number],
.lien-he-form .form input[type=tel],
.lien-he-form .form input[type=date],
.lien-he-form .form textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #eee;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  border-radius: 4px;
  moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
  -webkit-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F0F0F0;
  box-shadow: inset 0 0 0 1px #fff, 1px 2px 0px #F9F9F9;
}
.lien-he-form .form .wpcf7-form p {
  font-weight: normal;
  color: #8B8B8B;
  font-size: 13px;
}
.lien-he-form .form input[type=submit] {
  background: #0067ac;
  border: none;
  box-shadow: none;
  color: #fff;
  line-height: 1.6;
  padding: 5px 10px;
  text-shadow: none;
  font-size: 12px;
  font-weight: normal;
  font-family: arial !important;
  border-radius: 4px;
  height: auto;
}
.lien-he-form .form input[type=submit]:hover {
  background: #0a2864;
  border: none;
  box-shadow: none;
  color: #fff;
  line-height: 1.6;
  padding: 5px 10px;
  text-shadow: none;
}
.sidebar .lien-he-cot-phai {
  background: #fff;
  padding: 20px;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.sidebar .lien-he-cot-phai .section-title {
  margin-top: 0px;
}
.sidebar .popular-posts {
  margin-top: 20px;
  background: #fff;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.sidebar .popular-posts .section-nav-title {
  font-family: utm_altergothic;
  font-size: 16px;
  font-weight: normal;
  color: #0067ac;
}
.sidebar .popular-posts .wpp-thumbnail {
  border: 1px solid #F0F0F0;
  float: left;
  padding: 4px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: #fff;
  -moz-box-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035);
}
.sidebar .wpp-list li a:hover {
  text-decoration: underline;
  color: #0a2864;
  text-shadow: none;
}
.sidebar .wpp-post-title,
.sidebar .wpp-excerpt {
  color: #0067ac;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
}
.sidebar .wpp-date {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 1px;
  color: #AAAAAA;
  line-height: 22px;
}
#wrapper-content .span-8 {
  padding-bottom: 0px !important;
}
.sidebar .widget li:not(:last-child) {
  border-bottom: none;
  padding: 0 0 10px;
}
.single .relative-post-default {
  margin-bottom: 25px;
  margin-top: 0px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.single .relative-post-default .section-nav-title {
  font-family: 'utm_altergothic';
  color: #0067ac;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
.single .relative-post-default ul li {
  line-height: 30px;
}
.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 .wrapper-content .column.span-8 {
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 20px;
}
.single .wrapper-content .column.span-8 .section-title.large .heading {
  font-size: 26px !important;
  font-family: arial !important;
  text-transform: none !important;
  line-height: 40px;
  color: #0067ac;
}
.single .wrapper-content .column.span-8 .section-title.large .heading:before {
  content: "";
  height: 40px;
  width: 15px;
  display: block;
  margin-right: 10px;
  float: left;
  background: #0067ac url('/wp-content/uploads/2016/07/white-arrow-right.png') 6px 17px no-repeat;
}
.single .wrapper-content .column.span-8 .meta-info {
  display: none;
}
.uk-accordion-title {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0px !important;
}
.uk-accordion-title:after {
  content: url(/wp-content/uploads/2016/07/toggle-plus.png) !important;
  height: 13px;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  display: -webkit-flex;
  -webkit-flex: 1;
  -webkit-justify-content: flex-end;
}
.animatedParent {
  padding: 0 20px;
}
.animatedParent .uk-accordion-title {
  padding: 12px 0px 12px 0px !important;
}
.bo-cuc-dich-vu .row.container.list-grid {
  padding: 0 20px;
}
.bo-cuc-dich-vu .row.container.list-grid .excerpt a {
  color: #0067ac;
}
.page .hentry .column.span-12 {
  background: #fff;
  padding: 0 20px;
}
.page .hentry .column.span-12 .section-title.large .heading {
  font-size: 26px !important;
  font-family: arial !important;
  text-transform: none !important;
  color: #0067ac;
  padding: 20px 0 5px 0px;
  line-height: 40px;
}
.page .hentry .column.span-12 .section-title.large .heading:before {
  content: "";
  height: 40px;
  width: 15px;
  display: block;
  margin-right: 10px;
  float: left;
  background: #0067ac url('/wp-content/uploads/2016/07/white-arrow-right.png') 6px 17px no-repeat;
}
.story {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}
.ngonngu {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-top: -33px;
}
.ngonngu .menu-item-language-current a {
  color: #0067ac;
}
.ngonngu li {
  display: inline-block;
  margin-right: 20px;
}
.ngonngu li a {
  color: #949494;
}
.ngonngu li a:hover {
  color: #0067ac;
}
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-no-results .wrapper-content .column.span-8 {
  background: #fff;
  padding: 20px;
}
.search-no-results .wrapper-content .column.span-8 .story {
  padding-bottom: 20px;
}
.search-no-results .wrapper-content .column.span-8 input[type=search] {
  max-width: 100%;
}
.search-no-results .wrapper-content .column.span-8 input[type=submit] {
  display: none;
}
.search-no-results .wrapper-content .column.span-8 .search-form:after {
  content: "\f002";
  opacity: 1;
  font-family: FontAwesome;
  color: #999;
  margin-top: -35px;
  line-height: 32px;
  padding: 0 9px;
  float: right;
  background: 0 0;
  height: 36px;
  width: 15px;
  margin-right: 19px;
  display: block;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 981px) {
  .pagination {
    margin: 0 20px 20px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .tu-van .span-10 {
    padding-right: 20px;
  }
  .tu-van .button {
    padding: 10px 23px;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .tu-van .span-10 .excerpt {
    font-size: 18px;
  }
  .tu-van .media.medium .button {
    margin-top: 0;
  }
  .tu-van .layers-masonry-column {
    width: 100% !important;
  }
  .tu-van .layers-masonry-column .media-body {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .tren-chan-trang .container {
    max-width: 1018px;
  }
  .responsive-nav {
    display: none;
  }
  .nav-horizontal ul {
    display: inline-block;
  }
  .nav-horizontal > ul {
    float: right;
  }
  .header-site .container {
    padding: 0px;
  }
  .noi-dung .column.span-3 {
    width: 23.5%;
  }
  .noi-dung .column.span-6 {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .info_bar .bread-crumbs {
    width: 100%;
  }
  .info_bar .search-bar {
    width: 100%;
    padding-top: 10px;
  }
  .info_bar .search-bar input[type=search] {
    width: 100% !important;
  }
  .info_bar .search-bar .search-form:after {
    margin-top: 0px;
    position: absolute;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ngonngu li:last-child {
    margin-right: 10px;
  }
  .archive.category .column.span-8,
  .search .column.span-8,
  .single .column.span-8 {
    margin-right: 0;
  }
  .pagination {
    margin: 0 20px 20px 20px;
  }
  .header-site.header-left nav {
    margin: 0px;
  }
  .story img {
    max-width: 100%;
  }
  .off-canvas-right {
    background-color: #454545;
  }
  .lien-he-form textarea,
  .lien-he-form input[type=text],
  .lien-he-form input[type=email] {
    max-width: 100%;
    width: 100% !important;
  }
  .lien-he-form .row.container.list-grid {
    display: block;
  }
  .lien-he-form .row.container.list-grid .lien-he-cot-phai {
    margin-bottom: 30px;
  }
  .lien-he-form .row.container.list-grid .lien-he-cot-phai,
  .lien-he-form .row.container.list-grid .form {
    width: 100%;
  }
  .single .relative-post-default {
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  .single .column.span-8,
  .search .column.span-8 {
    margin-right: 0px;
  }
  .sidebar .widget {
    width: 100% !important;
  }
  .tu-van .span-10 {
    margin-bottom: 5px;
  }
  .tu-van .span-2 {
    width: 100%;
  }
  .noi-dung .container.list-grid {
    display: block;
  }
  .noi-dung .container.list-grid .column.span-3,
  .noi-dung .container.list-grid .column.span-6 {
    width: 100%;
  }
  .tren-chan-trang .span-8.column,
  .tren-chan-trang .span-4.last {
    text-align: center;
    width: 100%;
  }
  .footer-bottom #mbmcl {
    padding-top: 10px;
  }
  .footer-bottom .copyright .span-8.column,
  .footer-bottom .copyright .span-4 {
    text-align: center !important;
    width: 100%;
  }
}
.nav-mobile {
  background-color: #454545;
}
@media (width: 768px) {
  .tren-chan-trang .column.span-8 {
    float: left !important;
  }
  .footer-bottom .column.span-7,
  .footer-bottom .column.span-8,
  .footer-bottom .column.span-9,
  .footer-bottom .column.span-10,
  .footer-bottom .column.span-11,
  .footer-bottom .column.span-12 {
    float: left !important;
  }
  .archive.category .sidebar.span-4,
  .single .sidebar.span-4,
  .search .sidebar.span-4 {
    width: 32%;
    float: left;
    clear: none;
  }
  .archive.category .span-8,
  .single .span-8,
  .search .span-8 {
    width: 66%;
    float: left;
  }
  .sidebar.span-4 .widget {
    float: left;
    width: 100%;
  }
}
.nav-mobile .current-menu-item a {
  color: #0067ac;
}
.nav-mobile .current-menu-parent .sub-menu .current-menu-item a {
  color: #0067ac;
}
.off-canvas-right .current-menu-parent > a,
.off-canvas-right .current-menu-item > a {
  color: #0067ac;
}
.wrapper-site .tren-chan-trang .menu-main-menu-container {
  padding: 0px;
  text-align: left;
}
.header-center .container,
.nav-clear .container {
  height: auto;
}
.post-news-item .thumbnail a {
  transition: all 300ms ease-in-out;
}
.post-news-item .thumbnail a:before {
  content: '';
  cursor: pointer;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  -moz-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.4);
  transition-timing-function: ease-in;
}
.post-news-item .thumbnail a:after {
  content: '';
  transition-timing-function: ease-in-out;
  background-image: url("/wp-content/uploads/2016/07/link.png.png");
  display: block;
  background-repeat: no-repeat;
  background-position: 16px 18px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  position: absolute;
  top: -100%;
  width: 50px;
  z-index: 10;
  background-color: #0067ac;
  -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  transition: all 300ms;
}
.post-news-item .thumbnail a:hover::before {
  opacity: 1;
}
.post-news-item .thumbnail a:hover:after {
  content: '';
  background-image: url("/wp-content/uploads/2016/07/link.png");
  display: block;
  background-repeat: no-repeat;
  background-position: 16px 18px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 10;
  background-color: #0067ac;
  -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
}
.dich-vu-trang-chu .thumbnail-media a {
  transition: all 300ms ease-in-out;
}
.dich-vu-trang-chu .thumbnail-media a:before {
  content: '';
  cursor: pointer;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  -moz-box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 120px 0 rgba(0, 0, 0, 0.4);
  transition-timing-function: ease-in;
}
.dich-vu-trang-chu .thumbnail-media a:after {
  content: '';
  transition-timing-function: ease-in-out;
  background-image: url("/wp-content/uploads/2016/07/magnifier.png");
  display: block;
  background-repeat: no-repeat;
  background-position: 16px 18px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: -100%;
  width: 50px;
  z-index: 10;
  background-color: #0067ac;
  -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  transition: all 300ms;
}
.dich-vu-trang-chu .thumbnail-media a:hover::before {
  opacity: 1;
}
.dich-vu-trang-chu .thumbnail-media a:hover:after {
  content: '';
  background-image: url("/wp-content/uploads/2016/07/magnifier.png");
  display: block;
  background-repeat: no-repeat;
  background-position: 16px 18px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 10;
  background-color: #0067ac;
  -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.7), 30px 30px 10px 10px rgba(0, 0, 0, 0.5);
}
.dich-vu-trang-chu .button:hover {
  background-color: transparent!important;
  color: #0067ac;
}
.single .column.span-6 {
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 20px;
}
.single .column.span-6 .section-title.large .heading {
  margin-top: 3px;
  font-size: 26px !important;
  font-family: arial !important;
  text-transform: none !important;
  line-height: 40px;
  color: #0067ac;
}
.single .column.span-6 .section-title.large .heading:before {
  content: "";
  height: 40px;
  width: 15px;
  display: block;
  margin-right: 10px;
  float: left;
  background: #0067ac url('/wp-content/uploads/2016/07/white-arrow-right.png') 6px 17px no-repeat;
}
.single .column.span-6 .meta-info {
  display: none;
}
.archive.category .column.span-6 .post-news-item,
.single .column.span-6 .post-news-item,
.search .column.span-6 .post-news-item {
  background-color: #fff;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 30px;
}
.archive.category .column.span-6 .post-news-item .meta-date,
.single .column.span-6 .post-news-item .meta-date,
.search .column.span-6 .post-news-item .meta-date {
  display: none;
}
.archive.category .column.span-6 .post-news-item .title-category,
.single .column.span-6 .post-news-item .title-category,
.search .column.span-6 .post-news-item .title-category {
  padding-bottom: 25px;
  display: flex;
}
.archive.category .column.span-6 .post-news-item .meta-author,
.single .column.span-6 .post-news-item .meta-author,
.search .column.span-6 .post-news-item .meta-author {
  display: none;
}
.archive.category .column.span-6 .post-news-item h2.heading,
.single .column.span-6 .post-news-item h2.heading,
.search .column.span-6 .post-news-item h2.heading {
  font-size: 26px;
  padding: 0 0 15px 0;
  margin: 19px 0 0px;
  line-height: 27px;
  display: inline-block;
  border-bottom: 1px solid #eee;
}
.archive.category .column.span-6 .post-news-item h2.heading a,
.single .column.span-6 .post-news-item h2.heading a,
.search .column.span-6 .post-news-item h2.heading a {
  color: #0067ac;
}
.archive.category .column.span-6 .post-news-item h2.heading a:hover,
.single .column.span-6 .post-news-item h2.heading a:hover,
.search .column.span-6 .post-news-item h2.heading a:hover {
  opacity: 0.8;
}
.archive.category .pull-left.sidebar.span-3,
.single .pull-left.sidebar.span-3,
.search .pull-left.sidebar.span-3 {
  background: #FFF;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05);
}
.archive.category .pull-left.sidebar.span-3 .well,
.single .pull-left.sidebar.span-3 .well,
.search .pull-left.sidebar.span-3 .well {
  background-color: transparent;
}
.archive.category .pull-left.sidebar.span-3 .well .section-nav-title,
.single .pull-left.sidebar.span-3 .well .section-nav-title,
.search .pull-left.sidebar.span-3 .well .section-nav-title {
  font-family: 'utm_altergothic';
  color: #0067ac;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
.archive.category .pull-left.sidebar.span-3 .tagcloud a,
.single .pull-left.sidebar.span-3 .tagcloud a,
.search .pull-left.sidebar.span-3 .tagcloud a {
  border: 1px solid #ebebeb;
  color: #666666;
  display: inline-block;
  float: left;
  font-size: 13px!important;
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 568px) {
  .h2-404 {
    font-size: 33px !important;
  }
}
@media only screen and (max-width: 480px) {
  .header-site .container {
    height: 58px;
  }
  .header-left .logo {
    max-width: 112px;
    max-height: 85px;
  }
  .page-404 img {
    max-height: 110px !important;
  }
  .page-404 .title-404 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .sidebar.span-3,
  .single .sidebar.span-3,
  .search .sidebar.span-3 {
    width: 100%;
  }
  .archive.category .sidebar.span-3 .widget,
  .single .sidebar.span-3 .widget,
  .search .sidebar.span-3 .widget {
    width: 100% !important;
  }
  .archive.category .column.span-6,
  .single .column.span-6,
  .search .column.span-6 {
    width: 100%;
  }
}
.lien-he-form .lien-he-cot-phai .excerpt {
  color: #666666;
  font-size: 13px;
}
.lien-he-form .lien-he-cot-phai .excerpt p {
  padding: 0 0 20px 0;
}
.section-title {
  margin-bottom: 10px;
}
p.tagline {
    width: 135px;
    position: inherit;
    line-height: 26px;
    font-size: 16px !important;
    text-align: center;
    color: #0067ac;
}
.nav-horizontal ul li li a {
    padding: 13px;
}
nav.nav.nav-horizontal {
    width: 100%;
    background: #0067ac;
}

.header-center nav {
    margin-top: 0px !important;
}
.menu .sub-menu li {
    width: 190px;
}