/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 55px;
	width: 100%;
	float: left;
    position: relative;
    z-index: 200;
}

#content-slider {
    float: left;
    width: 100%;
    margin-top: -55px;
}

.title-area {
	float: left;
	padding: 0;
	width: 140px;
	margin-left: 15px;
	height: 55px;
}

.site-title{
	font-family: 'Muli', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
    color: #333;
    padding: 0;
    text-decoration: none;
    float: left;
    width: 100%;
    height: 130px;
    background: url(images/logo2.png) no-repeat left top;
    text-indent: -9999px;
}

#description {
	font-size: 15px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: 1000px;
	margin-right: 15px;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	float: left;
	width: 100%;
	height: 57px;
	background: url(images/nav.png) repeat-x ;
}

.nav-primary .wrap{
	width: 1140px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #333;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #fff;
	display: block;
	padding: 16px 10px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
	background-color: #fff;
	color: #0578b8 !important;
	font-weight: bold !important;
	border-top: 3px solid #0578b8;
	padding: 14px 10px;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 15px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1170px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb .wrap{
	width: 1140px;
	margin: 155px auto 0;
	color: #acacac;
	text-align: center;
}

.breadcrumb .archive-heading a {
	font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.breadcrumb a{
	color: #3bb5f7;
	font-weight: 700;
}

.breadcrumb .label{
	margin: 0 5px;

}

/* Content
------------------------------------------------------------ */

.site-inner .content {
	width: 750px;
	margin-left: 15px;
	float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
	margin: 0;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
	float: left;
	width: 100%;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Muli', Arial, sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Muli', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 15px;
}

.taxonomy-description h1,
.widget-area h4 {
	background-color: #f2f2f2;
	font-size: 15px;
	padding: 10px 15px;
	color: #333;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

.site-footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 13px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 13px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 13px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}

/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}

/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.archive-pagination {
	font-size: 15px;
	overflow: hidden;
	padding:0px;
	width: 100%;
	text-align: center;
}

.archive-pagination li {
	display: inline-block;
    height: 36px;
    line-height: 36px;
}

.archive-pagination li a,
.archive-pagination li.disabled,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background: #e3e3e3;
    color: #333;
    width: 36px;
    height: 36px;
    float: left;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    margin: 0 2px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #0077b8;
	color: #fff;
	font-weight: bold;
}

.archive-pagination ul{
	margin: 0 15px;
}

.archive-pagination li:first-child{
/*    margin-right: 3px;
    float: left;
    line-height: 36px;
    text-align: center;
    background: #e3e3e3;
    padding: 0 15px;
    border-radius: 20px;*/
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.site-inner-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
    background: #f7f9fb;
    margin: 0 0 15px;
    /*padding: 0 0 15px;*/
    float: left;
    width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	/*padding: 0 15px;*/
}

.sidebar.widget-area ul li,
.site-footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
    padding: 10px 10px 10px 35px;
    word-wrap: break-word;
    background: url(images/ico-li.png) no-repeat left 15px center;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar.widget-area ul li:last-child,
.sidebar .caia-post-list-widget .main-posts .post:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

.sidebar.widget-area ul li a{
	color: #333
}

.sidebar.widget-area ul li a:hover,
.sidebar .caia-post-list-widget .main-posts.video .post a:hover{
	color: #0077b8;
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

.site-footer-widgets .featuredpage .page,
.site-footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
    background: #0077b8 !important;
    cursor: pointer;
    padding: 10px 20px;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
    margin: 0 -7px 0 0;
    padding: 10px;
    width: 95%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd !important;
    color: #222;
}

.nav-primary .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 15px 0 0;
}

.site-footer p {
	color: #fff;
    margin-bottom: 15px;
}

.site-footer .widget p b {
    color: #fff;
    font-size: 15px;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #76cdff;
	text-decoration: none;
}

