/*
Theme Name: Culti vators Child Themes
Theme URI: http: //chili.vn
Description:
Author: Matbao.com
Author URI: http://matbao.com
Template: layerswp
Version: 1.0
Main Color:#879d3e
Child Color:#585858
*/
@font-face {
    font-family: 'CaslonPro';
    src: url('fonts/VNFAdobeCaslonPro.eot');
    src: url('fonts/VNFAdobeCaslonPro.eot') format('embedded-opentype'), url('fonts/VNFAdobeCaslonPro.woff') format('woff'), url('fonts/VNFAdobeCaslonPro.ttf') format('truetype'), url('fonts/VNFAdobeCaslonPro.woff#VNFAdobeCaslonPro') 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 */
/* - button */
/* - Tieu de*/
/* - The date */
/*  + td section homepage*/
/*  + td sidebar + footer*/
/*  + td chuyen muc + td single*/
/*  + 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*/
::-moz-selection {
    background: #abc654;
    color: #fff;
}
::selection {
    background: #abc654;
    color: #fff;
}
:focus {
    outline: none;
}
body {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 1.42857143;
    letter-spacing: normal;
    background-color: #fff;
    font-family: "Open Sans", sans-serif !important;
}
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
#wrapper-content .column.span-8,
#wrapper-content .column.span-9 {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.wrapper-site .container {
    max-width: 1170px;
    padding: 0 15px;
}
.wrapper-site .container .container {
    padding: 0;
}
div.wpcf7-response-output {
    margin-left: 0;
    margin-top: 0;
}
/*
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;
}
a,
a:active,
a:visited {
    text-decoration: none;
    color: #879d3e;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
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: 'CaslonPro';
}
p {
    margin: 0 0 15px 0;
    line-height: 1.6em;
}
/* menu mobile*/
.abc+.sub-menu {
    visibility: visible;
}
/* ===
  Back top top
===
 */
