.group-video {
    margin-bottom: 30px;
}

.group-video:last-child {
    margin-bottom: 0;
}

.group-video:after {
    content: '';
    display: block;
    clear: both;
}

.item-video {
    width: 270px;
    margin-right: 30px;
    float: left;
}

.item-video:last-child {
    margin-right: 0;
}

.item-video .div-image {
    width: 100%;
    /*height: 180px;*/
    position: relative;
}

.item-video .div-image a {
    display: block;
}

.item-video .div-image a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.item-video .div-image:hover a:before {
    background: none;
}

.item-video .div-image a:after {
    content: url(../images/icon-play.png);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.item-video .div-image img {
    width: 100%;
}
.item-video .div-caption{
    padding: 5px 18px 8px;
    border: 1px solid #dbdbdb;
    border-top: none;
}
.item-video .by-title {
    height: 40px;
    overflow: hidden;
}

.item-video .by-title a {
    color: #333;
    font-weight: bold;
    display: block;
    outline: 0;
    line-height: 20px;
    text-decoration: none;
}

.item-video:hover .by-title a{
    color: #f58424;
}
.item-video .by-date{
    color: #8f8f8f;
    display: block;
}
.pagination{
    margin-top: 30px;
}



.other-video {
    margin-top: 30px;
}

.other-video h3 {
    font-family: 'UVNTinTucBold';
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px dotted #dadada;
}

#other-slider {
    margin-top: 30px;
}

#other-slider .slick-list {
    margin: 0 -15px;
}

#other-slider .slick-slide {
    margin: 0 15px;
}

#other-slider .slick-arrow {
    top: -50px;
}

#other-slider .slick-prev {
    right: 30px;
}

#other-slider .slick-prev::before {
    content: url(../images/arrow-relatedL.png);
    width: 17px;
    height: 25px;
}

#other-slider .slick-next::before {
    content: url(../images/arrow-relatedR.png);
    width: 17px;
    height: 25px;
}