.site-footer .widget ul {
    color: #8dd3f9;
    padding-left: 15px;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 0px 5px 10px 0;
    padding: 10px;
    width: calc(100% - 27px);
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: calc(100% - 22px);
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 15px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.commentmetadata a{
	color: #666;
}

.reply {
	font-size: 13px;
	font-weight: 300;
}

.reply a{
	background: #f2f2f2;
	color: #333;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

#comments .archive-pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Block
------------------------------------------------------------ */

.block {
	clear: both;
	margin: 0 0 20px 0;
}

.block .older-posts ul {
	padding-left: 15px;
}

.block-title {
	font-size: 16px;
	background-color: #f5f5f5;
	margin: 0;
	padding: 10px 15px;
}

.block-wrap {
	padding: 10px;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: right;
    margin: 0;
    float: right;
    background: #0077b8;
    padding: 5px 10px 5px 0;
    position: relative;
}

.slick-dots::before {
    content: "";
    background: url(images/dau.png);
    left: -37px;
    z-index: 1;
    top: -1px;
    position: absolute;
    width: 40px;
    height: 45px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 7px !important;
    cursor: pointer;
    background: unset !important;
    border: none !important;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #6dc9fc;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #fff;
}

.google_plusone_iframe_widget {
    width: 35px !important;
}

#content-before-header{
	background: #e6f6ff;
	float: left;
	width: 100%;
}

#content-before-header ul li{
	display: inline-block;
	padding: 8px 0;
}

#content-before-header ul {
	text-align: right;
}

#content-before-header ul li:first-child{
	background: url(images/lo.png) no-repeat left center;
	padding-left: 40px;
}

#content-before-header ul li:nth-child(2){
	background: url(images/mail2.png) no-repeat left center;
	padding-left: 40px;
	margin-left: 30px;
}

.site-header .widget-area .widget{
	margin-left: 20px;
}

.site-header .widget-area form{
	background: #fff;
    padding: 5px 0;
}

.site-header .wrap {
    position: relative;
    background: #fff;
    display: table;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.site-header .wrap::after{
    content: '';
    background: url(images/bk2.jpg);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.site-header .widget-area .widget h2 a{
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.site-header .widget-area .widget h2{
	margin-bottom: -10px
}

.site-header .widget-area .widget a{
	font-size: 26px;
	color: #fa0101;
	font-weight: bold;
	margin: 0
}

.site-header .widget-area .tuvan{
	position: absolute;
    right: 0;
    background: url(images/bk1.png) repeat-x left top;
    padding-left: 40px;
    border-bottom-right-radius: 10px;
}

.site-header .widget-area .tuvan li{
	display: inline-block;
    margin: 0;
    color: #fff;
    padding: 11px 10px 12px;
}

.site-header .widget-area .tuvan li:first-child a{
	color: #98e6ff;
	font-weight: bold;
	font-size: 17px;
}

.site-header .widget-area .tuvan li:first-child{
	background: url(images/za.png) no-repeat left center;
	padding-left: 30px;
}

.site-header .widget-area .tuvan li:last-child{
	background: url(images/cal.png) no-repeat left center;
	padding-left: 40px;
	margin-left: 15px;
}

.site-header .widget-area .tuvan li:last-child a{
	color: #f9f871;
	font-weight: bold;
	font-size: 17px;
}

.site-header .widget-area .widget_nav_menu ul li a{
	font-size: 15px;
	color: #333;
	font-weight: normal;
	text-transform: inherit;
}

.site-header .widget-area .widget a img{
	margin-right: 15px;
}

#content-before-header .widget{
	margin: 0 15px;
}

.site-header .widget-area .widget_search {
     position: absolute;
    right: 63px;
    top: 0;
    float: left;
    display: none;
    z-index: 999;
    width: 80%;
}

.site-header img.search {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 400;
    cursor: pointer;
    padding: 20px 20px 19px;
    border-left: 1px solid #ddd;
}

.site-header img.ico-close {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 400;
    cursor: pointer;
    background: #eaeaea;
    width: 15px;
    padding: 20px 18px;
    display: none;
    border-bottom-right-radius: 10px;
}

.site-header .widget_search input[type="submit"] {
    background: url(images/search.png) no-repeat center center !important;
    border: none;
    cursor: pointer;
    line-height: 19px;
    padding: 10px 0px;
    text-decoration: none;
    text-indent: -9999px;
    width: 50px;
    border-bottom: 1px solid #ddd !important;
}

.site-header .searchform input[type="text"] {
    color: #fff;
    font-size: 15px;
}

#content-after-slider{
    float: left;
    width: 100%;
    margin: -130px 0 50px 0;
    z-index: 99999;
    position: relative;
}

#content-after-slider .image-upload {
	float: left;
	width: 360px;
	margin: 0 15px;
	text-align: center;
}

#content-after-slider .image-upload h2 a{
	display: none;
}

#content-after-slider .image-upload img{
	margin-bottom: 0;
}

