.pagination {
    justify-content: center !important;
    gap: 5px;
}

.pagination a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #1E2749;
    color: #1E2749;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a:hover {
    background-color: #1E2749;
    color: #fff;
}

.pagination .active {
    background-color: #1E2749;
    color: #fff;
    cursor: default;
}

.wrap-menu-mobile .bar-menu .box-menu-style-1 ul li ul {
    display: block;
}

.wrap-menu-mobile .bar-menu .box-menu-style-1 ul li ul li a {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Helvetica Now';
}

.wrap-menu-mobile ul li ul {
    background: transparent !important;
    margin-bottom: 0;
}

/* body {
    max-width: 100vw;
    overflow-x: hidden;
} */

header {
    background: #1e2749;    
}