﻿/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.news-detail h1{
    font-size: 30px;
    color: #063187;
    line-height: 40px;
}

.other-news{
    position: relative;
    background-color: #eee;
    padding: 20px 16px;
    border-radius: 6px;
}

.other-news-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #063187;
    border-left: 4px solid #063187;
    padding-left: 12px;
    margin-bottom: 20px;
}

.other-news ul{
    margin: 0;
    padding: 0;
}

.other-news ul li{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cbcbcb;
}

.other-news ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.other-news ul li img{
    width: 122px;
    height: 72px;
    margin-right: 8px;
    object-fit: cover;
}

.other-news ul li p{
    margin: 0;
}

.list-group .table>tbody>tr>td{
    vertical-align: middle;
}