:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #FF3700;
    --bs-yellow: #ffc107;
    --bs-green: #1C933A;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #EC2229;
    --bs-secondary: #1D918D;
    --bs-success: #60992D;
    --bs-info: #006CC2;
    --bs-warning: #F18F01;
    --bs-danger: #dc3545;
    --bs-light: #F6F6F6;
    --bs-dark: #222;
    --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));
}

.section-banner {
    max-width: 1265px;
    height: 550px;
    margin: 0 auto;
}


/*----------------------------------------------------
 path
 ----------------------------------------------------*/
:root {
    --path-item-bg: 45, 147, 153;
}

.path {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 1.25rem;
    height: 500px;
    border-bottom: 0.25rem solid #474A54;
}

@media (max-width: 991.98px) {
    .path {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0;
        margin-left: 7.5rem;
        margin-right: 8.75rem;
        border-bottom: none;
        border-left: 0.25rem solid #474A54;
    }
}

@media (max-width: 767.98px) {
    .path {
        margin-right: 7.5rem;
        border-left-width: 0.125rem;
    }

    .section-banner {
        height: auto;
    }
}

@media screen and (min-width: 1920px) {

    .path:before,
    .path:after {
        content: '';
        position: absolute;
        bottom: -0.25rem;
        height: 0.25rem;
        width: 0.5rem;
        border-radius: 50rem;
        background-color: #474A54;
    }

    .path:before {
        right: 100%;
        margin-right: 0.5rem;
        box-shadow: -5px 0 0 0 #474a54, -20px 0 0 0 #474a54;
    }

    .path:after {
        left: 100%;
        margin-left: 0.5rem;
        box-shadow: 5px 0 0 0 #474a54, 20px 0 0 0 #474a54;
    }
}

.path-item {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    flex: 1 0 0;
    height: 150px;
    padding: 0;
    background-color: rgba(var(--path-item-bg), 1);
    color: #fff;
}

.path-item:not(:first-child) {
    margin-left: -1px;
}



@media (max-width: 991.98px) {
    .path-item:not(:first-child) {
        margin-left: 0;
        margin-top: -1px;
    }
}

@media (max-width: 1259.98px) {
    .path-item {
        font-size: 0.875em;
    }
}

@media (max-width: 991.98px) {
    .path-item {
        flex: auto;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem;
        height: 100px;
        width: 20%;
    }
}

