/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: This is a private theme that is base on Genesis themeframework. Genesis Theme v2.1 and Wordpress v4.1 vi.
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 2.3
	Template: genesis
*/


/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/

/* Defaults
------------------------------------------------------------ */

@font-face{
    font-family: 'iCiel';
    src: url('fonts/iCiel Simplifica.ttf');
}

@font-face{
    font-family: 'Alina';
    src: url('fonts/iCiel Alina.otf');
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 600;
}
/* 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;
	position: relative;
}

/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	height: 130px;
	width: 100%;
	float: left;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 260px;
	float: left;
	height: 130px;
	margin-left: 15px;
}

#title {
	float: left;
	width: 100%;
	height: 100%;
}

#title a,
#title a:hover {
	float: left;
	width: 100%;
	height: 100%;
	background: url(images/logo.png) no-repeat left center;
	text-indent: -9999px;
}

#description {
	font-size: 13px;
	padding: 0;
	display: none;
}

#header .widget-area {
	float: right;
	padding: 0;
	width: 680px;
}

#header .widget-area .widget_text:nth-child(1){
	float: left;
	width: auto;
	margin-top: 25px;
}

#header .widget-area .widget_text:nth-child(1) .textwidget p{
	font-size: 45px;
	color: #0e4929;
	font-family: 'iCiel';
	line-height: 40px;
}

#header .widget-area .widget_text:nth-child(2){
	float: right;
	margin-right: 15px;
	background: url(images/hotline.png) no-repeat left center;
	padding-left: 60px;
	margin-top: 35px;
}

#header .widget-area .widget_text:nth-child(2) .widgettitle{
	background: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	color: #0e4929;
	border: none;
	text-align: left;
}

#header .widget-area .widget_text:nth-child(2) a{
	font-size: 24px;
	color: #ed1c24;
	padding: 0
}

#header .widget-area .widget_search{
    position: absolute;
    right: 15px;
    top: 140px;
    z-index: 300;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav{
	float: left;
	width: 100%;
	height: 50px;
	background: #449268;
}

#nav .wrap{
	width: 1140px;
}

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #333;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height: 60px;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
	margin-right: 2px;
}

.menu-primary li:last-child a{
	background: unset;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding: 12px 15px 13px;
	position: relative;
	text-decoration: none;
	background: url(images/bg-nav.png) no-repeat right center;
}

.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,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background: #0e4929;
}

.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,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #3c7dd2;
	border-bottom: 1px solid #fff;
	border-top: none;
	color: #fff;
	font-size: 13px;
	padding: 10px;
	position: relative;
	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,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #8cc63f;
}

.menu-primary li ul,
.menu-secondary li ul,
#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,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#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,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#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;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 1170px;
}

.home #inner{
	padding: 0;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #3c7dd2;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
}

.breadcrumb a{
	text-transform: uppercase;
	font-size: 18px;
	color: #0e4929;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 13px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 25px;
	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;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.25;
	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: 'Roboto', 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: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
    background-color: #0e4929;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.widget-area .widgettitle a {
	color: #fff;
	text-decoration: none;
}

#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 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.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 0 0 10px;
}

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: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background: #fff;
	color: #333;
	padding: 8px 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background: #3c7dd2;
	color: #fff;
}


/* 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;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: disc;
	margin: 10px 0 10px 25px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar .widget_text ul li a{
	color: #444;
	font-size: 16px;
}


/* 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;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* 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: #3c7dd2;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
	font-weight: bold;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	margin-top: 10px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #3c7dd2;
	color: #fff;
	margin-top: 10px;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
/*	float: right;
	width: 300px;
	height: 30px;*/
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
    width: 200px;
    padding: 0 10px;
    height: 30px;
    float: left;
    background: #fff;
    border-radius: 5px;
}

.searchsubmit{
	display: none;
}

#nav .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%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/*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;
}
[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;
}

/* Dots */
.slick-dots
{
    text-align: center;
}

.slick-dots li
{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #0e4929;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button
{
    background: #708b70;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #449268;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	color: #fff;
}

#footer .wrap {
	overflow: hidden;
	padding: 15px 0 0;
}

#footer p {
	font-size: inherit;
	color: #fff;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}

#footer .widget{
	float: left;
	width: 360px;
	margin: 15px;
}

