.UIBanTinChiTiet >.title {
        color: #212529;
        text-align: left;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 600;
}
.UIBanTinChiTiet > .addon span {
        color: #6c757d;
        text-align: left;
        font-size: 13px;
        padding: 5px 0;
        margin-right: 10px;
        margin-top: 14px;
        position: relative;
}
.UIBanTinChiTiet > .addon span.number{
        padding-left: 25px;
}
.UIBanTinChiTiet > .addon span.number:before {
        content: " ";
        background: url('data:image/svg+xml,<svg width="20px" height="20px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M15.0007 12C15.0007 13.6569 13.6576 15 12.0007 15C10.3439 15 9.00073 13.6569 9.00073 12C9.00073 10.3431 10.3439 9 12.0007 9C13.6576 9 15.0007 10.3431 15.0007 12Z" stroke="%233276c3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.0012 5C7.52354 5 3.73326 7.94288 2.45898 12C3.73324 16.0571 7.52354 19 12.0012 19C16.4788 19 20.2691 16.0571 21.5434 12C20.2691 7.94291 16.4788 5 12.0012 5Z" stroke="%233276c3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 5px;
}
.UIBanTinChiTiet> .summary {
    margin: 20px 0;
    text-align: justify;
    font-size: 15px;
    color: #212529;
    background: transparent;
    margin-bottom: 5px;
    font-weight: 600;
}
@media only screen and (max-width: 768px){
        .UIBanTinChiTiet {
            max-width: 100vw;
            padding: 10px;
        }
}