@media (max-width: 767.98px) {
    .path-item {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .path-item:nth-child(2),
    .path-item:nth-child(2) .bar3d {
        height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(2) {
        width: 28.88889%;
    }
}

@media (min-width: 992px) {

    .path-item:nth-child(3),
    .path-item:nth-child(3) .bar3d {
        height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(3) {
        width: 37.77778%;
    }
}

@media (min-width: 992px) {

    .path-item:nth-child(4),
    .path-item:nth-child(4) .bar3d {
        height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(4) {
        width: 46.66667%;
    }
}

@media (min-width: 992px) {
    .path-item:nth-child(5) {
        height: 11.25rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(5) {
        width: 55.55556%;
    }
}

@media (min-width: 992px) {
    .path-item:nth-child(6) {
        height: 13.125rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(6) {
        width: 64.44444%;
    }
}

@media (min-width: 992px) {
    .path-item:nth-child(7) {
        height: 15rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(7) {
        width: 73.33333%;
    }
}

@media (min-width: 992px) {
    .path-item:nth-child(8) {
        height: 16.875rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(8) {
        width: 82.22222%;
    }
}

@media (min-width: 992px) {
    .path-item:nth-child(9) {
        height: 18.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(9) {
        width: 91.11111%;
    }
}

@media (min-width: 992px) {
    .path-item:nth-child(10) {
        height: 20.625rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .path-item:nth-child(10) {
        width: 100%;
    }
}

.path-item-o-0 {
    background-color: rgba(var(--path-item-bg), 0);
}

.path-item-o-1 {
    background-color: rgba(var(--path-item-bg), 0.1);
}

.path-item-o-2 {
    background-color: rgba(var(--path-item-bg), 0.2);
}

.path-item-o-3 {
    background-color: rgba(var(--path-item-bg), 0.3);
}

.path-item-o-4 {
    background-color: rgba(var(--path-item-bg), 0.4);
}

.path-item-o-5 {
    background-color: rgba(var(--path-item-bg), 0.5);
}

.path-item-o-6 {
    background-color: rgba(var(--path-item-bg), 0.6);
}

.path-item-o-7 {
    background-color: rgba(var(--path-item-bg), 0.7);
}

.path-item-o-8 {
    background-color: rgba(var(--path-item-bg), 0.8);
}

.path-item-o-9 {
    background-color: rgba(var(--path-item-bg), 0.9);
}

.path-item-level-2,
.path-item-level-2~.path-item {
    --path-item-bg: 0, 0, 77;
}

:root {
    --front: #a8c7d8;
    /* mặt trước (xanh nhạt) */
    --top: #73B0C5;
    /* mặt trên */
    --side: #73B0C5;
    /* mặt bên trái */
    --band: #007490;
    /* dải màu đậm */
    --thick: 25px;
    /* “độ dày” 3D */
    --band-height: 40px;

    /* “độ dày” 3D */
}

.bar3d {
    position: relative;
    width: 100%;
    height: 150px;
    background: var(--front);
    overflow: visible;
}


/* Mặt trên */
.bar3d::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: var(--thick);
    top: calc(-1 * var(--thick));
    background: var(--top);
    transform: skewX(45deg);
    transform-origin: bottom left;
}

/* Mặt bên trái */
.bar3d::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * var(--thick));
    width: var(--thick);
    height: 100%;
    background: var(--side);
    transform: skewY(45deg);
    transform-origin: top right;
}

/* Dải màu đậm gần đỉnh (như hình) */
.bar3d .band {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--band-height);
    background: var(--band);
}

/* Mặt bên trái của dải đậm */
.bar3d .band::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: calc(-1 * var(--thick));
    top: 0;
    width: var(--thick);
    height: var(--band-height);
    background: #0a6f86;
    transform: skewY(45deg);
    transform-origin: top right;
}

.bar3d .label {
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: #333;
    transform: translateX(-50%);
    font: 500 16px/1.2 system-ui;
}

.path-item:nth-child(1) {
    z-index: 15;
}

/* 6A40C2 */
.path-item:nth-child(2) {
    z-index: 10;
}

.path-item:nth-child(3) .bar3d::before,
.path-item:nth-child(3) .bar3d::after,
.path-item:nth-child(4) .bar3d::before,
.path-item:nth-child(4) .bar3d::after {
    background-color: #AEA2CF
}

.path-item:nth-child(3) .bar3d .band,
.path-item:nth-child(3) .bar3d .band::after,
.path-item:nth-child(4) .bar3d .band,
.path-item:nth-child(4) .bar3d .band::after {
    background-color: #6A40C2
}

.path-item:nth-child(2) .path-line-item-2 {
    border-left: 2px dashed #007490;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.path-item:nth-child(3) .path-line-item-2,
.path-item:nth-child(4) .path-line-item-2 {
    border-left: 2px dashed #6A40C2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.path-item:nth-child(3) .bar3d,
.path-item:nth-child(4) .bar3d {
    background-color: #D9CFE7
}

.path-item:nth-child(3) {
    z-index: 5;
}

.path-item:nth-child(4) {
    z-index: 0;
}

.path-item-text-1 {
    position: absolute;
    right: 0;
    top: -60px;
    left: -20px;
    padding: 0 0.25rem 1rem;
    font-size: 1.25em;
    color: #FA532F;
    line-height: 1.3;
    font-weight: bold;
}

@media (max-width: 1259.98px) {
    .path-item-text-1 {
        font-size: 1.125em;
    }
}

@media (max-width: 991.98px) {
    .path-item-text-1 {
        top: 0;
        bottom: 0;
        left: 100%;
        right: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 8.75rem;
        padding: 0.25rem 0 0.25rem 1rem;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .path-item-text-1 {
        width: 7.5em;
    }
}

.path-item-text-1 small,
.path-item-text-1 .small {
    font-size: 0.8em;
}

.path-item-number {
    display: block;
    font-size: 2em;
    line-height: 1;
}

.path-item-text-2 {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 6.25rem;
    margin-top: 0.25rem;
    padding: 1rem 0.25rem 0;
    border-left: 1px dashed #6B7F91;
    border-right: 1px dashed #6B7F91;
    color: black;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.125em;
}

@media (max-width: 991.98px) {
    .path-item-text-2 {
        top: 0;
        bottom: 0;
        right: 100%;
        left: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        width: 7.5rem;
        padding: 0.25rem 1rem 0.25rem 0;
        margin-top: 0;
        margin-right: 0.25rem;
        border: none;
        border-top: 1px dashed #6B7F91;
        border-bottom: 1px dashed #6B7F91;
        text-align: right;
    }
}

@media (max-width: 767.98px) {
    .path-item-text-2 {
        width: 7.1875em;
        margin-right: 0.125rem;
    }
}

.path-item-text-2:before,
.path-item-text-2:after {
    position: absolute;
    top: 100%;
    height: 0.375rem;
    width: 0.375rem;
    border-left: 1px solid #6B7F91;
    border-bottom: 1px solid #6B7F91;
}

@media (max-width: 991.98px) {

    .path-item-text-2:before,
    .path-item-text-2:after {
        top: 0;
        right: 100%;
    }
}

.path-item-text-2:before {
    content: '';
    left: 0;
    transform: translate(-55%, -50%) rotate(-45deg);
}

@media (max-width: 991.98px) {
    .path-item-text-2:before {
        left: auto;
        transform: translate(50%, -55%) rotate(45deg);
    }
}

.path-item:last-child .path-item-text-2:after {
    content: '';
    right: 0;
    transform: translate(55%, -50%) rotate(-45deg);
}

@media (max-width: 991.98px) {
    .path-item:last-child .path-item-text-2:after {
        right: auto;
        top: auto;
        bottom: 0;
        transform: translate(-50%, 55%) rotate(45deg);
    }
}

@media (max-width: 991.98px) {
    .path-master {
        margin-left: 2.25rem;
    }
}

.path-master .path-item:nth-child(1) {
    background-color: #1194D2;
}

.path-master .path-item:nth-child(2) {
    background-color: #5886C4;
}

.path-master .path-item:nth-child(3) {
    background-color: #049198;
}

.path-master .path-item:nth-child(4) {
    background-color: #4A6FB6;
}

.path-master .path-item:nth-child(5) {
    background-color: #5BA4C4;
}

.path-master .path-item:nth-child(6) {
    background-color: #EB608A;
}

.path-master .path-item:nth-child(7) {
    background-color: #AD9E81;
}

.path-master .path-item:nth-child(8) {
    background-color: #FAA332;
}

.path-master .path-item:nth-child(9) {
    background-color: #EF3735;
}

.path-master .path-item-text-1 {
    color: #EC2229;
}

.path-master .path-item-text-2 {
    height: 2.25rem;
}

@media (max-width: 991.98px) {
    .path-master .path-item-text-2 {
        height: auto;
        width: 2.25rem;
    }
}

/*----------------------------------------------------

/*----------------------------------------------------
 tabs
 ----------------------------------------------------*/
.tab-nav {
    margin-bottom: 1rem;
}

.tab-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 1px;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-width: 1px;
    border-top-width: 3px;
    border-bottom: none;
    color: #6c757d;
    font-size: 1rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-top-color: #dee2e6;
    color: #6c757d;
}

.nav-tabs .nav-link.active {
    border-top-color: #EC2229;
    color: #222;
}

.nav-lg .nav-link {
    padding: 0.6875rem 1.5rem;
    font-size: 1rem;
}

.nav-rounded .nav-link {
    border-radius: 0.5rem;
}

.nav-style-1 {
    justify-content: center;
    margin-top: -0.5rem;
}

.nav-style-1 .nav-item {
    margin-top: 0.5rem;
}

.nav-style-1 .nav-item:not(:last-child) {
    margin-right: 0.5rem;
}

.nav-style-1 .nav-link {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #E9E9E9;
}

.nav-style-1 .nav-link:hover,
.nav-style-1 .nav-link:focus {
    border: 1px solid #222;
    color: #222;
}

.nav-style-1 .nav-link.active {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.nav-style-1-primary .nav-link:hover,
.nav-style-1-primary .nav-link:focus {
    border: 1px solid #EC2229;
    color: #EC2229;
}

.nav-style-1-primary .nav-link.active {
    background-color: #EC2229;
    border-color: #EC2229;
    color: #fff;
}

.nav-style-1-info .nav-link:hover,
.nav-style-1-info .nav-link:focus {
    border: 1px solid #006CC2;
    color: #006CC2;
}

.nav-style-1-info .nav-link.active {
    background-color: #006CC2;
    border-color: #006CC2;
    color: #fff;
}

.nav-style-1-info-light .nav-link:hover,
.nav-style-1-info-light .nav-link:focus {
    border: 1px solid #CCE2F3;
    color: #006CC2;
}

.nav-style-1-info-light .nav-link.active {
    background-color: #CCE2F3;
    border-color: #CCE2F3;
    color: #006CC2;
    font-weight: bold;
}

.nav-style-2 {
    display: inline-flex;
    border-radius: 0.375rem;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 1260px) {
    .nav-style-2 {
        font-size: 1.125rem;
    }
}

.nav-style-2 .nav-link {
    padding: 0.5625rem 1.5rem;
    border-radius: 0.375rem;
}

.nav-style-2 .nav-link.active {
    background-color: #00004D;
    font-weight: bold;
}

.nav-style-3 {
    padding: 0.75rem 1rem;
    border: 1px solid #E9E9E9;
    border-radius: 0.1875rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.nav-style-3 .nav-item:not(:last-child) {
    margin-right: 0.75rem;
}

.nav-style-3 .nav-link {
    padding: 0.625rem 1.25rem;
    border-radius: 0.1875rem;
    font-weight: bold;
}

.nav-style-3-info .nav-link.active {
    background-color: #006CC2;
}

.nav-simple {
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.nav-simple .nav-item {
    margin-bottom: 0;
}

.nav-simple .nav-item:not(:last-child) {
    margin-right: 4rem;
}

.nav-simple .nav-link {
    position: relative;
    padding: 1rem 0;
    border: none;
    font-size: 0.875rem;
    color: rgba(34, 34, 34, 0.7);
}

.nav-simple .nav-link:hover,
.nav-simple .nav-link:focus {
    color: #222;
    border-bottom-color: #EC2229;
}

.nav-simple .nav-link.active {
    color: #222;
}

.nav-simple .nav-link.active:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background-color: currentColor;
}

@media (max-width: 991.98px) {
    .nav-responsive {
        position: relative;
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-responsive::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .nav-responsive {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
}

@media (max-width: 991.98px) {
    .nav-responsive .nav {
        flex-wrap: nowrap;
    }

    .nav-responsive .nav-link {
        white-space: nowrap;
    }
}

.nav-responsive-inner {
    flex-grow: 1;
}

@media (max-width: 575.98px) {
    .nav-responsive-inner {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.tab-path .nav {
    display: flex;
    flex-wrap: nowrap;
}

.tab-path .nav-item {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 11.25rem;
    text-align: center;
    font-weight: bold;
    color: #2D9299;
}

@media (min-width: 992px) {
    .tab-path .nav-item {
        flex: auto;
        height: 16.25rem;
        background: linear-gradient(90deg, rgba(45, 146, 153, 0) 5.92%, rgba(116, 198, 204, 0.2) 100%);
    }
}

@media (min-width: 992px) {
    .tab-path .nav-item:nth-child(1) {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .tab-path .nav-item:nth-child(2) {
        width: 60%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) -3.81%, rgba(85, 85, 181, 0.2) 100%);
    }
}

.tab-path .nav-item:nth-child(2) .nav-link.active {
    background-color: #00004D;
}

.tab-path .nav-item:nth-child(2) .nav-link.active:after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 53 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.713 35.8532C28.7115 38.4532 24.7905 38.4532 22.7889 35.8532L1.77092 8.54996C-0.760059 5.26212 1.58377 0.500002 5.73296 0.500001L47.769 0.499997C51.9182 0.499997 54.262 5.26212 51.731 8.54997L30.713 35.8532Z' fill='%2300004D'/%3e%3c/svg%3e");
}

.tab-path .nav-item:nth-child(2) .nav-link>span {
    color: #00004D;
}

.tab-path .nav-link {
    position: relative;
    font-size: 1rem;
    padding: 0.76923em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #C4C4C4;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .tab-path .nav-link {
        transition: none;
    }
}

@media (min-width: 576px) {
    .tab-path .nav-link {
        font-size: calc(1.275rem + 0.3vw);
    }
}

@media (min-width: 576px) and (min-width: 1200px) {
    .tab-path .nav-link {
        font-size: 1.5rem;
    }
}

@media (min-width: 1260px) {
    .tab-path .nav-link {
        font-size: calc(1.2875rem + 0.45vw);
    }
}

@media (min-width: 1260px) and (min-width: 1200px) {
    .tab-path .nav-link {
        font-size: 1.625rem;
    }
}

.tab-path .nav-link>span {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    margin-bottom: 1.5em;
    padding: 0 0.25rem;
    text-transform: none;
    font-size: 0.75rem;
    color: #2D9299;
    white-space: normal;
}

@media (min-width: 576px) {
    .tab-path .nav-link>span {
        font-size: 61.53846%;
    }
}

.tab-path .nav-link.active {
    position: relative;
    background-color: #2D9299;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
}

.tab-path .nav-link.active:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 1.5rem;
    font-size: calc(1.45625rem + 2.475vw);
    width: 1em;
    height: 0.71698em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 53 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.713 35.8532C28.7115 38.4532 24.7905 38.4532 22.7889 35.8532L1.77092 8.54996C-0.760059 5.26212 1.58377 0.500002 5.73296 0.500001L47.769 0.499997C51.9182 0.499997 54.262 5.26212 51.731 8.54997L30.713 35.8532Z' fill='%232D9299'/%3e%3c/svg%3e");
    background-size: 100%;
}

@media (min-width: 1200px) {
    .tab-path .nav-link.active:after {
        font-size: 3.3125rem;
    }
}

.tab-path .tab-content {
    padding-top: 4.5rem;
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .tab-path .tab-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 1260px) {
    .tab-path .tab-content {
        padding-left: 7.1875rem;
        padding-right: 7.1875rem;
    }
}

.tab-cell {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
}

@media (min-width: 992px) {
    .tab-cell-has-icon {
        position: relative;
        margin-left: 3.75rem;
    }
}

.tab-cell-icon {
    margin-right: 1rem;
}

@media (min-width: 992px) {
    .tab-cell-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 100%;
        width: 3.75rem;
        margin-right: 0;
        text-align: left;
    }
}

.tab-cell-h {
    justify-content: center;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
}

.tab-bg-1 {
    background-color: #005E90;
}

.tab-text-1 {
    color: #005E90;
}

.tab-bg-2 {
    background-color: #EFF9FE;
}

.tab-bg-3 {
    background-color: #A6DAFF;
}

.tab-bg-4 {
    background-color: #D4EFFC;
}

.tab-table {
    border-color: #005E90;
}

@media (min-width: 992px) {

    .tab-table th,
    .tab-table td {
        padding: 0.5rem 1rem;
    }
}

.tab-table thead tr {
    background-color: #005E90;
    color: #fff;
}

.tab-table thead th {
    border-color: #D4EFFC;
    text-transform: uppercase;
}

.tab-table thead th:first-child {
    border-left-color: #005E90;
}

.tab-table thead th:last-child {
    border-right-color: #005E90;
}

.tab-table tbody tr {
    border-top-width: 0;
    border-bottom-width: 0;
    background-color: #EFF9FE;
}

.tab-table tbody tr:last-child {
    border-bottom-width: 1px;
}

.tab-table tbody tr:nth-child(odd) {
    background-color: #D4EFFC;
}

.tab-path-master {
    margin-top: 3.25rem;
}

.tab-path-master .nav {
    margin-bottom: calc(1.6em + 1.5rem);
    background-color: #F4F8FC;
    font-size: 1rem;
}

@media (min-width: 1260px) {
    .tab-path-master .nav {
        font-size: 1.25rem;
        margin-bottom: calc(1.6em + 3rem);
    }
}

.tab-path-master .nav-item {
    flex: 1 0 0;
}

.tab-path-master .nav-item:not(:first-child) {
    margin-left: -1px;
}

.tab-path-master .nav-item:not(:first-child) .nav-link {
    position: relative;
}

.tab-path-master .nav-item:not(:first-child) .nav-link:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 50%;
    width: 1px;
    background-color: #A6D9FF;
}

.tab-path-master .nav-link {
    position: relative;
    flex-direction: column;
    height: 3em;
    font-weight: bold;
    text-align: center;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.tab-path-master .nav-link a {
    list-style: none;
}

@media (prefers-reduced-motion: reduce) {
    .tab-path-master .nav-link {
        transition: none;
    }
}

@media (min-width: 992px) {
    .tab-path-master .nav-link {
        padding: 0.8em 0.4em;
        white-space: normal;
    }
}

.tab-path-master .nav-link>small {
    display: block;
    font-size: 80%;
    font-weight: normal;
    text-transform: none;
}

.tab-path-master .nav-link.active {
    position: relative;
    z-index: 1;
    background-color: #B80000;
    color: #fff;
}

.tab-path-master .nav-link.active:before {
    display: none;
}

.tab-path-master .nav-link.active:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 0.22222em;
    font-size: 1.8em;
    width: 1em;
    height: 0.71698em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 53 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M30.713 35.8532C28.7115 38.4532 24.7905 38.4532 22.7889 35.8532L1.77092 8.54996C-0.760059 5.26212 1.58377 0.500002 5.73296 0.500001L47.769 0.499997C51.9182 0.499997 54.262 5.26212 51.731 8.54997L30.713 35.8532Z' fill='%23B80000'/%3e%3c/svg%3e");
    background-size: 100%;
}

.tab-path-master .tab-content {
    font-size: 1.125rem;
}

@media (min-width: 992px) {
    .tab-path-master .tab-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 1260px) {
    .tab-path-master .tab-content {
        padding-left: 7.1875rem;
        padding-right: 7.1875rem;
    }
}

/*----------------------------------------------------
 modal
 ----------------------------------------------------*/
.modal .btn-close {
    position: absolute;
    top: 0;
    left: 100%;
    height: 2.5em;
    width: 2.5em;
    margin: 0 0 0 0.5rem;
    box-sizing: border-box;
    border-radius: 0.75em;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .modal .btn-close {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .modal .btn-close {
        left: auto;
        right: 0.5rem;
        top: 0.5rem;
        background-color: transparent;
    }
}

.modal .btn-close:hover,
.modal .btn-close:focus {
    background-color: rgba(255, 255, 255, 0.9);
}

.modal .btn-back {
    display: flex;
    align-items: center;
    align-self: start;
    color: rgba(34, 34, 34, 0.7);
    font-size: 0.875rem;
}

.modal .btn-back:hover,
.modal .btn-back:focus {
    color: #EC2229;
}

.modal .btn-back:hover .btn-light,
.modal .btn-back:focus .btn-light {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

@media (min-width: 576px) {
    .modal-dialog {
        box-sizing: content-box;
        padding-left: 3.375rem;
        padding-right: 3.375rem;
    }
}

.modal-content {
    padding: 2.5rem 1.5rem;
    background-color: #fff;
    border: none;
}

@media (min-width: 576px) {
    .modal-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (min-width: 576px) {
    .modal-lg {
        max-width: 830px;
    }

    .modal-xl {
        max-width: 1140px;
    }
}

.modal-form .form-1 {
    padding: 0;
    background-color: transparent;
    border: none;
}

.modal-map .modal-dialog {
    max-width: 56.875rem;
}

.modal-map .modal-content {
    padding: 0;
}

.modal-map .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal-map .map-container {
    padding: 1rem;
    background-color: #fff;
}

@media (max-width: 575.98px) {
    .modal-map .map-container {
        padding: 0.5rem;
    }
}

.modal-preview .modal-dialog {
    max-width: 96.25rem;
}

.modal-preview .modal-content {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal-preview .modal-body {
    padding: 0;
    margin-bottom: 2.5rem;
    background-color: #fff;
}

.modal-preview .modal-title {
    max-width: 33.75rem;
    margin: 0 auto;
    color: #fff;
}

.modal-guide .modal-content {
    max-height: 40.375rem;
}

@media (max-width: 575.98px) {
    .modal-guide .modal-content {
        max-height: calc(100vh - 100px);
    }
}

@media (orientation: landscape) and (max-width: 992px) {
    .modal-guide .modal-content {
        max-height: none;
    }
}

.modal-guide .modal-body {
    padding: 0 1.5rem 0 0;
    margin-bottom: 1rem;
}

.modal-guide .perfect-scrollbar {
    max-height: none;
}

/*----------------------------------------------------
 buttons
 ----------------------------------------------------*/
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-block {
    display: flex;
}

.btn .iconsvg-download-2 {
    margin-top: -0.125rem;
}

.btn-width-1 {
    min-width: 9.375rem;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.btn-xl {
    padding: 0.9375rem 1.875rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}

.btn-gray {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}

.btn-gray:hover {
    color: #fff;
    background-color: #565656;
    border-color: #515151;
}

.btn-check:focus+.btn-gray,
.btn-gray:focus {
    color: #fff;
    background-color: #565656;
    border-color: #515151;
    box-shadow: 0 0 0 0 rgba(124, 124, 124, 0.5);
}

.btn-check:checked+.btn-gray,
.btn-check:active+.btn-gray,
.btn-gray:active,
.btn-gray.active,
.show>.btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #515151;
    border-color: #4c4c4c;
}

.btn-check:checked+.btn-gray:focus,
.btn-check:active+.btn-gray:focus,
.btn-gray:active:focus,
.btn-gray.active:focus,
.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(124, 124, 124, 0.5);
}

.btn-gray:disabled,
.btn-gray.disabled {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}

.btn-outline-gray {
    color: #656565;
    border-color: #656565;
}

.btn-outline-gray:hover {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}

.btn-check:focus+.btn-outline-gray,
.btn-outline-gray:focus {
    box-shadow: 0 0 0 0 rgba(101, 101, 101, 0.5);
}

.btn-check:checked+.btn-outline-gray,
.btn-check:active+.btn-outline-gray,
.btn-outline-gray:active,
.btn-outline-gray.active,
.btn-outline-gray.dropdown-toggle.show {
    color: #fff;
    background-color: #656565;
    border-color: #656565;
}

.btn-check:checked+.btn-outline-gray:focus,
.btn-check:active+.btn-outline-gray:focus,
.btn-outline-gray:active:focus,
.btn-outline-gray.active:focus,
.btn-outline-gray.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(101, 101, 101, 0.5);
}

.btn-outline-gray:disabled,
.btn-outline-gray.disabled {
    color: #656565;
    background-color: transparent;
}

.btn-gray-2 {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-gray-2:hover {
    color: #000;
    background-color: #e3e6ea;
    border-color: #e1e5e9;
}

.btn-check:focus+.btn-gray-2,
.btn-gray-2:focus {
    color: #000;
    background-color: #e3e6ea;
    border-color: #e1e5e9;
    box-shadow: 0 0 0 0 rgba(189, 192, 196, 0.5);
}

.btn-check:checked+.btn-gray-2,
.btn-check:active+.btn-gray-2,
.btn-gray-2:active,
.btn-gray-2.active,
.show>.btn-gray-2.dropdown-toggle {
    color: #000;
    background-color: #e5e8eb;
    border-color: #e1e5e9;
}

.btn-check:checked+.btn-gray-2:focus,
.btn-check:active+.btn-gray-2:focus,
.btn-gray-2:active:focus,
.btn-gray-2.active:focus,
.show>.btn-gray-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(189, 192, 196, 0.5);
}

.btn-gray-2:disabled,
.btn-gray-2.disabled {
    color: #000;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-gray-3 {
    color: #919191;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
}

.btn-gray-3:hover {
    color: #fff;
    background-color: #EC2229;
    border-color: #EC2229;
}

.btn-check:focus+.btn-gray-3,
.btn-gray-3:focus {
    color: #fff;
    background-color: #EC2229;
    border-color: #EC2229;
    box-shadow: 0 0 0 0 rgba(227, 227, 227, 0.5);
}

.btn-check:checked+.btn-gray-3,
.btn-check:active+.btn-gray-3,
.btn-gray-3:active,
.btn-gray-3.active,
.show>.btn-gray-3.dropdown-toggle {
    color: #fff;
    background-color: #EC2229;
    border-color: #EC2229;
}

.btn-check:checked+.btn-gray-3:focus,
.btn-check:active+.btn-gray-3:focus,
.btn-gray-3:active:focus,
.btn-gray-3.active:focus,
.show>.btn-gray-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(227, 227, 227, 0.5);
}

.btn-gray-3:disabled,
.btn-gray-3.disabled {
    color: #000;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
}

.btn-outline-gray-2 {
    color: #D5D5D5;
    border-color: #D5D5D5;
    color: rgba(34, 34, 34, 0.7);
}

.btn-outline-gray-2:hover {
    color: #000;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
}

.btn-check:focus+.btn-outline-gray-2,
.btn-outline-gray-2:focus {
    box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}

.btn-check:checked+.btn-outline-gray-2,
.btn-check:active+.btn-outline-gray-2,
.btn-outline-gray-2:active,
.btn-outline-gray-2.active,
.btn-outline-gray-2.dropdown-toggle.show {
    color: #000;
    background-color: #D5D5D5;
    border-color: #D5D5D5;
}

.btn-check:checked+.btn-outline-gray-2:focus,
.btn-check:active+.btn-outline-gray-2:focus,
.btn-outline-gray-2:active:focus,
.btn-outline-gray-2.active:focus,
.btn-outline-gray-2.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}

.btn-outline-gray-2:disabled,
.btn-outline-gray-2.disabled {
    color: #D5D5D5;
    background-color: transparent;
}

.btn-outline-gray-3 {
    color: #E5E5E5;
    border-color: #E5E5E5;
    color: #919191 !important;
}

.btn-outline-gray-3:hover {
    color: #000;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}

.btn-check:focus+.btn-outline-gray-3,
.btn-outline-gray-3:focus {
    box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
}

.btn-check:checked+.btn-outline-gray-3,
.btn-check:active+.btn-outline-gray-3,
.btn-outline-gray-3:active,
.btn-outline-gray-3.active,
.btn-outline-gray-3.dropdown-toggle.show {
    color: #000;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}

.btn-check:checked+.btn-outline-gray-3:focus,
.btn-check:active+.btn-outline-gray-3:focus,
.btn-outline-gray-3:active:focus,
.btn-outline-gray-3.active:focus,
.btn-outline-gray-3.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(229, 229, 229, 0.5);
}

.btn-outline-gray-3:disabled,
.btn-outline-gray-3.disabled {
    color: #E5E5E5;
    background-color: transparent;
}

.btn-form {
    color: #222;
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.1);
}

.btn-form:hover {
    color: #000;
    background-color: #f69194;
    border-color: #f69194;
}

.btn-check:focus+.btn-form,
.btn-form:focus {
    color: #000;
    background-color: #f69194;
    border-color: #f69194;
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}

.btn-check:checked+.btn-form,
.btn-check:active+.btn-form,
.btn-form:active,
.btn-form.active,
.show>.btn-form.dropdown-toggle {
    color: #fff;
    background-color: #f26266;
    border-color: #f26266;
}

.btn-check:checked+.btn-form:focus,
.btn-check:active+.btn-form:focus,
.btn-form:active:focus,
.btn-form.active:focus,
.show>.btn-form.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}

.btn-form:disabled,
.btn-form.disabled {
    color: #000;
    background-color: #fff;
    border-color: rgba(34, 34, 34, 0.1);
}

.btn-primary-light {
    color: #000;
    background-color: #FFEAED;
    border-color: #FFEAED;
}

.btn-primary-light:hover {
    color: #000;
    background-color: #ffedf0;
    border-color: #ffecef;
}

.btn-check:focus+.btn-primary-light,
.btn-primary-light:focus {
    color: #000;
    background-color: #ffedf0;
    border-color: #ffecef;
    box-shadow: 0 0 0 0 rgba(217, 199, 201, 0.5);
}

.btn-check:checked+.btn-primary-light,
.btn-check:active+.btn-primary-light,
.btn-primary-light:active,
.btn-primary-light.active,
.show>.btn-primary-light.dropdown-toggle {
    color: #000;
    background-color: #ffeef1;
    border-color: #ffecef;
}

.btn-check:checked+.btn-primary-light:focus,
.btn-check:active+.btn-primary-light:focus,
.btn-primary-light:active:focus,
.btn-primary-light.active:focus,
.show>.btn-primary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(217, 199, 201, 0.5);
}

.btn-primary-light:disabled,
.btn-primary-light.disabled {
    color: #000;
    background-color: #FFEAED;
    border-color: #FFEAED;
}

.btn-primary-dark {
    color: #fff;
    background-color: #B80000;
    border-color: #B80000;
}

.btn-primary-dark:hover {
    color: #fff;
    background-color: #9c0000;
    border-color: #930000;
}

.btn-check:focus+.btn-primary-dark,
.btn-primary-dark:focus {
    color: #fff;
    background-color: #9c0000;
    border-color: #930000;
    box-shadow: 0 0 0 0 rgba(195, 38, 38, 0.5);
}

.btn-check:checked+.btn-primary-dark,
.btn-check:active+.btn-primary-dark,
.btn-primary-dark:active,
.btn-primary-dark.active,
.show>.btn-primary-dark.dropdown-toggle {
    color: #fff;
    background-color: #930000;
    border-color: #8a0000;
}

.btn-check:checked+.btn-primary-dark:focus,
.btn-check:active+.btn-primary-dark:focus,
.btn-primary-dark:active:focus,
.btn-primary-dark.active:focus,
.show>.btn-primary-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(195, 38, 38, 0.5);
}

.btn-primary-dark:disabled,
.btn-primary-dark.disabled {
    color: #fff;
    background-color: #B80000;
    border-color: #B80000;
}

.btn-outline-primary-dark {
    color: #B80000;
    border-color: #B80000;
}

.btn-outline-primary-dark:hover {
    color: #fff;
    background-color: #B80000;
    border-color: #B80000;
}

.btn-check:focus+.btn-outline-primary-dark,
.btn-outline-primary-dark:focus {
    box-shadow: 0 0 0 0 rgba(184, 0, 0, 0.5);
}

.btn-check:checked+.btn-outline-primary-dark,
.btn-check:active+.btn-outline-primary-dark,
.btn-outline-primary-dark:active,
.btn-outline-primary-dark.active,
.btn-outline-primary-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #B80000;
    border-color: #B80000;
}

.btn-check:checked+.btn-outline-primary-dark:focus,
.btn-check:active+.btn-outline-primary-dark:focus,
.btn-outline-primary-dark:active:focus,
.btn-outline-primary-dark.active:focus,
.btn-outline-primary-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(184, 0, 0, 0.5);
}

.btn-outline-primary-dark:disabled,
.btn-outline-primary-dark.disabled {
    color: #B80000;
    background-color: transparent;
}

.btn-secondary-light {
    color: #000;
    background-color: #E1F1F2;
    border-color: #E1F1F2;
}

.btn-secondary-light:hover {
    color: #000;
    background-color: #e6f3f4;
    border-color: #e4f2f3;
}

.btn-check:focus+.btn-secondary-light,
.btn-secondary-light:focus {
    color: #000;
    background-color: #e6f3f4;
    border-color: #e4f2f3;
    box-shadow: 0 0 0 0 rgba(191, 205, 206, 0.5);
}

.btn-check:checked+.btn-secondary-light,
.btn-check:active+.btn-secondary-light,
.btn-secondary-light:active,
.btn-secondary-light.active,
.show>.btn-secondary-light.dropdown-toggle {
    color: #000;
    background-color: #e7f4f5;
    border-color: #e4f2f3;
}

.btn-check:checked+.btn-secondary-light:focus,
.btn-check:active+.btn-secondary-light:focus,
.btn-secondary-light:active:focus,
.btn-secondary-light.active:focus,
.show>.btn-secondary-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(191, 205, 206, 0.5);
}

.btn-secondary-light:disabled,
.btn-secondary-light.disabled {
    color: #000;
    background-color: #E1F1F2;
    border-color: #E1F1F2;
}

.btn-play,
.btn-play:hover,
.btn-play:focus {
    color: #fff;
}

.btn-play-square {
    height: 4rem;
    width: 4rem;
    padding: 0;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-play-square,
.btn-play-square:hover,
.btn-play-square:focus {
    color: #fff;
}

.btn-play-square [class*='iconsvg'] {
    margin-left: 0.125rem;
}

.btn-tertiary {
    color: #fff;
    background-color: #00004D;
    border-color: #00004D;
}

.btn-tertiary:hover {
    color: #fff;
    background-color: #000041;
    border-color: #00003e;
}

.btn-check:focus+.btn-tertiary,
.btn-tertiary:focus {
    color: #fff;
    background-color: #000041;
    border-color: #00003e;
    box-shadow: 0 0 0 0 rgba(38, 38, 104, 0.5);
}

.btn-check:checked+.btn-tertiary,
.btn-check:active+.btn-tertiary,
.btn-tertiary:active,
.btn-tertiary.active,
.show>.btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #00003e;
    border-color: #00003a;
}

.btn-check:checked+.btn-tertiary:focus,
.btn-check:active+.btn-tertiary:focus,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 38, 104, 0.5);
}