.trangkim{
	float: left;
	width: 100%;
}

#nhadep{
	background: url(images/ruler.png) no-repeat top center #f7f7f7;
}

.trangkim .tieude{
	margin: 0 15px;
}

.trangkim .tieude .widget:first-child .widget-title,
#box-cat  .widget:first-child .widget-title{
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    background: url(images/line1.png) no-repeat bottom center;
    padding-bottom: 10px;
    margin: 50px 0 30px;
}

.trangkim .tieude .widget:first-child .widget-title{
	display: none;
}

.trangkim .tieude .widget:first-child .textwidget h2{
	font-weight: 900;
	color: #0077b8;
	font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    background: url(images/line1.png) no-repeat bottom center;
    padding-bottom: 10px;
    margin: 50px 0 30px;
}

.trangkim .tieude .widget:first-child .widget-title span,
#box-cat  .widget:first-child .widget-title span{
	font-weight: 900;
	color: #0077b8;
	font-size: 36px;
}

.trangkim  .tabber-tab li{
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
    background: #e8e8e8;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 0 1px;
    cursor: pointer;
}

.trangkim  .tabber-tab li a{
	color: #333
}

.trangkim  .tabber-tab{
	text-align: center;
}

.trangkim  .tabber-tab li.active,
.trangkim  .tabber-tab li:hover{
	background: #0077b8;
	color: #fff;
}

.trangkim  .tabber-tab li.active a,
.trangkim  .tabber-tab li:hover a{
	color: #fff;
}

.trangkim .noidung .widget-title{
	display: none;
}

.trangkim .noidung .widget .post{
	float: left;
	width: 262px;
	margin: 0 15px;
}

.trangkim .noidung .widget .more-from-category{
	display: none;
}

.trangkim .noidung .widget{
	margin: 50px 0;
	float: left;
	width: 100%;
}

.trangkim .noidung .widget .post .widget-item-title a{
	color: #0077b8;
	font-size: 17px;
	font-weight: 600;
}

.trangkim .noidung .widget .post .widget-item-title{
	margin: 10px 0;
}

.trangkim .noidung .widget .post p{
	text-align: justify;
}

.trangkim .noidung  .post .info {
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-top: 20px;
}

.trangkim .noidung  .post .info span.add {
    background: url(images/iconadd.png) no-repeat left 10px center #022c43;
     padding: 8px 10px 9px 30px;
}

.trangkim .noidung  .post .info span.area {
    background: url(images/iconarea.png) no-repeat left 10px center #022c43;
     padding:8px 10px 9px 35px;
}

.trangkim .noidung  .post .info span{
    color: #fff;
    margin-right: 7px;
    border-radius: 3px;
}

#content-new {
    float: left;
    width: 100%;
    height: auto;
    background: url(images/bg-news.jpg) no-repeat top center;
    padding-bottom: 10px;
}

#content-new .widget .widget-title a{
    margin-bottom: 20px;
    font-size: 24px;
    color: #0088d2;
    text-transform: uppercase;
    font-weight: 900
}

#content-new .widget .widget-title h2{
	margin-bottom: 0;
}

#content-new .widget .widget-title{
    margin: 0;
    margin-bottom: 25px;
    background: url(images/line-blue.png) no-repeat left bottom;
    padding-bottom: 15px;
}

#content-new .widget .widget-title a span  {
    font-weight: 700;
}

#content-new .caia-post-list-widget .post {
    margin-bottom: 15px;
}

#content-new .caia-post-list-widget h3 a {
    font-size: 17px;
    font-weight: 700;
    color: #0077b8;
}

#content-new .caia-post-list-widget ul {
    color: #999999;
    padding-left: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

#content-new .caia-post-list-widget ul li {
    margin-bottom: 10px;
    line-height: 22px;
}

#content-new .caia-post-list-widget ul li a {
    color: #333;
}

#content-new .widget {
    float: left;
    width: 360px;
    margin: 30px 15px 0;
}

#content-new .geomancy-widget {
	margin-left: 45px;
	width: 330px;
}

#content-new .caia-post-list-widget .post .widget-item-title {
	margin: 5px 0 0;
}

#content-new .geomancy-widget .widget-title {
    color: #fff;
    background: url(images/line-white.png) no-repeat left bottom;
    font-size: 24px;
    text-transform: uppercase;
}

#content-new .geomancy-widget span{
	font-weight: 900;
}

#content-new .geomancy-widget form label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

