.j_btn-explore {
    cursor: pointer;
}

.studies .j_btn-explore {
    margin: 4px auto 0;
    position: relative;
}

.studies .j_btn-explore::after {
    transform: translateY(-1px) rotate(135deg);
    transition: all 0.3s linear;
}

.studies .j_btn-explore.active::after {
    transform: translateY(2px) rotate(-45deg);
    transition: all 0.3s linear;
}

div.james__testimonial {
    padding: 120px 0 0;
}

div.james__testimonial .james__testimonial--logo {
    margin: 0;
}

div.line-fade {
    margin-top: 20px;
}

.sidebar .sidebar_submenu {
    display: none;
    list-style: none;
}

.sidebar .sidebar__sections--item a {
    padding-right: 22px;
}

.sidebar__buttons--list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.sidebar__sections--item {
    width: fit-content;
    position: relative;
}

.sidebar .sidebar_sub--close img {
    width: 10px;
    height: auto;
    object-fit: contain;
    transform: translateY(-2px) rotate(-90deg);
    transition: transform 0.3s linear;
}

.sidebar .sidebar_sub--close img.rotate {
    transform: translateY(-2px) rotate(0deg);
    filter: invert(11%) sepia(55%) saturate(4209%) hue-rotate(221deg) brightness(55%) contrast(114%);
    transition: transform 0.3s linear;
}

.sidebar .sidebar__sections--item .btn-sub {
    display: flex;
    align-items: center;
    gap: 8px;
}

.content__container img {
    width: 100%;
    height: auto;
    margin-top: 24px;
}

.studies .content {
    /* height: 346px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    /* number of lines to show */
    line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear;
}

.studies .content {
    -webkit-line-clamp: unset;
    /* number of lines to show */
    line-clamp: unset;
    transition: all 0.3s linear;
}

.studies .content.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4), #fff);
}

.studies .content::after {
    display: none;
}

.card_member {
    display: flex;
    align-items: center;
    gap: 36px;
    margin-top: 36px;
}

.card_member .card_member--content {
    width: 310px;

    font-size: 14px;
    line-height: 20px;
    color: #8a8a8a;
}

.card_member .card_member--content .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #000;
}

.card_member--img {
    width: 158px;
    height: 158px;
    border-radius: 50%;
}

.card_member--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.academic__item {
    display: flex;
    align-items: center;
    gap: 36px;
}

.academic__item--img img {
    width: 255px;
    height: 216px;
    object-fit: cover;
    margin-top: 0;
}

.academy__item--content .desc {
    font-family: 'garamond-premier-pro', serif;
    display: block;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* number of lines to show */
    line-clamp: 7;
    -webkit-box-orient: vertical;
    color: #222222;
}

.academy__item--content .name {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    margin: 2px 0 0;
}

.academy__item--content .j_btn-explore {
    margin-top: 10px;
    line-height: 24px;
}





.j_btn-explore::after {
    top: 10px !important;
}

.btn-gift {
    display: block;
    padding: 12px 20px;
    color: #ffad1d;
    background-color: #00196e;
    width: fit-content;
    margin: 80px auto 0;
    transition: all 0.3s linear;
}

.btn-gift:hover {
    color: #00196e;
    background-color: #ffad1d;
    transition: all 0.3s linear;
}

.content>ul {
    list-style: square;
}

.content>ul>li>ul {
    padding-top: 12px;
    list-style: square;
}

.content .table ul {
    list-style: none;
    padding-left: 0;
}

.content .table .table--title {
    color: #222222;
    font-weight: 600;
    border-bottom: 1px solid #e1e1de;
    padding: 4px 0;
}

.content .table {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #222222;

    display: flex;
    align-items: flex-start;
}

.content .table .table-col ul {
    width: 140px;
    margin-right: 40px;
}

div.content__container .content-title,
div.content__container h3 {
    max-width: 100%;
}

.content__container .content-sub-title,
.content__container h4 {
    max-width: 85%;
}

.history .history-verti-line img {
    width: auto;
    height: auto;
}

.history .history-line-vertical {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 76px);
    width: 18px;
    border-left: 1px solid #00196e;
    border-bottom: 1px solid #00196e;
    border-bottom-left-radius: 4px;
}

:root {
    --heightOfHistoryHeader: 58px;
}

.history .history-line-sublist {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    height: calc(100% - var(--heightOfHistoryHeader));
    width: 24px;
    border-left: 1px solid #00196e;
    border-bottom: 1px solid #00196e;
    border-top: 1px solid #00196e;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.faculty__item {
    display: none;
    color: #000;
    opacity: 0;
    transform: translateX(15px);
    animation: tab_fade 0.4s ease 1 forwards;
}

.faculty__item.active {
    display: flex;
}

.faculty__item {
    align-items: flex-start;
    gap: 36px;
}

.faculty__item .faculty__item--img img {
    width: 255px;
    height: 220px;
    object-fit: cover;
    margin-top: 0;
}