#footer .widget .widgettitle{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

#footer .widget:nth-child(2){
	margin-top: 40px;
}

#footer .widget_caldera_forms_widget input[type="email"]{
	margin-top: 10px;
}

#footer .widget_caldera_forms_widget input[type="submit"],
#footer .widget_caldera_forms_widget input[type="submit"]:hover{
	background: #ed1c24;
	color: #fff;
	border: none;
}

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 10px;
	border-radius: 5px;
	width: 96%;
	background: #fff;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
	background: #fff !important;
}

.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: -16px;
}

.comment-content p {
	font-size: 13px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 13px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 13px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Block
------------------------------------------------------------ */

.block {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.flexible-block .main-posts .caia-block-item{
	width: 360px;
	height: auto;
	margin: 0 15px;
	float: left;
}

.flexible-block .main-posts .caia-block-item a img{
	width: 100%;
	height: 240px;
	margin-bottom: 15px;
}

.flexible-block .main-posts .caia-block-item h3 a{
    font-size: 18px;
    color: #0e4929;
    font-weight: bold;
}

.block .older-posts ul {
	padding-left: 15px;
}

.block-title {
	font-size: 16px;
	float: left;
	width: 100%;
	margin: 20px 0;
	border-bottom: 1px solid #718759;
}

.block-title a span{
    float: left;
    background: #0e4929;
    padding: 10px 50px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.block-title span{
    float: left;
    background: #0c4da2;
    padding: 10px 15px;
    font-size: 21px;
    color: #fff;
}

.block-wrap {
	padding: 10px 0;
}

.news-block{
	float: left;
	width: 860px;
}

.news-block .main-posts{
	width: 360px;
	float: left;
	height: auto;
	margin-left: 15px;
}

.news-block .main-posts .caia-block-item h3 a{
	font-size: 18px;
	color: #0e4929;
	font-weight: bold;
}

.news-block .older-posts {
    float: left;
    width: 485px;
}

.news-block .older-posts ul{
	list-style: none;
}

.news-block .older-posts ul li{
	float: left;
	width: 100%;
	height: auto;
}

.news-block .older-posts ul li a img{
	width: 150px;
	height: 100px;
}

.news-block .older-posts ul li a{
	font-size: 17px;
	color: #0e4929;	
}

.news-block .main-posts a img{
	width: 360px;
	height: 240px;
	margin-bottom: 15px;
}

.banner-block{
	float: right;
	width: 260px;
	margin-right: 15px;
	margin-top: 20px;
}

/*Caia widget advertise
--------------------------------------------------------------*/
.caia_ads_widget, .sidebar .caia_ads_widget, .caia_ads_widget .widget-wrap{
	text-align:center;
	background:none;
	border:none;
	padding:0px;
}
.caia_ads_widget .widgettitle{
	background:none;
	color:inherit;
	border:none;
	padding:0px;
	width:100%;
	margin:0px;
}

#content-slider{
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

/*#content-slider .widget{
	margin: 0 15px;
}*/

.rslides_container{
	margin-bottom: 0 !important;
}

#content-slider .rslides_container .img-background{
	height: 650px;
}

#content-slider a.rslides_nav.rslides1_nav.next{
	background: url(images/next.png) no-repeat center center;
	height: 68px;
	width: 68px;
	right: 1%;
	margin-top: 0;
	top: 46%;
}

#content-slider a.rslides_nav.rslides1_nav.prev{
	background: url(images/prev.png) no-repeat center center;
	height: 68px;
	top: 46%;
	width: 68px;
	left: 1%;
	margin-top: 0;
}

#content-slider img{
	border-top: 1px solid #e5f1cd;
}

#content-homes {
    padding: 10px 15px;
}

#content-homes .image-upload{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

#gioithieu{
	float: left;
    width: 100%;
    margin: 15px 0 35px;
}

#gioithieu .image-upload{
	margin: 0 15px;
}

#gioithieu .image-upload h2 a{
	font-size: 46px;
	color: #0e4929;
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #a4b294;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Alina';
}

#gioithieu .image-upload .readmore{
	float: right;
	background: url(images/tiep.png) no-repeat right center;
	/*color: #666633;*/
	padding-right: 30px;
	color: #333;
}

