@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.1/css/all.min.css";


/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

    .row > * {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex, .greenfield--tuyendung__detail .entry-header .social {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center, .greenfield--tuyendung__detail .entry-header .social {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media(min-width: 576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media(min-width: 768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media(min-width: 992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media(min-width: 1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media(min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, *::before, *::after {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem
    }
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small, .small {
    font-size: 0.875em
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

    a:hover {
        color: #0a58ca
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

pre, code, kbd, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*, *::before, *::after {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem
    }
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small, .small {
    font-size: 0.875em
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

    a:hover {
        color: #0a58ca
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

pre, code, kbd, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

    .row > * {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*.5);
        padding-left: calc(var(--bs-gutter-x)*.5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

    .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor
    }

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(0,0,0,0);
    border: solid rgba(0,0,0,0);
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -0.25rem -0.5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -0.5rem -1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + (0.75rem + 2px))
}

textarea.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px))
}

textarea.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px))
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out
    }

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0,0,0,0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0,0,0,0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0,0,0,0);
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid rgba(0,0,0,0);
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

@media(prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem .75rem
}

    .form-floating > .form-control::-moz-placeholder {
        color: rgba(0,0,0,0)
    }

    .form-floating > .form-control::placeholder {
        color: rgba(0,0,0,0)
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 3
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25,135,84,.9);
    border-radius: .25rem
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #198754
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
    z-index: 1
}

    .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
        z-index: 3
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #dc3545
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #dc3545
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
    z-index: 2
}

    .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
        z-index: 3
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(130,138,145,.5)
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(60,153,110,.5)
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(11,172,204,.5)
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(217,164,6,.5)
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(225,83,97,.5)
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(211,212,213,.5)
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(66,70,73,.5)
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(13,110,253,.5)
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #0d6efd;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(108,117,125,.5)
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #6c757d;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.5)
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #198754;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(13,202,240,.5)
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #0dcaf0;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(255,193,7,.5)
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #ffc107;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.5)
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #dc3545;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(248,249,250,.5)
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #f8f9fa;
        background-color: rgba(0,0,0,0)
    }

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(33,37,41,.5)
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #212529;
        background-color: rgba(0,0,0,0)
    }

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

    .btn-link:hover {
        color: #0a58ca
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid rgba(0,0,0,0);
        border-bottom: 0;
        border-left: .3em solid rgba(0,0,0,0)
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0,0,0,0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0,0,0,0)
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: 0;
    border-bottom: .3em solid rgba(0,0,0,0);
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0,0,0,0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0,0,0,0)
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    border: 0
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: rgba(0,0,0,0)
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,.15)
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            color: #fff;
            background-color: rgba(255,255,255,.15)
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #0d6efd
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0,0,0,.15)
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover, .nav-link:focus {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid rgba(0,0,0,0);
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,0)
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0d6efd
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55)
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.55)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
        color: #fff
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
    }

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px)
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-group > .card {
    margin-bottom: .75rem
}

@media(min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .accordion-item:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 0.875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0,0,0,0);
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

    .alert-primary .alert-link {
        color: #06357a
    }

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

    .alert-secondary .alert-link {
        color: #34383c
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

    .alert-success .alert-link {
        color: #0c4128
    }

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

    .alert-info .alert-link {
        color: #04414d
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

    .alert-warning .alert-link {
        color: #523e02
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

    .alert-danger .alert-link {
        color: #6a1a21
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light .alert-link {
        color: #4f5050
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

    .alert-dark .alert-link {
        color: #101214
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

    .list-group-numbered > li::before {
        content: counters(section, ".") ". ";
        counter-increment: section
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #084298;
        background-color: #bacbe6
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298
    }

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #41464b;
        background-color: #cbccce
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #0f5132;
        background-color: #bcd0c7
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #055160;
        background-color: #badce3
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160
    }

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #664d03;
        background-color: #e6dbb9
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03
    }

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #842029;
        background-color: #dfc2c4
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029
    }

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #636464;
        background-color: #e5e5e5
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464
    }

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #141619;
        background-color: #bebebf
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        opacity: 1
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: .25rem
}

    .toast:not(.showing):not(.show) {
        opacity: 0
    }

    .toast.hide {
        display: none
    }

.toast-container {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

    .toast-container > :not(:last-child) {
        margin-bottom: .75rem
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

    .toast-header .btn-close {
        margin-right: -0.375rem;
        margin-left: .75rem
    }

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: -0.5rem -0.5rem -0.5rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: rgba(0,0,0,0);
            border-style: solid
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: .4rem 0
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: -1px;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 .4rem
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: -1px;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 .4rem
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: rgba(0,0,0,0);
            border-style: solid
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px)
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,.25)
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,.25)
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px)
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25)
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,.25)
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

    .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
        transform: translateX(100%)
    }

    .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid rgba(0,0,0,0);
        border-bottom: 10px solid rgba(0,0,0,0);
        opacity: .5;
        transition: opacity .6s ease
    }

@media(prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: .25em solid currentColor;
    border-right-color: rgba(0,0,0,0);
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

    .offcanvas-header .btn-close {
        padding: .5rem .5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

    .link-primary:hover, .link-primary:focus {
        color: #0a58ca
    }

.link-secondary {
    color: #6c757d
}

    .link-secondary:hover, .link-secondary:focus {
        color: #565e64
    }

.link-success {
    color: #198754
}

    .link-success:hover, .link-success:focus {
        color: #146c43
    }

.link-info {
    color: #0dcaf0
}

    .link-info:hover, .link-info:focus {
        color: #3dd5f3
    }

.link-warning {
    color: #ffc107
}

    .link-warning:hover, .link-warning:focus {
        color: #ffcd39
    }

.link-danger {
    color: #dc3545
}

    .link-danger:hover, .link-danger:focus {
        color: #b02a37
    }

.link-light {
    color: #f8f9fa
}

    .link-light:hover, .link-light:focus {
        color: #f9fafb
    }

.link-dark {
    color: #212529
}

    .link-dark:hover, .link-dark:focus {
        color: #1a1e21
    }

.ratio {
    position: relative;
    width: 100%
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex, .greenfield--tuyendung__detail .entry-header .social {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.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
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center, .greenfield--tuyendung__detail .entry-header .social {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: rgba(0,0,0,0) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1, .h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: rgba(0,0,0,0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 600
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small, .small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    background: #fff;
    font-family: "SVN-Gilroy";
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6666666667;
    color: #828282
}

@media(max-width: 767px) {
    body {
        font-size: 16px
    }
}

@media(max-width: 480px) {
    body {
        font-size: 14px
    }
}

.container {
    max-width: 1530px
}

@media(max-width: 1680px) {
    .container {
        max-width: 1200px
    }
}

.master-wrapper {
    position: relative
}

.w-1170 {
    max-width: 1170px;
    margin: 0 auto
}

.f-width {
    max-width: 100%
}

.common-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .common-section-title .title-name {
        display: flex;
        align-items: center;
        gap: 19px;
        font-family: "Lexend Deca";
        font-weight: 600;
        font-size: 40px;
        line-height: 1.675;
        letter-spacing: -0.03em
    }

        .common-section-title .title-name svg {
            display: block
        }

@media(max-width: 1680px) {
    .common-section-title .title-name svg {
        max-width: 24px
    }
}

@media(max-width: 1680px) {
    .common-section-title .title-name {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .common-section-title .title-name {
        font-size: 24px
    }
}

.common-section-title.purple-text .title-name {
    color: #765ba7
}

.common-section-title.white-text .title-name {
    color: #fff
}

    .common-section-title.white-text .title-name svg path {
        fill: #fff
    }

.mb-view-detail {
    display: none;
    margin-top: 40px
}

    .mb-view-detail .view-detail-cta {
        justify-content: center;
        font-size: 16px
    }

@media(max-width: 767px) {
    .mb-view-detail {
        display: block
    }
}

.view-detail-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 25px;
    line-height: .72;
    letter-spacing: -0.03em;
    color: #fff
}

    .view-detail-cta:hover {
        color: #fff
    }

    .view-detail-cta svg {
        display: block
    }

@media(max-width: 1680px) {
    .view-detail-cta svg {
        max-width: 19px
    }
}

@media(max-width: 1680px) {
    .view-detail-cta {
        font-size: 18px
    }
}

.btn-pill {
    display: inline-block;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    max-width: 283px;
    text-align: center;
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #fff;
    text-decoration: none;
    transition: all .3s
}

    .btn-pill.border-pill {
        border: 1px solid #fff
    }

        .btn-pill.border-pill:hover {
            border: 1px solid #29166f;
            background: #29166f;
            transition: all .3s;
            color: #fff;
        }

    .btn-pill.purple-pill:hover {
        border: 1px solid #765ba7;
        background: #765ba7;
        transition: all .3s;
        color: #fff
    }

    .btn-pill.yellow-pill:hover {
        border: 1px solid #f7b91b;
        background: #f7b91b;
        transition: all .3s;
        color: #fff
    }

    .btn-pill.purple-all {
        color: #765ba7;
        border: 1px solid #765ba7
    }

        .btn-pill.purple-all:hover {
            border: 1px solid #f7b91b;
            background: #f7b91b;
            transition: all .3s;
            color: #fff
        }

@media(max-width: 1680px) {
    .btn-pill {
        font-size: 18px;
        max-width: 207px;
        padding: 8px
    }
}

@media(max-width: 1366px) {
    .btn-pill {
        font-size: 16px
    }
}

.gf-section {
    position: relative
}

    .gf-section.purple-bg {
        background: #765ba7
    }

    .gf-section.green-bg {
        background: #46ad71
    }

    .gf-section.white-bg {
        background: #fff
    }

.gf-common-banner {
    position: relative
}

    .gf-common-banner .gf-banner-image {
        position: relative
    }

        .gf-common-banner .gf-banner-image::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%)
        }

    .gf-common-banner .gf-banner-deco {
        position: absolute;
        bottom: -94px;
        right: 0;
        z-index: 1;
        overflow: hidden
    }

@media(max-width: 1199px) {
    .gf-common-banner .gf-banner-deco {
        bottom: 10px
    }
}

.gf-common-banner .gf-banner-deco .deco-text {
    position: relative;
    z-index: 1;
    padding: 140px 55px 146px 100px
}

    .gf-common-banner .gf-banner-deco .deco-text p {
        max-width: 305px;
        font-weight: 700;
        font-size: 35px;
        line-height: 1.4571428571;
        text-align: right;
        color: #fff;
        text-shadow: 0px 4px 10px rgba(0,0,0,.25);
        margin-bottom: 12px;
        min-height: 107px;
        min-width: 237px
    }

@media(max-width: 1680px) {
    .gf-common-banner .gf-banner-deco .deco-text p {
        min-height: 79px;
        min-width: 177px;
        max-width: 190px;
        font-size: 26px;
        letter-spacing: -0.01em
    }
}

@media(max-width: 1199px) {
    .gf-common-banner .gf-banner-deco .deco-text p {
        min-width: 145px;
        max-width: 145px;
        font-size: 20px
    }
}

@media(max-width: 1680px) {
    .gf-common-banner .gf-banner-deco .deco-text {
        padding: 96px 41px 134px 34px
    }
}

@media(max-width: 1199px) {
    .gf-common-banner .gf-banner-deco .deco-text {
        padding: 58px 15px 58px 25px
    }
}

.gf-common-banner .gf-banner-deco::after {
    content: "";
    position: absolute;
    top: 0;
    right: -82px;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background: #765ba7;
    opacity: .85
}

@media(max-width: 1680px) {
    .gf-common-banner .gf-banner-deco::after {
        width: 300px;
        height: 300px;
        right: -70px
    }
}

@media(max-width: 1500px) {
    .gf-common-banner .gf-banner-deco::after {
        right: -60px
    }
}

@media(max-width: 1199px) {
    .gf-common-banner .gf-banner-deco::after {
        width: 210px;
        height: 205px;
        right: -30px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.gf-common-banner.big-banner .gf-banner-image {
    position: relative;
    display: block;
    overflow: hidden
}

    .gf-common-banner.big-banner .gf-banner-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .3s
    }

    .gf-common-banner.big-banner .gf-banner-image::before {
        content: "";
        display: block;
        padding-bottom: 41.66%
    }

@media(max-width: 767px) {
    .gf-common-banner.big-banner .gf-banner-image {
        position: relative;
        display: block;
        overflow: hidden
    }

        .gf-common-banner.big-banner .gf-banner-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .gf-common-banner.big-banner .gf-banner-image::before {
            content: "";
            display: block;
            padding-bottom: 157%
        }
}

.gf-common-banner.small-banner .gf-banner-image {
    position: relative;
    display: block;
    overflow: hidden
}

    .gf-common-banner.small-banner .gf-banner-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .3s
    }

    .gf-common-banner.small-banner .gf-banner-image::before {
        content: "";
        display: block;
        padding-bottom: 30%
    }

@media(max-width: 992px) {
    .gf-common-banner.small-banner .gf-banner-image {
        position: relative;
        display: block;
        overflow: hidden
    }

        .gf-common-banner.small-banner .gf-banner-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .gf-common-banner.small-banner .gf-banner-image::before {
            content: "";
            display: block;
            padding-bottom: 41.66%
        }
}

@media(max-width: 767px) {
    .gf-common-banner.small-banner .gf-banner-image {
        position: relative;
        display: block;
        overflow: hidden
    }

        .gf-common-banner.small-banner .gf-banner-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .gf-common-banner.small-banner .gf-banner-image::before {
            content: "";
            display: block;
            padding-bottom: 157%
        }
}

.row-breadcrumb {
    position: relative
}

    .row-breadcrumb .breadcrumb-item {
        display: flex;
        font-weight: 500;
        font-size: 18px;
        line-height: 19px;
        color: #bdbdbd
    }

        .row-breadcrumb .breadcrumb-item:first-child {
            margin-top: -2px
        }

            .row-breadcrumb .breadcrumb-item:first-child img {
                display: block
            }

@media(max-width: 1680px) {
    .row-breadcrumb .breadcrumb-item:first-child img {
        max-width: 17px
    }
}

.row-breadcrumb .breadcrumb-item a {
    color: inherit;
    text-decoration: none
}

.row-breadcrumb .breadcrumb-item.active {
    color: #765ba7
}

@media(max-width: 1680px) {
    .row-breadcrumb .breadcrumb-item {
        font-size: 14px;
        line-height: 1
    }
}

@media(max-width: 767px) {
    .row-breadcrumb .breadcrumb-item {
        font-size: 12px
    }
}

@media(max-width: 767px) {
    .row-breadcrumb {
        display: none
    }
}

.paginate-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px
}

    .paginate-custom a {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 5px;
        font-family: "Lexend Deca";
        font-weight: 300;
        font-size: 16px;
        line-height: 1.6875;
        color: #765ba7;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none
    }

        .paginate-custom a.arrow {
            background: #e0e0e0;
            color: #8c8c8c
        }

        .paginate-custom a.active {
            background: #765ba7;
            color: #fff
        }

@media(max-width: 767px) {
    .paginate-custom a {
        font-size: 12px;
        width: 27px;
        height: 27px
    }
}

.title-w-image {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Lexend Deca";
    font-weight: 600;
    font-size: 40px;
    line-height: 1.675;
    font-style: normal;
    letter-spacing: -0.03em;
    color: #765ba7
}

    .title-w-image img {
        display: block;
        max-width: 40px
    }

@media(max-width: 1680px) {
    .title-w-image {
        font-size: 30px
    }
}

@media(max-width: 1400px) {
    .title-w-image {
        font-size: 28px
    }
}

@media(max-width: 992px) {
    .title-w-image {
        font-size: 24px
    }
}

.mb-button {
    display: none
}

@media(max-width: 992px) {
    .mb-button {
        display: block
    }
}

.bg-f5f5f5 {
    background: #f5f5f5
}

.bg-F4F4F4 {
    background: #f4f4f4
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 112;
    background: rgba(0,0,0,0);
    transition: all .3s
}

    .header .header--inner {
        position: relative;
        padding: 32px 63px 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        transition: all .3s
    }

@media(max-width: 1680px) {
    .header .header--inner {
        padding: 24px 41px 0
    }
}

.header .header-left {
    position: relative
}

    .header .header-left .header-logo a {
        display: block
    }

        .header .header-left .header-logo a .no-scroll {
            display: block;
            transition: all .3s
        }

@media(max-width: 1680px) {
    .header .header-left .header-logo a .no-scroll {
        max-width: 286px
    }
}

.header .header-left .header-logo a .is-scroll {
    display: none;
    transition: all .3s
}

@media(max-width: 1680px) {
    .header .header-left .header-logo a .is-scroll {
        max-width: 196px
    }
}

.header .header-right {
    position: relative;
    flex: 0 0 auto;
    width: 795px
}

.header .header-content .header-content-top {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-end
}

    .header .header-content .header-content-top .content-top-widget {
        display: flex;
        align-items: center;
        gap: 18px
    }

@media(max-width: 1199px) {
    .header .header-content .header-content-top .content-top-widget {
        width: 100%
    }
}

.header .header-content .header-content-bot {
    position: relative;
    margin-top: 16px
}

    .header .header-content .header-content-bot ul {
        padding: 0;
        margin: 0
    }

        .header .header-content .header-content-bot ul li {
            list-style: none
        }

    .header .header-content .header-content-bot .content-nav-list {
        display: flex;
        gap: 35px;
        flex-wrap: wrap;
        justify-content: flex-end
    }

        .header .header-content .header-content-bot .content-nav-list .content-nav-item {
            padding-bottom: 26px
        }

@media(hover: hover) {
    .header .header-content .header-content-bot .content-nav-list .content-nav-item:hover .content-nav-link {
        transition: all .3s;
        color: #f7b91b
    }

    .header .header-content .header-content-bot .content-nav-list .content-nav-item:hover .content-sub-wrapper {
        opacity: 1;
        pointer-events: all;
        transition: all .3s
    }
}

.header .header-content .header-content-bot .content-nav-list .content-nav-item.active .content-nav-link {
    color: #f7b91b
}

.header .header-content .header-content-bot .content-nav-list .content-nav-item.hovered .content-nav-link {
    color: #f7b91b
}

.header .header-content .header-content-bot .content-nav-list .content-sub-wrapper {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 23px rgba(0,0,0,.21);
    border-radius: 4px;
    padding: 27px 30px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-left {
        flex: 0 0 41.76%;
        max-width: 41.76%
    }

        .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-left .sub-images {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 4px
        }

            .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-left .sub-images img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transition: all .3s
            }

            .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-left .sub-images::before {
                content: "";
                display: block;
                padding-bottom: 70%
            }

@media(max-width: 1199px) {
    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-left {
        display: none
    }
}

.header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right {
    flex: 1;
    padding-left: 25px
}

    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right .sub-list {
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 30px;
        align-items: flex-start
    }

        .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right .sub-list li {
            min-width: 172px;
            flex: 0 0 auto;
            width: calc(50% - 15px)
        }

@media(max-width: 1199px) {
    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right .sub-list li {
        width: 100%
    }
}

.header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right .sub-list .sub-link {
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2631578947;
    letter-spacing: -0.04em;
    color: #4f4f4f;
    text-decoration: none
}

    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right .sub-list .sub-link:hover, .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right .sub-list .sub-link.active {
        color: #765ba7;
        text-decoration: underline
    }

@media(max-width: 1680px) {
    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right .sub-list .sub-link {
        font-size: 16px
    }
}

@media(max-width: 1199px) {
    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right .sub-list {
        padding: 0;
        width: 100%;
        row-gap: 18px
    }
}

@media(max-width: 1199px) {
    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right {
        gap: 17px
    }
}

@media(max-width: 1199px) {
    .header .header-content .header-content-bot .content-nav-list .content-sub-wrapper {
        display: none;
        pointer-events: all
    }
}

.header .header-content .header-content-bot .content-nav-link {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4583333333;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: all .3s
}

@media(max-width: 1680px) {
    .header .header-content .header-content-bot .content-nav-link {
        font-size: 18px
    }
}

@media(max-width: 1680px) {
    .header .header-content .header-content-bot {
        margin-top: 11px
    }
}

.header .content-top-link ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 35px
}

    .header .content-top-link ul li {
        list-style: none
    }

        .header .content-top-link ul li a {
            font-weight: 600;
            font-size: 16px;
            line-height: 1.0625;
            letter-spacing: -0.03em;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            transition: all .3s
        }

            .header .content-top-link ul li a:hover {
                transition: all .3s;
                color: #f7b91b
            }

@media(max-width: 1680px) {
    .header .content-top-link ul li a {
        font-size: 12px
    }
}

.header .content-top-link ul li.active a {
    color: #f7b91b
}

.header .header-search {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    transition: .3s all ease-in-out;
    width: auto
}

    .header .header-search.active {
        border: 1px solid #d9d9d9;
        border-radius: 20px;
        height: 40px
    }

    .header .header-search form {
        position: relative;
        min-width: 24px
    }

        .header .header-search form input[type=text] {
            position: relative;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.0714285714;
            border: 1px solid #d9d9d9;
            padding: 10px 25px 10px 10px;
            border-radius: 20px;
            width: 100%;
            opacity: 0;
            z-index: 2;
            cursor: pointer;
            transition: .3s cubic-bezier(0, 0.795, 0, 1);
            background: #624990;
            color: #fff;
            width: 0
        }

            .header .header-search form input[type=text]::-moz-placeholder {
                color: #333;
                font-style: italic
            }

            .header .header-search form input[type=text]::placeholder {
                color: #333;
                font-style: italic
            }

            .header .header-search form input[type=text]:focus {
                outline: none;
                box-shadow: none
            }

            .header .header-search form input[type=text].show {
                padding: 10px 45px 10px 10px;
                width: 250px;
                opacity: 1;
                cursor: text
            }

                .header .header-search form input[type=text].show + #search_submit, .header .header-search form input[type=text].show + #search_submit-mb {
                    cursor: pointer;
                    pointer-events: all;
                    z-index: 30
                }

@media(max-width: 767px) {
    .header .header-search form input[type=text].show {
        width: 200px
    }
}

@media(max-width: 1199px) {
    .header .header-search form input[type=text] {
        line-height: 1.4285714286;
        width: 100%;
        opacity: 1;
        background: #fff
    }
}

.header .header-search form #search_submit, .header .header-search form #search_submit-mb {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    pointer-events: none;
    cursor: pointer;
    padding: 0;
    z-index: 1
}

    .header .header-search form #search_submit img, .header .header-search form #search_submit-mb img {
        display: block;
        max-width: 100%;
        width: 100%
    }

@media(max-width: 1199px) {
    .header .header-search form #search_submit img, .header .header-search form #search_submit-mb img {
        filter: brightness(0)
    }
}

@media(max-width: 1680px) {
    .header .header-search form #search_submit, .header .header-search form #search_submit-mb {
        width: 17px;
        height: 17px
    }
}

@media(max-width: 1199px) {
    .header .header-search form #search_submit, .header .header-search form #search_submit-mb {
        z-index: 2;
        width: 24px;
        height: 24px;
        pointer-events: all
    }
}

@media(max-width: 1199px) {
    .header .header-search form {
        width: 100%
    }
}

@media(max-width: 1199px) {
    .header .header-search {
        width: 100%;
        margin-bottom: 18px
    }
}

.header .header-lang {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px
}

    .header .header-lang:hover .header-lang--option {
        opacity: 1;
        visibility: visible;
        transform: translateX(0) translateY(0);
        transition: all .2s;
        z-index: 1
    }

.header .header-lang--current {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

    .header .header-lang--current img {
        filter: brightness(10);
        margin-left: 5px
    }

@media(max-width: 1680px) {
    .header .header-lang--current {
        font-size: 13px
    }
}

@media(max-width: 767px) {
    .header .header-lang--current {
        font-size: 18px
    }
}

.header .header-lang--option {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0) translateY(20px);
    transition: all .2s
}

.header .header-lang--option-style {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
    border-radius: 3px;
    padding: 7px 10px
}

.header .header-lang--option a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none
}

    .header .header-lang--option a:hover {
        color: #f7b91b;
        text-decoration: none
    }

    .header .header-lang--option a:not(:last-child) {
        border-bottom: 1px solid #bdbdbd;
        padding-bottom: 2px;
        margin-bottom: 2px
    }

@media(max-width: 1680px) {
    .header .header-lang--option a {
        font-size: 14px
    }
}

@media(max-width: 1199px) {
    .header .header-lang {
        display: none
    }
}

.header .mb-header-content-top, .header .mb-header-search, .header .mb-header-lang, .header .mb-close-menu, .header .mb-dropdown-arrow, .header .backdrop-overlay, .header .mb-header-cta {
    display: none
}

.header.fixed {
    background: #765ba7;
    transition: all .3s
}

    .header.fixed .header--inner {
        padding: 7px 63px 0;
        transition: all .3s;
        align-items: center
    }

@media(max-width: 1680px) {
    .header.fixed .header--inner {
        padding: 7px 41px 0
    }
}

@media(max-width: 1199px) {
    .header.fixed .header--inner {
        padding: 15px 20px 15px
    }
}

@media(max-width: 767px) {
    .header.fixed .header--inner {
        padding: 15px 12px 15px
    }
}

.header.fixed .header-left .header-logo a .no-scroll {
    display: none;
    transition: all .3s
}

.header.fixed .header-left .header-logo a .is-scroll {
    display: block;
    max-width: 218px;
    transition: all .3s
}

@media(max-width: 1300px) {
    .header.fixed .header-left .header-logo a .is-scroll {
        max-width: 150px
    }
}

.header.fixed .header-right .header-content .header-content-bot {
    margin-top: 7px
}

    .header.fixed .header-right .header-content .header-content-bot .content-nav-list .content-nav-item {
        padding-bottom: 9px
    }

        .header.fixed .header-right .header-content .header-content-bot .content-nav-list .content-nav-item .content-nav-link {
            font-size: 22px
        }

@media(max-width: 1680px) {
    .header.fixed .header-right .header-content .header-content-bot .content-nav-list .content-nav-item .content-nav-link {
        font-size: 18px
    }
}

.header.header-mb .header--inner {
    flex-flow: column-reverse wrap;
    padding: 25px 20px
}

.header.header-mb .header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%
}

.header.header-mb .header-left {
    transition: none
}

    .header.header-mb .header-left .header-logo a {
        transition: none
    }

        .header.header-mb .header-left .header-logo a .no-scroll {
            max-width: 246px;
            transition: none
        }

        .header.header-mb .header-left .header-logo a .is-scroll {
            max-width: 246px;
            transition: none
        }

.header.header-mb .mb-header-search {
    display: none
}

.header.header-mb .mb-header-lang {
    display: flex
}

.header.header-mb .hamburger span {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    display: block
}

.header.header-mb .mb-close-menu {
    display: block;
    position: absolute;
    top: 37px;
    right: 20px;
    max-width: 16px
}

    .header.header-mb .mb-close-menu img {
        display: block;
        filter: brightness(0)
    }

.header.header-mb .mb-header-content-top {
    display: block;
    margin-bottom: 26px;
    border-bottom: 1px solid #bdbdbd
}

.header.header-mb .backdrop-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    pointer-events: none;
    opacity: 0
}

    .header.header-mb .backdrop-overlay.show {
        pointer-events: all;
        opacity: 1
    }

.header.header-mb .content-top-link ul {
    gap: 0
}

    .header.header-mb .content-top-link ul li {
        flex: 0 0 auto;
        width: 100%;
        padding-bottom: 16px;
        margin-bottom: 13px;
        position: relative
    }

        .header.header-mb .content-top-link ul li a {
            color: #828282;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.5714285714;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

            .header.header-mb .content-top-link ul li a img {
                display: none
            }

        .header.header-mb .content-top-link ul li.active a {
            color: #f7b91b
        }

@media(max-width: 1199px) {
    .header.header-mb .content-top-link ul li {
        padding-bottom: 9px;
        margin-bottom: 9px
    }
}

.header.header-mb .mb-dropdown-arrow {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    transition: all .3s
}

    .header.header-mb .mb-dropdown-arrow img {
        display: block
    }

    .header.header-mb .mb-dropdown-arrow.rotate {
        transform: rotate(90deg)
    }

.header.header-mb .header-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 90vw;
    max-width: 375px;
    height: 100vh;
    background: #fff;
    z-index: 4;
    padding: 90px 20px 0 24px;
    overflow: auto;
    transform: translateX(100%);
    transition: all .3s
}

    .header.header-mb .header-content .header-content-top .content-top-link {
        display: none
    }

    .header.header-mb .header-content .header-content-bot .content-nav-list {
        gap: 0
    }

        .header.header-mb .header-content .header-content-bot .content-nav-list .content-nav-item {
            width: 100%;
            padding-bottom: 9px;
            margin-bottom: 9px;
            position: relative
        }

        .header.header-mb .header-content .header-content-bot .content-nav-list .content-sub-wrapper {
            position: static;
            top: 0;
            left: 0;
            padding: 12px 0;
            box-shadow: none;
            opacity: 1;
            transition: none
        }

            .header.header-mb .header-content .header-content-bot .content-nav-list .content-sub-wrapper .sub-right {
                padding-left: 0
            }

@media(max-width: 1199px) {
    .header.header-mb .header-content .header-content-bot .content-nav-list .content-sub-wrapper {
        padding: 17px 0 0
    }
}

.header.header-mb .header-content .header-content-bot .content-nav-link {
    color: #333
}

.header.header-mb .header-content.show {
    transform: translateX(0);
    transition: all .3s
}

.header.header-mb .mb-header-cta {
    display: block;
    margin-bottom: 70px
}

    .header.header-mb .mb-header-cta .item-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f7b91b;
        border-radius: 22px;
        text-decoration: none;
        transition: all .3s;
        min-width: 44px;
        overflow: hidden;
        margin-bottom: 16px
    }

        .header.header-mb .mb-header-cta .item-link span {
            font-weight: 600;
            font-size: 14px;
            line-height: 1.7142857143;
            letter-spacing: -0.03em;
            color: #fff;
            display: block;
            padding: 10px 44px 10px 16px;
            transition: all .2s;
            white-space: nowrap
        }

        .header.header-mb .mb-header-cta .item-link img {
            display: block;
            max-width: 44px;
            z-index: 1
        }

.footer {
    position: relative;
    padding-top: 40px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important
}

    .footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #765ba7;
        opacity: .9;
        transform: matrix(1, 0, 0, -1, 0, 0)
    }

    .footer .container {
        position: relative;
        z-index: 2
    }

    .footer .footer-top {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 36px
    }

@media(max-width: 992px) {
    .footer .footer-top {
        gap: 34px;
        justify-content: flex-start
    }
}

.footer .footer-logo-wrapper .footer-logo {
    max-width: 347px;
    margin-bottom: 23px
}

    .footer .footer-logo-wrapper .footer-logo a, .footer .footer-logo-wrapper .footer-logo img {
        display: block
    }

@media(max-width: 1680px) {
    .footer .footer-logo-wrapper .footer-logo {
        max-width: 260px;
        margin-bottom: 17px
    }
}

@media(max-width: 767px) {
    .footer .footer-logo-wrapper .footer-logo {
        max-width: 200px
    }
}

.footer .footer-logo-wrapper .footer-name {
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2173913043;
    letter-spacing: -0.02em;
    color: #fff
}

@media(max-width: 1680px) {
    .footer .footer-logo-wrapper .footer-name {
        font-size: 18px
    }
}

@media(max-width: 992px) {
    .footer .footer-logo-wrapper {
        flex: 0 0 auto;
        width: 100%
    }
}

.footer .social-ic-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 23px
}

    .footer .social-ic-wrapper p {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 14px;
        line-height: 1.4285714286;
        margin-bottom: 0;
        color: #fff
    }

@media(max-width: 1680px) {
    .footer .social-ic-wrapper p {
        font-size: 12px
    }
}

.footer .social-ic-wrapper .social-ic-gr {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

    .footer .social-ic-wrapper .social-ic-gr a, .footer .social-ic-wrapper .social-ic-gr svg {
        display: block
    }

        .footer .social-ic-wrapper .social-ic-gr a:hover svg rect {
            stroke: #00babb;
            fill: #00babb
        }

@media(max-width: 1680px) {
    .footer .social-ic-wrapper {
        margin-top: 17px
    }
}

.footer .footer-info-wrapper {
    flex: 0 0 auto;
    width: 383px
}

    .footer .footer-info-wrapper ul {
        padding: 0;
        margin: 0
    }

        .footer .footer-info-wrapper ul li {
            list-style: none;
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 1.25;
            margin-bottom: 18px;
            color: #fff
        }

@media(max-width: 1680px) {
    .footer .footer-info-wrapper ul li {
        font-size: 12px;
        margin-bottom: 13px
    }
}

@media(max-width: 767px) {
    .footer .footer-info-wrapper ul li {
        font-size: 14px;
        line-height: 21px
    }
}

.footer .footer-info-wrapper ul li:last-child {
    margin-bottom: 0
}

.footer .footer-info-wrapper ul li p {
    margin-bottom: 0
}

.footer .footer-info-wrapper ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300
}

.footer .footer-info-wrapper ul li span {
    font-weight: 300
}

@media(max-width: 1680px) {
    .footer .footer-info-wrapper {
        width: 287px
    }
}

@media(max-width: 767px) {
    .footer .footer-info-wrapper {
        width: 100%
    }
}

.footer .footer-link-wrapper ul {
    padding: 0;
    margin: 0
}

    .footer .footer-link-wrapper ul li {
        margin-bottom: 13px;
        list-style: none
    }

        .footer .footer-link-wrapper ul li a {
            display: block;
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            transition: all .3s;
            text-decoration: none
        }

            .footer .footer-link-wrapper ul li a:hover {
                color: #f7b91b;
                transition: all .3s;
                text-decoration: underline
            }

@media(max-width: 1680px) {
    .footer .footer-link-wrapper ul li a {
        font-size: 12px;
        line-height: 15px
    }
}

@media(max-width: 767px) {
    .footer .footer-link-wrapper ul li a {
        font-size: 14px;
        line-height: 15px
    }
}

.footer .footer-link-wrapper ul li:last-child {
    margin-bottom: 0
}

@media(max-width: 1680px) {
    .footer .footer-link-wrapper ul li {
        margin-bottom: 9px
    }
}

.footer .footer-bot {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1428571429;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 12px 0;
    border-top: 1px solid #fff
}

@media(max-width: 1680px) {
    .footer .footer-bot {
        font-size: 11px
    }
}

@media(max-width: 767px) {
    .footer .footer-bot {
        font-size: 10px
    }
}

#fixedScreen {
    align-items: center;
    bottom: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: fixed;
    right: 20px;
    z-index: 111;
    opacity: 0;
    pointer-events: none
}

    #fixedScreen .item {
        background: #765ba7;
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: 0 4.71859px 4.71859px rgba(0,0,0,.25);
        display: block;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        text-align: center;
        width: 45px
    }

        #fixedScreen .item img {
            flex-shrink: 0;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            padding: 8px;
            width: 100%;
            vertical-align: middle;
            display: block
        }

        #fixedScreen .item:first-child {
            margin-bottom: 15px
        }

        #fixedScreen .item:last-child img {
            padding: 12px
        }

