.i-video{
    margin-bottom: 30px;
}
.i-video .i-img{
    overflow: hidden;
    margin-bottom: 15px;
}
.i-video .i-img a{
    display: block;
    padding-top: 66.666667%;
    overflow: hidden;
    position: relative;
}
.i-video .i-img a:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.2);
}
.i-video .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.i-video:hover .i-img a img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.i-video .i-title{
    font-size: 17px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}
.i-video .i-img a .icon_video{
    z-index: 1;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 45px;
    line-height: 25px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    background: url(../images/next.png) no-repeat center center;
    border: 2px solid rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,0.2);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,0.2);
    box-shadow: 0 0 20px rgba(255,255,255,0.2);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.i-video .i-img a .icon_video:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.i-video:hover .i-img a .icon_video:before{
    animation-name: spread-effect;
}
.i-video .i-img a .icon_video:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 20px rgba(255,255,255,1);
    -o-box-shadow: 0 0 20px rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(255,255,255,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
.i-video:hover .i-img a .icon_video:after{
    animation-name: spread-effect;
}
.info_video .row{
    margin: 0 -10px;
}
.info_video .row *[class^=col-]{
    padding: 0 10px;
}
.detail_video{
    margin-bottom: 30px;
}
.video_orther{
    margin-bottom: 30px;
}
.video_orther .vo_title{
    font-size: 15px;
    line-height: 25px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: #2e3192;
    color: #ffffff;
    margin-bottom: 15px;
}
.video_orther .vo_content{
    max-height: 445px;
    overflow: auto;
}
.list_orther .item{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.list_orther .item:after{
    display: block;
    content: '';
    clear: both;
}
.list_orther .item .i-img{
    width: 100px;
    float: left;
}
.list_orther .item .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.list_orther .item .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.list_orther .item .i-desc{
    float: right;
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    padding-top: 5px;
}
.list_orther .item .i-title{
    font-size: 13px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
@-webkit-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-ms-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@-o-keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@keyframes spread-effect {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% {
        -ms-transform:scale(1.4);
        -webkit-transform:scale(1.4);
        transform:scale(1.4);
        opacity: 0;
    }
}
@media screen and (max-width: 1024px){
    .video_orther .vo_content {
        max-height: 365px;
    }
}
@media screen and (max-width: 991px){
    .video_orther .vo_content {
        max-height: 445px;
    }
}