.btn-tertiary:disabled,
.btn-tertiary.disabled {
    color: #fff;
    background-color: #00004D;
    border-color: #00004D;
}

.btn-outline-tertiary {
    color: #00004D;
    border-color: #00004D;
}

.btn-outline-tertiary:hover {
    color: #fff;
    background-color: #00004D;
    border-color: #00004D;
}

.btn-check:focus+.btn-outline-tertiary,
.btn-outline-tertiary:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 77, 0.5);
}

.btn-check:checked+.btn-outline-tertiary,
.btn-check:active+.btn-outline-tertiary,
.btn-outline-tertiary:active,
.btn-outline-tertiary.active,
.btn-outline-tertiary.dropdown-toggle.show {
    color: #fff;
    background-color: #00004D;
    border-color: #00004D;
}

.btn-check:checked+.btn-outline-tertiary:focus,
.btn-check:active+.btn-outline-tertiary:focus,
.btn-outline-tertiary:active:focus,
.btn-outline-tertiary.active:focus,
.btn-outline-tertiary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 77, 0.5);
}

.btn-outline-tertiary:disabled,
.btn-outline-tertiary.disabled {
    color: #00004D;
    background-color: transparent;
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    color: #000;
    background-color: white;
    border-color: white;
}

.btn-check:focus+.btn-white,
.btn-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}

