:root {
    --highlight-sky: #ceedf6;
    --neutral-grey: #e1e1de;
    --dark-grey: #8a8a8a;
    --primary-blue: #00196e;
    --white: #ffffff;
    --black: #222;
    --background-banner: var(--Highlight-Sky, #CEEDF6);
    --secondary-gold: #FFAD1D
}

@font-face {
    font-family: "Halyard Display Book";
    src: url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff2)format("woff2"), url(../css/megamenu-pro/fonts/HalyardDisplayBook.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


@font-face {
    font-family: "Halyard Display Regular";
    src: url(../css/megamenu-pro/fonts/HalyardText-Regular.woff2)format("woff2"),
        url(../css/megamenu-pro/fonts/HalyardDisplay-Regular.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}



.hero .hero__banner .hero__banner-dk {
    max-width: 100%;
    height: 400px;
    padding: 56px 0;
    background-color: var(--background-banner);
}

.hero .hero__banner::after {
    display: none
}

.hero .hero__content {
    max-width: 740px;
    min-height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px
}


.hero .hero__content .hero__heading {
    color: var(--Primary-Blue, #00196E);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Garamond Premier Pro";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    text-shadow: none;
}


/* Content */

.office-president .office-president__title {
    font-size: 24px;
    font-weight: 350;
    line-height: 32px;
    font-family: 'Halyard Display Book', sans-serif;
    color: var(--primary-blue);
    max-width: 100%;

}

.office-president .button-solid {
    margin: 36px 0px;
}


.button-solid {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: 'Halyard Text', sans-serif;
    color: #00196e;
    border: 1px solid #00196e;
    display: block;
    padding: 12px 20px;
    width: fit-content;
    transition: all 0.3s linear;
    line-height: 24px;
}


.button-solid:hover {
    background-color: #00196e;
    color: #ffad1d;
    transition: all 0.3s linear;
}


.office-president__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.line {
    width: 100%;
    height: 1px;
    background-color: #E1E1DE;
    margin: 36px 0px;
}


.content__container section:first-child {
    padding-bottom: 0px;
}


/* president-detail */


.president-detail .president__detail-title {
    max-width: 85%;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Halyard Display Regular', sans-serif;
    font-style: normal;
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    margin-bottom: 24px;
}


.president-detail .president__detail-list {
    position: relative;
    overflow-y: hidden;
    transition: all 0.3s linear;
}

.president-detail .president__detail-list.expanded {
    transition: all 0.3s linear;
    height: auto;
    /* overflow: visible; */
}



.president-detail .president__detail-list.expanded::after {
    display: none;
}


.president-detail .president__detail-list.hiddenMore:after {
    display: none;
}

.president__detail-list.hiddenMore+.j_btn-more {
    display: none;
}

.president-detail .president__detail-list ul {
    list-style-type: square;
    padding-left: 25px;
    margin: 0;
}

.president-detail .president__detail-list ul li::marker {
    font-size: 12px;
}


.president-detail .president__detail-list ul li {
    padding-bottom: 0px;
    color: var(--Black, #222);
    font-family: Halyard Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    font-variant-numeric: lining-nums proportional-nums;

}


.president-detail .president__detail-list:after {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    content: '';
    display: block;
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}


.j_btn-more {
    margin: 0 auto;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    display: block;
    width: fit-content;
}


.j_btn-more::after {
    top: 7px;
    border-top: 2px solid var(--primary-blue);
    border-right: 2px solid var(--primary-blue);
    vertical-align: middle;
    transform: rotate(135deg) translateY(2px);
    transition: all 0.3s linear;
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    right: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/* .j_btn-more:hover::after {
    transform: rotate(-45deg) translateY(0px);
    transition: all 0.3s linear;
} */

.j_btn-more.active::after {
    transform: rotate(-45deg) translateY(0px);
    transition: all 0.3s linear;
}

.j_btn-more:hover::after {
    /* transform: initial;
    -webkit-transform: initial; */
}


.amount {
    padding: 0px 0 100px;
}



@media (max-width : 991px) {
    .hero .hero__banner .hero__banner-tl {
        height: 320px;
        padding: 0 123px 36px 123px;
        background-color: var(--background-banner);
    }


    .hero .hero__content .hero__heading {
        font-size: 60px;
        line-height: 64px;
    }


    .breadcumb__global {
        border-bottom: none
    }


    .applying__breadcumb {
        padding: 24px 0 0px;
    }




    .content__container {
        padding: 36px 0 0px;
        max-width: 734px;
        margin: 0 auto;
    }


    .section-content {
        width: 552px;
        margin: 0 auto;
    }

    .james__news .james__news--list .james_col-4:nth-child(3) {
        display: none;
    }


    .sidebar__buttons--title {
        width: 100%;
    }

    .sidebar .sidebar__buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 12px;
        border-top: 1px solid #e1e1e1;
        gap: 12px;
    }


    .sidebar__buttons .sidebar__buttons--link {
        width: 48%;
        margin-bottom: 24px;
    }
}



@media (max-width : 576px) {
    .hero .hero__banner .hero__banner-mb {
        height: 320px;
        padding: 0 16px 36px;
        background-color: var(--background-banner);
    }


    .hero .hero__content .hero__heading {
        font-size: 48px;
        line-height: 52px;
    }


    .applying__breadcumb {
        padding: 18px 0 0px;
    }



    .content__container {
        padding: 62px 0 0px;
        max-width: 423px;
        margin: 0 auto;
    }


    .section-content {
        width: 360px;
        margin: 0 auto;
    }


    .office-president .office-president__title {
        text-align: center;
        margin-bottom: 0px;
    }

    .office-president__link {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }


    /* .sidebar.active {
        top: calc(100% - 504px) !important;
    } */

    .james__connect .james__connect--list .james_col-4 {
        width: 100%;
        max-width: 100%;
    }

    .james__connect .james__connect--list {
        max-width: 85%;
        margin: 0 auto;
    }


    .sidebar__buttons .sidebar__buttons--link {
        width: 100%;
        margin-bottom: 0px !important;
    }

    .sidebar .sidebar__buttons {
        gap: 16px;
    }

    .sidebar.active {
        top: calc(100% - 504px) !important;
    }



}