/*
Theme Name: Keen Land
/* =Global
----------------------------------------------- */
@font-face{font-family:harmonia;font-style:normal;font-weight:200;src:url(fonts/RV-Harmonia-Light.eot) format("embedded-opentype"),url(fonts/RV-Harmonia-Light.woff) format("woff"),url(fonts/RV-Harmonia-Light.ttf) format("truetype")}@font-face{font-family:harmonia;font-style:normal;font-weight:400;src:url(fonts/RV-Harmonia-Regular.eot) format("embedded-opentype"),url(fonts/RV-Harmonia-Regular.woff) format("woff"),url(fonts/RV-Harmonia-Regular.ttf) format("truetype")}@font-face{font-family:harmonia;font-style:normal;font-weight:500;src:url(fonts/RV-Harmonia-SemiBold.eot) format("embedded-opentype"),url(fonts/RV-Harmonia-SemiBold.woff) format("woff"),url(fonts/RV-Harmonia-SemiBold.ttf) format("truetype")}@font-face{font-family:harmonia;font-style:normal;font-weight:600;src:url(fonts/RV-Harmonia-Bold.eot) format("embedded-opentype"),url(fonts/RV-Harmonia-Bold.woff) format("woff"),url(fonts/RV-Harmonia-Bold.ttf) format("truetype")}
body {
    color: #333 !important;
    word-wrap: break-word;
    line-height: 1.7;
    font-size: 17px;
    background: #fff;
    font-family: harmonia, sans-serif !important;
}
@media(max-width:1100px){
    body {
        font-size: 18px;
    }
}
a {
    color: #21759b;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover, a:focus {
    color: #333;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a {
    transition: all 0.2s ease;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: harmonia, sans-serif !important;
}
.navbar, body, body.page{font-family: harmonia, sans-serif !important;}
.dropdown-menu>li>a {text-transform: uppercase!important}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 16px;
}
h6, .h6 {
    font-size: 14px;
}
img {
    max-width: 100%;
    /* Adhere to container width. */
    height: auto;
    width: auto;
}
button, input, select, textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* Clearing */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: '';
    display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
    margin: 0;
    margin-bottom: 5px;
    padding-Bottom: 0;
}
.byline, .updated {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
    margin-right: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
header.archive-header h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 10px 0;
    color: #194786;
    margin-top: 0;
    text-align: center;
    margin: 10px 0;
}
header.archive-header h1 i {
    font-size: 15px;
    color: #194786;
}
#content {
    margin-top: 0px;
    padding: 0;
    color: #444;
    text-align: justify;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
    font-size: 11px;
}
#main .page-header {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}
.entry-meta a {
    color: #aaa;
}
.entry-meta .fa {
    font-size: 11px;
    color: #194786;
    margin-right: 2px;
}
.entry-meta {
    font-size: 11px;
    margin: 0 0 5px 0;
    color: #666;
}
.entry-meta span {
    margin-right: 10px;
}
.entry-title {
    font-size: 24px;
    color: #222;
}
.entry-title a {
    color: #444;
}
.entry-title a:hover {
    color: #666;
}
.btn.btn-default.read-more {
    float: right;
    border: 1px solid #E8E8E8;
    color: #A60A12;
    background-color: transparent;
    margin-top: 10px;
}
.btn.btn-default.read-more:hover {
    color: #FFF;
    background-color: #A60A12;
}
.search .btn.btn-default.read-more {
    float: none;
}
hr.section-divider {
    border-color: #E8E8E8;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #A60A12;
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 2px;
}
.page-links a span {
    background-color: inherit;
    border: 1px solid #E8E8E8;
    color: #A60A12;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.page-links a:hover span {
    background-color: #A60A12;
    border: 1px solid #A60A12;
    color: #fff;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    /* border: 1px solid #ccc; */
    /* margin-bottom: 1.5em; */
    /* max-width: 100%; */
    width: auto !important;
    max-width: 100% !important;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 2px 0;
    color: #777;
    text-align: left;
    font-size: 14px;
    font-style: italic;
}
.site-main .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-main .gallery dd {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
    max-width: 100%;
}
/* =Widgets
----------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
    border: #DDD 1px solid;
    padding: 2px;
    margin: 0 0 1.5em;
    border: #DDD 1px solid;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #194786;
    -moz-box-shadow: 0 2px 1px #194786;
    box-shadow: 0 2px 1px #194786;
    border-top: 0;
}
/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
    display: none;
}
.widget > ul > li, li.recentcomments {
    border-bottom: 1px solid #EEE;
    position: relative;
    display: block;
    padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.zfc-accordion > ul > li.cat-item > a {
    font-size: 15px;
    font-family: harmonia, sans-serif;
    padding: 7px !important;
}
.zfc-accordion ul li {
    list-style-type: none;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    /* background-image: none !important; */
    background: url(images/arrow2.png) no-repeat 10px !important;
    padding-left: 20px !important;
}
.zfc-accordion ul li.has-sub {
    background: none !important;
}
.zfc-accordion ul li:hover {
    background-color: #f5f5f5 !important;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
    border-bottom: 1px solid #eee;
    background: #194786;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    font-weight: bold;
}

.widget-title {
    margin-top: 5px;
    color: #fff;
    text-shadow: 1px 0px 1px #777;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    background: #194786 !important;
    margin: -1px;
    margin-bottom: 10px;
}
.widget-title:after {
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 75px;
}
.widget-title:before {
  position: absolute;
  z-index: 1;
  content: "\f00a";
  font-family: FontAwesome;
  left:0;
  font-weight: normal;
}
.widget ul.nav.nav-tabs {
    padding: 0;
}
.tab-content ul li {
    list-style: none;
}
#secondary .widget_archive ul li:before, #secondary .widget_categories ul li:before, #secondary .widget_recent_comments ul li:before {
    font-family: fontawesome;
    margin-right: 10px;
}
#secondary .widget_archive ul li:before {
    content: '\f073';
}
#secondary .widget_categories ul li:before {
    content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
    content: '\f0e5';
}
.tab-content .tab-thumb {
    float: left;
    margin-right: 8px;
    padding-top: 5px;
    float: left;
    line-height: 0px;
    width: 60px;
    height: 60px;
}
.tab-content li {
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 8px;
    padding: 0 0 6px;
}
.tab-content .tab-entry {
    display: block;
}
.tab-content > .active {
    border: 1px solid #E8E8E8;
    border-top: none;
}
.tab-content ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-content .tab-entry {
    font-size: 14px
}
.tab-comment {
    font-size: 18px;
    padding: 0 10px;
}
.nav-tabs > li > a {
    border-bottom-color: transparent;
    text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
    content: '\f0e5';
    font-family: fontawesome;
    float: left;
    padding-right: 10px;
    font-size: 20px;
    color: #A60A12;
}
/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
    background-color: #A60A12;
    border-color: #A60A12;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
    background-color: #a80f12;
    border-color: #d83f42;
}
.btn.btn-default {
    color: #FFF;
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}
#infinite-handle span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 12px;
    background: transparent;
    border: 1px solid #E8E8E8;
    color: #A60A12;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#infinite-handle span:hover {
    background-color: #A60A12;
    color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
    color: #6B6B6B;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 8px;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
    margin-top: 20px;
    margin-bottom: 20px;
}
.site-description {
    clear: both;
    color: #777;
    font-weight: 200;
    font-size: 14px;
}
.page-template-page-homepage-php .carousel {
    margin-top: -20px;
    margin-bottom: 20px;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] a, .more-link {
    border: 1px solid #E8E8E8;
    padding: 6px 12px;
    border-radius: 4px;
    display: block;
}
.site-main [class*="navigation"] a:hover, .more-link:hover {
    color: #fff;
    background: #A60A12;
    text-decoration: none;
}
.more-link {
    float: none;
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 12px;
    padding: 03px 5px;
    color: #21759b;
}
.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
}
.navbar.navbar-default {
    margin: 0;
    padding: 0;
    text-align: right;
    float: none;
    line-height: 40px;
    min-height: 40px;
    width: 100%;
    border-radius: 0;
    background: rgba(255,255,255,0.75);
    background: none;
    z-index: 9;
    margin-top: 40px;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    color: #fff;
    padding: 0;
    letter-spacing: 0.2px;
}

.navbar-default .navbar-nav > li > a:before{
}

.navbar-default .navbar-nav > li > a:hover:before{
    left: 0;
    right: 0;
}
.navbar-default .navbar-nav > li > a:hover {
    /* color: #FFF !Important; */
    color: #ead085 !important;
    border: 0;
    background: none !important;
    box-shadow: none !important;
}
.navbar-default .navbar-nav > li:hover > a {
    /* color: #FFF !Important; */
}
.navbar > .container .navbar-brand {
    color: #A60A12;
    font-size: 24px;
    margin: 8px 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    border-right: none;
    border-left: none;
}
.navbar {
    border-radius: 0;
}
.navbar-default {
    border: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ead085 !important;
    border: 0;
    background: none !important;
    box-shadow: none !important;
}

.navbar-default .navbar-nav > li.active > a:before{
    content: "\f0dd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ead085;
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    height:0;
    background:none !Important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #222;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
}
.dropdown-menu, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    border: none;
}
.dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: rgba(255,255,255,0.1) !Important;
    color: #fff;
    color: #ead085 !important;
    border: 0;
    background: none !important;
    box-shadow: none !important;
}
.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
    padding: 0;
}
.navbar-nav > li {
    margin: 0 8px 0 0;
    position: inherit;
    border-bottom: 0;
    position: relative;
    border-radius: 5px;
}
.navbar-nav > li:last-child {margin-right:0}
.navbar-nav > li:hover {
color: #ead085 !important;
    border: 0;
    background: none !important;
    box-shadow: none !important;
}
.navbar-nav > li:hover a { color: #ead085 !important;
    border: 0;
    background: none !important;
    box-shadow: none !important;}
.navbar-nav > li > a {
    transition: 0.1s;
    margin: 0px 7px;
}
.navbar-nav > li > a:hover {
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.nav.navbar-nav {
    float: right;
}
@media (max-width: 767px) {
    .nav.navbar-nav {
        float: none;
    }
}
/* =Comments
----------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}
#respond {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
    margin-bottom: 10px;
}
p.logged-in-as {
    padding-bottom: 0px;
}
.comment-list {
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    padding-left: 0;
}
.comment .comment-body {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    padding-left: 116px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: #E8E8E8;
    border-radius: 4px;
}
.comment-list .children {
    margin-left: 0px!important;
    padding-left: 40px;
    border-left: 1px solid #E8E8E8;
    background-repeat: no-repeat;
    background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
}
#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}
.vcard .avatar {
    position: absolute;
    left: 29px;
    top: 29px;
}
.comment-metadata {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}
.comment-reply-link {
    float: right;
}
.form-allowed-tags code {
    word-wrap: break-word;
    white-space: inherit;
}
.comment-respond label {
    display: block;
    font-weight: normal;
}
.comment-respond .required {
    color: #C7254E;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a, #image-navigation .nav-next a {
    padding: 5px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: block;
}
#image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
    background-color: #A60A12;
    color: #fff;
}
#image-navigation .nav-previous, #image-navigation .nav-next {
    margin: 10px 0;
}
/* =Footer
----------------------------------------------- */
#footer-area .container {
    background: none;
}
#footer-area {
    background-color: #313233;
    color: #CCC;
    font-size: 12px;
}
#footer-area a {
    color: #ccc;
}
#footer-area .footer-widget-area {
    padding: 40px 0 20px 0;
    overflow: hidden;
}
#footer-area ul li {
    border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
    border-bottom: none;
}
#footer-area .tab-content > .active {
    border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
    background-color: transparent;
}
#footer-area .tab-content .tab-entry {
    font-size: inherit;
}
#footer-area .widgettitle {
    font-size: 18px;
    color: inherit;
    margin-top: 0px;
}
#footer-area #social ul li {
    border-bottom: none;
}
#footer-area .widget ul li {
    padding: 10px 0;
    list-style: none;
}
.footer-nav.nav > li {
    position: relative;
    display: inline-table;
}
.footer-nav.nav {
    float: left;
    margin-bottom: 2px;
}
.copyright {
    margin-top: 10px;
    float: right;
    text-align: right;
}
#colophon {
    background-color: #1F1F1F;
    padding: 10px 0;
    border-top: 1px solid #3A3A3A;
}
.site-info a {
    color: #777;
}
.site-info a:hover {
    color: #999;
}
#footer-area a:hover {
    color: #fff;
}
.site-info {
    color: #999;
    font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
    background: #3B3B3B;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
    background: #A60A12;
    opacity: .8;
}