@media(max-width: 1680px) {
    #fixedScreen .item {
        height: 40px;
        line-height: 40px;
        width: 40px
    }
}

#fixedScreen .list-interval {
    align-items: center;
    display: flex;
    transition: all 1s ease-in-out
}

    #fixedScreen .list-interval img {
        display: none
    }

        #fixedScreen .list-interval img.active {
            display: flex
        }

#fixedScreen.show {
    opacity: 1;
    pointer-events: all
}

#fixedSocialList {
    background: #fff;
    border-radius: 10px;
    bottom: 70%;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    min-width: 210px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 50%;
    transition: all .3s;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content
}

    #fixedSocialList .itemsc {
        align-items: center;
        border-bottom: 1px solid #e9e9e9;
        display: flex;
        padding: 15px;
        position: relative;
        text-decoration: none
    }

        #fixedSocialList .itemsc:last-child {
            border-bottom: 0
        }

        #fixedSocialList .itemsc .icon {
            flex-shrink: 0;
            height: 40px;
            width: 40px
        }

            #fixedSocialList .itemsc .icon img {
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain;
                width: 100%
            }

@media(max-width: 1680px) {
    #fixedSocialList .itemsc .icon {
        height: 36px;
        width: 36px
    }
}

#fixedSocialList .itemsc .textbox span {
    display: block;
    font-family: "Lexend Deca";
    margin-left: 15px
}

    #fixedSocialList .itemsc .textbox span:first-child {
        color: #666;
        font-size: 12px;
        font-weight: 300;
        line-height: 15px
    }

    #fixedSocialList .itemsc .textbox span:last-child {
        color: #666;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px
    }

#fixedSocialList.active {
    bottom: 100%;
    opacity: 1;
    pointer-events: inherit;
    transition: all .3s;
    visibility: visible
}

@media(max-width: 1680px) {
    #fixedSocialList {
        min-width: 190px
    }
}

.gf-home--banner-wrapper {
    position: relative
}

    .gf-home--banner-wrapper .gf-banner-slider .swiper-slide {
        position: relative;
        width: 100%;
        height: 100vh
    }

        .gf-home--banner-wrapper .gf-banner-slider .swiper-slide::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%)
        }

        .gf-home--banner-wrapper .gf-banner-slider .swiper-slide img {
            display: block;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
            -o-object-position: center;
            object-position: center
        }

    .gf-home--banner-wrapper .gf-banner-slider .swiper-pagination {
        bottom: unset;
        top: 50%;
        left: 60px;
        transform: translateY(-50%);
        width: auto;
        display: flex;
        gap: 15px;
        flex-direction: column
    }

@media(max-width: 1199px) {
    .gf-home--banner-wrapper .gf-banner-slider .swiper-pagination {
        left: 15px
    }
}

.gf-home--banner-wrapper .gf-banner-slider .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    letter-spacing: -0.03em;
    opacity: .8;
    border-radius: unset;
    background: none;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #fff
}

@media(max-width: 1500px) {
    .gf-home--banner-wrapper .gf-banner-slider .swiper-pagination-bullet {
        font-size: 12px
    }
}

.gf-home--banner-wrapper .gf-banner-slider .swiper-pagination-bullet-active {
    font-weight: 700;
    opacity: 1;
    font-size: 23px
}

@media(max-width: 1500px) {
    .gf-home--banner-wrapper .gf-banner-slider .swiper-pagination-bullet-active {
        font-size: 17px
    }
}

.gf-home--banner-wrapper .gf-banner-slider.home-pc-slide {
    display: block
}

@media(max-width: 1199px) {
    .gf-home--banner-wrapper .gf-banner-slider.home-pc-slide {
        display: none
    }
}

.gf-home--banner-wrapper .gf-banner-slider.home-mb-slide {
    display: none
}

@media(max-width: 1199px) {
    .gf-home--banner-wrapper .gf-banner-slider.home-mb-slide {
        display: block
    }
}

.gf-home--banner-wrapper .gf-banner-deco {
    position: absolute;
    bottom: -94px;
    right: 0;
    z-index: 1;
    overflow: hidden
}

    .gf-home--banner-wrapper .gf-banner-deco .deco-text {
        position: relative;
        z-index: 1;
        padding: 140px 63px 126px 100px
    }

        .gf-home--banner-wrapper .gf-banner-deco .deco-text p {
            max-width: 305px;
            font-weight: 700;
            font-size: 35px;
            line-height: 1.4571428571;
            text-align: right;
            word-break: break-word;
            color: #fff;
            text-shadow: 0px 4px 10px rgba(0,0,0,.25);
            margin-bottom: 12px
        }

@media(max-width: 1680px) {
    .gf-home--banner-wrapper .gf-banner-deco .deco-text p {
        font-size: 26px;
        max-width: 208px
    }
}

@media(max-width: 767px) {
    .gf-home--banner-wrapper .gf-banner-deco .deco-text p {
        font-size: 16px;
        max-width: 138px
    }
}

@media(max-width: 1680px) {
    .gf-home--banner-wrapper .gf-banner-deco .deco-text {
        padding: 100px 41px 90px 50px
    }
}

@media(max-width: 1199px) {
    .gf-home--banner-wrapper .gf-banner-deco .deco-text {
        padding: 100px 41px 70px 50px
    }
}

@media(max-width: 767px) {
    .gf-home--banner-wrapper .gf-banner-deco .deco-text {
        padding: 65px 27px 52px 30px
    }
}

.gf-home--banner-wrapper .gf-banner-deco::after {
    content: "";
    position: absolute;
    top: 0;
    right: -82px;
    width: 476px;
    height: 476px;
    border-radius: 100%;
    background: #46ad71;
    opacity: .85
}

@media(max-width: 1680px) {
    .gf-home--banner-wrapper .gf-banner-deco::after {
        width: 340px;
        height: 340px
    }
}

@media(max-width: 767px) {
    .gf-home--banner-wrapper .gf-banner-deco::after {
        width: 220px;
        height: 220px;
        right: -50px
    }
}

@media(max-width: 1199px) {
    .gf-home--banner-wrapper .gf-banner-deco {
        bottom: 0
    }
}

.gf-home--banner-wrapper .bf-scroll-down {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 1;
    cursor: pointer
}

@media(max-width: 1199px) {
    .gf-home--banner-wrapper .bf-scroll-down {
        left: 15px
    }
}

@media(max-width: 767px) {
    .gf-home--banner-wrapper .bf-scroll-down {
        display: none
    }
}

.gf-home--gioithieu-wrapper {
    position: relative;
    background: #765ba7
}

    .gf-home--gioithieu-wrapper .home-gioithieu--inner {
        max-width: 89%;
        display: flex;
        align-items: flex-start;
        gap: 22px
    }

        .gf-home--gioithieu-wrapper .home-gioithieu--inner .home-gioithieu-section-wrapper {
            flex: 1
        }

        .gf-home--gioithieu-wrapper .home-gioithieu--inner .home-gioithieu-nav {
            flex: 0 0 auto;
            width: 231px
        }

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .home-gioithieu--inner .home-gioithieu-nav {
        width: 173px
    }
}

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu--inner {
        max-width: 100%
    }
}

.gf-home--gioithieu-wrapper .home-gioithieu-section {
    position: relative;
    padding-top: 100px
}

    .gf-home--gioithieu-wrapper .home-gioithieu-section:last-child {
        padding-bottom: 100px
    }

@media(max-width: 1500px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section:last-child {
        padding-bottom: 70px
    }
}

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section:last-child {
        padding-bottom: 36px
    }
}

@media(max-width: 1500px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section {
        padding-top: 70px
    }
}

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section {
        padding-top: 36px;
        padding-bottom: 36px;
        border-bottom: 1px solid rgba(255,255,255,.3)
    }
}

.gf-home--gioithieu-wrapper .home-gioithieu-section .mb-home-gioithieu-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #f7b91b;
    text-decoration: none;
    padding: 0 20px
}

    .gf-home--gioithieu-wrapper .home-gioithieu-section .mb-home-gioithieu-header:hover, .gf-home--gioithieu-wrapper .home-gioithieu-section .mb-home-gioithieu-header:focus {
        text-decoration: none
    }

    .gf-home--gioithieu-wrapper .home-gioithieu-section .mb-home-gioithieu-header img {
        display: block;
        transform: rotate(-90deg);
        transition: all .3s
    }

    .gf-home--gioithieu-wrapper .home-gioithieu-section .mb-home-gioithieu-header.click img {
        transform: rotate(0deg)
    }

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .mb-home-gioithieu-header {
        display: flex
    }
}

@media(max-width: 370px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .mb-home-gioithieu-header {
        font-size: 20px
    }
}

.gf-home--gioithieu-wrapper .home-gioithieu-section .section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-start
}

    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-image-wrapper {
        position: relative;
        flex: 0 0 auto;
        width: 65%
    }

        .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-image-wrapper .section-image {
            position: relative;
            display: block;
            overflow: hidden
        }

            .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-image-wrapper .section-image img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transition: all .3s
            }

            .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-image-wrapper .section-image::before {
                content: "";
                display: block;
                padding-bottom: 78.3%
            }

        .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-image-wrapper .info-circle {
            position: absolute;
            bottom: 70px;
            right: 0;
            width: 165px;
            height: 165px;
            border-radius: 50%;
            background: #00babb;
            box-shadow: 0px 4px 35px rgba(0,0,0,.35);
            margin-right: -82.5px;
            font-weight: 700;
            font-size: 36px;
            line-height: 1;
            letter-spacing: -0.03em;
            color: #fff;
            text-align: center;
            padding: 12px;
            display: flex;
            justify-content: center;
            align-items: center
        }

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-image-wrapper .info-circle {
        font-size: 26px;
        width: 123px;
        height: 123px;
        margin-right: -61.5px;
        bottom: 50px
    }
}

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-image-wrapper .info-circle {
        margin-top: 0;
        margin-right: 0;
        bottom: 0;
        left: 50%;
        right: unset;
        transform: translateX(-50%) translateY(61.5px)
    }
}

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-image-wrapper {
        width: 100%;
        order: 1;
        margin-bottom: 70px
    }
}

.gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper {
    flex: 0 0 auto;
    width: 26.3%;
    margin-left: 8.5%;
    height: 100%;
    padding-top: 100px
}

    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper h4, .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper .h4 {
        letter-spacing: -0.03em;
        font-weight: 700;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 22px;
        color: #f7b91b
    }

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper h4, .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper .h4 {
        font-size: 22px
    }
}

@media(max-width: 1366px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper h4, .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper .h4 {
        font-size: 20px
    }
}

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper h4, .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper .h4 {
        display: none
    }
}

.gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper p {
    letter-spacing: -0.02em;
    color: #fff
}

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper p {
        font-size: 16px;
        letter-spacing: -0.03em
    }
}

@media(max-width: 1366px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper p {
        font-size: 14px
    }
}

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper {
        padding-top: 80px
    }
}

@media(max-width: 1199px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper {
        padding-top: 0
    }
}

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-section .section-container .section-text-wrapper {
        width: 100%;
        padding: 0 20px;
        margin-left: 0;
        margin-bottom: 40px;
        margin-top: 16px;
        order: 0
    }
}

.gf-home--gioithieu-wrapper .home-gioithieu-nav {
    position: sticky;
    transition: all .3s;
    top: 0;
    margin-bottom: 250px;
    padding-top: 200px
}

    .gf-home--gioithieu-wrapper .home-gioithieu-nav ul {
        padding: 0;
        margin: 0
    }

        .gf-home--gioithieu-wrapper .home-gioithieu-nav ul li {
            list-style: none;
            margin-bottom: 28px
        }

            .gf-home--gioithieu-wrapper .home-gioithieu-nav ul li:last-child {
                margin-bottom: 0
            }

            .gf-home--gioithieu-wrapper .home-gioithieu-nav ul li.active a {
                color: #f7b91b
            }

                .gf-home--gioithieu-wrapper .home-gioithieu-nav ul li.active a svg #pie {
                    fill: #f7b91b
                }

                .gf-home--gioithieu-wrapper .home-gioithieu-nav ul li.active a svg #outline {
                    opacity: 1;
                    stroke: #f7b91b
                }

        .gf-home--gioithieu-wrapper .home-gioithieu-nav ul .gioithieu-navlink {
            display: flex;
            gap: 12px;
            letter-spacing: -0.03em;
            font-weight: 700;
            font-size: 24px;
            line-height: 1.25;
            color: #fff;
            text-decoration: none;
            transition: all .3s
        }

            .gf-home--gioithieu-wrapper .home-gioithieu-nav ul .gioithieu-navlink svg {
                display: block;
                flex: 0 0 auto;
                width: 40px
            }

                .gf-home--gioithieu-wrapper .home-gioithieu-nav ul .gioithieu-navlink svg #outline {
                    opacity: 0
                }

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-nav ul .gioithieu-navlink svg {
        width: 30px
    }
}

.gf-home--gioithieu-wrapper .home-gioithieu-nav ul .gioithieu-navlink:hover {
    color: #f7b91b;
    transition: all .3s
}

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-nav ul .gioithieu-navlink {
        font-size: 18px
    }
}

@media(max-width: 1366px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-nav ul .gioithieu-navlink {
        font-size: 16px
    }
}

@media(max-width: 1500px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-nav {
        padding-top: 150px
    }
}

@media(max-width: 1366px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-nav {
        margin-bottom: 120px
    }
}

@media(max-width: 1199px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-nav {
        padding-top: 70px
    }
}

@media(max-width: 992px) {
    .gf-home--gioithieu-wrapper .home-gioithieu-nav {
        display: none
    }
}

@media(max-width: 991.98px) {
    .gf-home--gioithieu-wrapper .college-container {
        margin-top: 30px
    }
}

.gf-home--gioithieu-wrapper .college-container--inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 154px 0
}

@media(max-width: 1300px) {
    .gf-home--gioithieu-wrapper .college-container--inner {
        flex-direction: column;
        padding: 0 0 46px
    }
}

.gf-home--gioithieu-wrapper .college-intro {
    flex: 0 0 auto;
    width: 23.46%
}

    .gf-home--gioithieu-wrapper .college-intro .intro-header {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.0666666667;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px
    }

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .college-intro .intro-header {
        font-size: 22px
    }
}

@media(max-width: 1366px) {
    .gf-home--gioithieu-wrapper .college-intro .intro-header {
        font-size: 20px
    }
}

.gf-home--gioithieu-wrapper .college-intro .intro-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555555556;
    color: #fff
}

@media(max-width: 1680px) {
    .gf-home--gioithieu-wrapper .college-intro .intro-content {
        font-size: 16px
    }
}

.gf-home--gioithieu-wrapper .college-intro .intro-content > * {
    text-align: justify
}

@media(max-width: 1199px) {
    .gf-home--gioithieu-wrapper .college-intro {
        width: 100%;
        margin-bottom: 35px
    }
}

@media(max-width: 767px) {
    .gf-home--gioithieu-wrapper .college-intro {
        margin-bottom: 20px
    }
}

.gf-home--gioithieu-wrapper .colleges {
    flex: 0 0 auto;
    width: 65.93%;
    position: relative
}

    .gf-home--gioithieu-wrapper .colleges .swiper-button-prev, .gf-home--gioithieu-wrapper .colleges .swiper-button-next {
        width: 23px;
        height: 33px;
        color: #fff;
        margin-top: -16px
    }

        .gf-home--gioithieu-wrapper .colleges .swiper-button-prev::after, .gf-home--gioithieu-wrapper .colleges .swiper-button-next::after {
            font-size: 30px
        }

    .gf-home--gioithieu-wrapper .colleges .swiper-button-prev {
        left: -40px
    }

@media(max-width: 1199px) {
    .gf-home--gioithieu-wrapper .colleges .swiper-button-prev {
        left: 0
    }
}

.gf-home--gioithieu-wrapper .colleges .swiper-button-next {
    right: -40px
}

@media(max-width: 1199px) {
    .gf-home--gioithieu-wrapper .colleges .swiper-button-next {
        right: 0
    }
}

@media(max-width: 1199px) {
    .gf-home--gioithieu-wrapper .colleges {
        width: 100%;
        padding: 0 40px
    }
}

.gf-home--gioithieu-wrapper .watermark {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px
}

    .gf-home--gioithieu-wrapper .watermark::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 100%;
        height: 100%;
        background: #5e448c;
        border-radius: 13px;
        transition: background .3s
    }

    .gf-home--gioithieu-wrapper .watermark::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        display: block;
        background: url(../images/home/global.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 95%;
        height: 46%
    }

    .gf-home--gioithieu-wrapper .watermark .watermark-info {
        z-index: 1
    }

@media(max-width: 991.98px) {
    .gf-home--gioithieu-wrapper .watermark .watermark-info .watermark-thumb {
        width: 90%;
        margin: 0 auto
    }
}

.gf-home--gioithieu-wrapper .watermark .watermark-info img {
    height: auto;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    max-height: 100px
}

#sidefixed-ele {
    position: absolute;
    top: 200px;
    right: 7px
}

    #sidefixed-ele .sidefixed-item {
        text-align: right;
        margin-bottom: 10px
    }

    #sidefixed-ele .item-link {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        background: #f7b91b;
        border-radius: 22px;
        text-decoration: none;
        transition: all .3s;
        min-width: 44px;
        overflow: hidden
    }

        #sidefixed-ele .item-link span {
            font-weight: 600;
            font-size: 14px;
            line-height: 1.7142857143;
            letter-spacing: -0.03em;
            color: #fff;
            display: block;
            padding: 10px 44px 10px 0;
            max-width: 0;
            transform: scaleX(0);
            transform-origin: right;
            pointer-events: none;
            transition: all .2s;
            white-space: nowrap
        }

@media(max-width: 1680px) {
    #sidefixed-ele .item-link span {
        padding: 10px 40px 10px 0;
        font-size: 12px
    }
}

#sidefixed-ele .item-link img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    max-width: 44px;
    z-index: 1
}

@media(max-width: 1680px) {
    #sidefixed-ele .item-link img {
        max-width: 40px
    }
}

@media(hover: hover) {
    #sidefixed-ele .item-link:hover span {
        padding: 10px 44px 10px 15px;
        max-width: -moz-fit-content;
        max-width: fit-content;
        transform: scaleX(1);
        transition: all .2s
    }
}

@media(max-width: 1680px) {
    #sidefixed-ele .item-link {
        min-width: 40px
    }
}

#sidefixed-ele.fixed {
    position: fixed;
    z-index: 10
}

@media(max-width: 1199px) {
    #sidefixed-ele {
        display: none
    }
}

.gf-home--program-wrapper {
    position: relative;
    height: 100vh;
}

    .gf-home--program-wrapper .program-inner {
        position: relative;
        height: 100vh;
        /* max-height: 810px; */
        overflow: hidden
    }

@media(max-width: 1680px) {
    .gf-home--program-wrapper .program-inner {
        height: 100vh;
    }
}

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-inner {
        /* margin-top: 48px; */
        height: 100%;
        max-height: 100%
    }
}

.gf-home--program-wrapper .program-item-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1
}

    .gf-home--program-wrapper .program-item-wrapper:nth-child(odd) .program-background {
        background: linear-gradient(180deg, rgba(78, 56, 117, 0.7) 38.54%, rgba(78, 56, 117, 0.343) 100%)
    }

    .gf-home--program-wrapper .program-item-wrapper:nth-child(even) .program-background {
        background: linear-gradient(180deg, rgba(78, 56, 117, 0.459) 0%, rgba(78, 56, 117, 0.85) 59.37%)
    }

    .gf-home--program-wrapper .program-item-wrapper.program-item-1 {
        left: 0
    }

        .gf-home--program-wrapper .program-item-wrapper.program-item-1 .program-image {
            left: 0
        }

        .gf-home--program-wrapper .program-item-wrapper.program-item-1 .program-background {
            left: 0
        }

        .gf-home--program-wrapper .program-item-wrapper.program-item-1 .program-content .content-head-ic::before {
            display: none
        }

    .gf-home--program-wrapper .program-item-wrapper.program-item-2 {
        left: 33.3333333333%
    }

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-item-wrapper.program-item-2 {
        left: 0
    }
}

.gf-home--program-wrapper .program-item-wrapper.program-item-3 {
    left: 66.6666666667%
}

    .gf-home--program-wrapper .program-item-wrapper.program-item-3 .program-content .content-head-ic::after {
        display: none
    }

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-item-wrapper.program-item-3 {
        left: 0
    }
}

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-item-wrapper {
        position: relative
    }
}

.gf-home--program-wrapper .program-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.3333333333%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-image {
        position: relative;
        height: 80vh;
        max-height: 810px;
        width: 100%
    }
}

@media(max-width: 767px) {
    .gf-home--program-wrapper .program-image {
        max-height: 541px
    }
}

.gf-home--program-wrapper .program-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3333333333%;
    height: 100%;
    z-index: 1
}

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-background {
        width: 100%
    }
}

.gf-home--program-wrapper .program-content {
    position: absolute;
    width: 33.3333333333%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    overflow: hidden
}

.gf-home--program-wrapper .program-content--inner {
    position: relative;
    width: 100%;
    padding: 0 14%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}

@media(max-width: 767px) {
    .gf-home--program-wrapper .program-content--inner {
        padding: 0 20px
    }
}

.gf-home--program-wrapper .program-content .content-head-ic {
    position: relative;
    max-width: 130px;
    margin: 0 auto 37px
}

    .gf-home--program-wrapper .program-content .content-head-ic img {
        display: block
    }

    .gf-home--program-wrapper .program-content .content-head-ic.show::before, .gf-home--program-wrapper .program-content .content-head-ic.show::after {
        opacity: 0;
        pointer-events: none
    }

    .gf-home--program-wrapper .program-content .content-head-ic::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 50vw;
        height: 2px;
        background: #fff;
        transition: all .2s
    }

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-content .content-head-ic::before {
        display: none
    }
}

.gf-home--program-wrapper .program-content .content-head-ic::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50vw;
    height: 2px;
    background: #fff;
    transition: all .2s
}

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-content .content-head-ic::after {
        display: none
    }
}

@media(max-width: 1680px) {
    .gf-home--program-wrapper .program-content .content-head-ic {
        max-width: 98px;
        margin: 0 auto 30px
    }
}

@media(max-width: 767px) {
    .gf-home--program-wrapper .program-content .content-head-ic {
        max-width: 80px
    }
}

.gf-home--program-wrapper .program-content .content-head-title {
    font-family: "SVN-BookAntiquaBold";
    font-weight: bold;
    font-size: 40px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

@media(max-width: 1680px) {
    .gf-home--program-wrapper .program-content .content-head-title {
        font-size: 24px
    }
}

.gf-home--program-wrapper .program-content .content-main {
    margin-top: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #fff
}

@media(max-width: 1680px) {
    .gf-home--program-wrapper .program-content .content-main {
        font-size: 16px
    }
}

@media(max-width: 1366px) {
    .gf-home--program-wrapper .program-content .content-main {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .gf-home--program-wrapper .program-content .content-main {
        margin-top: 30px
    }
}

.gf-home--program-wrapper .program-content .btn-pill {
    margin: 40px auto 0
}

@media(max-width: 767px) {
    .gf-home--program-wrapper .program-content .btn-pill {
        margin: 30px auto 0;
        font-size: 20px
    }
}

@media(max-width: 992px) {
    .gf-home--program-wrapper .program-content {
        width: 100%
    }
}

@media(max-width: 992px) {
    .gf-home--program-wrapper {
        /* padding: 47px 0 70px; */
    }
}

.meeting-studuent {
    padding: 86px 0 92px
}

    .meeting-studuent .meeting-student-wrapper {
        margin-top: 63px;
        display: flex;
        flex-wrap: wrap;
        gap: 33px
    }

        .meeting-studuent .meeting-student-wrapper .meeting-student-item {
            flex: 0 0 auto;
            width: calc(25% - 24.75px);
            text-align: center
        }

            .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-image {
                position: relative;
                padding: 7px;
                border-radius: 50%
            }

                .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-image:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: .64;
                    background: #f7b91b;
                    border-radius: 50%;
                    transition: all .3s
                }

                .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-image a {
                    position: relative;
                    display: block;
                    overflow: hidden;
                    border-radius: 50%
                }

                    .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-image a img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        transition: all .3s
                    }

                    .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-image a::before {
                        content: "";
                        display: block;
                        padding-bottom: 100%
                    }

@media(max-width: 767px) {
    .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-image {
        padding: 3px
    }
}

.meeting-studuent .meeting-student-wrapper .meeting-student-item .student-des {
    margin-top: 45px;
    text-align: center
}

    .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-des .student-name {
        font-family: "Lexend Deca";
        font-weight: 700;
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 9px;
        letter-spacing: -0.03em;
        color: #fff
    }

@media(max-width: 1680px) {
    .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-des .student-name {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-des .student-name {
        font-size: 14px
    }
}

.meeting-studuent .meeting-student-wrapper .meeting-student-item .student-des .student-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: -0.03em;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 90px
}

@media(max-width: 1680px) {
    .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-des .student-text {
        font-size: 14px;
        min-height: 70px
    }
}

@media(max-width: 1680px) {
    .meeting-studuent .meeting-student-wrapper .meeting-student-item .student-des {
        margin-top: 35px
    }
}

.meeting-studuent .meeting-student-wrapper .meeting-student-item:hover .student-image:before {
    opacity: 1;
    transition: all .3s
}

@media(max-width: 992px) {
    .meeting-studuent .meeting-student-wrapper .meeting-student-item {
        width: calc(50% - 16.5px)
    }
}

@media(max-width: 992px) {
    .meeting-studuent .meeting-student-wrapper {
        margin-top: 40px
    }
}

@media(max-width: 767px) {
    .meeting-studuent .meeting-student-wrapper {
        margin-top: 25px
    }
}

@media(max-width: 767px) {
    .meeting-studuent .common-section-title .view-detail {
        display: none
    }
}

@media(max-width: 767px) {
    .meeting-studuent {
        padding: 50px 0
    }
}

.home-news {
    padding: 61px 0 87px
}

    .home-news .overlay-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        mix-blend-mode: soft-light;
        opacity: .27
    }

        .home-news .overlay-background::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, #765ba7 22.99%, rgba(118, 91, 167, 0) 100%);
            transform: matrix(1, 0, 0, -1, 0, 0);
            z-index: 1
        }

    .home-news .container {
        position: relative;
        z-index: 2
    }

    .home-news .home-news-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-top: 32px
    }

        .home-news .home-news-wrapper .home-news-item {
            position: relative
        }

            .home-news .home-news-wrapper .home-news-item .news-images {
                position: relative;
                display: block;
                overflow: hidden;
                border-radius: 5px
            }

                .home-news .home-news-wrapper .home-news-item .news-images img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    transition: all .3s
                }

                .home-news .home-news-wrapper .home-news-item .news-images::before {
                    content: "";
                    display: block;
                    padding-bottom: 60%
                }

            .home-news .home-news-wrapper .home-news-item .news-content .news-title {
                font-family: "Lexend Deca";
                color: #fff;
                letter-spacing: -0.03em;
                text-decoration: none;
                transition: all .3s;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden
            }

                .home-news .home-news-wrapper .home-news-item .news-content .news-title:hover {
                    color: #f7b91b;
                    transition: all .3s
                }

            .home-news .home-news-wrapper .home-news-item .news-content .news-des {
                color: #fff;
                letter-spacing: -0.03em;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden
            }

            .home-news .home-news-wrapper .home-news-item .news-content .view-detail-cta {
                display: inline-flex;
                font-size: 16px;
                line-height: 1.25
            }

                .home-news .home-news-wrapper .home-news-item .news-content .view-detail-cta svg {
                    max-width: 14px
                }

                .home-news .home-news-wrapper .home-news-item .news-content .view-detail-cta:hover {
                    color: #fff
                }

@media(max-width: 1680px) {
    .home-news .home-news-wrapper .home-news-item .news-content .view-detail-cta {
        font-size: 14px
    }
}

@media(max-width: 992px) {
    .home-news .home-news-wrapper .home-news-item .news-content .view-detail-cta {
        display: none
    }
}

.home-news .home-news-wrapper .home-feature-news {
    flex: 0 0 auto;
    width: 59.4%
}

    .home-news .home-news-wrapper .home-feature-news .home-news-item .news-content {
        margin-top: 38px
    }

        .home-news .home-news-wrapper .home-feature-news .home-news-item .news-content .news-title {
            font-weight: 500;
            font-size: 28px;
            line-height: 1.25;
            margin-bottom: 18px
        }

