.page_custom {
    width: 100%;
    text-align: center;
    float: right;
    clear: both;
}

.page_custom .page_son {
    display: inline-block;
    margin: 0 auto;
}

.page_custom .page_son .pagination {
    height: 40px;
    display: flex;
}
.page_custom .page_son .pagination > :first-child a,.page_custom .page_son .pagination > :last-child a {
    font-size: 26px !important;
    color: #bd9848;
    line-height: 36px !important;
}


.page_custom .page_son .pagination li{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebe6dc;
    color: #bfa575 !important;
    margin: 0 6px;
    border-radius: 5px;
}
.page_custom .page_son .pagination li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #bfa575 !important;
}

.page_custom .page_son .pagination .animatedslow {
    background: #ebe6dc;
    display: inline-block !important;
    height: 35px !important;
    line-height: 35px !important;
    margin: 0 5px !important;
    font-size: 20px;
    border: 2px #bfa575 solid !important;
}

.page_custom .page_son .pagination .active {
    border: 2px #bfa575 solid !important;
    border-radius: 3px;
}

.page_custom .page_son .pagination .animatedslow:first-of-type {
    border-left: 2px #EBEBEB solid !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page_custom .page_son .pagination .animatedslow:first-of-type > a, .page_custom .page_son .pagination .animatedslow:first-of-type > span {
    border-left: 2px #EBEBEB solid !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page_custom .page_son .pagination .animatedslow:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page_custom .page_son .pagination .animatedslow:last-child > a, .page_custom .page_son .pagination .animatedslow:last-child > span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page_custom .page_son .pagination .animatedslow > a, .page_custom .page_son .pagination .animatedslow > span {
    display: inline-block;
    width: 50px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}