/* =Social icons
----------------------------------------------- */
.top-bar {
    border-bottom-color: #E8E8E8;
}
#social a {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
#social ul {
    margin-bottom: 0;
    padding: 0;
}
#social li a span {
    display: none;
}
.fa-googleplus:before {
    content: "\f0d5";
}
#social li, #social ul {
    border: 0!important;
    list-style: none;
    padding-left: 0
}
#social li a[href*="twitter.com"] .fa:before, .fa-twitter:before {
    content: "\f099"
}
#social li a[href*="facebook.com"] .fa:before, .fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
#social li a[href*="github.com"] .fa:before, .fa-github:before {
    content: "\f09b"
}
#social li a[href*="/feed"] .fa:before, .fa-rss:before {
    content: "\f09e"
}
#social li a[href*="pinterest.com"] .fa:before, .fa-pinterest:before {
    content: "\f0d2"
}
#social li a[href*="plus.google.com"] .fa:before, .fa-google-plus:before {
    content: "\f0d5"
}
#social li a[href*="linkedin.com"] .fa:before, .fa-linkedin:before {
    content: "\f0e1"
}
#social li a[href*="youtube.com"] .fa:before, .fa-youtube:before {
    content: "\f167"
}
#social li a[href*="instagram.com"] .fa:before, .fa-instagram:before {
    content: "\f16d"
}
#social li a[href*="flickr.com"] .fa:before, .fa-flickr:before {
    content: "\f16e"
}
#social li a[href*="tumblr.com"] .fa:before, .fa-tumblr:before {
    content: "\f173"
}
#social li a[href*="dribbble.com"] .fa:before, .fa-dribbble:before {
    content: "\f17d"
}
#social li a[href*="skype.com"] .fa:before, .fa-skype:before {
    content: "\f17e"
}
#social li a[href*="foursquare.com"] .fa:before, .fa-foursquare:before {
    content: "\f180"
}
#social li a[href*="vimeo.com"] .fa:before, .fa-vimeo-square:before {
    content: "\f194"
}
#social li a[href*="spotify.com"] .fa:before, .fa-spotify:before {
    content: "\f1bc"
}
#social li a[href*="soundcloud.com"] .fa:before, .fa-soundcloud:before {
    content: "\f1be"
}
@media (max-width: 992px) {
    .site-branding {
        text-align: center;
    }
    #social {
        top: 0;
        float: none;
        text-align: center;
    }
    .side-pull-left .main-content-inner, .side-pull-right .main-content-inner {
        float: none;
    }
}
/* =Call For Action
----------------------------------------------- */
.cfa {
    padding: 30px 0px;
    background: #A60A12;
    text-align: center;
    overflow: hidden;
}
.cfa-text {
    font-size: 22px;
    color: #fff;
    display: block;
    padding-top: 10px;
}
.cfa-button {
    background-color: transparent;
    color: #fff;
    padding: 15px 30px;
    border-color: #fff;
}
.cfa-button a, .cfa-button a {
    color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #A60A12;
}
.cfa-button:hover a {
    color: #A60A12;
}
/* Layout */
.side-pull-left #primary {
    float: left;
}
.side-pull-right #primary {
    /* float: right; */
}
.no-sidebar #secondary, .full-width #secondary {
    display: none;
}
.no-sidebar #primary {
    float: none;
    margin: 0 auto;
}
.full-width #primary {
    width: 100%;
}
#logo {
}
#logo img {
    height: 70px;
    width: auto;
    display: block;
    margin-top: 5px;
    padding: 8px;
}
.headernew .col-md-3 img {padding: 8px;}
#menuTop {
}
#menuTop .collapse {
    padding: 0
}
#menuTop .container {
    background: #DDD;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.navbar-header {
    float: none;
}
.header1 {
    margin: 0;
    padding: 0 5px;
}
.header2 {
    text-align: right;
    margin-top: 10px;
}
#infoTop h3 {
    font-size: 14px;
    margin: 0;
    height: 35px;
    line-height: 35px;
    background: #A60A12;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#infoTop img {
    height: 25px;
    padding: 0 10px 0 5px;
    vertical-align: middle;
}
#infoTop {
    background: #EEE;
    padding: 0;
    margin-right: 5px;
    width: 230px;
    float: right;
    text-align: left;
    border-radius: 8px;
}
#infoTop p {
    font-weight: bold;
    padding: 10px 5px;
}
#infoTop p span {
    font-weight: bold;
    color: #a80f12;
    font-size: 16px;
}
.header1 .widget {
    margin: 0;
}
.clearfix {
    clear: both
}
#bgheaderArea {
    padding-bottom: 0;
}
.slHome {
}
.slHome * {z-index: 1 !important}
.slHome .container {
    margin: 0 auto;
    padding: 0;
}
.dkMail {
    background: #EEE;
}
.dkMail .container {
    background: #EEE;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dkMail span {
    float: left;
    padding-right: 20px;
    line-height: 35px;
    font-weight: bold;
    font-size: 13px;
}
.textf {
    border-color: #AAA !important;
    padding: 2px 6px !important;
    font-size: 12px;
    /* height: 30px; */
    /* line-height: 30px; */
}
.submitf {
    padding: 3px 10px;
    /* background: #DDD; */
    /* border-color: #CCC; */
    /* color: #666 !important; */
    /* font-size: 12px; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}
.centerMail input.textf {
    width: 300px;
}
.centerMail {
    text-align: center;
    margin: 0 auto;
    max-width: 695px;
}
.ms-thumb-frame img {
    width: auto !important;
    height: 100px !important;
}
#headerArea .container {
    background: none;
    padding:0;
    width: 1250px;
    max-width: 100%;
}
@media (min-width:1300px) {
    #headerArea .container {
    width: 1270px;
}
}
#headerArea .col-md-4 {
    padding: 0;
}
.lsCate {
    text-align: center;
    margin: 10px 0 20px 0;
    padding-left: 10px;
    padding-right: 10px;
}
.lsCate a {/* position: absolute; */}
.lsCateS {
    border: #CCC 1px solid;
    padding: 0;
    overflow: hidden;
}
.lsCate img {
    width: 100%;
    height: 120px;
    transition: all 0.5s ease;
}
.lsCate img:hover {
    /* -ms-transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    transform: scale(1.15,1.15);
    */
}
#secondary {
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 15px;
    /* background: #FFF; */
}
#primary {
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 10px;
    padding-right: 5px;
    /* background: #FFF; */
}
.page-title {
    margin: 5px 0 10px 0;
    font-size: 22px;
    font-weight: bold;
}
.imgH {
    top: -120px;
    transition: 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.imgT {
    top: 0;
    transition: 1.5s;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
#lsCateS:hover .imgH {
    top: 0px;
    transition: 0.5s;
}
#lsCateS:hover .imgT {
    top: 226px;
    transition: 1.5s;
}
.lsCateSImg {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    text-align: center;
}
#slCate {
    height: auto;
    width: 100%;
    background: #f5f5f5;
    padding: 10px 0;
    margin: 0px auto;
}
#slCate .containerz {
    width: 95%;
    margin: 0 auto;
    background: none;
}
.lsCate .swiper-slide-wrapper {
    background-color: #FFF;
    margin: 10px auto;
}
.lsCate .swiper-slide{
    position: relative;
}
.lsCate .swiper-slide img {
    height: auto;
    border: 0;
    background: #FFF;
    padding: 0;
    width: 370px;
    height: 260px;
}
.titleB {
    color: #0d3e5f;
    line-height: 1.4;
    padding: 0 0 12px;
    margin: 10px 0 25px;
    position: relative;
    text-align: center;
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.titleB:after {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background-color: #fbb615;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 100%;
    margin: 10px auto;
    padding: 10px 20px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec;
    border-radius: 10px;
    border: #CCC 2px dashed;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {
    content: "\2014 \2009";
}
#loingo {
    padding: 10px 0;
    background-color: #FFF;
}
.blockquoteDiv {
    color: #222;
    word-wrap: break-word;
    line-height: 1.7;
    font-size: 14px;
}
.arcpost {
    margin: 0;
    background: none;
    padding: 10px;
    border: none;
    border-radius: 0;
    /* margin-right: 10px; */
    border-right: 0;
    border-top: 0;
}
.arcpost h2 a, .arcpost h3 a {
    color: #194786;
    font-size: 16px;
}
.entry-meta-news {
    font-size: 12px;
    color: #666;
    letter-spacing: 0.2px;
    margin: 4px 0;
    width: 300px;
    margin: 3px auto;
}
.arcpost h2, .arcpost h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    margin: 5px auto;
    width: auto;
}
.newsimage {
    padding: 0 5px;
}
.newsimage img {

}
.crumbs2 {
    display: block;
    margin-left: 27px;
    padding: 0;
    padding-top: 10px;
}
.crumbs2 li {
    display: inline;
}
.crumbs2 li a, .crumbs2 li a:link, .crumbs2 li a:visited {
    color: #666;
    display: block;
    float: left;
    font-size: 12px;
    padding: 7px 16px 7px 19px;
    position: relative;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    border-right-width: 0px;
}
.crumbs2 li a {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(245,245,245)));
    background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(245,245,245) 73%);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5)";
}
.crumbs2 li.first a {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}
.crumbs2 li.last a {
    border-right-width: 1px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.breadTop {
    background: #fafafa;
    height: 30px;
    overflow: hidden;
}
.breadTop .container{}
.breadcrumb {line-height:1}
#breadcrumb {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
#breadcrumb p {margin:0;font-size:12px;line-height: 30px;}
#breadcrumb p a {font-size:12px}
#breadcrumb .icon {
    font-size: 12px;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    color: #444;
    display: block;
    background: #EEE;
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    font-weight: normal;
    font-size: 11px;
}
#breadcrumb li:nth-child(even) a {
    background-color: #EEE;
}
#breadcrumb li:nth-child(even) a:before {
    border-color: #EEE;
    border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
    border-left-color: #EEE;
}
#breadcrumbsDiv {
    min-height: 20px;
    overflow: hidden;
}
#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
    border: none;
}
#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
    border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #EEE;
    border-width: 15px 10px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #EEE;
}
#breadcrumb li a:hover {
    background-color: #EEE;
}
#breadcrumb li a:hover:before {
    border-color: #EEE;
    border-left-color: transparent;
}
#breadcrumb li a:hover:after {
    border-left-color: #EEE;
}
#breadcrumb li a:active {
    background-color: #EEE;
}
#breadcrumb li a:active:before {
    border-color: #EEE;
    border-left-color: transparent;
}
#breadcrumb li a:active:after {
    border-left-color: #EEE;
}
.entry-title {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 130%;
    color: #252525 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* font-family: 'Open Sans', sans-serif !important; */
    text-align: left;
    letter-spacing: 0;
}
.entry-title i {
    font-size: 16px;
    color: #666;
}
\.getPostCate2 {
    padding: 5px;
    width: 100%;
    display: inline-block;
}
.getPostCate2 .entryDate {
    color: #666;
    font-size: 12px;
}
.getPostCate2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.getPostCate2 ul li {
    display: inline-block;
    float: left;
    /* clear: both; */
    width: 25%;
    border-bottom: #CCC 1px dashed;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 140%;
    font-size: 13px;
}
.getPostCate2 ul li a {
}
.widget .getPostCate2 ul li a {
    font-size: 5px;
    font-size: 12px;
}
.getPostCate2 .ttPost {
    font-weight: bold;
    text-align: left;
    min-height: 36px;
    font-size: 14px;
    margin: 5px 0;
    width: 96%;
    line-height: 140%;
}
.widget .getPostCate2 .ttPost {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    vertical-align: initial;
}
.getPostCate2 h3 {
    ;}
.getPostCate2 img {
    width: auto;
    height: 70px;
    padding: 1px;
    border: #CCC 1px solid;
    margin: 5px;
}
.getPostCate2 img {
    width: 94%;
    height: 140px;
    border: #CCC 1px solid;
    padding: 2px;
    margin: 0 5px 0 0;
    float: none;
    display: block;
}
.newsHome {
    background: #FFF;
    padding: 10px 0 0px 0;
}
.newsHome .container {
}
.thongtinfooter {
    color: #EEE;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
}
.thongtinfooter .col-md-6 {
}
.thongtinfooter p {
    margin: 5px 0;
}
.thongtinfooter a {
}
.thongtinfooter span {
}
.getPostCate {
    padding: 5px;
}
.getPostCate ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.getPostCate ul li {
    display: inline-block;
    float: none;
    clear: both;
    width: 99%;
    border-bottom: #CCC 1px dashed;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}
.getPostCate ul li a {
}
.widget .getPostCate ul li a {
    font-size: 5px;
    font-size: 12px;
}
.getPostCate .ttPost {
    font-weight: bold;
    text-align: left;
}
.widget .getPostCate .ttPost {
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    vertical-align: initial;
}
.getPostCate h3 {
    ;}
.getPostCate img {
    width: auto;
    height: 70px;
    padding: 1px;
    border: #CCC 1px solid;
    margin: 5px;
}
.getPostCate img {
    width: 70px;
    height: 70px;
    border: #CCC 1px solid;
    padding: 2px;
    margin: 0 5px 0 0;
    float: left;
}
.getPostCate2 {
    padding: 5px;
    width: 100%;
    display: inline-block;
}
.getPostCate2 .entryDate {
    color: #666;
    font-size: 12px;
}
.getPostCate2 .lsPost2 {
    min-height: 200px;
    margin: 7px 0;
    /* padding: 3px 0; */
}
.getPostCate2 .contentH {
    width: 96%;
    height: 70px;
    margin: 5px auto;
    padding: 7px 0;
    font-size: 13px;
    line-height: 125%;
    border-bottom: #DDD 1px dashed;
}
.getPostCate2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.getPostCate2 ul li {
    display: inline-block;
    float: left;
    /* clear: both; */
    width: 25%;
    border-bottom: #CCC 1px dashed;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 140%;
    font-size: 13px;
}
.getPostCate2 ul li a {
}
.widget .getPostCate2 ul li a {
    font-size: 5px;
    font-size: 12px;
}
.getPostCate2 .ttPost {
    text-align: left;
    min-height: 42px;
    font-size: 15px;
    margin: 5px auto;
    width: 90%;
    color: #222;
    height: 42px;
    overflow: hidden;
    font-weight: normal;
}
.widget .getPostCate2 .ttPost {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    vertical-align: initial;
}
.getPostCate2 h3 {
    ;}
.getPostCate2 img {
    width: auto;
    height: 70px;
    padding: 1px;
    border: #CCC 1px solid;
    margin: 5px;
}
.getPostCate2 .pImg {
    width: 100%;
    height: 140px;
    overflow:hidden;}
.getPostCate2 img {
    border: 0;
    width: 98%;
    height: 140px;
    margin: 0 auto;
    float: none;
    display: block;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.getPostCate2 img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -khtml-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.zfc-accordion {
    border: #DDD 1px solid;
    border-top: 0
}
.textwidget {
    /* border: #DDD 1px solid; */
    border-top: 0;
    padding: 10px;
}
.ft-top .textwidget {padding:0}
.ft-top img {height:75px}
#headerArea .textwidget {
    border: 0
}
footer .textwidget, blockquote .textwidget {
    border: 0
}
.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu ul {
    z-index: 9;
    position: absolute;
    margin: 0 auto;
    background: #194786;
    border: 0;
    border-top:0;
    top: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 250px;
    background: #0d3e5f;
    background: #194786;
}
.navbar-nav > li > .dropdown-menu ul {top:0}
.navbar-nav > li#menu-item-3631 {position:relative;}
.navbar-nav > li#menu-item-3631 >  .dropdown-menu {
    width: 200px;
    top: 60px;
    background: #fafafa;
    border: #CCC 1px solid;
    border-top: 0;
}
.navbar-nav > li > .dropdown-menu > li, .dropdown-menu li {
    float: left;
    display: block;
    margin: 0 auto;
    width: 95%;
    transition: all 0.2s ease-in-out;
    float: none;
    top: 0;
    height: auto;
    min-height: auto;
    background: #0000 radial-gradient(circle, #185986, #0d3e5f) repeat scroll 0 0 !important;
    background: #0000 radial-gradient(circle, #185986, #194786) repeat scroll 0 0 !important;
}
.dropdown .dropdown-menu {
    transition: all 1s;
    opacity:0;
    visibility: hidden;
}
.dropdown:hover .dropdown-menu {
    display: block;
    opacity:1;
    visibility: visible;
}
.navbar-nav > li > .dropdown-menu > li.current-menu-item {
    background: none;
}
.navbar-nav > li > .dropdown-menu > li.current-menu-item > a {
    background: none;
    font-weight: bold;
}
.navbar-nav > li > .dropdown-menu > li > a, .dropdown-menu li > a {
    padding: 0 7px;
    font-weight: bold;
    font-size: 13px;
    background:none;
    color: #fff !important;
    text-shadow: none !important;
    line-height: 40px;
    margin:0;
    height: 38px;
    border-bottom: #CCC 1px solid !important;
    border-color: #ffffff4d !important;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
    background: none;
    font-weight: bold;
    padding-left:12px;;
    color: #ead085 !important;
    border: 0;
    background: none !important;
    box-shadow: none !important;
}
.shareSocialBar {
    display: inline-block;
    float: right
}
.shareSocialBar ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.shareSocialBar ul li {
    float: left;
    display: inline-block;
}
.shareSocialBar a {
}
.ttda {
}
.ttda ul {
    margin: 0;
    /* padding-left: 5px; */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    padding: 0;
}
.ttda ul li:hover {
    background-color: #fcfcfc;
}
.ttda ul li:hover a {
    /* color:#333; */
}
.ttda ul a li:last-child {
    /* border: none; */
}
.ttda ul li {
    background: url(images/arrow2.png) no-repeat 5px;
    padding-left: 20px !important;
    line-height: 35px;
    border-bottom: #CCC 1px dashed;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #444;
    font-weight: normal;
}
.ttda a {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.4px;
    width: 280px;
    height: 35px;
    /* position: absolute; */
    /* clear: both; */
}
.ttda a:hover {
    color: #FFF;
}
#zfc-accordion-zfwca_widget-2 ul.children li .item-link {
    padding: 5px 5px 5px 25px !Important;
}
#zfc-accordion-zfwca_widget-2 ul.children li {
    padding: 0 !important;
}
.swiper-slide-control-prev, .swiper-slide-control-next {
    top: 42% !Important;
}
#text-13 {
    display: none;
}
#texthtg-7 {
    display: none;
}
#menufication-top, #menufication-non-css3-top {
    background: #A60A12 !important;
}
.call {
    background: #DF0012 none repeat scroll 0 0;
    width: 195px;
    height: 35px;
    border-radius: 7px;
    font-weight: bold;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
    bottom: 6px;
    left: 10px;
    display: inline-block;
    position: fixed;
    z-index: 99999;
}
.call i {
}
.call .iconcall {
    padding-left: 25px;
    color: #FFF !important;
    font-size: 12px;
}
.call .iconcall .btnCall {
    background-image: url(images/icon.png);
    background-repeat: no-repeat;
    /* background-position: -80px -258px; */
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0px;
    display: none;
}
.call a {
    text-decoration: none;
    color: #fff
}
.alert-warning {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    z-index: 123
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.phone-call {
    width: 220px
}
.phone-call p {
    margin: 0 0 5px 0 !important
}
.phone-call b {
    color: #E42817
}
.phone-content {
    padding: 10px;
    font-size: 12px;
    color: #000;
    font-style: normal
}
.phone-content input {
    width: 95%
}
.float-ck {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 9000
}
* html .float-ck {
    position: absolute;
    bottom: auto;
    top: expression(eval (document.documentElement.scrollTop+document.docum entElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))) ;
}
#float_content_left {
    border: 0px solid #01AEF0;
}
#hide_float_left {
    text-align: left;
    font-size: 11px;
}
#hide_float_left a {
    background: #a80f12;
    padding: 4px 8px;
    color: #FFF;
    font-size: 14px;
    color: #FFF;
}
#secondary {
    float: right;
}
#primary {
    float: left;
}