#content-new .geomancy-widget form input[type="text"] {
    background: #ebf2f6;
    border: none;
    padding: 11px 2%;
    float: left;
    width: 96%;
    margin-bottom: 15px;
    border-radius: 5px;
}

#content-new .geomancy-widget form select {
    background:url(images/sl.jpg)no-repeat right center #ebf2f6;
    border: none;
    padding: 11px 2%;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-appearance: none; 
}

#content-new .geomancy-widget form input[type="submit"] {
    float: left;
    width: 48%;
    text-align: center;
    padding: 10px 0;
    color: #333 !important;
    background: #f9f871 !important;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    font-size: 16px;
    margin-top: 15px;
    line-height: 25px;
    border-radius: 5px;
}

#content-new .geomancy-widget form input[type="reset"] {
    float: right;
    width: 48%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #00d5a7;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    font-size: 20px;
    margin-top: 15px;
    border-radius: 5px;
}

.home .site-inner{
	padding: 0
}

#content-before-footer .widget .widget-title {
    margin: 50px 15px;
    background: url(images/line1.png) no-repeat bottom center;
    padding-bottom: 10px;
    font-size: 36px;
    color: #0077b8;
    text-transform: uppercase;
    text-align: center;
}

#content-before-footer .widget .widget-title span{
	font-weight: 900;
}

#content-before-footer{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

#content-before-footer .list-design .design{
	margin: 0 15px;
	float: left;
    width: 165px;
}

.list-design .design .name{
    color: #0077b8;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.site-footer {
    background: url(images/bg-footer.jpg) no-repeat top center #222222;
    clear: both;
    font-size: 15px;
    margin: 0 auto;
    width: 100%;
    float: left;
}

.site-footer .widget {
    float: left;
    width: 262px;
    margin: 15px;
}

.site-footer .widget .widget-title {
    margin: 25px 0 30px;
    background: url(images/line-white.png) no-repeat left bottom;
    padding-bottom: 15px;
    font-size: 24px;
    color: #d0eeff;
    font-weight: bold;
    text-transform: uppercase;
}

.site-footer .widget ul li {
    margin-bottom: 15px;
}

.site-footer .widget .location {
    background: url(images/add.png) no-repeat left top 7px;
    padding-left: 25px;
}

.site-footer .widget .phone {
    background: url(images/tel.png) no-repeat left top 7px;
    padding-left: 25px;
}

.site-footer .widget .email {
    background: url(images/em.png) no-repeat left top 7px;
    padding-left: 25px;
}

.site-footer .widget:first-child ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
}

.site-footer #text-69 ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
}
.site-footer #text-69 ul{
	padding-left: 0
}

.site-footer #text-69{
	float: left;
	width: 100%;
	margin: 0;
}

#content-after-footer {
    float: left;
    width: 100%;
    height: auto;
    background: url(images/line2.png) no-repeat top center;
    padding-top: 15px;
    margin-top: 50px;
}

#content-after-footer .widget:first-child {
    float: left;
    margin:0 15px;
    width: auto;
}

#content-after-footer .widget:last-child {
    float: right;
    margin:0 15px;
    width: auto;
}

#content-after-footer p{
	font-size: 15px;
	color: #439ccc;
	margin-top: 5px
}

#content-after-footer .widget_text p em {
    color: #fff;
    font-style: inherit
}

.breadcrumb {
    float: left;
    width: 100%;
    background: url(images/beadcrumb.jpg) no-repeat center center;
   	min-height: 270px;
    margin-top: -55px;
    margin-bottom: 5px
}

.breadcrumb h1 a{
	font-size: 36px;
    color: #0077b8;
    font-weight: bold;
}

.breadcrumb a .home{
	color: #0077b8;
	background: url(images/ico-home.png) no-repeat left center;
	padding-left: 20px;
}

.breadcrumb-link-wrap{
	/*margin-left: 15px;*/
}

.breadcrumb h1{
	margin: 0 0 40px 0;
	float: left;
    text-indent: 0;
    width: 100%;
}

#box-cat .widget:first-child{
	width: 65%;
    margin: 0 auto;
    text-align: center;
}

#box-cat .widget_nav_menu ul{
	text-align: center;
}

#box-cat h1{
	margin-bottom: 25px;
}

#box-cat .widget_nav_menu ul li a{
	list-style-type: none;
    display: inline-block;
    font-size: 16px;
    background: #e8e8e8;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 0 1px;
    cursor: pointer;
    color: #333;
}