@media(max-width: 1680px) {
    .home-news .home-news-wrapper .home-feature-news .home-news-item .news-content .news-title {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .home-news .home-news-wrapper .home-feature-news .home-news-item .news-content .news-title {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.home-news .home-news-wrapper .home-feature-news .home-news-item .news-content .news-des {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3333333333;
    margin-bottom: 25px
}

@media(max-width: 1680px) {
    .home-news .home-news-wrapper .home-feature-news .home-news-item .news-content .news-des {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .home-news .home-news-wrapper .home-feature-news .home-news-item .news-content .news-des {
        font-size: 14px
    }
}

@media(max-width: 992px) {
    .home-news .home-news-wrapper .home-feature-news {
        width: 100%
    }
}

.home-news .home-news-wrapper .home-list-news {
    flex: 0 0 auto;
    width: 40.6%;
    padding-left: 75px
}

    .home-news .home-news-wrapper .home-list-news .home-news-item {
        display: block;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #fff
    }

        .home-news .home-news-wrapper .home-list-news .home-news-item .news-top {
            margin-bottom: 20px
        }

        .home-news .home-news-wrapper .home-list-news .home-news-item .news-bot {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            flex-direction: row;
            gap: 31px
        }

        .home-news .home-news-wrapper .home-list-news .home-news-item .news-content {
            flex: 0 0 46.79%;
            max-width: 46.79%
        }

        .home-news .home-news-wrapper .home-list-news .home-news-item .news-title {
            font-family: "Lexend Deca";
            font-weight: 400;
            font-size: 24px;
            line-height: 1.1666666667;
            margin-bottom: 15px;
            color: #fff;
            text-decoration: none;
            transition: all .3s
        }

            .home-news .home-news-wrapper .home-list-news .home-news-item .news-title:hover {
                color: #f7b91b
            }

@media(max-width: 1680px) {
    .home-news .home-news-wrapper .home-list-news .home-news-item .news-title {
        font-size: 16px;
        line-height: 1.3125
    }
}

@media(max-width: 1366px) {
    .home-news .home-news-wrapper .home-list-news .home-news-item .news-title {
        margin-bottom: 11px
    }
}

.home-news .home-news-wrapper .home-list-news .home-news-item .news-des {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media(max-width: 1680px) {
    .home-news .home-news-wrapper .home-list-news .home-news-item .news-des {
        font-size: 14px
    }
}

@media(max-width: 1366px) {
    .home-news .home-news-wrapper .home-list-news .home-news-item .news-des {
        margin-bottom: 11px
    }
}

.home-news .home-news-wrapper .home-list-news .home-news-item .news-images {
    flex: 0 0 calc(53.21% - 31px);
    max-width: calc(53.21% - 31px)
}

.home-news .home-news-wrapper .home-list-news .home-news-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

@media(max-width: 1680px) {
    .home-news .home-news-wrapper .home-list-news .home-news-item {
        padding-bottom: 18px;
        margin-bottom: 18px
    }
}

@media(max-width: 992px) {
    .home-news .home-news-wrapper .home-list-news .home-news-item {
        flex-direction: row
    }
}

@media(max-width: 767px) {
    .home-news .home-news-wrapper .home-list-news .home-news-item {
        gap: 23px
    }
}

@media(max-width: 1680px) {
    .home-news .home-news-wrapper .home-list-news {
        padding-left: 70px
    }
}

@media(max-width: 1199px) {
    .home-news .home-news-wrapper .home-list-news {
        padding-left: 40px
    }
}

@media(max-width: 992px) {
    .home-news .home-news-wrapper .home-list-news {
        width: 100%;
        padding-left: 0
    }
}

@media(max-width: 992px) {
    .home-news .home-news-wrapper {
        margin-top: 25px;
        gap: 30px
    }
}

@media(max-width: 767px) {
    .home-news .view-detail {
        display: none
    }
}

@media(max-width: 992px) {
    .home-news {
        padding: 48px 0
    }
}

.home-events {
    padding: 124px 0 59px;
    overflow: hidden
}

    .home-events::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 566px;
        height: 147px;
        background: url(../images/home/events-deco.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

@media(max-width: 1680px) {
    .home-events::before {
        width: 424px;
        height: 110px
    }
}

@media(max-width: 992px) {
    .home-events::before {
        display: none
    }
}

.home-events .home-events-wrapper {
    margin-top: 30px;
    position: relative
}

    .home-events .home-events-wrapper .swiper .line-deco {
        position: absolute;
        top: 67.25%;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 26.04%, rgb(255, 255, 255) 52.08%, rgb(255, 255, 255) 76.04%, rgba(255, 255, 255, 0) 100%)
    }

@media(max-width: 991.98px) {
    .home-events .home-events-wrapper .swiper .line-deco {
        display: none
    }
}

.home-events .home-events-wrapper .events-slider {
    position: relative
}

@media(max-width: 991.98px) {
    .home-events .home-events-wrapper .swiper-wrapper {
        flex-wrap: wrap;
        row-gap: 40px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media(max-width: 991.98px) {
    .home-events .home-events-wrapper .swiper-slide {
        flex: 0 0 auto;
        width: calc(50% - 10px)
    }

        .home-events .home-events-wrapper .swiper-slide:nth-child(n+5) {
            display: none
        }
}

.home-events .home-events-wrapper .events-item-wrapper {
    position: relative
}

    .home-events .home-events-wrapper .events-item-wrapper .events-image-wrap {
        position: relative;
        padding: 11px;
        border-radius: 50%;
        transform: scale(0.75);
        transition: all .3s;
        margin-bottom: 16px
    }

        .home-events .home-events-wrapper .events-item-wrapper .events-image-wrap:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .6;
            background: #fff;
            border-radius: 50%;
            transition: all .3s;
            box-shadow: 0px 4px 20px rgba(0,0,0,.3)
        }

        .home-events .home-events-wrapper .events-item-wrapper .events-image-wrap a {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 50%
        }

            .home-events .home-events-wrapper .events-item-wrapper .events-image-wrap a img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transition: all .3s
            }

            .home-events .home-events-wrapper .events-item-wrapper .events-image-wrap a::before {
                content: "";
                display: block;
                padding-bottom: 100%
            }

@media(max-width: 991.98px) {
    .home-events .home-events-wrapper .events-item-wrapper .events-image-wrap {
        transform: unset;
        width: 75%;
        margin: 0 auto 20px;
        padding: 5px
    }
}

@media(max-width: 767px) {
    .home-events .home-events-wrapper .events-item-wrapper .events-image-wrap {
        width: 100%
    }
}

.home-events .home-events-wrapper .events-item-wrapper .events-deco {
    margin-bottom: 36px
}

    .home-events .home-events-wrapper .events-item-wrapper .events-deco svg {
        display: block;
        margin: 0 auto;
        transition: all .3s;
        transform: rotate(90deg)
    }

@media(max-width: 1680px) {
    .home-events .home-events-wrapper .events-item-wrapper .events-deco svg {
        max-width: 30px
    }
}

@media(max-width: 991.98px) {
    .home-events .home-events-wrapper .events-item-wrapper .events-deco {
        display: none
    }
}

.home-events .home-events-wrapper .events-item-wrapper .events-content {
    text-align: center;
    opacity: .7;
    transition: all .3s
}

    .home-events .home-events-wrapper .events-item-wrapper .events-content .event-name {
        display: block;
        font-family: "Lexend Deca";
        font-weight: 600;
        font-size: 24px;
        line-height: 1.25;
        color: #fff;
        margin-bottom: 12px;
        text-align: center;
        text-decoration: none
    }

@media(max-width: 1680px) {
    .home-events .home-events-wrapper .events-item-wrapper .events-content .event-name {
        font-size: 18px
    }
}

.home-events .home-events-wrapper .events-item-wrapper .events-content ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

    .home-events .home-events-wrapper .events-item-wrapper .events-content ul li {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.7222222222;
        text-align: center;
        letter-spacing: -0.03em;
        color: #fff
    }

        .home-events .home-events-wrapper .events-item-wrapper .events-content ul li span {
            font-weight: 300
        }

@media(max-width: 991.98px) {
    .home-events .home-events-wrapper .events-item-wrapper .events-content ul li::marker {
        text-align: center !important
    }
}

@media(max-width: 1680px) {
    .home-events .home-events-wrapper .events-item-wrapper .events-content ul li {
        font-size: 14px
    }
}

@media(max-width: 991.98px) {
    .home-events .home-events-wrapper .events-item-wrapper .events-content ul {
        padding-left: 1.5rem
    }
}

@media(hover: hover) {
    .home-events .home-events-wrapper .events-item-wrapper:hover .events-image-wrap {
        transform: scale(1);
        transition: all .3s
    }

        .home-events .home-events-wrapper .events-item-wrapper:hover .events-image-wrap::before {
            opacity: 1
        }

    .home-events .home-events-wrapper .events-item-wrapper:hover .events-deco svg {
        transition: all .3s;
        transform: rotate(270deg)
    }

    .home-events .home-events-wrapper .events-item-wrapper:hover .events-content {
        opacity: 1;
        transition: all .3s
    }
}

.home-events .home-events-wrapper .swiper-button-prev, .home-events .home-events-wrapper .swiper-button-next {
    width: 48px;
    height: 48px;
    top: 67.25%
}

    .home-events .home-events-wrapper .swiper-button-prev::after, .home-events .home-events-wrapper .swiper-button-next::after {
        display: none
    }

    .home-events .home-events-wrapper .swiper-button-prev img, .home-events .home-events-wrapper .swiper-button-next img {
        width: 100%;
        display: block
    }

@media(max-width: 1680px) {
    .home-events .home-events-wrapper .swiper-button-prev, .home-events .home-events-wrapper .swiper-button-next {
        width: 36px;
        height: 36px
    }
}

@media(max-width: 1199px) {
    .home-events .home-events-wrapper .swiper-button-prev, .home-events .home-events-wrapper .swiper-button-next {
        display: none
    }
}

.home-events .home-events-wrapper .swiper-button-prev {
    left: -80px
}

@media(max-width: 1366px) {
    .home-events .home-events-wrapper .swiper-button-prev {
        left: -60px
    }
}

.home-events .home-events-wrapper .swiper-button-next {
    right: -80px
}

@media(max-width: 1366px) {
    .home-events .home-events-wrapper .swiper-button-next {
        right: -60px
    }
}

.home-events .home-events-wrapper .home-events-cta {
    margin-top: 50px;
    text-align: center
}

@media(max-width: 767px) {
    .home-events .home-events-wrapper .home-events-cta .btn-pill {
        font-size: 18px
    }
}

@media(max-width: 992px) {
    .home-events .home-events-wrapper {
        margin-top: 20px
    }
}

@media(max-width: 1199px) {
    .home-events .container {
        padding-right: 0
    }
}

@media(max-width: 991.98px) {
    .home-events .container {
        padding-right: var(--bs-gutter-x, 0.75rem)
    }
}

@media(max-width: 1680px) {
    .home-events {
        padding: 66px 0 86px
    }
}

@media(max-width: 992px) {
    .home-events {
        padding: 30px 0 60px
    }
}

.home-videos {
    padding: 104px 0 118px;
    overflow: hidden
}

    .home-videos .home-video-slider {
        position: relative;
        margin-top: 53px
    }

        .home-videos .home-video-slider .video-item-wrapper .video-image-wrap {
            position: relative;
            overflow: hidden;
            border-radius: 3px;
            margin-bottom: 31px
        }

            .home-videos .home-video-slider .video-item-wrapper .video-image-wrap::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 30.95%;
                height: 30.73%;
                background: url(../images/common/video-deco.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100% 100%;
                z-index: 1;
                pointer-events: none
            }

            .home-videos .home-video-slider .video-item-wrapper .video-image-wrap a {
                position: relative;
                display: block;
                overflow: hidden
            }

                .home-videos .home-video-slider .video-item-wrapper .video-image-wrap a img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    transition: all .3s
                }

                .home-videos .home-video-slider .video-item-wrapper .video-image-wrap a::before {
                    content: "";
                    display: block;
                    padding-bottom: 68.33%
                }

@media(max-width: 767px) {
    .home-videos .home-video-slider .video-item-wrapper .video-image-wrap {
        margin-bottom: 17px
    }
}

.home-videos .home-video-slider .video-item-wrapper .video-name {
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 0;
    transition: all .3s;
    display: block;
    text-decoration: none
}

    .home-videos .home-video-slider .video-item-wrapper .video-name:hover {
        color: #f7b91b;
        transition: all .3s
    }

@media(max-width: 1680px) {
    .home-videos .home-video-slider .video-item-wrapper .video-name {
        font-size: 21px
    }
}

@media(max-width: 767px) {
    .home-videos .home-video-slider .video-item-wrapper .video-name {
        font-size: 16px
    }
}

.home-videos .home-video-slider .video-item-wrapper .video-content a:focus-visible, .home-videos .home-video-slider .video-item-wrapper .video-content a:focus {
    outline: none
}

.home-videos .home-video-slider .swiper-button-prev, .home-videos .home-video-slider .swiper-button-next {
    width: 48px;
    height: 48px;
    top: 33%
}

    .home-videos .home-video-slider .swiper-button-prev::after, .home-videos .home-video-slider .swiper-button-next::after {
        display: none
    }

    .home-videos .home-video-slider .swiper-button-prev img, .home-videos .home-video-slider .swiper-button-next img {
        width: 100%;
        display: block
    }

@media(max-width: 1680px) {
    .home-videos .home-video-slider .swiper-button-prev, .home-videos .home-video-slider .swiper-button-next {
        width: 36px;
        height: 36px
    }
}

@media(max-width: 767px) {
    .home-videos .home-video-slider .swiper-button-prev, .home-videos .home-video-slider .swiper-button-next {
        width: 25px;
        height: 25px;
        top: 37%
    }
}

.home-videos .home-video-slider .swiper-button-prev {
    left: -80px
}

@media(max-width: 1366px) {
    .home-videos .home-video-slider .swiper-button-prev {
        left: -60px
    }
}

@media(max-width: 1199px) {
    .home-videos .home-video-slider .swiper-button-prev {
        left: -10px
    }
}

.home-videos .home-video-slider .swiper-button-next {
    right: -80px
}

@media(max-width: 1366px) {
    .home-videos .home-video-slider .swiper-button-next {
        right: -60px
    }
}

@media(max-width: 1199px) {
    .home-videos .home-video-slider .swiper-button-next {
        right: -10px
    }
}

@media(max-width: 1199px) {
    .home-videos .home-video-slider {
        margin-top: 30px
    }
}

@media(max-width: 1680px) {
    .home-videos {
        padding: 78px 0 90px
    }
}

@media(max-width: 992px) {
    .home-videos {
        padding: 50px 0
    }
}

.parents-story {
    padding: 108px 0 94px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden
}

    .parents-story::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(118,91,167,.9);
        z-index: 1
    }

    .parents-story .common-section-title {
        justify-content: center
    }

    .parents-story .parents-story--inner {
        position: relative;
        z-index: 2
    }

    .parents-story .parents-story-slider-wrapper {
        margin-top: 120px
    }

        .parents-story .parents-story-slider-wrapper .parents-story-slider {
            position: relative;
            max-width: 735px;
            margin: 0 auto 100px
        }

            .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper {
                overflow: visible
            }

            .parents-story .parents-story-slider-wrapper .parents-story-slider a {
                text-decoration: none
            }

            .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-slide {
                opacity: .6;
                transform: scale(0.85);
                transition: all .3s
            }

                .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-slide.swiper-slide-active {
                    opacity: 1;
                    transform: scale(1);
                    transition: all .3s
                }

            .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper {
                position: relative;
                background: #fff;
                border-radius: 6px;
                overflow: hidden;
                padding: 54px 35px 54px 21px;
                display: flex;
                align-items: flex-start
            }

                .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-image {
                    flex: 0 0 auto;
                    width: 260px;
                    position: relative;
                    display: block;
                    overflow: hidden;
                    border-radius: 50%
                }

                    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-image img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        transition: all .3s
                    }

                    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-image::before {
                        content: "";
                        display: block;
                        padding-bottom: 100%
                    }

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-image {
        width: 195px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-image {
        width: 123px
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content {
    flex: 1;
    padding-left: 38px
}

    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-head {
        margin-bottom: 16px
    }

        .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-head .head-title {
            font-family: "Lexend Deca";
            font-weight: 500;
            font-size: 20px;
            line-height: 1.25;
            letter-spacing: -0.03em;
            color: #765ba7;
            margin-bottom: 6px
        }

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-head .head-title {
        font-size: 16px
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-head ul {
    margin: 0
}

    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-head ul li {
        position: relative;
        font-family: "Lexend Deca";
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: -0.03em;
        color: #765ba7
    }

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-head ul li {
        font-size: 12px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-head ul li {
        font-size: 14px
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-body {
    display: flex;
    align-items: flex-start
}

    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-body .story-body-deco {
        flex: 0 0 auto;
        width: 29px;
        opacity: .1
    }

        .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-body .story-body-deco img {
            display: block
        }

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-body .story-body-deco {
        width: 22px
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-body .story-body-text {
    flex: 1;
    padding-left: 5px;
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6875;
    text-align: justify;
    letter-spacing: -0.03em;
    color: #bdbdbd
}

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-body .story-body-text {
        font-size: 12px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content .story-body .story-body-text {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left
    }
}

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content {
        padding-left: 28px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper .story-content {
        padding-left: 13px
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 60px;
    background: url(../images/common/hover-deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(100%);
    transition: all .3s
}

@media(hover: hover) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper:hover::before {
        transform: translateY(0);
        transition: all .3s
    }
}

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper {
        padding: 40px 27px 40px 14px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .story-item-wrapper {
        padding: 20px 15px
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-prev, .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-next {
    width: 48px;
    height: 48px
}

    .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-prev::after, .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-next::after {
        display: none
    }

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-prev, .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-next {
        width: 36px;
        height: 36px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-prev, .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-next {
        width: 25px;
        height: 25px
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-prev {
    left: -80px
}

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-prev {
        left: -60px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-prev {
        left: 0
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-next {
    right: -80px
}

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-next {
        right: -60px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider .swiper-button-next {
        right: 0
    }
}

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider {
        max-width: 551px;
        margin: 0 auto 70px
    }
}

@media(max-width: 1199px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider {
        margin: 0 auto 50px
    }
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-slider {
        padding: 0 20px
    }
}

.parents-story .parents-story-slider-wrapper .parents-story-cta {
    text-align: center
}

@media(max-width: 767px) {
    .parents-story .parents-story-slider-wrapper .parents-story-cta .btn-pill {
        font-size: 18px
    }
}

@media(max-width: 1680px) {
    .parents-story .parents-story-slider-wrapper {
        margin-top: 90px
    }
}

@media(max-width: 1199px) {
    .parents-story .parents-story-slider-wrapper {
        margin-top: 50px
    }
}

@media(max-width: 1199px) {
    .parents-story .parents-story-slider-wrapper {
        margin-top: 40px
    }
}

@media(max-width: 1680px) {
    .parents-story {
        padding: 80px 0 70px
    }
}

@media(max-width: 1199px) {
    .parents-story {
        padding: 60px 0
    }
}

.home-partner {
    padding: 87px 0;
    overflow: hidden
}

    .home-partner .partner-slider {
        margin-top: 36px;
        position: relative;
        padding-bottom: 89px
    }

        .home-partner .partner-slider .swiper {
            padding: 15px;
            margin-left: -15px;
            margin-right: -15px
        }

        .home-partner .partner-slider .partner-item {
            height: 163px;
            padding: 30px;
            border-radius: 13px;
            background: #fff;
            box-shadow: 0px 4px 15px rgba(0,0,0,.1);
            display: flex;
            align-items: center;
            justify-content: center
        }

            .home-partner .partner-slider .partner-item .partner-item--inner {
                height: 100%
            }

            .home-partner .partner-slider .partner-item img {
                display: block;
                height: 100%;
                -o-object-fit: scale-down;
                object-fit: scale-down
            }

@media(max-width: 1680px) {
    .home-partner .partner-slider .partner-item {
        height: 124px
    }
}

@media(max-width: 767px) {
    .home-partner .partner-slider .partner-item {
        height: 84px;
        padding: 20px
    }
}

.home-partner .partner-slider .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 3px;
    border-radius: 0;
    background: #b8b8b8;
    opacity: 1
}

.home-partner .partner-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #765ba7
}

@media(max-width: 767px) {
    .home-partner .partner-slider {
        margin-top: 10px;
        padding-bottom: 50px
    }
}

@media(max-width: 992px) {
    .home-partner {
        padding: 50px 0
    }
}

.gf-support-section {
    padding: 97px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative
}

    .gf-support-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #765ba7 0%, rgba(118, 91, 167, 0) 100%);
        mix-blend-mode: multiply;
        opacity: .66;
        transform: rotate(-180deg)
    }

    .gf-support-section .container {
        position: relative;
        z-index: 2
    }

    .gf-support-section .gf-support-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

        .gf-support-section .gf-support-wrapper .support-text {
            flex: 0 0 auto;
            width: 27.46%
        }

            .gf-support-section .gf-support-wrapper .support-text p {
                color: #fff;
                margin-bottom: 6px;
                font-family: "Lexend Deca";
                font-weight: 400;
                font-size: 32px;
                line-height: 1.1428571429
            }

@media(max-width: 1680px) {
    .gf-support-section .gf-support-wrapper .support-text p {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .gf-support-section .gf-support-wrapper .support-text p {
        font-size: 20px
    }
}

.gf-support-section .gf-support-wrapper .support-text p:last-child {
    margin-bottom: 0
}

.gf-support-section .gf-support-wrapper .support-text p.text-big {
    font-family: "SVN-Gilroy";
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3333333333;
    text-transform: uppercase
}

@media(max-width: 1680px) {
    .gf-support-section .gf-support-wrapper .support-text p.text-big {
        font-size: 27px
    }
}

@media(max-width: 767px) {
    .gf-support-section .gf-support-wrapper .support-text p.text-big {
        font-size: 24px
    }
}

@media(max-width: 992px) {
    .gf-support-section .gf-support-wrapper .support-text {
        width: 100%
    }
}

.gf-support-section .gf-support-wrapper .support-link {
    margin-left: 255px;
    display: flex;
    align-items: center
}

    .gf-support-section .gf-support-wrapper .support-link .support-link-item {
        margin-left: 48px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .gf-support-section .gf-support-wrapper .support-link .support-link-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            color: #fff;
            font-weight: 700;
            font-size: 22px;
            line-height: 1.2727272727;
            text-decoration: none;
            text-transform: uppercase;
            width: 190px;
            height: 190px;
            border-radius: 50%;
            background: #00babb;
            padding: 30px
        }

@media(max-width: 1680px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item a {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item a {
        font-size: 12px
    }
}

@media(max-width: 400px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item a {
        font-size: 10px
    }
}

.gf-support-section .gf-support-wrapper .support-link .support-link-item a img {
    display: block;
    margin: 0 auto 24px
}

@media(max-width: 1680px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item a img {
        max-width: 35px;
        margin: 0 auto 18px
    }
}

@media(max-width: 767px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item a img {
        max-width: 27px;
        margin: 0 auto 14px
    }
}

@media(max-width: 1680px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item a {
        width: 142px;
        height: 142px;
        padding: 20px
    }
}

@media(max-width: 767px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item a {
        width: 110px;
        height: 110px
    }
}

@media(max-width: 400px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item a {
        width: 100px;
        height: 100px
    }
}

@media(max-width: 992px) {
    .gf-support-section .gf-support-wrapper .support-link .support-link-item {
        margin-left: 0
    }
}

@media(max-width: 1680px) {
    .gf-support-section .gf-support-wrapper .support-link {
        margin-left: 150px
    }
}

@media(max-width: 992px) {
    .gf-support-section .gf-support-wrapper .support-link {
        margin-left: 0;
        flex: 0 0 auto;
        width: 100%;
        justify-content: center;
        gap: 27px
    }
}

@media(max-width: 767px) {
    .gf-support-section .gf-support-wrapper .support-link {
        gap: 10px
    }
}

@media(max-width: 992px) {
    .gf-support-section .gf-support-wrapper {
        gap: 40px
    }
}

@media(max-width: 992px) {
    .gf-support-section {
        padding: 30px 0
    }
}

.gioithieu-wrapper {
    position: relative;
    padding-top: 37px
}

    .gioithieu-wrapper .gioithieu-body-wrapper {
        margin-top: 23px
    }

    .gioithieu-wrapper .section-content {
        font-weight: 300;
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: -0.03em;
        color: #828282
    }

@media(max-width: 1680px) {
    .gioithieu-wrapper .section-content {
        font-size: 18px
    }
}

@media(max-width: 992px) {
    .gioithieu-wrapper .section-content {
        font-size: 16px
    }
}

.gioithieu-wrapper .link-cta {
    position: relative
}

    .gioithieu-wrapper .link-cta .deco {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none
    }

@media(max-width: 992px) {
    .gioithieu-wrapper .link-cta .deco {
        width: 50px
    }
}

.gioithieu-wrapper .teacher-list {
    position: relative;
    margin-bottom: 70px
}

    .gioithieu-wrapper .teacher-list .teacher-list-item {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        align-items: flex-start;
        padding-bottom: 42px;
        margin-bottom: 42px;
        border-bottom: 1px solid #bdbdbd
    }

        .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-image {
            flex: 0 0 auto;
            width: 270px;
            border-radius: 50%;
            padding: 9px;
            background: #fff;
            box-shadow: 0px 4px 30px rgba(0,0,0,.2)
        }

            .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-image .image--inner {
                position: relative;
                display: block;
                overflow: hidden;
                border-radius: 50%
            }

                .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-image .image--inner img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    transition: all .3s
                }

                .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-image .image--inner::before {
                    content: "";
                    display: block;
                    padding-bottom: 100%
                }

@media(max-width: 992px) {
    .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-image {
        width: 200px;
        padding: 5px
    }
}

@media(max-width: 767px) {
    .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-image {
        width: 100%;
        max-width: 200px;
        padding: 3px;
        margin: 0 auto
    }
}

.gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content {
    flex: 1;
    margin-top: 20px
}

    .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content .content-head {
        margin-bottom: 16px
    }

        .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content .content-head .name {
            font-family: "Lexend Deca";
            font-weight: 500;
            font-size: 26px;
            line-height: 1.4615384615;
            color: #765ba7;
            letter-spacing: -0.03em;
            margin-bottom: 0
        }

@media(max-width: 1680px) {
    .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content .content-head .name {
        font-size: 24px
    }
}

@media(max-width: 992px) {
    .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content .content-head .name {
        font-size: 20px
    }
}

.gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content .content-head .title {
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #765ba7;
    margin-bottom: 0;
    opacity: .7
}

@media(max-width: 992px) {
    .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content .content-head .title {
        font-size: 16px
    }
}

.gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content .content-des {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #828282
}

@media(max-width: 1680px) {
    .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content .content-des {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .gioithieu-wrapper .teacher-list .teacher-list-item .teacher-content {
        margin-top: 0;
        flex: 0 0 100%
    }
}

@media(max-width: 992px) {
    .gioithieu-wrapper .teacher-list .teacher-list-item {
        padding-bottom: 26px;
        margin-bottom: 26px
    }
}

.gioithieu-wrapper .teacher-list .viewmore-wrapper {
    text-align: center
}

    .gioithieu-wrapper .teacher-list .viewmore-wrapper .viewmore-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.2222222222;
        letter-spacing: -0.03em;
        color: #765ba7;
        text-decoration: none
    }

        .gioithieu-wrapper .teacher-list .viewmore-wrapper .viewmore-btn img {
            display: block;
            margin-top: 3px
        }

@media(max-width: 992px) {
    .gioithieu-wrapper .teacher-list {
        margin-bottom: 40px
    }
}

@media(max-width: 992px) {
    .gioithieu-wrapper {
        padding-top: 27px
    }
}

.gioithieu-list-wrapper {
    position: relative;
    margin-bottom: 79px
}

@media(max-width: 1680px) {
    .gioithieu-list-wrapper {
        margin-bottom: 60px
    }
}

@media(max-width: 1199px) {
    .gioithieu-list-wrapper {
        margin-bottom: 40px
    }
}

.gioithieu-list-wrapper .gioithieu-list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 63px;
    flex-wrap: wrap
}

.gioithieu-list-wrapper .gioithieu-list-item {
    display: inline-block;
    list-style: none
}

    .gioithieu-list-wrapper .gioithieu-list-item a {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2222222222;
        letter-spacing: -0.03em;
        color: #828282;
        text-decoration: none;
        padding-bottom: 10px
    }

        .gioithieu-list-wrapper .gioithieu-list-item a:hover {
            color: #765ba7
        }

@media(max-width: 1680px) {
    .gioithieu-list-wrapper .gioithieu-list-item a {
        font-size: 14px
    }
}

.gioithieu-list-wrapper .gioithieu-list-item.active a {
    font-weight: 600;
    color: #765ba7;
    border-bottom: 1px solid #765ba7
}

@media(max-width: 992px) {
    .gioithieu-list-wrapper .gioithieu-list-item {
        flex: 0 0 100%
    }
}

@media(max-width: 1680px) {
    .gioithieu-list-wrapper .gioithieu-list {
        gap: 47px
    }
}

@media(max-width: 1199px) {
    .gioithieu-list-wrapper .gioithieu-list {
        padding-bottom: 15px;
        gap: 24px
    }
}

@media(max-width: 767px) {
    .gioithieu-list-wrapper .gioithieu-list {
        gap: 24px
    }
}

.gioithieu-list-wrapper .dropdown-toggle::after {
    content: none
}

.gioithieu-list-wrapper .dropdown-menu {
    top: 10px !important;
    background: #fff;
    box-shadow: 0px 4px 14px rgba(0,0,0,.12);
    border-radius: 3px;
    padding: 15px 15px 0;
    border: none;
    min-width: 250px;
    overflow: hidden
}

@media(max-width: 991px) {
    .gioithieu-list-wrapper .dropdown-menu {
        min-width: 100%;
        max-width: 100%;
        padding: 10px 10px 0;
        z-index: 2
    }
}

.gioithieu-list-wrapper .dropdown-menu .dropdown-item {
    font-family: "Lexend Deca";
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: -0.03em;
    color: #828282 !important;
    border: none;
    padding: 0;
    margin-bottom: 15px;
    white-space: normal;
    border-bottom: none !important
}

@media(max-width: 991px) {
    .gioithieu-list-wrapper .dropdown-menu .dropdown-item {
        font-size: 14px;
        margin-bottom: 5px
    }
}

.gioithieu-list-wrapper .dropdown-menu .dropdown-item:hover, .gioithieu-list-wrapper .dropdown-menu .dropdown-item.active {
    font-weight: 400 !important;
    color: #765ba7 !important;
    background: rgba(0,0,0,0)
}

.teacher-search-wrapper {
    position: relative;
    background: #f7f7f7;
    padding: 83px 0 74px
}

    .teacher-search-wrapper .search-container .search-form-wrapper {
        margin-bottom: 45px
    }

        .teacher-search-wrapper .search-container .search-form-wrapper form {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            align-items: flex-end
        }

            .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr, .teacher-search-wrapper .search-container .search-form-wrapper form button {
                flex: 0 0 auto;
                width: calc(25% - 22.5px)
            }

@media(max-width: 767px) {
    .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr, .teacher-search-wrapper .search-container .search-form-wrapper form button {
        width: 100%
    }
}

.teacher-search-wrapper .search-container .search-form-wrapper form .form-gr label {
    display: block;
    font-style: normal;
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 13px;
    letter-spacing: -0.03em;
    color: #765ba7
}

.teacher-search-wrapper .search-container .search-form-wrapper form .form-gr input[type=text] {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    padding: 12px 14px;
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: .01em;
    width: 100%;
    color: #828282
}

    .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr input[type=text]::-moz-placeholder {
        color: #828282
    }

    .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr input[type=text]::placeholder {
        color: #828282
    }

    .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr input[type=text]:focus {
        outline: none
    }

.teacher-search-wrapper .search-container .search-form-wrapper form .form-gr select, .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr .select2-selection__rendered {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 12px 30px 12px 14px;
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: .01em;
    width: 100%;
    color: #828282;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr select:focus, .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr .select2-selection__rendered:focus {
        box-shadow: none
    }

.teacher-search-wrapper .search-container .search-form-wrapper form .form-gr .select2-container--default .select2-selection--single {
    height: auto;
    border: 0
}

    .teacher-search-wrapper .search-container .search-form-wrapper form .form-gr .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%) !important
    }

.teacher-search-wrapper .search-container .search-form-wrapper form button {
    border-radius: 5px;
    background: #765ba7;
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 9px;
    border: 0
}

    .teacher-search-wrapper .search-container .search-form-wrapper form button:focus {
        outline: none;
        box-shadow: none
    }

.teacher-search-wrapper .search-container .search-result-wrapper {
    position: relative
}

    .teacher-search-wrapper .search-container .search-result-wrapper .result-list {
        position: relative;
        margin-left: -8px;
        margin-right: -8px;
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 14px;
        column-gap: 14px;
        row-gap: 45px;
        margin-bottom: 30px
    }

        .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item {
            flex: 0 0 auto;
            width: calc(25% - 10.5px);
            padding: 8px;
            border-radius: 5px;
            background: rgba(0,0,0,0);
            transition: all .3s
        }

            .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item .item-image {
                position: relative;
                display: block;
                overflow: hidden;
                border-radius: 5px;
                margin-bottom: 20px
            }

                .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item .item-image img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    transition: all .3s
                }

                .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item .item-image::before {
                    content: "";
                    display: block;
                    padding-bottom: 100%
                }

            .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item .item-content {
                margin-bottom: 20px
            }

                .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item .item-content .item-name {
                    font-family: "Lexend Deca";
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 1.5555555556;
                    font-style: normal;
                    letter-spacing: -0.03em;
                    color: #765ba7;
                    margin-bottom: 0;
                    text-decoration: none
                }

@media(max-width: 767px) {
    .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item .item-content .item-name {
        font-size: 14px
    }
}

.teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item .item-content .item-title {
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: -0.03em;
    color: #765ba7;
    margin-bottom: 0;
    opacity: .7
}

@media(max-width: 767px) {
    .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item .item-content .item-title {
        font-size: 14px
    }
}

.teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item:hover {
    background: #fff;
    box-shadow: 0px 0px 21px rgba(0,0,0,.1);
    transition: all .3s
}

@media(max-width: 992px) {
    .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item {
        width: calc(33.3333333333% - 9.3333333333px)
    }
}

@media(max-width: 767px) {
    .teacher-search-wrapper .search-container .search-result-wrapper .result-list .result-item {
        width: calc(50% - 7px)
    }
}

@media(max-width: 767px) {
    .teacher-search-wrapper .search-container .search-result-wrapper .result-list {
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width: 992px) {
    .teacher-search-wrapper {
        padding: 50px 0
    }
}

.about-teacher .text-inner {
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6875;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    letter-spacing: -0.03em;
    color: #bdbdbd;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .about-teacher .text-inner {
        font-size: 12px;
        margin-bottom: 15px;
        height: 10.12em
    }
}

.about-teacher .detail-cta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #4f4f4f;
    text-decoration: none
}

    .about-teacher .detail-cta img {
        display: block;
        transform: rotate(-90deg)
    }

@media(max-width: 767px) {
    .about-teacher .detail-cta {
        font-size: 12px
    }
}

.about-teacher .common-section-title {
    justify-content: center
}

.about-employment {
    position: relative;
    padding: 84px 0 100px;
    overflow: hidden
}

    .about-employment .about-employment-head {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 50px;
        margin-bottom: 70px
    }

        .about-employment .about-employment-head .head-title {
            font-family: "Lexend Deca";
            font-weight: 600;
            font-size: 45px;
            line-height: 1.4888888889;
            font-style: normal;
            letter-spacing: -0.03em;
            margin-bottom: 0;
            color: #765ba7
        }

@media(max-width: 1680px) {
    .about-employment .about-employment-head .head-title {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .about-employment .about-employment-head .head-title {
        font-size: 24px
    }
}

.about-employment .about-employment-head .btn-pill {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5
}

@media(max-width: 992px) {
    .about-employment .about-employment-head .btn-pill {
        display: none
    }
}

@media(max-width: 1500px) {
    .about-employment .about-employment-head {
        padding-bottom: 36px;
        margin-bottom: 36px
    }
}

@media(max-width: 992px) {
    .about-employment .about-employment-body .container {
        padding-right: 0
    }
}

.about-employment .about-employment-body .mb-button {
    margin-top: 27px;
    text-align: center
}

@media(max-width: 992px) {
    .about-employment .about-employment-body .mb-button .btn-pill {
        padding: 10px 56px;
        font-size: 16px;
        line-height: 30px
    }
}

@media(max-width: 992px) {
    .about-employment {
        padding: 50px 0
    }
}

.employment-list {
    position: relative;
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

    .employment-list .employment-item {
        flex: 0 0 auto;
        width: calc(33.3333333333% - 20px)
    }

@media(max-width: 992px) {
    .employment-list .employment-item {
        width: 286px
    }
}

@media(max-width: 992px) {
    .employment-list {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto
    }
}

.employment-item {
    position: relative;
    background: #fff
}

    .employment-item .employment-image {
        position: relative;
        display: block;
        overflow: hidden
    }

        .employment-item .employment-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .employment-item .employment-image::before {
            content: "";
            display: block;
            padding-bottom: 76.61%
        }

    .employment-item .employment-content {
        padding: 20px 13px 37px
    }

        .employment-item .employment-content .employment-name {
            font-family: "Lexend Deca";
            font-weight: 500;
            font-size: 24px;
            line-height: 1.1666666667;
            font-style: normal;
            letter-spacing: -0.03em;
            color: #666;
            text-decoration: none;
            margin-bottom: 7px
        }

            .employment-item .employment-content .employment-name:hover {
                color: #765ba7
            }

@media(max-width: 1680px) {
    .employment-item .employment-content .employment-name {
        font-size: 20px
    }
}

.employment-item .employment-content .employment-date {
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: -0.03em;
    font-style: normal;
    color: #828282
}

.employment-item .employment-content .employment-cta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    font-style: normal;
    color: #765ba7;
    text-decoration: none;
    margin-top: 20px
}

    .employment-item .employment-content .employment-cta img {
        display: block
    }

.about-value {
    position: relative;
    padding: 70px 0 100px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

    .about-value::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #46ad71;
        opacity: .59
    }

    .about-value::after {
        content: "";
        position: absolute;
        bottom: 21px;
        left: -86px;
        width: 580px;
        height: 580px;
        background: #40865d;
        opacity: .36;
        border-radius: 50%;
        z-index: 2
    }

@media(max-width: 767px) {
    .about-value::after {
        display: none
    }
}

.about-value .about-value-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

    .about-value .about-value-deco .deco-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 55%
    }

        .about-value .about-value-deco .deco-top::before, .about-value .about-value-deco .deco-top::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(70, 173, 113, 0) 0%, #46ad71 100%);
            transform: matrix(1, 0, 0, -1, 0, 0)
        }

    .about-value .about-value-deco .deco-bot {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 55%
    }

        .about-value .about-value-deco .deco-bot::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(70, 173, 113, 0) 0%, #46ad71 100%)
        }

        .about-value .about-value-deco .deco-bot::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 33.3333333333%;
            background: linear-gradient(180deg, rgba(70, 173, 113, 0) 0%, #46ad71 100%)
        }

.about-value .about-value-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    gap: 78px
}

    .about-value .about-value-content .content-menu {
        flex: 0 0 auto;
        width: 272px
    }

        .about-value .about-value-content .content-menu ul {
            padding: 0;
            margin: 0
        }

            .about-value .about-value-content .content-menu ul li {
                list-style: none;
                margin-bottom: 38px
            }

@media(max-width: 1680px) {
    .about-value .about-value-content .content-menu {
        width: 212px
    }
}

@media(max-width: 992px) {
    .about-value .about-value-content .content-menu {
        width: 250px
    }
}

.about-value .about-value-content .content-body {
    flex: 1
}

    .about-value .about-value-content .content-body .content-media {
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 40px
    }

        .about-value .about-value-content .content-body .content-media img {
            max-width: 100%;
            width: 100%;
            display: block
        }

@media(max-width: 767px) {
    .about-value .about-value-content .content-body .content-media {
        margin-bottom: 0
    }
}

.about-value .about-value-content .content-body .content-text {
    padding-left: 40px;
    border-left: 6px solid #f7b91b
}

    .about-value .about-value-content .content-body .content-text .name {
        font-weight: 700;
        font-size: 45px;
        line-height: 1;
        color: #fff;
        margin-bottom: 13px
    }

@media(max-width: 1680px) {
    .about-value .about-value-content .content-body .content-text .name {
        font-size: 30px
    }
}

.about-value .about-value-content .content-body .content-text .des {
    font-family: "Lexend Deca" !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 1.6 !important;
    font-style: normal;
    text-align: justify;
    letter-spacing: -0.03em;
    color: #fff
}

@media(max-width: 1680px) {
    .about-value .about-value-content .content-body .content-text .des {
        font-size: 16px !important
    }
}

.about-value .about-value-content .content-body .content-text .des > * {
    font-family: "Lexend Deca" !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 1.6 !important
}

@media(max-width: 1680px) {
    .about-value .about-value-content .content-body .content-text .des > * {
        font-size: 16px !important
    }
}

@media(max-width: 1680px) {
    .about-value .about-value-content .content-body .content-text {
        border-left: 4px solid #f7b91b
    }
}

.about-value .about-value-content .content-body.mb-body .content-text {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 30px
}

.about-value .about-value-content .content-menu-link {
    position: relative;
    display: flex;
    gap: 23px;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4642857143;
    color: #fff;
    text-decoration: none
}

    .about-value .about-value-content .content-menu-link::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        height: 2px;
        width: 150px;
        background: #fff;
        transform: translateY(-50%);
        opacity: 0;
        pointer-events: none
    }

@media(max-width: 1680px) {
    .about-value .about-value-content .content-menu-link::before {
        width: 116px
    }
}

@media(max-width: 992px) {
    .about-value .about-value-content .content-menu-link::before {
        display: none
    }
}

.about-value .about-value-content .content-menu-link img {
    flex: 0 0 auto;
    width: 88px;
    border-radius: 50%;
    box-shadow: 0px 4px 20px rgba(0,0,0,.12)
}

    .about-value .about-value-content .content-menu-link img.active {
        display: none
    }

    .about-value .about-value-content .content-menu-link img.inactive {
        display: block
    }

@media(max-width: 1680px) {
    .about-value .about-value-content .content-menu-link img {
        width: 68px
    }
}

@media(max-width: 767px) {
    .about-value .about-value-content .content-menu-link img {
        width: 45px
    }
}

.about-value .about-value-content .content-menu-link.active img.active {
    display: block
}

.about-value .about-value-content .content-menu-link.active img.inactive {
    display: none
}

.about-value .about-value-content .content-menu-link.active::before {
    opacity: 1
}

@media(max-width: 1680px) {
    .about-value .about-value-content .content-menu-link {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .about-value .about-value-content .content-menu-link {
        gap: 18px;
        margin-bottom: 14px
    }
}

.about-value .about-value-content .mb-about-item {
    padding: 30px 0 16px;
    border-bottom: 1px solid #fff
}

    .about-value .about-value-content .mb-about-item:first-child {
        padding: 0 0 16px
    }

@media(max-width: 767px) {
    .about-value .about-value-content.about-content-pc {
        display: none
    }
}

.about-value .about-value-content.about-content-mb {
    display: none
}

@media(max-width: 767px) {
    .about-value .about-value-content.about-content-mb {
        display: block
    }
}

@media(max-width: 1680px) {
    .about-value {
        padding: 56px 0
    }
}

.about-chandunghs {
    position: relative;
    padding: 0 0 100px
}

    .about-chandunghs .chandunghs-wrapper {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 42px
    }

        .about-chandunghs .chandunghs-wrapper .chandunghs-menu {
            flex: 0 0 auto;
            width: 377px;
            border-left: 1px solid #765ba7;
            padding-left: 42px
        }

            .about-chandunghs .chandunghs-wrapper .chandunghs-menu ul {
                padding: 0;
                margin: 0
            }

                .about-chandunghs .chandunghs-wrapper .chandunghs-menu ul li {
                    position: relative;
                    list-style: none;
                    padding-bottom: 19px;
                    margin-bottom: 19px;
                    border-bottom: 1px solid #765ba7
                }

                    .about-chandunghs .chandunghs-wrapper .chandunghs-menu ul li:last-child {
                        border-bottom: 0;
                        padding-bottom: 0;
                        margin-bottom: 0
                    }

@media(max-width: 992px) {
    .about-chandunghs .chandunghs-wrapper .chandunghs-menu {
        width: 270px
    }
}

.about-chandunghs .chandunghs-wrapper .chandunghs-body {
    flex: 1;
    position: relative
}

    .about-chandunghs .chandunghs-wrapper .chandunghs-body .chandunghs-body-content {
        border-left: 6px solid #765ba7;
        padding-left: 29px;
        margin-bottom: 40px;
        display: flex;
        align-items: flex-start;
        gap: 13px
    }

        .about-chandunghs .chandunghs-wrapper .chandunghs-body .chandunghs-body-content .content-deco {
            flex: 0 0 30px
        }

@media(max-width: 767px) {
    .about-chandunghs .chandunghs-wrapper .chandunghs-body .chandunghs-body-content .content-deco {
        display: none
    }
}

.about-chandunghs .chandunghs-wrapper .chandunghs-body .chandunghs-body-content .content-text {
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7777777778;
    font-style: normal;
    text-align: justify;
    letter-spacing: -0.03em;
    color: #828282
}

@media(max-width: 1400px) {
    .about-chandunghs .chandunghs-wrapper .chandunghs-body .chandunghs-body-content .content-text {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .about-chandunghs .chandunghs-wrapper .chandunghs-body .chandunghs-body-content {
        border-left: 0;
        padding-left: 0;
        margin-bottom: 30px
    }
}

.about-chandunghs .chandunghs-wrapper .chandunghs-body .chandunghs-body-media img {
    max-width: 100%;
    width: 100%;
    display: block
}

.about-chandunghs .chandunghs-wrapper .chandunghs-link {
    display: flex;
    align-items: center;
    gap: 21px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #765ba7;
    text-decoration: none
}

    .about-chandunghs .chandunghs-wrapper .chandunghs-link::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -49.5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #765ba7;
        margin-top: -7px;
        transform: translateY(-50%);
        opacity: 0;
        pointer-events: none
    }

    .about-chandunghs .chandunghs-wrapper .chandunghs-link span {
        opacity: .7;
        transition: all .3s
    }

    .about-chandunghs .chandunghs-wrapper .chandunghs-link img {
        flex: 0 0 auto;
        width: 78px;
        border-radius: 50%;
        box-shadow: 0px 4px 20px rgba(0,0,0,.12)
    }

        .about-chandunghs .chandunghs-wrapper .chandunghs-link img.active {
            display: none
        }

        .about-chandunghs .chandunghs-wrapper .chandunghs-link img.inactive {
            display: block
        }

@media(max-width: 1400px) {
    .about-chandunghs .chandunghs-wrapper .chandunghs-link img {
        width: 60px
    }
}

@media(max-width: 767px) {
    .about-chandunghs .chandunghs-wrapper .chandunghs-link img {
        width: 45px
    }
}

.about-chandunghs .chandunghs-wrapper .chandunghs-link.active {
    font-weight: 600
}

    .about-chandunghs .chandunghs-wrapper .chandunghs-link.active img.active {
        display: block
    }

    .about-chandunghs .chandunghs-wrapper .chandunghs-link.active img.inactive {
        display: none
    }

    .about-chandunghs .chandunghs-wrapper .chandunghs-link.active span {
        opacity: 1
    }

    .about-chandunghs .chandunghs-wrapper .chandunghs-link.active::before {
        opacity: 1
    }

.about-chandunghs .chandunghs-wrapper .chandunghs-link:hover span {
    opacity: 1
}

@media(max-width: 767px) {
    .about-chandunghs .chandunghs-wrapper .chandunghs-link {
        gap: 18px
    }
}

.about-chandunghs .chandunghs-wrapper .mb-chandunghs-item {
    padding: 0 0 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2
}

    .about-chandunghs .chandunghs-wrapper .mb-chandunghs-item .chandunghs-link {
        margin-bottom: 14px
    }

@media(max-width: 767px) {
    .about-chandunghs .chandunghs-wrapper.chandunghs-pc {
        display: none
    }
}

.about-chandunghs .chandunghs-wrapper.chandunghs-mb {
    display: none
}

@media(max-width: 767px) {
    .about-chandunghs .chandunghs-wrapper.chandunghs-mb {
        display: block
    }
}

@media(max-width: 767px) {
    .about-chandunghs {
        padding: 0 0 20px
    }
}

.about-thanhtichhs {
    position: relative;
    margin-top: 26px
}

    .about-thanhtichhs .thanhtichhs-intro p {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.65;
        letter-spacing: -0.03em
    }

        .about-thanhtichhs .thanhtichhs-intro p span {
            font-weight: 600
        }

@media(max-width: 1680px) {
    .about-thanhtichhs .thanhtichhs-intro p {
        font-size: 18px
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper {
    position: relative;
    margin-top: 100px
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper {
        position: relative;
        margin-bottom: 20px
    }

        .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form {
            display: flex;
            flex-wrap: wrap;
            gap: 17px;
            align-items: flex-end
        }

            .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr {
                flex: 0 0 auto;
                width: 264px
            }

                .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr label {
                    display: block;
                    font-style: normal;
                    font-family: "Lexend Deca";
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 1;
                    margin-bottom: 13px;
                    letter-spacing: -0.03em;
                    color: #765ba7
                }

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr label {
        font-size: 18px
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr input[type=text] {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    padding: 12px 14px;
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: .01em;
    width: 100%;
    color: #828282
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr input[type=text]::-moz-placeholder {
        color: #828282
    }

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr input[type=text]::placeholder {
        color: #828282
    }

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr input[type=text]:focus {
        outline: none
    }

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr select, .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr .select2-selection__rendered {
    display: block !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: .01em;
    width: 100%;
    color: #828282;
    padding: 12px 14px;
    padding-right: 30px
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr select:focus, .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr .select2-selection__rendered:focus {
        box-shadow: none
    }

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr .select2-container--default .select2-selection--single {
    height: auto;
    border: 0
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%) !important
    }

@media(max-width: 1199px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr {
        width: calc(20% - 13.6px)
    }
}

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form .form-gr {
        width: 100%
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-search-wrapper form button {
    flex: 1;
    width: 45px;
    padding: 11px;
    border: 0;
    border-radius: 5px;
    background: #765ba7
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper {
    position: relative;
    margin-top: 95px;
    margin-bottom: 50px
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .result-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 50px;
        gap: 130px;
        margin-bottom: 87px
    }

@media(max-width: 1199px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .result-list {
        gap: 24px;
        padding: 0 5px
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item {
    flex: 0 0 auto;
    width: 270px
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item a {
        text-decoration: none
    }

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item a {
        display: flex;
        gap: 23px;
        align-items: center;
        flex-wrap: wrap
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    max-width: 227px;
    margin: 0 auto 18px
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .3s
    }

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--image::before {
        content: "";
        display: block;
        padding-bottom: 100%
    }

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--image {
        flex: 0 0 auto;
        width: 140px;
        max-width: unset;
        margin: 0
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content {
    text-align: center
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content .name {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 22px;
        line-height: 1.2727272727;
        letter-spacing: -0.03em;
        color: #4f4f4f;
        margin-bottom: 3px
    }

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content .name {
        font-size: 17px
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content .des {
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #828282;
    margin-bottom: 3px
}

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content .des {
        font-size: 14px
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content .detail-cta {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #4f4f4f
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content .detail-cta svg {
        display: block
    }

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content .detail-cta {
        font-size: 14px;
        justify-content: flex-start;
        margin-bottom: 0;
        margin-top: 12px
    }
}

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item .thanhtichhs-item--content {
        flex: 1;
        text-align: left
    }
}

.about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item:hover .thanhtichhs-item--content .name, .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item:hover .thanhtichhs-item--content .des, .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item:hover .thanhtichhs-item--content .detail-cta {
    color: #765ba7
}

    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item:hover .thanhtichhs-item--content .detail-cta svg circle {
        fill: #46ad71
    }

@media(max-width: 1199px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item {
        width: calc(33.3333333333% - 16px)
    }
}

@media(max-width: 767px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper .thanhtichhs-item {
        width: 100%
    }
}

@media(max-width: 992px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper .thanhtichhs-result-wrapper {
        margin-top: 50px
    }
}

@media(max-width: 1680px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper {
        margin-top: 60px
    }
}

@media(max-width: 992px) {
    .about-thanhtichhs .thanhtichhs-list-wrapper {
        margin-top: 50px
    }
}

.about-facility {
    position: relative;
    margin-top: 26px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

    .about-facility .content-intro {
        flex: 0 0 auto;
        width: 65.53%;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8333333333;
        letter-spacing: -0.03em
    }

@media(max-width: 1680px) {
    .about-facility .content-intro {
        font-size: 16px
    }
}

@media(max-width: 992px) {
    .about-facility .content-intro {
        width: 100%
    }
}

.about-facility .content-list {
    flex: 0 0 auto;
    width: 26.56%;
    padding: 0;
    margin: 0
}

    .about-facility .content-list li {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 31px;
        margin-bottom: 40px;
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 24px;
        line-height: 1.125;
        font-style: normal;
        letter-spacing: -0.03em;
        color: #4f4f4f
    }

        .about-facility .content-list li:last-child {
            margin-bottom: 0
        }

        .about-facility .content-list li img {
            display: block;
            flex: 0 0 auto;
            width: 55px
        }

@media(max-width: 1680px) {
    .about-facility .content-list li img {
        width: 41px
    }
}

@media(max-width: 1680px) {
    .about-facility .content-list li {
        font-size: 18px;
        gap: 23px
    }
}

@media(max-width: 1199px) {
    .about-facility .content-list {
        width: 299px
    }
}

@media(max-width: 992px) {
    .about-facility .content-list {
        width: 100%
    }
}

@media(max-width: 992px) {
    .about-facility {
        margin-bottom: 50px
    }
}

.facility-media {
    padding: 76px 0
}

    .facility-media .facility-media--inner {
        display: flex;
        gap: 94px;
        flex-wrap: wrap;
        align-items: flex-start
    }

@media(max-width: 1680px) {
    .facility-media .facility-media--inner {
        gap: unset;
        justify-content: space-between
    }
}

.facility-media .media-thumb-list {
    flex: 0 0 auto;
    width: 1170px;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 55px
}

    .facility-media .media-thumb-list .media-thumb {
        flex: 0 0 auto;
        width: calc(50% - 15px)
    }

        .facility-media .media-thumb-list .media-thumb .thumb-image {
            position: relative;
            display: block;
            overflow: hidden;
            margin-bottom: 23px
        }

            .facility-media .media-thumb-list .media-thumb .thumb-image img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transition: all .3s
            }

            .facility-media .media-thumb-list .media-thumb .thumb-image::before {
                content: "";
                display: block;
                padding-bottom: 62.28%
            }

            .facility-media .media-thumb-list .media-thumb .thumb-image a {
                display: block
            }

            .facility-media .media-thumb-list .media-thumb .thumb-image::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 34.36%;
                background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 100%);
                pointer-events: none
            }

            .facility-media .media-thumb-list .media-thumb .thumb-image .thumb-title {
                position: absolute;
                bottom: 12px;
                left: 0;
                z-index: 1;
                pointer-events: none;
                display: flex;
                align-items: center;
                gap: 6px;
                font-family: "Lexend Deca";
                font-weight: 400;
                font-size: 18px;
                line-height: 1.2222222222;
                letter-spacing: -0.03em;
                color: #f7b91b
            }

                .facility-media .media-thumb-list .media-thumb .thumb-image .thumb-title .index {
                    font-family: "Lexend Deca";
                    font-weight: 500;
                    font-size: 43px;
                    line-height: 1.2558139535;
                    letter-spacing: -0.03em;
                    color: #fff;
                    min-width: 83px;
                    text-align: right;
                    padding: 2px 31px 5px 0;
                    background: url(../images/common/index-deco.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100% 100%
                }

@media(max-width: 1680px) {
    .facility-media .media-thumb-list .media-thumb .thumb-image .thumb-title .index {
        font-size: 32px;
        min-width: 73px
    }
}

@media(max-width: 767px) {
    .facility-media .media-thumb-list .media-thumb .thumb-image .thumb-title .index {
        font-size: 26px;
        min-width: 67px;
        padding: 5px 25px 5px 0
    }
}

@media(max-width: 1680px) {
    .facility-media .media-thumb-list .media-thumb .thumb-image .thumb-title {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .facility-media .media-thumb-list .media-thumb .thumb-image .thumb-title {
        font-size: 13px
    }
}

@media(max-width: 767px) {
    .facility-media .media-thumb-list .media-thumb .thumb-image {
        margin-bottom: 16px
    }
}

.facility-media .media-thumb-list .media-thumb .thumb-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -0.03em;
    color: #fff
}

@media(max-width: 1680px) {
    .facility-media .media-thumb-list .media-thumb .thumb-content {
        font-size: 16px
    }
}

@media(max-width: 1680px) {
    .facility-media .media-thumb-list .media-thumb {
        width: calc(50% - 11.5px)
    }
}

@media(max-width: 767px) {
    .facility-media .media-thumb-list .media-thumb {
        width: 100%
    }
}

@media(max-width: 1680px) {
    .facility-media .media-thumb-list {
        width: 78.2%;
        row-gap: 43px;
        -moz-column-gap: 23px;
        column-gap: 23px
    }
}

@media(max-width: 992px) {
    .facility-media .media-thumb-list {
        order: 1;
        width: 100%
    }
}

.facility-media .media-nav {
    flex: 0 0 auto;
    width: 231px;
    position: sticky;
    top: 200px;
    margin-bottom: 200px
}

    .facility-media .media-nav ul {
        padding: 0;
        margin: 0
    }

        .facility-media .media-nav ul li {
            list-style: none;
            margin-bottom: 28px
        }

            .facility-media .media-nav ul li:last-child {
                margin-bottom: 0
            }

            .facility-media .media-nav ul li.active a {
                color: #f7b91b
            }

                .facility-media .media-nav ul li.active a svg #pie {
                    fill: #f7b91b
                }

                .facility-media .media-nav ul li.active a svg #outline {
                    opacity: 1;
                    stroke: #f7b91b
                }

@media(max-width: 1680px) {
    .facility-media .media-nav ul li {
        margin-bottom: 22px
    }
}

@media(max-width: 992px) {
    .facility-media .media-nav ul li {
        margin-bottom: 0
    }
}

@media(max-width: 767px) {
    .facility-media .media-nav ul li {
        flex: 0 0 auto;
        width: calc(50% - 10px)
    }
}

.facility-media .media-nav ul .media-navlink {
    display: flex;
    gap: 12px;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    text-decoration: none;
    transition: all .3s
}

    .facility-media .media-nav ul .media-navlink svg {
        display: block;
        flex: 0 0 auto;
        width: 40px;
        margin-top: -5px
    }

        .facility-media .media-nav ul .media-navlink svg #outline {
            opacity: 0
        }

@media(max-width: 1680px) {
    .facility-media .media-nav ul .media-navlink svg {
        width: 30px;
        height: 30px
    }
}

.facility-media .media-nav ul .media-navlink:hover {
    color: #f7b91b;
    transition: all .3s
}

@media(max-width: 1680px) {
    .facility-media .media-nav ul .media-navlink {
        font-size: 18px
    }
}

@media(max-width: 992px) {
    .facility-media .media-nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }
}

@media(max-width: 1680px) {
    .facility-media .media-nav {
        width: 182px
    }
}

@media(max-width: 992px) {
    .facility-media .media-nav {
        position: relative;
        width: 100%;
        order: 0;
        top: 0;
        margin-bottom: 50px
    }
}

@media(max-width: 992px) {
    .facility-media {
        padding: 50px 0
    }
}

.section-editor {
    margin-bottom: 54px
}

@media(min-width: 992px) {
    .thanhtichhsModal .modal-700 {
        max-width: 700px
    }
}

.thanhtichhsModal .modal-content {
    border-radius: 8px
}

.thanhtichhsModal .modal-body {
    padding: 53px
}

@media(max-width: 992px) {
    .thanhtichhsModal .modal-body {
        padding: 50px 30px 40px
    }
}

@media(max-width: 767px) {
    .thanhtichhsModal .modal-body {
        padding: 50px 15px 40px
    }
}

.thanhtichhsModal .btn-close {
    width: 39px;
    height: 39px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    background: #765ba7;
    opacity: 1;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -19px;
    right: -19px
}

    .thanhtichhsModal .btn-close img {
        display: block
    }

@media(max-width: 767px) {
    .thanhtichhsModal .btn-close {
        top: 5px;
        right: 5px;
        border: 0;
        background: rgba(0,0,0,0);
        filter: brightness(0)
    }
}

.thanhtichhsModal .detail-image {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px
}

    .thanhtichhsModal .detail-image img {
        display: block;
        width: 100%
    }

@media(max-width: 767px) {
    .thanhtichhsModal .detail-image {
        margin-bottom: 20px
    }
}

.thanhtichhsModal .content-info {
    margin-bottom: 30px
}

    .thanhtichhsModal .content-info .name {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 24px;
        line-height: 1.25;
        color: #765ba7;
        letter-spacing: -0.03em;
        font-style: normal;
        margin-bottom: 10px
    }

@media(max-width: 767px) {
    .thanhtichhsModal .content-info .name {
        font-size: 20px
    }
}

.thanhtichhsModal .content-info .des {
    margin: 0
}

    .thanhtichhsModal .content-info .des li {
        font-family: "Lexend Deca";
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2222222222;
        letter-spacing: -0.03em;
        font-style: normal;
        color: #828282
    }

@media(max-width: 767px) {
    .thanhtichhsModal .content-info .des li {
        font-size: 16px
    }
}

.thanhtichhsModal .content-achievement {
    margin-bottom: 18px
}

    .thanhtichhsModal .content-achievement .title {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.25;
        letter-spacing: -0.03em;
        color: #765ba7
    }

    .thanhtichhsModal .content-achievement ul {
        padding: 0;
        margin: 0
    }

        .thanhtichhsModal .content-achievement ul li {
            list-style: none;
            display: flex;
            gap: 6px;
            align-items: center;
            margin-bottom: 10px
        }

            .thanhtichhsModal .content-achievement ul li .list-deco {
                padding: 10px;
                flex: 0 0 60px
            }

@media(max-width: 767px) {
    .thanhtichhsModal .content-achievement ul li .list-deco {
        flex: 0 0 35px;
        padding: 0
    }
}

.thanhtichhsModal .content-achievement ul li .list-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

@media(max-width: 767px) {
    .thanhtichhsModal .content-achievement ul li .list-content {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .thanhtichhsModal .content-achievement ul li {
        gap: 10px
    }
}

.thanhtichhsModal .social-share {
    display: flex;
    align-items: center;
    gap: 20px
}

    .thanhtichhsModal .social-share p {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        color: #4f4f4f;
        margin-bottom: 0
    }

@media(max-width: 767px) {
    .thanhtichhsModal .social-share p {
        font-size: 14px
    }
}

.thanhtichhsModal .social-share ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 14px
}

    .thanhtichhsModal .social-share ul li {
        list-style: none
    }

    .thanhtichhsModal .social-share ul .social-link {
        display: block;
        max-width: 26px
    }

        .thanhtichhsModal .social-share ul .social-link img {
            display: block
        }

.selectfont {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5714285714
}

.section-search {
    position: relative;
    margin-top: 66.37px
}

    .section-search .section-search-title {
        position: relative;
        margin-bottom: 115px
    }

        .section-search .section-search-title .section-search-navlink {
            display: flex;
            gap: 12px;
            letter-spacing: -0.03em;
            font-weight: 600;
            font-size: 32px;
            line-height: 1.25;
            color: #765ba7;
            text-decoration: none;
            transition: all .3s;
            margin-top: 69px
        }

            .section-search .section-search-title .section-search-navlink img {
                display: block;
                max-width: 40px
            }

        .section-search .section-search-title p {
            font-family: "SVN-Gilroy";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 19px;
            margin-top: 23.47px;
            color: #765ba7;
            margin-bottom: 66px
        }

            .section-search .section-search-title p span {
                font-weight: 800
            }

        .section-search .section-search-title .item-content p {
            margin: 14px 0
        }

.gf-contact {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 66px
}

    .gf-contact .contact-form {
        flex: 1;
        position: relative;
        background: #fff;
        border: 1px solid #fff;
        box-shadow: 0px 2px 25px rgba(0,0,0,.1);
        border-radius: 12px;
        padding: 34px;
        margin-left: auto
    }

        .gf-contact .contact-form .form-group label {
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            align-items: center;
            color: #765ba7
        }

        .gf-contact .contact-form .form-group span {
            color: red
        }

        .gf-contact .contact-form .form-group input {
            width: 595px;
            display: block;
            border: none;
            padding-bottom: 8px;
            border-bottom: .7px solid #bdbdbd;
            margin-top: 8px;
            margin-bottom: 36px;
            font-family: "Lexend Deca";
            font-weight: 300;
            font-size: 16px;
            line-height: 1.375;
            letter-spacing: .01em
        }

            .gf-contact .contact-form .form-group input::-moz-placeholder {
                color: #e0e0e0
            }

            .gf-contact .contact-form .form-group input::placeholder {
                color: #e0e0e0
            }

            .gf-contact .contact-form .form-group input:focus {
                outline: none
            }

@media(max-width: 1199px) {
    .gf-contact .contact-form .form-group input {
        width: 100%
    }
}

.gf-contact .contact-form .form-group button {
    width: 224px;
    height: 45px;
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: #765ba7;
    border: none;
    border-radius: 4px
}

    .gf-contact .contact-form .form-group button:hover {
        background: #f7b91b;
        border: 1px solid #f7b91b
    }

.gf-contact .contact-form .form-group:last-child {
    text-align: center
}

@media(max-width: 992px) {
    .gf-contact .contact-form {
        padding: 24px
    }
}

@media(max-width: 767px) {
    .gf-contact .contact-form {
        padding: 15px
    }
}

.gf-contact .cotact-text {
    flex: 0 0 auto;
    width: 500px
}

    .gf-contact .cotact-text p {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 1.5;
        color: #765ba7;
        flex: none;
        order: 0;
        flex-grow: 0
    }

@media(max-width: 992px) {
    .gf-contact .cotact-text p {
        font-size: 26px
    }
}

@media(max-width: 767px) {
    .gf-contact .cotact-text p {
        font-size: 24px
    }
}

.gf-contact .cotact-text h3, .gf-contact .cotact-text .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3333333333;
    text-transform: uppercase;
    color: #765ba7;
    flex: none;
    order: 1;
    flex-grow: 0
}

@media(max-width: 992px) {
    .gf-contact .cotact-text h3, .gf-contact .cotact-text .h3 {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .gf-contact .cotact-text h3, .gf-contact .cotact-text .h3 {
        font-size: 28px
    }
}

.gf-contact .cotact-text ul {
    padding: 0;
    margin: 0
}

    .gf-contact .cotact-text ul li {
        display: flex;
        align-items: center;
        list-style: none;
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .01em;
        margin: 17px 0
    }

        .gf-contact .cotact-text ul li img {
            flex-shrink: 0;
            margin-right: 1rem
        }

@media(max-width: 992px) {
    .gf-contact .cotact-text ul li img {
        margin-right: .5rem
    }
}

.gf-contact .cotact-text ul #first-contact {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 600;
    color: #4f4f4f;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 29px;
    display: inline-block
}

    .gf-contact .cotact-text ul #first-contact p {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        font-weight: inherit;
        margin: 0;
        word-break: break-word
    }

@media(max-width: 992px) {
    .gf-contact .cotact-text {
        width: 50%
    }
}

@media(max-width: 767px) {
    .gf-contact .cotact-text {
        width: 100%
    }
}

@media(max-width: 767px) {
    .gf-contact {
        gap: 15px;
        margin-top: 15px
    }
}

.contact-map {
    position: relative;
    margin-top: 60.5px;
    margin-bottom: 49.96px
}

@media(max-width: 1199px) {
    .contact-map iframe {
        width: 100% !important;
        height: 400px !important
    }
}

.gf-registration {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px
}

    .gf-registration .registration-text {
        flex: 0 0 auto;
        width: 500px;
        position: relative;
        padding-top: 16px
    }

        .gf-registration .registration-text p {
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 300;
            font-size: 32px;
            line-height: 1.5;
            color: #765ba7;
            flex: none;
            order: 0;
            flex-grow: 0
        }

@media(max-width: 992px) {
    .gf-registration .registration-text p {
        font-size: 26px
    }
}

.gf-registration .registration-text h3, .gf-registration .registration-text .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3333333333;
    text-transform: uppercase;
    color: #765ba7;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-bottom: 24px
}

@media(max-width: 992px) {
    .gf-registration .registration-text h3, .gf-registration .registration-text .h3 {
        font-size: 30px
    }
}

.gf-registration .registration-text ul {
    padding: 0;
    margin: 0;
    margin-bottom: 29px
}

    .gf-registration .registration-text ul li {
        list-style: none;
        display: flex;
        align-items: center;
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .01em;
        margin: 17px 0
    }

        .gf-registration .registration-text ul li img {
            flex-shrink: 0;
            margin-right: 1rem
        }

    .gf-registration .registration-text ul #first-contact {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #4f4f4f;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 0
    }

    .gf-registration .registration-text ul #second-contact {
        list-style: inside;
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        color: #4f4f4f;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 0
    }

.gf-registration .registration-text .contact-note p {
    font-family: "Lexend Deca";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #4f4f4f;
    margin-bottom: 0
}

.gf-registration .registration-text .contact-note ul {
    padding-left: 2rem;
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 0
}

    .gf-registration .registration-text .contact-note ul li {
        list-style-position: inside;
        font-family: "Lexend Deca";
        font-weight: 600;
        font-size: 16px;
        line-height: 1.5;
        color: #4f4f4f;
        list-style: disc;
        display: list-item;
        margin: 0
    }

@media(max-width: 992px) {
    .gf-registration .registration-text {
        width: 50%;
        padding-right: 20px
    }
}

@media(max-width: 767px) {
    .gf-registration .registration-text {
        width: 100%;
        padding-right: 0
    }
}

.gf-registration .registration-form {
    flex: 1;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 2px 25px rgba(0,0,0,.1);
    border-radius: 12px;
    padding: 34px;
    margin-left: auto;
    margin-bottom: 187.83px
}

    .gf-registration .registration-form .form-group label {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.75;
        align-items: center;
        color: #765ba7;
        text-transform: uppercase
    }

    .gf-registration .registration-form .form-group span {
        color: red
    }

    .gf-registration .registration-form .form-group input {
        width: 595px;
        display: block;
        border: none;
        padding-bottom: 8px;
        border-bottom: .7px solid #bdbdbd;
        margin-top: 8px;
        margin-bottom: 36px;
        font-family: "Lexend Deca";
        font-weight: 300;
        font-size: 18px;
        line-height: 1.3333333333
    }

        .gf-registration .registration-form .form-group input:focus {
            outline: none
        }

@media(max-width: 1199px) {
    .gf-registration .registration-form .form-group input {
        width: 100%;
        margin-bottom: 26px
    }
}

@media(max-width: 767px) {
    .gf-registration .registration-form .form-group input {
        font-size: 16px
    }
}

.gf-registration .registration-form .form-group select {
    width: 595px;
    display: block;
    border: none;
    padding-bottom: 8px;
    border-bottom: .7px solid #bdbdbd;
    margin-top: 8px;
    color: #828282;
    margin-bottom: 36px
}

    .gf-registration .registration-form .form-group select .img {
        position: absolute
    }

@media(max-width: 1199px) {
    .gf-registration .registration-form .form-group select {
        width: 100%
    }
}

.gf-registration .registration-form .form-group button {
    width: 224px;
    height: 45px;
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: #765ba7;
    border: none;
    border-radius: 4px;
    text-transform: uppercase
}

    .gf-registration .registration-form .form-group button:hover {
        background: #f7b91b;
        border: 1px solid #f7b91b
    }

.gf-registration .registration-form .form-group .textfield__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/arrow-d-black.png);
    background-position-x: 99%;
    background-position-y: 5px;
    background-repeat: no-repeat;
    background-size: 11px 6px
}

.gf-registration .registration-form .form-group:last-child {
    text-align: center
}

.gf-registration .registration-form .form-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2727272727;
    text-transform: uppercase;
    color: #765ba7
}

@media(max-width: 767px) {
    .gf-registration .registration-form .form-title {
        font-size: 20px
    }
}

@media(max-width: 1199px) {
    .gf-registration .registration-form {
        margin-bottom: 100px;
        padding: 24px
    }
}

.gf-registration .registration-form .box-input {
    position: relative
}

    .gf-registration .registration-form .box-input input {
        background-image: none !important
    }

    .gf-registration .registration-form .box-input label {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        margin: 0;
        font-weight: 300;
        font-size: 18px;
        line-height: 1;
        color: #828282;
        text-transform: capitalize
    }

        .gf-registration .registration-form .box-input label.required::after {
            content: "*";
            display: inline-block;
            color: red
        }

.gf-registration .registration-form .greenfield--contact-form {
    box-shadow: none;
    padding: 0
}

@media(max-width: 767px) {
    .gf-registration {
        margin-top: 15px
    }
}

.gf-404 {
    position: relative;
    text-align: center;
    margin-bottom: 125px
}

    .gf-404 h1, .gf-404 .h1 {
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 400;
        font-size: 37px;
        line-height: 52px;
        text-transform: capitalize;
        color: #4f4f4f;
        margin-top: 47.47px;
        margin-bottom: 0
    }

    .gf-404 img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }

    .gf-404 p {
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: #828282;
        margin-bottom: 28.94px;
        margin-top: 0
    }

    .gf-404 .btn-return-home {
        text-decoration: none;
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 17px;
        align-items: center;
        color: #fff;
        background: #765ba7;
        border-radius: 40px;
        padding: 15px 30px
    }

@media(min-width: 1200px) {
    .gf-404 .btn-return-home:hover {
        background: #f7b91b;
        border: 1px solid #f7b91b
    }
}

.greenfield--tuyensinh-wrapper {
    padding: 40px 0
}

@media(min-width: 768px) {
    .greenfield--tuyensinh-wrapper {
        padding: 40px 0 90px
    }
}

.greenfield--tuyensinh-wrapper__hocbong {
    padding: 40px 0 50px
}

    .greenfield--tuyensinh-wrapper__hocbong .news-sapo {
        margin-bottom: 2.25rem
    }

.greenfield--tuyensinh__list-wcu {
    padding: 0;
    margin: 0;
    list-style: none
}

@media(min-width: 1680px) {
    .greenfield--tuyensinh__list-wcu {
        margin-top: 0
    }
}

@media(min-width: 768px) {
    .greenfield--tuyensinh__list-wcu {
        margin-top: 40px
    }
}

@media(max-width: 767px) {
    .greenfield--tuyensinh__list-wcu {
        width: calc(100% + 30px);
        margin: 0 -15px
    }
}

.greenfield--tuyensinh__list-wcu li {
    position: relative;
    padding: 30px 20px
}

@media(min-width: 1680px) {
    .greenfield--tuyensinh__list-wcu li {
        max-width: 100%
    }
}

@media(min-width: 1200px) {
    .greenfield--tuyensinh__list-wcu li:hover {
        cursor: pointer
    }

        .greenfield--tuyensinh__list-wcu li:hover .contentbox .title::before {
            width: 2rem;
            transition: all .2s linear
        }
}

@media(min-width: 768px) {
    .greenfield--tuyensinh__list-wcu li {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 30px;
        margin: 0 auto;
        padding: 20px
    }
}

@media(min-width: 768px)and (max-width: 1599px) {
    .greenfield--tuyensinh__list-wcu li {
        max-width: 880px
    }
}

.greenfield--tuyensinh__list-wcu li:nth-child(5n+1) {
    background: #765ba7
}

.greenfield--tuyensinh__list-wcu li:nth-child(5n+2) {
    background: #46ad71
}

.greenfield--tuyensinh__list-wcu li:nth-child(5n+3) {
    background: #00babb
}

.greenfield--tuyensinh__list-wcu li:nth-child(5n+4) {
    background: #f7b91b
}

.greenfield--tuyensinh__list-wcu li:nth-child(5n+5) {
    background: #f37123
}

.greenfield--tuyensinh__list-wcu .contentbox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-bottom: 30px
}

@media(min-width: 1680px) {
    .greenfield--tuyensinh__list-wcu .contentbox {
        gap: 20px
    }
}

@media(min-width: 768px) {
    .greenfield--tuyensinh__list-wcu .contentbox {
        margin-top: 30px;
        gap: 16px;
        margin-bottom: 0
    }
}

.greenfield--tuyensinh__list-wcu .contentbox .number {
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

@media(min-width: 1680px) {
    .greenfield--tuyensinh__list-wcu .contentbox .number {
        font-size: 40px
    }
}

.greenfield--tuyensinh__list-wcu .contentbox .textbox {
    flex: 1;
    margin-left: 20px
}

@media(min-width: 768px) {
    .greenfield--tuyensinh__list-wcu .contentbox .textbox {
        margin-left: 0
    }
}

.greenfield--tuyensinh__list-wcu .contentbox .title {
    position: relative;
    display: block;
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3333333333;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 10px;
    transition: all .2s linear
}

    .greenfield--tuyensinh__list-wcu .contentbox .title::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 2.5px;
        background: #fff;
        transform: translateY(-10px);
        transition: all .2s linear
    }

@media(min-width: 1680px) {
    .greenfield--tuyensinh__list-wcu .contentbox .title {
        font-size: 30px
    }
}

@media(min-width: 768px) {
    .greenfield--tuyensinh__list-wcu .contentbox .title::before {
        transform: translateY(-7.5px)
    }
}

.greenfield--tuyensinh__list-wcu .contentbox .description {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #fff;
    margin-bottom: 0;
    max-width: 600px
}

@media(min-width: 1680px) {
    .greenfield--tuyensinh__list-wcu .contentbox .description {
        font-size: 20px;
        letter-spacing: -0.02em;
        line-height: 1.5
    }
}

.greenfield--tuyensinh__list-wcu .imagebox {
    position: relative;
    width: 100%;
    padding-bottom: 79%;
    overflow: hidden;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%
}

    .greenfield--tuyensinh__list-wcu .imagebox img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

@media(min-width: 768px) {
    .greenfield--tuyensinh__list-wcu .imagebox {
        position: relative;
        width: 100%;
        padding-bottom: 27.5%;
        overflow: hidden;
        flex: 0 0 auto;
        width: calc(32.5% + 13px);
        max-width: 100%
    }

        .greenfield--tuyensinh__list-wcu .imagebox img {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

@media(min-width: 1680px) {
    .greenfield--contact-route {
        padding: 80px 0
    }
}

@media(min-width: 768px) {
    .greenfield--contact-route {
        padding: 60px 0
    }
}

.greenfield--contact-route .wrapper {
    padding: 82px 0
}

@media(min-width: 1680px) {
    .greenfield--contact-route .wrapper {
        max-width: 100%
    }
}

@media(min-width: 768px)and (max-width: 1599px) {
    .greenfield--contact-route .wrapper {
        max-width: 880px;
        margin: 0 auto;
        padding: 0
    }
}

@media(max-width: 767px) {
    .greenfield--contact-route .wrapper {
        padding: 30px 0 60px
    }
}

.greenfield--contact-route .title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -0.03em;
    color: #4f4f4f;
    margin-bottom: 2rem
}

@media(min-width: 1680px) {
    .greenfield--contact-route .title {
        font-size: 20px;
        margin-bottom: 2rem
    }
}

@media(min-width: 768px) {
    .greenfield--contact-route .title {
        font-size: 16px;
        margin-bottom: 1.5rem
    }
}

@media(max-width: 767px) {
    .greenfield--contact-route .title {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.greenfield--contact-route .list-item {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 2rem
}

    .greenfield--contact-route .list-item li {
        align-items: flex-start;
        font-weight: 300;
        font-size: 19px;
        line-height: 1.8421052632;
        color: #595959
    }

@media(min-width: 1680px) {
    .greenfield--contact-route .list-item li {
        font-size: 19px
    }
}

@media(min-width: 768px) {
    .greenfield--contact-route .list-item li {
        display: flex;
        font-size: 16px;
        font-weight: 500
    }
}

@media(max-width: 767px) {
    .greenfield--contact-route .list-item li {
        font-size: 16px
    }
}

.greenfield--contact-route .list-item li span {
    font-weight: 500;
    color: #765ba7;
    margin-right: 5px
}

.greenfield--contact-route .list-item li::before {
    content: "•";
    display: inline-block;
    width: 1rem;
    flex-shrink: 0
}

@media(min-width: 1200px) {
    .greenfield--contact-route .list-item li::before {
        width: 2rem
    }
}

.greenfield--contact-route .btn {
    display: inline-block;
    font-family: "Lexend Deca";
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6666666667;
    letter-spacing: -0.03em;
    color: #fff;
    background: #765ba7;
    border-radius: 30px;
    padding: 7px 32px
}

    .greenfield--contact-route .btn:hover {
        background: #f7b91b
    }

@media(min-width: 1200px) {
    .greenfield--contact-route .btn {
        font-size: 14px;
        padding: 4px 21px
    }
}

@media(min-width: 1680px) {
    .greenfield--contact-route .btn {
        font-size: 18px;
        padding: 10px 32px
    }
}

.greenfield--top-field {
    margin-bottom: 1.25rem
}

    .greenfield--top-field .desc {
        font-weight: 300;
        font-size: 20px;
        line-height: 1.65;
        letter-spacing: -0.03em;
        color: #4f4f4f
    }

@media(max-width: 767px) {
    .greenfield--top-field .desc {
        font-size: 16px
    }
}

.greenfield--top-field .list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .greenfield--top-field .list li {
        position: relative;
        display: flex;
        align-items: flex-start;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.65;
        letter-spacing: -0.03em;
        color: #4f4f4f
    }

@media(max-width: 767px) {
    .greenfield--top-field .list li {
        font-size: 16px
    }
}

.greenfield--top-field .list li::before {
    content: "•";
    display: inline-block;
    width: 2rem;
    text-align: center;
    flex-shrink: 0
}

@media(max-width: 767px) {
    .greenfield--top-field ul li {
        font-size: 18px
    }
}

.greenfield--title-purple {
    display: block
}

@media(min-width: 768px) {
    .greenfield--title-purple {
        margin-bottom: .25rem
    }
}

.greenfield--title-purple > * {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #765ba7;
    text-decoration: none
}

    .greenfield--title-purple > *:hover {
        color: #765ba7
    }

    .greenfield--title-purple > * img {
        flex-shrink: 0
    }

.greenfield--content-wrapper {
    margin-bottom: 2rem
}

@media(max-width: 767px) {
    .greenfield--content-wrapper {
        margin-bottom: 25px
    }
}

.greenfield--content-wrapper__image {
    display: block;
    text-align: center
}

    .greenfield--content-wrapper__image img {
        width: 100%;
        height: auto
    }

.greenfield--content-wrapper__description {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5555555556;
    text-align: justify;
    color: #828282;
    margin-bottom: 1.25rem
}

    .greenfield--content-wrapper__description a {
        font-style: normal;
        font-weight: 600;
        color: #765ba7;
        margin-left: 5px
    }

    .greenfield--content-wrapper__description img {
        display: block;
        width: auto;
        height: auto;
        text-align: center;
        margin: 0 auto;
        max-width: 100%
    }

    .greenfield--content-wrapper__description figcaption {
        font-style: italic;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #828282;
        text-align: center;
        margin-top: 8px
    }

@media(max-width: 767px) {
    .greenfield--content-wrapper__description figcaption {
        text-align: left
    }
}

.greenfield--content-wrapper__description ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .greenfield--content-wrapper__description ul li a {
        font-style: italic;
        font-weight: 500;
        color: #765ba7;
        margin-left: 5px
    }

    .greenfield--content-wrapper__description ul li::before {
        content: "•";
        display: inline-block;
        width: 1rem;
        text-align: center;
        flex-shrink: 0
    }

@media(max-width: 767px) {
    .greenfield--content-wrapper__description {
        font-size: 16px
    }
}

.greenfield--content-wrapper__quote {
    padding: 0;
    margin: 0;
    list-style: none
}

    .greenfield--content-wrapper__quote li {
        position: relative;
        display: flex;
        align-items: flex-start;
        font-family: "SVN-Gilroy";
        font-style: italic;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.1;
        color: #765ba7;
        margin-bottom: 1.25rem
    }

        .greenfield--content-wrapper__quote li::before {
            content: "•";
            display: inline-block;
            width: 2rem;
            text-align: center;
            flex-shrink: 0
        }

.greenfield--content-wrapper__list {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    list-style: none
}

    .greenfield--content-wrapper__list li {
        display: flex;
        align-items: flex-start;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5555555556;
        text-align: justify;
        color: #4f4f4f
    }

        .greenfield--content-wrapper__list li::before {
            content: "•";
            display: inline-block;
            width: 2rem;
            text-align: center;
            flex-shrink: 0
        }

        .greenfield--content-wrapper__list li:has(ul) {
            display: block;
            padding-left: 2rem;
            margin-bottom: 20px
        }

            .greenfield--content-wrapper__list li:has(ul)::before {
                position: absolute;
                left: 0
            }

@media(min-width: 768px) {
    .greenfield--content-wrapper__list li:has(ul)::before {
        left: 1rem
    }
}

.greenfield--content-wrapper__list li:has(ul) ul {
    padding: 0;
    margin: 0;
    margin-top: 8px;
    list-style: none
}

    .greenfield--content-wrapper__list li:has(ul) ul li {
        position: relative;
        padding-left: 2rem;
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5555555556;
        text-align: justify;
        color: #595959
    }

@media(max-width: 767px) {
    .greenfield--content-wrapper__list li:has(ul) ul li {
        font-size: 16px
    }
}

.greenfield--content-wrapper__list li:has(ul) ul li::before {
    position: absolute;
    left: 0
}

.greenfield--content-wrapper__list li:has(ul) ul li a {
    font-style: italic;
    font-weight: 500;
    color: #765ba7
}

@media(max-width: 767px) {
    .greenfield--content-wrapper__list li {
        word-break: break-word;
        font-size: 16px
    }
}

.greenfield--content-wrapper__list img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto
}

.greenfield--content-wrapper .text-purple {
    color: #765ba7
}

@media(max-width: 767px) {
    .greenfield--content-wrapper ul li {
        font-size: 16px
    }
}

.greenfield--form-connector {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0
}

@media(min-width: 1200px) {
    .greenfield--form-connector {
        padding: 136px 0
    }
}

.greenfield--form-connector .titlebox {
    text-align: center;
    margin-bottom: 2.5rem
}

@media(max-width: 767px) {
    .greenfield--form-connector .titlebox {
        margin-bottom: 1rem
    }
}

.greenfield--form-connector .titlebox .sub {
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin-bottom: 5px
}

@media(max-width: 767px) {
    .greenfield--form-connector .titlebox .sub {
        font-size: 20px
    }
}

.greenfield--form-connector .titlebox .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3333333333;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .greenfield--form-connector .titlebox .title {
        font-size: 26px
    }
}

.greenfield--form-connector .btnbox {
    text-align: center
}

    .greenfield--form-connector .btnbox .btn {
        display: inline-block;
        font-family: "Lexend Deca";
        font-weight: 600;
        font-size: 18px;
        line-height: 1.6666666667;
        letter-spacing: -0.03em;
        color: #fff;
        background: #f7b91b;
        border-radius: 30px;
        padding: 7px 45px
    }

@media(max-width: 767px) {
    .greenfield--form-connector .btnbox .btn {
        font-size: 16px
    }
}

.greenfield--form-connector .btnbox .btn:hover {
    background: #765ba7
}

.greenfield--tuyensinh-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

@media(min-width: 992px) {
    .greenfield--tuyensinh-row {
        margin: 0 -15px 30px
    }
}

.greenfield--tuyensinh-col {
    padding: 0;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%
}

@media(min-width: 992px) {
    .greenfield--tuyensinh-col {
        padding: 0 15px
    }

        .greenfield--tuyensinh-col:first-child {
            flex: 0 0 auto;
            width: 75%;
            max-width: 100%
        }

        .greenfield--tuyensinh-col:last-child {
            flex: 0 0 auto;
            width: 25%;
            max-width: 100%
        }
}

.greenfield--tuyensinh-col .greenfield--contact-route .wrapper {
    padding: 0 !important
}

.greenfield--tuyensinh-col:first-child {
    order: 1
}

@media(min-width: 1024px) {
    .greenfield--tuyensinh-col:first-child {
        order: unset
    }
}

.greenfield--tuyensinh-col:last-child {
    order: 0
}

@media(min-width: 1024px) {
    .greenfield--tuyensinh-col:last-child {
        order: unset
    }
}

.nav-scroll-fixed {
    position: sticky;
    top: 120px;
    padding: 0;
    list-style: none
}

@media(min-width: 1200px) {
    .nav-scroll-fixed {
        margin: 3rem 0 0
    }
}

@media(max-width: 992px) {
    .nav-scroll-fixed {
        position: relative;
        top: 0;
        margin-bottom: 70px
    }
}

.nav-scroll-fixed li {
    margin-bottom: 10px
}

    .nav-scroll-fixed li a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 700;
        font-size: 19px;
        line-height: 1.1578947368;
        letter-spacing: -0.03em;
        color: rgba(79,79,79,.5019607843);
        text-decoration: none;
        transition: all .1s linear
    }

        .nav-scroll-fixed li a::before {
            content: "";
            flex-shrink: 0;
            display: inline-block;
            width: 2.5rem;
            height: 2.5rem;
            background-image: url(../images/tuyensinh/svg-perprogress-gray.svg);
            background-repeat: no-repeat;
            background-size: contain;
            transition: all .1s linear
        }

@media(hover: hover) {
    .nav-scroll-fixed li a:hover {
        color: #765ba7;
        transition: all .1s linear
    }

        .nav-scroll-fixed li a:hover::before {
            background-image: url(../images/tuyensinh/svg-progress-purple.svg);
            transition: all .1s linear
        }
}

.nav-scroll-fixed li a.active {
    color: #765ba7;
    transition: all .1s linear
}

    .nav-scroll-fixed li a.active::before {
        background-image: url(../images/tuyensinh/svg-progress-purple.svg);
        transition: all .1s linear
    }

@media(max-width: 992px) {
    .nav-scroll-fixed li a {
        font-size: 18px
    }
}

@media(min-width: 1200px) {
    .greenfield--horizontal-article {
        margin-bottom: 60px
    }
}

.greenfield--tuyensinh-article__header {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 27px;
    margin-bottom: 27px
}

    .greenfield--tuyensinh-article__header .imagebox {
        position: relative;
        width: 100%;
        padding-bottom: 56%;
        overflow: hidden;
        margin-bottom: 27px
    }

        .greenfield--tuyensinh-article__header .imagebox img {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

    .greenfield--tuyensinh-article__header .titlebox .title {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 125%;
        text-align: justify;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: 8px
    }

@media(max-width: 767px) {
    .greenfield--tuyensinh-article__header .titlebox .title {
        font-size: 22px;
        text-align: left
    }
}

.greenfield--tuyensinh-article__header .titlebox .date {
    display: block;
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #595959
}

.greenfield--tuyensinh-article__social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px
}

@media(min-width: 992px) {
    .greenfield--tuyensinh-article__social {
        margin-bottom: 3rem
    }
}

.greenfield--tuyensinh-article__social span, .greenfield--tuyensinh-article__social p {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #4f4f4f
}

.greenfield--tuyensinh-article__body {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5555555556;
    text-align: justify;
    color: #828282;
    margin-bottom: 70px
}

@media(max-width: 767px) {
    .greenfield--tuyensinh-article__body {
        margin-bottom: 35px
    }
}

.greenfield--tuyensinh-article__body ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .greenfield--tuyensinh-article__body ul li {
        position: relative;
        font-style: italic;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        color: #4f4f4f;
        margin-bottom: 23px
    }

@media(max-width: 767px) {
    .greenfield--tuyensinh-article__body ul li {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.greenfield--tuyensinh-article__body ul li::before {
    content: "•";
    display: inline-block;
    width: 1.5rem;
    text-align: center;
    flex-shrink: 0
}

.greenfield--tuyensinh-article__body ul li a {
    display: inline-block;
    color: #765ba7;
    text-decoration: none
}

    .greenfield--tuyensinh-article__body ul li a:hover {
        text-decoration: underline
    }

.greenfield--tuyensinh-related {
    background: #f8f8f8;
    padding: 50px 0 85px
}

    .greenfield--tuyensinh-related .title-main {
        display: block;
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: 2.25rem
    }

.greenfield--dangkytuyensinh-wrapper .greenfield--title-purple {
    margin: 2.5rem 0
}

    .greenfield--dangkytuyensinh-wrapper .greenfield--title-purple a {
        font-weight: 700;
        font-size: 24px
    }

@media(min-width: 1680px) {
    .greenfield--dangkytuyensinh-wrapper .greenfield--title-purple a {
        font-size: 40px
    }
}

@media(min-width: 1200px) {
    .greenfield--dangkytuyensinh-wrapper .greenfield--title-purple a {
        font-size: 30px
    }
}

.greenfield--quytrinhtuyensinh-list {
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .greenfield--quytrinhtuyensinh-list::after {
        content: "";
        position: absolute;
        height: calc(100% - 4rem);
        width: 1.5px;
        background: #d9d9d9;
        top: 0;
        left: 40px;
        z-index: -1
    }
}

@media(min-width: 1200px) {
    .greenfield--quytrinhtuyensinh-list::before {
        content: "";
        position: absolute;
        background: #d9d9d9;
        width: 100%;
        height: 1.5px;
        left: 0;
        right: 0;
        bottom: 14%
    }
}

.greenfield--quytrinhtuyensinh-list .greenfield--row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px
}

.greenfield--quytrinhtuyensinh-list .greenfield--col {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 8px
}

@media(min-width: 1200px) {
    .greenfield--quytrinhtuyensinh-list .greenfield--col {
        flex: 0 0 auto;
        width: 20%;
        max-width: 100%
    }
}

.greenfield--quytrinhtuyensinh-list .item {
    display: flex;
    flex-flow: row-reverse;
    align-items: center
}

@media(min-width: 1200px) {
    .greenfield--quytrinhtuyensinh-list .item {
        flex-flow: column;
        height: 100%
    }
}

@media(max-width: 1199px) {
    .greenfield--quytrinhtuyensinh-list .item {
        justify-content: flex-end;
        margin-bottom: 70px
    }
}

.greenfield--quytrinhtuyensinh-list .item .desc {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.03em;
    color: #bdbdbd;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 22px;
    height: 100%
}

@media(max-width: 1199px) {
    .greenfield--quytrinhtuyensinh-list .item .desc {
        max-width: 220px;
        margin-left: auto
    }
}

.greenfield--quytrinhtuyensinh-list .item .desc::before {
    content: "";
    position: absolute;
    background-image: url(../images/tuyensinh/svg-caret-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%)
}

.greenfield--quytrinhtuyensinh-list .item .desc::after {
    content: "";
    position: absolute;
    background-image: url(../images/tuyensinh/svg-dashed-vertical.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 1px;
    height: 60px;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.greenfield--quytrinhtuyensinh-list .item .index {
    flex-shrink: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.03em;
    color: #d2d2d2;
    background: #fff;
    box-shadow: 0px 4px 25px rgba(0,0,0,.12);
    border-radius: 50%;
    overflow: hidden
}

@media(min-width: 1200px) {
    .greenfield--quytrinhtuyensinh-list .item .index {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 50px;
        margin-top: 80px
    }
}

.greenfield--quytrinhtuyensinh-list .item:hover, .greenfield--quytrinhtuyensinh-list .item.active {
    position: relative;
    cursor: pointer;
    transition: all .1s linear
}

    .greenfield--quytrinhtuyensinh-list .item:hover .desc, .greenfield--quytrinhtuyensinh-list .item.active .desc {
        background: #765ba7;
        color: #fff;
        transition: all .1s linear
    }

        .greenfield--quytrinhtuyensinh-list .item:hover .desc::before, .greenfield--quytrinhtuyensinh-list .item.active .desc::before {
            background-image: url(../images/tuyensinh/svg-caret-purple.svg);
            transition: all .1s linear
        }

@media(min-width: 1200px) {
    .greenfield--quytrinhtuyensinh-list .item:hover .desc::after, .greenfield--quytrinhtuyensinh-list .item.active .desc::after {
        opacity: 1;
        visibility: visible;
        transition: all .1s linear
    }
}

.greenfield--quytrinhtuyensinh-list .item:hover .index, .greenfield--quytrinhtuyensinh-list .item.active .index {
    background: #765ba7;
    color: #f7b91b;
    transition: all .1s linear
}

.greenfield--quytrinhtuyensinh-list .item:hover .line-hidden-pc, .greenfield--quytrinhtuyensinh-list .item.active .line-hidden-pc {
    flex: 1;
    display: inline-block;
    border: 1px dashed #765ba7;
    margin: 0 10px
}

@media(min-width: 1200px) {
    .greenfield--quytrinhtuyensinh-list .item:hover .line-hidden-pc, .greenfield--quytrinhtuyensinh-list .item.active .line-hidden-pc {
        display: none
    }
}

.greenfield--tuyensinh-contact {
    background: #f5f5f5;
    padding: 80px 0
}

@media(max-width: 1199px) {
    .greenfield--tuyensinh-contact {
        padding: 55px 0
    }
}

.greenfield--tuyensinh-contact .greenfield--row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.greenfield--tuyensinh-contact .greenfield--col {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 15px
}

@media(min-width: 1200px) {
    .greenfield--tuyensinh-contact .greenfield--col:first-child {
        flex: 0 0 auto;
        width: 45%;
        max-width: 100%
    }

    .greenfield--tuyensinh-contact .greenfield--col:last-child {
        flex: 0 0 auto;
        width: 55%;
        max-width: 100%
    }
}

@media(max-width: 1199px) {
    .greenfield--tuyensinh-contact .greenfield--col:first-child {
        margin-bottom: 40px
    }
}

.greenfield--tuyensinh-contact .textbox {
    margin-bottom: 2rem
}

    .greenfield--tuyensinh-contact .textbox .text-sub {
        display: block;
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 1.5;
        color: #765ba7;
        margin-bottom: .25rem
    }

@media(max-width: 1199px) {
    .greenfield--tuyensinh-contact .textbox .text-sub {
        font-size: 24px
    }
}

.greenfield--tuyensinh-contact .textbox .text-main {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3333333333;
    text-transform: uppercase;
    color: #765ba7;
    margin-bottom: 1.5rem
}

@media(max-width: 1199px) {
    .greenfield--tuyensinh-contact .textbox .text-main {
        font-size: 30px
    }
}

.greenfield--tuyensinh-contact .textbox .text-desc {
    display: block;
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #4f4f4f
}

.greenfield--tuyensinh-contact .info-list {
    padding: 0;
    margin: 0;
    list-style: none
}

    .greenfield--tuyensinh-contact .info-list li {
        margin-bottom: 1rem
    }

        .greenfield--tuyensinh-contact .info-list li > * {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
            font-family: "Lexend Deca";
            font-weight: 400;
            font-size: 16px;
            line-height: 1.375;
            letter-spacing: .01em;
            color: #4f4f4f;
            text-decoration: none
        }

            .greenfield--tuyensinh-contact .info-list li > * img {
                flex-shrink: 0
            }

            .greenfield--tuyensinh-contact .info-list li > * span {
                flex: 1
            }

.textfield {
    position: relative;
    box-sizing: border-box;
    min-width: 300px;
    margin: 0;
    padding: 0;
    border: none
}

.textfield__label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #828282;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: text;
    pointer-events: none
}

.textfield__label--required::after {
    position: relative;
    top: -3px;
    left: 1px;
    display: inline-block;
    content: "*";
    color: #d0011b
}

.textfield__input:focus {
    border-color: #3a82c6
}

.textfield__input:disabled {
    border-color: #e6e6e6;
    background: #f9fafb
}

.textfield__input::-moz-placeholder {
    color: rgba(0,0,0,0)
}

.textfield__input::placeholder {
    color: rgba(0,0,0,0)
}

.textfield__input-normal::-moz-placeholder {
    font-weight: 300;
    color: #828282
}

.textfield__input-normal::placeholder {
    font-weight: 300;
    color: #828282
}

.textfield__input:focus + .textfield__label, .textfield__input:valid + .textfield__label, .textfield__input:disabled + .textfield__label {
    display: none
}

.modal .greenfield--contact-form .btn-close {
    display: block
}

.greenfield--contact-form {
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 2px 25px rgba(0,0,0,.1);
    border-radius: 12px;
    padding: 35px
}

@media(max-width: 1199px) {
    .greenfield--contact-form {
        padding: 15px
    }
}

.greenfield--contact-form .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none
}

.greenfield--contact-form .btn-modal-dismiss {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border: none;
    outline: none;
    background: rgba(0,0,0,0)
}

@media(max-width: 1199px) {
    .greenfield--contact-form .btn-modal-dismiss {
        transform: translate(0%, 25%)
    }
}

.greenfield--contact-form .top-title {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2727272727;
    text-transform: uppercase;
    color: #765ba7;
    margin-bottom: 25px
}

.greenfield--contact-form .box-input {
    position: relative;
    margin-bottom: 40px
}

    .greenfield--contact-form .box-input input, .greenfield--contact-form .box-input textarea, .greenfield--contact-form .box-input select {
        border: none;
        outline: none;
        background: rgba(0,0,0,0);
        border-bottom: 1px solid #bdbdbd;
        border-radius: 0;
        display: block;
        width: 100%;
        font-family: "Lexend Deca";
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        color: #4f4f4f;
        padding-bottom: 8px
    }

    .greenfield--contact-form .box-input .ic-svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(calc(-50% - 10px))
    }

.greenfield--contact-form .box-button {
    display: block;
    text-align: center
}

    .greenfield--contact-form .box-button .submit {
        display: inline-block;
        background: #765ba7;
        border-radius: 4px;
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        letter-spacing: -0.02em;
        color: #fff;
        text-transform: uppercase;
        padding: 13px 70px;
        border: none;
        outline: none;
        transition: all .2s linear
    }

        .greenfield--contact-form .box-button .submit:hover {
            box-shadow: inset 0 200px 0 rgba(0,0,0,.2392156863);
            transition: all .2s linear
        }

.radio-gender {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

    .radio-gender > * {
        flex: 1
    }

    .radio-gender .label {
        position: relative;
        font-family: "Lexend Deca";
        font-weight: 300;
        font-size: 18px;
        line-height: 1;
        color: #828282;
        flex: 0 0 30%
    }

        .radio-gender .label.required::after {
            content: "*";
            display: inline-block;
            color: #d0011b
        }

    .radio-gender .radio-option {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

        .radio-gender .radio-option > * {
            flex: 1
        }

        .radio-gender .radio-option label {
            margin-bottom: 0;
            cursor: pointer
        }

            .radio-gender .radio-option label input {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                display: none
            }

                .radio-gender .radio-option label input:checked + span::before {
                    border: 1px solid #765ba7
                }

                .radio-gender .radio-option label input:checked + span::after {
                    background-image: url(../images/tuyensinh/svg-checked-purple.svg)
                }

            .radio-gender .radio-option label span {
                position: relative;
                font-family: "Lexend Deca";
                font-weight: 400;
                font-size: 18px;
                line-height: 1;
                color: #828282;
                padding-left: 32px
            }

                .radio-gender .radio-option label span::before {
                    content: "";
                    position: absolute;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #bdbdbd;
                    border-radius: 50%;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%)
                }

                .radio-gender .radio-option label span::after {
                    content: "";
                    position: absolute;
                    width: 22px;
                    height: 15px;
                    background-repeat: no-repeat;
                    background-size: auto;
                    background-position: center;
                    left: 0;
                    top: 50%;
                    transform: translateY(-75%)
                }

.desc-4f4f4f {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5555555556;
    text-align: justify;
    color: #4f4f4f !important;
    margin-bottom: 1.5rem
}

@media(max-width: 767px) {
    .desc-4f4f4f {
        font-size: 16px
    }
}

.desc-828282 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5555555556;
    text-align: justify;
    color: #828282 !important;
    margin-bottom: 1.5rem
}

@media(max-width: 767px) {
    .desc-828282 {
        font-size: 16px
    }
}

.modal-route .modal-dialog {
    max-width: 650px
}

.modal-route .modal-content {
    border: none;
    outline: none;
    border-radius: 0;
    background: rgba(0,0,0,0);
    overflow: visible
}

.greenfield--thoikhoabieu-swiper {
    background: #46ad71;
    padding: 70px 0 50px
}

@media(max-width: 767px) {
    .greenfield--thoikhoabieu-swiper {
        padding: 30px 0
    }
}

.greenfield--thoikhoabieu-swiper .swiper-slide .image {
    width: 100%;
    height: auto
}

    .greenfield--thoikhoabieu-swiper .swiper-slide .image img {
        width: 100%;
        height: 100%
    }

.greenfield--thoikhoabieu-swiper #swiperMain {
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .greenfield--thoikhoabieu-swiper #swiperMain {
        margin-bottom: 20px
    }
}