#headerArea {
    width: 100%;
    padding: 0;
    height: 80px;
    position: relative;
    background: #25606e;
    background: #0000 radial-gradient(circle, #185986, #194786) repeat scroll 0 0 !important;
}
.hlTop {
    width: 250px;
    font-weight: bold;
    color: #FFF;
    padding: 5px;
    text-align: center;
    border-radius: 50px;
    font-size: 17px;
    letter-spacing: 1px;
    float: right;
    clear: both;
    color: #a60a12;
    background: rgba(255,255,255,0.5);
    text-transform:uppercase;
}
.hlTop span{font-size:18px}
.hlTop em {
    font-size: 16px !Important;
}
.entryDate {
    font-size: 12px;
    color: #666;
}
body .entry-content {
    font-size: 15px;
    margin: 5px 0;
    color: #222;
    line-height: 1.7;
}
.intro-news {
    margin-top: 10px;
    text-align: justify;
    font-size: 13px;
    width: auto;
    margin: 5px auto;
    line-height: 1.5;
    min-height: 95px;
}
body p {
    margin: 10px 0;
    text-align: justify;
}
/* slide */

.sliderImage {
    margin: 0 auto;
    width: 800px;
    height: 500px;
    border: 8px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #333333;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px !important;
}
.slider_next {
    width: 50px;
    height: 50px;
    background: url(images/slsNext.png) no-repeat;
    position: absolute;
    z-index: 999;
    top: 210px;
    left: 771px;
    cursor: pointer;}
.slider_next:hover {
    background: url(images/slsNext_hover.png) no-repeat;}
.slider_prev {
    width: 50px;
    height: 50px;
    background: url(images/slsPre.png) no-repeat;
    position: absolute;
    z-index: 999;
    top: 210px;
    left: 10px;
    cursor: pointer;}
.slider_prev:hover {
    background: url(images/slsPre_hover.png) no-repeat;}
.thumbSlide {
    height: 50px;
    padding: 0;
    width: 100%;
    display: block;
    text-align: center;
    margin: 15px auto 0px 0;
}
.thumbSlide
    li {
    width: 40px;
    float: left;
    margin-bottom: 10px;
    margin-right: 12px;
    list-style: none;
    height: 40px;
}
.thumbSlide
    a {
    width: 44px;
    padding: 2px;
    display: block;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #333333;
}
.thumbSlide
    li.activeSlide a {
    border: 1px solid #0a526f;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #333333;}
.thumbSlide
    a:focus {
    outline: none;}
.thumbSlide
    img {
    width: 40px;
    height: 40px !important;
    border: none;
    display: block;
    
}
.arrowslide {
    display: block;}
/* slide mobile */
.callbacks_container {
    margin-bottom: 5px;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;}
.callbacks
    li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;}
.callbacks
    img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 35% !important;
    left: 0;
    opacity: 1;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 50px;
    width: 50px;
    background: transparent url("images/navHover.png") no-repeat left top;
    margin-top: -45px;}
.callbacks_nav:hover {
    background: transparent url("images/nav.png") no-repeat left top;}
.callbacks_nav:active {
    opacity: 1.0;}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;}
.rslides_tabs
    a {
    display: inline-block;}
.rslides_tabs
    img {
    float: left;}
.rslides_tabs .rslides_here
    a {
    background: transparent;
    box-shadow: 0 0 0 2px #666;}
.rslides_tabs
    a {
    padding: 0;}
.callbacks_here
    a {
    background: transparent;
    box-shadow: 0 0 0 2px #666;}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;}
.rslides
    li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;}
.rslides
    li:first-child {
    position: relative;
    display: block;
    float: left;}
.rslides
    img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;}
.rslides_tabs {
    list-style: none;
    padding: 0;
    background: #FFF;
    font-size: 18px;
    list-style: none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;}
.rslides_tabs
    li {
    display: inline;
    float: none;
    margin: 0 3px;}
.rslides_tabs
    a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;}
.rslides_tabs
    li:first-child {
    margin-left: 0;}
.rslides_tabs .rslides_here
    a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;}
.rslides_tabs
    img {
    width: 40px;
    height: 40px;}
.rslides_tabs
    a {
    padding: 0;}
.rslides_tabs
    a {
    display: inline-block;}
.rslides_tabs
    a {
    height: auto;
    background: transparent;
    display: inline-block;
    width: 40px;
    padding: 2px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #333333;}
.sliderImage
    img {
    height: inherit;
}
.comment-reply-title {
    font-size: 18px;
}
/* slide */
.swiper-slide-wrapper {
    background-color: #FFF;
    margin: 10px auto;
}
.swiper-slide2
    img {
    height: auto;
    border: none;
    width: 100% !important;
    background: #FFF;
    padding: 0;
}
.slHome .swiper-button-prev, .slHome .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    background-image: url(images/slsPre.png);}
.slHome .swiper-button-prev:hover, .slHome .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(images/slsPre_Hover.png);}
.slHome .swiper-button-next, .slHome .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-image: url(images/slsNext.png);}
.slHome .swiper-button-next:hover, .slHome .swiper-container-rtl .swiper-button-prev:hover {
    right: 10px;
    left: auto;
    background-image: url(images/slsNext_hover.png);}
.slHome .swiper-button-next, .slHome .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-color: inherit;
}
.ft-top {
    background-color: #f7f7f7;
    padding: 10px 0;
    color: #fff;
    background: #194786;
}
.ft-top .block-socialFt {
    margin: 0 0 1.875rem;}
@media (
    min-width: 992px) {
    .ft-top .block-socialFt {
        position:relative;}
    .ft-top .block-socialFt:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 12rem;
    background-color: #fff;}
}
.ft-top .block-socialFt
    ul li {
    display: inline-block;
    margin-right: .625rem;
    border: none;
}
.ft-top .block-socialFt
    ul li a {
    display: block;
    background-color: #337ab7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    }
.ft-top .block-socialFt
    ul li a .fa {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    vertical-align: middle;
}
.ft-top .block-getmail {
    margin: 0 0 1.875rem;}
@media (
    min-width: 992px) {
    .ft-top .block-getmail {
        padding-right:1.875rem;
    position: relative;}
    .ft-top .block-getmail:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 12rem;
    background-color: #fff;}
}
.ft-top .block-getmail
    h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #fff;
    margin: 0 0 .625rem;
}
.ft-top .block-getmail .subscribefrm {
    position: relative;}
.ft-top .block-getmail .subscribefrm
    input[type=text] {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: none;
    width: 100%;
    padding: 0 6.275rem 0 .9375rem;
}
.ft-top .block-getmail .subscribefrm .subscribebutton {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #337ab7;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 .9375rem;
}
.ft-top .block-infoFt {
    font-size: .813rem;
    font-weight: 500;
    line-height: 1.313rem;
    color: #fff;
}
.ft-top
    ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
}
.ft-top
    ul li {
    margin: 10px 0;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}
.ft-top
    ul li .fa {
    width: 17px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}
.ft-top
    ul li a {
    color: #fff;
}
.ft-top
    ul li span {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: top;}
.ft-top
    h2.module-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    padding: 10px 0;
    margin: 10px 0;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.ft-top
    h2.module-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49px;
    height: 2px;
    background-color: #194786;
    }
.ft-top .container {
    background: url(images/footer-top-bg.png) no-repeat bottom right;
    padding: 30px 0;
    }
#footerArea {
    padding: 5px 0;
    text-align: center;
    color: #777;
    font-size: 14px;
    background: #194786;
    background: #f7f7f7;
    /* display: none; */
    line-height: 40px;
}
.wp-pagenavi {
    padding: 10px 10px;
    margin: 10px 0;
    background: #fcfcfc;
    width: 99%;
    border: #EEE 1px solid;
    display: inline-block;
}
.wp-pagenavi
    a, .wp-pagenavi span {
    background: #FFF;
    font-size: 14px;
    padding: 3px 9px;
}
.wp-pagenavi
    span.current {
    background: #194786;
    color: #FFF;
    border-color: #194786;
    border: none;
}
.tukhoa {
    font-size: 14px;
    
}
.tukhoa
    a {;}
.tukhoa
    a:hover {;}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags
    li {
    float: left;
}
.tags
    li a {
    background: #DDD;
    border-radius: 3px 0 0 3px;
    color: #444;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tags
    li a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tags
    li a::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #DDD;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tags
    li a:hover {
    background-color: #194786;
    color: white;
}
.tags
    li a:hover::after {
    border-left-color: #194786;
}
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    /* display: inline-block; */
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#clickcall {}
#clickcall .modal-dialog {
    width: 330px;
    margin: 0;
}
#clickcall:before {
    height:80%;}
#clickcall .close {
    height: 25px;
    margin-bottom:2px;
    margin-right: 0 !Important;
    opacity:1;}
#clickcall .close
    img {
    height: 20px;
}
.modal-header {
    border: 0 !important;
}
.modal-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #cccccc;
    z-index: 1000003;
    text-align: left;
    padding: 0px 0px;
    max-width: 700px;
    max-height: 550px;
    min-width: 300px;
}
#clickcall .modal-content {
    background: none;
    border: 0;
    z-index: 1000003;
    text-align: left;
    padding: 0px 0px;
    width: 330px;
    max-height: 550px;
    max-width: 330px;
    box-shadow: none;
}
#clickcall .modal-header {
    padding:0;}
.textHead {
    background: rgba(255,255,255,0.8);
    margin: 0px auto 30px auto;
    padding: 5px 10px;
    width: 90%;
    border: #EEE 1px solid;
}
#clickcall .textHead {
    background: #194786;
    margin: 0px auto 5px auto;
    padding: 8px 10px;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #337ab7;
    text-align: center;
    text-transform: uppercase;
} 
#clickcall .modal-body {
    margin:0;
    padding:0;
    background: #FFF;
    border: #337ab7 1px solid;
    padding: 0 0 0px 0;}
#clickcall .modal-body .wpcf7-form {
    padding: 5px 15px 0 15px;
    margin: 15px auto 0 auto;}
#clickcall .modal-body
    input {
    padding: 5px 10px;
    font-size: 13px;
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    border-color: #DDD;
}
#clickcall .modal-body .wpcf7-form
    input[type=submit] {width:100%;}
#clickcall .modal-body .wpcf7-form
    input[type=submit]:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
#clickcall .modal-body .wpcf7-form
    input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
}
#clickcall .modal-body .wpcf7-form
    input[type=submit] {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#clickcall .modal-body .wpcf7-form
    input[type=submit]{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
}
.textFooter {
    background: rgba(255,255,255,0.8);
    margin: 20px auto 10px auto;
    padding: 5px 10px;
    width: 90%;
    border: #EEE 1px solid;
}
.wpcf7-form {
    margin: 20px auto;
    text-align: center;
}
#related_posts {
    margin: 10px 0 20px 0;
    border-top: #CCC 1px solid;}
#related_posts
    h2 {
    font-size: 18px;
    letter-spacing: 0.2px;
    color: currentColor;
}
#related_posts
    h2 i {
    font-size: 15px;
    color: #194786;
}
#related_posts .col-sm-3 {
    margin: 10px 0 20px 0;
}
#related_posts .col-sm-3
    h3 {
    font-size: 15px;
    margin: 5px 0 0 0;
}
#related_posts .col-sm-3
    h3 a {
    text-transform: lowercase;
}
#related_posts .col-sm-3
    img {
    width: 175px;
    height: 105px;
}
#related_posts .col-sm-3 .rTime {
    font-size: 12px;
    color: #666;
}
.number_mobile {
    font-size: 17px;
    margin-left: 4px;
    text-decoration: inherit;
}
.commentArea {
}
.menu-item-400 {
    background: #194786;
    width: 40px;
    height: 40px;
}
.menuContact .menu-item-400 {
    background: none;
    width:50px;
    height:50px;
}
.menu-item-400
    a {
    background: url(images/homemn.png) 10px no-repeat !important;
    position: absolute !important;
    z-index: 99999;
    width: 40px;
    height: 40px;
    color: transparent;
    color: transparent !important;
}
.menuContact .menu-item-400
    a {
    background: url(images/home.png) 10px no-repeat !important;
    z-index: 99999;
    width: 50px;
    height: 50px;
    color: transparent;
    color: transparent !important;
    padding-right: 0px;
    position: inherit !important;
    line-height: 50px;
}
.menu-item-400
    a:hover {
    color: transparent !important;
}
.fYeuCau {
    border: #194786 0px dashed;
    background: #f5f5f5;
    border-color: #0066b3;
    padding: 0;
    border-color: #EEE;
    margin: 0px auto 20px auto;
    max-width: 600px;
    background: #FFF;
    border: #337ab7 1px solid;
    padding: 0 0 15px 0;
    background: url(images/bg-contactf.jpg);
    background-size: cover;
}
.fYeuCau .col-md-4 {
    padding: 0 5px;}
.fYeuCau .col-md-12 {
    padding: 0 5px;}
.fYeuCau
    p {
    text-align: center;
    color: #FFF;
    margin: 0;
}
.fYeuCau
    h3 {margin: 0px auto 5px auto;
    padding: 8px 10px;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #337ab7;
    text-align: center;
    text-transform: uppercase;}
.fYeuCauF {
    padding: 0 10px;
    margin-top: 15px;}
.fYeuCauF
    p {;}
.fYeuCauF
    label {;}
.fYeuCauF
    span {;}
