.history {
    background: #fff;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.history .container {
    position: relative;
    z-index: 10;
}
.history .history-heading {
    color: var(--text, #101857);
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.27; /* 127.273% */
    text-transform: capitalize;
    margin-bottom: 55px;
}
.history .history-wapper {
    position: relative;
    margin-bottom: 62px;
}
.history .history-line-svg {
    position: absolute;
    left: 0;
    width: 100%;
    top: 64px;
}
.history .history-swiper {
    width: 1100px;
    padding-top: 60px;
}
.history .history-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    cursor: pointer;
}
.history .history-swiper .swiper-slide .history-item-svg svg {
    width: 16px;
    height: 16px;
}
.history .history-swiper .swiper-slide .history-item-svg svg .circle2 {
    opacity: 0;
}
.history
    .history-swiper
    .swiper-slide.step-active
    .history-item-svg
    svg
    .circle2 {
    opacity: 1;
}
.history .history-swiper .swiper-slide > img {
    width: 63.961px;
    height: 60.93px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-44%);
    opacity: 0;
}
.history .history-swiper .swiper-slide.step-active > img {
    opacity: 1;
}
.history .history-swiper .swiper-slide .history-item-text {
    border-radius: 43px;
    padding: 0 16px;
    background: #eaebf5;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text, #101857);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25; /* 125% */
}
.history .history-swiper .swiper-slide.step-active .history-item-text {
    background: var(--Green, #098b43);
    color: #fff;
}
/*  */
.history-year {
    display: none;
    position: relative;
}
.history-year.open {
    display: block;
}
.history-year .history-year-item {
    display: flex;
    gap: 100px;
    align-items: center;
    opacity: 0;
}
.history-year .history-year-item:nth-child(even) {
    flex-direction: row-reverse;
}
.history-year .history-year-item .year-item-img {
    width: 542px;
    height: 320px;
    object-fit: cover;
}
.history-year .history-year-item .year-item-content {
    display: flex;
    align-items: center;
    position: relative;
}
.history-year .history-year-item:nth-child(even) .year-item-content {
    padding-right: 20px;
}
.history-year .history-year-item .year-item-content .year-item-nam {
    color: var(--Green, #098b43);
    text-align: center;
    font-family: Oswald;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33;
    transform: rotate(-90deg);
}
.history-year .history-year-item .year-item-content .year-item-title {
    color: var(--Color-text, #132456);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 16px;
}
.history-year .history-year-item .year-item-content .year-item-desc {
    color: var(--Color-text, #132456);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62; /* 162.5% */
}
.history-year .history-year-item .year-item-content .year-item-iconsvg {
    display: none;
}
.history-year .history-year-item.active .year-item-content .year-item-iconsvg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    display: block;
}
.history-year
    .history-year-item:nth-child(even)
    .year-item-content
    .year-item-iconsvg {
    left: unset;
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
}
.history .history-bg-deco1 {
    position: absolute;
    width: 590px;
    height: 590px;
    border-radius: 590px;
    background: rgba(100, 194, 78, 0.28);
    filter: blur(350.6686706542969px);
    top: 0;
    left: -160px;
    pointer-events: none;
}
.history .history-bg-deco2 {
    width: 689px;
    height: 689px;
    border-radius: 689px;
    background: rgba(219, 254, 90, 0.28);
    filter: blur(409.5096130371094px);
    position: absolute;
    top: 100px;
    right: -192px;
    pointer-events: none;
}
.history .history-bg-deco3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1554px;
    pointer-events: none;
}
/*  */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(19, 36, 86, 0.2);
    transform: translateX(-50%);
}
.timeline-line::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    width: 13px;
    height: 13px;
    aspect-ratio: 1/1;
    background: var(--Green, #44a041);
    border-radius: 100%;
}
.timeline-line::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 13px;
    height: 13px;
    aspect-ratio: 1/1;
    background: var(--Green, #44a041);
    border-radius: 100%;
}
.timeline-line-fill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 3px;
    height: 0%;
    background: var(--Green, #44a041);
}
/* tầm nhìn sứ mệnh */
.missionvision {
    width: 100%;
    min-height: 512px;
    position: relative;
    padding: 28px 0;
}
.missionvision .missionvision-imgbg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    mix-blend-mode: multiply;
}
.missionvision::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #156f00;
    z-index: 1;
    mix-blend-mode: multiply;
}
.missionvision .container {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}
.missionvision .missionvision-text-logo {
    width: 96px;
    height: auto;
    margin-right: 100px;
}
.missionvision .missionvision-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 671px;
}
.missionvision .missionvision-item .missionvision-item-heading {
    display: flex;
    align-items: center;
    gap: 6px;
}
.missionvision .missionvision-item .missionvision-item-heading img {
    width: 20.894px;
    height: 37px;
    flex-shrink: 0;
    object-fit: cover;
}
.missionvision .missionvision-item .missionvision-item-heading h2 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 1; /* 100% */
}
.missionvision .missionvision-item .missionvision-item-desc {
    margin-top: 16px;
}
.missionvision .missionvision-item .missionvision-item-desc p,
.missionvision .missionvision-item .missionvision-item-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
}
.missionvision .missionvision-item .missionvision-item-desc strong {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.missionvision .missionvision-logo {
    width: 448.031px;
    mix-blend-mode: hard-light;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    pointer-events: none;
}
/* GIÁ TRỊ CỐT LÕI */
.core {
    position: relative;
}
.core::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
        0deg,
        rgba(0, 119, 90, 0.9) 0%,
        rgba(0, 119, 90, 0.9) 100%
    );
}
.core .core-imgbg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.core .container {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    padding-bottom: 80px;
}
.core .core-heading {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}
.core .core-heading img {
    width: 20.894px;
    height: 37px;
    flex-shrink: 0;
    object-fit: cover;
}
.core .core-heading .core-heading-title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 1; /* 100% */
}
.core .core-desc {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    margin-bottom: 40px;
}
.core .core-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.core .core-list .core-list-item {
    width: 413px;
    min-height: 200px;
    height: auto;
    background: #fff;
    padding: 24px;
    padding-right: 44px;
}
.core .core-list .core-list-item .core-item-title {
    color: var(--Color-text, #132456);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2; /* 120% */
    margin-bottom: 20px;
}
.core .core-list .core-list-item .core-item-desc {
    color: var(--Color-text, #132456);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.62; /* 162.5% */
}
.missionvision-text-logo-mb {
    display: none;
}
@media (max-width: 639px) {
    .missionvision-text-logo {
        display: none;
    }
    .missionvision-text-logo-mb {
        display: block;
    }
    .history .history-swiper {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }
    .history .history-swiper .swiper-slide {
        width: 200px;
    }
    .history-year .history-year-item {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 40px;
    }
    .history-year .history-year-item:nth-child(even) {
        flex-direction: column;
    }
    .history-year {
        padding: 0 16px;
    }
    .timeline-line {
        z-index: -1;
        top: -40px;
        left: 98%;
    }
    .history-year .history-year-item .year-item-content {
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
    }
    .history-year .history-year-item .year-item-content .year-item-nam {
        transform: rotate(0deg);
    }
    .history-year
        .history-year-item.active
        .year-item-content
        .year-item-iconsvg {
        left: unset;
        right: 0px;
        transform: translateY(-50%) rotate(180deg);
    }
    .history-year .history-year-item .year-item-content .year-item-title {
        text-align: center;
    }
    .history-year .history-year-item .year-item-content .year-item-desc {
        text-align: center;
    }
    .missionvision .container {
        flex-direction: column;
    }
    .missionvision .missionvision-content {
        padding: 0 16px;
    }
    .core .container {
        padding: 0 16px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
}
