
.about-2 .position-image-right:before {
    content: "";
    display: block;
    background: radial-gradient(69.68% 69.68% at 50% 50%, rgba(0, 150, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 73.67%);
    position: absolute;
    left: -300px;
    top: 200px;
    width: 800px;
    height: 800px;
    z-index: -1;
}

.accordion .accordion-wrap {
    display: flex;
    gap: 25px;
    height: 610px;
}

.accordion {
    padding-bottom: 10.4vw;
}

.accordion h2 {
    font-size: 80rem;
    line-height: 1;
    color: #000;
    font-weight: 300;
    margin-bottom: 50px;
}

.accordion .accordion-wrap .acc-item {
    position: relative;
    flex: 1 1 0;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    background: #11111100 center/cover no-repeat;
    transition: flex-grow 280ms cubic-bezier(.2, .7, .2, 1), transform 280ms cubic-bezier(.2, .7, .2, 1);
    outline: none;
}

.accordion .accordion-wrap .acc-gradient {
    position: absolute;
    inset: 0;
    opacity: .8;
    pointer-events: none;
    transition: opacity 280ms cubic-bezier(.2, .7, .2, 1);
    rotate: 180deg;
}

.accordion .accordion-wrap .acc-content {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: grid;
    gap: 15px;
}

.accordion .accordion-wrap .acc-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    text-align: right;
    color: black;
}

.accordion .accordion-wrap .acc-desc {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 280ms cubic-bezier(.2, .7, .2, 1), opacity 280ms cubic-bezier(.2, .7, .2, 1);
    margin: 0;
    text-align: right;
    max-width: 520px;
}


.deliver {
    padding: 80px 0;
}

.deliver .deliver-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 860px;
    padding: 230px 0 250px;
    margin: 0 auto;
    position: relative;
}

.deliver .deliver-content .label-deliver {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 10px;
    z-index: 3;
}

.deliver .deliver-content .title-deliver {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 30px;
    z-index: 3;
}

.deliver .deliver-content .content-deliver {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    max-width: 800px;
    z-index: 3;
}

.deliver .deliver-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(69.68% 69.68% at 50% 50%, rgba(254, 140, 171, 0.60) 0%, rgba(255, 255, 255, 0.00) 73.67%);
    z-index: 1;
}

.deliver .deliver-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about/heart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.timeline {
    display: flex;
    transition: transform .5s ease-in-out;
    gap: 35px;
    padding-bottom: 100px;
    height: 500px;
}

.timeline-slide {
    flex: 0 0 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 70px;
}

.timeline-slide .year {
    transition: color .3s ease, font-size .3s ease;
    position: absolute;
    bottom: -50px;
    right: 0;
    font-size: 22px;
}

.timeline-slide.active {
    flex: 0 0 35%;
}

.timeline-slide .content-container .content-text {
    display: none;
    margin-bottom: 50px;
    max-height: 200px;
    overflow: hidden;
}

.timeline-slide .content-container .content-image {
    border-radius: 15px;
    overflow: hidden;
    opacity: 0.7;
    height: 110px;
}

.timeline-slide.active .content-container .content-text {
    display: block;
}

.timeline-slide.active .content-container .content-image {
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease, height .3s ease;
    height: 230px;
}

.timeline-slide .content-container .content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.timeline-container {
    background: linear-gradient(220deg, rgb(0 150 255 / 51%) 18.15%, rgb(202 234 249 / 20%) 74.64%);
    padding: 250px 200px 60px 0;
    position: relative;
}

