@charset "utf-8";
/* CSS Document */

.news{
	margin:0;
	padding:0;	
	/* min-height:724px; */
	min-height: 650px;
	background:#f1f1f1;
}
.news .n-top{
	margin:0;
	padding:0;
	padding-top:54px;
	margin-bottom:43px;
	font: 26px/40px 'Kanit', Arial, sans-serif;
	color:#333333;
	margin-bottom:10px;
	font-weight:bold;
}
.news .n-mid{
	margin:0;
	padding:0;
}

#textVDO a{
	color: #333333;
}

#textVDO a:hover{
	color: #323590;
}


.news .big-block{
	margin:0;
	padding:0;
}
.news .big-block .pic{
	margin:0;
	padding:0;
	position:relative;
}
.news .big-block .pic .play{
	position:absolute;
	top:50%;
	/* left:50%; */
	left: 48%;
	margin-top:-49px;
	margin-left:-49px;
}
.news .big-block .pic img{
	max-width:100%;
	height:auto;
}
.news .big-block .text{
	margin-top:20px;
	height: 54px;
	overflow: hidden;
	font: 20px/27px 'Kanit', Arial, sans-serif;
	color:#333333;
}
.news .big-block .button{
	margin:0;
	padding:0;
	text-align:right;
	margin-top:20px;
}
.news .big-block .button img{
	max-width:100%;
	height:auto;
}
.news .small-block{
	
}
.news .small-block .h5, h5 {
    font: 18px/24px 'Kanit', Arial, sans-serif;
	color:#333333;
	font-weight:bold;
}
.news .small-block .card-text {
	font-size:14px;
	line-height:20px;
	color:#333333;
	
}
.news .small-block .card-text a{
	color:#323590;
	font-weight:bold;
}
.news .small-block .card-text a:hover{
	color:#e40988;
	font-weight:bold;
}
.news .small-block .view{
	/* padding-left:24px; */
	/* background:url(../images/news/view.png) 0px 2px no-repeat;	 */
		font-size:14px;
	line-height:20px;
	color:#868e96;
}
.news .button-pink{
	margin:0;
	padding:0;
	text-align:right;
	margin-top:20px;
}
.news .button-pink img{
	max-width:100%;
	height:auto;
}





@media (max-width: 374px) { 
.news .big-block .button{
	margin-bottom:30px;	
}
.news .button-pink{
	margin-bottom:30px;		
}
.news .small-block{
		margin-bottom:30px;
	}
	.news .button-pink{
		margin-top:0px;	
	}
 }
@media (min-width: 375px) and (max-width: 419px) { 
.news .big-block .button{
	margin-bottom:30px;	
}
.news .button-pink{
	margin-bottom:30px;		
}
.news .small-block{
		margin-bottom:30px;
	}
	.news .button-pink{
		margin-top:0px;	
	}
 }
@media (min-width: 420px) and (max-width: 575px) { 
.news .big-block .button{
	margin-bottom:30px;
}
.news .button-pink{
	margin-bottom:30px;		
}
.news .small-block{
		margin-bottom:30px;
	}
	.news .button-pink{
		margin-top:0px;	
	}
 }
@media (min-width: 576px) and (max-width: 767px) { 
.news .big-block .button{
	margin-bottom:30px;
}
.news .button-pink{
	margin-bottom:30px;		
}
.news .small-block{
		margin-bottom:30px;
	}
	.news .button-pink{
		margin-top:0px;	
	}
 }
@media (min-width: 768px) and (max-width: 991px) { 
.news .big-block .button{
	margin-bottom:30px;	
}
.news .button-pink{
	margin-bottom:30px;		
}
 }
@media (min-width: 992px) and (max-width: 1199px) {
	.news{
		    min-height: 564px;	
	}
	.news .small-block .h5, h5{
		    font: 16px/22px 'Kanit', Arial, sans-serif;	
	}
	 }
@media (min-width: 1200px) { ... }


@media (min-width: 1200px){ 
	.imgs-vdo{
		width: 585px !important;
	}
	#newsdata .card-body{
		min-height: 241px;
	}
 }