#gioithieu .image-upload a img{
	float: left;
	width: 555px;
	height: 320px;
}

#gioithieu .image-upload ul li{
	list-style-type: none;
}

#gioithieu .image-upload .noidung{
	float: right;
	width: 555px;
	border-bottom: 1px solid #677f4d;
}

#gioithieu .image-upload .noidung .more-link{
	float: right;
	color: #333;
}

#trainghiem {
    background: #b6e7cd;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

#trainghiem .caia-post-list-widget{
	margin: 30px 0 0;
}

#trainghiem .caia-post-list-widget .widgettitle{
	margin:0 15px 15px;
    border-bottom: 1px solid #718759;
    float: left;
    width: 100%;
}

#trainghiem .slick-dots{
    float: left;
    width: 100%;
}

#trainghiem .caia-post-list-widget .widgettitle a{
	background: #0e4929;
    padding: 10px 50px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#trainghiem .caia-post-list-widget .widgettitle span{
	background: #0c4da2;
	font-size: 21px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
}

#trainghiem .caia-post-list-widget .slick-list.draggable{
	float: left;
	width: 100%;
	height: auto;
}

#trainghiem .caia-post-list-widget .post{
	margin: 15px;
}

#trainghiem .caia-post-list-widget .ykien{
	float: left;
	background: #fff;
	border: 1px solid #3c7dd2;
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
    height: 145px;
    overflow: hidden;
}

#trainghiem .caia-post-list-widget .ykien:after{
    content: "";
    float: left;
    width: 100%;
    height: 12px;
    background: url(images/down.png) no-repeat left 30px top;
    position: absolute;
    bottom: -12px;
    left: 0;
}

#trainghiem .caia-post-list-widget .ykien p{
	padding: 15px 10px;
}

#trainghiem .caia-post-list-widget a img{
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	border-radius: 100%;
}

#trainghiem .caia-post-list-widget h3{
	margin-bottom: 0;
}

#trainghiem .caia-post-list-widget h3 a{
	font-size: 17px;
	font-weight: 700;
	color: #3c7dd2;
}

#trainghiem .caia-post-list-widget .diachi{
	font-size: 15px;
	color: #3c7dd2;	
}

#content-after-footer{
	background-color: #449268;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

#content-after-footer .wrap{
	border-top: 1px solid #fff;
	padding: 10px 0;
}

#content-after-footer .widget_text{
	float: left;
	width: 100%;
	margin: 10px 0;
	color: #fff;
}

#content-after-footer .widget:last-child p,
#content-after-footer .widget_text:last-child .widgettitle{
	font-size: 13px;
}

#content-after-footer .widget_text p{
	color: #fff;
}

#content-after-footer .widget_text .widgettitle{
	color: #fff;
	text-transform: uppercase;
}

#content-after-footer .widget_text a img{
	margin: 0 5px;
}

#content-after-footer .widget_nav_menu{
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0;
}

#content-after-footer .widget_nav_menu ul{
	list-style: none;
}

#content-after-footer .widget_nav_menu ul li{
	display: inline;
}

#content-after-footer .widget_nav_menu ul li a{
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 5px;
	text-transform: uppercase;
}

#footer .caldera-grid .form-group {
	margin-bottom: 0;
}

#footer .caldera-grid input{
	border-radius: 3px;
}

.sidebar .widget_text iframe{
	width: 100% !important;
}

.sidebar .caia-post-list-widget .main-posts{
	padding: 15px 15px 0;
}

.sidebar .caia-post-list-widget .main-posts .post{
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.sidebar .caia-post-list-widget .main-posts .post a img{
	width: 100px;
	height: 100px;
	border-radius: 10px;
}

.sidebar .caia-post-list-widget .main-posts .post .widget-item-title a{
	font-size: 16px;
	color: #333;
}

.sidebar .caia-post-list-widget .main-posts .post .widget-item-title:hover a{
	color: #0e4929;
	font-weight: 700;
}

.archive #content .post:nth-child(2n+1){
	float: left;
	width: 360px;
	height: auto;
	margin-bottom: 10px;
	clear: both;
}

.search #content .post:nth-child(2n+1){
	float: right;
	width: 360px;
	height: auto;
	margin-bottom: 10px;
}

.archive #content .post:first-child,
.search #content .post:first-child{
	clear: none;
}

