/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thu,17 Apr 2014 04:03:46 GMT
 */

.box-item{
    background-color: #eee;
    position: relative;
    margin-bottom: 20px
}
.box-item a{
    color: #333
}
.box-item .img{
    position: relative;
    max-height: 230px;
    overflow: hidden;
}
.box-item .img img{
    width: 100%;
    min-height: 230px
}
.box-item .text{
    padding: 15px
}
.box-item h3{
    font-size: 15px;
    margin-bottom: 12px;
    min-height: 45px;
}
.box-item .text p{
    margin: 0;
}
.videoAction{
    position: absolute;
    line-height: 55px;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    background: rgba(160, 160, 160, 0.7);
    text-align: center;
    bottom: 20px;
    left: 20px;
    padding-left: 4px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    cursor: pointer;
}
.videoAction .fa{
    color: #fff;
    font-size: 25px;
}

.video-detail h1{
    font-size: 18px;
    margin-bottom: 20px;
}
.video-detail .description{
    margin-top: 20px
}

.other .item{
    background-color: #eee
}
.other .box-img{
    position: relative;
    max-height: 150px;
    overflow: hidden;
}
.other .box-img img{
    width: 100%
}
.other h3{
    font-size: 14px;
    padding: 10px;
}