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


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

.blog-detail .short-desc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.blog-detail .short-desc ul li {
    width: calc(30%);
    font-size: 18px;
    margin: 5px 0;
}

.blog-detail .short-desc ul li:first-child,
.blog-detail .short-desc ul li:nth-child(2),
.blog-detail .short-desc ul li:nth-child(3) {
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-detail .short-desc p {
    font-size: 18px;
    margin-bottom: 20px;
}