.fYeuCauF
    input {
    max-width: 100%;
    background: #f5f5f5;
    border: #CCC 1px solid;
    border-radius: 0;
    height: 30px;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    color: #444 !important;
    padding: 5px 10px;
    font-size: 13px;
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    border-color: #DDD;
}
.fYeuCauF
    textarea {
    height: 50px;
    WIDTH: 100%;
    background: rgba(255,255,255,0.2);
    border: #AAA 1px solid;
    border-radius: 0;
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    color: #444 !important;
    border-color: rgba(255,255,255,0.3);
    padding: 5px 10px;
    font-size: 13px;
    background: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    border-color: #DDD;
}
.fYeuCauF
    input[type=submit] {background: #337ab7;
    border: none;
    padding: 0px 10px;
    height: 35px;
    border: none;
    margin-top: 5px;
    color: #FFF !Important;}
.contactPage {
    background-size: cover;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    overflow: auto;
}
.contactPage .container {
    padding: 65px 0 0 0;
    max-width: 800px;
}
.contactPage .container
    label {;
    float: left;}
.contactPage .container
    p {;}
.contactPage .container
    span {text-align: left;}
.contactPage .container
    input:focus {
    background: rgba(000,000,000,0.9);
    border: #EEE 1px solid !important;
    box-shadow: none !important;
}
.contactPage .container
    input {
    background: rgba(000,000,000,0.7);
    color: #FFF !important;
    border: #CCC 1px solid;
    border-radius: 0;
    margin: 7px 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    text-align: left;
}
.contactPage .container * {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    letter-spacing: 0.4px;
    /* FONT-SIZE: 14PX; */
}
.contactPage .container
    textarea:focus {
    background: rgba(000,000,000,0.9);
    border: 1px solid #EEE !Important;
    box-shadow:none !important;
    
}
.contactPage .container
    textarea {
    background: rgba(000,000,000,0.7);
    color: #FFF !important;
    border: #FFF 1px solid;
    border-radius: 0;
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    height: 120px;
}
.contactPage .container
    textarea::-webkit-input-placeholder {
    padding: 0 7px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;}
.contactPage .container
    input::-webkit-input-placeholder {
    padding: 0 7px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;}
.contactPage .container
    input[type=submit] {
    background: rgba(000,000,000,0.7);
    font-size: 15px;
    padding: 0px 17px;
    height: auto;
    width: 200px;
    text-align:center;
}
.contactPage .container
    input[type=submit]:hover {
    background: rgba(000,000,000,0.9);}
.ctpage
    div.wpcf7-validation-errors {color: #FFF !important;
    width: auto !important;}
.ctpage {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(000,000,000,0.01);
}
.wpcf7-not-valid-tip {
    display: none!important;}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
}
.relatedcontent {
    font-size: 15px;
    color: #666;
    padding-left: 10px;}
.relatedcontent
    h3 {font-size: 15px;
    display: inline-block;
    margin: 2px 0;
    padding: 0;}
.relatedcontent
    h3  a {;}
.relatedcontent
    span {font-size: 12px;
    color: #AAA;}
.navbar-nav >
    li.current-menu-item {background: none !important;border: 0;background: none !important;box-shadow: none !important;transform: none !important;opacity: 1;border-radius: 0;}
.navbar-nav >
    li.current-menu-item > a {
    color: #fff;
}
.navbar-nav >
    li.menu-item-400 a {color: transparent !important;}
.navbar-nav >
    li.menu-item-400:hover a {color: transparent !important;}
.zsfm-menu >
    li { 
    background: #5070ae !important;
    border-bottom: #333 1px solid !important;
}
.zsfm-menu >
    li > a {
    font-size: 15px !important;
    color: #FFF !important;
}
.zsfm-menu >
    li >a span {
    font-size: 15px !important;
    color: #FFF !important;
    text-transform: uppercase;
}
#zsfm-sidebar .zsfm-search-form {
    background-color: #333 !important;
    padding: 10px 0 !important;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}
#zsfm-sidebar .zsfm-search-form
    input {
    color: #f5f5f5 !important;
}
.zsfm-logo {
    display: none !important;}
#zsfm-sidebar .zsfm-search-form
    span {
    top: 15px !important;
}
#menu-item-830 {
    background: url(images/con-vien-bien-song-can-ho-angia-riverside-quan-7-02.jpg);
    background-size: 100% 120px;
    height: 120px;
    margin: 0;
    background-repeat: no-repeat;
    margin-top: 2px;
    width: 19.5%;
    margin-right: 0.5%;
}
#menu-item-830:hover {
    opacity: .8;}
#menu-item-830
    a {
    padding: 0;
    padding-top: 90px;
    text-indent: 10px;
    width: auto;}
#menu-item-688 {
    background: url(images/phoi-canh-tong-the-angia-star-quan-binh-tan-01.jpg);
    background-size: 100% 120px;
    margin: 0;
    margin-top: 2px;
    height: 120px;
    width: 19.5%;
    margin-right: 0.5%;
}
#menu-item-688:hover {
    opacity: .8;}
#menu-item-688
    a {
    padding: 0;
    padding-top: 90px;
    text-indent: 10px;
    width: auto;}
#menu-item-687 {
    background: url(images/gioithieu.jpg);
    background-size: 100% 120px;
    height: 120px;
    margin: 0;
    margin-top: 2px;
    background-repeat: no-repeat;
    width: 19.5%;
}
#menu-item-687:hover {
    opacity: .8;}
#menu-item-687
    a {
    padding: 0;
    padding-top: 90px;
    text-indent: 10px;
    width: auto;}
#menu-item-1176 {
    background: url(images/angia-skyline-view-nhin-tu-ho-canh-quan-680px.jpg);
    background-size: 100% 120px;
    height: 120px;
    background-repeat: no-repeat;
    margin: 0;
    margin-top: 2px !important;
    width: 19.5%;
    margin-right: 0.5%;
}
#menu-item-1176:hover {
    opacity: .8;}
#menu-item-1176
    a {
    padding: 0;
    padding-top: 90px;
    text-indent: 10px;
    width: auto;}
#menu-item-2080:hover {
    opacity: .8;
}
#menu-item-2080
    a {
    padding: 0;
    padding-top: 90px;
    text-indent: 10px;
    width: auto;}
#menu-item-761 {
    background: url(images/quymo.jpg);
    background-size: 100% 120px;
    height: 130px;
    background-repeat: no-repeat;}
#menu-item-761:hover {
    opacity: .8;}
#menu-item-761
    a {
    padding: 0;
    padding-top: 90px;
    text-indent: 10px;
    width: auto;}
#menu-item-2080 {
    background: url(images/can-ho-river-city-khong-gian-song-hoan-hao.jpg);
    margin: 0;
    margin-top: 2px !important;
    background-size: 100% 120px;
    height: 120px;
    background-repeat: no-repeat;
    width: 19.5%;
    margin-right: 0.5%;
    margin-left: 0.3%;
}
.navbar-nav
    li ul li a {
}
@font-face {
    font-family: "htgFont";
    src: url("lib/htgFont.eot");
    src: url("lib/htgFont.eot?#iefix") format("embedded-opentype"),
        url("lib/htgFont.woff") format("woff"),
        url("lib/htgFont.ttf") format("truetype"),
        url("lib/htgFont.svg#fontname") format("svg");
}
#toolbox {
    position: fixed;
    right: 10px;
    bottom: 5px;
    margin-left: -550px;
    display: block;
    z-index: 999;
}
#toolbox
    ul {
    float: right;
    width: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#toolbox
    ul li {
    width: 34px;
    height: 34px;
    margin-top: 10px;
    cursor: pointer;
}
#toolbox
    ul li.phone {width: 300px;
    position: relative;
    height: 40px;
    padding: 0;}
#toolbox
    ul li a {
    position: absolute;
    display: block;
    background: #337ab7;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    z-index:99999;
    box-shadow: 1px 1px 0 #f5f5f5;
}
#toolbox
    ul li.phone a {
    border: #FFF 1px solid;
    width: 152px;
    margin-right: 260px;
    right: 0;
    color: #FFF;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    background: url(/wp-content/themes/temp_bds/images/icon-dolar.png) left center no-repeat;
    text-align: right;
    font-weight: bold;
    background-color: #194786;
    border-radius: 50px 0 0 50px;
    padding-right: 10px;

}
#toolbox
    ul li a:before {
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;}
#toolbox
    ul li a span {
    display: none;
    position: absolute;
    right: 15px;
    top: -3px;
    height: 25px;
    width: 100px;
    line-height: 30px;}
#toolbox
    ul li a:hover {
    background-color: #F79400;}
#toolbox
    ul li.toTop {
    display: none;}
#toolbox
    ul li.toTop a {
    background: #F79400;
    }
#toolbox
    ul li.toTop a:before {
    content: "\e627";
    font-family: 'htgFont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 1px;
    line-height: 28px;}
#toolbox
    ul li.email a:before {
    content: "\e75a";
    font-family: 'htgFont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 1px;
    line-height: 28px;}
#toolbox
    ul li.phone a:before {;
    font-family: 'htgFont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 1px;
    line-height: 28px;
}
#toolbox
    ul li.home a:before {
    content: "\e69b";
    font-family: 'htgFont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: relative;
    top: 1px;
    line-height: 28px;}
#toolbox .tooltip {
    left: inherit;
    right: 35px;
    width: 100px;}
    body.scrolled #toolbox ul li.toTop {
    display: block;}
.logoContactArea {
    position: absolute;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-right: auto;
    width: 120px;
    height: 68px;
    top: 145px;
}
.logoContactArea
    img{
    width: 120px;
}
.contactPage .container
    label.cRight {float:right;}
.cFooter {
    text-align:center;
    font-size:14px;
    color:#FFF;
    background: rgba(000,000,000,0.7);
    max-width: 600px;
    padding: 20px 0;
    margin: 0 auto;
    border-radius: 5px;
    border: #CCC 1px solid;}
.menuContact {
    bottom: 0;
    right: auto;
    top: auto;
    position: fixed;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    z-index: 150;
    z-index: 100;
    background: url(images/bg_nav.png) left center repeat-x;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    width: 100%;
    text-align: center;
    height: 50px;
    }
.menuContact
    ul{
    list-style:none;
    margin: 0 auto;
    width: 900px;
    }
.menuContact
    ul li{color: #FFF;
    float:left;}
.menuContact
    ul li a{
    padding: 0 25px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
}
.menuContact
    ul li ul{ display:none;}
@media screen and (
    min-width: 1100px) {
    #toolbox {
        display:block;}
}
@media screen and (
    max-width: 790px) {
    .contactPage .container label.cRight {float:none;
    display: block;}
    .contactPage .container label {
    float:none;
    display: block;}
    .contactPage .container {
    padding-top:40px;}
    .menuContact {
    display:none;}
    #logo {
    padding: 0;
    margin: 0 auto;
    margin-top: 0;
    position: absolute;
    z-index: 999;
    left:0;
    right:0;
    background: none;
    width: 100%;
}
    .cFooter {
    text-align:center;
    font-size: 14px;
    color:#FFF;
    background: rgba(000,000,000,0.7);
    max-width: 98%;
    padding: 20px 5px;
    margin: 0 auto;
    border-radius: 5px;
    border: #CCC 1px solid;
    margin-bottom: 45px;}
}
@media screen and (
    max-width: 600px) {
    .shareSocialBar {
        float: none;
    }
    h1 {
    font: 24px/50px harmonia, sans-serif;}
    .callbacks_nav {
    top: 47%;}
    
    
}
@media screen and (
    max-width: 400px) {
    
.call {
    background: #A60A12;
    width: 140px;
    height: 33px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 33px;
    font-size: 15px;
    padding: 0 5px;
    bottom: 2px;
    left: 0;
    display: inline-block;
    position: fixed;
    z-index: 99999;
    letter-spacing: 0.2px;
}
.fl {
    display: none;
}
.call i {
    
}
    #toolbox {
    position: fixed;
    right: 1px;
    bottom: 5px;
    margin-left: -550px;
    display: block;
    z-index: 999;
}
#toolbox li {}
#toolbox li.phone {
    height: 30px !important;
}
#toolbox li.phone a {
    width: 125px !Important;
    font-size: 15px !important;
    background-size: 33px !Important;
    height: 33px !important;
    line-height: 30px !important;
}
}
#livechat-full {
    bottom: 45px !important;}
#livechat-compact-container {
    bottom: 37px !important;}
.formP .form-control {
    max-width: 450px;
    margin:0 auto;}
.formP
    button {max-width: 250px;
    margin:0 auto;
    display: block;}
.ungdungArea {
    height:0!important;
    width:0!important;}
.ungdungArea
    iframe {height:0!important;
    width:0!important;}
.smallbds {
    color:#aaa;
    font-size: 12px;
    font-weight:normal;}
.info {
    margin-bottom: 10px;
}
.info
    ul {list-style:none;
    padding:0;
    margin: 0;}
.panel-body {
    padding: 8px 12px;
}
.info
    ul li {border-bottom: #EEE 1px solid;
    width:95%;}
.lssdg {
    text-align:center;}
.lssddthumb {
    text-align:center;
    margin: 5px 0;}
.lssddthumb
    img {opacity:0.5;}
.lssddthumb .swiper-slide-active
    img {opacity:1;}
