/**
 * @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 31/05/2010, 00:36
 */

.ladibackground {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    pointer-events: none;
}
.otherimage .col-sm-6, .otherimage .col-sm-12{
    padding-left: 7px;
    padding-right: 7px;
}
.otherimage .row{
    margin-left: -7px;
    margin-right: -7px;
}
.otherimage_slide .ladibackground{
    height: 315px;
}
.otherimage_slide .slick-arrow{
    left: 10px;
}
.otherimage_slide .slick-arrow.slick-next {
    right: 10px;
    left: auto;
}



















