.contianer-content{
	padding: 0 10%;
}

/* Form Donate */

.wp-form-block .wp-type form{
	padding: 0;
}
.wp-block-price .block-price > div{
	z-index: 1;
}
.wp-block-price .block-price:after{
	z-index: 0;
}
.wp-block-price .block-price.active:after{
    right: -21px;
}
.form-group a.btn-bl {
    background-color: #ff0;
    color: #000;
}
.wp-block-price .block-price.active span.prc {
    font-size: 26px;
    left: -30px;
}
.donateSP .wp-form-block .wp-type{
	padding: 20px 0;
}
.wp-form-block .wp-type .wp-action a {
    color: #000;
}
.wp-form-block .wr-text h2{
	color: #000 !important;
}
.wp-form-block .desc-bl p{
	margin-bottom: 20px !important;
}
.form-group input, .form-group select{
	background-color: #000 !important;
}
.form-group select{
	text-indent: 10px;
}
.form-group button, .form-group a.btn-bl{
	padding: 8px 0;
    background-color: #ff0;
    color: #000;
}

/* Select */
.selectric{
	border: 1px solid #FFF;
	background-color: transparent;
}
.selectric .label {
    text-align: left;
    color: #FFF;
    margin: 0 20px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
}
.selectric .button {
    background-color: transparent;
    color: #FFF;
}
.selectric .button:after{
	border: 5px solid transparent;
    border-top-color: #fff;
    margin-top: 16px;
}
.selectric-open .selectric-items {
    background: #FFF;
}
.selectric-items li{
	color: #000;
	padding: 10px 20px;
}
.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #000;
}





/* Global */
.no-edit .block-top .title-page {
    left: 10%;
}
.wp-content {
    margin: 0 0 40px;
}
.wp-content .breadcrumb-block{
    background-color: #000;
    float: right;
	display: table;
}
.edit .wp-content .breadcrumb-block{
	width: 100%;
}
.wp-content .breadcrumb-block > div{
	display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}
.wp-content .breadcrumb-block span{
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
	font-size: 16px;
	/*font-family: 'TannakoneMediumcondensed';*/
}
.wp-content .breadcrumb-block span.name{
	color: #feed01;
}
.wp-content .block-content {
    /* margin: 7% 0 0; */
	float: left;
    width: 100%;
}
.wp-content .block-content > div{
	float: left;
}

.wp-content .block-content .left-side{
	width: 70%;
	padding-right: 5%;
	padding-top: 80px;
}
.left-side .wp-content-left {
    float: left;
    width: 100%;
    /* margin-bottom: 80px; */
}
.left-side .wp-content-left .wp-block{
	margin-bottom: 40px;
}
.left-side .wp-content-left .wp-block h3 {
    margin: 0 0 20px;
}
.left-side .wp-content-left .wp-block a {
    /* background: #000;
	color: #feed01; 
    text-decoration: underline;
    padding: 10px 20px;*/
    display: inline-block;
}
.left-side .wp-content-left .wp-block a:hover {
	color: #000;
}



.wp-content .block-content .right-side{
	width: 30%;
}
.wp-content .block-content .right-side > div{
	float: left;
}
.right-side .top-section{
	width: 100%;
}
.right-side .top-section.hasItem{
	margin-bottom: 40px;
    background-color: #000;
    padding: 10px 60px;
}
.right-side .top-section.donateSP {
    padding: 10px 20px;
}
.right-side .top-section h1,.right-side .top-section h2{
	font-size: 55px;
}
.page_th .right-side .top-section h1,.page_th .right-side .top-section h2{
	font-family: 'DindanmaiRegular';
	font-size: 45px;
}
.page_en .right-side .top-section h1,.page_en .right-side .top-section h2{
	/*font-family: 'TannakoneMediumcondensed';*/
	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
}
.right-side .top-section h1{
	margin: 30px 0 40px;
	color: #feed01;
	text-transform: uppercase;
    letter-spacing: -1px;
}
.right-side .top-section h2{
	margin: 0 0 20px;
	padding-bottom: 10px;
	color: #FFF;
}
.right-side .top-section h2:after{
	content: '';
	width: 45%;
	height: 1px;
	display: block;
	background: #feed01;
	margin: 20px auto 0;
}
.right-side .top-section p{
	color: #FFF;
	font-size: 16px;
	margin: 0 0 50px;
	line-height: 18px;
}
.page_th .right-side .top-section p{font-family: 'DindanmaiBold';}
.page_en .right-side .top-section p{/*font-family: 'DindanmaiBold';*/font-family:'AmnestyTradeGothicBold','DindanmaiBold',Helvetica,Arial,sans-serif;}