.gallery-top .swiper-button-next,.gallery-top .swiper-container-rtl .swiper-button-prev {
    background-size: auto;
    background-color: transparent;
    background: url(images/slsNext.png) no-repeat;
    right: 5px;
    width: 50px;
    height: 50px;
}
.gallery-top .swiper-button-next:hover,.gallery-top .swiper-container-rtl .swiper-button-prev:hover {
    background: url(images/slsNext_hover.png) no-repeat;
}
.gallery-top .swiper-button-prev,.gallery-top .swiper-container-rtl .swiper-button-next {
    background-size: auto;
    background-color: transparent;
    background: url(images/slsPre.png) no-repeat;
    left: 5px;
    width: 50px;
    height: 50px;
}
.gallery-top .swiper-button-prev:hover,.gallery-top .swiper-container-rtl .swiper-button-next:hover {
    background: url(images/slsPre_hover.png) no-repeat;
}
.panel-heading {
    padding:5px 10px;
    font-size:14px;
    background: #fafafa !important;
    color: #194786 !Important;}
.panel-heading
    i {font-size:12px;
    color:#a60a12;}
.media-body{
    font-size:14px;}
.sContentBDS {
    margin-bottom:10px;
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 10px;
    border: #EEE 1px solid;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);}
    div.sContentBDS::after {
  content: "";
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url(images/location_icon.png) no-repeat right 10px bottom 10px;
    background-size: 75px;
    background-color: #f5f5f5;
}
#headerArea2{
    }
    h3.ls-l {
    background-color: rgba(000,000,000,0.5);
    padding: 20px 30px !important;
    top: initial!important;
    bottom: 5% !IMPORTANT;
    border-left: #194786 4px solid !important;
    left: 10% !important;
    max-height: 100px;
    color: #FFF;
    font-size: 20px !important;
}
.call .iconcall .btnCall {
    background-image: url(images/iconMobile.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    height: 28px;
    width: 28px;
    left: 3px;
    top: 3px;
}


.block-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: none;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.block-overlay:hover {
    background-color: rgba(0,0,0,0.25);}
.lsCate .swiper-slide:hover
    h3  {color: #194786;
    text-shadow: 1px 1px 1px #000;
    left: 12%;}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 5px !important;
    background: url(images/slsNext.png) no-repeat !important;
    background-size: 60px !Important;
    width: 60px !important;
    height: 60px !important;}
.swiper-button-prev,.swiper-container-rtl .swiper-button-prev {
    left: 15px !important;
    background: url(images/slsPre.png) no-repeat !important;
    background-size: 60px !Important;
    width: 60px !important;
    hei;
    height: 60px !important;}
.swiper-button-next:hover,.swiper-container-rtl .swiper-button-prev:hover {
    background-image: url(images/slsNext_hover.png) !important;}
.swiper-button-prev:hover,.swiper-container-rtl .swiper-button-next:hover {
    background-image: url(images/slsPre_hover.png) !important;}

.zsfm-navicon-button:after {margin-top:0!Important;color:#000!important}

#zsfm-sidebar .zsfm-va-middle {background:url(images/bottom-bg.png) !important}
.getPostinCateSlide {}
.getPostinCateSlide img {height: auto;}
.getPostinCateSlide .pImg {height:auto;position: relative;}
.getPostinCateSlide .col-md-4 {
    padding: 0;
    margin: 0;
    min-height: 252px;
}
.getPostinCateSlide .ttPost {font-size: 14px;font-weight: bold;height: 20px;line-height: 1.3;color: #444;overflow: hidden;}
.getPostinCateSlideA {}
.getPostinCateSlideB {}
.getPostinCateSlideA .swiper-button-prev, .getPostinCateSlideB .swiper-container-rtl .swiper-button-next {background-size:45px!Important;}
.getPostinCateSlideA .swiper-button-next, .getPostinCateSlideB .swiper-container-rtl .swiper-button-prev {background-size:45px!Important;}
.banHome{
    position: absolute;
    bottom: 5px;
    left: 50px;
    webkit-transition: all 0.4s; */
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #fafafa;
    text-align: left;
    z-index: 999;
    font-family: harmonia, sans-serif !important;
    font-size: 13px;
    background: rgba(000,000,000,0.2);
    padding: 5px 10px;
    }
 .banHome p {margin:0;padding:0;line-height:1.2}
.infoDA
{
    position: absolute;
    bottom: 5px;
    left: 20px;
    webkit-transition: all 0.4s; */
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #FFF;
    text-align: left;
    z-index: 999;
    font-family: harmonia, sans-serif !important;
    background: #00000070;
    padding: 5px 10px;
    }
   .infoDA:hover{background:#00000090}
.infoDA h3, .infoDA h4{color:#FFF;text-align:left;line-height:1;margin: 5px 0;padding: 0;}
.infoDA h3 {font-size: 17px;color: #FFF !important;text-shadow: none !important;font-weight: bold;}
.infoDA h4 {font-size: 13px;font-weight: 100;}
.shownNews {
    margin-top: 15PX;
    margin-bottom: 15px;
    display: inline-block;
}
.news1 {
    /* padding-left: 0; */
}
.news1 a {}
.news1 .ttPost {
    font-size: 15px;
    margin: 10px 0px 5px 10px;
    color: #333;
}
.news1 img {
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news1 img:hover, .news2 img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -khtml-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.news1 .pImg {
    height: 270px;
    overflow: hidden;
}
.news2 {
}
.news2 .col-md-12 {
    float: none;
    clear: both;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0;
}
.news2 a {}
.news2 .ttPost {
    width: 69%;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    color: #333;
    margin-left: 2%;
}
.news2 img {
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news2 .pImg {
    float: left;
    width: 29%;
    height: 90px;
    overflow: hidden;
    position: relative;
}
.news1 .entryDate {margin:0;padding:0;margin-left:10px}
.news2 .entryDate {margin:0;padding:0;margin-left:10px}
.news2 a:hover, .news1 a:hover , .news2 a:hover h3, .news1 a:hover h3 {color:red !important}
.regis__infor--deve {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #c1912d;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 15px 7px;
    z-index: 100;
    color: #fff !important;
    -webkit-animation: changBg 3s infinite linear alternate;
    animation: changBg 3s infinite linear alternate;
    cursor: pointer;
}

.regis__infor--deve:hover {
    animation-iteration-count: 0;
    background-color: #c18a16
}

.btn__call--inter {
    position: fixed;
    z-index: 15;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #1965b3;
    width: 180px;
}

.btn__call--inter .icon-phone {
    display: inline-block;
    background-color: #21759b;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    color: #FFF;
}

.icon-phone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 18px;
}

.btn__call--inter .call__number {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px 0;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    color: #FFF;
}

.btn__call--inter:hover {
    background-color: #a57920
}

.btn__call--inter:hover .icon-phone {
    background-color: #6f5013
}

.btn__call--inter:active {
    background-color: #946b18
}

.btn__call--inter:active .icon-phone {
    background-color: #815e19
}
.ttg {
    clear: both;
    display: inline-block;
    width: 100%;
}
.ttg ul{
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.ttg ul li{
    float: left;
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}
.ttg ul li a{}
.ttg ul li span{
    color: red;
    font-size: 13px;
}
/* =Mobile Styling
----------------------------------------------- */
@media (max-width: 768px) {
    .infoDA {left:5px!important}
    .infoDA h3{font-size:12px!important}
    .infoDA h4 {font-size:11px!important}
    .pull-right {
        float: none !important;
    }
    .pull-left {
        float: none !important;
    }
    .site-info, .copyright {
        text-align: center;
    }
    .footer-nav.nav, .copyright {
        float: none;
    }
    .flex-caption {
        display: none;
    }
    .navbar > .container .navbar-brand {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 20px;
        padding: 15px 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
    .news2 {
    padding: 0 5px;
}
}
@media (max-width: 1100px) {
.news1 .pImg {
    width: 100%;
    height: auto;
    overflow: auto;
}
    .news1 .ttPost {margin-left:2px;margin-top:0;}
    .news1 .entryDate {margin-left:2px;}
    .lsCate .swiper-slide img {height: 130px;}
    .header1 {
         display: none!important;
    }
    #headerArea .col-md-2 {float:none;width:100%}
    .header3 {
        display: none
    }
    .navbar {
        /* display: none; */
    }
    .getPostCate2 .lsPost2 {
        height: auto;
    }
    .getPostCate2 .contentH {
        height: auto;
    }
    #logo img {
        display: block;
        margin: 0 auto;
    }
    .ft-top .container {
        padding:10px !important;
    }
    .getPostCate2 img {
        width: 250px;
        height: 140px;
        border: #CCC 1px solid;
        padding: 2px;
        margin: 0 auto;
        float: none;
        display: block;
        border-radius: 10px;
    }
    .entry-meta-news {
        display: none;
    }
    .newsimage img {
        border-radius: 5px 5px 0 0px;
        padding: 0;
        background-color: #FFF;
        border: 0;
        width: 300px;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-top: 0;
    }
    #secondary {
        float: inherit;
    }
    header.archive-header h1{margin-top:0}
    #primary {
        float: inherit;
    }
    #headerArea {
        /* border-bottom: 0; */
        padding-bottom: 0;
    }
    #call {
        display: block !important;
    }
}
@media (max-width: 590px){
.regis__infor--deve {display: none}
#headerArea  {
    height: 80px !Important;
}
#logo img {
    display: block;
    margin: 0 auto;
    width: auto;
    /* height: 50px; */
    margin-top: 5px;
}
}

.popupsg .col-md-6 p input:focus {
    font-size: 13px;
    box-shadow: none!important;
    color: #222!important
}

.popupsg .col-md-6 p input {
    background: rgba(255,255,255,.9);
    color: #222!important;
    border: #666 1px solid;
    border-radius: 0;
    margin: 2px 0;
    height: 35px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    min-height: 35px
}

.popupsg .wpcf7-form .wpcf7-validation-errors {
    color: #333;
    line-height: 1.2;
    font-size: 13px;
    color: #243b54;
    line-height: 30px;
    background: rgba(255,255,255,.9);
    padding: 0 20px!important;
    border-radius: 30px;
    margin: 5px auto!important;
    text-align: center;
    display: block!important;
    font-weight: 700;
    width: 280px;
    max-width: 100%
}

.popupsg form.wpcf7-form .ajax-loader {
}

.popupsg form.wpcf7-form .is-active {
    visibility: visible;
    display: inline-block
}

.popupsg * {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    letter-spacing: .4px
}

.popupsg p {
    margin: 3px 0
}

.popupsg h2,.popupsg h3 {
    font-size: 14px;
    color: #243b54;
    line-height: 35px;
    background: rgba(255,255,255,.9);
    padding: 0 20px;
    border-radius: 30px;
    margin: 25px auto;
    text-align: center;
    font-weight: 700;
    width: 360px;
    max-width: 100%
}

.popupsg .smitt {
    clear: both;
    text-align: center;
    margin-top: 5px
}

.popupsg .smitt p {
    color: #c71b21;
    font-weight: 700;
    background: rgba(255,255,255,.9);
    font-size: 13px;
    display: inline-block;
    clear: both;
    padding: 0 10px;
    line-height: 26px;
    margin: 10px 0
}

.popupsg .smitt input {
    margin: 0;
    background: #c71b21;
    border: 0;
    box-shadow: none;
    color: #FFF;
    border-radius: 0;
    line-height: 36px;
    padding: 0 20px;
    margin: 10px 0 5px 0;
    font-weight: 700;
    border: #FFF 1px solid
}

.wpcf7 form .wpcf7-response-output {
    background: #c71b21;
    border: 0!important;
    font-size: 13px;
    padding: 5px 0 !important;
    margin-top: 5px !important;
    color: #fff !important;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    background: #247dd4!important;
    border: 0!important;
    font-size: 13px;
    padding: 5px 0 !important;
    margin-top: 5px !important;
    color: #fff !important;
}


.wpcf7 form.sent .wpcf7-response-output {
    background: #247dd4!important;
}
.popupsg .textHead {
    margin-top: 20px
}

.popupsg .textHead p {
    text-align: center;
    margin: 5px 0;
    padding: 0;
    color: #f79400;
    font-weight: 700;
    font-size: 20px
}

.popupsg .modal-header {
    position: absolute;
    right: 10px;
    padding: 5px;
    z-index: 999
}

.popupsg .modal-dialog {
    top: 0
}

.popupsg .modal-dialog {
    border: 0;
    border-radius: 0;
    margin: 0;
    margin-top: 80px;
    max-width: 600px;
}

.popupsg .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    position: relative;
    border: #FFF 3px solid;
    border-color: #EEE
}

.popupsg .modal-dialog .modal-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    color: #000
}

.popupsg button.close {
    box-shadow: none;
    position: absolute;
    right: 0;
    z-index: 999;
    top: -25px;
    opacity: .8;
    margin: 0!important
}

.popupsg button.close img {
    width: 20px
}

.popupsg .col-md-6 p textarea:focus {
    background: #FFF;
    border: 1px solid #AAA!important;
    box-shadow: none!important
}

.popupsg .col-md-6 textarea,.popupsg .col-md-12 select {
    color: #222!important;
    border: #666 1px solid;
    border-radius: 0;
    margin: 2px 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    height: 120px;
    background: rgba(255,255,255,.9)
}

.popupsg .col-md-12 select {
    height: 80px
}

.popupsg .col-md-12 select option {
    line-height: 17px;
    height: 17px
}

.popupsg .col-md-6,.popupsg .col-md-12 {
    padding-left: 10px;
    padding-right: 10px
}

.popupsg .col-md-6 p textarea::-webkit-input-placeholder,.popupsg .col-md-12 p select::-webkit-input-placeholder {
    color: #222;
    font-size: 13px;
    font-weight: 400
}

.popupsg .col-md-6 p input::-webkit-input-placeholder {
    color: #222;
    font-size: 13px;
    font-weight: 400
}

.btn-baogia{position:fixed;z-index:99;bottom: 58px;left: 5px;color:#fff;background-color: #247dd4;width: 175px;}
.btn-baogia i{padding-right:5px;font-size: 15px;width: 36px;text-align: center;}
.btn-baogia .call__number {display: inline-block;vertical-align: middle;padding: 0;padding-left: 10px;font-weight: 400;font-size: 14px;letter-spacing: 0;color: #FFF;height: 36px;line-height: 35px;font-weight: bold;padding-left: 5px;}}
#tienich {}
#tienich i, #matbang i{    color: #f00;
    font-size: 17px;
    padding-right: 5px;}
    @media (max-width:790px){
.popupsg .modal-dialog {max-width:90% !Important;}
.popupsg .col-md-6 textarea {display: none}
}
.modal-wrapper.styled .modal {position: inherit;}
.modal-wrapper.styled .modal .close-modal {
    position: absolute;
    display: block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    background: #194786;
    width: 32px;
    height: 32px;
    -webkit-transform: translate3d(0,0,0);
    top: 0;
    /* margin-left: 13px; */
    right: 0;
    z-index: 99999999999;
    font-size: unset;
}
.modal-wrapper.styled .modal .close-modal div {
    height: 2px;
    background: #fff;
    display: block;
    width: 24px;
    position: absolute;
}
.modal-wrapper.styled .modal .close-modal .close-1 {
    top: 14px;
    left: 3px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-wrapper.styled .modal .close-modal .close-2 {
    top: 14px;
    left: 3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal-wrapper.styled .modal {margin: 30px auto;box-shadow: rgba(0,0,0,0.2) 0 0 30px;border-radius: 6px;width: 85%;position: relative;}
.modal-wrapper.styled {
    background: #000000b3;
}

.tinraobdsList {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    display: inline-block;
}

.tinraobdsListS {
    width: 100%;
    padding: 10px 0;
}
.tinraobdsListS .container {
    padding: 0;
    margin: 0 auto;
}
.tinraobdsList h2 {
    color: #444;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    margin: 0 0 15px 0;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.tinraobdsList h2:before {content: "";position: absolute;z-index: -1;left: 0;right: 0;bottom: 0;background: #194786;height: 2px;width: 100px;text-align: center;margin: 0 auto;}
.tinraobdsList h2:after {
    background-color: #333
}
.tinraobdsListS h3{
    line-height: 1.4;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    text-align: justify;
    }
.tinraobdsList .arcpost {
    background: none;
    border: 0;
    border-bottom: #DDD 1px solid;
    margin: 10px 0;
    padding: 0;
    padding-bottom: 10px
}

.tinraobdsList .col-md-5 {
    margin: 0;
    padding: 0
}

.tinraobdsList .col-md-5 h2 {
    line-height: 1.4;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    text-align: justify
}

.tinraobdsList .col-md-5 a {
    color: #333;
    font-weight: 400;
    font-size: 14px
}

.tinraobdsList .col-md-5 img {
    width: 100px;
    height: auto;
    border: #DDD 1px solid;
    padding: 3px;
}

.tinraobdsList .col-md-7 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    text-align: j
}

.tinraobdsList .col-md-7 .ct a {
    border: #333 1px solid;
    color: #333;
    font-size: 15px;
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    text-align: center;
    width: auto
}

.tinraobdsList .col-md-7 .ct a:hover {
    border-color: #194786;
    color: #194786
}

.tinraobdsList .col-md-7 i {
    padding-right: 7px;
    color: #194786;
}
.tinraobdsList .tinraobdsListNews{
    border-radius: 0;
    display: inline-block;
    min-height: 110px;
}
.tinraobdsList .tinraobdsListNewsS{}
.tinraobdsList .tinraobdsListNewsImg{}
.tinraobdsList .tinraobdsListNewsImg img{
    border: #DDD 1px solid;
    padding: 5px;
}
.tinraobdsList .tinraobdsListNewsContent{
    font-size: 13px;
    line-height: 1.3;
}
.tinraobdsList .tinraobdsListNewsContent .titleCate {font-size: 15px;font-weight:bold;margin:0;padding:0;margin-bottom: 8px;line-height: 1.2;}
.tinraobdsList .tinraobdsListNewsContent .readmore{}
.tinraobdsList .tinraobdsListNewsContent .readmore a{ border: #333 1px solid;
    color: #333;
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    text-align: center;
    width: auto;
    margin-left:10px;
    border-radius:3px;
    background-color:#fafafa;
}
.tinraobdsList .tinraobdsListNewsContent .readmore a:hover{border-color:#194786;color:#194786}

#titleFullpage{min-height:20px;overflow:hidden;background:url(images/sky89-bg-2.jpg) center;height: 400px;line-height:250px;position:relative;display:inline-block;width:100%;background-size:cover !important;}#titleFullpage:before{content:"";width:100%;height:100%;background-color:rgba(000,000,000,0.3);position:absolute}#titleFullpage h1{color:#FFF;line-height:1.2;position:absolute;top:40%;right:0;left:0;font-size:33px;font-weight:bold;margin:auto;text-align:center;width:90%;height:100%;text-shadow:1px 1px 1px #333}@media(max-width:1100px){#titleFullpage h1{font-size:25px}}
.tinraobdsList .tinraobdsListNewsContent .DateFullP {display:none}
@media (max-width:1100px) {
    .tinraobdsList {}
    .tinraobdsListS {}
    .tinraobdsList .col-md-5 img {height:70px;width:124px}
    .tinraobdsList .col-md-5 .col-md-3 {float:left}
    .tinraobdsList .col-md-9 {}
    .tinraobdsList .col-md-9 h3 {margin:0!important;padding:0 !Important}
    .tinraobdsList .col-md-7 .col-md-2,.tinraobdsList .col-md-7 .col-md-4,.tinraobdsList .col-md-7 .col-md-3,.tinraobdsList .col-md-7 .col-md-2,.tinraobdsList .col-md-7 .col-md-5 {float: left;padding: 2px 3px;}
    .tinraobdsList .tinraobdsListNewsContent  {}
    .tinraobdsList .col-md-7 .ct a {display:none}
    .tinraobdsList .col-md-7 i {padding:0}
    .tinraobdsList .tinraobdsListNewsContent h3 {
        font-weight: bold !Important;
        font-size: 15px !important;
        }
      .tinraobdsList .tinraobdsListNews {
          width:100%;
          min-height: auto;
          margin: 5px 0;
          padding-bottom: 5px;
      }
      .tinraobdsList .tinraobdsListNewsContent .readmore {display:none}
    .tinraobdsList .tinraobdsListNewsContent p {display:none}
    .tinraobdsList .tinraobdsListNewsContent .DateFullP {display:block;padding-top: 2px;color: #777;margin: 0;margin-bottom: 5px;font-size: 12px}
    .tinraobdsList .tinraobdsListNewsContent .DateFullP i {font-size: 11px;}
    .tinraobdsList .tinraobdsListNewsImg {float:left;padding-left: 5px}
    .tinraobdsList .tinraobdsListNewsImg img {height: 70px;padding:2px;width: 124px;}

}

@media (min-width: 1200px) { .archive-header .container { padding: 0 10px } }


footer {
    background: url(images/bg-footer.png) top left repeat-x;
    padding: 0;
    margin-top: 0;
    background-color: #fdfefe;
    background: #f5f5f5 url(images/body-bg.png);
    background: #0000 radial-gradient(circle, #185986, #0d3e5f) repeat scroll 0 0 !important;
}

footer .row {
    margin-left: 0;
    margin-right: 0
}

footer .col-sm-6 {
    padding-left: 0;
    padding-right: 0
}

@media(min-width: 992px) {
    footer .row {
        margin-left:-15px;
        margin-right: -15px
    }

    footer .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px
    }

    footer .box-footer .hy-title .box-email h5 {
        float: left
    }
}

footer .box-footer {
    position: relative
}

footer .box-footer .hy-title {
    background: #b5b5b5;
    left: 0;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    top: -50px;
    background: #0000 radial-gradient(circle,#eee,#ccc) repeat scroll 0 0 !important;
}

footer .box-footer .hy-title:after,footer .box-footer .hy-title:before {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    content: ""
}

footer .box-footer .hy-title:before {
    left: -11px;
    border-width: 0 0 20px 11px;
    border-color: #0000 #0000 #280f0c;
}

footer .box-footer .hy-title:after {
    right: -11px;
    border-width: 20px 0 0 11px;
    border-color: #0000 #0000 #0000 #280f0c;
}

footer .box-footer .hy-title .box-email h5 {
    color: #0084c5;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 9px
}

footer .box-footer .hy-title .box-email form {
    position: relative
}

footer .box-footer .hy-title .box-email form input[type=email] {
    background: #fff;
    height: 100%;
    padding: 5px 16px;
    border-radius: 3px;
    width: 100%;
    border: 0
}

@media(min-width: 992px) {
    footer .box-footer .hy-title .box-email form input[type=email] {
        width:225px
    }
}

@media(min-width: 1200px) {
    footer .box-footer .hy-title .box-email form input[type=email] {
        width:330px
    }
}

footer .box-footer .hy-title .box-email form button {
    border: 0;
    color: #fff;
    background-color: #82badd;
    border-radius: 4px;
    position: absolute;
    right: 13px;
    top: 5px
}

footer .box-footer .hy-title .hy-social {
    margin-right: 0;
    margin-top: 15px;
    text-align: center
}

@media(min-width: 768px) {
    footer .box-footer .hy-title .hy-social {
        text-align:right;
        margin-top: 5px
    }
}

footer .box-footer .hy-title .hy-social ul li {
    display: inline-block;
    margin: 0 8px
}

@media(min-width: 470px) {
    footer .box-footer .hy-title .hy-social ul li {
        margin:0 12px
    }
}

footer .box-footer .hy-content {
    padding-top: 75px
}

@media(min-width: 768px) {
    footer .box-footer .hy-content {
        padding-top:35px
    }
}

@media(min-width: 992px) {
    footer .box-footer .hy-content {
        padding-top: 22px;
    }
}

footer .box-footer .hy-content .hy-logo {
    padding: 60px 10px;
    /* background: url(images/muiten.png) right top/auto 100% no-repeat; */
    display: none;
    margin-top: 0;
    width: 100%;
}

@media(min-width: 1102px) {
    footer .box-footer .hy-content .hy-logo {
        width:35%;
        float: left;
        display: inline-block
    }
}

@media(min-width: 1200px) {
    footer .box-footer .hy-content .hy-logo {
        padding: 35px 10px 45px;
        width: 39%;
    }
}

footer .box-footer .hy-content .hy-logo img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

footer .box-footer .hy-content .hy-menu-footer {
    margin-top: 45px;
    width: 100%
}

@media(min-width: 470px) {
    footer .box-footer .hy-content .hy-menu-footer {
        margin-top:35px
    }
}

@media(min-width: 768px) {
    footer .box-footer .hy-content .hy-menu-footer {
        margin-top:16px
    }

    footer .box-footer .hy-content .hy-baomat {
        text-align: right
    }
}

footer .box-footer .hy-content .hy-menu-footer ul {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 8px;
    margin-left: 0;
    padding-left: 0;
}

footer .box-footer .hy-content .hy-menu-footer ul i {
    font-size: 17px
}

footer .box-footer .hy-content .hy-menu-footer ul li {
    display: inline-block
}

footer .box-footer .hy-content .hy-menu-footer ul li a {
    padding: 5px 4px;
    color: #194786;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    /* color: #FFF; */
}

footer .box-footer .hy-content .hy-menu-footer ul li a:hover {
    color: #222
}

@media(min-width: 470px) {
    footer .box-footer .hy-content .hy-menu-footer ul li a {
        padding:5px 10px;
        font-size: 14px
    }
}

@media(min-width: 992px) {
    footer .box-footer .hy-content .hy-menu-footer {
        width:60%;
        float: left;
        margin-left: 20px
    }

    footer .box-footer .hy-content .hy-menu-footer ul li a {
        padding: 5px 4px
    }
}

@media(min-width: 1200px) {
    footer .box-footer .hy-content .hy-menu-footer {
        width: 60%;
        margin-left: 1%;
    }

    footer .box-footer .hy-content .hy-menu-footer ul li a {
        padding: 5px 10px
    }
}

footer .box-footer .hy-content .hy-menu-footer address {
    font-size: 13px;
    color: #666;
}

.box-item-exchanges-sd .box-info,.box-item-project-flow,.box-item-project-flow .box-info,.box-project-fl1 .item-project-fl1 h4,.item-feture-pr {
    font-family: "Source Sans Pro",sans-serif
}
footer .box-footer .hy-content .hy-menu-footer address {
    margin:0;
    padding:0;
    line-height: 1;
}
footer .box-footer .hy-content .hy-menu-footer address .textwidget {
    padding:0;
    margin:0;
    line-height: 1.5;
    padding-left: 10px;
}
footer .box-footer .hy-content .hy-menu-footer address .textwidget p {
    margin:0;padding:0
}
@media(min-width: 470px) {
    footer .box-footer .hy-content .hy-menu-footer address {
        font-size: 15px;
    }
}

footer .box-footer .hy-content .hy-menu-footer address b {
    color: #585858;
    font-weight: bold;
}

footer .box-footer .hy-content .hy-menu-footer address a {
    color: #194786;
    font-weight: 400
}

footer .box-footer .hy-content .hy-baomat {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
    margin-top: 15px
}

footer .box-footer .hy-content .hy-baomat a {
    color: #585858;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block
}

@media(min-width: 1200px) {
    footer .box-footer .hy-content .hy-baomat {
        margin-left:25px
    }

    footer .box-footer .hy-content .hy-baomat a {
        font-size: 14px
    }
}

footer .box-footer .hy-content .hy-baomat a:hover {
    color: #194786
}

footer .box-footer .hy-content .hy-baomat span {
    color: #585858;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
    display: inline-block
}

@media(min-width: 470px) {
    footer .box-footer .hy-content .hy-baomat span {
        margin:0 5px
    }
}

footer .box-footer .hy-content .hy-banquyen {
    margin-right: 0;
    margin-top: 12px;
    position: relative
}

footer .box-footer .hy-content .hy-banquyen span {
    color: #585858;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

@media(min-width: 768px) {
    footer .box-footer .hy-content .hy-banquyen {
        text-align:right;
        color: #666;
    }

    footer .box-footer .hy-content .hy-banquyen span {
        font-size: 14px
    }
}

footer .box-footer .hy-content .hy-banquyen img {
    width: 100px
}

@media(min-width: 400px) {
    footer .box-footer .hy-content .hy-banquyen img {
        position:absolute;
        top: -12px;
        right: 0
    }
}

@media(min-width: 470px) {
    footer .box-footer .hy-content .hy-banquyen img {
        width:162px;
        position: static
    }
}

.box-adver1 {
    margin: 0 15px
}

.box-duan {
    padding: 50px 0;
    background-image: -webkit-linear-gradient(top bottom, #0084ce, #0d1951);
    background-image: linear-gradient(to bottom right,#0084ce,#0d1951);
}

.box-duan .rst-title h2 {
    font-size: 26px
}

@media(min-width: 470px) {
    .box-duan .rst-title h2 {
        font-size:26px
    }
}

.box-duan .hy-content {
    position: relative
}

.hy-more a {
    color: #222
}

.hy-more a img {
    margin-left: 7px
}

.view-all {
    background: #e9edef;
    color: #272727;
    opacity: .8;
    padding: 4px 15px;
    margin-top: 15px;
    display: block;
    width: 190px
}

.view-all img {
    margin-right: 17px
}

@media(min-width: 768px) {
    .view-all {
        position:absolute;
        right: 75px;
        top: -65px;
        margin-top: 0
    }

    .rst-title .rst-dev {
        text-align: right
    }
}

.view-more {
    color: #515151;
    font-size: 13px;
    padding-right: 20px;
    float: right;
    margin-top: 5px;
}

.box-duan .hy-content #owl-duan {
    margin: 25px 0 0
}

.box-duan .hy-content #owl-duan .item {
    margin: 0 6px 0;
    transition: all .7s ease
}

.box-duan .hy-content #owl-duan .item .rst-img {
    background: #e9edef
}

.box-duan .hy-content #owl-duan .item .rst-img img {
    transition: all .5s
}

.box-duan .hy-content #owl-duan .item h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    position: relative;
    border-top: 1px solid #fff;
    background: #0000 radial-gradient(circle, #185986, #0d3e5f) repeat scroll 0 0 !important;
}

.box-duan .hy-content #owl-duan .item h3 a {
    padding: 12px 15px;
    color: #222;
    background: #e9edef;
    display: block;
    transition: background .5s;
    color: #135699 !important;
    background: #0000 radial-gradient(circle, #efd78c, #cba355) repeat scroll 0 0 !important;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.box-duan .hy-content #owl-duan .item h3 a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    bottom: 0;
    right: 0;
    transition: all .2s ease;
    border-color: #194786 #fff #fff #194786;
    display: none;
}

.box-duan .hy-content #owl-duan .item:hover .rst-img img {

}

.box-duan .hy-content #owl-duan .item:hover h4 a {
    color: #fff;
    background: #42bdf6
}