.btn-check:checked+.btn-white,
.btn-check:active+.btn-white,
.btn-white:active,
.btn-white.active,
.show>.btn-white.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: white;
}

.btn-check:checked+.btn-white:focus,
.btn-check:active+.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}

.btn-white:disabled,
.btn-white.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-ouline-blue {
    color: #0084FF;
    border-color: #0084FF;
}

.btn-ouline-blue:hover {
    color: #fff;
    background-color: #0084FF;
    border-color: #0084FF;
}

.btn-check:focus+.btn-ouline-blue,
.btn-ouline-blue:focus {
    box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.5);
}

.btn-check:checked+.btn-ouline-blue,
.btn-check:active+.btn-ouline-blue,
.btn-ouline-blue:active,
.btn-ouline-blue.active,
.btn-ouline-blue.dropdown-toggle.show {
    color: #fff;
    background-color: #0084FF;
    border-color: #0084FF;
}

.btn-check:checked+.btn-ouline-blue:focus,
.btn-check:active+.btn-ouline-blue:focus,
.btn-ouline-blue:active:focus,
.btn-ouline-blue.active:focus,
.btn-ouline-blue.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.5);
}

.btn-ouline-blue:disabled,
.btn-ouline-blue.disabled {
    color: #0084FF;
    background-color: transparent;
}