#box-cat .widget_nav_menu ul li a:hover ,
#box-cat .widget_nav_menu ul li.current-menu-item a{
    background: #0077b8;
    color: #fff;
}

#box-cat .widget_nav_menu ul li{
	display: inline-block;
}

#box-cat .widget_nav_menu{
	margin: 50px 0;
}

.category main.content .post, .search main.content .post,
.tag main.content .post ,
.author main.content .post{
	float: left;
    width: 230px;
    min-height: 382px;
    margin: 0 30px 15px 0;
}

.full-width-content.category main.content .post, .search main.content .post,
.full-width-content.tag main.content .post ,
.full-width-content.author main.content .post{
	float: left;
    width: 360px;
    min-height: 382px;
    margin: 0 30px 50px 0;
}

.author main.content .post:nth-child(3n),
.category main.content .post:nth-child(3n+1), 
.search main.content .post:nth-child(3n),
.tag main.content .post:nth-child(3n+1) {
    margin-right: 0;
}

.category main.content .post:nth-child(3n+2),
.tag main.content .post:nth-child(3n+2){
	clear: both;
}


.category main.content .post a img, 
.search main.content .post a img,
.tag main.content .post a img,
.author main.content .post a img {
    background: none;
    padding: 0;
    border: none;
    margin: 0
}

.category main.content .post .entry-title a, 
.search main.content .post .entry-title a,
.tag main.content .post .entry-title a,
.author main.content .post  .entry-title a{
    font-size: 18px;
    font-weight: 600;
    color: #0077b8;
}

.category main.content .post .entry-title, 
.search main.content .post .entry-title,
.tag main.content .post .entry-title,
.author main.content .post  .entry-title{
	margin: 15px 0;
	float: left;
	height: 52px;
	overflow: hidden;
	width: 100%;
}

.category main.content .post .info, 
.search main.content .post .info,
.tag main.content .post .info ,
.author main.content .post  .info{
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
    margin-top: 20px;
}

.category main.content .post .info  span.add, 
.search main.content .post .info  span.add,
.tag main.content .post .info span.add,
.author main.content .post .info span.add {
    background: url(images/iconadd.png) no-repeat left 10px center #022c43;
    padding: 8px 10px 9px 28px;
}

.category main.content .post .info  span.area, 
.search main.content .post .info  span.area,
.tag main.content .post .info span.area,
.author main.content .post .info span.area {
    background: url(images/iconarea.png) no-repeat left 10px center #022c43;
    padding: 8px 10px 9px 35px;
}

.category main.content .post .info  span, 
.search main.content .post .info  span,
.tag main.content .post .info span,
.author main.content .post .info span {
    color: #fff;
    margin-right: 7px;
    border-radius: 3px;
    font-size: 14px;
}

.category #content-before-footer, 
.search #content-before-footer,
.tag #content-before-footer,
.author #content-before-footer {
    border-top: 3px solid #e8e8e8;
    margin-top: 50px;
}

.widget .post,
.category main.content .post, 
.search main.content .post,
.tag main.content .post,
.author main.content .post,
#content-after-slider .image-upload  {
    overflow: hidden;
}

.widget .post img:hover,
.category main.content .post  img:hover, 
.search main.content .post  img:hover,
.tag main.content .post img:hover,
.author main.content .post img:hover,
#content-after-slider .image-upload img:hover{
    transform: scale(1.2);
}

.widget .post img,
.category main.content .post  img, 
.search main.content .post  img,
.tag main.content .post  img,
.author main.content .post  img{
    transform-origin: 65% 100%;
    transition: transform 1s, filter .5s ease-out;
}

#content-after-slider .image-upload img{
    transform-origin: 100% 100%;
    transition: transform 1s, filter .5s ease-out;
}

/*.single .breadcrumb{
    text-indent: -9999px;
}

.single .breadcrumb .label, .single .breadcrumb a{
    float: left;
    text-indent: 0;
}

.single .breadcrumb .label:last-child{
    display: none;
}*/

h1.entry-title {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.entry-header .entry-meta {
    font-size: 13px;
    margin: 7px 0 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.single .caia_rating {
    float: right;
    margin-top: -4px;
}

.single .content .post .entry-content h2, .page .content .page .entry-content h2 ,
#after_cat h2{
    font-size: 21px;
    font-weight: 700;
    color: #0077b8;
    margin-top: 30px;
    margin-bottom: 20px;
}

#after_cat h2{
	margin-top: 20px;
}

