#header-slider {
	height: 300px;
	background-color:#666;
	display: block;
}
/*-- ส่วนแสดงผล แสดง block category --*/
.cutText {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cutText hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*-- End ส่วนแสดงผล แสดง block category --*/
.padding10 {
	padding: 10px;
}
.director {
	height: 300px;
	background-color: #8b008b;
	color: #fff;
	margin-bottom:0;
	border-radius:0;
}
.director .panel-heading {
	text-align: center;
}
.director img {
	width: 165px;
	border:5px solid #fff; 
}
.msd-main {
	padding-top:15px;
	background-color:#fff;
	border-radius: 6px 6px 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-top: 10px;
	border-top: 5px solid #666;
}
.msd-header .container {
	background-repeat: no-repeat;
	background-position: top right;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	margin-bottom: 10px;
	border-bottom: 5px solid #666;
}
.header-text {
	color:#fff;
	font-weight: 900;
	margin-top:60px;
}
.slider-item2 {
	background-size:-moz-cover;
	background-size:-webkit-cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	height:350px;
	display:block;
	left: 0;
}
.slider-item {
	background-size:-moz-cover;
	background-size:-webkit-cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	height:300px;
	display:block;
	left: 0;
}
/*-- Responsive --*/
@media (min-width: 768px) {
  .header-text img { height: 250px; } 
}
@media (max-width: 768px) {
  .header-text img { clear:both; }
}
.new {
	-webkit-animation:1s new infinite;
	-moz-animation:1s new infinite;
	animation:1s new infinite;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
}
@keyframes new {
	form {background-color: #eee;}
	to {background-color:red;}
}
@-moz-keyframes new {
	form {background-color: #eee;}
	to {background-color:red;}
0;}
@-webkit-keyframes new {
	form {background-color: #eee;}
	to {background-color:red;}
}