.post_desc {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
    margin-bottom: 12px;
}

.see-more .j_btn-explore {
    margin: 60px auto 0;
}

section.amount {
    margin-top: 120px;
    padding: 40px 0 0;
}

.fs-22 p:not(:last-child) {
    margin-bottom: 16px;
}

.trajectory {
    margin-top: 40px;
    margin-bottom: 100px;
}

.trajectory__item a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.trajectory .title {
    text-align: center;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #00196e;
    margin-bottom: 24px;
}

.trajectory .trajectory__img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.trajectory .trajectory__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: translateY(-50%);
    padding-right: 20px;
}

.trajectory .trajectory__wrap {
    position: relative;
}

.trajectory ul.trajectory__list li {
    padding-bottom: 0;
}

.trajectory ul.trajectory__list li:nth-child(2) {
    margin-left: 20px;
}

.desc-blue {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #00196e;
    margin-bottom: 36px;
}

.content__container section>h3 {
    margin-bottom: 8px;
}

.content__container .content img {
    width: 100%;
    height: auto;
    margin: 16px 0;
}

.group-link {
    margin-top: 24px;
}

.group-link .j_btn-explore {
    margin-bottom: 14px;
}

.group-link .j_btn-explore::after {
    top: 12px;
}

/* tabs */

.tab_content--box {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.tab_content--box.active {
    margin: 40px 0px;
    max-height: 1000px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
}

.tab_content--box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tab_content--box-content {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.tab_content--box-header .heading {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: var(--primary-color);
}

.tab_content--box-header .close {
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.content__container .content div.tab_content--box-img img {
    width: 224px;
    height: 224px;
    object-fit: cover;
    margin: 0;
}

.tab_content--box-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
}

.tab_content--box-text p {
    margin-bottom: 0;
}

.tab_content--box-text a,
.tab_content--box-text .text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 12px 20px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-top: 32px;
    display: block;
    width: fit-content;
    transition: all 0.3s linear;
}

.tab_content--box-text a:hover,
.tab_content--box-text .text:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    transition: all 0.3s linear;
}

.readmore {
    display: none;
}

.faq__list {
    padding-left: 0;
    list-style: none;
}

.faq__list .desc-faq {
    font-size: 22px;
    line-height: 28px;
    color: #00196e;
    font-weight: 500;
    margin-bottom: 24px;
}

.faq__content.active {
    overflow: visible;
}

.faq__item.active {
    overflow: visible;
}

.faq__item.bottom .area-tabs nav a.tab-link.active::after {
    bottom: -10px;
    background-color: #00196e;
}

.faq__list .area-tabs nav {
    /* border-bottom: 1px solid #e1e1e1; */
}

div.tab-content.active {
    margin-top: 24px;
}

div.tab-content>ul>li {
    list-style: square;
}

.faq__close {
    cursor: pointer;
    top: 9px;
    margin-top: 30px;
}

.top span.faq__close {
    margin: 30px auto 60px;
}

span.faq__close::after {
    transform: rotate(-45deg);
}

span.faq__close:hover::after {
    transform: rotate(-45deg);
}

.faq__item .note {
    /* text-align: center; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8a8a8a;
    /* max-width: 70%; */
    margin: 0 auto;
}

.faq__list .faq__header {
    padding-right: 30px;
}

.faq__list .faq__item .question {
    max-width: 100%;
}

/* time line */

.time-line {
    display: flex;
    max-width: 90%;
    margin: 60px auto;
}

.time-line .year {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #00196e;
    display: block;
}

.time-line .desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #00196e;
}

.time-line ul {
    list-style: none;
    padding-left: 0;
}

.time-line ul li {
    color: #222;
}

.time-line .timeline__list-left .timeline__item--top {
    background: #ceedf6;
    padding: 12px 16px;
    border-top-right-radius: 16px;
}

.time-line .timeline__list-left .timeline__item--bottom {
    border-top: 1px solid #00196e;
    padding-right: 18px;
}

.time-line .timeline__list-left .timeline__item--bottom ul {
    border-bottom-right-radius: 16px;
    background: #f4f4f4;
    padding: 12px 16px;
}

.time-line .timeline__list-right .timeline__item--top {
    background: #ceedf6;
    padding: 12px 16px;
    border-top-left-radius: 16px;
}

.time-line .timeline__list-right .timeline__item--bottom {
    border-top: 1px solid #00196e;
    padding-left: 18px;
    position: relative;
}

.time-line .timeline__list-right .timeline__item--bottom ul {
    border-bottom-left-radius: 16px;
    background: #f4f4f4;
    padding: 12px 16px;
}

.time-line .timeline__list-left .timeline__item--wrap {
    padding-top: 64px;
    border-top: 1px solid #00196e;
    border-left: 1px solid #00196e;
    border-top-left-radius: 16px;
    padding-right: 18px;
}

.time-line .timeline__list-right .timeline__item--wrap {
    padding-top: 64px;
    border-top: 1px solid #00196e;
    border-right: 1px solid #00196e;
    border-top-right-radius: 16px;
    padding-left: 18px;
}

.time-line .timeline__item {
    width: 100%;
    position: relative;
}

.time-line .timeline__list-left,
.time-line .timeline__list-right {
    width: 50%;
}

.time-line .timeline__list-right .timeline__item:nth-child(1) {
    margin-top: 144.8px;
}