.greenfield--thoikhoabieu-swiper #swiperMain [class*=swiper-button] {
    width: auto;
    height: auto
}

    .greenfield--thoikhoabieu-swiper #swiperMain [class*=swiper-button]::after {
        content: ""
    }

    .greenfield--thoikhoabieu-swiper #swiperMain [class*=swiper-button].swiper-button-next {
        right: 0
    }

    .greenfield--thoikhoabieu-swiper #swiperMain [class*=swiper-button].swiper-button-prev {
        left: 0
    }

@media(max-width: 767px) {
    .greenfield--thoikhoabieu-swiper #swiperMain [class*=swiper-button] {
        width: 25px;
        height: 25px;
        margin-top: auto
    }

        .greenfield--thoikhoabieu-swiper #swiperMain [class*=swiper-button].swiper-button-next {
            right: -10px
        }

        .greenfield--thoikhoabieu-swiper #swiperMain [class*=swiper-button].swiper-button-prev {
            left: -10px
        }
}

.greenfield--thoikhoabieu-swiper #swiperMain .swiper {
    margin: 0 auto;
    box-shadow: 0px 4px 18px rgba(0,0,0,.18)
}

@media(min-width: 768px) {
    .greenfield--thoikhoabieu-swiper #swiperMain .swiper {
        max-width: 82.5%
    }
}