.btn-messenger {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-messenger:hover {
    color: #fff;
    background-color: #1c80cf;
    border-color: #1a78c2;
}

.btn-check:focus+.btn-messenger,
.btn-messenger:focus {
    color: #fff;
    background-color: #1c80cf;
    border-color: #1a78c2;
    box-shadow: 0 0 0 0 rgba(66, 166, 245, 0.5);
}

.btn-check:checked+.btn-messenger,
.btn-check:active+.btn-messenger,
.btn-messenger:active,
.btn-messenger.active,
.show>.btn-messenger.dropdown-toggle {
    color: #fff;
    background-color: #1a78c2;
    border-color: #1971b6;
}

.btn-check:checked+.btn-messenger:focus,
.btn-check:active+.btn-messenger:focus,
.btn-messenger:active:focus,
.btn-messenger.active:focus,
.show>.btn-messenger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(66, 166, 245, 0.5);
}

.btn-messenger:disabled,
.btn-messenger.disabled {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-login-light {
    color: #000;
    background-color: #F4F8FC;
    border-color: #F4F8FC;
}

.btn-login-light:hover {
    color: #000;
    background-color: #f6f9fc;
    border-color: #f5f9fc;
}

.btn-check:focus+.btn-login-light,
.btn-login-light:focus {
    color: #000;
    background-color: #f6f9fc;
    border-color: #f5f9fc;
    box-shadow: 0 0 0 0 rgba(207, 211, 214, 0.5);
}

.btn-check:checked+.btn-login-light,
.btn-check:active+.btn-login-light,
.btn-login-light:active,
.btn-login-light.active,
.show>.btn-login-light.dropdown-toggle {
    color: #000;
    background-color: #f6f9fd;
    border-color: #f5f9fc;
}

.btn-check:checked+.btn-login-light:focus,
.btn-check:active+.btn-login-light:focus,
.btn-login-light:active:focus,
.btn-login-light.active:focus,
.show>.btn-login-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(207, 211, 214, 0.5);
}