.box-duan .hy-content #owl-duan .owl-controls .owl-buttons div {
    position: absolute;
    top: -65px;
    right: -65px;
    width: 30px;
    height: 30px;
    background-color: #e1e1e1;
    text-align: center;
    line-height: 30px
}

.box-duan .hy-content #owl-duan .owl-controls .owl-buttons div i {
    color: #727272;
    font-size: 20px
}

.box-duan .hy-content #owl-duan .owl-controls .owl-buttons div.owl-prev {
    right: 38px
}

.box-duan .hy-content #owl-duan .owl-controls .owl-buttons div.owl-next {
    right: 5px
}

.box-duan .hy-content #owl-duan .owl-controls .owl-buttons div:hover i {
    color: #000
}

@media(max-width: 768px) {
    .box-activity .hy-content .box-item-right .list-item1 .cnews-item-left {
        padding:0;
        margin-bottom: 10px
    }

    .box-activity .hy-content .box-item-right .list-item1 .item .rst-dev h3 {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2;
        margin: 0
    }

    .infoDA {
        left: 5px !important
    }

    .infoDA h3 {
        font-size: 12px !important
    }

    .infoDA h4 {
        font-size: 11px !important
    }

    .pull-right {
        float: none !important
    }

    .pull-left {
        float: none !important
    }

    .site-info,.copyright {
        text-align: center
    }

    .footer-nav.nav,.copyright {
        float: none
    }

    .flex-caption {
        display: none
    }

    .navbar>.container .navbar-brand {
        margin: 0
    }

    .navbar-default .navbar-nav>li>a {
        line-height: 20px;
        padding: 15px 10px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1180px
    }

    .news2 {
        padding: 0 5px
    }
}

@media(min-width: 1300px) {
    .container {
        width: 1250px;
    }
}