.greenfield--thoikhoabieu-swiper #swiperMain .swiper-slide {
    background: #fff;
    box-shadow: 0px 4px 18px rgba(0,0,0,.18);
    border-radius: 6px;
    padding: 10px;
    cursor: grab
}

.greenfield--thoikhoabieu-swiper #swiperMain .image {
    position: relative;
    width: 100%;
    padding-bottom: 57%;
    overflow: hidden
}

    .greenfield--thoikhoabieu-swiper #swiperMain .image img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

.greenfield--thoikhoabieu-swiper #swiperThumb .swiper-slide {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 3px;
    padding: 0 0 10px;
    cursor: pointer
}

.greenfield--thoikhoabieu-swiper #swiperThumb [class*=swiper-button] {
    width: auto;
    height: calc(100% - 10px);
    top: 0;
    transform: none;
    margin-top: 0;
    z-index: 1
}

@media(min-width: 768px) {
    .greenfield--thoikhoabieu-swiper #swiperThumb [class*=swiper-button] {
        padding: 0 10px
    }
}

@media(max-width: 767px) {
    .greenfield--thoikhoabieu-swiper #swiperThumb [class*=swiper-button] svg {
        transform: scale(0.5)
    }
}

.greenfield--thoikhoabieu-swiper #swiperThumb [class*=swiper-button]::after {
    content: ""
}

.greenfield--thoikhoabieu-swiper #swiperThumb [class*=swiper-button].swiper-button-next {
    right: 0
}

    .greenfield--thoikhoabieu-swiper #swiperThumb [class*=swiper-button].swiper-button-next::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        opacity: .6;
        background: linear-gradient(270deg, #404040 0%, rgba(64, 64, 64, 0) 237.57%);
        border-radius: 0 3px 3px 0;
        pointer-events: none;
        z-index: -1
    }

.greenfield--thoikhoabieu-swiper #swiperThumb [class*=swiper-button].swiper-button-prev {
    left: 0
}

    .greenfield--thoikhoabieu-swiper #swiperThumb [class*=swiper-button].swiper-button-prev::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        opacity: .6;
        background: linear-gradient(90deg, #404040 0%, rgba(64, 64, 64, 0) 237.57%);
        border-radius: 3px 0 0 3px;
        pointer-events: none;
        z-index: -1
    }

.greenfield--thoikhoabieu-swiper #swiperThumb .image {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden
}

    .greenfield--thoikhoabieu-swiper #swiperThumb .image img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

.greenfield--thoikhoabieu-swiper #swiperThumb .swiper-wrapper {
    justify-content: center
}

.greenfield--thoigianbieu {
    padding-top: 56px
}

@media(max-width: 767px) {
    .greenfield--thoigianbieu {
        padding: 55px 0
    }
}

.greenfield--thoigianbieu .greenfield--title-purple {
    margin-bottom: 10px
}

    .greenfield--thoigianbieu .greenfield--title-purple a {
        font-weight: 600;
        font-size: 40px;
        line-height: 1
    }

@media(max-width: 767px) {
    .greenfield--thoigianbieu .greenfield--title-purple a {
        font-size: 24px
    }
}

.greenfield--thoigianbieu .greenfield--top-field {
    margin-bottom: 56px
}

@media(max-width: 767px) {
    .greenfield--thoigianbieu .greenfield--top-field {
        margin-bottom: 25px
    }
}

.greenfield--thoigianbieu-navtabs .nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5px;
    border: none;
    margin-bottom: 67px
}

@media(max-width: 767px) {
    .greenfield--thoigianbieu-navtabs .nav-tabs {
        margin-bottom: 55px
    }

        .greenfield--thoigianbieu-navtabs .nav-tabs > * {
            flex: 1
        }
}

.greenfield--thoigianbieu-navtabs .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #765ba7;
    border: 1px solid #765ba7;
    border-radius: 2px;
    background: #fff
}

    .greenfield--thoigianbieu-navtabs .nav-tabs .nav-link.active, .greenfield--thoigianbieu-navtabs .nav-tabs .nav-link:hover {
        background: #765ba7;
        color: #fff
    }

.greenfield--thoigianbieu-navtabs .tab-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.greenfield--thoigianbieu-navtabs .box-item {
    text-align: center;
    margin: 0 auto
}

    .greenfield--thoigianbieu-navtabs .box-item img {
        max-width: 100%;
        width: auto;
        height: auto
    }

.greenfield--students-stories__header {
    margin: 30px 0
}

@media(min-width: 1200px) {
    .greenfield--students-stories__header {
        margin: 63px 0
    }
}

