
.td-block-title-wrap h4 {
    color: rgba(255,255,255,0.9);
    background-color: #07c;
    border-color: #005999;
    box-shadow: inset 0 1px 0 #3af;
    line-height: 30px;
    text-indent: 10px;
    border-radius: 2px;
}

table.table-van-ban tfoot ul.pagination li.page-item {
    color: Blue;
    cursor: pointer;
}

table.table-van-ban tfoot ul.pagination li.page-item.disabled {
    cursor: default;
}