.ToanBoTinNoiBat{
        width: 100%;
        padding: 5px;
}
.ToanBoTinNoiBat .Header{
        width: 100%;
        margin-bottom: 5px !important;
        border-bottom: 2px solid #ce0005;
}
.ToanBoTinNoiBat .Header .Text{
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        line-height: unset;
        position: relative;
        padding: 9px 10px 6px 10px;
        background-size: contain;
        background-color: #ce0005;
}
.ToanBoTinNoiBat .Header .Text:before {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -7px;
        left: 20%;
        width: 0;
        height: 0;
        border-color: #ce0005 transparent transparent transparent;
        border-style: solid;
        border-width: 10px 10px 0 10px;
}
.ToanBoTinNoiBat .item{
        margin: 0;
        display: flex;
        border-bottom: 1px dotted #e4e4e4;
        padding: 5px 0px;
        height: auto;
        clear: both;
        list-style: none outside none;
}
.ToanBoTinNoiBat .item .left{
        width: 220px;
        height: 145px;
        background: #e4e4e4;
        padding: 0;
        max-width: 100%;
        flex: none;
        margin-right: 15px;
}
.ToanBoTinNoiBat .item .left img{
        width: 100%;
        height: 100%;
        background: #e4e4e4;
        padding: 1px;
        margin: 0;
        object-fit: cover;
        object-position: center;
}
.ToanBoTinNoiBat .item .right .Title{
        width: 100%;
        margin-bottom: 5px;
        line-height: 14px;
}
.ToanBoTinNoiBat .item .right .Title a{
        color: #ce0005;
        font-weight: bold;
        font-size: 16px;
}
.ToanBoTinNoiBat .item .right p{
        font-size: 14px;
        color: #757575;
        height: auto;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
}
.ToanBoTinNoiBat .Pager {
        float:right;
        margin: 5px;
}
.ToanBoTinNoiBat .first-last{
        color: #ce0005;
        padding: 0px 2px;
        font-size: 14px;
        margin-top: 2px;
}
.ToanBoTinNoiBat .PagerButton {
        width: 40px;
        height: 40px;
        display: inline-flex;
        background: #dee2e6;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        font-size: 13px;
}
.ToanBoTinNoiBat .CurrentPage {
        background: #004ee3;
        color: #fff;
        width: 40px;
        height: 40px;
        display: inline-flex;
        text-align: right;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 14px;
}
.ToanBoTinNoiBat .NumberPage {
        width: 40px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        font-size: 14px;
        text-decoration: none;
}