.archive #content .post:nth-child(2n){
	float: right;
	width: 360px;
	height: auto;
	margin-bottom: 10px;
}

.search #content .post:nth-child(2n){
	float: left;
	width: 360px;
	height: auto;
	margin-bottom: 10px;
	clear: both;
}

.archive #content .post a img,
.search #content .post a img{
	width: 360px;
	height: 240px;
	border: none;
	padding: 0;
	background: none;
}

.archive #content .post h2 a,
.search #content .post h2 a{
	font-size: 18px;
	font-weight: 600;
}

.archive #content .post h2:hover a,
.search #content .post h2 a{
	color: #0e4929;
}

h1.archive-heading{
	display: none;
}

h1.entry-title{
	font-size: 24px;
	font-weight: 600;
	color: #0e4929;
}

.single #content .entry-content h2{
	font-size: 18px;
	font-weight: 600;
	color: black;	
}

.single #content .entry-content h3{
	font-size: 15px;
	font-weight: 600;
	color: #a87b50;		
}

.yarpp-single h2 p{
	font-size: 18px;
	font-weight: 600;
	color: #0e4929;
	border-bottom: 1px solid #0e4929;	
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.yarpp-single ul{
	list-style: none;
}

.yarpp-single ul li{
	float: left;
    width: 100%;
    margin-right: 15px;
}

.yarpp-single ul li a img{
	width: 125px;
	height: : 83px;
}

.yarpp-single ul li p a{
	font-size: 15px;
	color: #333;
	font-weight: 400;		
}

.flexible-block .menu {
    list-style: none;
    float: right;
    width: 80%;
    margin-top: -60px;
}

.news-block .menu {
    list-style: none;
    float: right;
    width: 70%;
    margin-top: -60px;
}

.block .menu li {
    float: left;
}

.block .menu li a {
    font-size: 20px;
    color: #333;
    margin: 0 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.block .menu li a:hover {
    color: #0c4da2;
}

.button-hide-comment {
    float: left;
    width: 100%;
    margin: 15px 0 30px;
}
.page .button-hide-comment {
	display: none;
}
.button-hide-comment ul{
	list-style: none;
}

.button-hide-comment ul li{
	float: left;
	width: 50%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #5285ba;
	cursor: pointer;
}

.button-hide-comment ul li:nth-child(2){
	background: #f8b91f ;
}
.comment-facebook{
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
}
#respond{
	float: left;
	width: 100%;
	display: none;
}
#reply-title, .comment-facebook h2, h2.binh-luan p {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.single #comments{
	clear:  both;
}


.single #content p.viewpost {
    background: url(images/icon-views.png) no-repeat left center;
    padding-left: 20px;
    color: #777;
    font-weight: 600;
    margin-bottom: 10px;
}

.single .after-post .yarpp-related{
	float: left;
	width: 48%;
}

.after-post #cauhoi-tgap{
	float: right;
	width: 48%;
}

.after-post #cauhoi-tgap .post img{
	width: 125px;
	height: 83px;
}

.after-post #cauhoi-tgap .widgettitle {
    border-bottom: 1px solid #3c7dd2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.5625;
}

.after-post #cauhoi-tgap .widgettitle a{
	font-size: 18px;
    font-weight: 600;
    color: #3c7dd2;
}

.after-post #cauhoi-tgap .post{
	margin: 0;
}

.after-post #cauhoi-tgap .post .widget-item-title a{
	font-size: 15px;
    color: #333;
    font-weight: 400;
}


.error404 .breadcrumb{
	display: none;
}

.error404  #inner{
	display: none;
}

.note_404 .up-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 40px solid #FFC107;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.note_404{
	font-size: 28px;
}

.note_404 .i_info {
    color: #fff;
    display: inline-block;
    margin: 0 25px 0 -24px;
    font: 400 28px/40px arial!important;
}

.inner_section{
	float: left;
	width: 100%;
	background: #fff;
	padding: 45px 0 30px;
	text-align: center;
}

p.mb20{
	margin: 10px 0;
}

.inner_section .s {
    margin: 2px 7px 0px 0;
    padding: 9px 5px;
    width: 400px;
    border: 1px solid #ddd;
    height: 30px !important;
}

.inner_section input[type="submit"]{
	line-height: 30px;
	padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none;

}

