/*
	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: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	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: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 500;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 90%;
	padding: 0 5%;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	height: 80px;
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 120px;
	height: 80px;
}

.site-title {
	font-family: 'Roboto', 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: #666;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: auto;
}

.site-header .widget-area .widget_media_image{
	float: right;
	margin-top: 30px;	
	margin-left: 20px;
	cursor: pointer;
}

.site-header .widget-area .caia_code_widget{
	display: inline-block;
	float: right;
}

.site-header .widget-area .widget_polylang{
	float: right;
	margin-top: 20px;	
	margin-left: 20px;
    border: 1px solid #BDBDBD;
    position: relative;
}

.site-header .widget-area .widget_polylang label{
	display: none;
}

.site-header .widget-area .widget_polylang ul{
	list-style: none;
    border: none;
	padding: 0;
    background: url(images/select.svg) no-repeat right 15px top 15px #fff;
}

.site-header .widget-area .widget_polylang .lang-item-vi a{
	background: url(images/vi.svg) no-repeat left 15px center, url(images/select.svg) no-repeat right 15px center;
	padding: 5px 30px 5px 55px;
	text-transform: uppercase;
	color: #444;	
	display: block;
	text-indent: -9999px;
}

.class-vi .site-header .widget-area .widget_polylang .lang-item-en{
	display: none;
}

.class-en .site-header .widget-area .widget_polylang .lang-item-vi{
	display: none;
}

.site-header .widget-area .widget_polylang .lang-item-en a{
	background: url(images/en.svg) no-repeat left 15px center;
	padding: 5px 30px 5px 55px;
	text-transform: uppercase;
	color: #444;	
	display: block;
	text-indent: -9999px;
}

.content-before-header .caia_code_widget a:hover{
	background-color: #dbdbdb;
}

.site-header .widget-area .widget_search{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 2000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
}

.site-header .widget-area .widget_search .search-form{
	position: fixed;
	width: 290px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	z-index: 3000;
	background: #fff;
	border-radius: 5px;
}

.site-header .widget-area .widget_search input[type="submit"]{
	background: url(images/search.svg) no-repeat center center;
	border: none;
	width: 50px;
	height: 50px;
	float: right;
	text-indent: -9999px;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary{
	background: #f00;
	height: 40px;
	float: left;
	width: 100%;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 5%;
	width: 90%;
}

.home .site-inner,
.page-vision .site-inner,
.page-develop .site-inner{
	padding: 0 5%;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
	padding: 20px 0;
	color: #666;
	text-transform: uppercase;
	font-size: 16px;
}

.breadcrumb a{
	color: #f00;
	font-size: 16px;
}

.breadcrumb .home{
	background: url(images/home.svg) no-repeat center center;
	width: 18px;
	text-indent: -9999px;
	display: inline-block;
}

.breadcrumb .separator{
	margin: 0 5px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 100%;
}

.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-wrap .content{
	width: 100%;
}

.fancy-table .content-sidebar-wrap .content{
	width: 100%;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 100%;
}

.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 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', 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: #666;
	font-family: 'Roboto', 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 {
	font-size: 18px;
	padding: 20px 20px 0;
	color: #666;
	text-transform: uppercase;
	font-weight: 500;
}

.widget-area .widgettitle:after{
	background: #F00;
    content: "";
    width: 60px;
    height: 4px;
    display: table;	
    margin: 10px 0 20px;
}

.widget-area .widgettitle p,
.widget-area .widgettitle a {
	color: #666;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

/* 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
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}

/* 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
------------------------------------------------------------ */

.pagination {
	font-size: 18px;
	overflow: hidden;
	padding: 10px 0 20px;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline-block;
	margin-right: 15px;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	color: #666;
}

.pagination li a:hover,
.pagination li.active a {
	color: #f00;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	width: 100%;
	margin-top: 20px;
}

.sidebar-secondary {
	float: left;
	width: 100%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #F2F2F2;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: calc(100% - 2px);
}

.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;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #f2f2f2;
	cursor: pointer;
	padding: 10px 20px;
	color: #666;
	-webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.search-form input[type="search"] {
	margin: 0;
	padding: 0 15px;
	width: calc(100% - 50px);
	height: 50px;
	background: transparent;
	border: none;
	outline: none;
}

/* Footer
------------------------------------------------------------ */

.site-footer {
	float: left;
	clear: both;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: url(images/footer.jpg) no-repeat center center;
	background-size: cover;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 0 0 20px;
}

.site-footer p {
	font-size: 16px;
	margin-bottom: 15px;
}

.site-footer a,
.site-footer a:visited {
	color: #666;
}

.site-footer a:hover {
	color: #f00;
	text-decoration: underline;
}

.site-footer .widget_media_image{
	float: left;
	width: 100%;
	margin: 20px 0 0;
}

.site-footer .widget_media_image img{
	display: block;
	margin: 0;
	width: 160px;
}

.site-footer .widget_text{
	float: left;
	width: 100%;
	margin: 20px 0 0;
}

.site-footer .widget_text:last-child{
	float: right;
	width: 49%;
}

.site-footer .widget_text:nth-last-child(2){
	width: 49%;
}

.site-footer .widget_text .widgettitle,
.site-footer .widget_text p strong{
	font-size: 18px;
	font-weight: 500;
	color: #666;
	text-transform: uppercase;
	line-height: 1.3;
	display: block;
}

.site-footer .widget_text .widgettitle:after{
	display: block;
	width: 61px;
	height: 3px;
	background: #F00;
	display: block;
	margin: 10px 0 20px;
	content: "";
}

.site-footer .widget_text ul{
	list-style: none;
}

.site-footer .widget_text ul li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.site-footer .widget_text ul li img{
	display: inline-flex;
	margin: 0 10px 0 0;
}

.site-footer .widget_text p strong{
	margin: 15px 0 20px;	
}

.site-footer .widget_text .caldera-grid .row{
	margin: 0;
}

.site-footer .widget_text .first_col,
.site-footer .widget_text .last_col{
	margin: 0;
	padding: 0;
}

.site-footer .widget_text .caldera-grid .form-group{
	margin: 0;
}

.site-footer .widget_text input[type="email"]{
	float: left;
	width: 100%;
	border: none;
	height: 50px;
	background: #fff;
	font-size: 15px;
	color: #888888;
	padding: 0 15px;
	outline: none;
}

.site-footer .widget_text input[type="email"]::placeholder{
	font-size: 15px;
	color: #888888;	
}

.site-footer .widget_text input[type="submit"]{
	float: right;
	border: none;
	background: #FF0000;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	height: 40px;
	text-align: center;
	width: 100%;
	padding: 0;
}

.site-after-footer{
	background: #FF0000;
}

.site-after-footer ul{
	list-style: none;
}

.site-after-footer ul li{
	float: left;
	width: 100%;
	margin: 15px 0 0;
	color: #FFBFBB;
	line-height: 1.3;
	font-size: 16px;
}

