﻿@font-face {
    font-family: 'Barlow-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Regular.ttf');
}

@font-face {
    font-family: 'Barlow-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Bold.ttf');
}

@font-face {
    font-family: 'Barlow-Medium';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Medium.ttf');
}

@font-face {
    font-family: 'Barlow-Black';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Black.ttf');
}

@font-face {
    font-family: 'Barlow-SemiBold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-SemiBold.ttf');
}

@font-face {
    font-family: 'Barlow-Italic';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Barlow/Barlow-Italic.ttf');
}
.header-pages {
    /*background: linear-gradient(to right,#ffe5f4, #ffe5e5, #ffe5f4);*/
}
.breadcrumb-page {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #fff;
}
    .breadcrumb-page h5 {
        font-family: "Barlow-Bold";
        font-size: 35px;
    }
.content {
    background-color: #f0f3f8;
    padding-top: 3em;
    padding-bottom: 5em;
}
.title-page h4 {
    font-family: "Barlow-Bold";
    text-transform: uppercase;
    font-size: 1.5rem;
}
.title-page .titl_cat {
    font-family: "Barlow-Bold";
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
}
.title-page .titl_article {
    font-family: "Barlow-Bold";
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: .5rem;
}
.content-page {
    background-color: #fff;
    padding: 25px;
    margin-top: 1em;
    font-family: Barlow-Regular;
    font-size: 16px;
    overflow-wrap: break-word;
    overflow-x: auto;
}

.content-page img {
    max-width: 100% !important;
    height: auto !important;
}
    .content-page table {
        width: 100% !important;
        border-collapse: collapse;
        white-space: nowrap;
    }
        .content-page table td {
            max-width: 300px !important;
            text-wrap: auto;
        }
        .content-page-img {
            margin-top: 20px;
            margin-bottom: 25px;
        }
.content-page .other-news{
    margin-top:2em;
}
    .content-page .other-news .title_other {
        font-family: "Barlow-Bold";
        font-size: 16px;
        border-bottom: 2px solid #b42525;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .content-page .other-news ul > li {
        line-height: 1.5rem;
        padding-left: .75rem;
        font-size: 14px;
        display:flex;
        align-items:flex-start;
        margin-bottom:5px;
    }
        .content-page .other-news ul > li:before {
            color: #b00;
            content: '\2022';
            font-size: 1.125rem;
            padding-right:5px;
        }
    .bg-white-news-pages {
        /*border-radius: 8px;*/
        margin-top: 10px;
    }
.bg-white-news-pages .other-news .news-item:first-child {
    margin-top: 0;
}
        .bg-white-news-pages .other-news .news-item {
            margin-top: 20px;
        }
.bg-white-news-pages .other-news .news-item:last-child:after {
    content: none;
}

.img-sidebar {
    margin-top: 3em;
}


