/*
	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: 'Roboto', Arial, sans-serif;
	font-size: 100%;
	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: 'Roboto', Arial, 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
------------------------------------------------------------ */

#content-before-header{
	float: left;
	width: 100%;
	background: #ededed;
}

#content-before-header .widget_text{
	float: right;
	margin-right: 15px;
}

#content-before-header .widget_text p{
	font-weight: 300;
	color: #333;
	font-size: 13px;
}

#content-before-header .widget_text p a{
    color: #fff;    
	font-size: 17px;    
	font-weight: 500;    
	background: url(images/call.png) no-repeat left 15px center #00bd56;    
	padding: 10px 15px;    
	padding-left: 50px;    
	margin: 0 10px;    
	display: inline-block;
}

#header {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #d6d6d6;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 200px;
	margin-left: 15px;
	height: 100px;
}

#title {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

.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;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
    color: #333;
    display: block;
    padding: 34px 0;
    margin: 0 15px;
	font-size: 18px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.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 {
    border-bottom: 3px solid #00bd56;
	color: #ff4e0d;
}

#header .menu li.home a{
	text-indent: -9999px;
	background: url(images/home.png) no-repeat center center;
	width: 40px;
}

.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: #00bd56;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.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;
}

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

.breadcrumb{
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 20px 0;
}

.breadcrumb .wrap{
	width: 1140px;
}

.breadcrumb a{
	color: #00bd56;
}

.breadcrumb .label{
	margin: 0 5px;
}