#after_cat p{
	margin-bottom: 15px;
}

.single .content .post .entry-content h3, .page .content .page .entry-content h3,
#after_cat h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
    margin-bottom: 15px;
}

.info_trangkim h5{
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    font-weight: 900;
	padding: 20px 0;
}

.info_trangkim h5 span{
	color: #fff;
    margin-left: 0;
    font-weight: 900;
}

.info_trangkim span{
	color: #0077b8;
    font-weight: bold;
}

.info_trangkim img{
	float: left;
	margin-right: 30px
}

.info_trangkim p{
	margin: 20px 15px
}

.info_trangkim ,
.addthis_native_toolbox.bottom_post{
	float: left;
	width: 100%;
}

.info_trangkim{
	background: url(images/mrtr.jpg) no-repeat top right;
}

.full-width-content .info_trangkim{
	background-size: cover;
}

.yarpp-post p, .binh-luan, #reply-title {
    font-size: 22px;
    color: #333;
    font-weight: 900;
    text-transform: uppercase;
    background: url(images/line-blue2.png) no-repeat left bottom;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.after_single .widget-title {
    font-size: 23px;
    color: #333;
    text-transform: uppercase;
    background: url(images/line-blue2.png) no-repeat left bottom;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 900;
}

.yarpp-related .yarpp-post ul, .after_single .widget ul {
    margin-left: 20px;
}

.yarpp-related .yarpp-post ul li, .after_single .widget ul li {
    list-style-type: none;
    background: url(images/ico-li.png) no-repeat left top 9px;
    padding-left: 25px;
    background-size: 5px 5px;
    margin: 15px 0;
}

.yarpp-related .yarpp-post ul li a, .after_single .widget ul li a{
	color: #0077b8
}

.after_single, .yarpp-related, .info_trangkim {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.comment-facebook iframe {
    width: 100% !important;
}

.widget-area .widget-title {
    color: #fff;
    padding:11px 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    background: #f3f3f3;
}

.widget-area .widget-title span{
	padding:15px 0 15px 15px;
	background: #0077b8;
	position: relative;
}

.widget-area .widget-title span::after {
	content: "";
    background: url(images/duoi.png);
    right: -50px;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 50px;
    height: 60px;
}

.widget-area .widget_nav_menu .widget-title span::after{
	content: unset;
}

.des{
	margin-bottom: 20px;
	text-align: justify;
}

.sidebar .caia-post-list-widget .widget-title span{
	float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 11px 0 11px 15px;
}

.sidebar .caia-post-list-widget .widget-title p,
.sidebar .caia-post-list-widget .widget-title  a{
	font-size: 24px !important;
    font-weight: bold;
    color: #fff
}

.sidebar .caia-post-list-widget .widget-title {
	padding: 0;
	float: left;
	background: #f3f3f3;
    width: 100%;
}

.sidebar .widget .widget-title h2{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0
}

.sidebar .caia-post-list-widget .main-posts{
	float: left;
}

.sidebar .caia-post-list-widget .main-posts.video{
	width: 100%;
}

.sidebar .caia-post-list-widget .main-posts.video .post a img{
	width: 100%;
	margin-bottom: 10px;
}

.sidebar .caia-post-list-widget .main-posts.video .post a{
	font-size: 18px;
	font-weight: bold;
}

.sidebar .caia-post-list-widget ul.video{
	clear: both;
}

.sidebar .caia-post-list-widget ul.video li{
	border-bottom: none;
	padding: 3px 10px 3px 35px;
}

.sidebar .caia-post-list-widget .main-posts .widget-item-title{
	text-align: justify;
}

.sidebar .caia-post-list-widget .main-posts a img {
    width: 82px;
}

.sidebar .caia-post-list-widget .main-posts .post {
    margin-bottom: 0;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 15px 8px;
}

.sidebar .caia-post-list-widget .main-posts a{
	margin-bottom: 0;
	font-size: 15px;
	color: #333;
	overflow: hidden;
}

.sidebar .caia-post-list-widget .main-posts {
    padding: 0;
}

.tomtat {
    padding: 15px;
    border-left: 1px dashed #aca9a9;
    border-bottom: 1px dashed #aca9a9;
    text-align: justify;
    position: relative;
}

.tomtat:before{
	content: "";
    background: url(images/truoc.png) no-repeat center center;
    width: 46px;
    height: 38px;
    float: left;
    margin-right: 15px;
}

.tomtat:after{
	content: "";
    background: url(images/sau.png) no-repeat center center;
    width: 46px;
    height: 38px;
    float: right;
    margin-top: 0;
}

.phanhoi .ndung {
    margin-top: 20px;
}

.phanhoi .ndung img {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
}

.phanhoi .info p {
    color: #0077b8;
    font-weight: 700;
}

.category .site-inner .content,
.search .site-inner .content,
.tag .site-inner .content{
/*	width: 100%;
	margin: 0*/
}

.sidebar .widget_nav_menu .widget-title span{
    background: url(images/title1.png) no-repeat left 10px top 15px;
    padding: 10px 0 20px;
    padding-left: 80px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    float: none;
    display: block;
    line-height: 22px;
    text-transform: uppercase;
}

.sidebar .widget_nav_menu .widget-title span.color {
    background: none;
    padding: 0;
    color: #5fbdf0;
    font-size: 25px;
    font-weight: 400;
    display: block;
}

.sidebar .widget_nav_menu .widget-title {
    background: url(images/bg-blue.png) repeat-x left top #f7f9fb;
    margin-bottom: 5px;
    padding: 0;
    border: none;
}

.sidebar .widget_nav_menu ul li a {
    font-size: 15px;
    color: #333;
}

.sidebar .widget_nav_menu ul {
    padding-left: 50px;
    list-style-image: url(images/line-gray.png);
}

.sidebar .widget_nav_menu ul li{
	border: none;
	padding: 0 0 5px;
	background: unset;
}

.sidebar .widget .post img {
    transform-origin: 100% 100%;
    transition: transform 1s, filter .5s ease-out;
}

.popup{
	position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
}

.popup ul li{
	list-style-type: none;
}

.popup ul li img{
	margin-bottom: 0;
	transform-origin: 65% 100%;
    transition: transform 1s, filter .5s ease-out;
}

.popup ul li img:hover{
    transform: scale(1.2);
}

.site-header .widget-area .widget_search input[type="search"]::placeholder {
    color: #333;
}

.site-header .widget-area .widget_search input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

.site-header .widget-area .widget_search input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color:  #333;
}