/* back to top*/
#back-to-top a {
    background: #879d3e;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    position: relative;
    text-indent: inherit;
    font-size: 0;
    color: #fff;
}
#back-to-top a:before {
    color: #fff;
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
#back-to-top a:hover {
    background-color: #ececec;
    color: #585858;
}
#back-to-top a:hover:before {
    color: #585858;
}
/* 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;
}
/* can chinh hinh*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* 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: 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: #585858;
}
.pagination .nav-links .page-numbers {
    margin: 0 3px;
    border: 1px solid #f0f0f0;
    color: #7a7a7a;
    padding: 7px 17px;
    background-color: transparent;
}
.pagination .nav-links .page-numbers:hover {
    color: #96ae4a;
    border-color: #e6eecb;
    background: transparent;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.pagination .nav-links .current {
    background: transparent;
    color: #96ae4a;
    border-color: #f0f0f0;
    box-shadow: none;
}
/* The input */
textarea,
input,
select,
button {
    border: 1px solid #ccc;
}
textarea,
input {
    border: 1px solid #e6e6e6;
    color: #a4a4a4;
    border-radius: 3px;
    box-shadow: none;
    padding: 12px;
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px !important;
    font-family: 'Open sans', sans-serif;
}
textarea:focus,
input:focus {
    border: 1px solid #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
/* button */
input[type="submit"] {
    background: #abc654;
    border-color: #abc654;
    color: #fff;
    border-bottom: 4px solid #96ae4a;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input[type="submit"]:hover {
    color: #fff;
    background: #3b3a39;
    border-color: #3b3a39;
    border-bottom-color: #2f2e2d;
}
/* The date */
.date {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding: 10px 5px;
}
.date p {
    font-size: 22px;
    color: #96ae4a;
    font-weight: 600;
    margin: 0;
    line-height: 0.85em;
}
.date p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    margin-top: 5px;
}
/* Tieu de*/
/* td chuyen muc + td bai viet*/
.single-post .section-title,
.article-title {
    display: block;
    overflow: hidden;
    margin-bottom: 18px;
}
.single-post .section-title .heading,
.article-title .heading {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.1;
    font-weight: bold;
    text-transform: inherit;
    color: #585858;
}
.single-post .section-title .heading a,
.article-title .heading a {
    font-size: 25px;
    font-weight: bold;
    color: #585858;
    line-height: 1.1;
    margin-bottom: 0;
}
.column.span-8 header.section-title,
.post-news-item header.section-title,
.column.span-8 header.article-title,
.post-news-item header.article-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.column.span-8 header.section-title .date,
.post-news-item header.section-title .date,
.column.span-8 header.article-title .date,
.post-news-item header.article-title .date {
    width: 68px;
    height: 63px;
}
.column.span-8 header.section-title .wrap-header,
.post-news-item header.section-title .wrap-header,
.column.span-8 header.article-title .wrap-header,
.post-news-item header.article-title .wrap-header {
    width: calc(100% - 83px);
}
/* td sidebar + footer */
.section-nav-title,
.search-no-results .section-title .heading {
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-site .section-title {
    margin-bottom: 0;
}
/* td breadcrumbs + bai viet chi tiet */
.title-container {
    margin: 0;
    margin-bottom: 60px;
    padding: 80px 0;
    background-color: transparent;
    background: url('images/header-blog.png') no-repeat;
    background-size: cover;
    position: relative;
}
.title-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 15, 14, 0.3);
}
.title-container .title {
    max-width: 1170px;
    padding: 0;
    text-align: center;
    position: relative;
    font-family: 'CaslonPro';
    z-index: 9;
}
.title-container .title .heading {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.title-container .title .bread-crumbs {
    margin: 0;
    padding: 0;
}
.title-container .title .bread-crumbs ul {
    float: right;
}
.title-container .title .bread-crumbs li {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    line-height: 1.42857143;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.title-container .title .bread-crumbs li a {
    color: #fff;
    text-decoration: none;
}
.title-container .title .bread-crumbs li a:hover {
    -webkit-transform: rotateX(360deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateX(360deg);
    transform-style: preserve-3d;
    text-decoration: none;
}
.title-container .title .bread-crumbs li .current {
    text-transform: inherit;
    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: 0;
    line-height: 1.6em;
    display: inline-block;
}
.meta-info .meta-date {
    padding-left: 0;
    border-left: 0;
}
.meta-info .meta-item {
    color: #879d3e;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    margin-right: 10px;
}
.meta-info .meta-item i {
    color: #879d3e;
}
.meta-info .meta-item a {
    color: #879d3e;
    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: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.meta-info .meta-item a:hover {
    -webkit-transform: rotateX(360deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateX(360deg);
    transform-style: preserve-3d;
}
/* bai viet lien quan */
.pull-left .widget_recent_entries,
.relative-post-default {
    padding-top: 35px;
    border-top: solid 1px #efefef;
    margin-top: 35px;
}
.pull-left .widget_recent_entries .section-nav-title,
.relative-post-default .section-nav-title {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 5px;
    color: #585858;
}
.pull-left .widget_recent_entries ul li,
.relative-post-default ul li {
    padding: 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: #585858;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.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 #879d3e;
    border-bottom: 4px solid transparent;
}
.pull-left .widget_recent_entries ul li a:hover,
.relative-post-default ul li a:hover {
    color: #879d3e;
}
.pull-left .widget_recent_entries {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
/*  02. HEADER */
/* Menu top*/
.invert .nav>li>a {
    opacity: 1;
    color: #fff;
}
.header-secondary {
    padding: 0;
    display: block;
    background-color: #176500;
    color: #fff;
    font-weight: 600;
}
.header-secondary .pull-left .nav {
    margin: 0;
}
.header-secondary .pull-left .nav li {
    line-height: 50px;
    margin: 0;
    padding: 0;
}
.header-secondary .pull-left .nav li:first-child a {
    margin-left: 0;
}
.header-secondary .pull-left .nav li a {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    display: inline-block;
    padding-left: 24px;
    margin-left: 60px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.header-secondary .pull-left .nav li a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.header-secondary .pull-left .nav li a[title="mail"]:before {
    content: "\f003";
}
.header-secondary .pull-left .nav li a[title="time"]:before {
    content: "\f017";
}
.header-secondary .pull-left .nav li a[title="phone"]:before {
    content: "\f095";
}
.header-secondary .pull-right ul li {
    margin: 0;
    padding: 0;
}
.header-secondary .pull-right ul li a {
    line-height: 50px;
    padding: 0 18px;
    text-align: center;
    font-size: 0;
}
.header-secondary .pull-right ul li a:before {
    line-height: 50px;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.header-secondary .pull-right ul li:hover a {
    background-color: rgba(0, 0, 0, 0.25);
    color: #abc654;
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
.header-secondary .pull-right ul li:hover a:before {
    color: #abc654;
}
.header-secondary .pull-right ul li a[href*=facebook]:before {
    content: "\f09a";
}
.header-secondary .pull-right ul li a[href*=twitter]:before {
    content: "\f099";
}
.header-secondary .pull-right ul li a[href*=plus]:before {
    content: "\f0d5";
}
.header-secondary .pull-right ul .menu-item-language a {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 19px 18px;
    line-height: .1;
}
.header-secondary .pull-right ul .menu-item-language:last-child a {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.header-secondary .pull-right ul .menu-item-language:last-child a img {
    margin-right: 0;
}
.header-secondary .pull-right ul .menu-item-language:hover a {
    animation: none !important;
    background-color: transparent;
}
/* thong tin tren menu */
.header-top-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.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: #879d3e;
    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: 14px;
    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: 14px;
    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: 80px;
}
/* Main menu*/
.header-site {
    background-color: transparent;
    height: 102px;
}
.header-site .logo {
    width: 210px;
    line-height: .1;
}
.header-site nav {
    margin-top: 0;
    flex: 1;
    margin-bottom: 0;
    /* width: 100%; */
}
.header-site nav .menu li>a {
    font-size: 16px;
    padding: 15px 2px;
    font-weight: 700;
    line-height: 20px;
}
.header-site nav .menu li a {
    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;
    padding: 42px 0;
}
.header-site nav .menu>li>a {
    color: #585858;
    font-family: 'CaslonPro';
    font-size: 17px;
    padding: 0 30px;
    margin: 0;
    position: relative;
    text-transform: inherit;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    line-height: 20px;
    height: 18px;
}
.header-site nav .menu>li>a:after {
    display: none;
}
.header-site nav .menu>li>a:before {
    content: "";
    display: block;
    width: 1px;
    background: #e2e2e1;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}
.header-site nav .menu>li>a:hover {
    color: #879d3e;
}
.header-site nav .menu>li:last-child a:before {
    display: none;
}
.header-site nav .menu>li:hover a {
    color: #879d3e;
}
.header-site nav .menu>li:hover .sub-menu {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.header-site nav .menu .sub-menu {
    width: 205px;
    top: 102px !important;
    border: none;
    box-shadow: none;
    display: block;
    border-radius: 0;
    padding: 0;
    z-index: 0;
    opacity: 0;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
}
.header-site nav .menu .sub-menu li {
    width: 100%;
    padding: 0;
    border: 0;
}
.header-site nav .menu .sub-menu li:first-child>a {
    border-top: 0;
}
.header-site nav .menu .sub-menu li a {
    text-transform: capitalize;
    line-height: 1.42857143;
    font-size: 16px;
    height: auto;
    padding: 10px;
    text-indent: 11px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'CaslonPro';
}
.header-site nav .menu .sub-menu li a:hover {
    background: #879d3e;
    color: #fff;
}
.header-site .inline-left-nav {
    position: absolute;
    right: 50%;
    top: 0;
    margin: 0 153px 0 0;
}
.header-site .inline-right-nav {
    position: absolute;
    right: auto;
    left: 50%;
    top: 0;
    margin: 0 0 0 153px;
}
.header-site .inline-site-logo {
    background: url('images/logo-wrap.png') center center;
    text-align: center;
    width: 326px;
    height: 170px;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -163px;
    z-index: 1;
}
.header-site .inline-site-logo a {
    margin-top: 42px;
}
.header-sticky.is_stuck.is_stuck_show {
    opacity: .95;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 101px;
}
.header-sticky.is_stuck.is_stuck_show nav .menu .sub-menu {
    top: 101px !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: #176500;
}
.header-site.invert nav .menu>li>a {
    color: #585858;
}
.header-site.invert nav .menu>li:before {
    background-color: rgba(255, 255, 255, 0.35);
}
.header-site.invert nav .menu .current-menu-parent,
.header-site.invert nav .menu .current-menu-item {
    -webkit-box-shadow: inset 0px -4px 0px 0px #879d3e;
    -moz-box-shadow: inset 0px -4px 0px 0px #879d3e;
    box-shadow: inset 0px -4px 0px 0px #176500;
}
.header-site.invert nav .menu .current-menu-parent>a,
.header-site.invert nav .menu .current-menu-item>a {
    color: #176500;
}
.header-site.invert nav .menu .sub-menu .current-menu-item {
    box-shadow: none;
}
.header-site.invert nav .menu .sub-menu .current-menu-item>a {
    background: #879d3e;
    color: #fff;
}
.header-site.invert nav .sub-menu {
    background: rgba(255, 255, 255, 0.95);
}
.header-site.invert nav .sub-menu li a {
    color: #585858;
}
.header-site.invert nav .sub-menu li a:hover {
    color: #fff;
    background-color: #879d3e;
}
/* Slide  */
.image-slider .swiper-slide .overlay{
     padding: 0;
}
.image-slider .swiper-slide .overlay .container{
     max-width: 100%;
     padding: 0;
}
.image-slider .swiper-slide{
     cursor: pointer;
}
.swiper-container .arrows {
    top: 100%;
    bottom: 0;
}
.swiper-container .arrows .animate {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    z-index: 1;
    bottom: 30px;
    top: auto;
    opacity: 1;
    color: #fff;
    right: 30px;
    left: auto;
}
.swiper-container .arrows .l-left-arrow:before {
    content: "\f053";
    font-family: 'FontAwesome';
}
.swiper-container .arrows .l-right-arrow {
    bottom: 92px;
    right: 30px;
    left: auto;
}
.swiper-container .arrows .l-right-arrow:before {
    content: "\f054";
    font-family: 'FontAwesome';
}
.swiper-container .arrows .animate:hover {
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.swiper-container:hover .arrows .l-left-arrow {
    right: 30px;
    left: auto;
}
.swiper-container:hover .arrows .l-right-arrow {
    right: 30px;
    left: auto;
}
/* 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-top: 60px;
    margin-bottom: 20px;
    color: #879d3e;
    font-family: cursive;
}
.error404 .page-404 .h2-404 {
    font-size: 28px;
    color: #879d3e;
    font-weight: normal;
    font-family: inherit;
    text-transform: uppercase;
}
.error404 .page-404 .h2-404:hover {
    color: #879d3e;
}
.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: #879d3e;
}
.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: "\f002";
    font-family: 'FontAwesome';
    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;
    border: 0;
    box-shadow: none;
    text-shadow: none;
}
/* thu vien anh */
.thu-vien-anh {
    padding: 0;
}
.thu-vien-anh .layers-masonry-column {
    margin-bottom: 0;
}
.thu-vien-anh .section-title {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 60px;
    font-weight: bold;
}
.thu-vien-anh .section-title .heading {
    color: #585858;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: bold;
}
.thu-vien-anh .section-title .excerpt {
    margin: 0;
    margin-bottom: 0;
    color: #abc654;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}
.thu-vien-anh .section-title:before {
    content: "\f06c";
    color: #96ae4a;
    font-family: 'FontAwesome';
    font-size: 15px;
    height: 52px;
    width: 52px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    float: left;
    margin: 8px 20px 0 0;
}
.thu-vien-anh .thumbnail {
    margin-bottom: 40px;
}
.thu-vien-anh .thumbnail .thumbnail-media {
    line-height: .1;
}
.thu-vien-anh .thumbnail .thumbnail-media a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #151414;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.thu-vien-anh .thumbnail .thumbnail-media a img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.thu-vien-anh .thumbnail .thumbnail-media a:after {
    content: "\f002";
    position: absolute;
    display: block;
    font-size: 15px;
    text-align: center;
    left: 50%;
    top: 50%;
    color: #fff;
    font-family: 'FontAwesome';
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.thu-vien-anh .thumbnail .thumbnail-media a:hover img {
    opacity: 0.15;
    transform: scale(1.1);
}
.thu-vien-anh .thumbnail .thumbnail-media a:hover:after {
    opacity: 1;
    transform: scale(1);
}
.thu-vien-anh .thumbnail .thumbnail-body {
    padding: 0;
    text-align: center;
    background-color: transparent;
}
.thu-vien-anh .thumbnail .thumbnail-body .article-title {
    margin-bottom: 0;
}
.thu-vien-anh .thumbnail .thumbnail-body .heading {
    margin: 0 0 5px 0;
    font-size: 19px;
}
.thu-vien-anh .thumbnail .thumbnail-body .heading a {
    color: #585858;
    font-weight: bold;
    font-size: 19px;
    padding: 0 40px;
}
.thu-vien-anh .thumbnail .thumbnail-body .meta-info .meta-tags i {
    display: none;
}
/* 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: 400;
    font-style: normal;
    color: #585858;
    font-size: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: normal;
    text-transform: inherit;
}
.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: "\f002";
    font-family: 'FontAwesome';
    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;
    border: 0;
    box-shadow: 0;
    text-shadow: 0;
}
.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 */
/* content-one */
.content-one {
    padding-top: 80px;
    padding-bottom: 80px;
}
.content-one .layers-masonry-column {
    margin-bottom: 0;
}
.content-one .section-title {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-weight: bold;
}
.content-one .section-title .heading {
    color: #585858;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: bold;
}
.content-one .section-title .excerpt {
    margin: 0;
    margin-bottom: 0;
    color: #176500;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}
.content-one .section-title:before {
    content: "\f06c";
    color: #176500;
    font-family: 'FontAwesome';
    font-size: 15px;
    height: 52px;
    width: 52px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    float: left;
    margin: 12px 20px 0 0;
}
.content-one .layers-masonry-column .section-title {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.content-one .layers-masonry-column .section-title:before {
    display: none;
}
.content-one .layers-masonry-column .section-title .heading {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #7a7a7a;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}
.content-one .layers-masonry-column .media-body {
    text-align: center;
}
.content-one .layers-masonry-column .media-body .textwidget {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}
.content-one .last * {
    overflow: visible;
}
.content-one .last .lcam-carousel-controller-top-right {
    top: -120px;
    position: absolute;
    right: 0;
}
.content-one .last .lcam-carousel-controller-top-right .lcam-carousel-to-next,
.content-one .last .lcam-carousel-controller-top-right .lcam-carousel-to-prev {
    background-color: transparent !important;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    height: 38px;
    width: 38px;
    color: #176500 !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 0;
}
.content-one .last .lcam-carousel-controller-top-right .lcam-carousel-to-next i,
.content-one .last .lcam-carousel-controller-top-right .lcam-carousel-to-prev i {
    font-size: 12px;
}
.content-one .last .lcam-carousel-controller-top-right .lcam-carousel-to-next:hover,
.content-one .last .lcam-carousel-controller-top-right .lcam-carousel-to-prev:hover {
    border-color: #96ae4a;
    background: #96ae4a !important;
    color: #fff !important;
}
.content-one .last .thumbnail-media {
    line-height: .1;
}
.content-one .last .thumbnail-media a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #151414;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-one .last .thumbnail-media a img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-one .last .thumbnail-media a:after {
    content: "\f002";
    position: absolute;
    display: block;
    font-size: 15px;
    text-align: center;
    left: 50%;
    top: 50%;
    color: #fff;
    font-family: 'FontAwesome';
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-one .last .thumbnail-media a:hover img {
    opacity: 0.15;
    transform: scale(1.1);
}
.content-one .last .thumbnail-media a:hover:after {
    opacity: 1;
    transform: scale(1);
}
.content-one .last .thumbnail-body {
    text-align: left;
    padding: 0;
    background-color: transparent !important;
}
.content-one .last .thumbnail-body .heading {
    font-size: 20px;
    margin-bottom: 15px;
}
.content-one .last .thumbnail-body .heading a {
    font-weight: bold;
    color: #585858;
    font-size: 20px;
}
.content-one .last .thumbnail-body .copy {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
    margin-bottom: 15px;
}
.content-one .last .thumbnail-body .meta-info {
    display: none;
}
.content-one .last .thumbnail-body a.button {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    color: #176500;
    font-weight: normal;
    font-size: 14px;
    border: none;
    text-shadow: none;
    line-height: normal;
}
.content-one .last .thumbnail-body a.button:hover {
    -webkit-transform: rotateX(360deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateX(360deg);
    transform-style: preserve-3d;
    color: #585858;
    background-color: transparent;
}
.content-two {
    padding-top: 80px;
    padding-bottom: 60px;
    border-top: 1px solid #e6e6e6;
}
.content-two .last .media-body {
    text-align: left;
    padding: 0;
    background-color: transparent !important;
}
.content-two .last .media-body .heading {
    font-size: 20px;
    margin-bottom: 15px;
    color: #585858;
    line-height: 22px;
    font-weight: bold;
}
.content-two .last .media-body .heading:before {
    content: "";
    display: block;
    font-size: 34px;
    color: #176500;
    margin-bottom: 20px;
    font-family: 'FontAwesome';
    line-height: 1;
}
.content-two .last .media-body .excerpt {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
}
.content-two .last .cg .heading:before {
    content: "\f18c";
}
.content-two .last .kh .heading:before {
    content: "\f185";
}
.content-two .last .mt .heading:before {
    content: "\f1b8";
}
.content-two .last .nv .heading:before {
    content: "\f004";
}
/*content three  */
.content-three {
    padding: 15px 0 80px 0;
    position: relative;
    background-attachment: fixed;
}
.content-three .container {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 3;
    text-align: center;
}
.content-three .section-title {
    margin-bottom: 30px;
}
.content-three .section-title:before {
    content: "\f1bb";
    display: block;
    background: #2E8E11;
    transform: translateY(-40px);
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #176500;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    display: inline-block;
}
.content-three .section-title .heading {
    margin: 0;
    line-height: 1em;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
.content-three .section-title .excerpt {
    margin-top: 0;
}
.content-three .section-title .excerpt p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 40px;
    margin-bottom: 0;
}
.content-three .layers-masonry-column {
    margin-bottom: 0;
    position: relative;
}
.content-three .layers-masonry-column:hover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-three .layers-masonry-column:hover .thumbnail-media a img {
    opacity: 0.15;
    transform: scale(1.1);
}
.content-three .layers-masonry-column:hover .thumbnail-media a:after {
    opacity: 1;
    transform: scale(1);
}
.content-three .layers-masonry-column:hover .thumbnail-body .overlay {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 1;
    transform: scale(1);
}
.content-three .layers-masonry-column:hover .thumbnail-body .overlay .meta-info:after {
    transform: scale(1);
}
.content-three .thumbnail-media {
    line-height: .1;
    position: relative;
}
.content-three .thumbnail-media a {
    display: block;
    overflow: hidden;
    background: #151414;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-three .thumbnail-media a img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-three .thumbnail-body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    opacity: 1;
}
.content-three .thumbnail-body .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 123px;
    opacity: 0;
    transform: scale(1.5);
    z-index: 0;
    padding: 20px;
}
.content-three .thumbnail-body .article-title {
    margin-bottom: 0;
}
.content-three .thumbnail-body .article-title .heading a {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    text-transform: inherit;
    color: #ffffff;
    line-height: 1.3;
}
.content-three .thumbnail-body .meta-info {
    position: relative;
}
.content-three .thumbnail-body .meta-info a {
    font-size: 14px;
    color: #abc654;
    text-transform: inherit;
    text-decoration: none;
}
.content-three .thumbnail-body .meta-info .meta-tags i {
    display: none;
}
.content-three .thumbnail-body .meta-info:after {
    content: "\f002";
    position: absolute;
    display: block;
    font-size: 15px;
    text-align: center;
    left: calc(50% - 12px);
    top: 50%;
    margin-top: 20px;
    color: #fff;
    font-family: 'FontAwesome';
    width: 16px;
    height: 16px;
    transform: scale(1.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99;
}
/*content four  */
.content-four {
    padding-top: 80px;
    padding-bottom: 80px;
}
.content-four .owl-theme .owl-controls {
    margin-top: 0;
}
.content-four .layers-masonry-column {
    margin-bottom: 0;
}
.content-four .section-title {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-weight: bold;
}
.content-four .section-title .heading {
    color: #585858;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: bold;
}
.content-four .section-title .excerpt {
    line-height: 40px;
    margin: 0;
    margin-bottom: 0;
    color: #abc654;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.content-four .section-title .excerpt p {
    margin: 0;
    margin-bottom: 0;
    color: #176500;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}
.content-four .section-title:before {
    content: "\f1ea";
    color: #176500;
    font-family: 'FontAwesome';
    font-size: 15px;
    height: 52px;
    width: 52px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    float: left;
    margin: 12px 20px 0 0;
}
.content-four .lcam-carousel-controller-top-right {
    top: -120px;
    position: absolute;
    right: 0;
}
.content-four .lcam-carousel-controller-top-right .lcam-carousel-to-next,
.content-four .lcam-carousel-controller-top-right .lcam-carousel-to-prev {
    background-color: transparent !important;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    height: 38px;
    width: 38px;
    color: #96ae4a !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 0;
}
.content-four .lcam-carousel-controller-top-right .lcam-carousel-to-next i,
.content-four .lcam-carousel-controller-top-right .lcam-carousel-to-prev i {
    font-size: 12px;
}
.content-four .lcam-carousel-controller-top-right .lcam-carousel-to-next:hover,
.content-four .lcam-carousel-controller-top-right .lcam-carousel-to-prev:hover {
    border-color: #96ae4a;
    background: #96ae4a !important;
    color: #fff !important;
}
.content-four .thumbnail-media {
    line-height: .1;
    position: relative;
}
.content-four .thumbnail-media a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #151414;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-four .thumbnail-media a img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-four .thumbnail-media a:after {
    content: "\f002";
    position: absolute;
    display: block;
    font-size: 15px;
    text-align: center;
    left: 50%;
    top: 50%;
    color: #fff;
    font-family: 'FontAwesome';
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-four .thumbnail-media a:hover img {
    opacity: 0.15;
    transform: scale(1.1);
}
.content-four .thumbnail-media a:hover:after {
    opacity: 1;
    transform: scale(1);
}
.content-four .thumbnail-body {
    position: static;
    text-align: left;
    padding: 0;
    background-color: transparent !important;
}
.content-four .thumbnail-body .article-title {
    margin-bottom: 0;
}
.content-four .thumbnail-body .heading {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.content-four .thumbnail-body .heading a {
    color: #585858;
    font-size: 20px;
    font-weight: bold;
}
.content-four .thumbnail-body .copy {
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
    margin-bottom: 15px;
}
.content-four .thumbnail-body .meta-info {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
}
.content-four .thumbnail-body .meta-info .meta-item i {
    display: none;
}
.content-four .thumbnail-body a.button {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    color: #176500;
    font-weight: normal;
    font-size: 14px;
    border: none;
    text-shadow: none;
    line-height: normal;
}
.content-four .thumbnail-body a.button:hover {
    -webkit-transform: rotateX(360deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateX(360deg);
    transform-style: preserve-3d;
    color: #585858;
    background-color: transparent;
}
/*content five  */
.content-five {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
}
.content-five .media-image img {
    opacity: 0.4;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-five .media-image img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.content-five .owl-theme .owl-controls {
    margin: 0 !important;
    display: none;
}
/* Chuyen muc */
.post-news-item {
    display: block;
    overflow: hidden;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.post-news-item:last-child {
    margin-bottom: 0;
}
.post-news-item .article-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-news-item .article-title .date {
    width: 68px;
    height: 63px;
}
.post-news-item .article-title .wrap-header {
    width: calc(100% - 83px);
}
.post-news-item .thumbnail {
    margin-bottom: 0;
}
.post-news-item .thumbnail a {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #151414;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    line-height: .1;
}
.post-news-item .thumbnail a img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
}
.post-news-item .thumbnail a:after {
    content: "\f002";
    position: absolute;
    display: block;
    font-size: 15px;
    text-align: center;
    left: 50%;
    top: 50%;
    color: #fff;
    font-family: 'FontAwesome';
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.post-news-item .thumbnail a:hover img {
    opacity: 0.15;
    transform: scale(1.1);
}
.post-news-item .thumbnail a:hover:after {
    opacity: 1;
    transform: scale(1);
}
.post-news-item .read-more {
    font-size: 14px;
}
.post-news-item .read-more:hover {
    transform: rotateX(360deg);
    transform-style: preserve-3d;
    color: #585858;
    background-color: transparent;
}
.post-news-item .copy p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
}
/* bai viet*/
.single-post #gallery-1 .gallery-item {
    margin-bottom: 10px;
}
.single-post .section-title {
    margin-bottom: 10px;
}
.single-post .gallery-item {
    margin-bottom: 0;
}
.single-post .gallery-icon img {
    margin: 0 auto;
    border: 0 !important;
}
.single-post .gallery-caption {
    position: static;
    color: #666;
    font-weight: 600;
    font-size: 16px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.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 */
.page-id-742 .footer-site,
.page-id-376 .footer-site {
    margin-top: 0 !important;
}
.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;
}
.lien-he-form {
    padding: 0;
    border-top: 0;
    margin-bottom: 80px;
    /**  Icon sidebar  **/
    /**  Icons  **/
    /**  Pricing tables  **/
}
.lien-he-form .layers-masonry-column {
    margin-bottom: 0;
}
.lien-he-form .layers-masonry-column * {
    overflow: visible;
}
.lien-he-form input {
    min-height: 47px;
}
.lien-he-form input,
.lien-he-form textarea {
    max-width: 100%;
}
.lien-he-form textarea {
    min-height: 152px;
}
.lien-he-form .section-title {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-weight: bold;
}
.lien-he-form .section-title .heading {
    color: #585858;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: bold;
}
.lien-he-form .section-title .excerpt {
    margin: 0;
    margin-bottom: 0;
    color: #abc654;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}
.lien-he-form .section-title .excerpt p {
    margin-bottom: 0;
}
.lien-he-form .section-title:before {
    content: "\f1d8";
    color: #96ae4a;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    height: 52px;
    width: 52px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    display: inline-block;
    float: left;
    margin: 8px 20px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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: 0;
    margin-top: 0;
    color: #585858;
}
.lien-he-form .list-grid .media .excerpt p strong {
    color: #222;
}
.lien-he-form div.wpcf7-response-output {
    margin: 20px 15px 0;
    display: block;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}
.lien-he-form hr.height-30 {
    border: none;
    height: 30px;
    margin: 0;
}
.lien-he-form .wpcf7-form p font {
    display: block;
    overflow: hidden;
    margin: 0 0 45px 0;
    font-weight: normal;
    line-height: 24px;
    font-size: 14px;
    color: #7a7a7a;
    font-family: "Open Sans", sans-serif;
}
.lien-he-form .wpcf7-form>p:first-of-type {
    margin-bottom: 0 0 15px 0;
    line-height: 24px;
}
.lien-he-form .wpcf7-form>p:last-of-type {
    margin-bottom: 0 !important;
}
.lien-he-form .wpcf7-form .wpcf7-submit {
    padding: 5px 30px;
    text-transform: uppercase;
}
.lien-he-form .ttlh {
    margin-left: 16.66666667%;
}
.lien-he-form .icon-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lien-he-form .icon-sidebar li {
    overflow: hidden;
    margin-bottom: 25px;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}
.lien-he-form .icon-sidebar li:last-child {
    margin-bottom: 0;
}
.lien-he-form .icon-sidebar li i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%;
    border: 1px solid #efefef;
    text-align: center;
    color: #abc654;
    font-size: 24px;
    float: left;
    margin-right: 30px;
}
.lien-he-form .icon-sidebar li h5 {
    margin: 5px 0;
    font-size: 19px;
    color: #585858;
    font-weight: bold;
}
.lien-he-form i.icon {
    font-size: 34px;
    color: #abc654;
    margin-bottom: 20px;
}
.lien-he-form i.icon-left {
    float: left;
    margin-top: 8px;
}
.lien-he-form i.icon-left+h4+p,
.lien-he-form i.icon-left+h4 {
    padding-left: 60px;
}
.lien-he-form i.icon-left+h4 {
    margin-bottom: 5px;
}
.lien-he-form .pricing-table {
    padding: 40px;
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.lien-he-form .pricing-table header {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.lien-he-form .pricing-table header h4 {
    font-size: 24px;
}
.lien-he-form .pricing-table header span {
    font-size: 40px;
    color: #abc654;
}
.lien-he-form .pricing-table ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.lien-he-form .pricing-table ul li {
    list-style: none;
    display: block;
    padding: 10px 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: 0px;
}
.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-left .content {
    padding: 0;
}
.sidebar.pull-left .tagcloud {
    margin-top: 0;
}
.sidebar.pull-right {
    padding-left: 8.33333333%;
}
.sidebar.pull-right .well {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.sidebar .section-nav-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #585858;
    text-transform: inherit;
    line-height: 22px;
}
.sidebar .well {
    background-color: transparent;
    margin-bottom: 60px;
    padding-bottom: 0;
}
.sidebar .content-vertical-massive {
    padding-top: 0;
    padding-bottom: 0;
}
.sidebar .widget_search {
    background-color: transparent !important;
    padding: 0;
}
.sidebar .widget_search * {
    overflow: hidden;
}
.sidebar .widget_search .search-form {
    position: relative;
}
.sidebar .widget_search .search-form:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #7a7a7a;
    position: absolute;
    right: 16px;
    top: 13px;
    width: 15px;
    height: 15px;
    text-indent: 0;
    font-weight: normal;
}
.sidebar .widget_search .search-form .search-field {
    height: 47px;
    width: 100%;
    padding: 12px;
    margin-bottom: 0;
}
.sidebar .widget_search .search-form .search-field:hover {
    border: 1px solid #e6e6e6;
}
.sidebar .widget_search .search-form .search-submit {
    display: block;
    position: absolute;
    right: 16px;
    top: 13px;
    width: 15px;
    height: 15px;
    text-indent: -999px;
    width: auto;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    color: #7a7a7a;
    border: 0;
}
.sidebar .widget_search .search-form .search-submit:hover {
    background-color: transparent;
}
.sidebar .widget_text .textwidget {
    line-height: 24px;
}
.sidebar .tagcloud a {
    display: inline-block;
    padding: 8px 12px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #7a7a7a;
    margin: 0 5px 8px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-transform: capitalize;
    font-size: 14px !important;
}
.sidebar .tagcloud a:hover {
    color: #96ae4a;
    border-color: #e6eecb;
    background: transparent;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
.sidebar .widget_categories ul li {
    color: #9f9f9f;
}
.sidebar .widget_categories ul li:first-child {
    padding-top: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.sidebar .widget_categories ul li a {
    padding: 10px 10px 10px 0;
    display: inline-block;
    text-transform: inherit;
    word-wrap: break-word;
    font-size: 14px;
    color: #96ae4a;
}
.sidebar .widget_categories ul li a:hover {
    -webkit-transform: rotateX(360deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateX(360deg);
    transform-style: preserve-3d;
}
.sidebar .widget_categories ul li a:hover a {
    color: #585858;
}
.sidebar #wpp-11.popular-posts .wpp-list li,
.sidebar #wpp-8.popular-posts .wpp-list li {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
    clear: none;
    width: calc(33.33% - 10px);
}
.sidebar #wpp-11.popular-posts .wpp-list li:nth-child(3n+3),
.sidebar #wpp-8.popular-posts .wpp-list li:nth-child(3n+3) {
    margin-right: 0;
}
.sidebar #wpp-11.popular-posts .wpp-list li a:hover,
.sidebar #wpp-8.popular-posts .wpp-list li a:hover {
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
.sidebar #wpp-11.popular-posts .wpp-list li a:hover .wpp-thumbnail,
.sidebar #wpp-8.popular-posts .wpp-list li a:hover .wpp-thumbnail {
    border: 3px solid transparent;
}
.sidebar #wpp-11.popular-posts .wpp-thumbnail,
.sidebar #wpp-8.popular-posts .wpp-thumbnail {
    margin: 0;
    display: inline;
    float: left;
}
.sidebar #wpp-11.popular-posts .wpp-post-title,
.sidebar #wpp-8.popular-posts .wpp-post-title {
    display: none !important;
}
.sidebar.span-3.pull-right {
    padding-left: 0;
}
.column.span-6 .post-news-item .section-title .heading,
.column.span-6 .post-news-item .article-title .heading {
    width: calc(100% - 80px);
    float: left;
}
.column.span-6 .post-news-item .meta-info {
    padding-left: 80px;
}
/* 05. FOOTER */
.footer-site.invert .section-title .heading,
.footer-site.invert .section-nav-title {
    color: #fff;
    font-weight: bold;
}
.footer-site.invert .widget_recent_entries ul li a {
    color: #fff;
}
.footer-site.invert .widget_recent_entries ul li a:hover {
    color: #879d3e;
}
.footer-site.invert .wpcf7-form input,
.footer-site.invert .wpcf7-form textarea,
.footer-site.invert .about p {
    color: #fff;
}
.footer-site .section-title .heading,
.footer-site .section-nav-title {
    font-size: 19px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: inherit;
    padding-bottom: 0;
    font-family: 'CaslonPro';
    font-weight: bold;
}
.footer-site {
    margin-top: 60px;
    padding: 60px 0;
    /* thu vien anh */
    /* about*/
    /* Bai viet moi*/
    /* 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;
    width: calc(33.33% - 6px);
    margin-bottom: 9px;
    margin-right: 9px;
}
.footer-site .popular-posts .wpp-list li:nth-child(3n+3) {
    margin-right: 0;
}
.footer-site .popular-posts .wpp-list li:nth-child(3n+3) .wpp-thumbnail {
    margin-right: 0;
}
.footer-site .popular-posts .wpp-list li a {
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
.footer-site .popular-posts .wpp-list li a:hover .wpp-thumbnail {
    border-color: #fff;
}
.footer-site .popular-posts .wpp-thumbnail {
    margin: 0;
    border: 3px solid transparent;
}
.footer-site .popular-posts .wpp-post-title {
    display: none;
}
.footer-site .about .media {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.footer-site .about .media .media-image {
    order: 2;
    margin-left: 0;
}
.footer-site .about .media .media-image img {
    margin: 0;
}
.footer-site .about .media .media-body {
    order: 1;
    margin-top: 0;
}
.footer-site .about p {
    color: #b8b7b7;
    line-height: 24px;
    font-size: 14px;
}
.footer-site .widget_recent_entries ul li {
    position: relative;
    margin-left: 17px;
    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: #fff;
    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: #b8b7b7;
    -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: #879d3e;
}
.footer-site textarea:focus,
.footer-site input:focus {
    box-shadow: none;
}
.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 input,
.footer-site .wpcf7-form textarea {
    background-color: transparent;
    border-color: #ffffff;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 17px;
    font-size: 14px;
}
.footer-site .wpcf7-form textarea {
    resize: none;
}
.footer-site .wpcf7-form .wpcf7-submit {
    background: #154B06;
    border-color: #154B06;
    color: #fff !important;
    border-bottom: 4px solid #154B06;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.footer-site .wpcf7-form .wpcf7-submit:hover {
    color: #fff;
    background: #3b3a39;
    border-color: #3b3a39;
    border-bottom-color: #2f2e2d;
}
.footer-site .ttlh .excerpt p {
    margin: 0 0 15px 0;
    line-height: 1.6em;
    padding-left: 2px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
}
.footer-site .ttlh .excerpt p i {
    width: 30px;
    font-size: 15px;
    color: #fff;
    line-height: 1.6em;
    display: block;
    float: left;
    height: 30px;
}
.footer-site .widget_nav_menu ul li a:hover {
    color: #879d3e;
}
.footer-site .widget_categories .cat-item a {
    text-transform: capitalize;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #585858;
    text-decoration: none;
}
.footer-site .widget_categories .cat-item a:hover {
    color: #879d3e;
}
.home .footer-site {
    margin-top: 0;
}
.footer-site .about p,
.footer-site .widget_recent_entries ul li a,
.footer-site .wpcf7-form input,
.footer-site .wpcf7-form textarea {
    color: rgba(0, 0, 0, 0.75);
}
.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: #154B06;
}
.footer-bottom .container {
    max-width: 1170px;
    padding: 0 15px;
}
.footer-bottom .site-text {
    color: #fff !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;
    display: none;
}
.footer-bottom #mbmcl a:hover {
    color: #d00400 !important;
}
/*MENU MOBILE*/
.off-canvas-right.open + .wrapper-site{
  left: -280px;
}
.off-canvas-right {
  width: 280px!important;
  background: #383838!important;
  border-left: solid 3px #71bee4;
  -webkit-transform: none!important;
  -moz-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
  padding-top: 33px!important;
}
.off-canvas-right .nav-mobile {
  padding: 0!important;
}
.off-canvas-right .nav-mobile .search-form-menu-mobile {
  display: block;
  background-color: #222;
  padding: 15px;
  position: relative;
}
.off-canvas-right .nav-mobile .search-form-menu-mobile input {
  background-color: #333;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #888;
  padding: 12px;
}
.off-canvas-right .nav-mobile .search-form-menu-mobile button {
  background-color: transparent;
  position: absolute;
  color: #888;
  top: 0;
  right: 19px;
  line-height: 1;
  bottom: 0;
  margin: auto;
  font-size: 1.6rem;
}
.off-canvas-right .nav-mobile .nav-vertical {
  width: 100%;
}
.off-canvas-right .nav-mobile .nav-vertical .menu {
  padding: 0;
  margin: 0;
  display: block;
  background-color: transparent;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item {
  cursor: pointer;
  border-bottom: solid 1px #4C4C4C;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item.current-menu-item > a {
  color: #71bee4;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item.menu-item-has-children.xoay {
  background: transparent;
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item.menu-item-has-children.xoay a .x-caret {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item:hover {
  background-color: #4c4c4c;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item a {
  display: inline-block;
  padding: 14px 20px;
  text-transform: uppercase;
  color: #ddd;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #fff;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item a:hover {
  color: #71bee4;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item a .x-caret {
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
  width: 44px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item a .x-caret:before {
  content: "\f105";
  font-family: 'fontawesome';
  display: inline-block;
  font-size: 1em;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item .sub-menu {
  display: none;
  position: relative;
  top: 0;
  left: 0;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item .sub-menu:before {
  content: "";
  display: block;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 6px #383838;
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 1;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item .sub-menu .menu-item {
  border-bottom: solid 1px #4C4C4C;
  background-color: #444;
  padding-left: 10px;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item .sub-menu .menu-item:hover {
  background: #4C4C4C;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item .sub-menu .menu-item:hover a {
  color: #71bee4;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item-language {
  width: 17%;
  float: left;
  text-align: right;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item-language a {
  padding-right: 5px;
  padding-left: 0;
  display: block;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item-language:last-child {
  text-align: left;
  width: 83%;
}
.off-canvas-right .nav-mobile .nav-vertical .menu .menu-item-language:last-child a {
  padding-left: 5px;
  padding-right: 0;
}
/*END MENU MOBILE*/
/* 06. RESPONSIVE*/
@media (max-width: 1200px) {
    .bread-crumbs {
        display: none;
    }
    .title-container .title-post .heading {
        width: 100%;
    }
    /* pagination*/
    .pagination {
        display: flex;
        display: -webkit-flex;
        clear: both;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .news .thumbnail .thumbnail-body .overlay {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .content-three {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .content-three .thumbnail-body .overlay {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0 20px;
    }
    .content-three .article-title .heading {
        margin: 0;
    }
    .content-three .thumbnail-body {
        padding: 0 20px;
    }
}
@media (min-width: 992px) {
    .footer-site .column.span-3 {
        margin-bottom: 0;
    }
    .footer-site .column.span-3 .column {
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) and (min-width: 991px) {
    .thu-vien-anh .thumbnail .thumbnail-body .heading a {
        padding: 0 15px;
    }
}
@media (max-width: 991px) and (min-width: 769px) {
    .sidebar.pull-right {
        padding-left: 10px;
    }
    .sidebar.span-3.pull-left .well {
        padding: 0;
        padding-bottom: 20px;
    }
    .news .thumbnail .thumbnail-body {
        width: 75%;
    }
    .content-three .column-flush.span-3 {
        width: calc(100% / 3);
        float: left;
    }
    .content-three .row .span-2:nth-child(6n+7),
    .content-three .row .span-3:nth-child(4n+5),
    .content-three .row .span-4:nth-child(3n+4),
    .content-three .row .span-6:nth-child(2n+3) {
        clear: none;
    }
    .single-post .section-title .heading,
    .article-title .heading {
        font-size: 23px;
    }
    .content-three .article-title .heading {
        width: 100%;
    }
    .lien-he-form .ttlh {
        margin-left: 0;
        width: 49%;
    }
    .sidebar.span-4 {
        float: right;
    }
    .thu-vien-anh .thumbnail .thumbnail-body .heading a {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .header-secondary .pull-left .nav li a[title='time'] {
        display: none;
    }
    .header-sticky.is_stuck.is_stuck_show {
        height: auto;
    }
    .header-secondary .pull-left .nav li a[title='mail'] {
        display: none;
    }
    .responsive-nav .l-menu {
        height: 55px;
        line-height: 55px;
    }
    .header-site.invert .responsive-nav .l-menu {
        color: #879d3e;
    }
    .responsive-nav {
        display: block !important;
    }
    .header-site {
        height: auto;
    }
    .header-site .nav .menu {
        display: none;
    }
    section[class*=' off-canvas-'] .nav-mobile {
        display: block;
    }
    .header-inline .inline-right-nav {
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    .header-site .inline-right-nav {
        right: 15px;
        left: auto;
        margin: 0;
    }
    .header-site .container,
    .header-site>.clearfix {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 15px 15px;
    }
    .content-one .media-body .heading,
    .content-two .media-body .heading,
    .content-three .media-body .heading,
    .content-four .section-title .heading {
        font-size: 36px;
    }
    .content-one .column.span-3,
    .content-one .span-9 {
        width: 100%;
        float: none;
        clear: both;
    }
    .content-one .last .lcam-carousel-controller-top-right {
        display: none;
    }
    .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-site .column.span-3 {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .footer-site .column.span-3:nth-child(2n+2) {
        margin-right: 0;
    }
    .footer-site .popular-posts .wpp-list {
        max-width: 337px;
    }
}
@media only screen and (min-width: 768px) {
    .responsive-nav {
        display: none;
    }
    .nav-horizontal ul {
        display: block;
    }
    .sidebar .well:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .sidebar.pull-right {
        margin-bottom: 0;
    }
    .content-two .column.span-4 {
        float: left;
        width: calc(32% - 30px);
        margin-right: 30px;
    }
}
@media (width: 768px) {
    .logo {
        margin-top: 0;
    }
    .column.span-8 {
        width: 66%;
        float: left;
    }
    .span-3 {
        width: 23.5%;
        clear: right;
    }
    .span-3 .well {
        padding: 0;
        padding-bottom: 20px;
    }
    .sidebar.pull-right {
        padding-left: 10px;
    }
    .sidebar.span-4,
    .sidebar.span-3 {
        width: 23.5%;
        clear: right;
    }
    .sidebar.span-4 .widget,
    .sidebar.span-3 .widget {
        width: 100%;
    }
    .sidebar .well {
        margin-bottom: 40px !important;
    }
    .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-bottom*/
    .footer-bottom .span-8 {
        width: 66%;
        float: left;
    }
    .footer-bottom .span-4 {
        width: 32%;
    }
    .content-one .column.span-3,
    .content-one .span-9 {
        width: 100%;
        float: none;
        clear: both;
    }
    .content-two .column.span-8 {
        clear: right;
    }
    .lien-he-form .ttlh {
        margin-left: 0;
        width: 49%;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .thu-vien-anh .column.span-4 {
        width: calc(50% - 15px);
        float: left;
        margin-right: 30px;
    }
    .thu-vien-anh .column.span-4:nth-child(2n+2) {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .header-site .logo{
        width: 100%;
        text-align: center;
        margin-left: 50px;
    }
    .site-logo-link img,
    .mark img {
        max-height: 70px;
    }    
    .header-secondary .pull-left .nav li{
        line-height: 35px;
    }
    .header-secondary .pull-right ul li a{
        padding: 0;
    }
    .content-one,
    .content-two,
    .content-four {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .lien-he-form,
    .title-container {
        margin-bottom: 40px;
    }
    .post-news-item {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .single-post .section-title .heading a,
    .article-title .heading a {
        font-size: 20px;
    }
    .title-container .title .heading {
        font-size: 46px;
    }
    .header-secondary .pull-right .nav li {
        margin: 0;
    }
    .content-two .column.span-4 {
        float: none;
        clear: both;
        width: 100%;
    }
    .content-two .last .media-body .heading:before {
        display: inline-block;
        float: left;
        padding-right: 15px;
        width: 34px;
    }
    .content-two .last .media-body .excerpt {
        padding-left: 50px;
    }
    /* 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*/
    .relative-post-default .section-nav-title {
        color: #585858;
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
        padding-bottom: 0;
        margin-bottom: 10px;
        text-transform: inherit;
    }
    .search-no-results .widget_search {
        display: none;
    }
    /* sidebar */
    .column.pull-right {
        padding-left: 0;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .sidebar .push-bottom-large {
        margin-bottom: 20px;
    }
    .sidebar .widget_categories .section-nav-title {
        margin-bottom: 5px;
    }
    .sidebar.pull-right .well {
        padding: 0;
    }
    .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;
    }
    .sidebar.span-3 .widget:last-child,
    .sidebar.span-4 .widget:last-child {
        margin-bottom: 0;
    }
    .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-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 .media.medium .excerpt ul,
    .lien-he-form .media.medium .excerpt ol {
        margin-left: 0;
    }
    .lien-he-form .column.span-4,
    .lien-he-form .column.span-6 {
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0;
        margin-right: 0;
    }
    textarea,
    input {
        max-width: 100% !important;
    }
    .footer-site {
        padding: 40px 0 25px;
        margin-top: 40px;
    }
    .footer-site .span-3 {
        display: block;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .footer-site .widget_nav_menu ul li a {
        font-size: 1.4rem;
    }
    .column.span-6 .post-news-item .meta-info {
        padding-left: 0;
    }
}
@media (max-width: 735px) and (min-width: 640px) {
    .header-secondary .pull-left .nav li a {
        margin-left: 20px;
    }
}
@media (max-width: 660px) and (min-width: 640px) {
    .header-secondary .pull-left .nav li a {
        margin-left: 13px;
    }
}
@media (max-width: 640px) {
    /* bs*/
    .thu-vien-anh .thumbnail .thumbnail-body .heading a {
        padding: 0 20px;
    }
    .title-container .title-post .heading {
        font-size: 19px;
    }
    .footer-site .column.span-3 {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-site .last {
        margin-bottom: 0 !important;
    }
    .footer-site .widget {
        margin-bottom: 0;
    }
    .footer-site .about .media .media-image img {
        margin-bottom: 0;
    }
    .content-four .lcam-carousel-controller-top-right {
        display: none;
    }
    .content-five .column.span-4 {
        width: 100%;
        float: none;
        clear: both;
        margin-right: 0 !important;
    }
    .content-five .thumbnail-body {
        max-width: 480px;
        margin: auto;
    }
}
@media (max-width: 480px) {
    .lien-he-form,
    .content-one,
    .content-two,
    .content-four {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .lien-he-form .section-title .heading,
    .content-one .section-title .heading,
    .content-two .section-title .heading,
    .content-four .section-title .heading {
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }
    .lien-he-form .section-title .excerpt,
    .content-one .section-title .excerpt,
    .content-two .section-title .excerpt,
    .content-four .section-title .excerpt {
        font-size: 16px;
    }
    .thu-vien-anh {
        padding-top: 0;
    }
    .lien-he-form {
        padding-bottom: 0;
    }
    .content-four .section-title .excerpt p {
        font-size: 16px;
    }
    .header-secondary .pull-left,
    .header-secondary .pull-right {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }
    .header-secondary .pull-right ul li a {
        line-height: 30px;
    }
    .header-secondary .pull-right ul .menu-item-language a {
        padding: 10px 18px;
    }
    .content-five {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content-one {
        padding-bottom: 40px;
    }
    .content-three .article-title .heading {
        width: 100% !important;
    }
    .swiper-container .arrows .l-right-arrow {
        bottom: 62px;
    }
    .swiper-container .arrows .animate {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .lien-he-form .section-title,
    .thu-vien-anh .section-title,
    .content-four .section-title,
    .content-one .section-title {
        text-align: center;
    }
    .lien-he-form .section-title:before,
    .thu-vien-anh .section-title:before,
    .content-four .section-title:before,
    .content-one .section-title:before {
        float: none;
        clear: both;
        margin: 0;
        margin-bottom: 10px;
    }
    .lien-he-form {
        padding-top: 0;
    }
    .content-three .section-title .heading {
        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }
    .content-three .section-title .excerpt {
        max-width: 100%;
    }
    .content-three .section-title .excerpt p {
        font-size: 16px;
    }
    .thu-vien-anh .article-title .heading {
        width: 100% !important;
    }
    .error404 .page-404 .title-404 {
        font-size: 130px;
    }
    .error404 .page-404 .h2-404 {
        font-size: 20px;
    }
    .error404 .page-404 .entry-404 .search-404 .search-form {
        width: auto;
    }
    .layers-map {
        height: 320px !important;
    }
    .content-four .article-title .heading {
        width: 100% !important;
    }
}
/*::-webkit-input-placeholder {  Edge 
color: #fff !important;
}
:-ms-input-placeholder {  Internet Explorer 10-11 
color: #fff !important;
}
::placeholder {
color: #fff !important;
}*/
.header-site nav .menu>li>a {
    padding: 0 16px;
}