/* 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;
	margin-left: 0;
	margin-right: 15px;
}

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

.post {
	margin: 0 0 20px;
}

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

.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: 'Roboto', 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: '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: #00bd56;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	margin-bottom: 15px;
}

.widget-area .widgettitle a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

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

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

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

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

.navigation {
	font-size: 15px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: right;
}

.navigation li {
	display: inline;
}

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

.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	color: #333;
}

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

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

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	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,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

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

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

/* 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: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #333;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

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

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

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

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

#footer {
	float: left;
	clear: both;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: #00bd56;
}

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

#footer .widget_text{
	float: left;
	width: 260px;
	margin: 50px 15px;
}

#footer .widget_text ul{
	list-style: none;
}

#footer .widget_text ul li{
	margin-bottom: 15px;
}

#footer .widget_text ul li a{
	font-size: 15px;
	color: #fff;
}	

#footer .widget_text img{
	margin-right: 5px;
}

#footer .widget_text:first-child{
	width: 460px;
}

#footer .widget_text:first-child .widgettitle{
	font-size: 20px;
	border: none;
}

#footer .widget_text:first-child .widgettitle span{
	display: block;
	font-size: 13px;
	font-weight: 300;
	text-transform: initial;
}

#footer .widget_caldera_forms_widget{
	float: right;
	width: 360px;
	margin: 50px 15px;
}

#footer .widget_caldera_forms_widget input[type="submit"]{
	background: #fd5f00;
	padding: 10px 40px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	border: none;
}

#footer .widget .widgettitle{
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #56c78a;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

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

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

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

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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    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 .navigation {
	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: center;
    margin: 0 35px;
}

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

.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: #636363;
}

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

#content-slider{
	float: left;
	width: 100%;
	margin: 20px 0;
}

#content-slider .slidershow{
	float: left;
	width: 100%;	
}

#content-product{
	float: left;
	width: 100%;	
	border-bottom: 1px solid #d6d6d6;
}

#content-product .caia-post-list-widget{
	float: left;
	width: 100%;
	margin: 20px 0 50px;
}

#content-product .caia-post-list-widget .sp,
.archive #content .sp{
	float: left;
	width: 262px;
	margin: 0 15px;
}

.archive #content .sp{
	margin-bottom: 30px;
}

.archive #content .sp:nth-child(4n+1){
	clear: both;
}

#content-product .caia-post-list-widget .sp a img,
.archive #content .sp a img{
	width: 100%;
	border: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

#content-product .caia-post-list-widget .sp .widget-item-title {
	display: none;
}

#content-product .caia-post-list-widget .sp p,
.archive #content .sp p,
.yarpp-sp .sp p{
	margin-bottom: 5px;
}

#content-product .caia-post-list-widget .sp label,
.archive #content .sp label,
.yarpp-sp .sp label{
	font-weight: 500;
	color: #333;
}

#content-product .caia-post-list-widget .sp .price,
.archive #content .sp .price,
.yarpp-sp .sp .price{
	color: red;
	font-weight: 500;
}

#content-product .caia-post-list-widget .sp .more-link,
.archive #content .sp .more-link,
.yarpp-sp .sp .more-link{
	background: url(images/cart.png) no-repeat left 10px center;
	display: table;
	padding: 5px 15px;
	padding-left: 35px;
	border: 1px solid #434343;
	color: #333;
	font-weight: 500;
	margin-top: 10px;
}

#content-project{
	float: left;
	width: 100%;	
	border-bottom: 1px solid #d6d6d6;
}

.archive #content-project{
	border-top: 1px solid #d6d6d6;
}

#content-project .caia-post-list-widget{
	float: left;
	width: calc(100% - 30px);
	margin: 30px 15px 50px;
}

#content-project .caia-post-list-widget ul.vote-star{
	list-style: none;
	display: inline;
}

#content-project .caia-post-list-widget ul.vote-star li{
	display: inline-block;
	background: url(images/star.png) no-repeat center center;
	width: 15px;
	height: 20px;
	text-indent: -9999px;
}

#content-project .caia-post-list-widget ul.vote-star li.star{
	background: url(images/stary.png) no-repeat center center;
}

#content-project .caia-post-list-widget .main-posts,
#content-project .caia-post-list-widget .main-posts .post{
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 0;
}

#content-project .caia-post-list-widget .info-project{
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.7);
}

#content-project .caia-post-list-widget .info-project .box{
	padding: 20px;
}

#content-project .caia-post-list-widget .info-project p,
#content-project .caia-post-list-widget .info-project label{
	color: #fff;
	font-weight: 300;
}

#content-project .caia-post-list-widget .info-project .widget-item-title{
	border-bottom: 1px dashed #d6d6d6;
	padding-bottom: 15px;
	margin-bottom: 25px;
	padding-left: 40px;
}

#content-project .caia-post-list-widget .info-project .widget-item-title a{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

#content-project button.slick-prev.slick-arrow {
    position: absolute;
    right: 360px;
    top: 30px;
    height: 19px;
    width: 9px;
    background: url(images/prev.png) no-repeat center center;
    border: none;
    text-indent: -9999px;
    border-radius: 100%;
    z-index: 500;
	outline: none;
	cursor: pointer;
}

#content-project button.slick-next.slick-arrow {
    position: absolute;
    right: 360px;
    bottom: 15px;
    height: 19px;
    width: 9px;
    background: url(images/next.png) no-repeat center center;
    border: none;
    text-indent: -9999px;
    border-radius: 100%;
    z-index: 500;
	outline: none;
	cursor: pointer;
}

#content-project .caia-post-list-widget .info-project .vote {
    margin-bottom: 30px;
}

#content-new{
	float: left;
	width: 100%;	
}

#content-new .caia-post-list-widget{
	float: left;
	width: 100%;
	margin: 30px 0;
}

#content-new .caia-post-list-widget .widgettitle,
#content-project .caia-post-list-widget .widgettitle,
#content-product .caia-post-list-widget .widgettitle{
	color: #00bd56;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	background: url(images/line.png) no-repeat bottom center;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
}

#content-new .caia-post-list-widget .widgettitle a,
#content-project .caia-post-list-widget .widgettitle a,
#content-product .caia-post-list-widget .widgettitle a{
	color: #00bd56;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;	
}

#content-product .caia-post-list-widget .widgettitle a span{
	font-size: 15px;
	color: #333;
	font-weight: 300;
	display: block;
	text-transform: none;
}

#content-new .caia-post-list-widget .main-posts{
	float: left;
	width: 750px;
	margin: 0 15px;
}

#content-new .caia-post-list-widget .main-posts .post{
	float: left;
	width: 360px;
}

#content-new .caia-post-list-widget .main-posts .post:last-child{
	float: right;
}

#content-new .caia-post-list-widget .main-posts .post a img{
	width: 100%;
	margin-bottom: 15px;
}

#content-new .caia-post-list-widget .main-posts .post h3 a{
	font-size: 17px;
	font-weight: 500;
	color: #00bd56;
}

#content-new .caia-post-list-widget ul{
	float: right;
	width: 360px;
	margin: 0 15px;
	list-style: none;
}

#content-new .caia-post-list-widget ul li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#content-new .caia-post-list-widget ul li a img{
	width: 108px;
	border: 1px solid #d6d6d6;
}

#content-new .caia-post-list-widget ul li a{
	font-size: 15px;
	font-weight: 500;
	color: #333;	
}

h1.archive-heading {
	background: url(images/line.png) no-repeat bottom center;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
}

h1.archive-heading a{
	color: #00bd56;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;	
}

.archive #content .post{
	float: left;
	width: 360px;
	margin: 0 15px 20px;
}

.archive #content .post a img{
	background: none;
	padding: 0;
	width: 100%;
	margin-bottom: 15px;
}

.archive #content .post:nth-child(3n+1){
	clear: both;
}

.archive #content .post h2 a{
	font-size: 17px;
    font-weight: 500;
    color: #00bd56;	
}

.archive #content .post .more-link{
    font-weight: 500;
    color: #00bd56;	
}

h1.entry-title {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.single #content .post .entry-content h2,
.single-sp #content .sp .entry-content h2,
.page #content .page .entry-content h2{
    font-size: 24px;
    color: #00bd56;
    margin-bottom: 15px;
    font-weight: 500;	
}

.single #content .post .entry-content h3,
.single-sp #content .sp .entry-content h3,
.page #content .page .entry-content h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 500;	
}

.post-meta-tag {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.post-meta-tag a{
	color: #00bd56;	
}

.entry-content table{
	width: 100%;
	margin-bottom: 15px;
}

.entry-content table,
.entry-content th,
.entry-content td{
    border-collapse: collapse;
    padding: 5px;
    border: 1px solid #d6d6d6;
}

.entry-content .caldera-grid {
    padding: 15px 15px 0;
    background: #f2f2f2;
    margin-bottom: 15px;
}

.entry-content .caldera-grid input[type="submit"], 
.entry-content .caldera-grid input[type="submit"]:hover {
    background: #00bd56;
    cursor: pointer;
    color: #fff;
    -webkit-appearance: none;
    text-transform: uppercase;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 10px 25px;
}

.yarpp-related,
#facebookdiv,
.yarpp-sp{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#facebookdiv iframe{
	float: left;
	width: 100% !important;	
}

.yarpp-related .title-yarpp,
#facebookdiv .title-yarpp,
.yarpp-sp .title-yarpp{
	background: url(images/line.png) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
    font-size: 21px;
    color: #333;
    font-weight: 700;
}

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

.yarpp-related .related-post,
.yarpp-sp .sp{
	float: left;
	width: 230px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.yarpp-related .related-post:last-child,
.yarpp-sp .sp:last-child{
	margin-right: 0;
}

.yarpp-related .related-post a img,
.yarpp-sp .sp a img{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #d6d6d6;
}

.yarpp-related .related-post p a{
    font-size: 15px;
    color: #329044;
    font-weight: 700;
}

.description-category{
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px 40px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 30px;
}

.description-category img{
	float: right;
	margin-left: 30px;
}

.description-category p{
	margin-bottom: 15px;
}

.description-category ul,
.description-category ol{
	padding-left: 20px;
	margin-bottom: 15px;
}

.description-category ul li,
.description-category ol li{
	margin-bottom: 15px;
}

.description-category p em{
	background: url(images/hotline.png) no-repeat left center;
	padding: 15px 0;
	padding-left: 95px;
	float: left;
	font-style: normal;
}

.description-category p a{
	font-size: 15px;
	color: #333;
	font-weight: 300;
	line-height: 25px;
}

.description-category p a strong{
	display: block;
	color: #ff0000;
	font-size: 36px;
}

.single-sp #content .entry-content{
	float: left;
	width: 100%;	
}

#detail-sp{
	float: left;
	float: left;
    width: 100%;
    margin: 15px 0 20px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
}

#detail-sp .left{
	float: left;
	width: 360px;
}

#detail-sp .left .slider-for img{
	width: 100%;
	margin-bottom: 15px;
}

#detail-sp .left .itemnav {
	margin: 5px;
}

#detail-sp .right{
	float: right;
	width: 360px;
}

#detail-sp .right h1.entry-title{
	text-align: left;
	font-size: 29px;
}

#detail-sp .right label{
	color: #333;
	font-weight: 500;
}

#detail-sp .right .price{
	font-size: 18px;
	font-weight: 500;
	color: red;
}

#detail-sp .right ul{
	padding-left: 20px;
}

#detail-sp .right ul li,
#detail-sp .right p{
	margin-bottom: 5px;
}

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

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

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

#content-chat-facebook .widget_media_image{
    position: fixed;
    bottom: 30px;
    right: 2%;
    width: 60px;
    height: 60px;
    cursor: pointer;
	z-index: 4000;
}

#content-chat-facebook .caia_code_widget{
    position: fixed;
    bottom: 0;
    right: 2%;
    cursor: pointer;
	z-index: 5000;	
	display: none;
}

#content-chat-facebook .caia_code_widget .widgettitle{
	background: #3c579a;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
	cursor: pointer;
}

#content-chat-facebook .caia_code_widget .widgettitle:after{
    content: "x";
    float: right;
    color: #fff;
    font-size: 17px;
    height: 15px;
    width: 15px;
    font-weight: bold;
    line-height: 15px;
    border-radius: 100%;
    margin-top: 5px;	
}