.btn-login-light:disabled,
.btn-login-light.disabled {
    color: #000;
    background-color: #F4F8FC;
    border-color: #F4F8FC;
}

.btn-nd {
    padding: 0.5rem;
    height: 58px;
    width: 58px;
}

.btn-light-tertiary {
    color: #000;
    background-color: #F6F6F6;
    border-color: #F6F6F6;
}

.btn-light-tertiary:hover {
    color: #fff;
    background-color: #00004D;
    border-color: #00004D;
}

.btn-check:focus+.btn-light-tertiary,
.btn-light-tertiary:focus {
    color: #fff;
    background-color: #00004D;
    border-color: #00004D;
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}

.btn-check:checked+.btn-light-tertiary,
.btn-check:active+.btn-light-tertiary,
.btn-light-tertiary:active,
.btn-light-tertiary.active,
.show>.btn-light-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #00004D;
    border-color: #00004D;
}

.btn-check:checked+.btn-light-tertiary:focus,
.btn-check:active+.btn-light-tertiary:focus,
.btn-light-tertiary:active:focus,
.btn-light-tertiary.active:focus,
.show>.btn-light-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}

.btn-light-tertiary:disabled,
.btn-light-tertiary.disabled {
    color: #000;
    background-color: #F6F6F6;
    border-color: #F6F6F6;
}

