: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;
    --text-blue-color: #00196e;
    --bg-second: yellow;
    --text-gray-color: #8a8a8a;
}


@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
}

.happening,
.james__news {
    padding: 0;
}

.sidebar__sections .sidebar__sections--item:first-child {
    margin-bottom: 12px;
}

.sidebar .sidebar__sections--item a {
    color: var(--Primary-Blue, #00196E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}



.content__container {
    padding: 75px 0 0px 20px;
}


.content__container:lang(vi) {
    padding: 75px 0 0px 10px;
}

/* Title & Desc & img */


.title {
    color: var(--primary-blue, #00196e);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
    margin-bottom: 36px;
}



.content__container .subtitle {
    font-size: 24px;
    font-weight: 350 !important;
    line-height: 32px;
    font-family: "Halyard Display Book";
    max-width: 100%;
    margin-bottom: 0px;
}




.desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow-y: hidden;
    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;
}


.desc span {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}


.desc .explore-box {
    margin-top: 0px;
    margin-bottom: 24px;
}

.desc .explore-box span {
    color: var(--primary-blue);
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Text', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
}


.desc .desc__list ul {
    margin: 0;
    padding-left: 20px;
}


.desc .desc__list ul li {
    list-style-type: decimal;
    padding-bottom: 10px;
}

.desc .desc__list ul li strong {
    font-weight: 600;
    color: var(--black);
}



.desc .desc__list ul li:last-child {
    padding-bottom: 0px;
}



.desc .desc__list.square ul li {
    list-style-type: square;
}


.desc .desc__list.square ul li::marker {
    font-size: 12px;
}



.desc__policy span {
    color: var(--dark-grey);
    font-family: 'Halyard Text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.desc p {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.desc .img {
    margin: 36px 0px;
}

.desc .img:last-child span,
.desc .img:last-child {
    margin-bottom: 0px;
}

.desc .img .img-caption {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Halyard Text", sans-serif;
    margin-top: 16px;
    display: block;
    color: var(--dark-grey);
}


/* .img {
    margin-top: 36px;
} */


.img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    margin: 36px 0px 16px;
}



.explore-box {
    display: flex;
    align-items: center;
    color: var(--Primary-Blue, #00196e);
    font-family: 'Halyard Text', 'sans-serif';
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 24px;
    cursor: pointer;
    margin-top: 36px;
    width: fit-content;
}

.explore-box img {
    transform: translateX(0px);
    transition: all 0.3s linear;
}


.explore-box:hover img {
    transform: translateX(6px);
    transition: all 0.3s linear;
}

.img__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Halyard Text", sans-serif;
    color: var(--text-gray-color);
}


/* operations */



h3.section__subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: var(--primary-blue);
    font-family: 'halyard-display', sans-serif;
    margin-bottom: 24px;
}


/* .operations__wrapper {
    margin-top: 24px;
} */

.operations__wrapper .operations__wrapper--item .operations__wrapper-list {
    margin-top: 24px;
}


.operations__wrapper .img img {
    margin: 24px 0px 36px;
}

.operations__wrapper .img {
    margin-top: 0px;
}


.operations__wrapper .operations__wrapper-list {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    row-gap: 12px;
    column-gap: 36px;
    margin: 0;
    padding-left: 20px;
    column-count: 2;
}




.operations__wrapper .operations__wrapper-list li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Halyard Text', sans-serif;
    margin: 0px;
    margin-bottom: 12px;
    padding: 0px;
    color: var(--primary-blue);
    list-style: square;
}

.operations__wrapper .operations__wrapper-list li::marker {
    font-size: 12px;
}


.operations__wrapper .operations__wrapper-list li a {
    display: block;
    width: 100%;
    text-decoration: underline;
    text-decoration-color: var(--primary-blue);
}


.working__title h3 {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-family: "Halyard Text", sans-serif;
    font-weight: 490 !important;
    color: var(--primary-blue);
    vertical-align: middle;
    margin-bottom: 0px;
    width: 100%;
    padding: 16px;
}

.working__title::before {
    content: "";
    position: absolute;
    height: 56px;
    background-color: #CEEDF6;
    width: 94%;
}