.greenfield--students-stories__header .wrapper {
    position: relative
}

@media(min-width: 1200px) {
    .greenfield--students-stories__header .wrapper {
        display: flex;
        flex-wrap: wrap
    }
}

.greenfield--students-stories__header .image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

    .greenfield--students-stories__header .image img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

@media(min-width: 768px) {
    .greenfield--students-stories__header .image {
        position: relative;
        width: 100%;
        padding-bottom: 40%;
        overflow: hidden;
        flex: 0 0 auto;
        width: 40%;
        max-width: 100%
    }

        .greenfield--students-stories__header .image img {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
}

@media(max-width: 1199px) {
    .greenfield--students-stories__header .image {
        margin: 0 auto
    }
}

.greenfield--students-stories__header .content {
    position: relative;
    flex: 1;
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.59375;
    letter-spacing: -0.03em;
    color: #765ba7;
    margin-top: 30px
}

@media(min-width: 768px) {
    .greenfield--students-stories__header .content {
        display: flex;
        gap: 1.5rem
    }
}

@media(min-width: 1200px) {
    .greenfield--students-stories__header .content {
        align-items: baseline;
        font-size: 32px;
        margin-left: 30px;
        margin-top: 65px
    }
}

.greenfield--students-stories__header .content::before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 4.6875rem;
    height: 3.75rem;
    background-image: url(../images/cuocsong/svg-quote.svg);
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width: 767px) {
    .greenfield--students-stories__header .content::before {
        display: block;
        margin-bottom: 5px
    }
}

.greenfield--students-stories__content {
    background: #f8f8f8;
    padding: 38px 0 55px
}

@media(min-width: 1200px) {
    .greenfield--students-stories__content .wrapper {
        max-width: 83%;
        margin: 0 auto
    }
}

.greenfield--students-stories__content .highlight {
    border-bottom: 1px solid #828282;
    margin-bottom: 35px
}

@media(min-width: 768px) {
    .greenfield--students-stories__content .highlight {
        padding-bottom: 1.25rem;
        margin-bottom: 2.5rem
    }
}

.greenfield--students-stories__content .highlight .box-title {
    display: block
}

    .greenfield--students-stories__content .highlight .box-title > * {
        display: inline-block;
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 24px;
        line-height: 2.7916666667;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: 10px
    }

.greenfield--students-stories__content .highlight ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .greenfield--students-stories__content .highlight ul li {
        position: relative;
        display: flex;
        align-items: center;
        gap: 16px;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.3333333333;
        color: #4f4f4f;
        margin-bottom: 30px
    }

        .greenfield--students-stories__content .highlight ul li::before {
            content: "";
            flex-shrink: 0;
            display: inline-block;
            background-image: url(../images/tuyensinh/svg-progress-purple.svg);
            background-repeat: no-repeat;
            background-size: contain;
            width: 2.5rem;
            height: 2.5rem
        }

.greenfield--students-stories__content .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5555555556;
    color: #828282
}

@media(max-width: 767px) {
    .greenfield--students-stories__content .content {
        font-size: 16px
    }
}

.greenfield--students-stories__content .content ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none
}

    .greenfield--students-stories__content .content ul li {
        position: relative;
        display: flex;
        align-items: center;
        gap: 1rem;
        font-style: italic;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.2;
        color: #765ba7
    }

@media(max-width: 767px) {
    .greenfield--students-stories__content .content ul li {
        font-size: 20px
    }
}

.greenfield--students-stories__content .content ul li::before {
    content: "•";
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 1.5rem;
    text-align: center
}

.greenfield--students-stories__content .content img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto
}

.greenfield--students-stories__content .social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 15px
}

    .greenfield--students-stories__content .social span {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        color: #4f4f4f;
        margin-right: 5px
    }

.story-st-title {
    display: block
}

    .story-st-title > * {
        display: inline-block;
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 28px;
        line-height: 1.25;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: 23px
    }

.program-study {
    padding: 68px 0;
    margin-top: 66px
}

    .program-study .section-title {
        margin-bottom: 30px
    }

@media(max-width: 1680px) {
    .program-study {
        padding: 40px 0;
        margin-top: 40px
    }
}

.program-module {
    padding: 70px 0
}

    .program-module .section-title {
        margin-bottom: 20px;
        font-weight: 600 !important
    }

@media(max-width: 1680px) {
    .program-module {
        padding: 50px 0
    }
}

.program-study-section {
    position: relative
}

    .program-study-section .section-title {
        font-weight: 700;
        font-size: 36px;
        line-height: 1;
        letter-spacing: -0.03em
    }

        .program-study-section .section-title h3, .program-study-section .section-title .h3 {
            font-weight: inherit;
            font-size: inherit;
            line-height: inherit;
            letter-spacing: inherit;
            color: inherit
        }

        .program-study-section .section-title.white-text {
            color: #fff
        }

        .program-study-section .section-title.purple-text {
            color: #765ba7
        }

@media(max-width: 1680px) {
    .program-study-section .section-title {
        font-size: 27px
    }
}

@media(max-width: 767px) {
    .program-study-section .section-title {
        font-size: 24px
    }
}

.program-study-section .section-body {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8333333333;
    letter-spacing: -0.03em;
    color: #828282;
    margin-bottom: 40px
}

    .program-study-section .section-body .f-width {
        margin-bottom: 30px
    }

        .program-study-section .section-body .f-width img {
            display: block;
            width: 100%
        }

@media(max-width: 767px) {
    .program-study-section .section-body .f-width {
        margin-bottom: 0
    }
}

.program-study-section .section-body .section-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8333333333;
    letter-spacing: -0.03em;
    color: #828282;
    margin-bottom: 40px
}

@media(max-width: 1680px) {
    .program-study-section .section-body .section-text {
        max-width: 877px;
        margin: 0 auto 15px
    }
}

@media(max-width: 767px) {
    .program-study-section .section-body .section-text {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .program-study-section .section-body {
        font-size: 16px;
        margin-bottom: 0
    }
}

.program-study-section .section-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.detail-study-wrapper {
    padding: 94px 0 120px;
    margin-top: 66px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

    .detail-study-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #765ba7;
        opacity: .85
    }

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-animated.study-pc {
        display: none
    }
}

.detail-study-wrapper .detail-study-animated.study-mb {
    display: none
}

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-animated.study-mb {
        display: block
    }
}

.detail-study-wrapper .detail-study--inner {
    position: relative;
    z-index: 1
}

.detail-study-wrapper .detail-study-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 70px
}

@media(max-width: 1680px) {
    .detail-study-wrapper .detail-study-title {
        font-size: 27px;
        margin-bottom: 50px
    }
}

.detail-study-wrapper .detail-study-image {
    display: flex;
    flex-wrap: wrap;
    gap: 22px
}

.detail-study-wrapper .detail-study-image--item {
    position: relative;
    flex: 0 0 auto;
    width: calc(33.3333333333% - 14.6666666667px);
    cursor: pointer
}

    .detail-study-wrapper .detail-study-image--item .item-image {
        z-index: 2;
        border-radius: 12px;
        overflow: hidden
    }

        .detail-study-wrapper .detail-study-image--item .item-image img {
            display: block;
            max-width: 100%
        }

    .detail-study-wrapper .detail-study-image--item::after {
        content: "";
        position: absolute;
        bottom: -8%;
        left: 0;
        width: 100%;
        height: 17.5%;
        background: radial-gradient(50% 50% at 50% 50%, #303030 0%, rgba(48, 48, 48, 0) 100%);
        mix-blend-mode: multiply;
        opacity: 0;
        transition: all .3s
    }

@media(hover: hover) {
    .detail-study-wrapper .detail-study-image--item:hover::after {
        opacity: .5;
        transition: all .3s
    }

    .detail-study-wrapper .detail-study-image--item:hover .item-deco {
        opacity: 1;
        transition: all .3s
    }
}

.detail-study-wrapper .detail-study-image--item .item-deco {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 74px;
    background: url(../images/program/study-deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all .3s
}

@media(max-width: 1199px) {
    .detail-study-wrapper .detail-study-image--item .item-deco {
        display: none
    }
}

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-image--item {
        width: 100%
    }
}

@media(max-width: 1199px) {
    .detail-study-wrapper .detail-study-image {
        max-width: 900px;
        margin: 0 auto
    }
}

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-image {
        max-width: 400px
    }
}

.detail-study-wrapper .detail-study-level {
    position: relative;
    max-width: 1718px;
    margin: 0 auto;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 66px
}

    .detail-study-wrapper .detail-study-level .level {
        position: absolute;
        top: 0;
        left: 0;
        width: 7%;
        height: 100%;
        background: url(../images/common/index-deco.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 2;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.1666666667;
        letter-spacing: -0.03em;
        color: #fff;
        display: flex;
        align-items: center;
        padding-left: 1.5%;
        pointer-events: none;
        text-transform: uppercase
    }

@media(max-width: 1680px) {
    .detail-study-wrapper .detail-study-level .level {
        font-size: 18px
    }
}

@media(max-width: 1199px) {
    .detail-study-wrapper .detail-study-level .level {
        font-size: 16px
    }
}

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-level .level {
        width: 80px;
        padding-left: 20px
    }
}

.detail-study-wrapper .detail-study-level .level--inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    gap: 22px
}

@media(max-width: 1680px) {
    .detail-study-wrapper .detail-study-level .level--inner {
        max-width: 1170px
    }
}

.detail-study-wrapper .detail-study-level .study-level-gr {
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
    width: calc(33.3333333333% - 14.6666666667px)
}

    .detail-study-wrapper .detail-study-level .study-level-gr ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 80px
    }

        .detail-study-wrapper .detail-study-level .study-level-gr ul li {
            list-style: none;
            color: #fff;
            font-weight: 600;
            font-size: 47px;
            line-height: 1;
            letter-spacing: -0.03em;
            padding: 15px 0 20px;
            transition: all .3s;
            opacity: .4
        }

@media(max-width: 1680px) {
    .detail-study-wrapper .detail-study-level .study-level-gr ul li {
        font-size: 35px
    }
}

@media(max-width: 1199px) {
    .detail-study-wrapper .detail-study-level .study-level-gr ul li {
        font-size: 25px;
        padding: 10px 0 15px
    }
}

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-level .study-level-gr ul li {
        opacity: 1;
        color: #f7b91b
    }
}

@media(max-width: 1680px) {
    .detail-study-wrapper .detail-study-level .study-level-gr ul {
        gap: 50px
    }
}

@media(max-width: 1199px) {
    .detail-study-wrapper .detail-study-level .study-level-gr ul {
        gap: 20px
    }
}

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-level .study-level-gr ul {
        gap: 40px;
        width: 80%;
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .detail-study-wrapper .detail-study-level .study-level-gr ul {
        gap: 40px;
        padding-left: 95px;
        width: 100%;
        justify-content: flex-start
    }
}

.detail-study-wrapper .detail-study-level .study-level-gr.hovered ul li {
    color: #f7b91b;
    opacity: 1;
    transition: all .3s
}

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-level .study-level-gr {
        width: 100%
    }
}

.detail-study-wrapper .detail-study-level::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 8px
}

@media(max-width: 1199px) {
    .detail-study-wrapper .detail-study-level::after {
        border-width: 2px
    }
}

@media(max-width: 1680px) {
    .detail-study-wrapper .detail-study-level {
        max-width: 1288px
    }
}

@media(max-width: 1199px) {
    .detail-study-wrapper .detail-study-level {
        max-width: 900px;
        margin-top: 30px
    }
}

@media(max-width: 992px) {
    .detail-study-wrapper .detail-study-level {
        max-width: 400px;
        margin-bottom: 15px;
        margin-top: 40px
    }
}

@media(max-width: 1680px) {
    .detail-study-wrapper {
        padding: 70px 0 90px
    }
}

@media(max-width: 1199px) {
    .detail-study-wrapper {
        padding: 50px 0
    }
}

.program-cautruc-wrapper .program-cautruc-title {
    background: #fff
}

.program-cautruc-wrapper .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.675;
    letter-spacing: -0.03em;
    color: #765ba7;
    padding: 92px 0 71px;
    margin: 0
}

@media(max-width: 1680px) {
    .program-cautruc-wrapper .title {
        padding: 70px 0 52px;
        font-size: 30px
    }
}

.program-cautruc-wrapper .program-cautruc {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    overflow: hidden
}

    .program-cautruc-wrapper .program-cautruc .cautruc-slider-wrapper {
        flex: 0 0 auto;
        width: 67%;
        height: 90vh;
        position: relative
    }

        .program-cautruc-wrapper .program-cautruc .cautruc-slider-wrapper .swiper {
            height: 100%
        }

        .program-cautruc-wrapper .program-cautruc .cautruc-slider-wrapper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

        .program-cautruc-wrapper .program-cautruc .cautruc-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
            width: 40px;
            height: 3px;
            opacity: 1;
            background: #fff;
            border-radius: 0
        }

            .program-cautruc-wrapper .program-cautruc .cautruc-slider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #19958f
            }

@media(max-width: 1199px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-slider-wrapper {
        width: 100%;
        height: auto
    }
}

.program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper {
    flex: 0 0 auto;
    width: 511px
}

    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper .cautruc-title {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.0666666667;
        color: #fff;
        margin-bottom: 21px
    }

        .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper .cautruc-title.title-right {
            text-align: right
        }

@media(max-width: 1680px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper .cautruc-title {
        font-size: 22px
    }
}

@media(max-width: 1366px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper .cautruc-title {
        font-size: 20px
    }
}

@media(max-width: 1199px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper .cautruc-title {
        font-size: 22px;
        text-align: left !important
    }
}

.program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper ul {
    margin: 0
}

    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper ul li {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.5555555556;
        text-align: justify;
        color: #fff
    }

@media(max-width: 1680px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper ul li {
        font-size: 16px
    }
}

@media(max-width: 1366px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper ul li {
        font-size: 14px
    }
}

@media(max-width: 1199px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper ul li {
        font-size: 16px
    }
}

.program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555555556;
    text-align: justify;
    color: #fff
}

@media(max-width: 1680px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper p {
        font-size: 16px
    }
}

@media(max-width: 1366px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper p {
        font-size: 14px
    }
}

@media(max-width: 1199px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper p {
        font-size: 16px
    }
}

@media(max-width: 1680px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper {
        width: 400px
    }
}

@media(max-width: 1366px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper {
        width: 350px
    }
}

@media(max-width: 1199px) {
    .program-cautruc-wrapper .program-cautruc .cautruc-content-wrapper {
        width: 100%;
        padding: 50px 15px
    }
}

.program-cautruc-wrapper .program-cautruc.cautruc-reverse {
    flex-direction: row-reverse
}

.program-dacthu-wrapper {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden
}

    .program-dacthu-wrapper .dacthu-title {
        font-family: "Lexend Deca";
        font-weight: 600;
        font-size: 40px;
        line-height: 1.675;
        font-style: normal;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: -67px
    }

@media(max-width: 1680px) {
    .program-dacthu-wrapper .dacthu-title {
        font-size: 30px;
        margin-bottom: -50px
    }
}

@media(max-width: 1500px) {
    .program-dacthu-wrapper .dacthu-title {
        margin-bottom: 0
    }
}

@media(max-width: 992px) {
    .program-dacthu-wrapper .dacthu-title {
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .program-dacthu-wrapper .dacthu-title {
        font-size: 24px
    }
}

.program-dacthu-wrapper .dacthu-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 113px
}

    .program-dacthu-wrapper .dacthu-section .dacthu-section-content {
        flex: 0 0 auto;
        width: 42.53%
    }

        .program-dacthu-wrapper .dacthu-section .dacthu-section-content .content-title {
            font-family: "Lexend Deca";
            font-weight: 600;
            font-size: 34px;
            line-height: 1.2352941176;
            font-style: normal;
            color: #4f4f4f;
            margin-bottom: 30px
        }

@media(max-width: 1680px) {
    .program-dacthu-wrapper .dacthu-section .dacthu-section-content .content-title {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .program-dacthu-wrapper .dacthu-section .dacthu-section-content .content-title {
        font-size: 24px;
        text-align: left !important
    }
}

.program-dacthu-wrapper .dacthu-section .dacthu-section-content ul, .program-dacthu-wrapper .dacthu-section .dacthu-section-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555555556;
    text-align: justify;
    color: #828282
}