.time-line .timeline__list-left .timeline__item:nth-child(2) {
    margin-top: 72.5px;
}

.time-line .timeline__list-right .timeline__item:nth-child(2) {
    margin-top: 72.5px;
}

.time-line .text-abso {
    position: absolute;
    bottom: 84%;
    left: 102%;
}

.time-line .text-abso h4 {
    font: 400 32px/36px 'halyard-display', sans-serif;
}

.time-line .text-abso h4,
.time-line .text-abso span {
    margin: 0;
    white-space: nowrap;
    color: #00196e;
}

.time-line .timeline__list-left .dot-abso {
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -35px;
}

.time-line .timeline__list-right .dot-abso {
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -52px;
}

.time-line .dot-abso span {
    display: block;
    margin-bottom: 8px;
    max-width: 140px;
    color: #00196e;
}

.time-line .frame-abso {
    content: '';
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: -1px;
    right: 100%;
    border-top: 1px solid;
    border-left: 1px solid;
    border-top-left-radius: 16px;
}

.time-line .frame-abso .dot-abso span {
    white-space: nowrap;
}

.time-line .timeline__list-right .timeline__item:nth-child(2) .frame-abso .dot-abso {
    top: -36px;
}

.time-line .timeline__list-right .timeline__item:nth-child(2) .dot-abso {
    top: -52px;
}

.time-line .timeline__list-right .timeline__item:nth-child(2) .text-abso {
    position: absolute;
    top: 100%;
    right: 40%;
    bottom: unset;
    left: unset;
}

@media screen and (max-width: 991px) {
    div.news-item {
        flex-direction: row;
        gap: 24px;
    }

    .news-list div.news-item .news-item--img img {
        height: 210px;
        width: 250px;
    }

    .james__news--list .james_row {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: auto;
        margin: 0;
    }

    div.james__news .james__news--list {
        position: relative;
    }

    div.james__news .james__news--list::after {
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 1) 100%);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        z-index: 10;
        height: 100%;
    }

    div.james__news .james__news--list::before {
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 1) 100%);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 100%;
        z-index: 10;
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    div.james__news .james__news--list {
        max-width: 100%;
        margin: 0 auto;
    }

    div.james__news .james__news--list .james_col-4:last-child {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    div.news-item {
        flex-direction: column;
    }

    .news-list div.news-item .news-item--img img {
        height: 308px;
        width: 100%;
    }

    .james__news--list .james_row {
        flex-wrap: wrap;
        max-width: 100%;
        overflow-x: unset;
        margin: unset;
    }

    div.james__news .james__news--list::before,
    div.james__news .james__news--list::after {
        display: none;
    }

    .see-more .j_btn-explore {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .trajectory .trajectory__img {
        width: 720px;
    }

    .trajectory__wrap {
        max-width: 100%;
        overflow-x: auto;
    }

    .trajectory .trajectory__list {
        gap: 120px;
        padding-left: 50px;
        justify-content: unset;
        flex-wrap: nowrap;
    }

    .trajectory__group {
        position: relative;
    }

    .trajectory__group::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 40px;
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 1) 100%);
    }

    .area-tabs nav a.tab-link.active::after {
        bottom: 0;
    }

    .faq__list .desc-faq {
        font-size: 16px;
        line-height: 24px;
    }

    .time-line .year {
        font-size: 24px;
        line-height: 28px;
    }

    .time-line {
        position: relative;
        max-width: 100%;
        padding-bottom: 340px;
    }

    .time-line .timeline__list-left,
    .time-line .timeline__list-right {
        width: 80%;
    }

    .time-line .timeline__list-right {
        position: absolute;
        right: 0;
    }

    .time-line .timeline__list-right .timeline__item:nth-child(1) {
        margin-top: 136.8px;
    }

    .time-line .timeline__list-right .timeline__item--wrap {
        padding-top: 170px;
    }

    .time-line .timeline__list-left .timeline__item:nth-child(2) {
        margin-top: 170px;
    }

    .time-line .timeline__list-left .timeline__item:nth-child(2) .timeline__item--wrap {
        padding-top: 170px;
    }

    .time-line .timeline__list-right .timeline__item:nth-child(2) .dot-abso {
        top: 120px;
        left: unset;
        right: -12px;
        transform: translateX(0);
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .time-line .dot-abso span {
        white-space: nowrap;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .time-line .timeline__list-right .timeline__item:nth-child(2) {
        margin-top: 170px;
    }

    .time-line .timeline__list-left .dot-abso {
        left: 62px;
        top: 100px;
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
    }

    .time-line .text-abso {
        left: 60%;
        background-color: #fff;
        padding: 0 20px;
    }

    .time-line .frame-abso {
        content: '';
        display: block;
        height: 200%;
        width: 19%;
        position: absolute;
        top: -1px;
        right: 100%;
        border-top: 1px solid;
        border-left: 1px solid;
        border-top-left-radius: 16px;
    }

    .time-line .timeline__list-right .timeline__item:nth-child(2) .frame-abso .dot-abso {
        top: 115px;
        left: -12px;
        flex-direction: row-reverse;
        right: unset;
    }

    .time-line .timeline__list-right .timeline__item:nth-child(2) .text-abso {
        position: absolute;
        top: unset;
        right: unset;
        bottom: 0;
        left: 0;
    }

    .faq__item .note {
        max-width: 80%;
        margin: 0;
        text-align: unset;
    }
}