/**
 * 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
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.block-vinhdanh .vd-desc{
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.block-vinhdanh .vd-title{
    margin: 8px 0 6px;
    line-height: 1.4;
}

.block-vinhdanh .panel-body{
    text-align: left;
}

.block-vinhdanh .vd-desc{
    white-space: pre-line;
    line-height: 1.6;
    word-break: break-word;
}