.contact-item.location-ic:before {
    content: "";
    display: inline-block;
    background-image: url(../img/location-ic.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    margin-bottom: 0px;
    margin-right: 25px;
}
.contact-item.mail-ic:before {
    content: "";
    display: inline-block;
    background-image: url(../img/email-ic.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    margin-bottom: 0px;
    margin-right: 25px;
}
.contact-item.phone-ic:before {
    content: "";
    display: inline-block;
    background-image: url(../img/phone-ic.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    margin-bottom: 0px;
    margin-right: 25px;
}
.contact-info p:last-child {
    color: #9f9f9f;
}
.contact-item {
    margin-top: 25px;
}
.content-page .contact-title {
    margin: 2em 0;
}
.contact-links {
    margin-top: 1em;
}
.contact-links ul li:not(:first-child) {
    margin-top: 10px;
}
    .contact-links ul li a {
        display: block;
        padding: 10px 25px;
        font-family: "Barlow-Medium", sans-serif;
        background-color: #1386bc;
        color: #fff;
    }
        .contact-links ul li a:hover {
            border: 1px solid #1386bc;
            background-color: #FFFFFF;
            color: #000000;
        }


.box_list_news {
    margin-bottom: 3em;
}
    .box_list_news .box_title{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
        .box_list_news .box_title .title-sm h5{margin-bottom:0;}
.box_right{
    margin-bottom:3em;
}
.news-page {
    margin-top: 1em;
}

    .news-page .news-item {
        /*display:flex;
       gap:15px;*/
        background: #fff;
        overflow: hidden;
        padding: 18px 16px;
        margin-bottom: 20px;
        border-radius: 5px;
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
    }

        .news-page .news-item:not(:first-child) {
            margin-top: 20px;
        }

        .news-page .news-item .img-part {
            width: 100%;
            margin-bottom: 10px;
        }
       
        .news-page .news-item .content-part-full {
            width: 100%;
        }
            .news-page .news-item .img-part img {
                width: 100%;
                object-fit: cover;

            }


        .news-page .news-item .content-part .title, .news-page .news-item .content-part-full .title {
            font-family: "Barlow-Bold", sans-serif;
            font-size: 14px;
            margin-bottom: 0.5rem;
        }

        .news-page .news-item .content-part .desc, .news-page .news-item .content-part-full .desc {
            margin-bottom: 0.5rem;
        }

        .news-page .news-item .content-part .date, .news-page .news-item .content-part-full .date {
            display: inline-block;
            margin-top: 0;
            font-family: Barlow-Regular;
            font-size: 14px;
            color: #9f9f9f;
        }
            .news-page .news-item .content-part .date:before, .news-page .news-item .content-part-full .date:before {
                content: '\f073';
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                display: inline-block;
                font-size: 16px;
                margin-right: 5px;
                vertical-align: baseline;
            }
    .news-page .title_staff {
        font-size: 16px;
        height: 40px;
        background-color: #2b5162;
        color: #fff;
        padding-left: 15px;
        padding-top: 6px;
        font-weight: bold;
    }

.box_list_news {
    margin-bottom: 3em;
}

    .box_list_news .box_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .box_list_news .box_title .title-sm h5 {
            margin-bottom: 0;
        }

.box_right {
    margin-bottom: 3em;
}
/*nhan su*/
.box_staff_item {
    padding: 20px;
    box-shadow: 1px 1px 8px 0px #00000026;
    background-color: white;
}

    .box_staff_item .personal_info {
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .box_staff_item .personal_info img {
            max-width: 100%;
            margin-bottom: 20px;
            background-color: white;
        }

        .box_staff_item .personal_info p {
            margin-bottom: 10px;
        }

        .box_staff_item .personal_info .ps_name {
            font-family: "Barlow-Bold", sans-serif;
            font-size: 25px;
            color: #000C35;
        }

        .box_staff_item .personal_info .ps_pos {
            color: #00ADF9;
            text-transform: uppercase;
        }

    .box_staff_item .ps_info {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .box_staff_item .ps_info::before {
            background-color: #E5F7FF;
            border-radius: 50%;
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /*.box_staff_item .email::before {
        content: url(../img/ic_email_team.png);
    }

    .box_staff_item .phone::before {
        content: url(../img/ic_phone_team.png);
    }

    .box_staff_item .ps_info .info {
        padding-left: 12px;
    }*/

        .box_staff_item .ps_info .info p {
            margin-bottom: 0;
            color: #333333;
            font-size: 15px;
        }

            .box_staff_item .ps_info .info p.title {
                font-family: "Barlow-Bold", sans-serif;
                font-size: 18px;
                color: #000C35;
                margin-bottom: 2px;
            }

    .box_staff_item .h3_title {
        font-family: "Barlow-Bold", sans-serif;
        color: #fff;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .box_staff_item .overview {
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 25px;
    }

        .box_staff_item .overview .overview_item {
            margin-bottom: 25px;
        }

        .box_staff_item .overview p {
            margin-bottom: 15px;
            color: #333333;
        }

            .box_staff_item .overview p span {
                color: #81868A;
                padding-right: 5px;
            }

    .box_staff_item .accordion .accordion-item {
        padding: 0;
        border: none;
        margin-bottom: 15px;
    }

        .box_staff_item .accordion .accordion-item .accordion-header {
            color: #333333;
        }

        .box_staff_item .accordion .accordion-item .accordion-button {
            padding: 0;
            font-family: "Barlow-Bold", sans-serif;
            font-size: 18px;
        }

            .box_staff_item .accordion .accordion-item .accordion-button::after {
                background-image: none;
            }

            .box_staff_item .accordion .accordion-item .accordion-button:not(.collapsed)::after {
                background-image: none;
            }

            .box_staff_item .accordion .accordion-item .accordion-button::before {
                flex-shrink: 0;
                width: 18px;
                height: 18px;
                content: "";
                background-image: url(../img/icon_plus.png);
                background-repeat: no-repeat;
                background-size: cover;
                transition: transform .2s ease-in-out;
                margin-right: 10px;
            }

            .box_staff_item .accordion .accordion-item .accordion-button:not(.collapsed)::before {
                background-image: url('../img/icon_minis.png');
            }

            .box_staff_item .accordion .accordion-item .accordion-button:not(.collapsed) {
                background-color: transparent;
                color: #333333;
                box-shadow: none;
            }

            .box_staff_item .accordion .accordion-item .accordion-button:focus {
                box-shadow: none;
            }

        .box_staff_item .accordion .accordion-item .accordion-body {
            padding: 0px 25px  ;
        }

            .box_staff_item .accordion .accordion-item .accordion-body .timeline {
                position: relative;
            }

                .box_staff_item .accordion .accordion-item .accordion-body .timeline::before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    background-color: #BCBEC0;
                    top: 8px;
                    bottom: 0;
                    left: 0;
                }

                .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item {
                    padding-left: 15px;
                    position: relative;
                    display: flex;
                    margin-bottom: 20px;
                }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item::before {
                        content: '';
                        position: absolute;
                        width: 11px;
                        height: 11px;
                        background-color: white;
                        border: 3px solid #00ADF9;
                        top: 6px;
                        left: -5px;
                        border-radius: 50%;
                        z-index: 1;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item:last-child {
                        margin-bottom: 0;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item .timeline-content {
                        padding: 0 15px;
                        position: relative;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item .timeline-date {
                        font-family: "Barlow-Medium", sans-serif;
                        font-size: 16px;
                        color: #81868A;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item .timeline-content h3 {
                        color: #333333;
                        font-family: "Barlow-Medium", sans-serif;
                        font-size: 16px;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item .timeline-content p {
                        margin: 5px 0;
                        color: #333333;
                    }

            .box_staff_item .accordion .accordion-item .accordion-body .list_science li {
                color: #000000;
                font-size: 16px;
                margin-bottom: 10px;
            }

                .box_staff_item .accordion .accordion-item .accordion-body .list_science li .more {
                    color: #00ADF9;
                    font-family: "Barlow-Medium", sans-serif;
                }
[data-toggle="collapse"] .fa:before {
    content: "\f139";
    color: #2b5162;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
    color: #2b5162;
}
.btn-accordion{
    width:100%;
    text-align:left;
}
.map-section {
    height: 300px;
    position: relative;
}

.contact-info-warp {
    position: absolute;
    width: 400px;
    height: 100%;
    background: #A9161C;
    text-align: center;
    z-index: 1;
    padding: 5px 5px;
}

    .contact-info-warp .contact-info {
        margin-bottom: 15px;
    }

        .contact-info-warp .contact-info h4 {
            color: #fff;
            font-weight: 400;
            margin-bottom: 6px;
            font-size: 18px;
            margin-top: 10px;
        }

        .contact-info-warp .contact-info p {
            color: #fff;
            margin-bottom: 0;
        }

.map-section .map {
    height: 100%;
}

.contact-form {
    background: #fff;
    padding: 25px;
}

    .contact-form .section-title {
        margin-bottom: 30px;
        font-family: "Barlow-Bold", sans-serif;
        text-transform: uppercase;
        font-size: 1.5rem;
    }

    .contact-form p.note {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
        color: #636363;
        line-height: 1.6;
    }

    .contact-form select,
    .contact-form input[type=text],
    .contact-form input[type=email],
    .contact-form textarea {
        height: 37px;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
        /*float: left;*/
        border: none;
        font-size: 14px;
        font-weight: normal;
        background: #edf4f6;
    }

        .contact-form select:focus,
        .contact-form input[type=text]:focus,
        .contact-form input[type=email]:focus,
        .contact-form textarea:focus {
            border: none;
            border-bottom: 2px solid #2b5162;
        }

    .contact-form input[type=file] {
        display: none;
    }

    .contact-form textarea {
        padding-top: 23px;
        padding-bottom: 15px;
        height: 125px;
    }

    .contact-form .site-btn {
        border: none;
        min-width: 150px;
        color: #fff;
        font-family: "Barlow-Bold", sans-serif;
        display: block;
        padding: 15px 15px;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        border-radius: 5px;
        background-color: #A9161C;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-size: 200% 100%;
    }

        .contact-form .site-btn:hover {
            border: 1px solid #A9161C;
            background-color: #FFFFFF;
            color: #A9161C;
        }

    .contact-form .img-captcha {
        object-fit: contain;
        height: 100%;
        max-width: 100%;
        width: auto;
    }

.content-page .contact-title {
    margin: 2em 0;
}

.contact-links {
    margin-top: 20px;
}

    .contact-links ul li:not(:first-child) {
        margin-top: 10px;
    }

    .contact-links ul li a {
        display: block;
        padding: 10px 25px;
        font-family: "Barlow-Medium", sans-serif;
        background-color: #c7383e;
        color: #fff;
    }

        .contact-links ul li a:hover {
            background-color: #000;
            color: #fff;
        }
.btn-accordion {
    color: #2b5162;
    font-weight: bold;
}
    .btn-accordion:hover {
        color: #2b5162;
    }
.website:hover {
    color: white !important;
}
.faculty-item {
    /* border-bottom: 1px solid #e0e0e0; */
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.website {
    padding: 5px !important;
}
    .website:after {
        font-size: 17px;
    }
.listing__image {
    float: none;
    margin-bottom: 20px;
}
.user-markup h2 a {
    color: #403d3d;
    text-decoration: none;
}
    .user-markup h2 a:hover, .user-markup h2 a:active {
        color: #b00;
    }
.user-markup a:visited {
    color: #403d3d;
}

.component {
    margin-bottom: 1.5rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
.note-faculty {
    color: red;
    margin: 10px 0px;
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
}
.title-bold {
    font-weight: bold;
}

.title_staff > a:hover {
    color: #fff;
}
.accordion__content {
    display: block;
}
.accordion__title {
    padding: .125rem 0 .625rem 0rem;
}
.accordion__content {
    padding: 1.25rem 0 0 0;
}
.news-page > .title-page > h4 {
    font-size: 1.2rem !important;
}
.accordion-body > ol {
    list-style-position: inside;
}
.program-name {
    font-size: 16px;
    color: #2b5162;
    font-weight: bold;
    margin-top: 8px;
    display: block;
}

.breadcrumb-item > .breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item > a:hover {
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .li_sub span a {
        width: 100%;
        display: inline-block;
        text-align: left;
        text-transform: none;
        font-family: "Roboto Regular", Helvetica Neue, Helvetica, Arial, sans-serif !important;
        font-size: 14px;
    }
    .li_sub span a:hover {
        color: #c61330;
    }
    .li_sub span a:hover::after {
        background: transparent;
        opacity: 1;
    }
    .li_sub span a::after {
        background: transparent;
        content: '\e906';
        font-family: 'icomoon';
        font-size: .625rem;
        opacity: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        transition-property: opacity;
        transition-duration: 300ms;
        height: auto;
        left: -.75rem;
        position: absolute;
        top: 0;
        width: auto;
    }
    .content_li_sub {
        background-color: #fff;
        opacity: 0;
        -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        visibility: hidden;
        display: block !important;
        margin-top: 1.25rem;
        left: 210px;
        position: absolute;
        top: -23px;
        width: 250px;
        z-index: 200;
        border-top: 3px solid #D9291D;
    }
    .li_sub:hover .content_li_sub {
        opacity: 0.95;
        visibility: visible;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }
    .content_li_sub > .sub-menu > .menu-item > a {
        display: block;
        font-family: Barlow-Regular;
        font-size: 15px;
        line-height: inherit;
        padding: 0.5rem 1.25rem;
        color: #121212d6;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
        .content_li_sub > .sub-menu > .menu-item > a:hover, .header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
            background-color: #D9291D;
            color: white;
        }
    .li_sub {
        position: relative; 
    }
        .li_sub > a {
            display: block; /* đảm bảo chiếm full chiều cao li */
            position: relative;
        }
            .li_sub > a:after {
                content: "\f054"; /* unicode của fa-chevron-right */
                font-family: "Font Awesome 5 Free";
                font-weight: 900; /* dùng kiểu solid */
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                color: #121212d6;
                font-size: 12px; /* chỉnh kích thước */
            }
            .li_sub > a:hover:after {
               
                color: #fff;
            }
}

@media only screen and (max-width: 1024px) {
    .content_li_sub {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-height: 0;
        padding-left: 1rem;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .li_sub.active > .content_li_sub {
        max-height: 100%;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(1, 1, 1, 1);
    }
    .content_li_sub>.sub-menu>.menu-item>a{
        padding: 0.75rem 0px;
        color: #121212;
        border-bottom: 1px solid #f2f2f2;
        display: block;
        font-family: "Barlow-Regular", sans-serif;
        font-size: 14px;
        line-height: inherit;
        padding: 0.5rem 1.25rem;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .header .menu > .menu-item > .sub-menu > .menu-item > a {
        padding: 0.75rem 1rem !important;
    }
    .menu-item-has-children > .sub-menu {
        padding-left: 1rem !important;
    }
    .li_sub > a > .expand {
        position: relative;
        display: inline-block;
        height: 0.75rem;
        width: 0.75rem;
        margin-left: 0.35rem;
        border: none;
        outline: none;
        pointer-events: none;
    }
    .li_sub > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .li_sub > a > .expand:before, .li_sub > a > .expand:after {
        position: absolute;
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        content: '';
        left: 50%;
        top: 50%;
        width: 100%;
        height: 2px;
        background: #121212;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }
    .li_sub > a > .expand:after {
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .li_sub.active > a .expand:after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
}
.text-not-found {
    font-size: 24px;
    color: red;
}
.program-sidebar {
    margin-top: 3em;
    background-color: white;
}
.program-sidebar > ul > li > a {
    display: block;
    font-family: "Barlow-Regular", sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 25px;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid #00354c17;
}
    .program-sidebar > ul > li > a:hover {
        color: white;
        background-color: #D9291D;
    }
    .program-sidebar > ul > li:first-child > a {
        color: white;
        background-color: #D9291D;
    }
.tabNavigation > li > a {
    cursor: pointer;
    display: inline-block;
    padding: 7px 21px;
    /* background-color: #2b5162; */
    font-family: "Barlow-Medium", sans-serif;
    z-index: 2;
    font-size: 16px;
    /* color: #fff; */
    border: 1px solid #2b5162;
}
ul.tabNavigation {
    display: flex;
}
.tabNavigation > li > a.active {
    background-color: #2b5162;
    color: #fff;
}
.curriculumTab {
    display: none;
}
.curriculumTab.active{
    display: block;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: unset !important;
}
.lg-outer {
    z-index: 9999;
}

.lg-backdrop {
    z-index: 9998;
}
.employer .box {
    text-align: center;
    margin-bottom: 20px;
}
.employer .box .box-img {
    margin-bottom: 10px;
}
.employer .box a {
    color: #000;
    cursor: pointer;
    font-size: .875rem;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: inline;
}
.employer .box a:hover {
    color: #b00;
}