.btn-yellow {
    color: #000;
    background-color: #FDF100;
    border-color: #FDF100;
}

.btn-yellow:hover {
    color: #000;
    background-color: #fdf326;
    border-color: #fdf21a;
}

.btn-check:focus+.btn-yellow,
.btn-yellow:focus {
    color: #000;
    background-color: #fdf326;
    border-color: #fdf21a;
    box-shadow: 0 0 0 0 rgba(215, 205, 0, 0.5);
}

.btn-check:checked+.btn-yellow,
.btn-check:active+.btn-yellow,
.btn-yellow:active,
.btn-yellow.active,
.show>.btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #fdf433;
    border-color: #fdf21a;
}

.btn-check:checked+.btn-yellow:focus,
.btn-check:active+.btn-yellow:focus,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(215, 205, 0, 0.5);
}

.btn-yellow:disabled,
.btn-yellow.disabled {
    color: #000;
    background-color: #FDF100;
    border-color: #FDF100;
}

.btn-info-light {
    color: #000;
    background-color: #CCE2F3;
    border-color: #CCE2F3;
}

.btn-info-light:hover {
    color: #000;
    background-color: #d4e6f5;
    border-color: #d1e5f4;
}

.btn-check:focus+.btn-info-light,
.btn-info-light:focus {
    color: #000;
    background-color: #d4e6f5;
    border-color: #d1e5f4;
    box-shadow: 0 0 0 0 rgba(173, 192, 207, 0.5);
}

.btn-check:checked+.btn-info-light,
.btn-check:active+.btn-info-light,
.btn-info-light:active,
.btn-info-light.active,
.show>.btn-info-light.dropdown-toggle {
    color: #000;
    background-color: #d6e8f5;
    border-color: #d1e5f4;
}

.btn-check:checked+.btn-info-light:focus,
.btn-check:active+.btn-info-light:focus,
.btn-info-light:active:focus,
.btn-info-light.active:focus,
.show>.btn-info-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(173, 192, 207, 0.5);
}

.btn-info-light:disabled,
.btn-info-light.disabled {
    color: #000;
    background-color: #CCE2F3;
    border-color: #CCE2F3;
}

.btn-hover-primary:focus-visible,
.btn-hover-primary:hover {
    background-color: #EC2229;
    color: #fff !important;
}

.btn-square {
    height: calc(1.5em + (0.875rem + 2px));
    width: calc(1.5em + (0.875rem + 2px));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
}

.btn-square.btn-sm {
    height: calc(1.5em + (0.5rem + 2px));
    width: calc(1.5em + (0.5rem + 2px));
}

.btn-square.btn-lg {
    height: calc(1.5em + (1.375rem + 2px));
    width: calc(1.5em + (1.375rem + 2px));
}

/*----------------------------------------------------
 dividers
 ----------------------------------------------------*/
.divider {
    height: 1px;
    margin: 1.5rem auto;
    background-color: #E9E9E9;
    opacity: 1;
}

.divider-style-1 {
    width: 10.9375rem;
    opacity: 1;
    background-color: currentColor;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}



/*----------------------------------------------------
 modal
 ----------------------------------------------------*/