.faculty__item .faculty__item--content .desc {
    font-family: 'garamond-premier-pro', serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.alumni .faculty__item .faculty__item--content .desc {
    font-family: 'garamond-premier-pro', serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    /* number of lines to show */
    line-clamp: unset;
    -webkit-box-orient: vertical;
    transition: all 0.3s linear;
}

.alumni .faculty__item .faculty__item--content .desc.active {
    height: 156px;
    -webkit-line-clamp: 6;
    /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
    transition: all 0.3s linear;
}

.faculty__item .faculty__item--content .name {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 4px;
    display: inline-block;
}

.faculty__item .j_btn-explore {
    margin-top: 16px;
}

.alumni .faculty__item .j_btn-explore::after {
    transform: translateY(-1px) rotate(135deg);
}

.alumni .faculty__item .faculty__item--content.active .j_btn-explore::after {
    transform: translateY(1px) rotate(-45deg);
}

.faculty__tab--img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.tag-name {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #00196e;
    display: block;
    margin-bottom: 36px;
}

.faculty-wrap {
    padding: 36px 0;
    border-top: 1px solid #e1e1de;
    /* border-bottom: 1px solid #e1e1de; */
}

.faculty-wrap .faculty__tab--list {
    padding: 0;
    border: 0;
}

.faculty__tab--img img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    object-fit: cover;
}

.faculty__tab .name {
    text-align: center;
    display: block;
    margin-top: 16px;
    height: 32px;
}

.faculty__tab {
    display: inline-block;
    width: 100px;
    /* cursor: pointer; */
    margin-right: 36px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.faculty__list {
    margin-top: 36px;
    margin-bottom: 60px;
}

nav.faculty__tab--list {
    padding: 36px 0;
    border-top: 1px solid #e1e1de;
    border-bottom: 1px solid #e1e1de;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
}

.academic__item.custome {
    padding-bottom: 60px;
    border-bottom: 1px solid #e1e1de;
}

.academic__item.custome .desc {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    font-size: 22px;
    line-height: 26px;
}

.tag__container {
    padding-bottom: 60px;
    display: none;
    border-bottom: 1px solid #e1e1de;
}

.tag__container .name {
    display: block;
    margin: 36px 0;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #00196e;
}

.tag__container ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}

.tag__container ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    display: block;
    padding: 12px 24px;
    background-color: #f4f4f4;
}

.alumni-img img {
    width: 258px;
    height: auto;
    object-fit: cover;
}

.alumni-img {
    margin-bottom: 36px;
}

.social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 36px;
}

.social .fs-22 {
    margin-bottom: 8px;
}

.social .social-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-top: 0;
}

.social .social-icon img:hover {
    filter: invert(69%) sepia(86%) saturate(958%) hue-rotate(342deg) brightness(101%) contrast(101%);
}

.publication__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
    padding-top: 36px;
    border-top: 1px solid #e1e1e1;
}

.publication__item:last-child {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 36px;
}

.publication__item--group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.publication__item .name {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #00196e;
}

.publication__item .nametag {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.publication__item .desc a,
.publication__item .desc {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #222;
    margin-bottom: 4px;
    transition: all 0.3s linear;
}

.publication__item .desc a:hover {
    color: #00196e;
    transition: all 0.3s linear;
}

.publication__item .sub-desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
}

.news__item {
    margin-bottom: 36px;
}

.news__item--img img {
    height: 244px;
    margin: 0;
    object-fit: cover;
    transition: all 0.3s linear;
}

.news__item--img a {
    display: block;
    height: 244px;
}

.news__item--img {
    overflow: hidden;
}

.news__item .title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #00196e;
    display: block;
    margin: 10px 0;
    width: 90%;
}

.news__item:hover .news__item--img img {
    transform: scale(1.04);
    transition: all 0.3s linear;
}

.table-responsive table.table {
    display: table;
    width: 100%;
    margin-top: 24px;
}

.table-responsive strong,
.table-responsive th {
    font-weight: 400;
    color: #222;
}

.table-responsive th,
.table-responsive td {
    text-align: left !important;
    vertical-align: top;
    padding: 12px 0;
    border-bottom: 2px solid #e1e1e1;
}

.table-responsive .table ul {
    margin: 0;
    list-style: disc;
    padding-left: 30px;
}

#tab-2 p:last-child {
    color: #8a8a8a;
    margin-top: 24px;
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .news__list {
        max-width: 100%;
        overflow-x: auto;
    }

    .news__list>.row {
        flex-wrap: nowrap;
    }

    .news__item--img img {
        width: 380px;
    }

    .studies,
    .welcome,
    .degree,
    .sample,
    .publication,
    .capstone {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .content .table {
        max-width: 100%;
        overflow-x: auto;
    }
}

@media screen and (max-width: 991px) {
    ul.applying__breadcumb li:not(:nth-child(2)) {
        display: block;
    }

    ul.applying__breadcumb li:not(:nth-child(3)) {
        display: none;
    }

    .applying__breadcumb li a {
        padding-left: 5px;
    }
}

@media screen and (max-width: 576px) {

    .table-responsive th,
    .table-responsive td {
        white-space: nowrap;
        padding-right: 60px;
    }

    .table-responsive {
        max-width: 100%;
        overflow-x: auto;
    }

    div.history .line-group {
        left: 0px;
    }

    .academic__item {
        gap: 12px;
    }

    .history .history__sublist {
        overflow: hidden;
        z-index: 2;
        background-color: #fff;
    }

    .history .history-line-vertical {
        height: calc(100% - 98px);
    }

    div.sidebar .sidebar__buttons {
        padding-bottom: 40px;
    }

    nav.faculty__tab--list {
        display: block;
    }
}