.vnt-videos {
	padding: 50px 0px;
	background: #f1f1f1;
}
.vnt-videos-content{
	padding: 50px 0px;
}
.video{
	background: #fff;
	padding:35px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
}
.video .img {
	margin-bottom: 15px;
}
.video .img img{
	width:100%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.video .caption {
	text-align: Center;
}
.video .caption h3 a {
	font-size: 18px;
	line-height: 26px;
}
.video .caption .tomtat {
	color: #999999;
	font-size: 15px;
	line-height: 23px;
}
.video:hover .img img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.video:hover .caption h3 a {
	color:#00aeef;
}
/*==========================FRAME VIDEO=======================*/
.div_video_ajax {
	width: 68%;
	float: left;
	max-height: 450px;
	overflow: hidden;
}
.div_video_list {
	width:32%;
	float: right;
	max-height: 450px;
	overflow: auto;
	background: #404041;
	color: #ffffff;
	margin-bottom: 30px;
}
.div_video_list ul li {
	display: table;
	padding: 11px 0px;
	border-bottom: solid 1px #a1a1a1;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
}
.div_video_list .stt, .div_video_list .caption, .div_video_list .img {
	display: table-cell;
	vertical-align: middle;
}
.div_video_list .stt {
	padding: 0px 16px;
	font-size: 15px;
	line-height: 23px;
}
.div_video_list .img .img-wrap {
	padding: 12px 0px;
	display: block;
	background: #000;
}
.div_video_list .caption {
	padding-left: 15px;
}
.div_video_list .caption .tend h3 {
	font-weight: normal;
}
.div_video_list .caption .tend h3 a {
	font-size: 15px;
	line-height: 23px;
	color:#fff;
}
.div_video_list .caption .tomtat {
	color: #999999;
	font-size: 13px;
	line-height: 21px;
}
.div_video_list ul li:hover, .div_video_list ul li.current{
	background: #dcdcdc;
	color:#333333;
}
.div_video_list ul li:hover .caption .tend h3 a, .div_video_list ul li.current .caption .tend h3 a{
	color:#333333;
}
/*========================VIDEO CONTENT=======================*/
.video-content{
	width: 68%;
	float: left;
	padding-right: 30px;
}
.video-box-send{
	width:32%;
	float: right;
}
.video-content .title {
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 43px;
}
.video-content .litle {
	color: #00aeef;
}
.video-content .desc {
	margin-bottom: 20px;
}
.box-send {
	background: #00aeef;
	padding: 35px 30px 25px;
	border-radius: 5px;
}
.box-send strong {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 28px;
}
.box-send p.p1 {
	padding-bottom: 20px;
	border-bottom: solid 1px #0086b8;
	margin-bottom: 15px;
}
.box-send a.share-video-button {
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 33px;
	font-weight: bold;
}
.box-send a.share-video-button I {
	margin-left: 15px;
}
/*======================VIDEO FORM============================*/
form#formContact label {
	font-weight: normal;
	font-size: 15px;
	line-height: 23px;
}
form#formContact label .per{
	color:#f00;
}
form#formContact input, form#formContact select, form#formContact textarea {
	border-radius: 0;
	border: solid 1px #dddddd;
	box-shadow: none;
	height: inherit;
	font-size: 15px;
	line-height: 23px;
	padding: 10px 15px;
}
.input-group-img {
	width: 1%;
	white-space: nowrap;
	padding-left: 7px;
	display: table-cell;
	vertical-align: middle;
}
.input-group-img img {
	max-width: inherit;
}
.input-group input {
	width: 100% !important;
}
form#formContact .btn-video {
	border-radius: 0;
	background: #faa21b;
	border-color: #faa21b;
	padding: 10px 0px;
	height: initial;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
form#formContact .btn-video span{
	font-size: 15px;
	line-height: 23px;
	color:#fff;
	text-transform: uppercase;
	position: relative;
}
form#formContact .btn-video:hover{
	background:#00aeef;
	border-color:#00aeef;
}
.form-group.has-error {
	position: relative;
}
.form-group.has-error .help-block.with-errors {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
.btn.disabled {
	cursor: pointer;
}
/*============================================================*/
/*=======================RESPONSIVE===========================*/
/*============================================================*/
@media all and (max-width: 1024px){
	.vnt-videos {
		padding: 50px 0px;
	}
	.video {
		background: #fff;
		padding: 35px 5px;
	}
	.div_video_ajax, .div_video_list, .video-content, .video-box-send{
		width:100%;
	}
	.video-content {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.div_video_list ul li{
		display: block;
	}
	.div_video_list .img .img-wrap {
		max-width: 100px;
	}
}

@media all and (max-width: 991px){
	form#formContact {
		margin-bottom: 50px;
	}
	.img-form{
		display: block;
		margin: 0 auto;
	}
}

@media all and (max-width: 400px){
	.col-xs-6{
		width:100%;
	}
}