.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    color: rgba(33, 43, 54, 1);
    font-size: 18px;
    font-weight: bold;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.text-justify {
    text-align: justify !important;
}
/*.muc-luc {*/
    /*background: #e5f1ff;*/
/*}*/
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.font-16 {
    font-size: 16px;
}
.text-news-link {
    color: #004370;
}
.muc-luc li {
    list-style-type: unset;
}
/*.new-content ul, .new-content li {*/
    /*list-style: disc;*/
/*}*/
.new-content a {
    color: rgba(0, 170, 89, 1);;
}
.new-content h2, .new-content h3, .new-content h4, .new-content h5, .new-content h6 {
    font-size: 15px;
    font-weight: bold;
}
.table-default {
    width: 100%;
    border: 1px solid #dadada;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.table-default tr:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.table-default td:not(:last-child), .table-default th:not(:last-child) {
    border-right: 1px solid #ececec;
}
.table-default tbody tr td {
    padding: 0.5rem;
}
.text-red {
    color: #ff0c2a;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.table-default tbody tr:nth-child(even) {
    background-color: #f4f7ff;
}
.table-default tr:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.text-news-link li {
    display: list-item;
    text-align: -webkit-match-parent;
} 

.breadcrumb-table-title a{
    color: white !important;
}

.bg-black5 {
    background: #4A4A4A;
}

.border-radius-top {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.h-42px {
    display: flex;
    align-items: center;
    max-height: 42px;
    height: 42px;
}
.hover-text-blue1:hover, .hover-text-blue1:focus {
    color: #fff;
    background: #004593;
}
.box-item-rbk {
    display: flex;
    width: 60px;
    height: 32px;
    align-items: center;
    justify-content: center;
}
.bg-blue2 {
    background: #EFFAFF;
}
.bg-red1 {
    background: #ED1C24;
}
@media (min-width: 992px){
    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}
.text-blue {
    color: #0000ff !important;
}

.fa-bars{
    margin-right: 10px;
}

.table-default thead th {
    background: #FDCC9A;
    padding: 0.5rem;
    border: 1px solid #ececec;
}
.bg-blue {
    background-color: #004593 !important;
}
.colorLinkBlue{
    color: white !important;
}


.new-content table.tableizer-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
    text-align: center;
}
.new-content table.tableizer-table thead tr {
    background: #FDCC9A;
    color: #212529;
}
.new-content table.tableizer-table thead th {
    padding: 0.5rem;
    border: 1px solid #dee2e6;
}
.new-content table.tableizer-table tbody tr td {
    vertical-align: top;
}
.new-content table.tableizer-table tbody td {
    padding: 0.5rem;
    border: 1px solid #dee2e6;
}
.text-left {
    text-align: left !important;
}
.new-content table.tableizer-table tbody tr:nth-child(odd) {
    background: #FFF;
}
.new-content table.tableizer-table tbody tr:nth-child(even) {
    background: #EFFAFF;
}
.new-description p,.new-description strong {
    line-height: 1.5 !important;
    text-align: justify !important;
}

.font-weight-bold p {
    font-weight: 700 !important;
}



/*phân trang*/
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li, .pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00AA59;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00AA59;
    border-color: #00AA59
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge, .label {
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

/*end phân trang*/