.inner_section form{
	width : 600px;
	margin: 0 auto;
}

#trainghiem .widget .post .feedback {
    background: #fff;
    padding: 15px;
    border: 1px solid #c6e195;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

#trainghiem .widget .post .feedback::after {
    content: '';
    width: 25px;
    height: 14px;
    background: url(images/after.png) no-repeat top center;
    bottom: -14px;
    position: absolute;
    left: 40px;
}

#trainghiem .box-info-customer img{
	float: left;
	margin-right: 15px;
}

#trainghiem .name-share{
	color: #0e4929;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
    margin-top: 20px;
}

#trainghiem .add-share{
	color: #0e4929;
	font-size: 15px;
	width: 180px;
    display: inline-block;
}

#header .widget-area .widget_search input::placeholder,
#header .widget-area .widget_search .s {
    color: #b7b9bb;
    font-size: 12px;
}

#header .widget-area .widget_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b7b9bb;
    font-size: 12px;
}

#header .widget-area .widget_search input::-ms-input-placeholder { /* Microsoft Edge */
    color:  #b7b9bb;
    font-size: 12px;
}

body div.caia-social-share {
    float: right;
    width: 100%;
    margin: 15px 0;
    text-align: right;
}

/*-------------------------------------------MOBILE--------------------------------------*/

@media screen and (max-width: 1170px) {
	.wrap,
	#inner{
		width: 960px;
	}

	#header .widget-area{
		width: 667px;
	}
	
	#gioithieu .image-upload a img {
	    width: 460px;
	    height: 265px;
	}

	#gioithieu .image-upload .noidung{
		width: 450px;
	}

	.flexible-block .main-posts .caia-block-item{
		width: 30%;
		margin: 0 1.5%;
	}

	.flexible-block .main-posts .caia-block-item a img{
		height: 190px;
	}

	.flexible-block .menu{
		width: 75%;
	}

	.news-block{
		width: 667px;
	}

	.news-block .menu{
		width: 62%;
	}

	.news-block .main-posts{
		width: 290px;
	}

	.news-block .main-posts a img{
		width: 100%;
		height: 190px;
	}

	.news-block .older-posts{
		width: 360px;
	}

	#footer .widget {
	    width: 30%;
	    margin: 15px 1.5%;
	}

	.sidebar{
		width: 300px;
	}

	.content-sidebar #content, .sidebar-content #content {
	    width: 615px;
	}

	.archive #content .post:nth-child(2n+1),
	.archive #content .post:nth-child(2n),
	.search #content .post:nth-child(2n),
	.search #content .post:nth-child(2n+1){
		width: 48%;
	}

	.archive #content .post a img, .search #content .post a img {
	    width: 100%;
	    height: 195px;
	}  

	.sidebar .widget_text iframe{
		height: 170px !important;
	}  
/*
	.yarpp-single ul li {
	    float: left;
	    width: 32%;
	    margin-right: 1%;
	}

	.yarpp-single ul li a img {
	    height: 130px;
	} */   
}

