.vnt-video{
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.video{
	margin-bottom: 30px;
}
.video .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.video .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.video .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.video .img:before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	background: url(../images/icon.png) no-repeat center center;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
}
.video .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	height:48px;
	overflow: hidden;
}
/*================================================*/
.date_share {
    padding-top: 20px;
    border-top: dotted 1px rgba(0,0,0,0.2);
}
.desGallery{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: justify;
}
.the-content{
    margin-bottom: 30px;
}
/*========================================================*/
.videoOther{
    margin-bottom: 30px;
}
.videoOther .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    background: #28303d;
    color: #ffffff;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.videoOther .content {
    overflow: auto;
    max-height: 445px;
}
.videoOther .item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.videoOther .item:after{
    content: "";
    display: block;
    clear: both;
}
.videoOther .item .img{
    width: 100px;
    margin-right: 10px;
    float: left;
}
.videoOther .item .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.videoOther .item .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.videoOther .item .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.videoOther .item .tend{
    overflow: hidden;
}
.videoOther .item .tend a{
    display: block;
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/

@media screen and (max-width: 991px){
}