@media(max-width: 780px) {
    body .entry-content {padding:0px}
    .news1 .pImg {
        width:100%;
        height: auto;
        overflow: auto
    }

    .news1 .ttPost {
        margin-left: 2px;
        margin-top: 0
    }

    .news1 .entryDate {
        margin-left: 2px
    }

    .lsCate .swiper-slide img {
        height: 130px
    }

    .header1 {
        /* display: none */
    }

    .header3 {
        display: none
    }

    .navbar {
        /* display: none */
    }

    .getPostCate2 .lsPost2 {
        height: auto
    }

    .getPostCate2 .contentH {
        height: auto
    }
    #logo img {
        display: block;
        margin: 0 auto;
        height: 70px;
        margin-top: 5px;
    }

    .ft-top .container {
        padding: 10px !important
    }

    .getPostCate2 img {
        width: 250px;
        height: 140px;
        border: #CCC 1px solid;
        padding: 2px;
        margin: 0 auto;
        float: none;
        display: block;
        border-radius: 10px
    }

    .entry-meta-news {
        display: none
    }

    .newsimage img {

    }

    #secondary {
        float: inherit
    }

    #primary {
        float: inherit;
        padding-top: 0;
        margin-top: 0;
    }

    #headerArea {
        /* border-bottom: 0; */
        padding-bottom: 0;
    }

    #call {
        display: block !important
    }
}

@media(max-width: 590px) {
    .regis__infor--deve {
        display:none
    }

    #headerArea {
        height: 80px !important;
    }

    #logo img {
        display: block;
        /* margin: 0 auto; */
        /* margin-left: 5px; */
        width: auto;
        /* height: 80px; */
        /* margin-top: 5px; */
    }
}

footer div.wpcf7-validation-errors,footer div.wpcf7-acceptance-missing {
    border: 0;
    margin-top: -20px !important;
    font-size: 12px;
    font-weight: bold;
    color: red;
    display: none !important
}

footer .box-footer .hy-title .box-email form.wpcf7-form wpcf7-mail-sent-ng {
    display: none !important
}

footer .wpcf7-not-valid-tip {
    display: none:!important
}

footer .box-footer .hy-title .box-email form.wpcf7-form input[type=email] {
    width: 200px;
    height: 33px;
    line-height: 33px;
    border: #DDD 1px solid;
    padding: 0 5px
}

footer .box-footer .hy-title .box-email form.wpcf7-form {
    margin: 0;
    padding: 0
}

footer .box-footer .hy-title .box-email form.wpcf7-form p {
    margin: 0
}

footer .box-footer .hy-title .box-email form.wpcf7-form span {
    float: left
}

footer .box-footer .hy-title .box-email form.wpcf7-form input.wpcf7-not-valid {
    border-color: red !important
}

footer .box-footer .hy-title .box-email form.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0;
    display: none !important
}

.cmHome-about .desc {
    color: #444;
    line-height: 1.4
}

.cmHome-about .desc h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #222;
    margin-top: 5px
}

.cmHome-about a.readmore {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 10px 0 0;
    background-color: #737373;
    text-align: center;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.cmHome-about a.readmore:hover,.cmHome-about a.readmore:focus {
    background-color: #8c8c8c
}

.company-pw {
    color: #fff;
    padding: 20px 25px;
    margin: 20px 0 0;
    position: relative;
    background-color: #194786
}

.company-pw h2 {
    font-size: 30px;
    margin: 0 0 20px
}

.company-pw .content {
    margin-bottom: 35px
}

.company-pw .content .fa {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 15px;
    margin-top: 5px;
    vertical-align: top
}

.company-pw .content span {
    display: inline-block;
    width: 73%;
    line-height: 1.4em
}

.company-pw .content:last-child {
    margin-bottom: 10px
}

.zsfm-toggle-hover #zsfm-sidebar .zsfm-logo {
    margin: 10px 0
}

.zsfm-toggle-hover #zsfm-sidebar .zsfm-logo img {
    padding: 5px 0;
    height: 100px
}

.rst-title h2 {
    color: #194786;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.rst-title h2::after,.ttHome h2::after {
    background-color: #194786;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px
}

.rst-title .rst-dev h3,.rst-title .rst-dev p {
    font-family: "Open Sans",sans-serif
}

.rst-title .rst-dev {
    margin-top: 28px
}

.rst-title .rst-dev h3 {
    color: #194786;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}

.rst-title .rst-dev p {
    color: #222;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .rst-title .rst-dev {
        text-align:right
    }
}

.hy-about-home {
    margin: 0 15px
}

.hy-about-home .hy-content {
    margin: 40px -15px 0
}

.hy-about-home .hy-content .box-item {
    width: 50%;
    margin-bottom: 20px;
    float: left;
    padding: 0 15px;
    text-align: center
}

@media(min-width: 768px) {
    .hy-about-home .hy-content .box-item {
        width:20%;
        margin-bottom: 0
    }
}

.hy-about-home .hy-content .box-item .item {
    border-bottom: 1px solid #e6e6e6;
    transition: all .7s ease
}

.hy-about-home .hy-content .box-item .item .rst-img {
    position: relative;
    background: #e9edef
}

.hy-about-home .hy-content .box-item .item .rst-img img {
    transition: all .5s;
    width: 100%
}

.hy-about-home .hy-content .box-item .item .rst-img:after {
    position: absolute;
    bottom: -11px;
    left: 0;
    content: "";
    width: 100%;
    height: 11px;
    background: url(images/bong.png) bottom center no-repeat
}

.box-slo,.page-sdg-detail,.project-feture {
    position: relative
}

.hy-about-home .hy-content .box-item .item .rst-img:hover img {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.hy-about-home .hy-content .box-item .item h3 {
    color: #0567a7;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px
}

.hy-about-home .hy-content .box-item .item h3:hover {
    color: #222
}

.box-activity {
    margin: 47px 15px 25px
}

.box-activity .hy-content {
    margin-top: 23px
}

.box-activity .hy-content .box-item-left {
    margin-bottom: 25px
}

@media(min-width: 992px) {
    .box-activity .hy-content .box-item-left {
        margin-bottom:0
    }
}

.box-activity .hy-content .box-item-left h4 {
    color: #194786;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px
}

.box-activity .hy-content .box-item-left h4:hover {
    color: #222
}

.box-activity .hy-content .box-item-left time {
    color: #6b6b6b;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400
}

.box-activity .hy-content .box-item-left time i {
    margin-right: 5px;
    color: #c6c6c6;
    font-size: 15px
}

.box-activity .hy-content .box-item-left p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 5px;
    margin-top: 7px
}

.box-activity .hy-content .box-item-right .list-item1 {
    width: 100%;
    display: inline-block
}

.box-activity .hy-content .box-item-right .list-item1 .cnews-item-left {
    margin-bottom: 10px
}

.box-activity .hy-content .box-item-right .list-item1 .item {
    margin-bottom: 10px
}

.box-activity .hy-content .box-item-right .list-item1 .item img {
    width: 90px;
    height: 70px;
    float: left
}

.box-activity .hy-content .box-item-right .list-item1 .item .rst-dev {
    margin-left: 100px
}

.box-activity .hy-content .box-item-right .list-item1 .item .rst-dev h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    height: 50px;
    overflow: hidden
}

.box-activity .hy-content .box-item-right .list-item1 .item .rst-dev h3 a {
    color: #222
}

.box-activity .hy-content .box-item-right .list-item1 .item .rst-dev h3:hover a {
    color: #194786
}

.box-activity .hy-content .box-item-right .list-item1 .item .rst-dev time {
    color: #c6c6c6;
    font-size: 12px;
    font-weight: 400
}

.box-activity .hy-content .box-item-right .list-item1 .item .rst-dev time i {
    margin-right: 5px;
    color: #c6c6c6;
    font-size: 15px
}

.box-activity .hy-content .box-item-right .list-item2 {
    margin: 20px -5px 0
}

.box-activity .hy-content .box-item-right .list-item2 .item {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%
}

@media(min-width: 470px) {
    .box-activity .hy-content .box-item-right .list-item2 .item {
        width:47%;
        margin: 0 5px
    }
}

.box-activity .hy-content .box-item-right .list-item2 .item .hy-img {
    border: 12px solid #ebebeb;
    padding: 3px;
    position: relative
}

.box-activity .hy-content .box-item-right .list-item2 .item h4 {
    border-left: 5px solid #194786;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

.box-activity .hy-content .box-item-right .list-item2 .item h4 a {
    color: #222
}

.box-activity .hy-content .box-item-right .list-item2 .item h4:hover a {
    color: #194786
}

.box-activity .hy-content .box-item-right .list-item2 .item.hy-video .hy-img span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(images/play.png) center center no-repeat
}
.navbar-default .navbar-toggle{display: none}

.lsCate {
    text-align: center;
    margin: 5px 0;
    padding-left: 0;
    padding-right: 10px;
    margin-bottom: 15px;
}

.lsCate a {
}

.lsCateS {
    border: #CCC 1px solid;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.lsCateS .imgCate {
    padding: 0;
    margin: 0;
}

.lsCateS .imgCate img {height: auto;max-height: 300px;}

.lsCateS .infoCate {
    text-align: left;
}
.lsCateS .infoCate h3 {
    text-align: left;
}
.lsCateS .infoCate span {
    color: #666;
    font-size: 15px;
}
.lsCateS .infoCate span.sp1 {
    
font-weight: bold;
    
color: #444;
    
font-size: 15px;
}
.lsCateS .infoCate i {
    text-align: left;
    color: #194786;
    font-size: 13px;
    width: 15px;
}

.lsCateS .infoCate h3 {
    text-align: left;
    padding: 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #194786;
    margin-top: 10px;
}

.lsCateS .col-md-3 {
}

.lsCateS .col-md-9 {
}

.lsCateS .infoCate .col-md-6 {
    font-size: 13px;
}

.lsCateS .infoCate .xemct {
    margin: 0;
    margin-top: 10px;
    clear: both;
    margin-left: 15px;
}

.lsCateS .infoCate .xemct a {
    font-size: 13px;
    background: #194786;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    border:transparent 1px solid
}

.lsCateS .infoCate .xemct a:hover {
    background: #fafafa;
    color:#194786;
    border:#194786 1px solid
}

.lsCateS .infoCate .col-md-6 span {
    font-size: 14px;
}

.lsCateS .infoCate .col-md-6 span.sp1 {
    width: 65px;
    display: inline-block;
    font-size: 13px;
}

.lsCateS .infoCate .col-md-6 i {
    font-size: 12px;
    color: #194786;
    width: 15px;
}

.lsCate img {
    width: 100%;
    height: 140px;
    transition: all 0.5s ease;
}

.formbv {
    background: #194786;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.formbv p {
text-align: center;
    font-size: 15px;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}