.site-after-footer ul li strong{
	color: #FCD717;
	font-weight: 500;
}

.site-after-footer ul li:last-child{
	margin-bottom: 15px;	
	margin-top: 5px;
}

/* Comments
------------------------------------------------------------ */

.entry-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: 18px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #666;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*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;
}

.slick-dots li{
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
}

.slick-dots li button{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 18px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    color: #f00;
}

.youtube {
    background-color: #333;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 70px;
    height: 50px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 10px;
}

.youtube:hover .play-button{
	background-color: #dc2424;
}

.youtube .play-button:before {
	content: "";
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;	
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.section{
	float: left;
	width: 100%;
}

.site-slider .widget{
	float: left;
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.site-slider .widget img,
.site-slider img{
	display: block;
	width: 100%;
	margin: 0;
}

.site-slider .widget .title{
	display: none;
}

.site-slider .widget .noidung{
	width: 90%;
	margin: 0 5%;
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
}

.site-slider.right .widget .noidung{
	left: auto;
	right: 0;
}

.site-slider.right .widget .noidung p span{
	float: right;
}

.site-slider.center .widget .noidung{
	left: 50%;
	transform: translateX(-50%);
}

.site-slider .widget .noidung p{
	width: 100%;
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 5px;
	line-height: 1.3;
}

.site-slider .widget .noidung p span{
	display: inherit;
}

.page-staff .site-slider .widget .noidung ul li:last-child a{
	background: #fff !important;
	color: #f00 !important;
	border: 1px solid #fff !important;
}

.site-slider .widget .noidung p strong{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;	
	line-height: 1.3;
	display: block;
}

.site-slider .widget .noidung p em{
	display: block;
	font-style: normal;
}

.site-slider .widget .noidung ul{
	width: 100%;
	list-style: none;	
	display: block;
}

.site-slider .widget .noidung ul li{
	display: inline-block;
	margin: 5px 0;
}

.site-slider .widget .noidung ul li a{
	border: 1px solid #FFF;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	float: left;
	width: calc(100% - 12px);
	text-align: center;
}

.site-slider .widget .noidung ul li:first-child a{
	border: 2px solid #F00;
	background: #F00;
}

.site-slider .custom_paging{
	width: 90%;
	margin: 0 5%;
	position: absolute;
	bottom: 5px;
	left: 0;	
	list-style: none;
	text-align: center;
}

.site-slider .custom_paging li{
	display: inline-block;
	width: 40px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
}

.site-slider .custom_paging li span{
	display: none;
}

.site-slider .custom_paging li:before{
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background: #FFF;
    background: linear-gradient(to left, #FFF 50%, #F00 50%) right;
    background-size: 200%;
}

.site-slider .custom_paging li.slick-active:before{
	animation: move 5s linear;
}

@keyframes move {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

.site-slider .slick-active img{
	animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;	
}

.site-slider .slick-active .noidung p strong,
.site-slider .slick-active .noidung p{
	animation-name: bounceInDown;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
}

.site-slider .slick-active .noidung ul{
	animation-name: bounceInUp;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	animation-duration: 4s;
}

.site-about{
	background: #F8F8F8;
}

.site-about .widget_text{
	float: right;
	width: 100%;
	margin: 20px 0;
	background: #EBC000;
	position: relative;
	z-index: 1;
}

.site-about .widget_text:first-child{
	float: left;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	background: none;
}

.site-des .right .entry-content h2,
.site-about .widget_text .widgettitle,
.site-job .widget_text .widgettitle,
.yarpp-related .widgettitle,
.titlecat{
    font-size: 30px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;	
}

.titlecat{
	margin: 20px 5% 0;
	float: left;
	width: 90%;
}

.site-des .right .entry-content h2:after,
.site-about .widget_text .widgettitle:after,
.site-job .widget_text .widgettitle:after,
.yarpp-related .widgettitle:after,
.titlecat:after{
    background: #F00;
    content: "";
    width: 120px;
    height: 4px;
    display: table;
    margin: 10px 0 20px;	
}

.site-about .widget_text .widgettitle a,
.site-holder .widget_text .widgettitle a, 
.site-ir .widget_text .widgettitle a,
.site-area .widget_text .widgettitle a, 
.site-cup .widgettitle a, 
.site-member .widget_text .widgettitle a,
.site-job .widget_text .widgettitle a{
	color: #666;
}

.site-about .widget_text p{
	margin-bottom: 15px;
	color: #676767;
	font-size: 20px;
	text-align: justify;
	display: none;
}

.site-about .widget_text p a{
	border: 2px solid #f00;
    padding: 10px 35px;
    color: #434343;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;	
    display: table;
}

.site-about .widget_text ul{
	list-style: none;
	float: left;
	width: 100%;
}

.site-about .widget_text ul li{
	padding: 10px 15px;
	color: #666;
	font-size: 20px;
	font-weight: 400;	
	line-height: 1.3;
	border-bottom: 1px solid #fff;
}

.site-about .widget_text ul li a{
	color: #666;
	font-size: 20px;
	font-weight: 400;	
}

.site-about .widget_text ul li a:hover{
	color: #fff;
}

.site-about .widget_text ul li:last-child{
	border: none;
}

.site-about .widget_text:last-child{
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 0;
	background: none;
}

.site-about .widget_text ol{
	display: table;
	width: 100%;
	margin: 0 auto;
	list-style: none;
}

.site-about .widget_text ol li{
	float: left;
	width: calc(50% - 10px);
	text-align: center;
	list-style: none;
	position: relative;
	margin: 0 5px;
}

.site-about .widget_text ol li:last-child{
	width: calc(100% - 10px);
	margin-top: 15px;
}

.site-about .widget_text ol li em{
	color: #666;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;	
	margin-top: 5px;
	line-height: 1;
}

.site-about .widget_text ol li strong{
	color: #F00;
	font-size: 40px;
	font-weight: 400;	
	line-height: 1;
}

.site-about .widget_text ol li sup{
	position: absolute;
	top: 0;
}

.site-about .widget_text ol li sup,
.site-about .widget_text ol li sub{
	color: #F00;
	font-size: 24px;
	font-weight: 300;	
	line-height: 1;	
}

.class-en .site-about .widget_text ol li sub{
	font-size: 14px;	
}

.site-area .widget_text{
	float: left;
	width: 100%;
	margin: 20px 0;
}

.site-area .widget_text .textwidget{
	display: table;
	margin: 0 auto;
	text-align: center;
}

.site-area .widget_text p{
	font-size: 18px;
	color: #666;
	font-weight: 400;
	line-height: 1.3;
	display: none;
}

.site-area .image-upload{
	float: left;
	width: calc(50% - 10px);
	margin: 0 5px 20px;
}

.site-develop .caia-post-list-widget .post .alignnone,
.site-area .image-upload .alignnone,
.yarpp-related .related-post .entry-image-link,
.archive .content .post .entry-image-link,
.search .content .post .entry-image-link,
.site-before-category .caia-post-list-widget .post .alignnone{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

.site-develop .caia-post-list-widget .post img,
.site-area .image-upload img,
.site-holder .image-upload img,
.site-new .caia-post-list-widget .post img,
.yarpp-related .related-post img,
.archive .content .post img,
.search .content .post img,
.site-before-category .caia-post-list-widget .post img{
	display: block;
	width: 100%;
	margin: 0;
	transition: all 1s ease-in-out;
	background: none;
	border: none;
	padding: 0;
}

.site-develop .caia-post-list-widget .post:hover img,
.site-area .image-upload:hover img,
.site-holder .image-upload:hover img,
.site-new .caia-post-list-widget .post:hover img,
.yarpp-related .related-post:hover img,
.archive .content .post:hover img,
.search .content .post:hover img,
.site-before-category .caia-post-list-widget .post:hover img{
	transform: scale(1.05);
}

.site-area .image-upload .title{
	background: url(images/icon.svg) no-repeat left center;
	padding-left: 15px;
}

.site-area .image-upload .title,
.site-area .image-upload .title a{
	font-size: 16px;
	color: #666;
	font-weight: 500;
	line-height: 1.3;	
	text-transform: uppercase;
}

.site-company{
	background: #F8F8F8;
}

.site-holder{
	float: left;
	width: 100%%;
	margin: 20px 0;
}

.site-holder .widget_text .widgettitle,
.site-ir .widget_text .widgettitle{
	color: #666;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;	
	border-bottom: 2px solid #F2F2F2;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}

.site-holder .widget_text .widgettitle:after,
.site-ir .widget_text .widgettitle:after{
	width: 80px;
	height: 4px;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	display: inline-block;
	float: left;
	background: #f00;
	transition: all	1s ease-in-out;
}

.site-holder .image-upload{
	float: left;
	width: calc(50% - 5px);
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}

.site-holder .image-upload:nth-child(2n+1){
	float: right;
}

.site-holder .image-upload:nth-child(2n){
	clear: both;
}

.site-holder .image-upload .title a{
	background: linear-gradient(180deg, rgba(65, 64, 66, 0.20) 0%, #000000 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	padding: 10px;
	color: #FFF;
	text-shadow: 1px 1px #434343;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.site-holder .image-upload .title a:before{
	background: url(images/icon.svg) no-repeat left center;
	width: 10px;
	height: 14px;
	content: "";
	display: inline-block;
	margin-right: 10px;
}

.site-holder .image-upload img{
	height: 200px;
	object-fit: cover;
}

.site-ir{
	float: right;
	width: 100%;
	margin: 0 0 20px;
}

.site-ir .widget_text .textwidget{
	margin: 0;
    float: left;
    width: 100%;
}

.site-new .caia-post-list-widget{
	float: left;
	width: 100%;
	margin:20px 0 0;
}

.site-new .caia-post-list-widget:last-child{
	margin-bottom: 20px;
}

.site-new .caia-post-list-widget .widgettitle{
	color: #666;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;	
	border-bottom: 2px solid #F2F2F2;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}

.site-new .caia-post-list-widget .widgettitle h2,
.site-new .caia-post-list-widget .widgettitle a{
	color: #666;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.site-new .caia-post-list-widget .widgettitle:after{
	width: 80px;
	height: 4px;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	display: inline-block;
	float: left;
	background: #f00;
	transition: all 1s ease-in-out;
}

.site-new .caia-post-list-widget .post{
	float: left;
	width: 100%;
	margin: 0;
}

.site-new .caia-post-list-widget .post .alignnone{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.site-develop .caia-post-list-widget .main-posts .post p.name-category,
.site-new .caia-post-list-widget .post p.post-info,
.yarpp-related .related-post p.post-info,
.site-develop .caia-post-list-widget .main-posts .post p.post-info,
.archive .content .post p.post-info,
.search .content .post p.post-info,
.site-before-category .caia-post-list-widget .post p.post-info,
.site-before-category .caia-post-list-widget .post p.name-category{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}

.site-develop .caia-post-list-widget .main-posts .post p.name-category a,
.yarpp-related .related-post p.post-info a,
.archive .content .post p.post-info a,
.search .content .post p.post-info a,
.site-before-category .caia-post-list-widget .post p.name-category a{
	text-transform: uppercase;
	color: #f00;
}

.site-develop .caia-post-list-widget .post .widget-item-title,
.site-new .caia-post-list-widget .post .widget-item-title,
.yarpp-related .related-post .widget-item-title,
.site-before-category .caia-post-list-widget .post .widget-item-title,
.archive .content .post h2,
.search .content .post h2{
	line-height: 1.3;
	margin-bottom: 15px;
}

.site-develop .caia-post-list-widget .post .widget-item-title a,
.site-new .caia-post-list-widget .post .widget-item-title a,
.yarpp-related .related-post .widget-item-title a,
.site-before-category .caia-post-list-widget .post .widget-item-title a,
.archive .content .post h2 a,
.search .content .post h2 a{
	color: #F00;
	font-size: 20px;
	font-weight: 400;	
}

.site-develop .caia-post-list-widget .post .widget-item-title a,
.yarpp-related .related-post.black .widget-item-title a,
.yarpp-related .related-post.red .widget-item-title a:hover,
.site-before-category .caia-post-list-widget .post .widget-item-title a,
.archive .content .post h2 a,
.search .content .post h2 a,
.archive.class-action .content .post h2 a:hover{
	color: #666;
}

.archive.class-action .content .entry-image-link,
.yarpp-related .related-post.red .entry-image-link{
	width: 150px;
	height: 150px;
	border: 1px solid #d6d6d6;
}

.archive.class-action .content img,
.yarpp-related .related-post.red img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.archive .content .post .more-link,
.yarpp-related .related-post .more-link{
	background: url(images/right.svg) no-repeat right center;
	padding-right: 30px;
	color: #999;
	font-size: 18px;
	display: table;
	margin-top: 20px;
}

.archive .content .post p.link{
	margin-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	color: #666;
}

.archive .content .post p.link a{
	font-size: 16px;
	font-style: italic;
	color: #666;	
}

.site-new .caia-post-list-widget .post p{
	font-size: 18px;
}

.site-video .widget_media_image{
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 0;
}

.site-video .widget_media_image img{
	display: block;
	width: 100%;
	margin: 0;
}

.site-video .caia_code_widget .widgettitle,
.sidebar .widget_caldera_forms_widget .widgettitle span{
	font-size: 30px;
    color: #fff;
    top: -40px;
    right: 0;
    position: absolute;
    cursor: pointer;	
}

.site-video .caia_code_widget iframe{
	width: 100%;
	display: block;
	margin: 0;
	height: auto;
}

.site-cup{
	background: url(images/map.png) no-repeat bottom 50px center #F8F8F8;
	padding: 20px 0;
}

.site-area .widget_text .widgettitle,
.site-cup .widgettitle,
.site-member .widget_text .widgettitle,
.page-vision .site-vision3 .widgettitle,
.page-about h1.entry-title,
.page-about h1.entry-title a,
.fancy-table h1.entry-title,
.site-develop .caia-post-list-widget .widgettitle{
	font-size: 30px;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	line-height: 1.3;	
}

.page-about h1.entry-title{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.page-about .content h1.entry-title,
.site-develop .caia-post-list-widget .widgettitle{
	float: none;	
	display: block;
	margin: 20px 0;
}

.page-about.page-holder .content h1.entry-title,
.fancy-table h1.entry-title{
	text-align: left;
}

.site-area .widget_text .widgettitle:after,
.site-cup .widgettitle:after,
.site-member .widget_text .widgettitle:after,
.page-vision .site-vision3 .widgettitle:after,
.page-about h1.entry-title:after,
.fancy-table h1.entry-title:after,
.site-develop .caia-post-list-widget .widgettitle:after{
	background: #F00;
	content: "";
	width: 120px;
	height: 4px;
	display: table;
	margin: 10px auto 20px;
}

.page-about.page-holder .content h1.entry-title:after,
.fancy-table h1.entry-title:after{
	margin: 10px 0 40px;
}

.site-cup .widgettitle span{
	font-weight: 300;
}

.site-cup .item{
	width: calc(96% + 40px);
    margin: 0 calc(2% - 20px);
    float: left;	
}

.site-cup .image-upload{
	text-align: center;
}

.site-cup .image-upload .widget-wrap{
	margin: 15px 20px;
}

.site-cup .image-upload .alignnone{
	display: grid;
	justify-content: center;
	height: auto;
	margin-bottom: 20px;
}

.site-cup .image-upload img{
	display: block;
	margin: auto;
}

.site-cup .image-upload .title,
.site-cup .image-upload .title a{
	font-size: 24px;
	color: #FF0000;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.site-cup .image-upload .noidung{
	margin-bottom: 20px;
}

.site-cup .image-upload .noidung p{
	text-align: center;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 400;
}

.site-cup .image-upload .readmore{
	padding: 10px 35px;
	border: 2px solid #F00;
	color: #666;
	font-weight: 500;
	line-height: 1;
	font-size: 16px;
	display: table;
	margin: 0 auto;
}

.site-cup .image-upload .readmore:hover,
.site-about .widget_text p a:hover{
	background: #f00;
	color: #fff;
}

.site-cup button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    background-size: 21px;
    width: 21px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 46%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.site-cup button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    background-size: 21px;
    width: 21px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 46%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.site-job .caia-post-list-widget{
	float: left;
	width: 100%;
	margin: 20px 0;
}

.site-job .caia-post-list-widget .widgettitle{
	display: none;
}

.site-job .caia-post-list-widget .main-posts{
	width: 100%;
	margin: 0 auto;
	padding: 0 calc(50% - 280px);
}

.site-job .caia-post-list-widget .post{
	float: left;
	width: calc(100% - 10px);
	border: 5px solid #EBC000;
	background: #fff;
	margin: 70px 0 0 70px;	
}

.site-job .caia-post-list-widget .post .alignnone{
	width: 100%;
	display: block;
    margin-left: -70px;
    margin-top: -70px;
    margin-bottom: 0;
	overflow: hidden;
}

.site-job .caia-post-list-widget .post .widget-item-title{
	line-height: 1.3;
	margin: 0;
	padding: 15px;
}

.site-job .caia-post-list-widget .post .widget-item-title a{
	color: #666;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;	
}

.site-job button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    background-size: 21px;
    width: 21px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 46%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.site-job button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    background-size: 21px;
    width: 21px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 46%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.site-job .widget_text{
	float: right;
	width: 100%;
	margin: 0 0 20px;
}

.site-job .widget_text table,
.site-job .widget_text table tbody{
	float: left;
	width: 100%;
	display: block;
}

.site-job .widget_text table tr{
	border-top: 1px solid rgb(102 102 102 / 30%);
	padding: 10px 0 0;
	margin: 10px 0 0;
	width: 100%;
	float: left;
}

.site-job .widget_text table tr:nth-child(6n+1){
	border: none;
	padding: 0;
	margin: 15px 0 0;
}

.site-job .widget_text table td:last-child{
	float: right;
	width: 100px;
	text-align: center;
	display: none;
}

.site-job .widget_text table td:first-child{
	float: left;
	width: 100%;
}

.site-job .widget_text table td a{
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.site-job .pagination-container{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.site-job .pagination-container ul{
	list-style: none;
	text-align: center;
}

.site-job .pagination-container ul li{
	display: inline-block;
	font-size: 20px;
	color: #707070;
	margin-right: 15px;
}

.site-job .pagination-container ul li a,
.fancy-table .content .entry-content table .pag a{
	font-size: 20px;
	color: #707070;
	font-weight: 400;	
}

.site-job .pagination-container ul li:hover a,
.site-job .pagination-container ul li.active a,
.fancy-table .content .entry-content table .pag a:hover,
.fancy-table .content .entry-content table .pag a.active{
	color: #f00;
}

.site-member .widget_text{
	float: left;
	width: 96%;
	margin: 30px 2%;
}

.site-member .widget_text .gallery{
	border-left: 0.5px solid #d6d6d6;	
	border-right: 0.5px solid #d6d6d6;
}

.site-member .widget_text .gallery-item{
	float: left;
	width: calc(100%/2 - 2px);
	margin: 0;
	text-align: center;
	padding: 0;
	border: 0.5px solid #d6d6d6;
	max-height: 160px;
}

.site-member .widget_text .gallery-item:hover{
	border: 0.5px solid #f00;
}

.site-member .widget_text .gallery-item img{
	display: table;
	margin: 0 auto;
	width: auto;
}

.site-ir .widget_text table,
.single .content .entry-content table,
.page .content .entry-content table{
	display: table;
	width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

.site-fancy .tab{
	text-align: center;
	margin-bottom: 40px;
}

.site-fancy .tab .item{
	display: inline-block;
	padding: 10px 20px;
	color: #666;
	border: 1px solid #666;
	margin: 0 5px;
	line-height: 1;
	cursor: pointer;
}

.site-fancy .tab .item.active,
.site-fancy .tab .item:hover{
	border: 1px solid #f00;
	color: #f00;
}

.site-fancy .box .item{
	display: none;
}

.site-fancy .box .item.active{
	display: block;
}

.page.fancy-table .content .entry-content table{
	border: none;
}

.site-ir .widget_text table,
.site-ir .widget_text table td, 
.site-ir .widget_text table th,
.single .content .entry-content table,
.single .content .entry-content table td,
.single .content .entry-content table th,
.page .content .entry-content table,
.page .content .entry-content table td,
.page .content .entry-content table th{
    border-collapse: collapse;
    padding: 5px;
    border: 1px solid #DCE5F3;
    text-align: left;
    line-height: 1.14;
}

.site-ir .widget_text table tr:first-child td,
.fancy-table .content .entry-content table thead td{
	background: #EDF1F7;
	color: #434343;
	font-weight: 600;
	text-align: center;
}

.fancy-table .content .entry-content table thead input{
	background: #fff;
	margin: 5px;
	height: 40px;
	padding: 0 15px;
	outline: none;
	border: 1px solid #DCE5F3;
}

.site-ir .widget_text table tbody td,
.fancy-table .content .entry-content table tbody td{
	text-align: center;
	font-size: 14px;
}

.site-ir .widget_text table tbody td:nth-child(3),
.fancy-table .content .entry-content table tbody td:nth-child(3){
	text-align: left;
}

.site-ir .widget_text table tbody td:first-child,
.fancy-table .content .entry-content table thead td:first-child,
.fancy-table .content .entry-content table tbody td:first-child{
	width: 30px;
}

.site-ir .widget_text table tbody td:nth-child(2),
.fancy-table .content .entry-content table thead td:nth-child(2),
.fancy-table .content .entry-content table tbody td:nth-child(2){
	width: 80px;
}

.site-ir .widget_text table tbody td:nth-child(3),
.fancy-table .content .entry-content table thead td:nth-child(3),
.fancy-table .content .entry-content table tbody td:nth-child(3){
	width: calc(100% - 160px);
}

.site-ir .widget_text table tbody td:last-child,
.fancy-table .content .entry-content table thead td:last-child,
.fancy-table .content .entry-content table tbody td:last-child{
	width: 25px;
}

.site-ir .widget_text table tbody td a,
.fancy-table .content .entry-content table tbody td a{
	color: #666;
}

.site-ir .widget_text table tbody td a.download,
.fancy-table .content .entry-content table tbody td a.download{
	color: #f00;
    background: url(images/download.svg) no-repeat center center;
    background-size: 15px;
    padding: 5px;
    font-size: 14px;
    text-indent: -9999px;
    display: block;
}

.fancy-table .content .entry-content table .pag{
	text-align: center;
	border: none;
}

.site-develop .caia-post-list-widget .post .widget-item-title a:hover,
.site-job .widget_text table td a:hover,
.site-holder .image-upload .title a:hover,
.site-area .image-upload .title a:hover,
.yarpp-related .related-post .widget-item-title a:hover,
.archive .content .post h2 a:hover,
.search .content .post h2 a:hover,
.archive .content .post .more-link:hover,
.yarpp-related .related-post .more-link:hover,
.site-ir .widget_text table tbody td a:hover,
.fancy-table .content .entry-content table tbody td a:hover,
.site-before-category .caia-post-list-widget .post .widget-item-title a:hover{
	color: #f00;
	text-decoration: underline;
}

.archive.class-action .content .post h2 a{
	color: #f00;
}

.archive.class-action .content .post h2 a,
.yarpp-related .related-post.red .widget-item-title a{
	text-transform: uppercase;
}

.site-develop .caia-post-list-widget .main-posts .post p.name-category a:hover, 
.yarpp-related .related-post p.post-info a:hover, 
.archive .content .post p.post-info a:hover, 
.search .content .post p.post-info a:hover, 
.site-before-category .caia-post-list-widget .post p.name-category a:hover,
.site-new .caia-post-list-widget .post .widget-item-title a:hover,
.page-about .about ul li a:hover{
	color: #333;
	text-decoration: underline;
}

.page-vision h1.entry-title,
.page-contact h1.entry-title,
.page-develop h1.entry-title,
h1.archive-heading{
	display: none;
}

.page-vision .vision{
	margin: 20px 0 0;
}

.page-vision .vision .item{
	width: 100%;
	margin: 0;
	float: left;
}

.page-vision .vision .entry-content{
	width: 100%;
	font-size: 18px;
}

.page-vision .site-vision2 .entry-content,
.page-vision .site-vision2 .entry-content p{
	text-align: right;	
	float: right;
}

.page-vision .vision .entry-content h2,
.page-about .about h2{
    font-size: 30px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
    display: inline-block;
}

.page-vision .vision .entry-content h2:after,
.page-about .about h2:after{
    background: #F00;
    content: "";
    width: 120px;
    height: 4px;
    display: table;
    margin: 10px 0 20px;	
    clear: both;
}

.page-vision .site-vision3{
	background: #F8F8F8;
}

.page-vision .site-vision3 .item{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}

.page-vision .site-vision3 .item img{
	display: inline-block;
	margin-bottom: 20px;
}

.page-vision .site-vision3 .widgettitle{
	margin: 20px 0 0;
}

.page-vision .site-vision3 .widgettitle:after{
	margin: 10px auto 20px;
}

.page-vision .site-vision3 .item h3{
	font-size: 20px;
	color: #f00;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;	
	margin-bottom: 20px;
}

.page-vision .site-vision3 .item ul{
	padding-left: 20px;
}

.page-vision .site-vision3 .item p,
.page-vision .site-vision3 .item ul{
	text-align: justify;
}

.page-vision .site-vision3 .item ul li::marker{
	color: #f00;
}

.site-menu-about .widget_nav_menu{
	float: left;
	width: 100%;
	border-bottom: 1px solid #F2F2F2;
}

.site-menu-about .widget_nav_menu ul{
	list-style: none;
	text-align: center;
	padding: 0;
}

.site-menu-about .widget_nav_menu ul li{
	display: inline-block;
	padding: 0;
}

.site-menu-about .widget_nav_menu ul li a{
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 5px;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid transparent;
}

.site-menu-about .widget_nav_menu ul li a:hover{
	border-bottom: 2px solid #f00;
}

.site-menu-about .widget_nav_menu ul li.menu-item-has-children a{
	background: url(images/down.svg) no-repeat right center;
	padding-right: 20px;
}

.site-menu-about .widget_nav_menu ul li.menu-item-has-children li a{
	background: #fff;
    border: 1px solid #f2f2f2;
    margin: 0;
    width: calc(100% - 32px);
}

.site-menu-about .widget_nav_menu ul li ul {
	width: 100%;
	text-align: left;
	margin: 0;
	display: none;
}

.site-menu-about .widget_nav_menu ul li li{
	float: left;
	width: 100%;
	padding: 0;
}

.site-menu-about .widget_nav_menu ul li.current_page_item a,
.site-menu-about .widget_nav_menu ul li.current_page_ancestor a,
.site-menu-about .widget_nav_menu ul li.current-menu-item a,
.site-menu-about .widget_nav_menu ul li.current-post-ancestor a{
	color: #f00;
	border-bottom: 3px solid #f00;
}

.site-menu-about .widget_nav_menu ul li.menu-item-has-children.current_page_item a,
.site-menu-about .widget_nav_menu ul li.menu-item-has-children.current_page_ancestor a,
.site-menu-about .widget_nav_menu ul li.menu-item-has-children a:hover{
	background: url(images/downr.svg) no-repeat right center;
}

.site-menu-about .widget_nav_menu ul li.current_page_item ul li a,
.site-menu-about .widget_nav_menu ul li.current_page_ancestor ul li a,
.site-menu-about .widget_nav_menu ul li.current-menu-item ul li a{
	color: #666;
    border: 1px solid #f2f2f2;
}

.site-menu-about .widget_nav_menu ul li.menu-item-has-children.current_page_item ul li a,
.site-menu-about .widget_nav_menu ul li.menu-item-has-children.current_page_ancestor ul li a,
.site-menu-about .widget_nav_menu ul li.menu-item-has-children ul li a:hover{
	background: #fff;
}

.site-menu-about .widget_nav_menu ul li.current_page_item ul li a:hover,
.site-menu-about .widget_nav_menu ul li.current_page_ancestor ul li a:hover,
.site-menu-about .widget_nav_menu ul li.current-menu-item ul li a:hover{
	color: #f00;
}

.site-menu-about .widget_nav_menu ul li li a{
	background: none;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-top: none;
	color: #666;
	font-size: 18px;
	padding: 15px;
	position: relative;
	text-transform: none;
	width: calc(100% - 30px);
	float: left;
}

.site-staff .item{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.site-staff .item .image{
	float: left;
	width: 100%;
	margin: 0;	
}

.site-staff .item .staff img{
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.site-staff .item .text{
	float: right;
	width: 100%;
	margin: 0;
}

.site-staff .item:nth-child(2n) .text{
	float: left;
}

.site-staff .item .text h2{
	font-size: 20px;
	color: #666;
}

.site-staff .item .text h2 strong{
	font-size: 24px;
	color: #f00;
	text-transform: uppercase;
	font-weight: 500;
}

.site-staff .item .text p{
	margin-bottom: 10px;
}

.site-staff .item .text ul{
	padding-left: 20px;
}

.site-com .item{
	float: left;
	width: calc(100%/3 - 4%);
	margin: 0 2%;
	text-align: center;
	cursor: pointer;
}

.site-com .item.active{
	position: relative;
}

.site-com .item.active:after {
  content: "";
  vertical-align: middle;
  width: 0; 
  height: 0; 
  bottom: -5px;
  left: 0;
  right: 0;
  display: table;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f00;
}

.site-com #item-4.item,
.site-com #item-6.item,
.site-com #item-5.item,
.site-com #item-7.item,
.site-com #item-8.item,
.site-com #item-9.item{
	margin-top: 20px;
}

.site-com #item-10.item{
	float: none;
	display: table;
	margin: 20px auto 0;
}

.site-com .item img{
	border: 1px solid #d6d6d6;
}

.site-com .item.active img,
.site-com .item img:hover{
	border: 1px solid #f00;	
}

.site-com .note{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	display: none;
	position: relative;
}

.site-com .note.active{
	display: block;
	border-top: 3px solid #f00;
}

.site-com .note p{
	margin-bottom: 20px;
	text-align: justify;
}

.site-com .note h2{
	font-size: 20px;
	font-weight: 500;
	color: #f00;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.page-about .site-about3,
.page-about .site-about5{
	background: #F8F8F8;
}

.page-about .about .left{
	float: left;
	width: 100%;
	margin: 20px 0
}

.page-about .about .right{
	float: right;
	width: 100%;
	margin: 20px 0;
}

.page-about .about img{
	display: table;
	margin: 0 auto;
}

.page-about .about p{
	text-align: justify;
	margin-bottom: 15px;
}

.page-about .about ul{
	padding-left: 20px;
	color: #f00;
	margin-top: 15px;
}

.page-about .about ul li{
	margin-bottom: 10px;
}

.page-about .about ul li a{
	color: #f00;
	text-transform: uppercase;
}

.page-about .site-about2{
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 0;
	text-align: center;
}

.page-about .site-about2 h2{
	color: #fff;
}

.page-about .site-about2 h2:after{
	background: #fff;
	display: table;
	margin: 10px auto 20px;
}

.page-about .site-about2 ol{
	list-style: none;
}

.page-about .site-about2 ol li{
	float: left;
	width: calc(50% - 10px);
	margin: 10px 5px;
	color: #fff;
	list-style: none;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.3;
}

.page-about .site-about2 ol li:last-child{
	width: calc(100% - 10px);
}

.page-about .site-about2 ol li em{
	display: block;
	font-style: normal;
}

.page-about .site-about2 ol li span{
	background: url(images/yellow.svg) no-repeat center center;
	background-size: contain;
	width: 130px;
	height: 130px;
	display: table;
    line-height: 130px;
	text-align: center;
	margin: 0 auto;
	color: #f00;
	position: relative;
}

.page-about .site-about2 ol li strong{
	font-size: 30px;
	font-weight: 700;
}

.page-about .site-about2 ol li sup {
    font-size: 18px;
}

.page-about .site-about5 .box{
	float: left;
	width: 100%;
	margin: 20px 0;
	position: relative;
}

.page-about .site-about5 .box h2{
	text-align: center;
	display: block;
}

.page-about .site-about5 .box h2:after{
	display: table;
	margin: 10px auto 20px;
}

.page-about .site-about5 .image-his img{
	display: block;
	width: 100%;
	margin: 0;
}

.page-about .site-about5 button.slick-prev.slick-arrow {
    background: url(images/prev.svg) no-repeat center center;
    width: 31px;
    height: 52px;
    position: absolute;
    left: 15px;
    top: 46%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.page-about .site-about5 button.slick-next.slick-arrow {
    background: url(images/next.svg) no-repeat center center;
    width: 31px;
    height: 52px;
    position: absolute;
    right: 15px;
    top: 46%;
    z-index: 300;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    border: none;
}

.page-about .site-about5 .year-his{
	list-style: none;
    margin: -126px 0 0;
    position: relative;
    padding: 0;
}

.page-about .site-about5 .year-his:before{
	position: absolute;
	background: #f00;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 126px;
	left: 0;
	content: "";
	z-index: 0;
}

.page-about .site-about5 .year-his .slick-list{
	padding: 120px 0 0;
}

.page-about .site-about5 .year-his .item{
	float: left;
	width: calc(100%/6);
	margin: 0;
	text-align: center;
	color: #333;
	background: url(images/dot.svg) no-repeat top center;
	padding-top: 34px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}

.page-about .site-about5 .year-his img{
	width: 120px;
	height: 120px;
	border: 5px solid #f00;
	border-radius: 100%;
    object-fit: cover;
    position: absolute;
    top: -67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.page-about .site-about5 .content-his .item .border{
	border-left: 2px solid #f00;	
	position: relative;
	margin: 0 0 0 8.33333333333%;
	padding: 15px;
	display: table;
}

.page-about .site-about5 .content-his .item .border:after{
	background: url(images/li.svg) no-repeat center center;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
    left: -6px;
	content: "";
}

.page-about .site-about5 .content-his .text{
	float: left;
	width: 100%;
}

.page-about .site-about5 .content-his .text p{
	margin-bottom: 15px;
	text-align: left;
	font-size: 16px;
}

.page-about .site-about5 .content-his .text strong{
	font-size: 30px;
	color: #f00;
	font-weight: 500;
	display: block;
    line-height: 1.3;
}

h1.entry-title{
	font-size: 26px;
	color: #f00;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.3;
}

.single .content .entry-content h2,
.page .content .entry-content h2{
	font-size: 20px;
	color: #666;
	font-weight: 500;
	margin-bottom: 20px;	
}

.single .content .entry-content h3,
.page .content .entry-content h3{
	font-size: 18px;
	color: #666;
	font-weight: 500;
	margin-bottom: 20px;	
}

.single .content .entry-content iframe,
.page .content .entry-content iframe{
	display: table;
	margin: 0 auto 15px;
}

.single .content .entry-content table,
.page .content .entry-content table{
	display: table;
	width: 100%;
  margin-bottom: 15px;
}

.single .content .entry-time{
	font-size: 16px;
	color: #999;
	margin-bottom: 20px;
	display: block;
}

.site-share{
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.site-share label{
	margin-right: 15px;
	font-size: 18px;
}

.site-share ul{
	list-style: none;
	display: inline-block;
}

.site-share ul li{
	display: inline-block;
	margin-right: 5px;
}

.site-share ul li a{
	background: url(images/izalo.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
}

.site-share ul li:first-child a{
	background: url(images/ifb.svg) no-repeat center center;	
}

.site-share ul li:last-child a{
	background: url(images/imail.svg) no-repeat center center;	
}

.yarpp-related{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.yarpp-related .widgettitle{
	margin: 0 5% 20px;
}

.yarpp-related .all a{
	position: absolute;
	top: 5px;
	right: 5%;
	font-size: 20px;
    color: #666;
    font-weight: 400;
	background: url(images/right.svg) no-repeat right center;
    padding-right: 30px;
    color: #999;	
}

.yarpp-related .item{
	width: 90%;
	margin: 0 5% 20px;
	float: left;
}

.site-develop .caia-post-list-widget:last-child .widget-wrap{
	width: 100%;
	margin: 0 0 20px;
	float: left;
}

.yarpp-related .sliders,
#khung2 .caia-post-list-widget .main-posts,
.site-develop .caia-post-list-widget .main-posts.sliders{
	padding-bottom: 30px;
}

.yarpp-related .related-post{
	margin: 0 5px;
}

.yarpp-related .related-post .box,
.site-develop .caia-post-list-widget .main-posts.sliders .post .box{
	margin: 15px 0;
}

.yarpp-related .slick-dots,
.site-develop .caia-post-list-widget .slick-dots{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    display: table;
    bottom: 0;
    text-align: center;
    width: auto;
}

.yarpp-related button.slick-prev,
.site-develop .caia-post-list-widget button.slick-prev{
	background: none;
	padding: 0;
	border: none;
	font-size: 20px;
	color: #666;
    position: absolute;
    right: 50%;
    bottom: 4px;
    z-index: 300;
    outline: none;
    cursor: pointer;
    border: none;
}

.yarpp-related button.slick-next,
.site-develop .caia-post-list-widget button.slick-next{
	background: none;
	padding: 0;
	border: none;
	font-size: 20px;
	color: #666;
    position: absolute;
    left: 50%;
    bottom: 4px;
    z-index: 300;
    outline: none;
    cursor: pointer;
    border: none;
}

.yarpp-related button.slick-prev:hover,
.yarpp-related button.slick-next:hover,
.site-develop .caia-post-list-widget button.slick-prev:hover,
.site-develop .caia-post-list-widget button.slick-next:hover{
	color: #f00;
}

.site-before-category .caia-post-list-widget,
.site-develop .caia-post-list-widget .main-posts.hot{
	float: left;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.site-before-category .caia-post-list-widget .post,
.site-develop .caia-post-list-widget .main-posts.hot .post{
	float: right;
	width: 100%;
	margin: 20px 0 0;
}

.site-before-category .caia-post-list-widget .post p:last-child,
.site-develop .caia-post-list-widget .main-posts.hot .post p:last-child{
	display: none;
}

.archive .content .post,
.search .content .post{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.site-des{
	background: url(images/gray.jpg) no-repeat top center;
}

.site-des .box{
	float: left;
	width: 100%;
}

.site-des .left{
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.site-des .left img{
	display: block;
	width: 100%;
	margin: 0;
	transition: all 1s ease-in-out;
}

.site-des:hover img{
	transform: scale(1.04);
}

.site-des .right .entry-content{
	background: #fff;
	box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.05);	
	width: calc(100% - 30px);
	float: left;
	padding: 15px;
	z-index: 1;
	display: table;
	overflow: inherit;
	margin: 0 0 20px;
}

.site-des .right .entry-content h2{
	font-size: 30px;
	text-align: left;
}

.site-des .right .entry-content p{
	margin-bottom: 15px;
}

.page-contact .contact .left{
	float: left;
	width: 100%;
	margin: 20px 0;
}

.page-contact .contact .left ul{
	list-style: none;
}

.page-contact .contact .left ul li{
	margin-bottom: 15px;
	background: url(images/cadd.svg) no-repeat top 5px left;
	padding-left: 40px;
}

.page-contact .contact .left ul li:nth-last-child(3){
	background: url(images/cmail.svg) no-repeat top 5px left;	
}

.page-contact .contact .left ul li:nth-last-child(2){
	background: url(images/cphone.svg) no-repeat top 5px left;	
}

.page-contact .contact .left ul li:last-child{
	background: url(images/cfax.svg) no-repeat top 5px left;	
}

.page-contact .contact .left ul li strong{
	color: #f00;
	display: block;
	font-weight: 400;
}

.page-contact .contact .left ul li em{
	font-size: 16px;
	font-style: normal;
	color: #0d72c7;
	cursor: pointer;
}

.page-contact .contact .right{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.page-contact .contact .right p{
	margin-bottom: 20px;
}

.page-contact .contact .right .caldera-grid label{
	font-size: 18px;
	font-weight: 500;
}

.page-contact .contact .right input{
	height: 40px;
	font-size: 18px;
}

.page-contact .contact .right input::placeholder,
.page-contact .contact .right textarea::placeholder{
	font-size: 18px;
}

.page-contact .contact .right input[type="submit"]{
	border: 2px solid #f00;
	padding: 10px 30px;
	color: #666;
	height: auto;
	line-height: 1;
	outline: none;
}

.page-contact .contact .right input[type="submit"]:active,
.page-contact .contact .right input[type="submit"]:hover{
	background: #f00;
	color: #fff;
}

.page-contact .site-map .map{
	display: none;
}

.page-contact .site-map .map.active,
.page-contact .site-map iframe{
	display: block;
	width: 100%;
	margin: 0;
	height: 360px;
}

.content-error{
	float: left;
	width: 100%;
	margin: 0 0 50px;
	text-align: center;
}

.content-error h1{
	color: #f00;
	text-align: center;
	font-size: 150px;
	font-weight: 700;
	line-height: 1;	
}

.content-error h1 span{
	color: #333;
}

.content-error p{
	margin-bottom: 20px;
}

.content-error p a{
    background: #fff;
    border: 2px solid #f00;
    padding: 15px 50px;
    color: #666;
    font-size: 18px;
    height: auto;
    line-height: 1;	
    display: table;
    margin: 30px auto 0;
}

.page-holder .content .entry-content ul{
	list-style: none;
}

.page-holder .content .entry-content ul li{
	float: left;
	width: calc(100%/2);
	background: #F0F0F0;
	list-style: none;
	padding: 45px 0;
	margin: 0;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	line-height: 1.3;
	min-height: 147px;
}

.page-holder .content .entry-content ul li:nth-child(4n+1),
.page-holder .content .entry-content ul li:nth-child(4n){
    background: #F7F7F7;
}

.page-holder .content .entry-content ul li a{
	font-size: 16px;
	text-transform: uppercase;
	color: #666;	
	font-weight: 500;
}

.page-holder .content .entry-content ul li:hover a{
	color: #fff;
}

.page-holder .content .entry-content ul li em{
	display: block;
	font-style: normal;
}

.page-holder .content .entry-content ul li:nth-child(2n+1){
	clear: both;
}

.page-holder .content .entry-content ul li:hover{
	background: #f00;
}

.page-holder .content .entry-content ul li img{
	display: table;
	margin: 0 auto 20px;
}

.page-holder .content .entry-content ul li:hover img{
	filter: brightness(0) invert(1);
}

.sidebar .caia_code_widget iframe{
	width: 100%;
}

.sidebar .widget_nav_menu ul{
	padding: 20px;
}

.sidebar .widget_nav_menu ul li{
	border: none;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 10px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.sidebar .widget_nav_menu ul li:last-child{
	border: none;
	margin: 0;
	padding: 0;
}

.sidebar .widget_nav_menu ul li a{
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
}

.sidebar .widget_nav_menu ul li.current_page_item a,
.sidebar .widget_nav_menu ul li a:hover{
	color: #f00;
}

.sidebar .widget_caldera_forms_widget,
.site-video .caia_code_widget{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.sidebar .widget_caldera_forms_widget .widget-wrap,
.site-video .caia_code_widget .widget-wrap{
    position: fixed;
    width: 90%;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 3000;
    background: #fff;
    border-radius: 5px;
    display: table;	
}

.sidebar .widget_caldera_forms_widget .caldera-grid,
.sidebar .caia_code_widget .caldera-grid{
	padding: 0 20px;
}

.sidebar .widget_caldera_forms_widget input,
.sidebar .caia_code_widget input{
	height: 40px;
	font-size: 16px;
}

.sidebar .widget_caldera_forms_widget .control-label{
	font-size: 18px;
	color: #666;
	font-weight: 500;
}

.sidebar .widget_caldera_forms_widget .checkbox-inline{
	float: left;
	width: calc(100%/2 - 12px);
	margin: 5px 5px 5px 0 !important;
	font-size: 11px;
}

.sidebar .widget_caldera_forms_widget .checkbox-inline input{
	height: auto;
}

.sidebar .widget_caldera_forms_widget .checkbox-inline:nth-child(2n){
	margin-right: 0;
}

.sidebar .widget_caldera_forms_widget .checkbox-inline:nth-child(2n+1){
	clear: both;
}

.sidebar .widget_caldera_forms_widget input[type="submit"],
.sidebar .caia_code_widget input[type="submit"]{
	background: #f00;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 30px;
	display: table;
	margin: 15px auto;
	border: none;
	height: auto;
	cursor: pointer;
}

.sidebar .caia_code_widget input[type="submit"]{
	float: right;
	margin: 0 auto;
}

.sidebar .widget_caldera_forms_widget input[type="submit"]:hover,
.sidebar .caia_code_widget input[type="submit"]:hover{
	background: #666;
}

.site-develop{
	background: #F6F7FB;
}

.site-develop .top{
	background: url(images/bg1.svg) no-repeat center center;
	margin: 20px 0;
	padding: 20px 15px;
	background-size: cover;
	width: calc(100% - 30px);
}

.site-develop .top h2{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
}

.site-develop .top .note{
	float: right;
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
}

.site-develop .top .note p{
	color: #fff;
	font-size: 18px;
}

.site-develop .bottom .list-tabs{
	float: left;
	width: 100%;
	margin: 0;
}

.site-develop .bottom .list-tabs li{
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 20px;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.site-develop .bottom .list-tabs li span{
	font-size: 40px;
	color: #f00;
	font-weight: 900;
	float: left;
	margin-right: 15px;
	line-height: 1;
}

.site-develop .bottom .list-tabs li.active,
.site-develop .bottom .list-tabs li:hover{
	color: #f00;
}

.site-develop .bottom .text-tabs{
	float: right;
	width: 100%;
	margin: 0;
}

.site-develop .bottom .text-tabs .tab{
	display: none;
}

.site-develop .bottom .text-tabs .tab.active{
	display: block;
}

.site-develop .bottom .text-tabs .tab.active{
	animation-name: bounceInRight;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;	
}

.site-develop .top h2,
.site-develop .top .note{
	opacity: 0;
}

.site-develop .caia-post-list-widget,
.site-develop .caia-post-list-widget .main-posts{
	float: left;
	width: 100%;
}

.site-develop .caia-post-list-widget .widgettitle h2,
.site-develop .caia-post-list-widget .widgettitle h2 a{
	font-size: 30px;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 1.3;	
    margin: 0;
}

.site-develop .list .caia-post-list-widget .post{
	float: left;
	width: 360px;
	margin: 15px 5px;
	background: #fff;
	box-shadow: 0px 2px 3px 0px rgba(188, 201, 221, 0.30);
	padding-bottom: 15px;
}

.site-develop .list .caia-post-list-widget .post .list-info{
	display: block;
	padding: 0 15px 15px;
	text-align: center;
}

.site-develop .list .caia-post-list-widget .post p{
	display: none;
}

.site-develop .man .caia-post-list-widget:last-child{
	margin-bottom: 80px;
}

.site-develop .caia-post-list-widget .main-posts .post .more-link{
	padding: 10px 20px;
	border: 1px solid #f00;
	display: table;
	margin-top: 20px;
	color: #f00;
	font-size: 18px;
}

.site-develop .caia-post-list-widget .main-posts .post p{
	display: none;
}

.site-develop .caia-post-list-widget .main-posts .post p.post-info{
	display: block;
}

body .caldera-grid .alert-success{
	background: none;
	border: none;
	color: #666;
}