section#latest-news {
	background: #fff;
	position: relative;
	overflow: hidden;
}
section#latest-news .latest-news {
	padding: 20px 0px 20px;
}
#latest-news a.news-head-link {
	text-decoration: none;
	position: relative;
	display: block;
}
#latest-news a.news-head-link:hover h1, #latest-news a.news-head-link:hover .head-link-right {
	color: #fcee00;
}
#latest-news a.news-head-link:hover h1 span {
	color: #414141;
}
#latest-news h1 {
	color: #414141;
	font-weight: 600;
	font-size: 36px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
#latest-news h1 span {
	color: #333;
	display: table;
	font-weight: 800;
	font-size: 48px;
	background: #fff;
	z-index: 1;
	position: relative;
	padding-right: 35px;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-family: 'Kanit', sans-serif;
}
#latest-news h1::after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 100%;
	height: 5px;
	background: #fcee00;
}
.head-link-right {
	text-transform: uppercase;
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 22px;
	color: #414141;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: none;
}
#latest-news a.news-col {
	text-decoration: none;
}
#latest-news .news-col {
	background: #fff;
	display: block;
	position: relative;
}
#latest-news .news-col .background-image {
	height: 290px;
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#latest-news .content-main {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#990000+0,990000+60&0+0,0.8+60 */
	background: -moz-linear-gradient(top, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.8) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 0%,rgba(26, 26, 26, 0.8) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%,rgba(26, 26, 26, 0.8) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00990000', endColorstr='#cc990000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 10px 20px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#latest-news .content-main::before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#990000+5,990000+60&0.8+5,0.95+60 */
	background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.8) 5%, rgba(26, 26, 26, 0.95) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.8) 5%,rgba(26, 26, 26, 0.95) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26, 26, 26, 0.8) 5%,rgba(26, 26, 26, 0.95) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc990000', endColorstr='#f2990000',GradientType=0 ); /* IE6-9 */
	position: absolute;
  	content: "";
  	top: 0;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	z-index: -1;
 	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
  	opacity: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;  
}
#latest-news .news-col:hover .content-main::before {
	opacity: 1;
}

#latest-news .news-col .content-main h3 {
    margin: 0;
    font-size: 26px;
	font-weight: 600;
	color: #fff;
	/*border-top: 1px solid #fff;*/
	padding: 20px 10px 20px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
}
/*#latest-news .news-col .content-main p {
	margin-bottom: 20px;
	color: #999;
	max-height: 46px;
	min-height: 46px;
	font-weight: 300;
	overflow: hidden;
}*/
#latest-news .news-col .content-main .postdate {
	overflow: hidden;
	font-weight: 400;
	color: #fff;
	text-align: center;
}


/********** SLICK STYLES ********/

/* Arrows */

.latest-news .slick-prev, .latest-news .slick-next {
	top: unset;
	bottom: -75px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1;
	/*background: #fff100;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;*/
	height: 50px;
	width: 50px;
}
.latest-news .slick-prev {
	bottom: auto;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.latest-news .slick-next {
	bottom: auto;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.latest-news .slick-prev::before, .latest-news .slick-next::before {
	font-size: 24px;
	color: #414141;
}
.latest-news  .slick-prev::before {
	content: "\f060";
}
.latest-news  .slick-next::before {
	content: '\f061';
}


/* Dots */
.latest-news.slick-dotted.slick-slider {
	margin-bottom: 70px;
}
.latest-news .slick-dots {
	bottom: -40px;
}
.latest-news .slick-dots li button:before {
    color: #bababa;
}
.latest-news .slick-dots li.slick-active button::before {
	color: #414141;
}

/* ----- Responsive Styles -----*/

/*@media(min-width: 380px) {
	#latest-news h1 span.lower-large {
		font-size: 34px;
	}
}*/
@media (min-width:380px) and (max-width:639px) {
	#latest-news .outer-wrap {
		width: 350px !important;
		display: block !important;
		margin: 0 auto;
	}
}
@media(min-width: 470px) {
	/*#latest-news h1 span.lower-large {
		font-size: 42px;
	}*/
}
@media(min-width: 640px) {
	.head-link-right {
		display: block;
	}
	#latest-news .news-col {
		margin: 0 8px;
	}
}
@media(min-width: 768px) {
	section#latest-news {
		overflow: hidden;
	}
    section#latest-news h1 {
    	font-size: 42px;
		margin: 0 0 10px 10px;
	}
	section#latest-news h1 span {
    	font-size: 56px;
	}
}
@media(min-width: 1024px) {
	/*#latest-news a.news-head-link {
		z-index: 1;
		position: relative;
	}*/
	section#latest-news h1 {
		font-size: 46px;
		margin: 5px 0 20px 10px;
	}
	section#latest-news h1 span {
    	font-size: 62px;
	}
	.head-link-right {
		font-size: 26px;
	}
}
@media(min-width: 1280px) {
	/*section#latest-news h1 {
		font-size: 52px;
		margin: 15px 0 30px 10px;
	}*/
	#latest-news .news-col {
		margin: 0 10px;
	}
}