@media(max-width: 1680px) {
    .program-dacthu-wrapper .dacthu-section .dacthu-section-content ul, .program-dacthu-wrapper .dacthu-section .dacthu-section-content p {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .program-dacthu-wrapper .dacthu-section .dacthu-section-content {
        width: 100%;
        order: 0;
        margin-bottom: 30px
    }
}

.program-dacthu-wrapper .dacthu-section .dacthu-section-image {
    flex: 0 0 auto;
    width: 51%;
    position: relative
}

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image::before {
        content: "";
        width: 42.87%;
        height: 42.87%;
        position: absolute;
        bottom: -15%;
        border-radius: 50%;
        background: #765ba7;
        pointer-events: none;
        opacity: 0
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 17.77%;
        height: 17.77%;
        border-radius: 50%;
        background: #46ad71;
        z-index: 1;
        pointer-events: none;
        opacity: 0
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image .dacthu-img {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 50%
    }

        .program-dacthu-wrapper .dacthu-section .dacthu-section-image .dacthu-img img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .program-dacthu-wrapper .dacthu-section .dacthu-section-image .dacthu-img::before {
            content: "";
            display: block;
            padding-bottom: 100%
        }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image.deco-right::before {
        right: -15%
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image.deco-right::after {
        left: 10%
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image.deco-left::before {
        left: -15%
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image.deco-left::after {
        left: 10%
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image.deco-2::before {
        opacity: 1
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image.deco-2::after {
        opacity: 1
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image.deco-1-big::before {
        opacity: 1
    }

    .program-dacthu-wrapper .dacthu-section .dacthu-section-image.deco-1-small::after {
        opacity: 1
    }

@media(max-width: 767px) {
    .program-dacthu-wrapper .dacthu-section .dacthu-section-image {
        width: 100%;
        order: 1
    }
}

.program-dacthu-wrapper .dacthu-section.section-reverse {
    flex-direction: row-reverse
}

    .program-dacthu-wrapper .dacthu-section.section-reverse .dacthu-section-content .content-title {
        text-align: right
    }

@media(max-width: 767px) {
    .program-dacthu-wrapper .dacthu-section {
        margin-bottom: 96px
    }
}

@media(max-width: 992px) {
    .program-dacthu-wrapper {
        padding: 50px 0 0
    }
}

@media(max-width: 767px) {
    .program-dacthu-wrapper {
        padding: 30px 0 0
    }
}

.program-ngoaikhoa-wrapper {
    margin-top: 66px;
    position: relative
}

    .program-ngoaikhoa-wrapper .ngoaikhoa-section {
        position: relative
    }

        .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-bg-image {
            position: absolute;
            top: 0;
            right: 0;
            width: 57.39%;
            height: 100%;
            pointer-events: none;
            opacity: 0;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: cover !important
        }

            .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-bg-image::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(118,91,167,.88);
                z-index: 1
            }

@media(max-width: 992px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-bg-image {
        width: 100%
    }
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa--inner {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

@media(max-width: 1199px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa--inner {
        margin-bottom: 73px
    }
}

@media(max-width: 767px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa--inner {
        margin-bottom: 40px
    }
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-image-wrapper {
    flex: 0 0 auto;
    width: 57.33%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px
}

    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .3s
    }

    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-image-wrapper::before {
        content: "";
        display: block;
        padding-bottom: 62.79%
    }

@media(max-width: 992px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-image-wrapper {
        width: 100%;
        order: 1
    }
}

@media(max-width: 767px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-image-wrapper {
        width: 100vw;
        margin-left: -12px;
        margin-right: -12px
    }
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-content-wrapper {
    flex: 0 0 auto;
    width: 480px;
    margin-top: 100px
}

    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-content-wrapper .ngoaikhoa-title {
        text-align: right;
        font-weight: 600;
        font-size: 30px;
        line-height: 1.0666666667;
        letter-spacing: -0.01em;
        color: #46ad71;
        margin-bottom: 20px;
        text-transform: uppercase
    }

@media(max-width: 1680px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-content-wrapper .ngoaikhoa-title {
        font-size: 24px;
        line-height: 33px
    }
}

@media(max-width: 992px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-content-wrapper .ngoaikhoa-title {
        text-align: left !important
    }
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-content-wrapper .ngoaikhoa-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #4f4f4f;
    text-align: justify
}

@media(max-width: 1680px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-content-wrapper .ngoaikhoa-text {
        font-size: 16px
    }
}

@media(max-width: 1680px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-content-wrapper {
        width: 370px
    }
}

@media(max-width: 992px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section .ngoaikhoa-content-wrapper {
        width: 100%;
        order: 0;
        margin-bottom: 50px;
        margin-top: 0
    }
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-bg .ngoaikhoa-bg-image {
    opacity: 1
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-bg .ngoaikhoa-content-wrapper .ngoaikhoa-title {
    color: #fff
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-bg .ngoaikhoa-content-wrapper .ngoaikhoa-text {
    color: #fff
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-bg .ngoaikhoa--inner {
    padding: 80px 0
}

@media(max-width: 1680px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-bg .ngoaikhoa--inner {
        padding: 73px 0
    }
}

@media(max-width: 992px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-bg .ngoaikhoa--inner {
        padding: 40px 0
    }
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-reverse .ngoaikhoa--inner {
    flex-direction: row-reverse
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-reverse .ngoaikhoa-content-wrapper .ngoaikhoa-title {
    text-align: left
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth {
    height: 100vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 125px
}

    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 69.47%;
        height: 100%;
        background: linear-gradient(270deg, #765ba7 28.12%, rgba(118, 91, 167, 0) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0)
    }

@media(max-width: 992px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth::before {
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #765ba7 28.12%, rgba(118, 91, 167, 0) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0)
    }
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth .container {
    height: 100%
}

.program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth .ngoaikhoa--inner {
    padding: 84px 0;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end
}

    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth .ngoaikhoa--inner .ngoaikhoa-content-wrapper .ngoaikhoa-title, .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth .ngoaikhoa--inner .ngoaikhoa-content-wrapper .ngoaikhoa-text {
        color: #fff
    }

@media(max-width: 992px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth .ngoaikhoa--inner .ngoaikhoa-content-wrapper {
        margin-bottom: 0
    }
}

@media(max-width: 1500px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth .ngoaikhoa--inner {
        padding: 20px 0
    }
}

@media(max-width: 1199px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth {
        max-height: 710px;
        margin-bottom: 73px
    }
}

@media(max-width: 767px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section.ngoaikhoa-fwidth {
        margin-bottom: 40px
    }
}

@media(max-width: 1199px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section {
        margin-bottom: 73px
    }
}

@media(max-width: 992px) {
    .program-ngoaikhoa-wrapper .ngoaikhoa-section {
        margin-bottom: 40px
    }
}

.cuocsong-master-wrapper {
    padding-top: 37px
}

    .cuocsong-master-wrapper .gioithieu-list-wrapper .gioithieu-list {
        gap: 35px
    }

@media(max-width: 992px) {
    .cuocsong-master-wrapper .gioithieu-list-wrapper .gioithieu-list {
        gap: 24px
    }
}

.cuocsong-sapo {
    margin-bottom: 70px
}

    .cuocsong-sapo ul li {
        font-weight: 400;
        font-size: 21px;
        line-height: 1.5714285714;
        letter-spacing: -0.03em;
        color: #828282
    }

@media(max-width: 1680px) {
    .cuocsong-sapo ul li {
        font-size: 18px
    }
}

@media(max-width: 1400px) {
    .cuocsong-sapo ul li {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .cuocsong-sapo {
        margin-bottom: 40px
    }
}

.bantru-section {
    position: relative;
    padding: 99px 0 101px
}

    .bantru-section::before {
        content: "";
        position: absolute;
        width: 42.1%;
        height: 100%;
        top: 0;
        right: 0
    }

@media(max-width: 767px) {
    .bantru-section::before {
        width: 100%;
        height: 100%
    }
}

.bantru-section .bantru-section--inner {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 104px;
    position: relative;
    z-index: 1
}

@media(max-width: 1400px) {
    .bantru-section .bantru-section--inner {
        gap: 99px
    }
}

@media(max-width: 1199px) {
    .bantru-section .bantru-section--inner {
        gap: 0;
        justify-content: space-around
    }
}

.bantru-section .bantru-content {
    flex: 0 0 auto;
    width: 396px
}

    .bantru-section .bantru-content .section-title {
        font-weight: 600;
        font-size: 35px;
        line-height: 1.9142857143;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: 17px
    }

@media(max-width: 1400px) {
    .bantru-section .bantru-content .section-title {
        font-size: 30px
    }
}

@media(max-width: 1199px) {
    .bantru-section .bantru-content .section-title {
        font-size: 28px
    }
}

@media(max-width: 992px) {
    .bantru-section .bantru-content .section-title {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .bantru-section .bantru-content .section-title {
        color: #fff
    }
}

.bantru-section .bantru-content ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555555556;
    color: #828282
}

@media(max-width: 1400px) {
    .bantru-section .bantru-content ul li {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .bantru-section .bantru-content ul li {
        color: #fff
    }
}

@media(max-width: 1366px) {
    .bantru-section .bantru-content {
        width: 30.65%
    }
}

@media(max-width: 1199px) {
    .bantru-section .bantru-content {
        width: 40%
    }
}

@media(max-width: 767px) {
    .bantru-section .bantru-content {
        width: 100%;
        order: 1
    }
}

.bantru-section .bantru-image {
    flex: 0 0 auto;
    width: 57.6%;
    position: relative;
    display: block;
    overflow: hidden
}

    .bantru-section .bantru-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .3s
    }

    .bantru-section .bantru-image::before {
        content: "";
        display: block;
        padding-bottom: 60.56%
    }

@media(max-width: 1500px) {
    .bantru-section .bantru-image {
        width: 52.49%
    }
}

@media(max-width: 1199px) {
    .bantru-section .bantru-image {
        width: 50%
    }
}

@media(max-width: 767px) {
    .bantru-section .bantru-image {
        width: 100%;
        order: 0;
        margin-bottom: 20px
    }
}

.bantru-section.deco-purple::before {
    background: #765ba7
}

.bantru-section.deco-green::before {
    background: #46ad71
}

.bantru-section.bantru-reverse::before {
    left: 0
}

.bantru-section.bantru-reverse .bantru-section--inner {
    flex-direction: row-reverse
}

@media(max-width: 1199px) {
    .bantru-section {
        padding: 90px 0
    }
}

@media(max-width: 767px) {
    .bantru-section {
        padding: 20px 15px
    }
}

.dongphuc-slide-section {
    position: relative;
    padding: 67px 0 102px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

    .dongphuc-slide-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .dongphuc-slide-section .dongphuc-slide--inner {
        position: relative;
        z-index: 1
    }

    .dongphuc-slide-section .dongphuc-slide-head {
        position: relative;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .dongphuc-slide-section .dongphuc-slide-head .head-title {
            font-weight: 700;
            font-size: 30px;
            line-height: 1.6666666667;
            letter-spacing: -0.03em;
            color: #fff;
            margin-bottom: 0
        }

@media(max-width: 1500px) {
    .dongphuc-slide-section .dongphuc-slide-head .head-title {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .dongphuc-slide-section .dongphuc-slide-head .head-title {
        margin-bottom: 25px;
        flex: 0 0 auto;
        width: 100%
    }
}

.dongphuc-slide-section .dongphuc-slide-head .head-tabs .nav-link {
    padding: 6px 32px;
    margin: 0 1px;
    border: .7px solid #fff;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #fff;
    background: rgba(0,0,0,0)
}

    .dongphuc-slide-section .dongphuc-slide-head .head-tabs .nav-link.active {
        background: #fff
    }

.dongphuc-slide-section .dongphuc-slide-content {
    position: relative
}

    .dongphuc-slide-section .dongphuc-slide-content .tabcontent--inner {
        display: flex;
        flex-wrap: wrap;
        gap: 17px
    }

    .dongphuc-slide-section .dongphuc-slide-content .slide-image {
        flex: 0 0 auto;
        width: 86.92%;
        margin: 0
    }

        .dongphuc-slide-section .dongphuc-slide-content .slide-image .image-item {
            position: relative;
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 4px
        }

            .dongphuc-slide-section .dongphuc-slide-content .slide-image .image-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transition: all .3s
            }

            .dongphuc-slide-section .dongphuc-slide-content .slide-image .image-item::before {
                content: "";
                display: block;
                padding-bottom: 56.14%
            }

@media(max-width: 1199px) {
    .dongphuc-slide-section .dongphuc-slide-content .slide-image {
        width: 100%
    }
}

.dongphuc-slide-section .dongphuc-slide-content .slide-thumb {
    max-height: 570px;
    width: calc(13.08% - 17px);
    margin: 0
}

    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .image-item {
        position: relative;
        display: block;
        overflow: hidden
    }

        .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .image-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .image-item::before {
            content: "";
            display: block;
            padding-bottom: 100%
        }

    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 25%;
        background: linear-gradient(180deg, rgba(28, 28, 28, 0.97) 0%, rgba(28, 28, 28, 0) 100%);
        z-index: 2;
        pointer-events: none
    }

@media(max-width: 1199px) {
    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb::before {
        height: 100%;
        width: 22%;
        background: linear-gradient(90deg, rgba(28, 28, 28, 0.97) 0%, rgba(28, 28, 28, 0) 100%)
    }
}

.dongphuc-slide-section .dongphuc-slide-content .slide-thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.97) 0%, rgba(28, 28, 28, 0) 100%);
    transform: rotate(-180deg);
    z-index: 2;
    pointer-events: none
}

@media(max-width: 1199px) {
    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb::after {
        height: 100%;
        width: 22%;
        left: unset;
        bottom: unset;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(28, 28, 28, 0.97) 0%, rgba(28, 28, 28, 0) 100%)
    }
}

.dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-prev, .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-next {
    color: #fff;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px
}

    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-prev::after, .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-next::after {
        font-size: 24px
    }

@media(max-width: 767px) {
    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-prev::after, .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-next::after {
        font-size: 16px
    }
}

.dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-prev {
    top: 30px;
    transform: rotate(90deg)
}

@media(max-width: 1199px) {
    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-prev {
        transform: none;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0
    }
}

.dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-next {
    bottom: 8px;
    top: unset;
    transform: rotate(90deg)
}

@media(max-width: 1199px) {
    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb .swiper-button-next {
        transform: none;
        right: 5px;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        bottom: unset
    }
}

@media(max-width: 1199px) {
    .dongphuc-slide-section .dongphuc-slide-content .slide-thumb {
        max-height: unset;
        width: 100%
    }
}

.dongphuc-slide-section .dongphuc-slide-content .image-sapo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 34px 46px;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.97) 0%, rgba(28, 28, 28, 0) 100%);
    border-radius: 4px;
    z-index: 1
}

    .dongphuc-slide-section .dongphuc-slide-content .image-sapo .sapo-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.02em;
        color: #fff;
        margin-bottom: 0;
        text-transform: uppercase
    }

@media(max-width: 1680px) {
    .dongphuc-slide-section .dongphuc-slide-content .image-sapo .sapo-title {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .dongphuc-slide-section .dongphuc-slide-content .image-sapo .sapo-title {
        font-size: 14px
    }
}

.dongphuc-slide-section .dongphuc-slide-content .image-sapo ul {
    margin: 0
}

    .dongphuc-slide-section .dongphuc-slide-content .image-sapo ul li {
        color: #fff;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.02em
    }

@media(max-width: 1680px) {
    .dongphuc-slide-section .dongphuc-slide-content .image-sapo ul li {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .dongphuc-slide-section .dongphuc-slide-content .image-sapo ul li {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .dongphuc-slide-section .dongphuc-slide-content .image-sapo {
        padding: 15px 17px
    }
}

.dongphuc-slide-section.purple-deco::before {
    background: rgba(118,91,167,.9)
}

.dongphuc-slide-section.purple-deco .dongphuc-slide-head .head-tabs .nav-link.active {
    color: #765ba7
}

.dongphuc-slide-section.green-deco::before {
    background: rgba(70,173,113,.9)
}

.dongphuc-slide-section.green-deco .dongphuc-slide-head .head-tabs .nav-link.active {
    color: #46ad71
}

@media(max-width: 767px) {
    .dongphuc-slide-section {
        padding: 50px 0
    }
}

.dongphuc-policy-wrapper {
    position: relative;
    padding: 70px 0
}

    .dongphuc-policy-wrapper .dongphuc-policy {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .dongphuc-policy-wrapper .dongphuc-policy:last-child {
            padding: 0;
            margin: 0;
            border-bottom: 0
        }

@media(max-width: 767px) {
    .dongphuc-policy-wrapper .dongphuc-policy {
        margin-bottom: 30px
    }
}

.dongphuc-policy-wrapper .policy-title {
    flex: 0 0 auto;
    width: 41%
}

    .dongphuc-policy-wrapper .policy-title h4, .dongphuc-policy-wrapper .policy-title .h4 {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 40px;
        line-height: 1.5;
        font-style: normal;
        color: #4f4f4f
    }

@media(max-width: 1500px) {
    .dongphuc-policy-wrapper .policy-title h4, .dongphuc-policy-wrapper .policy-title .h4 {
        font-size: 34px
    }
}

@media(max-width: 767px) {
    .dongphuc-policy-wrapper .policy-title h4, .dongphuc-policy-wrapper .policy-title .h4 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .dongphuc-policy-wrapper .policy-title {
        width: 100%
    }
}

.dongphuc-policy-wrapper .policy-content {
    flex: 0 0 auto;
    width: 58%
}

    .dongphuc-policy-wrapper .policy-content ul li {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.5;
        text-align: justify;
        letter-spacing: -0.02em;
        color: #828282
    }

@media(max-width: 1500px) {
    .dongphuc-policy-wrapper .policy-content ul li {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .dongphuc-policy-wrapper .policy-content ul li {
        font-size: 16px
    }
}

.dongphuc-policy-wrapper .policy-content p {
    padding-left: 2rem;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #765ba7;
    margin-bottom: 0
}

@media(max-width: 1500px) {
    .dongphuc-policy-wrapper .policy-content p {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .dongphuc-policy-wrapper .policy-content p {
        font-size: 16px;
        padding-left: 0
    }
}

.dongphuc-policy-wrapper .policy-content p.content-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2727272727;
    margin-bottom: 9px;
    padding-left: 0
}

@media(max-width: 1500px) {
    .dongphuc-policy-wrapper .policy-content p.content-title {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .dongphuc-policy-wrapper .policy-content p.content-title {
        font-size: 16px
    }
}

.dongphuc-policy-wrapper .policy-content p.note {
    padding-left: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375
}

@media(max-width: 767px) {
    .dongphuc-policy-wrapper .policy-content {
        width: 100%
    }
}

@media(max-width: 767px) {
    .dongphuc-policy-wrapper {
        padding: 50px 0
    }
}

.story-st-list-wrapper {
    position: relative;
    margin-top: 13px
}

    .story-st-list-wrapper .story-st-content-list {
        max-width: 970px;
        margin: 0 auto
    }

        .story-st-list-wrapper .story-st-content-list .paginate-custom {
            margin-top: 81px
        }

@media(max-width: 767px) {
    .story-st-list-wrapper .story-st-content-list .paginate-custom {
        margin-top: 40px
    }
}

.story-st-list-wrapper .list-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 42px
}

    .story-st-list-wrapper .list-item .item-image {
        position: relative;
        position: relative;
        display: block;
        overflow: hidden;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%
    }

        .story-st-list-wrapper .list-item .item-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .story-st-list-wrapper .list-item .item-image::before {
            content: "";
            display: block;
            padding-bottom: 100%
        }

@media(min-width: 768px) {
    .story-st-list-wrapper .list-item .item-image {
        flex: 0 0 auto;
        width: 30%;
        max-width: 100%
    }
}

.story-st-list-wrapper .list-item .item-image:after {
    content: "";
    position: absolute;
    left: 65.5%;
    top: 80%;
    width: 35%;
    height: 20%;
    background: url(../images/common/hover-deco.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    pointer-events: none;
    transform: translateY(100%);
    transition: all .3s
}

.story-st-list-wrapper .list-item .item-image:hover:after {
    transform: translateY(0);
    transition: all .3s
}

.story-st-list-wrapper .list-item .item-content {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%
}

@media(min-width: 768px) {
    .story-st-list-wrapper .list-item .item-content {
        flex: 0 0 auto;
        width: 70%;
        max-width: 100%;
        flex: 1;
        margin: 28px 28px 0 53px
    }
}

@media(max-width: 767px) {
    .story-st-list-wrapper .list-item .item-content {
        padding: 24px 12px
    }
}

.story-st-list-wrapper .list-item .item-content .item-title {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 125%;
    text-decoration: none;
    letter-spacing: -0.03em;
    color: #4f4f4f;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media(max-width: 767px) {
    .story-st-list-wrapper .list-item .item-content .item-title {
        font-size: 20px
    }
}

.story-st-list-wrapper .list-item .item-content .item-des-deco {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-top: 12px
}

    .story-st-list-wrapper .list-item .item-content .item-des-deco .item-story-deco {
        flex: 0 0 29px;
        max-width: 29px;
        opacity: .1;
        margin-right: 5px;
        margin-top: -6px
    }

    .story-st-list-wrapper .list-item .item-content .item-des-deco .des {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        letter-spacing: -0.03em;
        color: #828282;
        margin: 0
    }

@media(max-width: 767px) {
    .story-st-list-wrapper .list-item .item-content .item-des-deco .des {
        text-align: left
    }
}

.story-st-list-wrapper .list-item .item-content .detail {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #828282
}

@media(max-width: 767px) {
    .story-st-list-wrapper .list-item .item-content .detail {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.story-st-list-wrapper .list-item:hover {
    background: #fff;
    box-shadow: 0px 4px 19px rgba(0,0,0,.1)
}

    .story-st-list-wrapper .list-item:hover .item-title {
        color: #765ba7
    }

.story-st-list-wrapper .list-item .btn-xemthem {
    display: inline-flex;
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
    text-decoration: none;
    line-height: 73.6%;
    letter-spacing: -0.03em;
    color: #4f4f4f
}

    .story-st-list-wrapper .list-item .btn-xemthem img {
        margin-left: 8px
    }

.story-st-slider {
    position: relative;
    padding-top: 50px;
    padding-bottom: 42px
}

@media(max-width: 767px) {
    .story-st-slider {
        margin-left: 15px
    }
}

.story-st-slider .slide-story-item-wrapper {
    position: relative;
    z-index: 1
}

    .story-st-slider .slide-story-item-wrapper:hover .slide-story-content-wrapper {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: all .3s
    }

    .story-st-slider .slide-story-item-wrapper:hover .slide-story-image:after {
        transform: translateY(0);
        transition: all .3s
    }

    .story-st-slider .slide-story-item-wrapper .slide-story-image {
        display: block;
        position: relative;
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden;
        border-radius: 2px
    }

        .story-st-slider .slide-story-item-wrapper .slide-story-image img {
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }

        .story-st-slider .slide-story-item-wrapper .slide-story-image:after {
            content: "";
            position: absolute;
            left: 85.5%;
            top: 91.8%;
            width: 15.4%;
            height: 8.3%;
            background: url(../images/common/hover-deco.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-position: center;
            z-index: 3;
            pointer-events: none;
            transform: translateY(100%);
            transition: all .3s
        }

    .story-st-slider .slide-story-item-wrapper .slide-story-content-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        transition: all .3s;
        background: linear-gradient(0deg, rgba(118, 91, 167, 0.8), rgba(118, 91, 167, 0.8)),url(DSC00929.jpg)
    }

        .story-st-slider .slide-story-item-wrapper .slide-story-content-wrapper .slide-story-content {
            position: absolute;
            left: 5%;
            bottom: 5%;
            max-width: 90%
        }

            .story-st-slider .slide-story-item-wrapper .slide-story-content-wrapper .slide-story-content .slide-story-title {
                position: relative;
                font-family: "Lexend Deca";
                font-style: normal;
                font-weight: 500;
                font-size: 24px;
                line-height: 125%;
                letter-spacing: -0.03em;
                color: #fff;
                transition: all .3s;
                display: block;
                text-decoration: none;
                margin-bottom: 11px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden
            }

@media(max-width: 767px) {
    .story-st-slider .slide-story-item-wrapper .slide-story-content-wrapper .slide-story-content .slide-story-title {
        font-size: 13px;
        margin-bottom: 5px
    }
}

.story-st-slider .slide-story-item-wrapper .slide-story-content-wrapper .slide-story-content .btn-xemchitiet {
    display: inline-flex;
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
    text-decoration: none;
    line-height: 73.6%;
    letter-spacing: -0.03em;
    color: #fff
}

@media(max-width: 767px) {
    .story-st-slider .slide-story-item-wrapper .slide-story-content-wrapper .slide-story-content .btn-xemchitiet {
        font-size: 8.5px
    }
}

.story-st-slider .slide-story-item-wrapper .slide-story-content-wrapper .slide-story-content .btn-xemchitiet svg {
    margin-left: 8px
}

.story-st-slider .swiper-button-next {
    right: 34px
}

@media(max-width: 767px) {
    .story-st-slider .swiper-button-next {
        right: 10px
    }
}

.story-st-slider .swiper-button-prev {
    left: 34px
}

@media(max-width: 767px) {
    .story-st-slider .swiper-button-prev {
        left: -10px
    }
}

.story-st-slider .swiper-button-prev, .story-st-slider .swiper-button-next {
    width: 48px;
    height: 48px
}

    .story-st-slider .swiper-button-prev::after, .story-st-slider .swiper-button-next::after {
        display: none
    }

@media(max-width: 767px) {
    .story-st-slider .swiper-button-prev, .story-st-slider .swiper-button-next {
        width: 25px;
        height: 25px;
        margin-top: auto
    }
}

.story-st-slider .swiper-button-prev img, .story-st-slider .swiper-button-next img {
    width: 100%;
    display: block
}

.phuhuynh-wrapper {
    position: relative;
    padding-top: 37px
}

    .phuhuynh-wrapper .row-breadcrumb {
        margin-bottom: 26px
    }

.news-detail-wrapper .news-detail-wrapper-left .blog-report-detail {
    position: relative;
    margin-top: 32px;
    margin-bottom: 138px
}

    .news-detail-wrapper .news-detail-wrapper-left .blog-report-detail h3, .news-detail-wrapper .news-detail-wrapper-left .blog-report-detail .h3 {
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        color: #765ba7;
        margin: 30px 0
    }

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-left .blog-report-detail h3, .news-detail-wrapper .news-detail-wrapper-left .blog-report-detail .h3 {
        font-size: 20px
    }
}

.news-detail-wrapper .news-detail-wrapper-left .blog-report-detail p {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #828282;
    margin: 0
}

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-left .blog-report-detail p {
        font-size: 16px
    }
}

.news-detail-wrapper .news-detail-wrapper-left .blog-report-detail img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    max-width: 100%
}

.news-detail-wrapper .news-detail-wrapper-left .blog-report-detail h5, .news-detail-wrapper .news-detail-wrapper-left .blog-report-detail .h5 {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #4f4f4f;
    margin: 30px 0
}

.news-detail-wrapper .news-detail-wrapper-left .blog-report-detail ul {
    margin: 0
}

.news-detail-wrapper .news-detail-wrapper-left .blog-report-detail li {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #828282
}

.news-detail-wrapper .news-detail-wrapper-left .blog-report-detail #strong-li-list {
    margin: 0
}

    .news-detail-wrapper .news-detail-wrapper-left .blog-report-detail #strong-li-list li {
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-align: justify;
        color: #4f4f4f;
        margin: 0
    }

.section-paytuition-wrapper {
    position: relative;
    margin-bottom: 84px
}

    .section-paytuition-wrapper ul {
        margin: 0
    }

        .section-paytuition-wrapper ul li {
            margin: 0;
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 300;
            font-size: 18px;
            line-height: 28px;
            color: #595959
        }

            .section-paytuition-wrapper ul li strong {
                font-weight: 500px;
                color: #595959
            }

@media(max-width: 767px) {
    .section-paytuition-wrapper ul li {
        font-size: 16px
    }
}

.section-paytuition-wrapper .last-paytuition {
    margin-top: 36px
}

.section-paytuition-wrapper .section-paytuition-navlink {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.24;
    letter-spacing: -0.03em;
    color: #765ba7;
    margin-bottom: 8px;
    margin-top: 44px
}

@media(max-width: 767px) {
    .section-paytuition-wrapper .section-paytuition-navlink img {
        display: none
    }
}

@media(max-width: 767px) {
    .section-paytuition-wrapper .section-paytuition-navlink {
        font-size: 24px;
        line-height: 36px
    }
}

.section-paytuition-wrapper p {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #595959;
    margin: 0
}

@media(max-width: 767px) {
    .section-paytuition-wrapper p {
        font-size: 16px
    }
}

.section-paytuition-wrapper .qr-pay-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #765ba7;
    border-radius: 6px;
    margin-top: 49px;
    margin-bottom: 68px;
    padding: 25px 29px 30px
}

    .section-paytuition-wrapper .qr-pay-wrapper .qr-pay {
        margin-right: 60px;
        position: relative;
        display: block;
        overflow: hidden;
        width: 311px
    }

        .section-paytuition-wrapper .qr-pay-wrapper .qr-pay img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .section-paytuition-wrapper .qr-pay-wrapper .qr-pay::before {
            content: "";
            display: block;
            padding-bottom: 100%
        }

        .section-paytuition-wrapper .qr-pay-wrapper .qr-pay img {
            border-radius: 6px
        }

@media(max-width: 1199px) {
    .section-paytuition-wrapper .qr-pay-wrapper .qr-pay {
        margin-right: 30px
    }
}

@media(max-width: 767px) {
    .section-paytuition-wrapper .qr-pay-wrapper .qr-pay {
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0
    }
}

.section-paytuition-wrapper .qr-pay-wrapper .qr-pay-information {
    flex: 1
}

    .section-paytuition-wrapper .qr-pay-wrapper .qr-pay-information ul {
        margin-top: 20px
    }

    .section-paytuition-wrapper .qr-pay-wrapper .qr-pay-information li {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 27px;
        color: #fff
    }

@media(max-width: 1199px) {
    .section-paytuition-wrapper .qr-pay-wrapper .qr-pay-information li {
        font-size: 18px
    }
}

.section-paytuition-wrapper .qr-pay-wrapper .qr-pay-information p {
    font-size: 20px;
    color: #f7b91b;
    margin-bottom: 14px;
    font-weight: 500
}

@media(max-width: 1199px) {
    .section-paytuition-wrapper .qr-pay-wrapper .qr-pay-information p {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .section-paytuition-wrapper .qr-pay-wrapper .qr-pay-information p {
        font-size: 16px
    }
}

@media(max-width: 1199px) {
    .section-paytuition-wrapper .qr-pay-wrapper {
        padding: 20px
    }
}

@media(max-width: 767px) {
    .section-paytuition-wrapper .qr-pay-wrapper {
        padding: 20px 15px
    }
}

.story-list-wrapper {
    position: relative;
    margin-bottom: 50px
}

    .story-list-wrapper .news-sapo {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 33px;
        letter-spacing: -0.03em;
        color: #828282;
        margin-bottom: 42px
    }

@media(max-width: 992px) {
    .story-list-wrapper .news-sapo {
        font-size: 18px
    }
}

.story-list-wrapper .story-content-list {
    position: relative;
    margin-bottom: 63px
}

    .story-list-wrapper .story-content-list .story-row {
        position: relative;
        margin-left: -8px;
        margin-right: -8px;
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 14px;
        column-gap: 14px;
        row-gap: 45px;
        margin-bottom: 30px
    }

    .story-list-wrapper .story-content-list .story-colum {
        flex: 0 0 auto;
        width: calc(33.3333333333% - 10px);
        padding: 8px
    }

@media(max-width: 992px) {
    .story-list-wrapper .story-content-list .story-colum {
        width: calc(50% - 7px)
    }
}

@media(max-width: 767px) {
    .story-list-wrapper .story-content-list .story-colum {
        width: 100%
    }
}

.story-list-wrapper .story-content-list .list-item {
    position: relative
}

    .story-list-wrapper .story-content-list .list-item .item-image {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 2px
    }

        .story-list-wrapper .story-content-list .list-item .item-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .story-list-wrapper .story-content-list .list-item .item-image::before {
            content: "";
            display: block;
            padding-bottom: 57%
        }

    .story-list-wrapper .story-content-list .list-item .item-content {
        margin-top: 20px
    }

        .story-list-wrapper .story-content-list .list-item .item-content .item-title {
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 500;
            font-size: 22px;
            line-height: 125%;
            letter-spacing: -0.03em;
            color: #4f4f4f;
            text-decoration: none
        }

        .story-list-wrapper .story-content-list .list-item .item-content ul {
            margin-top: 6px;
            margin-bottom: 16px
        }

            .story-list-wrapper .story-content-list .list-item .item-content ul li {
                font-family: "Lexend Deca";
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 125%;
                letter-spacing: -0.03em;
                color: #828282
            }

        .story-list-wrapper .story-content-list .list-item .item-content .item-des-deco {
            display: flex;
            align-items: flex-start
        }

            .story-list-wrapper .story-content-list .list-item .item-content .item-des-deco .des {
                font-family: "SVN-Gilroy";
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                text-align: justify;
                letter-spacing: -0.03em;
                color: #bdbdbd;
                display: -webkit-box;
                -webkit-line-clamp: 6;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin: 0
            }

            .story-list-wrapper .story-content-list .list-item .item-content .item-des-deco .item-story-deco {
                flex: 0 0 29px;
                max-width: 29px;
                opacity: .1;
                margin-right: 5px
            }

                .story-list-wrapper .story-content-list .list-item .item-content .item-des-deco .item-story-deco img {
                    display: block
                }

    .story-list-wrapper .story-content-list .list-item :hover .item-title {
        color: #765ba7
    }

    .story-list-wrapper .story-content-list .list-item :hover ul li {
        color: #765ba7
    }

    .story-list-wrapper .story-content-list .list-item .btn-pill {
        margin-top: 20px;
        color: #765ba7;
        border: 1px solid #765ba7
    }

        .story-list-wrapper .story-content-list .list-item .btn-pill:hover {
            color: #fff
        }

@media(min-width: 992px) {
    .cauchuyenphuhuynhsModal .modal-700 {
        max-width: 700px
    }
}

.cauchuyenphuhuynhsModal .modal-content {
    border-radius: 8px
}

.cauchuyenphuhuynhsModal .modal-body {
    padding: 51px 53px
}

@media(max-width: 992px) {
    .cauchuyenphuhuynhsModal .modal-body {
        padding: 40px 20px 45px
    }
}

.cauchuyenphuhuynhsModal .btn-close {
    width: 39px;
    height: 39px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    background: #765ba7;
    opacity: 1;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -19px;
    right: -19px
}

    .cauchuyenphuhuynhsModal .btn-close img {
        display: block
    }

@media(max-width: 767px) {
    .cauchuyenphuhuynhsModal .btn-close {
        width: 26px;
        height: 26px;
        border: 0;
        background: rgba(0,0,0,0);
        filter: brightness(0);
        top: 10px;
        right: 10px
    }
}

.cauchuyenphuhuynhsModal .list-item {
    position: relative;
    margin-bottom: 30px
}

    .cauchuyenphuhuynhsModal .list-item .item-image {
        border-radius: 4px;
        margin-bottom: 20px
    }

        .cauchuyenphuhuynhsModal .list-item .item-image iframe {
            width: 100% !important;
            height: 332px
        }

@media(max-width: 767px) {
    .cauchuyenphuhuynhsModal .list-item .item-image {
        padding-bottom: 0
    }

        .cauchuyenphuhuynhsModal .list-item .item-image iframe, .cauchuyenphuhuynhsModal .list-item .item-image img {
            position: relative
        }
}

.cauchuyenphuhuynhsModal .list-item .item-content {
    margin-top: 30px
}

    .cauchuyenphuhuynhsModal .list-item .item-content .item-title {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 125%;
        letter-spacing: -0.03em;
        color: #765ba7;
        text-decoration: none
    }

@media(max-width: 767px) {
    .cauchuyenphuhuynhsModal .list-item .item-content .item-title {
        font-size: 24px
    }
}

.cauchuyenphuhuynhsModal .list-item .item-content ul {
    margin-top: 10px;
    margin-bottom: 8px
}

    .cauchuyenphuhuynhsModal .list-item .item-content ul li {
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 125%;
        letter-spacing: -0.03em;
        color: #828282
    }

@media(max-width: 767px) {
    .cauchuyenphuhuynhsModal .list-item .item-content ul li {
        font-size: 16px
    }
}

.cauchuyenphuhuynhsModal .list-item .item-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: justify
}

.cauchuyenphuhuynhsModal .list-item .item-content .des {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: justify
}

.cauchuyenphuhuynhsModal .social-share {
    display: flex;
    align-items: center;
    gap: 20px
}

    .cauchuyenphuhuynhsModal .social-share p {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        color: #4f4f4f;
        margin-bottom: 0
    }

    .cauchuyenphuhuynhsModal .social-share ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 14px
    }

        .cauchuyenphuhuynhsModal .social-share ul li {
            list-style: none
        }

        .cauchuyenphuhuynhsModal .social-share ul .social-link {
            display: block;
            max-width: 26px
        }

            .cauchuyenphuhuynhsModal .social-share ul .social-link img {
                display: block
            }

.bg-new {
    background: #f5f5f5
}

.news-wrapper {
    position: relative;
    padding: 40px 0 72px
}

    .news-wrapper .row-breadcrumb {
        margin-bottom: 26px
    }

@media(max-width: 1500px) {
    .news-wrapper {
        padding: 50px 0
    }
}

.news-nav-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px
}

    .news-nav-wrapper .news-nav-item {
        position: relative;
        display: block;
        font-family: "Lexend Deca";
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2222222222;
        letter-spacing: -0.03em;
        padding-bottom: 10px;
        color: #828282;
        text-decoration: none
    }

        .news-nav-wrapper .news-nav-item:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #765ba7;
            opacity: 0;
            transition: all .3s
        }

        .news-nav-wrapper .news-nav-item:not(:first-child) {
            margin-left: 63px
        }

@media(max-width: 767px) {
    .news-nav-wrapper .news-nav-item:not(:first-child) {
        margin-left: 24px
    }
}

@media(hover: hover) {
    .news-nav-wrapper .news-nav-item:hover {
        color: #765ba7
    }
}

.news-nav-wrapper .news-nav-item.active {
    font-weight: 600;
    color: #765ba7
}

    .news-nav-wrapper .news-nav-item.active::before {
        opacity: 1
    }

@media(max-width: 767px) {
    .news-nav-wrapper .news-nav-item {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .news-nav-wrapper {
        margin-bottom: 50px
    }
}

.news-list-wrapper {
    position: relative
}

    .news-list-wrapper .news-sapo {
        margin-bottom: 50px;
        font-weight: 400;
        font-size: 21px;
        line-height: 1.5714285714;
        letter-spacing: -0.03em;
        color: #828282
    }

@media(max-width: 1500px) {
    .news-list-wrapper .news-sapo {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .news-list-wrapper .news-sapo {
        font-size: 16px
    }
}

.news-content-list {
    position: relative
}

    .news-content-list .list--inner {
        margin-bottom: 90px
    }

    .news-content-list .list-item {
        margin-bottom: 32px;
        display: flex;
        align-items: flex-start;
        gap: 38px;
        flex-wrap: wrap
    }

        .news-content-list .list-item .item-image {
            flex: 0 0 auto;
            width: 37.6%;
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 4px
        }

            .news-content-list .list-item .item-image img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                transition: all .3s
            }

            .news-content-list .list-item .item-image::before {
                content: "";
                display: block;
                padding-bottom: 60.22%
            }

            .news-content-list .list-item .item-image:after {
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                width: 36.36%;
                height: 33.2%;
                background: url(../images/common/hover-deco.png);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                background-position: center;
                z-index: 1;
                pointer-events: none;
                transform: translateY(100%);
                transition: all .3s
            }

@media(min-width: 1200px) {
    .news-content-list .list-item .item-image:hover:after {
        transform: translateY(0);
        transition: all .3s
    }
}

@media(max-width: 767px) {
    .news-content-list .list-item .item-image {
        width: 100%
    }
}

.news-content-list .list-item .item-content {
    flex: 1
}

    .news-content-list .list-item .item-content .item-title {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 26px;
        line-height: 1.2307692308;
        font-style: normal;
        letter-spacing: -0.03em;
        color: #4f4f4f;
        margin-bottom: 14px;
        display: block;
        text-decoration: none;
        transition: all .3s
    }

        .news-content-list .list-item .item-content .item-title:hover {
            color: #765ba7;
            transition: all .3s
        }

@media(max-width: 1500px) {
    .news-content-list .list-item .item-content .item-title {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .news-content-list .list-item .item-content .item-title {
        font-size: 18px
    }
}

.news-content-list .list-item .item-content .date {
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #bdbdbd;
    font-style: normal;
    margin-bottom: 14px
}

@media(max-width: 767px) {
    .news-content-list .list-item .item-content .date {
        font-size: 14px
    }
}

.news-content-list .list-item .item-content .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #828282;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-content-list .list-item .item-content .btn-pill {
    padding: 5px;
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    max-width: 165px
}

    .news-content-list .list-item .item-content .btn-pill:hover {
        background: #765ba7;
        border: 1px solid #765ba7
    }

@media(max-width: 767px) {
    .news-content-list .list-item .item-content .btn-pill {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .news-content-list .list-item {
        gap: 24px;
        margin-bottom: 50px
    }
}

.event-list-wrapper {
    position: relative
}

    .event-list-wrapper .event-sapo {
        font-family: "Lexend Deca";
        font-weight: 300;
        font-size: 21px;
        line-height: 1.5714285714;
        letter-spacing: -0.03em;
        color: #828282;
        margin-bottom: 50px
    }

@media(max-width: 1500px) {
    .event-list-wrapper .event-sapo {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .event-list-wrapper .event-sapo {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.event-list-wrapper .event-container .event-result-wrapper {
    position: relative
}

    .event-list-wrapper .event-container .event-result-wrapper .result-list {
        margin-bottom: 30px
    }

    .event-list-wrapper .event-container .event-result-wrapper .result-list--custom-row {
        position: relative;
        margin: 0 -8px;
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 14px;
        column-gap: 14px;
        row-gap: 45px
    }

@media(max-width: 767px) {
    .event-list-wrapper .event-container .event-result-wrapper .result-list--custom-row {
        row-gap: 30px
    }
}

.event-list-wrapper .event-container .event-result-wrapper .result-list--custom-column {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 10px);
    padding: 8px;
    display: flex
}

@media(max-width: 767px) {
    .event-list-wrapper .event-container .event-result-wrapper .result-list--custom-column {
        width: 100%
    }
}

.event-list-wrapper .event-container .event-result-wrapper .result-list .result-item {
    border-radius: 5px;
    background: rgba(0,0,0,0);
    transition: all .3s;
    padding: 10px;
    width: 100%
}

    .event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-image {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 20px
    }

        .event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-image::before {
            content: "";
            display: block;
            padding-bottom: 100%
        }

    .event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-content .item-name {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -0.03em;
        text-decoration: none;
        color: #765ba7;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

@media(max-width: 1500px) {
    .event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-content .item-name {
        font-size: 24px
    }
}

.event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-content .item-title {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #4f4f4f;
    opacity: .7
}

    .event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-content .item-title span {
        font-weight: 600
    }

@media(max-width: 767px) {
    .event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-content ul {
        margin: 0
    }
}

@media(max-width: 767px) {
    .event-list-wrapper .event-container .event-result-wrapper .result-list .result-item .item-content {
        margin-bottom: 0
    }
}

.event-list-wrapper .event-container .event-result-wrapper .result-list .result-item:hover {
    background: #fff;
    box-shadow: 0px 0px 21px rgba(0,0,0,.1);
    transition: all .3s
}

.news-detail-title {
    position: relative;
    border-bottom: 1px solid #d9d9d9
}

    .news-detail-title h1, .news-detail-title .h1 {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 125%;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: 8px;
        margin-top: 45px
    }

@media(max-width: 1500px) {
    .news-detail-title h1, .news-detail-title .h1 {
        font-size: 30px
    }
}

@media(max-width: 767px) {
    .news-detail-title h1, .news-detail-title .h1 {
        margin-top: 10px;
        font-size: 24px
    }
}

.news-detail-title .date {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #595959
}

.news-detail-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

    .news-detail-wrapper .news-detail-wrapper-left {
        position: relative;
        flex: 1;
        position: relative;
        padding-right: 38px;
        box-shadow: 10px 4px 20px rgba(0,0,0,.05)
    }

        .news-detail-wrapper .news-detail-wrapper-left .detail-new-wrapper p {
            margin-top: 32px;
            font-family: "SVN-Gilroy";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 28px;
            text-align: justify;
            color: #4f4f4f
        }

@media(max-width: 1500px) {
    .news-detail-wrapper .news-detail-wrapper-left .detail-new-wrapper p {
        font-size: 16px
    }
}

.news-detail-wrapper .news-detail-wrapper-left .blog-news-detail {
    position: relative
}

    .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail h3, .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail .h3 {
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        color: #765ba7;
        margin: 30px 0
    }

    .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail p {
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        text-align: justify;
        color: #828282
    }

@media(max-width: 1500px) {
    .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail p {
        font-size: 16px
    }
}

.news-detail-wrapper .news-detail-wrapper-left .blog-news-detail img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto
}

.news-detail-wrapper .news-detail-wrapper-left .blog-news-detail iframe {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto
}

.news-detail-wrapper .news-detail-wrapper-left .blog-news-detail figcaption {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
    padding: 0 16px;
    margin-top: 8px
}

.news-detail-wrapper .news-detail-wrapper-left .blog-news-detail .tag-news-detail {
    margin-top: 24px;
    margin-bottom: 65px;
    max-width: 547px
}

    .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail .tag-news-detail p {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        color: #765ba7;
        margin-bottom: 16px
    }

    .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail .tag-news-detail .tag {
        margin-bottom: 16px;
        display: inline-flex;
        flex-direction: row;
        padding: 4px 12px 6px;
        gap: 12px;
        background: #e8e8e8;
        border-radius: 20px;
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        line-height: 18px;
        letter-spacing: -0.03em;
        color: #828282;
        text-decoration: none;
        padding: 4px 12px 6px;
        margin-right: 14px
    }

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail .tag-news-detail .tag {
        font-size: 10px;
        padding: 4px 8px
    }
}

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail .tag-news-detail {
        margin-bottom: 0
    }
}

.news-detail-wrapper .news-detail-wrapper-left .blog-news-detail .social-ic-wrapper {
    justify-content: flex-end
}

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-left .blog-news-detail .social-ic-wrapper {
        justify-content: flex-start
    }
}

.news-detail-wrapper .news-detail-wrapper-left .social-ic-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px
}

    .news-detail-wrapper .news-detail-wrapper-left .social-ic-wrapper p {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4285714286;
        margin-bottom: 0;
        color: #4f4f4f
    }

    .news-detail-wrapper .news-detail-wrapper-left .social-ic-wrapper svg, .news-detail-wrapper .news-detail-wrapper-left .social-ic-wrapper img {
        display: block
    }

    .news-detail-wrapper .news-detail-wrapper-left .social-ic-wrapper .social-ic-gr {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: flex-end
    }

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-left {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0;
        box-shadow: none
    }
}

.news-detail-wrapper .news-detail-wrapper-right {
    flex: 0 0 auto;
    width: 29%;
    padding-left: 36px
}

    .news-detail-wrapper .news-detail-wrapper-right .news-related-container {
        position: sticky;
        top: 120px
    }

        .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper {
            position: relative
        }

            .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper p {
                font-family: "Lexend Deca";
                font-style: normal;
                font-weight: 500;
                font-size: 24px;
                line-height: 30px;
                letter-spacing: -0.03em;
                color: #765ba7;
                margin-top: 45px
            }

            .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list {
                position: relative;
                margin-left: -8px;
                margin-right: -8px;
                display: block;
                flex-wrap: wrap;
                -moz-column-gap: 14px;
                column-gap: 14px;
                row-gap: 45px;
                margin-bottom: 30px
            }

                .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item {
                    padding: 8px;
                    border-radius: 5px;
                    background: rgba(0,0,0,0);
                    transition: all .3s;
                    margin-bottom: 22px
                }

                    .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-image {
                        position: relative;
                        display: block;
                        overflow: hidden;
                        border-radius: 5px;
                        margin-bottom: 20px
                    }

                        .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-image img {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            -o-object-fit: cover;
                            object-fit: cover;
                            transition: all .3s
                        }

                        .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-image::before {
                            content: "";
                            display: block;
                            padding-bottom: 55%
                        }

                    .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content {
                        margin-bottom: 16.5px
                    }

                        .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content .item-name {
                            font-family: "Lexend Deca";
                            font-style: normal;
                            font-weight: 500;
                            font-size: 22px;
                            line-height: 125%;
                            text-decoration: none;
                            letter-spacing: -0.03em;
                            color: #4f4f4f
                        }

                            .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content .item-name:hover {
                                color: #765ba7
                            }

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content .item-name {
        font-size: 18px
    }
}

.news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content .date {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #bdbdbd;
    margin-top: 3.5px;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content .date {
        font-size: 14px
    }
}

.news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content p {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #828282;
    margin-top: 3.5px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content .item-title {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #4f4f4f;
    opacity: .7
}

    .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .item-content .item-title span {
        font-weight: 600
    }

.news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item:hover {
    transition: all .3s
}

.news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .add-action {
    position: absolute;
    margin: 0 auto;
    opacity: 0;
    transition: all 300ms ease-in-out;
    display: none
}

    .news-detail-wrapper .news-detail-wrapper-right .news-related-container .news-related-result-wrapper .result-list .result-item .add-action .news-btn {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 40px;
        gap: 10px;
        width: 165px;
        height: 35px;
        background: #765ba7;
        border-radius: 30.5718px;
        color: #fff;
        text-decoration: none;
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px
    }

@media(max-width: 1199px) {
    .news-detail-wrapper .news-detail-wrapper-right {
        padding-left: 25px
    }
}

@media(max-width: 767px) {
    .news-detail-wrapper .news-detail-wrapper-right {
        width: 100%;
        padding-left: 0
    }
}

.event-detail-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

    .event-detail-wrapper .event-detail-wrapper-left {
        flex: 1;
        position: relative;
        padding-right: 38px;
        margin-top: 54px;
        box-shadow: 10px 4px 20px rgba(0,0,0,.05)
    }

        .event-detail-wrapper .event-detail-wrapper-left .picture-event-detail {
            position: relative;
            width: 100%;
            padding-bottom: 55.5%;
            overflow: hidden;
            margin-bottom: 32px;
            border-radius: 4px
        }

            .event-detail-wrapper .event-detail-wrapper-left .picture-event-detail img {
                position: absolute;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center
            }

        .event-detail-wrapper .event-detail-wrapper-left .event-detail-title {
            position: relative;
            background: #765ba7;
            padding: 28px 31px;
            border-radius: 4px
        }

            .event-detail-wrapper .event-detail-wrapper-left .event-detail-title h1, .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .h1 {
                font-family: "Lexend Deca";
                font-style: normal;
                font-weight: 500;
                font-size: 30px;
                line-height: 125%;
                letter-spacing: -0.03em;
                color: #fff;
                margin-bottom: 8px;
                margin-top: 0
            }

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title h1, .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .h1 {
        font-size: 24px
    }
}

.event-detail-wrapper .event-detail-wrapper-left .event-detail-title .date {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 27px;
    border-bottom: 1px solid #fff;
    margin: 0
}

.event-detail-wrapper .event-detail-wrapper-left .event-detail-title .social-ic-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px
}

    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .social-ic-wrapper p {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 14px;
        line-height: 1.4285714286;
        margin-bottom: 0;
        color: #fff
    }

    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .social-ic-wrapper svg {
        display: block
    }

    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .social-ic-wrapper .social-ic-gr {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap
    }

.event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 42px;
    margin-left: -15px
}

    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper > * {
        flex: auto
    }

    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper .item {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper .item img {
        flex: 0 0 auto;
        width: 56px
    }
}

.event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper .event-time-date {
    display: block
}

    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper .event-time-date p {
        font-family: "Lexend Deca";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        padding: 0;
        margin: 0
    }

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper .event-time-date p {
        font-size: 16px
    }
}

.event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper .event-time-date span {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 0;
    margin: 0
}

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper .event-time-date span {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper .event-time-date {
        flex: 1
    }
}

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title .event-time-date-wrapper {
        gap: 15px
    }
}

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .event-detail-title {
        padding: 15px
    }
}

.event-detail-wrapper .event-detail-wrapper-left .blog-event-detail {
    position: relative;
    margin-top: 43px
}

    .event-detail-wrapper .event-detail-wrapper-left .blog-event-detail p {
        font-family: "SVN-Gilroy";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        text-align: justify;
        color: #828282
    }

    .event-detail-wrapper .event-detail-wrapper-left .blog-event-detail li {
        text-align: justify
    }

    .event-detail-wrapper .event-detail-wrapper-left .blog-event-detail .tag-news-detail {
        margin-top: 24px;
        margin-bottom: 65px;
        max-width: 547px
    }

        .event-detail-wrapper .event-detail-wrapper-left .blog-event-detail .tag-news-detail p {
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 25px;
            color: #765ba7;
            margin-bottom: 16px
        }

        .event-detail-wrapper .event-detail-wrapper-left .blog-event-detail .tag-news-detail .tag {
            margin-bottom: 16px;
            display: inline-flex;
            flex-direction: row;
            padding: 4px 12px 6px;
            gap: 12px;
            background: #e8e8e8;
            border-radius: 20px;
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            justify-content: center;
            align-items: center;
            line-height: 18px;
            letter-spacing: -0.03em;
            color: #828282;
            text-decoration: none;
            padding: 4px 12px 6px;
            margin-right: 14px
        }

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .blog-event-detail .tag-news-detail .tag {
        font-size: 10px;
        padding: 4px 8px
    }
}

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-left .blog-event-detail .tag-news-detail {
        margin-bottom: 0
    }
}

.event-detail-wrapper .event-detail-wrapper-left .social-ic-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px
}

    .event-detail-wrapper .event-detail-wrapper-left .social-ic-wrapper p {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 14px;
        line-height: 1.4285714286;
        margin-bottom: 0;
        color: #4f4f4f
    }

    .event-detail-wrapper .event-detail-wrapper-left .social-ic-wrapper svg, .event-detail-wrapper .event-detail-wrapper-left .social-ic-wrapper img {
        display: block
    }

    .event-detail-wrapper .event-detail-wrapper-left .social-ic-wrapper .social-ic-gr {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap
    }

        .event-detail-wrapper .event-detail-wrapper-left .social-ic-wrapper .social-ic-gr .detail-new-wrapper {
            margin-top: 32px;
            font-family: "SVN-Gilroy";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 28px;
            text-align: justify;
            color: #4f4f4f
        }

@media(max-width: 992px) {
    .event-detail-wrapper .event-detail-wrapper-left {
        padding-right: 0;
        margin-top: 0;
        flex: 0 0 auto;
        width: 100%;
        box-shadow: none
    }
}

.event-detail-wrapper .event-detail-wrapper-right {
    flex: 0 0 auto;
    width: 27.3%;
    padding-left: 36px;
    margin-top: 45px
}

    .event-detail-wrapper .event-detail-wrapper-right .event-related-container {
        position: sticky;
        top: 120px
    }

        .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper p {
            font-family: "Lexend Deca";
            font-style: normal;
            font-weight: 500;
            font-size: 24px;
            line-height: 30px;
            letter-spacing: -0.03em;
            color: #765ba7
        }

        .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list {
            position: relative;
            margin-left: -8px;
            margin-right: -8px;
            display: flex;
            flex-wrap: wrap;
            -moz-column-gap: 14px;
            column-gap: 14px
        }

            .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item {
                padding: 8px;
                margin-bottom: 32px;
                border-radius: 5px;
                background: rgba(0,0,0,0);
                transition: all .3s
            }

                .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item .item-image {
                    position: relative;
                    display: block;
                    overflow: hidden;
                    border-radius: 5px;
                    margin-bottom: 20px
                }

                    .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item .item-image img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                        transition: all .3s
                    }

                    .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item .item-image::before {
                        content: "";
                        display: block;
                        padding-bottom: 100%
                    }

                .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item .item-content .item-name {
                    font-family: "Lexend Deca";
                    font-style: normal;
                    font-weight: 500;
                    font-size: 26px;
                    line-height: 36px;
                    letter-spacing: -0.03em;
                    text-decoration: none;
                    color: #765ba7
                }

                .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item .item-content .item-title {
                    font-family: "Lexend Deca";
                    font-style: normal;
                    font-weight: 300;
                    font-size: 14.6104px;
                    line-height: 25px;
                    letter-spacing: -0.03em;
                    color: #4f4f4f;
                    opacity: .7
                }

                    .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item .item-content .item-title span {
                        font-weight: 500
                    }

                .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item:hover {
                    background: #fff;
                    box-shadow: 0px 0px 21px rgba(0,0,0,.1);
                    transition: all .3s
                }