@media screen and (max-width: 960px) {
	#gioithieu .image-upload a img {
	    width: auto;
	    height: auto;
	    float: inherit;
	}

	#content-slider{
		display: none;
	}

	body #click-menu .line{
		background: #fff;
	}

	body #responsive-menu .logomobile {
	    background: url(images/logo.png) no-repeat center center #fff;
	    float: left;
	    width: 100%;
	    height: 40px;
	    padding: 30px 0;
	    background-size: 190px;
	}

	body #responsive-menu {
	    background: #8baf46;
	    width: 75%;
	    z-index: 9999999;
	}

	body #responsive-menu ul li:nth-child(2n) {
	    background: #a2c166;
	}

	#gioithieu .image-upload{
		text-align: center;
	}

	#gioithieu .image-upload .noidung {
	    width: 100%;
	    text-align: justify;
	    margin-top: 25px;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.wrap{
		width: 96%;
		padding: 0 2%;
	}
	
	#inner{
		padding: 20px 2%;
		width: 96%;
	}
	
	#click-menu{
		position: absolute !important;
		z-index: 8000 !important;
		top: 142px !important;
	}
	
	#responsive-menu {
		z-index: 99999 !important;
	}
	
	#title-area{
		width: 100%;
		margin-left: 0;
	}
	
	#title a, #title a:hover{
		background-position: center center;
		padding: 0;
	}

	#content-slider .rslides li .img-background {
	    height: 300px;
	    background-size: cover !important;
	}

	.menu-primary, .menu-secondary, #header .menu{
		display: none;
	}

	#header .widget-area{
		display: none;
	}

	#content-slider a.rslides_nav.rslides1_nav.next,
	#content-slider a.rslides_nav.rslides1_nav.prev{
		display: none;
	}

	#content-homes .image-upload a img {
	    width: 50%;
	    height: auto;
	}

	#content-homes .image-upload .noidung {
	    width: 48%;
	} 

	.news-block{
		width: 100%
	}

	.news-block .menu,
	.flexible-block .menu{
	   display: none;
	}

	.news-block .main-posts{
		width: 50%;
		margin-left: 0;
	}

	.news-block .main-posts a img{
		height: auto;
	}

	.news-block .older-posts{
		width: 48%;
	}

	.banner-block{
		display: none;
	}

	#content-homes{
		padding: 10px 0;
	}

	.block .older-posts ul{
		padding: 0;
	}

	.content-sidebar #content, .sidebar-content #content {
	    width: 100%;
	    margin-left: 0;
	}

	.archive #content .post a img, .search #content .post a img{
		height: 290px;
	}

	.sidebar{
		width: 100%;
		display: block;
		margin-top: 15px;
	}

	.sidebar .image-upload,
	.sidebar .widget_text{
		text-align: center;
	}

	.sidebar .widget_text iframe {
	    height: 300px !important;
	}
}


@media screen and (max-width: 800px) {
	.flexible-block .main-posts .caia-block-item a img{
		height: 160px;
	}

	.archive #content .post a img, .search #content .post a img{
		height: 250px;
	}
}

@media screen and (max-width: 768px) {
	#content-slider .rslides li .img-background {
	    height: 250px;
	}

	.flexible-block .main-posts .caia-block-item a img{
		height: 140px;
	}

	.archive #content .post a img, .search #content .post a img{
		height: 210px;
	}
}

@media screen and (max-width: 667px) {
	#content-homes .image-upload a img{
		width: 100%;
		margin-bottom: 15px;
	}

	#content-homes .image-upload .noidung{
		width: 100%;
	}

	.news-block .main-posts{
		width: 100%;
		margin-bottom: 15px;
	}

	.news-block .older-posts{
		width: 100%;
	}

	#footer .widget {
	    width: 100%;
	    margin: 15px 0;
	}

    .flexible-block .main-posts .caia-block-item {
    	width: 100%;
    	margin: 0 0 15px;
    }

    .flexible-block .main-posts .caia-block-item a img{
    	height: auto;
    }

    .news-block .older-posts ul li a{
    	font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
	#content-slider .rslides li .img-background {
	    height: 190px;
	}

	.archive #content .post a img, .search #content .post a img{
		height: 180px;
	}
}

@media screen and (max-width: 568px) {
	.archive #content .post a img, .search #content .post a img{
		height: auto;
	}

	.archive #content .post:nth-child(2n+1), .archive #content .post:nth-child(2n), .search #content .post:nth-child(2n), .search #content .post:nth-child(2n+1){
		width: 100%;
	}

	.yarpp-single ul li a img{
		width: 100%;
	}

	.after-post #cauhoi-tgap .post img{
		width: 100%;
		height: auto;
	}

	.yarpp-single ul li p.tt,
	.after-post #cauhoi-tgap .post h3{
		height: 42px;
    	overflow: hidden;
    	float: left;
    	width: 100%;
	}
}


@media screen and (max-width: 500px) {
	#content-slider .rslides li .img-background {
	    height: 150px;
	}

	.yarpp-single ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.yarpp-single ul li a img{
		height: auto;
	}

	#trainghiem .caia-post-list-widget .widgettitle a {
	    padding: 10px 20px;
	}

	#trainghiem .add-share{
		width: auto;
		display: inherit;
	}

	#trainghiem .caia-post-list-widget .widgettitle{
		margin: 0
	}
}

@media screen and (max-width: 400px) {
	.single .after-post .yarpp-related,
	.after-post #cauhoi-tgap{
    	float: left;
    	width: 100%;
	}
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}