/**
 * 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 */
.tieude-bold {
    margin: 10px 0;
}
.tieude-bold a {
    font-family: 'Tahoma';
    font-size: 17px;
    color: #1d70b7;
}
.tintuc-left p a {
    font-weight: bold;
}
img.imghomecontent {
   
    width: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    border-radius: 4px;
}
.ul-tieude {
    border: 1px solid #C7EAFB;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #009ee3;
    margin-bottom: 0px;
    background: red;
    background: -webkit-linear-gradient(rgba(239, 249, 254, 1), white 42.63%);
    background: -o-linear-gradient(rgba(239, 249, 254, 1), white 42.63%);
    background: -moz-linear-gradient(rgba(239, 249, 254, 1), white 42.63%);
    background: linear-gradient(rgba(239, 249, 254, 1), white 42.63%);
}
.ul-tieude li div {
    background: #009ee3;
    border-top-right-radius: 35px !important;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-size: 17px;
    font-family: 'Tahoma';
    font-weight: bold;
    padding-right: 30px;
}