.thumbnail{
	min-height: 270px;
}

.thumbnail .image{
	height: 200px;
}

.jumbotron{
	background: #fff;
	text-align: justify;
}

.jumbotron p{
	font-size: 15px;
	line-height: 25px;
}

.jumbotron img{
	max-width: 100%;
}

.jumbotron .des_title{
	color: #000;
}

.jumbotron video{
	width: 100% !important;
	height: 100% !important;
}

.full{
	cursor: pointer;
}

.required{
	color: red;
}

/*CSS trên mobile*/
@media screen and (max-width: 480px){
	.caption p{
		font-size: 12px;
	}

	.caption .short_des{
		display: none;
	}

	.thumbnail{
		min-height: 190px;
	}

	.thumbnail .image{
		height: 100px;
	}

	.view_pc{
		display: none !important;
	}

}

/*CSS trên PC*/
@media screen and (min-width: 480px){
	.view_mb{
		display: none !important;
	}
}