@media(max-width: 992px) {
    .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item {
        flex: 0 0 auto;
        width: calc(50% - 7px)
    }
}

@media(max-width: 767px) {
    .event-detail-wrapper .event-detail-wrapper-right .event-related-container .event-related-result-wrapper .result-list .result-item {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(max-width: 992px) {
    .event-detail-wrapper .event-detail-wrapper-right {
        padding-left: 0;
        margin-top: 0;
        width: 100%
    }
}

.de-none {
    opacity: 0
}

.tuyendung-banner .gf-banner-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center
}

    .tuyendung-banner .gf-banner-content h4, .tuyendung-banner .gf-banner-content .h4 {
        font-family: "Lexend Deca";
        font-weight: 600;
        font-size: 40px;
        line-height: 1.675;
        font-style: normal;
        letter-spacing: -0.03em;
        color: #fff;
        margin-bottom: 10px
    }

@media(max-width: 1680px) {
    .tuyendung-banner .gf-banner-content h4, .tuyendung-banner .gf-banner-content .h4 {
        font-size: 30px
    }
}

@media(max-width: 1400px) {
    .tuyendung-banner .gf-banner-content h4, .tuyendung-banner .gf-banner-content .h4 {
        font-size: 28px
    }
}

@media(max-width: 1199px) {
    .tuyendung-banner .gf-banner-content h4, .tuyendung-banner .gf-banner-content .h4 {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .tuyendung-banner .gf-banner-content h4, .tuyendung-banner .gf-banner-content .h4 {
        font-size: 20px
    }
}

.tuyendung-banner .gf-banner-content .banner-btn {
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: -0.03em;
    color: #765ba7;
    display: inline-block;
    padding: 5px 41px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    border-radius: 30px;
    text-decoration: none
}

@media(max-width: 1680px) {
    .tuyendung-banner .gf-banner-content .banner-btn {
        font-size: 16px
    }
}

@media(max-width: 1400px) {
    .tuyendung-banner .gf-banner-content .banner-btn {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .tuyendung-banner .gf-banner-content {
        width: 100%;
        padding: 0 15px;
        top: 50%
    }
}

.tuyendung-intro-wrapper {
    padding-top: 37px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important
}

    .tuyendung-intro-wrapper .tuyendung-intro-content {
        position: relative;
        padding: 150px 0;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

        .tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro {
            flex: 0 0 auto;
            width: 50%
        }

@media(max-width: 1680px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro {
        font-size: 16px
    }
}

@media(max-width: 1400px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro {
        font-size: 14px
    }
}

@media(max-width: 992px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro {
        width: 100%
    }
}

.tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro .intro-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.9142857143;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #765ba7;
    margin-bottom: 18px
}

@media(max-width: 1680px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro .intro-title {
        font-size: 30px
    }
}

@media(max-width: 1400px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro .intro-title {
        font-size: 28px
    }
}

@media(max-width: 992px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content .tuyendung-intro .intro-title {
        font-size: 24px;
        line-height: 36px
    }
}

@media(max-width: 1680px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content {
        padding: 90px 0
    }
}

@media(max-width: 1400px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content {
        padding: 50px 0
    }
}

@media(max-width: 767px) {
    .tuyendung-intro-wrapper .tuyendung-intro-content {
        padding: 50px 0 250px
    }
}

@media(max-width: 767px) {
    .tuyendung-intro-wrapper {
        background-image: url(../images/tuyendung/mb-tuyendung-bg.png) !important;
        background-color: #f8f0f2 !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        background-position: bottom !important
    }
}

.tuyendung-flex-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

    .tuyendung-flex-section .flex-section--inner {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        z-index: 2
    }

    .tuyendung-flex-section .item-context {
        position: relative;
        flex: 0 0 auto;
        z-index: 2
    }

        .tuyendung-flex-section .item-context .item-title {
            position: relative;
            display: inline-block;
            font-weight: 600;
            font-size: 35px;
            line-height: 1.9142857143;
            letter-spacing: -0.03em;
            color: #765ba7;
            margin-bottom: 17px
        }

            .tuyendung-flex-section .item-context .item-title::before {
                content: "";
                position: absolute;
                top: 50%;
                left: calc(100% + 20px);
                width: 255px;
                height: 3px;
                background: #f7b91b
            }

@media(max-width: 1680px) {
    .tuyendung-flex-section .item-context .item-title::before {
        width: 235px
    }
}

@media(max-width: 1400px) {
    .tuyendung-flex-section .item-context .item-title::before {
        width: 215px
    }
}

@media(max-width: 992px) {
    .tuyendung-flex-section .item-context .item-title::before {
        display: none
    }
}

@media(max-width: 1680px) {
    .tuyendung-flex-section .item-context .item-title {
        font-size: 30px
    }
}

@media(max-width: 1400px) {
    .tuyendung-flex-section .item-context .item-title {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section .item-context .item-title {
        font-size: 24px;
        line-height: 36px
    }
}

.tuyendung-flex-section .item-context .item-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5454545455;
    color: #828282
}

@media(max-width: 1680px) {
    .tuyendung-flex-section .item-context .item-text {
        font-size: 16px
    }
}

@media(max-width: 1400px) {
    .tuyendung-flex-section .item-context .item-text {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section .item-context .item-text {
        font-size: 16px
    }
}

.tuyendung-flex-section .item-media {
    flex: 0 0 auto
}

.tuyendung-flex-section .item-media-slider {
    position: relative
}

    .tuyendung-flex-section .item-media-slider .td-image {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 4px
    }

        .tuyendung-flex-section .item-media-slider .td-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all .3s
        }

        .tuyendung-flex-section .item-media-slider .td-image::before {
            content: "";
            display: block;
            padding-bottom: 56.65%
        }

    .tuyendung-flex-section .item-media-slider .swiper-button-prev, .tuyendung-flex-section .item-media-slider .swiper-button-next {
        width: 48px;
        height: 48px
    }

        .tuyendung-flex-section .item-media-slider .swiper-button-prev img, .tuyendung-flex-section .item-media-slider .swiper-button-next img {
            display: block;
            width: 100%
        }

        .tuyendung-flex-section .item-media-slider .swiper-button-prev::after, .tuyendung-flex-section .item-media-slider .swiper-button-next::after {
            display: none
        }

@media(max-width: 1680px) {
    .tuyendung-flex-section .item-media-slider .swiper-button-prev, .tuyendung-flex-section .item-media-slider .swiper-button-next {
        width: 36px;
        height: 36px
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section .item-media-slider .swiper-button-prev, .tuyendung-flex-section .item-media-slider .swiper-button-next {
        width: 25px;
        height: 25px
    }
}

.tuyendung-flex-section .item-media-slider .swiper-button-prev {
    left: 30px
}

@media(max-width: 1199px) {
    .tuyendung-flex-section .item-media-slider .swiper-button-prev {
        left: 0
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section .item-media-slider .swiper-button-prev {
        left: -10px
    }
}

.tuyendung-flex-section .item-media-slider .swiper-button-next {
    right: -70px
}

@media(max-width: 1199px) {
    .tuyendung-flex-section .item-media-slider .swiper-button-next {
        right: 0
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section .item-media-slider .swiper-button-next {
        right: -10px
    }
}

.tuyendung-flex-section.item-content-slide::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 47.6%;
    height: 49%;
    background: #765ba7
}

@media(max-width: 1199px) {
    .tuyendung-flex-section.item-content-slide::before {
        height: 100%
    }
}

@media(max-width: 992px) {
    .tuyendung-flex-section.item-content-slide::before {
        height: 40%;
        top: 65%
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section.item-content-slide::before {
        height: 130px;
        top: unset;
        bottom: 20px;
        transform: none
    }
}

.tuyendung-flex-section.item-content-slide .item-context {
    width: 25.66%
}

@media(max-width: 992px) {
    .tuyendung-flex-section.item-content-slide .item-context {
        width: 100%;
        margin-bottom: 30px
    }
}

.tuyendung-flex-section.item-content-slide .item-media {
    width: 68.13%
}

@media(max-width: 992px) {
    .tuyendung-flex-section.item-content-slide .item-media {
        width: 100%
    }
}

.tuyendung-flex-section.section-reverse .flex-section--inner {
    flex-direction: row-reverse
}

.tuyendung-flex-section.section-reverse .item-context {
    text-align: right
}

    .tuyendung-flex-section.section-reverse .item-context .item-title::before {
        right: calc(100% + 20px);
        left: unset
    }

.tuyendung-flex-section.item-content-image .item-context {
    width: 32%
}

@media(max-width: 992px) {
    .tuyendung-flex-section.item-content-image .item-context {
        width: 100%;
        order: 0;
        margin-bottom: 30px;
        text-align: left
    }
}

.tuyendung-flex-section.item-content-image .item-media {
    width: 45.33%
}

@media(max-width: 992px) {
    .tuyendung-flex-section.item-content-image .item-media .item-media-image img {
        display: block;
        max-width: 100%;
        margin: 0 auto
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section.item-content-image .item-media .item-media-image {
        margin-bottom: 50px
    }
}

@media(max-width: 992px) {
    .tuyendung-flex-section.item-content-image .item-media {
        width: 100%;
        order: 1
    }
}

.tuyendung-flex-section.item-content-bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important
}

    .tuyendung-flex-section.item-content-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 89%;
        height: 100%;
        background: linear-gradient(270deg, #765ba7 28.12%, rgba(118, 91, 167, 0) 100%);
        transform: rotate(-180deg)
    }

@media(max-width: 767px) {
    .tuyendung-flex-section.item-content-bg::before {
        width: 100%;
        background: linear-gradient(270deg, #765ba7 22.92%, rgba(118, 91, 167, 0.56) 100%);
        transform: rotate(-180deg)
    }
}

.tuyendung-flex-section.item-content-bg .item-context {
    width: 32%
}

    .tuyendung-flex-section.item-content-bg .item-context .item-title, .tuyendung-flex-section.item-content-bg .item-context .item-text {
        color: #fff
    }

        .tuyendung-flex-section.item-content-bg .item-context .item-title::before {
            display: none
        }

@media(max-width: 767px) {
    .tuyendung-flex-section.item-content-bg .item-context {
        width: 100%
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section.item-content-bg {
        padding: 50px 0
    }
}

@media(max-width: 1199px) {
    .tuyendung-flex-section {
        min-height: unset;
        padding: 60px 0
    }
}

@media(max-width: 767px) {
    .tuyendung-flex-section {
        padding: 50px 0 0
    }
}

.tuyendung-news-wrapper {
    position: relative;
    padding: 50px 0 75px
}

    .tuyendung-news-wrapper .news-header {
        margin-bottom: 18px
    }

        .tuyendung-news-wrapper .news-header .header-title {
            font-family: "Lexend Deca";
            font-weight: 600;
            font-size: 32px;
            line-height: 2.09375;
            letter-spacing: -0.03em;
            color: #765ba7
        }

@media(max-width: 1680px) {
    .tuyendung-news-wrapper .news-header .header-title {
        font-size: 30px
    }
}

@media(max-width: 1400px) {
    .tuyendung-news-wrapper .news-header .header-title {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper .news-header .header-title {
        font-size: 24px
    }
}

.tuyendung-news-wrapper .news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px
}

    .tuyendung-news-wrapper .news-list .news-list-item {
        flex: 0 0 auto;
        width: calc(25% - 21px)
    }

@media(max-width: 992px) {
    .tuyendung-news-wrapper .news-list .news-list-item {
        width: calc(33.3333333333% - 18.6666666667px)
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper .news-list .news-list-item {
        width: 100%
    }
}

.tuyendung-news-wrapper .news-list .news-item-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px
}

    .tuyendung-news-wrapper .news-list .news-item-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .3s
    }

    .tuyendung-news-wrapper .news-list .news-item-img::before {
        content: "";
        display: block;
        padding-bottom: 76.48%
    }

.tuyendung-news-wrapper .news-list .news-item-des {
    background: #fff;
    padding: 18px 12px 40px
}

    .tuyendung-news-wrapper .news-list .news-item-des .name {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 24px;
        line-height: 1.1666666667;
        letter-spacing: -0.03em;
        color: #666;
        margin-bottom: 8px;
        display: block;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

        .tuyendung-news-wrapper .news-list .news-item-des .name:hover {
            color: #765ba7
        }

@media(max-width: 1680px) {
    .tuyendung-news-wrapper .news-list .news-item-des .name {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper .news-list .news-item-des .name {
        font-size: 14px
    }
}

.tuyendung-news-wrapper .news-list .news-item-des .date {
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: -0.03em;
    color: #828282;
    margin: 0
}

@media(max-width: 1400px) {
    .tuyendung-news-wrapper .news-list .news-item-des .date {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper .news-list .news-item-des .date {
        font-size: 12px
    }
}

.tuyendung-news-wrapper .news-list .news-item-des .news-item-cta {
    display: flex;
    gap: 6px;
    align-items: center;
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #765ba7;
    text-decoration: none;
    margin-top: 20px
}

    .tuyendung-news-wrapper .news-list .news-item-des .news-item-cta img {
        display: block;
        max-width: 12px;
        transform: rotate(-90deg)
    }

@media(max-width: 767px) {
    .tuyendung-news-wrapper .news-list .news-item-des {
        padding: 10px 5px 7px;
        flex: 1
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper .news-list {
        gap: 20px
    }
}

.tuyendung-news-wrapper .paginate-custom {
    margin-top: 40px
}

.tuyendung-news-wrapper.tuyendung-news-life {
    background: #f1f1f1
}

    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-list-item {
        display: flex;
        flex-direction: column
    }

    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des {
        background: #fff;
        padding: 18px 12px 20px;
        flex: 1
    }

        .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .date {
            font-weight: 300;
            font-size: 16px;
            line-height: 1.25;
            color: #bdbdbd;
            margin-bottom: 8px
        }

@media(max-width: 1680px) {
    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .date {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .date {
        font-size: 12px
    }
}

.tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media(max-width: 1680px) {
    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .name {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .name {
        font-size: 14px
    }
}

.tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: -0.03em;
    color: #828282;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media(max-width: 1680px) {
    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .des {
        font-size: 15px
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des .des {
        font-size: 12px
    }
}

@media(max-width: 767px) {
    .tuyendung-news-wrapper.tuyendung-news-life .news-list .news-item-des {
        padding: 10px 5px 7px;
        flex: 1
    }
}

.tuyendung-news-wrapper.tuyendung-relate {
    background: #f8f8f8
}

    .tuyendung-news-wrapper.tuyendung-relate .news-list {
        gap: 30px
    }

        .tuyendung-news-wrapper.tuyendung-relate .news-list .news-list-item {
            width: calc(33.3333333333% - 20px)
        }

@media(max-width: 767px) {
    .tuyendung-news-wrapper.tuyendung-relate .news-list .news-list-item {
        width: 100%;
        display: flex;
        flex-direction: column
    }

        .tuyendung-news-wrapper.tuyendung-relate .news-list .news-list-item .news-item-des {
            padding: 20px 13px 30px
        }

            .tuyendung-news-wrapper.tuyendung-relate .news-list .news-list-item .news-item-des .name {
                font-size: 24px
            }

            .tuyendung-news-wrapper.tuyendung-relate .news-list .news-list-item .news-item-des .date {
                font-size: 16px
            }
}

.tuyendung-filter-wrapper {
    position: relative;
    overflow: hidden
}

    .tuyendung-filter-wrapper .tuyendung-filter--inner {
        display: flex;
        flex-wrap: wrap
    }

        .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-form {
            flex: 0 0 auto;
            width: calc(25% - 24px);
            padding-right: 37px;
            padding-top: 95px;
            box-shadow: 10.5932px 4.2373px 21.1865px rgba(0,0,0,.05);
            z-index: 1
        }

            .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-form form {
                margin-bottom: 40px
            }

@media(max-width: 1400px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-form {
        padding-top: 70px
    }
}

@media(max-width: 992px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-form {
        width: 30%
    }
}

@media(max-width: 767px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-form {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        box-shadow: none
    }
}

.tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group {
    margin-bottom: 23px;
    border-bottom: 1px solid #d2d2d2
}

    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group h4, .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group .h4 {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: 20px
    }

@media(max-width: 1680px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group h4, .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group .h4 {
        font-size: 18px;
        margin-bottom: 15px
    }
}

@media(max-width: 767px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group h4, .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group .h4 {
        font-size: 20px
    }
}

.tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label {
    display: block;
    margin-bottom: 22px
}

    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: none
    }

        .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label input:checked + span::before {
            border: 1px solid #765ba7
        }

        .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label input:checked + span::after {
            background-image: url(../images/tuyensinh/svg-checked-purple.svg)
        }

    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label span {
        position: relative;
        font-family: "Lexend Deca";
        font-weight: 300;
        font-size: 18px;
        line-height: 1.6666666667;
        letter-spacing: -0.03em;
        color: #828282;
        padding-left: 32px;
        cursor: pointer
    }

        .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label span::before {
            content: "";
            position: absolute;
            width: 18px;
            height: 18px;
            border: 1px solid #bdbdbd;
            border-radius: 50%;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label span::after {
            content: "";
            position: absolute;
            width: 22px;
            height: 15px;
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center;
            left: 0;
            top: 50%;
            transform: translateY(-75%)
        }

@media(max-width: 1680px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label span {
        font-size: 16px
    }
}

@media(max-width: 1400px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label span {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label span {
        font-size: 18px
    }
}

@media(max-width: 1400px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group label {
        margin-bottom: 15px
    }
}

@media(max-width: 1400px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-group {
        margin-bottom: 15px
    }
}

.tuyendung-filter-wrapper .tuyendung-filter--inner .filter-btn {
    border-radius: 30px;
    background: #765ba7;
    border: 0;
    outline: none;
    box-shadow: none;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Lexend Deca";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 5px
}

@media(max-width: 1680px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-btn {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-btn {
        font-size: 18px
    }
}

.tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list {
    flex: 1;
    position: relative;
    height: 100%;
    padding-top: 76px;
    padding-left: 70px
}

    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        min-height: 100vh;
        background: #f8f8f8
    }

@media(max-width: 767px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list::before {
        left: -5% !important;
        width: 110vw !important
    }
}

.tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list .filter-list--inner {
    position: relative;
    z-index: 1;
    margin-bottom: 70px
}

.tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list .list-header {
    font-family: "Lexend Deca";
    font-weight: 600;
    font-size: 32px;
    line-height: 2.09375;
    letter-spacing: -0.03em;
    color: #765ba7
}

@media(max-width: 1680px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list .list-header {
        font-size: 30px
    }
}

@media(max-width: 1400px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list .list-header {
        font-size: 28px
    }
}

.tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list .paginate-custom {
    margin-top: 58px
}

@media(max-width: 1400px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list {
        padding-top: 56px;
        padding-left: 50px
    }
}

@media(max-width: 1199px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list {
        padding-left: 30px
    }
}

@media(max-width: 767px) {
    .tuyendung-filter-wrapper .tuyendung-filter--inner .filter-list {
        padding-left: 0;
        padding-top: 50px
    }
}

.tuyendung-item {
    padding: 25px 25px 25px 30px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    transition: all .3s;
    margin-bottom: 34px
}

    .tuyendung-item .item-content {
        flex: 0 0 auto;
        width: 450px
    }

        .tuyendung-item .item-content .item-name {
            font-family: "Lexend Deca";
            font-weight: 500;
            font-size: 20px;
            line-height: 1.5;
            letter-spacing: -0.03em;
            color: #4f4f4f;
            margin-bottom: 19px;
            text-decoration: none;
            display: block;
            transition: all .3s
        }

            .tuyendung-item .item-content .item-name:hover {
                color: #765ba7
            }

@media(max-width: 1400px) {
    .tuyendung-item .item-content .item-name {
        font-size: 18px
    }
}

.tuyendung-item .item-content .item-des {
    margin: 0
}

    .tuyendung-item .item-content .item-des li {
        font-family: "Lexend Deca";
        font-weight: 300;
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: -0.03em;
        color: #828282
    }

        .tuyendung-item .item-content .item-des li span {
            font-weight: 500
        }

@media(max-width: 1400px) {
    .tuyendung-item .item-content .item-des li {
        font-size: 14px
    }
}

@media(max-width: 992px) {
    .tuyendung-item .item-content {
        width: 60%
    }
}

@media(max-width: 767px) {
    .tuyendung-item .item-content {
        width: 100%;
        margin-bottom: 20px
    }
}

.tuyendung-item .item-cta {
    flex: 0 0 auto;
    width: 200px
}

    .tuyendung-item .item-cta .item-cta-btn {
        display: block;
        text-align: center;
        width: 100%;
        border-radius: 30px;
        background: rgba(0,0,0,0);
        padding: 5px;
        font-family: "Lexend Deca";
        font-weight: 400;
        font-size: 18px;
        line-height: 1.6666666667;
        letter-spacing: -0.03em;
        color: #765ba7;
        border: 1px solid #765ba7;
        text-decoration: none;
        transition: all .3s
    }

        .tuyendung-item .item-cta .item-cta-btn:hover {
            background: #765ba7;
            color: #fff
        }

@media(max-width: 1680px) {
    .tuyendung-item .item-cta .item-cta-btn {
        font-size: 16px
    }
}

@media(max-width: 992px) {
    .tuyendung-item .item-cta {
        width: 35%
    }
}

@media(max-width: 767px) {
    .tuyendung-item .item-cta {
        width: 200px
    }
}

.tuyendung-item:hover {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05))
}

@media(max-width: 767px) {
    .tuyendung-item {
        padding: 20px 20px 25px
    }
}

@media(min-width: 992px) {
    #tuyendungModal .modal-770 {
        max-width: 770px
    }
}

#tuyendungModal .modal-content {
    border-radius: 8px;
    border: none
}

#tuyendungModal .modal-body {
    padding: 0
}

#tuyendungModal .btn-close {
    width: 39px;
    height: 39px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    background: #765ba7;
    opacity: 1;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -19px;
    right: -19px
}

    #tuyendungModal .btn-close img {
        display: block
    }

@media(max-width: 767px) {
    #tuyendungModal .btn-close {
        width: 25px;
        height: 25px;
        top: 7px;
        right: 7px;
        border: 0;
        background: rgba(0,0,0,0);
        filter: brightness(0)
    }
}

#tuyendungModal .tuyendung-md-header {
    padding: 24px;
    border-radius: 8px 8px 0px 0px;
    background: #f9f9f9
}

    #tuyendungModal .tuyendung-md-header .header-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.3333333333;
        text-transform: uppercase;
        color: #765ba7
    }

@media(max-width: 767px) {
    #tuyendungModal .tuyendung-md-header .header-title {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    #tuyendungModal .tuyendung-md-header {
        padding: 40px 24px 15px
    }
}

#tuyendungModal .tuyendung-md-body {
    padding: 26px 24px 40px
}

#tuyendungModal .modal-input-gr {
    margin-bottom: 16px
}

    #tuyendungModal .modal-input-gr label {
        display: block;
        margin-bottom: 7px;
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 16px;
        line-height: 1.375;
        color: #333
    }

        #tuyendungModal .modal-input-gr label span {
            color: #eb5757
        }

    #tuyendungModal .modal-input-gr input[type=text] {
        width: 100%;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 8px;
        padding: 12px 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5714285714
    }

        #tuyendungModal .modal-input-gr input[type=text]::-moz-placeholder {
            color: #828282
        }

        #tuyendungModal .modal-input-gr input[type=text]::placeholder {
            color: #828282
        }

        #tuyendungModal .modal-input-gr input[type=text]:focus {
            box-shadow: none;
            outline: none
        }

    #tuyendungModal .modal-input-gr .upload-field {
        position: relative;
        cursor: pointer;
        padding: 24px
    }

        #tuyendungModal .modal-input-gr .upload-field::before {
            content: "";
            position: absolute;
            background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23BFBFBFFF' stroke-width='2' stroke-dasharray='8%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
            border-radius: 8px;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none
        }

        #tuyendungModal .modal-input-gr .upload-field input[type=file] {
            display: none
        }

        #tuyendungModal .modal-input-gr .upload-field .upload-text {
            text-align: center
        }

            #tuyendungModal .modal-input-gr .upload-field .upload-text .title {
                font-weight: 500;
                font-size: 16px;
                line-height: 1.375;
                color: #595959;
                margin-bottom: 8px
            }

                #tuyendungModal .modal-input-gr .upload-field .upload-text .title span {
                    color: #eb5757
                }

            #tuyendungModal .modal-input-gr .upload-field .upload-text .des {
                margin-bottom: 0;
                font-weight: 500;
                font-size: 18px;
                line-height: 1.3333333333;
                color: #828282
            }

@media(max-width: 767px) {
    #tuyendungModal .modal-input-gr .upload-field .upload-text .des {
        font-size: 16px
    }
}

#tuyendungModal .apply-btn {
    display: block;
    width: 100%;
    box-shadow: 0px .3px .9px rgba(0,0,0,.1),0px 1.6px 3.6px rgba(0,0,0,.13);
    border-radius: 24px;
    background: #765ba7;
    padding: 14px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    border: 0;
    outline: none;
    transition: all .3s
}

    #tuyendungModal .apply-btn:hover {
        background: #f7b91b
    }

.tuyendung-news--detail-wrapper {
    position: relative
}

    .tuyendung-news--detail-wrapper .news-detail-title {
        margin-bottom: 27px
    }

    .tuyendung-news--detail-wrapper .tuyendung-detail-sapo {
        font-family: "Lexend Deca";
        font-weight: 500;
        font-size: 20px;
        line-height: 1.65;
        letter-spacing: -0.03em;
        color: #828282;
        margin-bottom: 36px
    }

@media(max-width: 1680px) {
    .tuyendung-news--detail-wrapper .tuyendung-detail-sapo {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .tuyendung-news--detail-wrapper .tuyendung-detail-sapo {
        font-size: 16px
    }
}

.tuyendung-news--detail-wrapper .tuyendung-detail-content figure {
    margin: 0 0 50px
}

.tuyendung-news--detail-wrapper .tuyendung-detail-content img {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    max-width: 100%
}

.tuyendung-news--detail-wrapper .tuyendung-detail-content h4, .tuyendung-news--detail-wrapper .tuyendung-detail-content .h4 {
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 25px;
    line-height: 1.24;
    letter-spacing: -0.03em;
    color: #765ba7
}

@media(max-width: 767px) {
    .tuyendung-news--detail-wrapper .tuyendung-detail-content h4, .tuyendung-news--detail-wrapper .tuyendung-detail-content .h4 {
        font-size: 20px
    }
}

.tuyendung-news--detail-wrapper .tuyendung-detail-content ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.9444444444;
    color: #595959;
    word-break: break-word
}

@media(max-width: 767px) {
    .tuyendung-news--detail-wrapper .tuyendung-detail-content ul li {
        font-size: 16px
    }
}

@media(min-width: 1200px) {
    .greenfield--tuyendung__detail {
        padding-bottom: 100px
    }
}

.greenfield--tuyendung__detail-wrapper {
    max-width: 870px;
    margin-right: auto
}

@media(max-width: 1199px) {
    .greenfield--tuyendung__detail-wrapper {
        max-width: 100%;
        margin: 0 auto 50px
    }
}

.greenfield--tuyendung__detail .entry-header {
    margin-bottom: 65px
}

    .greenfield--tuyendung__detail .entry-header .block-title {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 18px;
        margin-bottom: 14px
    }

        .greenfield--tuyendung__detail .entry-header .block-title .title {
            display: block;
            font-family: "Lexend Deca";
            font-weight: 500;
            font-size: 32px;
            line-height: 125%;
            letter-spacing: -0.03em;
            color: #765ba7;
            margin-bottom: 25px
        }

@media(max-width: 1680px) {
    .greenfield--tuyendung__detail .entry-header .block-title .title {
        font-size: 30px
    }
}

@media(max-width: 1400px) {
    .greenfield--tuyendung__detail .entry-header .block-title .title {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .greenfield--tuyendung__detail .entry-header .block-title .title {
        font-size: 24px
    }
}

.greenfield--tuyendung__detail .entry-header .block-title .date {
    display: block;
    font-family: "Lexend Deca";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #595959
}

.greenfield--tuyendung__detail .entry-header .social {
    gap: 15px;
    font-family: "Lexend Deca";
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #4f4f4f
}

.greenfield--tuyendung__detail .entry-body .desc-title {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #765ba7;
    margin-bottom: 8px
}

@media(max-width: 1680px) {
    .greenfield--tuyendung__detail .entry-body .desc-title {
        font-size: 20px
    }
}

@media(max-width: 1400px) {
    .greenfield--tuyendung__detail .entry-body .desc-title {
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .greenfield--tuyendung__detail .entry-body .desc-title {
        font-size: 20px
    }
}

.greenfield--tuyendung__detail .entry-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px
}

    .greenfield--tuyendung__detail .entry-body ul li {
        position: relative;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5555555556;
        color: #765ba7;
        padding-left: 1.5rem
    }

        .greenfield--tuyendung__detail .entry-body ul li::before {
            content: "•";
            position: absolute;
            left: 0;
            display: inline-block;
            width: 1rem;
            text-align: center
        }

@media(max-width: 1680px) {
    .greenfield--tuyendung__detail .entry-body ul li {
        font-size: 16px
    }
}

@media(max-width: 1400px) {
    .greenfield--tuyendung__detail .entry-body ul li {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .greenfield--tuyendung__detail .entry-body ul li {
        font-size: 16px
    }
}

.greenfield--tuyendung__detail .entry-body ul li:has(ul) ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5555555556;
    text-align: justify;
    color: #595959
}

@media(max-width: 1680px) {
    .greenfield--tuyendung__detail .entry-body ul li:has(ul) ul li {
        font-size: 16px
    }
}

@media(max-width: 1400px) {
    .greenfield--tuyendung__detail .entry-body ul li:has(ul) ul li {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .greenfield--tuyendung__detail .entry-body ul li:has(ul) ul li {
        font-size: 16px
    }
}

.greenfield--tuyendung__detail .entry-body .button-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 14px
}

    .greenfield--tuyendung__detail .entry-body .button-flex > * {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "Lexend Deca";
        font-weight: 400;
        font-size: 18px;
        line-height: 1.6666666667;
        letter-spacing: -0.03em;
        color: #765ba7;
        max-width: 200px;
        width: 100%;
        border: 1px solid #765ba7;
        background: rgba(0,0,0,0);
        border-radius: 30px;
        padding: 5px;
        outline: none !important;
        transition: all .15s linear
    }

        .greenfield--tuyendung__detail .entry-body .button-flex > *:hover {
            background: #765ba7;
            color: #fff;
            transition: all .15s linear
        }

@media(max-width: 1680px) {
    .greenfield--tuyendung__detail .entry-body .button-flex > * {
        font-size: 16px
    }
}

@media(max-width: 1400px) {
    .greenfield--tuyendung__detail .entry-body .button-flex > * {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .greenfield--tuyendung__detail .entry-body .button-flex > * {
        flex: 1
    }
}

.greenfield--tuyendung__related {
    background: #f8f8f8
}

    .greenfield--tuyendung__related .block-title > * {
        display: inline-block;
        font-family: "Lexend Deca";
        font-weight: 600;
        font-size: 32px;
        line-height: 2.09375;
        letter-spacing: -0.03em;
        color: #765ba7;
        margin-bottom: 34px
    }

@media(max-width: 1680px) {
    .greenfield--tuyendung__related .block-title > * {
        font-size: 30px
    }
}

@media(max-width: 1400px) {
    .greenfield--tuyendung__related .block-title > * {
        font-size: 28px
    }
}

@media(max-width: 767px) {
    .greenfield--tuyendung__related .block-title > * {
        font-size: 24px
    }
}

/*# sourceMappingURL=style.css.map */
