/* pagination Active color blue*/
.pagination .active>a {
    background-color: #007bff !important;
    /* สีฟ้า */
    border-color: #007bff !important;
    color: #fff !important;
}

.pagination-summary {
    font-size: 15px;
    margin-top: 10px;
}
