body {
    font-family: 'Montserrat', sans-serif;
}

/* ==========================================================
Bootstrap 4 -> Bootstrap 5 Compatibility Layer
Version: BS5.2+
========================================================== */

/* ---------- TEXT ALIGN ---------- */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* Responsive text alignment */
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }
}

/* ---------- FLOAT ---------- */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }
}

/* ---------- MARGIN LEFT ---------- */
.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

/* ---------- MARGIN RIGHT ---------- */
.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

/* ---------- PADDING LEFT ---------- */
.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

/* ---------- PADDING RIGHT ---------- */
.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

/* ==========================================================
RESPONSIVE
========================================================== */

/* SM */
@media (min-width: 576px) {

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .ml-sm-1 {
        margin-left: .25rem !important;
    }

    .ml-sm-2 {
        margin-left: .5rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mr-sm-1 {
        margin-right: .25rem !important;
    }

    .mr-sm-2 {
        margin-right: .5rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .pl-sm-1 {
        padding-left: .25rem !important;
    }

    .pl-sm-2 {
        padding-left: .5rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pr-sm-1 {
        padding-right: .25rem !important;
    }

    .pr-sm-2 {
        padding-right: .5rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

}

/* MD */
@media (min-width: 768px) {

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .ml-md-1 {
        margin-left: .25rem !important;
    }

    .ml-md-2 {
        margin-left: .5rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mr-md-1 {
        margin-right: .25rem !important;
    }

    .mr-md-2 {
        margin-right: .5rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pl-md-1 {
        padding-left: .25rem !important;
    }

    .pl-md-2 {
        padding-left: .5rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pr-md-1 {
        padding-right: .25rem !important;
    }

    .pr-md-2 {
        padding-right: .5rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

}

/* LG */
@media (min-width: 992px) {

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .ml-lg-1 {
        margin-left: .25rem !important;
    }

    .ml-lg-2 {
        margin-left: .5rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mr-lg-1 {
        margin-right: .25rem !important;
    }

    .mr-lg-2 {
        margin-right: .5rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .pl-lg-1 {
        padding-left: .25rem !important;
    }

    .pl-lg-2 {
        padding-left: .5rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pr-lg-1 {
        padding-right: .25rem !important;
    }

    .pr-lg-2 {
        padding-right: .5rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

}

/* XL */
@media (min-width: 1200px) {

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .ml-xl-1 {
        margin-left: .25rem !important;
    }

    .ml-xl-2 {
        margin-left: .5rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mr-xl-1 {
        margin-right: .25rem !important;
    }

    .mr-xl-2 {
        margin-right: .5rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .pl-xl-1 {
        padding-left: .25rem !important;
    }

    .pl-xl-2 {
        padding-left: .5rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pr-xl-1 {
        padding-right: .25rem !important;
    }

    .pr-xl-2 {
        padding-right: .5rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important; /* LTR */
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important; /* LTR */
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important; /* LTR */
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important; /* LTR */
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

.btn-outline-category {
    border: 1px solid #ccc;
}

.btn-outline-category:hover {
    background: #1474B8;
    color: #fff;
}

.btn-rounded-large {
    border-radius: 20px;
    padding: 4px 15px;
}

.btn-cart {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #E0E9FF !important;
    padding: 5px 2px;
}

.btn-circle {
    height: 5rem;
    width: 5rem;
    border-radius: 50% !important;
}

.btn-circle-sm {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
}

.btn-circle-md {
    width: 6rem;
    height: 6rem;
    font-size: 2.5rem;
}

.btn-circle-md i {
    font-size: 2.4rem;
}

.btn-circle-lg {
    width: 8rem;
    height: 8rem;
    font-size: 3.2rem;
}

.btn-circle-lg i {
    font-size: 3.1rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    list-style: none;
    padding-left: 0;
}

.topbar {
    background: #0f2e4e;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
}

.topbar a {
    color: #fff;
    margin-left: 12px;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Parallax */
    background-attachment: fixed !important;
}

.hero-home {
    background: url('../assets/hero.png') center center/cover;
    min-height: 650px;
}

.hero-about {
    background: url('../assets/hero_chapter.png') center center/cover;
}

.hero-contact {
    background: url('../assets/hero_contact.png') center center/cover;
}

.hero-chapter {
    background: url('../assets/hero_chapter.png') center center/cover;
}

.hero-membership {
    background: url('../assets/hero_contact.png') center center/cover;
}

.hero-sdvob {
    background: url('../assets/heror_sdvob.png') center center/cover;
    min-height: 460px;
}

.hero-news {
    background: url('../assets/hero_news.png') center center/cover #0A2342;
    min-height: 460px;
}

.hero-national {
    background: url('../assets/hero_national.png') center center/cover;
}


.hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 35, 60, .55);
}

.hero h1 {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
}

.hero p {
    color: #fff;
}

.hero h6 {
    color: #fff;
}

.section-sponsor {
    background: #0B1F2A;
}

.font-x-large {
    font-size: x-large
}

.font-xx-large {
    font-size: xx-large
}

.font-small {
    font-size: small;
}

.navbar-nav .active {
    font-weight: bold;
}

.footer-section {
    background: url("../assets/contact_bg.png") top right;
    background-size: cover;
}

.header-top a:hover,
footer a:hover {
    color: #F2C94C !important;
}

.btn-login {
    background: #1988dc;
    color: #fff;
    border-radius: 30px;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    height: 100%;
}

.icon-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.icon-item i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #0b74d1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-section {
    background: #0f4e75;
    color: #fff;
    padding: 70px 0;
}

footer {
    background: #102f4e;
    color: #fff;
    padding: 60px 0;
}

.header-top {
    background: #152B43;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-50px {
    width: 50px !important;
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}

.w-200px {
    width: 200px !important;
}

.w-250px {
    width: 250px !important;
}

.w-300px {
    width: 300px !important;
}

.w-350px {
    width: 350px !important;
}

.w-400px {
    width: 400px !important;
}

.w-500px {
    width: 500px !important;
}

.w-600px {
    width: 600px !important;
}

.h-50px {
    height: 50px !important;
}

.h-100px {
    height: 100px !important;
}

.h-150px {
    height: 150px !important;
}

.h-200px {
    height: 200px !important;
}

.h-250px {
    height: 250px !important;
}

.h-300px {
    height: 300px !important;
}

.h-400px {
    height: 400px !important;
}

.minw-100 {
    min-width: 100px !important;
}

.minw-150 {
    min-width: 150px !important;
}

.minw-200 {
    min-width: 200px !important;
}

.minw-250 {
    min-width: 250px !important;
}

.minw-300 {
    min-width: 300px !important;
}

.maxw-100 {
    max-width: 100px !important;
}

.maxw-200 {
    max-width: 200px !important;
}

.maxw-300 {
    max-width: 300px !important;
}

.maxw-400 {
    max-width: 400px !important;
}

.maxw-500 {
    max-width: 500px !important;
}

.maxw-100p {
    max-width: 100% !important;
}

.gap-6 {
    gap: 6px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-14 {
    gap: 14px !important;
}

.gap-16 {
    gap: 16px !important;
}

.gap-18 {
    gap: 18px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-24 {
    gap: 24px !important;
}

.gap-30 {
    gap: 30px !important;
}

.gap-40 {
    gap: 40px !important;
}

.gap-50 {
    gap: 50px !important;
}

.rounded-xs {
    border-radius: .125rem !important;
}

.rounded-md {
    border-radius: .375rem !important;
}

.rounded-xl {
    border-radius: .75rem !important;
}

.rounded-xxl {
    border-radius: 1rem !important;
}

.rounded-2xl {
    border-radius: 1.5rem !important;
}

.rounded-3xl {
    border-radius: 2rem !important;
}

.rounded-pill-lg {
    border-radius: 999px !important;
}

.fw-150 {
    font-weight: 150 !important;
}

.fw-250 {
    font-weight: 250 !important;
}

.fw-350 {
    font-weight: 350 !important;
}

.fw-450 {
    font-weight: 450 !important;
}

.fw-550 {
    font-weight: 550 !important;
}

.fw-650 {
    font-weight: 650 !important;
}

.fw-750 {
    font-weight: 750 !important;
}

.fw-850 {
    font-weight: 850 !important;
}


.text-break-all {
    word-break: break-all !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-ellipsis {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}


/* SM >= 576px */
@media (min-width: 576px) {
    .border-sm {
        border: 1px solid var(--bs-border-color) !important;
    }

    .border-sm-0 {
        border: 0 !important;
    }

    .border-top-sm {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-end-sm {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-bottom-sm {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-start-sm {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

/* MD >= 768px */
@media (min-width: 768px) {
    .border-md {
        border: 1px solid var(--bs-border-color) !important;
    }

    .border-md-0 {
        border: 0 !important;
    }

    .border-top-md {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-end-md {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-bottom-md {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-start-md {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

/* LG >= 992px */
@media (min-width: 992px) {
    .border-lg {
        border: 1px solid var(--bs-border-color) !important;
    }

    .border-lg-0 {
        border: 0 !important;
    }

    .border-top-lg {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-end-lg {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-bottom-lg {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-start-lg {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

/* XL >= 1200px */
@media (min-width: 1200px) {
    .border-xl {
        border: 1px solid var(--bs-border-color) !important;
    }

    .border-xl-0 {
        border: 0 !important;
    }

    .border-top-xl {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-end-xl {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-bottom-xl {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-start-xl {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

/* XXL >= 1400px */
@media (min-width: 1400px) {
    .border-xxl {
        border: 1px solid var(--bs-border-color) !important;
    }

    .border-xxl-0 {
        border: 0 !important;
    }

    .border-top-xxl {
        border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-end-xxl {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-bottom-xxl {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .border-start-xxl {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

.accordion-custom {

    --bs-accordion-border-width: 0;

    --bs-accordion-bg: transparent;

    --bs-accordion-btn-bg: transparent;

    --bs-accordion-active-bg: transparent;

    --bs-accordion-btn-focus-box-shadow: none;

}

.accordion-custom .accordion-item {

    border: 0;

    border-bottom: 1px solid #d9d9d9;

}

.accordion-custom .accordion-button {

    padding: 1.25rem 0;

    font-size: 16px;

    font-weight: 700;

    color: #0A2342; /* màu xanh đậm giống ảnh */

    box-shadow: none;

}

/* Ẩn icon mặc định của Bootstrap */

.accordion-custom .accordion-button::after {

    display: none;

}

/* Icon + / - */

.icon-wrapper {

    width: 24px;

    text-align: center;

}

.icon-plus,
.icon-minus {

    font-size: 1.25rem;

}

.icon-minus {

    display: none;

}

.accordion-button:not(.collapsed) .icon-plus {

    display: none;

}

.accordion-button:not(.collapsed) .icon-minus {

    display: inline-block;

}

.accordion-custom .accordion-body {

    padding: 0 0 1.25rem;

}

.pagination-custom {
    gap: 12px;
}

.pagination-custom .page-link {
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    border: 1px solid #D8E3F8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0B2A57;
    font-weight: 600;
    background: #fff;
    transition: .25s;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
}

.pagination-custom .page-link:hover {
    color: #fff;
    background: #356CFB;
    border-color: #356CFB;
}

.pagination-custom .page-item.active .page-link {
    background: #356CFB;
    border-color: #356CFB;
    color: #fff;
}

.pagination-custom .page-item.disabled .page-link {
    color: #0B2A57;
    background: #fff;
    opacity: 1;
    pointer-events: none;
}

.pagination-custom .page-link:focus {
    box-shadow: none;
}

.pagination-custom .page-link i {
    font-size: 14px;
}

.block-right-nav {
    position: absolute;
    top: -80px;
    right: 0px;
}

.custom-nav {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease;
}

.nav-btn i {
    font-size: 20px;
}

/* Previous */

.nav-btn-outline {
    border: 2px solid #D8E4FB;
    color: #183153;
    background: #fff;
}

.nav-btn-outline:hover {
    background: #356CFB;
    border-color: #356CFB;
    color: #fff;
}

/* Next */

.nav-btn-primary {
    background: #356CFB;
    color: #fff;
    border: 2px solid #356CFB;
}

.nav-btn-primary:hover {
    background: #1F5AF5;
    border-color: #1F5AF5;
}

.chapter-news-carousel {
    position: relative;
}

.chapter-news-viewport {
    overflow: hidden;
    transition: height 0.45s ease;
}

.chapter-news-track {
    display: flex;
    width: 100%;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.chapter-news-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .chapter-news-viewport {
        transition: none;
    }

    .chapter-news-track {
        transition: none;
    }
}

.chapter-news-thumb {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.chapter-news-wrap .nav-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.chapter-news-wrap .nav-btn {
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {

    .nav-btn {
        width: 20px;
        height: 20px;
    }

    .nav-btn i {
        font-size: 14px;
    }

}

.result-toolbar {
    padding: 15px 0;
}

.result-count {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    position: relative;
    top: 5px;
}

.result-count strong {
}

.btn-sort {
    min-width: 145px;
    height: 36px;

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

    padding: 0 24px;

    border: 2px solid #111;
    border-radius: 999px;

    background: #fff;
    color: #111;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;

    transition: .25s;
}

.btn-sort:hover,
.btn-sort:focus {
    background: #1474B8;
    color: #fff;
    border-color: #1474B8;
    box-shadow: none;
}

.btn-sort::after {
    display: none;
}

.btn-sort::before {
    content: "";
}

.btn-sort i {
    font-size: 18px;
}

.search-box {
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    max-width: 1000px;
    margin: -30px auto 40px;
    position: relative;
}

.search-field {
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 18px;
}

.field-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eaf2ff;
    color: #1f6fb8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
    font-size: 16px;
}

.search-field input {
    font-size: 16px;
    padding: 0;
    background: transparent;
}

.search-field input::placeholder {
    color: #444;
}

.divider {
    width: 1px;
    height: 34px;
    background: #e2e2e2;
    margin: auto;
}

.btn-search {
    height: 48px;
    border-radius: 30px;
    background: #1f76bc;
    border: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .25s;
}

.btn-search:hover {
    background: #1764a1;
    color: #fff;
}

.btn-search i {
    transition: .25s;
}

.btn-search:hover i {
    transform: translateX(4px);
}

@media (max-width: 767.98px) {

    .search-box {
        border-radius: 20px;
        padding: 15px;
        margin-top: -20px;
    }

    .search-field {
        padding: 10px 5px;
    }

    .btn-search {
        margin-top: 10px;
        width: 100%;
    }
}

.state-list li {
    margin-bottom: 6px;
}

.state-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: .2s;
}

.state-list a:hover {
    color: #0d6efd;
}

.state-list span {
    color: #555;
    margin-left: 12px;
    white-space: nowrap;
}

.circle-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #e8efff;

    color: #2b3d57;
    font-size: 16px;
    text-decoration: none;
}

.circle-btn:hover {
    background: #d7e4ff;
    color: #0d6efd;
}

.arrowMore {
    position: absolute;
    top: 15px;
    right: 15px;
}

.signup-form {
    max-width: 900px;
    margin: auto;
}

.form-title {
    text-align: center;
    font-weight: 800;
    color: #203554;
    margin-bottom: 40px;
}

.input-icon {
    position: relative;
}

.input-icon span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e8efff;
    color: #223a5c;

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

    z-index: 3;
}

.input-icon .form-control,
.input-icon .form-select {

    height: 60px;

    border-radius: 40px;
    border: 1px solid #d6e2ff;

    padding-left: 58px;
    padding-right: 22px;

    font-size: 16px;

    box-shadow: none;
}

.input-icon .form-control:focus,
.input-icon .form-select:focus {

    border-color: #2d7fc3;
    box-shadow: 0 0 0 .2rem rgba(45, 127, 195, .15);

}

.btn-signup {

    height: 60px;
    border-radius: 40px;

    background: #2277b8;
    border: none;

    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;

    transition: .3s;
}

.btn-signup:hover {

    background: #195f92;
    color: #fff;

}

.form-check-input:checked {

    background-color: #203554;
    border-color: #203554;

}

/* Contact page — masonry gallery */
.contact-gallery-wrap {
    height: 640px;
    overflow: auto;
    padding-right: .25rem;
}

.contact-gallery-wrap::-webkit-scrollbar {
    width: 8px;
}

.contact-gallery-wrap::-webkit-scrollbar-thumb {
    background: rgba(32, 53, 84, .35);
    border-radius: 999px;
}

.contact-gallery-masonry {
    column-count: 4;
    column-gap: 1rem;
}

.contact-gallery-masonry__item {
    display: block;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    break-inside: avoid;
    cursor: zoom-in;
    overflow: hidden;
    border-radius: .75rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.contact-gallery-masonry__item:hover,
.contact-gallery-masonry__item:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
    outline: none;
}

.contact-gallery-masonry__item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contact-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(8, 15, 28, .88);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

.contact-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

body.contact-lightbox-open {
    overflow: hidden;
}

.contact-lightbox__stage {
    max-width: min(1200px, 92vw);
    max-height: 88vh;
}

.contact-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: 88vh;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: .5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.contact-lightbox__close,
.contact-lightbox__nav {
    position: absolute;
    border: 0;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(4px);
    transition: background .2s ease;
}

.contact-lightbox__close:hover,
.contact-lightbox__nav:hover {
    background: rgba(255, 255, 255, .22);
}

.contact-lightbox__close {
    top: 1.25rem;
    right: 1.25rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
}

.contact-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
}

.contact-lightbox__nav--prev {
    left: 1.25rem;
}

.contact-lightbox__nav--next {
    right: 1.25rem;
}

@media (max-width: 1199.98px) {
    .contact-gallery-masonry {
        column-count: 3;
    }

    .contact-gallery-wrap {
        height: 560px;
    }
}

@media (max-width: 767.98px) {
    .contact-gallery-masonry {
        column-count: 2;
    }

    .contact-gallery-wrap {
        height: 480px;
    }

    .contact-lightbox {
        padding: 1rem;
    }

    .contact-lightbox__nav--prev {
        left: .5rem;
    }

    .contact-lightbox__nav--next {
        right: .5rem;
    }
}

.bg-skype {
    /*background-image: url("../assets/blue_skype.png");*/
    /*background-size: cover;*/
    background: linear-gradient(
            180deg,
            #102f4e 0%,
            #1474B8 45%,
            #9ed8ff 100%
    )
}

.bg-team {
    background: url("../assets/bg_usa.png") right top #1472B3;
    background-size: cover;
}

@media (max-width: 575.98px) {
    .contact-gallery-masonry {
        column-count: 1;
    }
}

.avatar {
    width: 100px;
    height: 100px;


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

    border-radius: 50%;

    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;

    color: #fff;
    background: #6c757d;

    user-select: none;
}

.avatar-blue {
    background: #0d6efd;
}

.avatar-green {
    background: #198754;
}

.avatar-red {
    background: #dc3545;
}

.avatar-orange {
    background: #fd7e14;
}

.avatar-purple {
    background: #6f42c1;
}

.avatar.sm {
    width: 36px;
    height: 36px;
    font-size: 16px;
}

.avatar.lg {
    width: 70px;
    height: 70px;
    font-size: 28px;
}

.avatar.xl {
    width: 100px;
    height: 100px;
    font-size: 42px;
}

.article-news-card-img {
    border: 1px solid #ccc;
}