.site-header .widget-area .widget_search  .widget-title {
	position: absolute;
    right: 0;
    top: -57px;
    background-color: #eaeaea;
    text-transform: uppercase;
    color: #333;
    padding: 14px 20px 14px;
    margin-bottom: 10px;
    font-size: 18px;
    cursor: pointer;
}

.callmb{
	display: none;
}

.des p strong {
    font-size: 21px;
    font-weight: bold;
    color: #0077b8;
    text-transform: uppercase;
}

h1.archive-heading  a,
h1.archive-heading {
    font-size: 32px;
    font-weight: 900;
    color: #0077b8;
    text-transform: uppercase;
    margin-bottom: 20px;
    float: left;
    width: 100%;
/*    background: url(images/line-blue.png) no-repeat left bottom;
    padding-bottom: 10px;*/
}

h1.archive-heading{
	margin: 0 15px;
}

.archive h1.archive-heading{
	margin: 0
}

#more-info h2 {
    font-weight: 700;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}

#more-info .box-more-info {
    float: left;
    width: 100%;
    background: #f7f8f9;
}

#more-info .box-more-info .main-posts {
    padding: 15px;
}

#more-info .box-more-info img {
    float: left;
    margin-right: 15px;
    width: 80px;
    margin-bottom: 15px;
}

#more-info .box-more-info h3 {
    color: #109fd1;
    font-size: 15px;
    font-weight: 700;
    padding-top: 10px;
}

#more-info .tieusu {
    float: left;
    width: 100%;
    text-align: justify;
    margin-bottom: 15px;
}

#backtotop{
	right: auto;
	left: 2%;
}

.comment-list li .avatar{
	float: left;
}

.sidebar .caia-post-list-widget .more-from-category::before {
     content: "";
    background: url(images/dau.png);
    left: -37px;
    z-index: 1;
    top: -1px;
    position: absolute;
    width: 40px;
    height: 45px;
}

.sidebar .caia-post-list-widget .more-from-category {
	float: right;
    background: #0077b8;
    padding: 10px;
    position: relative;
}

.sidebar .caia-post-list-widget .more-from-category a{
	color: #fff
}

#text-46 .textwidget{
	padding: 0 15px
}

