*{
    font-family: 'Kantumruy Pro';
}
/*footer start*/
#bg_footer{
    /* background-image: url('img/background_footer.png'); */
    background-image: url('img/background_pgi.webp');
    background-size: cover;
}
/*footer end*/
/*G.P.I start*/

#bg_gpi{
    background-image: url('img/background_pgi.webp');
    background-size: cover;
}
/*G.P.I end*/
#navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  /* ------------------------ pagination---------------------------- */
.custom-pagination{
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    padding: 0;
    margin:25px 0;
    list-style: none;
    position:relative;
}
.pagination-item{
    color: rgb(90 90 90);
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 20px;
    border: 1px solid gray;
    background: #e9e9e9;
}
.pagination-items{
    margin: 2px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.pagination-items.active a{
    background-color: #34316a;
    color: #ffffff;
}
.pagination-items.disable{
    display:none;
}
.pagination-item:hover{
    border-color:#6f2036;
    color: rgb(90 90 90);
}