.timeline-section .slider-buttons {
    position: absolute;
    left: 80px;
    top: 80px;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.timeline-section {
    margin-top: 10.4vw;
    overflow: hidden;
}

.timeline-line {
    width: 800%;
    height: 1px;
    background-color: #2583C5;
    position: absolute;
    bottom: 19px;
    left: -1920rem;
}

.timeline-dots {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}

.timeline-dots .dot {
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    margin-top: -24px !important;
    z-index: 20;
    left: 0;
    margin-left: -3rem;
    transition: all .3s;
}

.timeline-slide.active .dot {
    background-color: #2583C5;
    width: 32px;
    height: 32px;
    z-index: 20;
    margin-left: -1920rem;
}

.timeline-slide .content-container .content-text h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.timeline-section .slider-buttons button {
    border: unset;
    background: white;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
}

.timeline-section .slider-buttons button.btn-prev {
    rotate: 180deg;
}

.timeline-slide:not(.active):hover .content-image img {
    transform: scale(1.2);
    transition: all .3s;
}

.timeline-slide:not(.active):hover .timeline-dots .dot {
    transform: scale(1.2);
    transition: all .3s;
}

.timeline-slide:not(.active):hover .content-image,
.timeline-slide:not(.active):hover .timeline-dots .dot {
    cursor: pointer;
}

.timeline-slide.active .year {
    font-weight: 500;
    font-size: 28px;
}

.timeline-section:before {
    content: "";
    /*background-image: url(../img/about/history-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
}

.about-6 .about-6--link {
    margin-top: 150px;
}

@media (hover: hover) and (pointer: fine) {
    .accordion.has-hover .accordion-wrap .acc-item {
        flex-grow: 0.9;
    }

    .accordion.has-hover .accordion-wrap .acc-item.is-hovered {
        flex-grow: 3;
        transform: translateY(-2px);
    }

    .accordion.has-hover .accordion-wrap .acc-item.is-hovered .acc-desc {
        max-height: 240px;
        opacity: 1;
    }

    .accordion.has-hover .accordion-wrap .acc-item.is-hovered::before {
        opacity: 1;
    }
}

@media (hover: none), (pointer: coarse) {
    .accordion .accordion-wrap {
        flex-direction: column;
        height: auto;
    }

    .accordion .accordion-wrap .acc-item {
        flex: 0 0 auto;
        min-height: 220px;
        width: 100%;
    }

    .accordion .accordion-wrap .acc-item.is-active .acc-desc {
        max-height: 500px;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .accordion .accordion-wrap {
        flex-direction: column;
        height: auto;
    }

    .accordion h2 {
        font-size: 60rem;
    }

    .accordion .accordion-wrap .acc-item {
        flex: 0 0 auto;
        min-height: 120px;
        width: 100%;
    }

    .accordion .accordion-wrap .acc-item.is-active {
        min-height: 350px;
    }

    .accordion .accordion-wrap .acc-item.is-active .acc-desc {
        max-height: 500px;
        opacity: 1;
    }

    .accordion .accordion-wrap .acc-content {
        right: 30px;
        bottom: 25px;
    }

    .deliver .deliver-content {
        padding: 80px 0 0;
    }

    .deliver .deliver-content .content-deliver {
        font-size: 18px;
        line-height: 1.5;
    }

    .deliver .deliver-content .title-deliver {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .about-2 .position-image-right:before {
        left: -100px;
        top: 100px;
        width: 500px;
        height: 500px;
    }
    .career-main-banner .main-banner .video-control {
        right: 20px;
        bottom: 50px;
    }
    .timeline-container {
        padding: 180px 50px 0px 0;
    }

    .timeline-slide {
        padding-bottom: 50px;
    }

    .timeline-slide.active {
        flex: 0 0 70%;
    }

    .timeline-slide .content-container .content-image {
        height: 80px;
    }

    .timeline-slide.active .content-container .content-image {
        height: 150px;
    }

    .timeline {
        gap: 25px;
    }

    .timeline-section .slider-buttons {
        left: 30px;
        top: 50px;
        gap: 20px;
    }

    .timeline-slide.active .content-container .content-text {
        margin-bottom: 30px;
        max-height: 240px;
    }

    .timeline-slide .content-container .content-text h3 {
        font-size: 26px;
    }

    .timeline-section .slider-buttons button {
        width: 60px;
        height: 60px;
    }
    .about-6 .about-6--link {
        margin-top: 50px;
    }
}