.working__table {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: 1px solid var(--Neutral-Grey, #E1E1DE);
    margin-bottom: 24px;
}


.operations__wrapper--item .working__table:last-child {
    margin-bottom: 0px;
}


.working__table .working__table-row--head .working__table-row {
    font-family: 'Halyard Text', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: var(--black);
}


.working__table .working__table-row--head .working__table-row th {
    padding: 16px 36px 16px 0px;
}


.working__table .working__table-row--body .working__table-row {
    color: var(--Black, #222);
    font-family: 'Halyard Text';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 16px;
    width: 44%;
}


.working__table .working__table-row--body .working__table-row td {
    border-top: 1px solid var(--Neutral-Grey, #e1e1de);
    /* width: 50%; */
    width: 35%;
    margin: 0;
    height: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 16px 0px 16px 0px;
}


.working__table .working__table-row--body .working__table-row td p {
    padding-right: 36px;
}

.working__table .working__table-row--body .working__table-row td:last-child p {
    padding-right: 0px;
}



.working__table-row-hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}


.working__table.full-width-td-last .working__table-row--body .working__table-row td:last-child {
    width: 64%;
}


/* .working__table .working__table-row--body .working__table-row td:first-child {
    width: 55%;
    padding: 0px;
} */


/* Contact */

.contact {
    padding-bottom: 0px !important;
}


.contact__wrapper {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}


.contact__wrapper:lang(vi) {
    gap: 24px;
}




.contact__wrapper .contact__wrapper-item:nth-child(2n) ul {
    list-style-type: none;
    padding-left: 0px;
}

.contact__wrapper .contact__wrapper-item:nth-child(2n) a img {
    width: 33px;
}


.contact__wrapper .contact__wrapper-item:nth-child(n+3) {
    width: 100%;
}

.contact__wrapper-item {
    width: 47.3%;
}

.contact__wrapper-item:lang(vi) {
    width: 48.3%;
}

/* .contact__wrapper-item.w-100 {
    width: 100%;
} */


.contact__wrapper-item>span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Halyard Text", sans-serif;
    margin-bottom: 16px;
    display: block;
}

.contact__wrapper-item ul {
    margin: 0;
    padding-left: 20px;
    list-style: square;
}


.contact__wrapper-item ul li::marker {
    font-size: 12px;
}



.contact__wrapper-item ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Halyard Text", sans-serif;
    padding-bottom: 12px;
}


.contact__wrapper-item ul li .wrap-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}



/* Map Campus */

.map {
    margin-top: 120px;
}

.campus__list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    display: flex;
    max-height: 512px;
}

/* .campus__item {
    width: 100%;
    display: flex;
    height: 600px;
}  */

.campus__content,
.campus__group-map {
    width: 50%;
    box-sizing: border-box;
}