.right-side .btm-section {
    background: #e5e5e5;
    padding: 20px;
}
/* Block List */
.work-list{
	float: left;
    width: 100%;
	margin-bottom: 2%;
}
.work-list:nth-child(even){
	margin-right: 0%;
}
.work-list a{
	display: block;
	float: left;
	width: 100%;
}
.work-list .img-list,
.work-list .title-list {
    width: 50%;
    float: left;
}
.work-list .img-list{
	padding-right: 30px;
}
.work-list .img-list > div{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	/* filter: url(/themes/kos/#greyscale); */
	filter: gray;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.work-list a:hover .img-list > div{
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	/* filter: url(/themes/kos/#greyscale); */
	filter: none;
}
.work-list .img-list img{
	visibility: hidden;
}
.work-list .title-list {
	margin-top: 0;
}
.work-list .title-list h3{
    font-size: 24px;
    color: #000;
	padding: 10px 10px;
    margin: 0 0 30px;
    display: inline-block;
    position: relative;
}
.page_th .work-list .title-list h3{font-family: 'DindanmaiRegular';font-size: 16px;}
.page_en .work-list .title-list h3{/*font-family: 'TannakoneMediumcondensed';*/ font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;}
.work-list .title-list h3 span.line{
	position: absolute;
    top: 0;
	right: 0;
    height: 100%;
	opacity: 0;
    background-color: #feed01;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.work-list a:hover .title-list h3 span.line {
	opacity: 1;
}
.work-list .title-list h3 span.txt{
	position: relative;
    z-index: 1;
}
.work-list .title-list h3 span.txt:after{
	content: '';
    width: 30px;
    height: 5px;
    display: block;
    background: #000;
    margin-top: 15px;
	position: absolute;
}
.btn-all{
	float: left;
	width: 100%;
	background: #000;
	color: #feed01;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
}
.page_th .btn-all{
	font-family: 'DindanmaiRegular';
}
.page_en .btn-all{
	/*font-family: 'TannakoneMediumcondensed';*/
	font-family:'AmnestyTradeGothic','DindanmaiRegular',Helvetica,Arial,sans-serif;
}

/* Responsive */
@media(max-width: 1440px){
	.right-side .top-section {
		padding: 10px 40px;
	}
}
@media(max-width: 1366px){
	.no-edit .block-top .title-page {
		left: 5%;
	}
	.contianer-content {
		padding: 0 5%;
	}
	.work-list .img-list {
		padding-right: 0;
	}
	.work-list .title-list {
		padding-left: 30px;
	}
	.work-list .title-list h3{
		font-size: 16px;
	}
}
@media(max-width: 1200px){
	.right-side .top-section h1, .right-side .top-section h2 {
		font-size: 40px;
	}
	.right-side .top-section h1{
		margin: 0 0 20px;
	}
	.right-side .top-section p {
		margin: 0 0 30px;
	}
}
@media(max-width: 1024px){
	.wp-content .block-content .left-side,
	.wp-content .block-content .right-side{
		width: 100%;
		padding-right: 0;
		padding-top: 30px;
	}
	.wp-content .block-content .left-side,
	.left-side .wp-content-left	{
		margin-bottom: 40px;
	}
	.work-list .title-list h3 {
		font-size: 24px;
	}
}
@media(max-width: 550px){
	.no-edit .block-top .title-page {
		left: 0;
	}
}
@media(max-width: 480px){
	.work-list .title-list {
		padding-left: 10px;
	}
	.work-list .title-list h3 {
		font-size: 16px;
	}
	.social-block {
		width: 100%;
	}
	.social-block ul {
		margin: 20px 0;
		display: block;
	}
	.social-block span {
		margin-right: 0;
		width: 100%;
		display: block;
	}
}