.ndph .slick-dots{
	margin-right: -15px;
}

.info_trangkim img.mb{
	display: none;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin:0 0.5% 0 0;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 32.5%;
}

.gallery-columns-4 .gallery-item {
	width: 24.5%;
}

.gallery-columns-5 .gallery-item {
	width: 19.5%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

#content-info-meta .info-author {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: right;
    color: gray;
    font-style: italic;
}

#content-info-meta .rating-social {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #cec8c8;
    margin-bottom: 15px;
}

#content-info-meta .rating-social .caia_rating {
    float: left;
}

div.caia-social-share {
    float: right;
    position: relative;
}

.popup-comment {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
	display: none;
}

.box-comment,
.content-pop-up{
    position: fixed;
    width: 500px;
    background: #fff;
    padding: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
	z-index: 3000;
}

.close-popup-comment {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -21px;
    top: -21px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
	margin: 0 !important;
}

.ul-muahang ul{
	float: left;
	width: 21%;
	margin: 0 2%;
}

.content .entry-content .caldera-grid{
	padding: 20px 15px;
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

.content .entry-content .caldera-grid .CF5dcb739530fee .first_row{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.content .entry-content .caldera-grid .CF5dcb739530fee .first_row .single{
	position: fixed;
	background: #000;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;	
	background: #fff;
	padding: 20px 15px;
	width: 500px;
    z-index: 600;
}

.guitv{
	background: #0077b8;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    display: table;
    margin: 0 !important;
    cursor: pointer;
}

.closetv{
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 1;
	text-align: center !important;
	position: absolute;
	right: -21px;
	top: -21px;
    cursor: pointer;
}

#box-cat  .widget_custom_html ul li,
#after_cat ul li{
	list-style-type: none;
	display: inline-block;
	margin: 5px 1px;
}

#box-cat  .widget_custom_html ul li a,
#box-cat  .widget_custom_html a,
#after_cat ul li a{
	background: #e3e3e3;
	color: #333;
	padding: 5px 8px;
	border-radius: 5px;
}

#box-cat  .widget_custom_html ul li a:hover,
#box-cat  .widget_custom_html a:hover,
#after_cat ul li a:hover{
	background: #0077b8;
    color: #fff;
}

#box-cat ul{
	margin: 15px 0 20px;
}

@media screen and (max-width: 1170px) {
	.page-id-86 #content-before-header{
		display: none;
	}

	.page-id-86 .site-title a,
	.page-id-86 .site-title a:hover{
		margin-top: 0
	}

	.page-id-86 .site-header .widget-area {
	    width: auto;
	    margin-right: 0;
	}

	.page-id-86 #menu-main-menu{
		display: none;
	}

	.page-id-86 .breadcrumb .wrap{
		width: 92%;
    	padding: 0 4%;
	}

	.page-id-86 .breadcrumb {
	    text-indent: inherit !important; 
	}

	.page-id-86 .breadcrumb .label:last-child {
	    display: block !important;
	}

	.page-id-86 .site-inner .content{
		margin-left: 0 
	}

	.page-id-86 .sidebar{
		margin-right: 0
	}

	.page-id-86 .site-header .widget-area .widget a {
	    font-size: 22px;
	}

	.page-id-86 .site-header .widget-area .widget h2 a {
	    font-size: 16px;
	}

	.page-id-86 .title-area{
		margin-left: 0
	}

	.page-id-86 .site-header .widget-area .widget{
		margin-left: 7px
	}

	.page-id-86 .nav-primary {
	    height: 40px;
	}

	.page-id-86 .nav-primary.f-click{
		position: fixed !important;
		top: 0;
	}

	.page-id-86 #click-menu.f-click{
		position: fixed;
		top: 4px !important
	}

	.page-id-86 .callmb{
		display: block;
		position: absolute;
	    right: 15px;
	    top: 93px;
	    width: 35px;
	}

	.page-id-86 .search,
	.page-id-86 .ico-close{
		display: none;
	}

	.page-id-86 .site-header .widget-area .widget:nth-child(3){
		display: block;
		width: auto;
	    position: absolute;
	    right: 15px;
	    top: 0
	}

	.page-id-86 .site-header .widget-area.f-click .callmb {
		top: 3px;
	    width: 35px;
	    z-index: 999;
	    position: fixed;
	}


}

.icon-zalo{
	display: none;
}

.call-goal-hotline{
	display: none;
}