.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;
    /* background: #23258c; */
}
.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;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video .img:hover img{
    opacity: 0.3;
}
.video .img:before{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    background: url(https://jvf.com.vn/modules/video/images/video/i-video.svg) 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;
    height:48px;
    overflow: hidden;
    padding-left: 10px;
    /* border-left: solid 2px #23258c; */
}
/*================================================*/
.the-title{
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(0,0,0,0.15);
}
.the-title h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
}
.contentVideoWrap{
    padding-right: 320px;
    position: relative;
}
.the-content{
    margin-bottom: 30px;
}
/*====================*/
.videoOther{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
}
.videoOther .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background: #23258c;
    color: #ffffff;
    padding: 5px 15px;
    margin-bottom: 0px;
}
.videoOther .content {
    overflow: auto;
    height:-webkit-calc(100% - 35px);
    height:-moz-calc(100% - 35px);
    height:-o-calc(100% - 35px);
    height:calc(100% - 35px);
}
.videoOther .item{
    padding: 10px 0;
    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;
    font-weight: normal;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media screen and (max-width: 991px){
.contentVideoWrap{
    padding-right: 0;
}
.videoOther{
    position: initial;
    margin-bottom: 25px;
    width: 100%;
}
.videoOther .content{
    height: initial;
}
.the-title h1{
    font-size: 24px;
    line-height: 32px;
}
}

@media screen and (max-width: 767px){
.vnt-video .row .col-xs-6{
    width: 100%;
}
}