.formbv p:first-child{color:#FFF}
.formbv .col-md-4,.formbv .col-md-2 {
    padding: 0 5px;
    margin-bottom: 5px;
}
.formbv .col-md-9 {
    padding: 0 5px;
    margin-bottom: 5px;
}
.formbv .col-md-3 {}
.formbv .col-md-4 input[type="text"],.formbv .col-md-2 input[type="text"],.formbv .col-md-2 input[type="email"] {
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
}
.formbv .col-md-3 input[type="submit"],.formbv .col-md-2 input[type="submit"] {
    background: #1965b3;
    color: #FFF;
    font-weight: normal;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    border: 0;
    border-radius: 4px;
}
@media(max-width:1100px) {
  .formbv .col-md-3 input[type="submit"],.formbv .col-md-2 input[type="submit"] {
    display:block;
    margin: 0 auto;
    margin-top:10px;

}
.entry-title {
    font-size: 20px;
    line-height: 1;
}
}
.formbv .col-md-9 input[type="text"],.formbv .col-md-4 input[type="text"]{
    padding: 0 5px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    width: 99%;
    display: block;
    margin: 0;
    margin-left: 5px;
    }

.wpcf7 div.wpcf7-validation-errors,.entry-content div.wpcf7-acceptance-missing {border:0;color:red;font-size:13px;font-weight:bold;text-align:center}
.wpcf7 div.wpcf7-mail-sent-ok {border:0;color:#537b49;font-size:14px;font-weight:bold;text-align:center}
.newshl {}
@media(min-width:1105px) {
    .newshl {
    padding: 0;
}
}
.newshl time {
    color: #e9ce83;
    font-size: 12px;
    margin: 10px; }
.newshl img {}
.newshl h3 {
    color: #fafafa;
    margin: 15px 10px;
    margin-bottom: 0;
}
.newshl a {}
.newshr {}
.newshr img {}
.newshr h4 {}
.newshr a {
    color: #Fafafa;
    line-height: 1.3;
}
@media(min-width:1105px) {
    .newshr .item {
    text-align: center;
}
.newshr .rst-dev{
    text-align: left;
    width: 180px;
    margin: 0 auto;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}
.newshr .rst-dev h3 {
    margin-top: 5px;
    font-size: 14px
}
    .newshl a {}
.newshr {}
.newshr img {
    width: 180px;
    height: 100px;
}
.newshr h4 {}
.newshr a {
}
}

.tamnhinhome .infoHome2col h3 {
    text-align: center;
    font-weight: bold;
    color: red;
}
.tamnhinhome {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 30px 0;
    margin-top: 50px;
}
@media(min-width:1105px) {
.tamnhinhome .infoHome2col {
    text-align: center;
    padding: 20px;
    background: #ffffffd4;
    width: 30%;
    margin: 1.5%;
}
.tamnhinhome .infoHome2col img {}

    .box-duan .hy-content #owl-duan .item .rst-img img {
    width: 371px;
    height: 247px !important;
}
}

@media(min-width: 1105px) {
.timg {
    position: relative;
    overflow: hidden;
}
.timg::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.timg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
}


.footer {
    float: left;
    width: 100%; }
    #footer .footer-1 {
      background: url() no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      float: left;
      overflow: hidden;
      position: relative;
      width: 100%;
      background: #0000 radial-gradient(circle, #185986, #194786) repeat scroll 0 0 !important;
      }
      #footer .footer-1 .img-box {
        -webkit-box-shadow: 23px 0 33px #000;
        -moz-box-shadow: 23px 0 33px #000;
        box-shadow: 23px 0 33px #000;
        float: left;
        height: 100%;
        overflow: hidden;
        width: 50%; }
        #footer .footer-1 .img-box img {
          max-width: unset;
          min-width: 100%; }
      #footer .footer-1 .form {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        float: right;
        line-height: 1.7;
        padding-left: 70px;
        padding-right: 125px;
        width: 50%; }
        #footer .footer-1 .form .title {
          color: #fff;
          float: left;
          font-family: MontserratSemiBold;
          margin-bottom: 50px;
          margin-top: 50px;
          text-align: left;
          width: 100%; }
          #footer .footer-1 .form .title h2 {
            color: #fff;
            font-family: harmonia, sans-serif !important;
            font-size: 33px;
            margin: 0 0 3px;
            text-transform: uppercase;
            }
          #footer .footer-1 .form .title h3 {
            background: -webkit-gradient(linear, left top, right top, from(#a77329), color-stop(#e6c292), color-stop(#b97e36), color-stop(#e4b06c), color-stop(#d2ae7e), color-stop(#d2934a), to(#a26f33));
            background: -webkit-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
            background: -moz-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
            background: -o-linear-gradient(left, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
            background: linear-gradient(to right, #a77329, #e6c292, #b97e36, #e4b06c, #d2ae7e, #d2934a, #a26f33);
            color: #fff;
            font-family: UTMBebas;
            font-size: 50px;
            margin: 0;
            text-transform: uppercase;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
        #footer .footer-1 .form > p {
          float: left;
          margin-bottom: 40px;
          width: 100%; }
        #footer .footer-1 .form .wpcf7 {
          float: left;
          margin-left: -15px;
          margin-right: -15px; }
          #footer .footer-1 .form .wpcf7 .form-group {
            float: left;
            margin-bottom: 30px;
            padding-left: 15px;
            padding-right: 15px;
            text-align:left;
            width: 50%; }
            #footer .footer-1 .form .wpcf7 .form-group label {
              color: #fff;
              font-family: harmonia, sans-serif !important;
              font-size: 17px;
              font-weight: normal;
              margin: 0 0 5px 0;
              text-transform: uppercase;
              }
            #footer .footer-1 .form .wpcf7 .form-group input {
              background: none;
              border: none;
              /* override */
              border-bottom: 1px solid #7fb9c8;
              font-size: 15px;
              line-height: 25px;
              outline: 0;
              color:#fafafa;
              width: 100%; }
              #footer .footer-1 .form .wpcf7 .form-group input:focus {
                border-color: #caa34a; }
        #footer .footer-1 .form input.submit {
          background: #caa34a;
          border: none;
          border-bottom: 1px solid red;
          color: #fff;
          float: none;
          font-family: harmonia, sans-serif !important;
          font-size: 18px;
          font-weight: normal;
          margin: 0 auto;
          display:block;
          outline: none;
          padding: 0 25px;
          text-align: center;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          -moz-transition: .3s ease;
          transition: .3s ease;
          }
          #footer .footer-1 .form input.submit:hover {
            border-color: #caa34a;
            color: #caa34a; }
        #footer .footer-1 .form .submit-fail {
          display: none; }
          #footer .footer-1 .form .submit-fail .active {
            display: block; }
        #footer .footer-1 .form .submit-success {
          display: none; }
          #footer .footer-1 .form .submit-success .active {
            display: block; }
    #footer .footer-2 {
      background: #01304c;
      border-bottom: 1px solid #214a55;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      float: none;
      font-size: 14px;
      padding: 0 3%;
      width: 100%;
      background: #0000 radial-gradient(circle, #185986, #194786) repeat scroll 0 0 !important;
      background: #194786;
      }
      #footer .footer-2 .logo {
        text-align: center; }
        #footer .footer-2 .logo img {
          width: 200px; }
        #footer .footer-2 .logo .phone {
          margin-top: 0; }
          #footer .footer-2 .logo .phone h3 {
            background: -webkit-gradient(linear, left top, right top, from(#be9945), color-stop(#e0b936), color-stop(#f6ed78), color-stop(#be9945), color-stop(#f8e473), color-stop(#f9e876), to(#be9945));
            background: -webkit-linear-gradient(left, #be9945, #e0b936, #f6ed78, #be9945, #f8e473, #f9e876, #be9945);
            background: -moz-linear-gradient(left, #be9945, #e0b936, #f6ed78, #be9945, #f8e473, #f9e876, #be9945);
            background: -o-linear-gradient(left, #be9945, #e0b936, #f6ed78, #be9945, #f8e473, #f9e876, #be9945);
            background: linear-gradient(to right, #be9945, #e0b936, #f6ed78, #be9945, #f8e473, #f9e876, #be9945);
            display: inline-block;
            font-size: 30px;
            margin: 0;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            }
      #footer .footer-2 > div {
        border-right: 1px solid #214a55;
        padding: 35px 50px 20px 50px; }
        #footer .footer-2 > div:last-child {
          border-right: none; }
      #footer .footer-2 .footer-title {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 14px 0;
        text-transform: uppercase; }
      #footer .footer-2 .thong-tin {
        text-align: left;
        line-height: 1.5; }
        #footer .footer-2 .thong-tin a {
          color: #fff; }
          #footer .footer-2 .thong-tin a:hover {
            color: #cba442; }
      #footer .footer-2 .contact-info {
        color: #779ea8;
        padding: 48px 5% 25px 5%;
        text-align: left; }
        #footer .footer-2 .contact-info:after {
          clear: both;
          content: '';
          display: block;
          height: 0;
          line-height: 0;
          visibility: hidden; }
        #footer .footer-2 .contact-info .contact-text {
          line-height: 1.5;
          margin: 0 0 12px 0; }
        #footer .footer-2 .contact-info .text-2 {
          float: left;
          padding-right: 30px;
          width: 50%; }
        #footer .footer-2 .contact-info .first {
          color: #fff; }
        #footer .footer-2 .contact-info a {
          color: #779ea8; }
      #footer .footer-2 .contact-info-2 {
        padding-right: 0; }
        #footer .footer-2 .contact-info-2 a {
          margin-right: 25px;
          padding: 10px; }
          #footer .footer-2 .contact-info-2 a:last-child {
            margin-right: 0; }
        #footer .footer-2 .contact-info-2 .social-icon {
          margin-top: 20px; }
    #footer .footer-3 {
      background: #01304c;
      padding: 10px 0 20px 0;
      width: 100%;
      background: #194786;
      background: #0000 radial-gradient(circle, #185986, #194786) repeat scroll 0 0 !important;
      }
      #footer .footer-3 .text-end {
        color: #cba442;
        text-align: center;
        font-size: 14px; }
        #footer .footer-3 .text-end span {
          color: #779ea8; }
  
  @media screen and (max-width: 1599px) {
    #footer .footer-2 {
      padding: 0 15px; }
      #footer .footer-2 > div {
        padding-left: 20px;
        padding-right: 20px; } }
  
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    #footer .footer-2 .logo {
      width: 20%; }
    #footer .footer-2 .thong-tin {
      width: 29%; }
    #footer .footer-2 .contact-info-2 {
      width: 22%; } }
  
  @media screen and (max-width: 1365px) {
    #footer .footer-1 .form .title {
      margin: 20px 0; }
      #footer .footer-1 .form .title h2 {
        font-size: 30px; }
      #footer .footer-1 .form .title h3 {
        font-size: 40px; }
    #footer .footer-2 .thong-tin {
      padding: 40px 35px; } }
  
  @media screen and (max-width: 1199px) {
    #footer .footer-1 .form {
      padding: 0 30px 40px 30px; }
    #footer .footer-2 {
      display: block;
      padding: 50px 0 15px 0; }
      #footer .footer-2 > div {
        border: none;
        margin: 0 0 35px 0;
        padding: 0 15px; }
      #footer .footer-2 .contact-info {
        padding-left: 30px;
        padding-right: 30px; }
      #footer .footer-2 .logo {
        display: block;
        text-align: left; }
      #footer .footer-2 .contact-info-2 {
        display: block;
        text-align: left; }
      #footer .footer-2 .thong-tin {
        padding: 0 15px; } }
  
  @media screen and (min-width: 992px) {
    #footer .footer-2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  
  @media screen and (max-width: 991px) {
    #footer .footer-2 {
      padding: 50px 0; }
      #footer .footer-2 > div {
        margin-bottom: 35px; }
        #footer .footer-2 > div:last-child {
          margin-bottom: 0; }
      #footer .footer-2 .contact-info {
        margin-bottom: 20px;
        padding: 0 30px; }
        #footer .footer-2 .contact-info .text-1 {
          text-align: center; }
    #footer .footer-3 .text-end {
      text-align: center;
      width: 100%; } }
  
  @media screen and (max-width: 767px) {
    #footer .footer-1 .title h2 {
      font-size: 45px; }
    #footer .footer-1 .title h3 {
      font-size: 25px; }
    #footer .footer-1 .form {
      padding: 15px;
      width: 100%; }
      #footer .footer-1 .form > p {
        margin-bottom: 30px; }
      #footer .footer-1 .form .wpcf7 .form-group label {
        font-size: 18px; }
      #footer .footer-1 .form input.submit {
        margin-top: 0; }
    #footer .footer-1 .img-box {
      width: 100%; }
    #footer .footer-2 {
      padding: 30px 0; }
      #footer .footer-2 .contact-info {
        padding: 0 15px; }
      #footer .footer-2 .logo {
        padding-top: 0; }
      #footer .footer-2 .contact-info-2 {
        padding: 0 15px; } }
  
  @media screen and (max-width: 639px) {
    #footer .footer-1 .form .wpcf7 .form-group {
      width: 100%; } }
  
  @media screen and (max-width: 479px) {
    .footer {
      text-align: left; }
      #footer .footer-1 .form .title {
        padding: 0 15px;
        text-align: left;
        text-align: center; }
      #footer .footer-1 .form p {
        text-align: justify; }
      #footer .footer-2 {
        text-align: left; }
        #footer .footer-2 .contact-info .text-1 {
          text-align: left; }
        #footer .footer-2 .contact-info .text-2 {
          padding: 0;
          width: 100%; } }
          .metaslider.ms-theme-jenga .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-jenga .rslides .caption-wrap .caption, .metaslider.ms-theme-jenga .nivoSlider .nivo-caption {
              font-size:18px !Important
          }

          .wpcf7-not-valid-tip {
            display: none!important;
            }
        .wpcf7-response-output {
            margin: 0 !important;
            padding: 0 !important;
            margin-bottom: 10px !important;
        }
        .relatedcontent {
            font-size: 15px;
            color: #666;
            padding: 0 7px;
            min-height: 260px;
            }
        .relatedcontent
            h3 {
            font-size: 14px;
            padding: 0;
            width: 95%;
            margin: 5px auto;
            display: block;
            line-height: 1.3;
            text-align: justify;
            max-height: 55px;
            overflow: hidden;
            }
        @media(max-width:1100px) {
          .relatedcontent
            h3 {
              line-height:1.2;
              height:51px;
              overflow:hidden;
              margin-bottom:15px;
            }
        }
        .relatedcontent
            h3  a {font-size: 14px;color: #444;text-align: justify;font-weight: bold;}
        .relatedcontent
            span {
            font-size: 11px;
            color: #AAA;
            }
        .relatedcontent img {
            max-width: 95%;
            margin: 0 auto;
            display: block;
        }
        .dropdown-menu ul {
    width: 230px;
    background: #263985;
    top: -2px;
    left: 230px;
    opacity: 0!important;
    visibility: hidden!important;
    display: none!important;
    padding: 2px 3px;
    transition: all 1s;
    background: #214a55;
    background: #01304c;
}

.dropdown-menu li { background: #0000 radial-gradient(circle, #185986, #194786) repeat scroll 0 0 !important;}

.dropdown-menu li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important
}

.dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #A60A12;
    color: #fff;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav>li>.dropdown-menu>li.dropdown:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #ead085;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 8px;
    margin: 0;
    text-align: center
}

@media (max-width:1100px) {
    .navMenuDuan .container {}
    .navMenuDuan .container .col-md-3 {float: none!Important;width: 100%!Important;}
    .navMenuDuan .container .col-md-9 {display: none!Important;}
}

/* Add CSS */

html body .status-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 8px 1px;
    color: #fff;
    background: rgba(199,37,40,.86);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
    z-index: 12;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
}
#content .project-info-img {
    position: absolute;
    justify-content: space-between;
    border: 0;
    padding: 0;
    bottom: 5px;
    color: #fff;
}
.s-img-s {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#003d88 85%);
    padding: 60px 15px 10px 20px;
}
html body .aligncenter img{margin:auto}h2#ftwp-header-title:before{background:0 0}.logo-caption span{background: #194786 url(https://keenland.com.vn/wp-content/uploads/2020/03/logo-icon-keenland-150x150.png) center center no-repeat;background-size:contain;padding:16px;width:100%;display:block;position:absolute;bottom:20px}.logo-caption{-webkit-box-shadow:0 0 10px 0 rgb(7 22 69/30%);-moz-box-shadow:0 0 10px 0 rgba(7,22,69,.3);box-shadow:0 0 10px 0 rgb(7 22 69/30%);position:absolute;width:50px;height:70px;border-radius:0 10px 50px 50px;top:-5px;right:10px;border:2px solid #ddb60f;border-top:0;background:#194786}#content .project-info-img{position:absolute;justify-content:space-between;border:0;padding:0;bottom:5px;color:#fff}.feature-project .project .project-name a{color:#fff !important}.feature-project .project .project-name{font-size:18px;letter-spacing:0;height:24px;overflow:hidden}.feature-project .project .project-name a{font-size:18px;letter-spacing:0;height:24px;overflow:hidden}.s-img-s{position:absolute;bottom:0;left:0;right:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,#003d88 85%);padding:60px 15px 10px 20px}.project-info-img{width:95%;margin:0 auto;z-index:9}.property-bottom-list ul{margin:0;padding:0}.property-bottom-list ul li{color:#fff;display:inline-block;padding-left:29px}.property-bottom-list ul li img{width:auto;height:20px}.property-desc-top h6 a:hover{color:#ddb60f}.property-bottom-list ul li:first-child{padding-left:0}.property-bottom-list ul li span{font-size:13px;font-weight:700;color:#666}.property-desc-top h6{color:#fff;font-weight:400;line-height:14px;margin-bottom:6px}.property-desc-top h4.price{color:#ddb60f;font-size:20px;margin-bottom:0;position:absolute;right:18px;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.property-meta{border-top:1px solid #f0f0f0;text-align:center;text-transform:uppercase;font-size:13px;line-height:45px;letter-spacing:0;text-transform:uppercase;text-align:center;padding:0;color:#222;font-weight:700;overflow:hidden;width:100%;border-left:#eee 1px solid;border-right:#eee 1px solid;background:#fff}.property-meta .price{overflow:hidden}.property-meta .row{margin-left:0;margin-right:0}.property-meta .col-md-6{padding-left:0;padding-right:0}.property-meta .col-md-6:first-child{border-right:1px solid #f0f0f0}.property-meta a{color:#222;text-decoration:none;display:block}.property-meta .col-md-6.xthome:hover{background:#003d88}.property-meta .col-md-6.xthome:hover a{color:#fff}.feature-project .project{margin-bottom:20px;box-shadow:0 8px 6px -6px rgb(7 22 69/30%)}.feature-project .project:hover{-webkit-box-shadow:0 0 10px 0 rgb(7 22 69/30%);-moz-box-shadow:0 0 10px 0 rgba(7,22,69,.3);box-shadow:0 0 10px 0 rgb(7 22 69/30%)}.feature-project .project-cats li:after{display:none}.feature-project .project-cats li{border-radius:17px;border:#222 1px solid;padding:0 15px;line-height:28px;font-size:14px;color:#222;margin:3px}.feature-project .project-cats li.active,.feature-project .project-cats li:hover{color:#fff;background:#f6680a;padding:0 15px;line-height:28px;border-radius:17px;border-color:#f6680a}.feature-project .project-cats li a{font-weight:700;text-transform:uppercase;color:#222;text-decoration:none}.feature-project .project-cats li:hover a{color:#fff}.feature-project .projects .viewmore{font-variant-east-asian:JIS04;display:block;width:200px;height:44px;line-height:40px;margin:0 auto;text-align:center;border:1px solid #f6680a;color:#f6680a;text-transform:uppercase;font-weight:700;border-radius:17px;text-decoration:none;transition:all .3s ease;background:#fff}
.feature-project .project .content-news {    min-height: 110px;}
.infoCateList {
    font-size: 13px;
}