.modal .btn-close {
    position: absolute;
    top: 0;
    left: 100%;
    height: 2.5em;
    width: 2.5em;
    margin: 0 0 0 0.5rem;
    box-sizing: border-box;
    border-radius: 0.75em;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .modal .btn-close {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .modal .btn-close {
        left: auto;
        right: 0.5rem;
        top: 0.5rem;
        background-color: transparent;
    }
}

.modal .btn-close:hover,
.modal .btn-close:focus {
    background-color: rgba(255, 255, 255, 0.9);
}

.modal .btn-back {
    display: flex;
    align-items: center;
    align-self: start;
    color: rgba(34, 34, 34, 0.7);
    font-size: 0.875rem;
}

.modal .btn-back:hover,
.modal .btn-back:focus {
    color: #EC2229;
}

.modal .btn-back:hover .btn-light,
.modal .btn-back:focus .btn-light {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

@media (min-width: 576px) {
    .modal-dialog {
        box-sizing: content-box;
        padding-left: 3.375rem;
        padding-right: 3.375rem;
    }
}

.modal-content {
    padding: 2.5rem 1.5rem;
    background-color: #fff;
    border: none;
}

@media (min-width: 576px) {
    .modal-content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (min-width: 576px) {
    .modal-lg {
        max-width: 830px;
    }

    .modal-xl {
        max-width: 1140px;
    }
}

.modal-form .form-1 {
    padding: 0;
    background-color: transparent;
    border: none;
}

.modal-map .modal-dialog {
    max-width: 56.875rem;
}

.modal-map .modal-content {
    padding: 0;
}

.modal-map .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal-map .map-container {
    padding: 1rem;
    background-color: #fff;
}

@media (max-width: 575.98px) {
    .modal-map .map-container {
        padding: 0.5rem;
    }
}

.modal-preview .modal-dialog {
    max-width: 96.25rem;
}

.modal-preview .modal-content {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal-preview .modal-body {
    padding: 0;
    margin-bottom: 2.5rem;
    background-color: #fff;
}

.modal-preview .modal-title {
    max-width: 33.75rem;
    margin: 0 auto;
    color: #fff;
}

.modal-guide .modal-content {
    max-height: 40.375rem;
}

@media (max-width: 575.98px) {
    .modal-guide .modal-content {
        max-height: calc(100vh - 100px);
    }
}

@media (orientation: landscape) and (max-width: 992px) {
    .modal-guide .modal-content {
        max-height: none;
    }
}

.modal-guide .modal-body {
    padding: 0 1.5rem 0 0;
    margin-bottom: 1rem;
}

.modal-guide .perfect-scrollbar {
    max-height: none;
}

.bg-giaotrinh {
    background-image: url('/assets/images/training-method/curriculum-bg-2.png');
}

.banner-form-tham-van {
    background-image: url('/assets/images/khoahoc/banner_form.png');
}

.bg_giai_phap_dao_tao {
    background-image: url('/assets/images/khoahoc/bg-giai-phap.png');
}

.title-with-line {
    position: relative;
    display: inline-block;
    /* hoặc block nếu muốn chiếm width */
    padding-bottom: 0.5em;
    /* khoảng cách từ chữ tới đường */
}

.title-with-line::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    /* sát đáy phần text */
    width: 50%;
    /* độ dài đường – có thể điều chỉnh */
    height: 4px;
    /* độ dày đường */
    background: linear-gradient(to left, #457EC0, #CBE7FB);
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(1) {
    height: 100px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(2) {
    height: 150px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(3) {
    height: 200px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(4) {
    height: 250px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(5) {
    height: 300px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(6) {
    height: 350px;
}

.khoa-hoc-4-ky-nang.path-master .bar3d::before {
    height: 25px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(1) .bar3d {
    height: 100px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(2) .bar3d {
    height: 150px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(3) .bar3d {
    height: 200px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(4) .bar3d {
    height: 250px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(5) .bar3d {
    height: 300px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(6) .bar3d {
    height: 350px;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(6) {
    z-index: 0;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(5) {
    z-index: 2;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(4) {
    z-index: 4;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(3) {
    z-index: 6;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(2) {
    z-index: 8;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(1) {
    z-index: 10;
}

.khoa-hoc-4-ky-nang.path-master .bar3d .band::after {}

.khoa-hoc-4-ky-nang.path-master .bar3d .band,
.khoa-hoc-4-ky-nang.path-master .bar3d .band::after {
    height: 30px;
}

.khoa-hoc-4-ky-nang.path-master .path-item-text-1 {
    top: -80px;
    position: absolute;

}

.path-master .small {
    font-size: 12px;
}


.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(1) .bar3d,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(2) .bar3d {
    background-color: #D3EAD6;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(1) .bar3d::before,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(1) .bar3d::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(2) .bar3d::before,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(2) .bar3d::after {
    background-color: #8BB097
}



.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(1) .bar3d .band,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(1) .bar3d .band::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(2) .bar3d .band,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(2) .bar3d .band::after {
    background-color: #4A7C42
}



.khoa-hoc-4-ky-nang.path-master .bar3d::before .khoa-hoc-4-ky-nang.path-master .path-item:nth-child(3) .bar3d::before,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(4) .bar3d::before,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(5) .bar3d::before,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(6) .bar3d::before {
    background-color: #FCC084;
}

.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(3) .bar3d::before,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(3) .bar3d::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(4) .bar3d::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(4) .bar3d::before,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(5) .bar3d::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(5) .bar3d::before,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(6) .bar3d::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(6) .bar3d::before {
    background-color: #FF7244
}



.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(3) .bar3d .band,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(3) .bar3d .band::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(4) .bar3d .band,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(4) .bar3d .band::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(5) .bar3d .band,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(5) .bar3d .band::after,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(6) .bar3d .band,
.khoa-hoc-4-ky-nang.path-master .path-item:nth-child(6) .bar3d .band::after {
    background-color: #FF7244
}

.bg_but_pha_1 {
    background-image: url('/assets/images/khoahoc/bg_but_pha_1.png');
}

.bg_but_pha_2 {
    background-image: url('/assets/images/khoahoc/bg_but_pha_2.png');
}

.bg_but_pha_3 {
    background-image: url('/assets/images/khoahoc/bg_but_pha_3.png');
}

.banner-khoa-hoc-4-ky-nang {
    background-image: url('/assets/images/khoahoc/bg_banner_khoa_hoc_4_ky_nang.png');
}

.bg-social {
    background-image: url('/assets/images/lich_khai_giang/bg-social.png');
}

.bg-banner-khoa-hoc-video {
    background-image: url('/assets/images/khoahoc/bg-banner-khoa-hoc-video.png');
}

.bg-banner-test {
    background-image: url('/assets/images/khoahoc/test-banner.jpg');
}

.title-featured {
    position: relative;
    padding-left: 10px;
    font-weight: 700;
    font-size: 1.125rem;
}

.title-featured::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    width: 3px;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient(180deg, #F79521 0%, #C20626 100%);
}