.campus__list .campus__content {
    display: flex;
    flex-direction: column;
    /* justify-content: baseline; */
    /* align-items: center; */
    padding: 102px 76px;
    background: var(--Highlight-Sky, #CEEDF6);
    font-variant-numeric: lining-nums proportional-nums;
    justify-content: center;
}


.campus__list .campus__content h1 {
    color: var(--Primary-Blue, #00196E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'garamond-premier-pro';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0px 0px 36px;
}


.campus__list .campus__content h2 {
    color: var(--Black, #222);
    font-size: 22px;
    font-style: normal;
    font-weight: 490;
    line-height: 28px;
    font-family: Halyard Text;
    margin: 0px 0px 8px;
    font-variant-numeric: lining-nums proportional-nums;
    font-weight: 490 !important;
}


.campus__list .campus__content p {
    color: var(--Black, #222);
    font-family: Halyard Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}


.campus__list .campus__content .campus__seemore {
    color: var(--Primary-Blue, #00196E);
    font-family: Halyard Text;
    font-size: 18px;
    font-style: normal;
    font-weight: 490;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.campus__list .campus__content .campus__seemore span {
    padding-right: 8px;
}

.campus__stack {
    margin-bottom: 36px;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Halyard Text;
}

/* .map .campus__seemore:hover span {
    color: #ffad1d
} */

.map .campus__seemore:hover img {
    transform: translateX(4px);
    transition: all 0.3s linear;
}

.map .campus__group-map .campus__google-map iframe {
    width: 100%;
    height: 100%;
}


.map .campus__group-map .campus__google-map {
    height: 100%;
}


@media screen and (max-width : 991px) {
    .content__container {
        padding: 75px 0 0px 0px;
    }

    .content__container .subtitle {
        font-weight: 300 !important;
    }


    h3.section__subtitle {
        margin-bottom: 24px;
    }

    .operations__wrapper .operations__wrapper-list li a {
        display: block;
        width: 100%;
        text-decoration: none;
        text-decoration-color: unset;
    }

    .operations__wrapper .operations__wrapper-list {
        row-gap: 4px;
    }

    .operations__wrapper .operations__wrapper-list li {
        font-size: 14px;
        line-height: 20px;
    }


    .img img {
        height: 290px;
        margin: 24px 0px 36px;
    }


    .working__title::before {
        width: 97%;
    }


    .working__table .working__table-row--body .working__table-row td p {
        padding-right: 24px;
    }

    .operations__wrapper--item .working__title:first-child {
        margin-top: 0px;
    }

    .operations__wrapper--item .working__title {
        margin-top: 24px;
    }

    /* Campus */


    .campus__content,
    .campus__group-map {
        width: 100%;
        box-sizing: border-box;
    }


    .campus__list {
        flex-wrap: nowrap;
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        max-height: fit-content;
    }

    .campus__list .campus__content h1 {
        text-align: center;
    }

    .campus__list .campus__row {
        display: flex;
        gap: 36px;
    }

    .campus__list .campus__stack {
        width: 50%;
    }


    .campus__list .campus__stack:nth-child(2) .campus__text {
        /* background-color: green; */
        /* margin-bottom: 42px; */
        margin-bottom: 16px;
    }


    .campus__list .campus__content {
        padding: 60px 32px;
    }


    .map .campus__group-map .campus__google-map {
        width: 100%;
        height: 321px;
    }


    .amount {
        margin-top: 140px;
        padding-bottom: 60px;
    }

    .happening .james__news .james__news--list .james_col-4:nth-child(3) {
        display: none;
    }


    .sidebar__sections--title {
        padding: 0px;
    }


    .contact__wrapper-item {
        width: 45% !important;
    }



    .contact__wrapper {
        flex-wrap: wrap;
    }


}


@media screen and (max-width: 576px) {
    .content__container {
        padding: 45px 0 0px 0px;
    }


    .img img {
        height: 200px;
        margin: 32px 0px 16px;
    }

    .content__container section:not(:last-child) {
        padding-bottom: 100px;
    }



    .title {
        font-size: 36px;
        line-height: 40px;
    }

    /* Working */
    .working__title::before {
        width: 93%;
    }


    .working__title h3 {
        font-size: 16px;
        line-height: 24px;
    }


    .working__title::before {
        height: 70px;
    }

    .working__table .working__table-row--body .working__table-row,
    .working__table .working__table-row--head .working__table-row {
        font-size: 14px;
        line-height: 24px;
    }

    .working__table .working__table-row--body .working__table-row td {
        vertical-align: top;
    }

    .working__table-row-hours {
        gap: 0px;
    }

    .working__table .working__table-row--body .working__table-row td p {
        padding-right: 16px;
    }

    /* Opeartions */
    /* .operations__wrapper--item .working__title {
        margin-top: 100px;
    } */

    .operations__wrapper--item .working__title {
        margin-top: 16px;
    }






    /* Contact */

    .contact__wrapper-item {
        width: 100% !important;
    }


    /* Campus */

    .campus__list .campus__content h1 {
        text-align: left;
    }


    .campus__list .campus__content {
        padding: 48px 16px;
    }


    .campus__list .campus__stack {
        width: 100%;
    }


    .campus__list .campus__row {
        display: block;
    }


    .james_row>* {
        padding-right: 18px;
        padding-left: 18px;
    }


    .map .campus__group-map .campus__google-map {
        width: 100%;
        height: 400px;
    }
}