.breadcrumb {
    width: 100%;
    margin-bottom: 20px;
}
.breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 20px;
}
@media (max-width: 767.98px) {
    .breadcrumb__list {
        flex-wrap: nowrap;
    }
    .breadcrumb__list li:last-child {
        width: fit-content;
        max-width: 535px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
}
.breadcrumb__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: #45464a;
    text-decoration: none;
    white-space: nowrap;
}
.breadcrumb__item--home {
    color: #45464a;
}
.breadcrumb__item--home:hover {
    color: #00529c;
}
.breadcrumb__item--current {
    color: #45464a;
    cursor: default;
}
.breadcrumb__item:not(.breadcrumb__item--current):not(.breadcrumb__item--home):hover {
    color: #00529c;
}
.breadcrumb a.breadcrumb__item {
    transition: color 0.2s ease;
}
.breadcrumb a.breadcrumb__item:hover {
    text-decoration: none;
}
.breadcrumb__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #45464a;
}
.breadcrumb__icon {
    width: 16px;
    height: 16px;
    color: #45464a;
    flex-shrink: 0;
}

.intro-banner {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.intro-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.intro-banner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 60px 0 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(71, 71, 71, 0.4) 55%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}
.intro-banner .breadcrumb__list {
    gap: 8px;
}
.intro-banner .breadcrumb__item {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}
.intro-banner .breadcrumb__item a {
    color: #ffffff;
}
.intro-banner .breadcrumb__separator {
    color: #ffffff;
}
.intro-banner__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}
@media (max-width: 1280px) {
    .intro-banner {
        height: 480px;
    }
    .intro-banner__content {
        height: 260px;
        padding: 50px 0px 36px;
    }
    .intro-banner__title {
        font-size: 40px;
    }
}
@media (max-width: 1024px) {
    .intro-banner {
        height: 420px;
    }
    .intro-banner__content {
        height: 240px;
        padding: 40px 0 32px;
    }
    .intro-banner__title {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .intro-banner {
        height: 578px;
    }
    .intro-banner__content {
        height: 200px;
        padding: 32px 0px 28px;
        gap: 6px;
    }
    .intro-banner .breadcrumb__item {
        font-size: 12px;
    }
    .intro-banner__title {
        font-size: 32px;
    }
}
/*# sourceMappingURL=banner.css.map */
.history-section {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
    background: #ffffff;
}
.history-section .row {
    display: block;
}

.history-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.history-background::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/dynamic/intro/bg.jpg");
    opacity: 0.15;
    pointer-events: none;
}

.history-container {
    position: relative;
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 80px;
    z-index: 1;
}

.history-intro {
    position: absolute;
    top: 0px;
    width: calc(100% - 40px);
}

.history-title {
    max-width: 620px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.265;
    color: #111832;
    margin: 0;
}

.history-timeline-wrapper {
    position: relative;
}

.ship-container {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    width: 100vw;
    animation: shipSailingFullWidth 20s linear infinite;
}
@keyframes shipSailingFullWidth {
    0% {
        transform: translateX(-322px) translateY(-50%);
    }
    100% {
        transform: translateX(100vw) translateY(-50%);
    }
}
.ship-container img {
    width: 322px;
    height: auto;
    display: block;
}

.timeline-slider-container {
    position: relative;
    z-index: 2;
}

.timeline-slider .slick-list {
    overflow: visible;
}
.timeline-slider .slick-track {
    display: flex;
    align-items: center;
}
.timeline-slider .slick-slide {
    height: auto;
}
.timeline-slider .slick-slide > div {
    height: 100%;
}

.timeline-slide {
    padding: 0 20px;
    outline: none;
    position: relative;
}

.timeline-group {
    position: relative;
    min-height: 600px;
}
.timeline-group.timeline-top {
    padding-bottom: 500px;
}
.timeline-group.timeline-bottom {
    padding-top: 400px;
}

.timeline-subgroup {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 7px 10px 20px 0px rgba(231, 237, 239, 0.8);
}

.timeline-cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 100%;
}

.timeline-card {
    width: 400px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.timeline-card:hover {
    transform: translateY(-4px);
}
.timeline-card.card-variant {
    opacity: 0.6;
}
.timeline-card.card-variant .card-date-badge {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-color: #7B7B7B;
}
.timeline-card.card-variant .card-date-badge .date-month,
.timeline-card.card-variant .card-date-badge .date-year {
    color: #7B7B7B;
}
.timeline-card.card-variant .card-description {
    color: #7B7B7B;
}

.card-image {
    position: relative;
    width: 100%;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
}
.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-date-badge {
    position: absolute;
    top: 28px;
    left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 116px;
    height: 104px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1px solid #00529c;
    border-radius: 8px;
    backdrop-filter: blur(7.1px);
    z-index: 2;
}

.date-month {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #00529c;
    text-align: center;
    width: 100%;
}

.date-year {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #00529c;
    text-align: center;
    width: 100%;
}

.card-content {
    position: relative;
}

.card-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #45464a;
    max-height: 80px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-note {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    width: 100%;
    color: #00529c;
    max-height: 120px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-group .timeline-note {
    max-width: 816px;
}

.timeline-group:has(.timeline-cards .timeline-card:only-child) .timeline-note {
    max-width: 400px;
}

.timeline-group:has(.timeline-cards .timeline-card:nth-child(3):last-child) .timeline-note {
    max-width: 1232px;
}

.history-container-mobile {
    display: none;
    position: relative;
    z-index: 1;
}

.history-title-mobile {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.265;
    color: #111832;
    margin: 0 0 60px;
    text-align: left;
    min-height: 100px;
}

.timeline-mobile-wrapper {
    position: relative;
    width: 100%;
    padding-top: 66px;
}

.timeline-nav-prev,
.timeline-nav-next {
    color: #111832;
    position: absolute;
    top: 6px;
    z-index: 10;
    width: 36px;
    height: 36px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.timeline-nav-prev svg,
.timeline-nav-next svg {
    width: 20px;
    height: 20px;
}
.timeline-nav-prev:active,
.timeline-nav-next:active {
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.timeline-nav-prev.slick-disabled,
.timeline-nav-next.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.timeline-nav-prev {
    left: -12px;
}

.timeline-nav-next {
    right: -12px;
}

.timeline-main-slider {
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.timeline-main-slider .slick-list {
    overflow: visible;
}
.timeline-main-slider .slick-track {
    height: 100%;
}
.timeline-main-slider .slick-slide {
    min-height: 348px;
    height: 100% !important;
}
.timeline-main-slider .slick-slide > div {
    height: 100%;
    min-height: 348px;
}

.timeline-year-slide {
    outline: none;
}
.timeline-year-slide .slick-slide {
    padding: 0 20px;
}

.timeline-cards-slider {
    width: 100%;
    margin-bottom: 0 !important;
}
.timeline-cards-slider .slick-list {
    overflow: hidden;
}
.timeline-cards-slider .slick-dots {
    bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.timeline-cards-slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}
.timeline-cards-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #E8EEF0;
}
.timeline-cards-slider .slick-dots li button:before {
    display: none;
}
.timeline-cards-slider .slick-dots li.slick-active button {
    width: 36px;
    -webkit-border-radius: 499.5px;
    -moz-border-radius: 499.5px;
    border-radius: 499.5px;
    background: linear-gradient(270deg, #4858ef 0%, #1bb5ec 100%);
}

.timeline-card-mobile {
    height: 100%;
    min-height: 348px;
    padding: 12px 12px 40px 12px;
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 7px 10px 20px 0px rgba(231, 237, 239, 0.8);
    -moz-box-shadow: 7px 10px 20px 0px rgba(231, 237, 239, 0.8);
    box-shadow: 7px 10px 20px 0px rgba(231, 237, 239, 0.8);
    outline: none;
}

.card-image-mobile {
    position: relative;
    width: 100%;
    height: 160px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}
.card-image-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-date-badge-mobile {
    position: absolute;
    top: 48px;
    left: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1px solid #00529c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    backdrop-filter: blur(7.1px);
    z-index: 2;
}

.date-month-mobile {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #00529c;
    text-align: center;
    width: 100%;
}

.date-year-mobile {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #00529c;
    text-align: center;
    width: 100%;
}

.card-description-mobile {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #45464a;
    height: 118px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.timeline-note-mobile {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    min-height: 296px;
    color: #00529c;
    height: 100%;
    align-content: center;
    padding: 12px 0;
}

@media (max-width: 1280px) {
    .history-container {
        padding: 0 40px;
    }
    .card-description {
        max-height: 100px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    @keyframes shipSailingFullWidth {
        0% {
            transform: translateX(-300px) translateY(-50%);
        }
        100% {
            transform: translateX(100vw) translateY(-50%);
        }
    }
    .timeline-card {
        width: 280px;
    }
    .timeline-group .timeline-note {
        max-width: 576px;
    }
    .timeline-group:has(.timeline-cards .timeline-card:only-child) .timeline-note {
        max-width: 280px;
    }
    .timeline-group:has(.timeline-cards .timeline-card:nth-child(3):last-child) .timeline-note {
        max-width: 872px;
    }
}
@media (max-width: 991.98px) {
    .history-background::before {
        top: 35%;
    }
    .history-section {
        padding: 40px 0;
        background: none;
    }
    .history-container {
        display: none;
    }
    .ship-container {
        animation: none;
        left: 50%;
        top: calc(35% - 20px);
        transform: translate(-50%, -50%);
        width: 224px;
    }
    .ship-container img {
        width: 224px;
    }
    .history-container-mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    .history-section {
        padding: 40px 0;
    }
    .history-container {
        padding: 0 20px;
    }
    .history-title {
        font-size: 20px;
    }
    .history-timeline-wrapper {
        padding: 60px 0;
    }
    .timeline-slide {
        padding: 0 30px;
    }
    .timeline-slide:has(.timeline-cards .timeline-card:only-child) {
        min-width: auto;
    }
    .timeline-group {
        min-height: 500px;
    }
    .timeline-group.timeline-top {
        padding-bottom: 250px;
    }
    .timeline-group.timeline-top::after {
        height: 240px;
    }
    .timeline-group.timeline-bottom {
        padding-top: 250px;
    }
    .timeline-group.timeline-bottom::after {
        height: 240px;
    }
    .timeline-group .timeline-note {
        max-width: 280px;
    }
    .timeline-card {
        width: 280px;
    }
    .card-image {
        height: 180px;
    }
    .card-content {
        padding: 16px;
    }
    .card-description {
        font-size: 13px;
    }
    .timeline-note {
        font-size: 14px;
        padding: 12px 16px;
    }
}
@media (max-width: 480px) {
    .history-background::before {
        top: 38%;
    }
    .ship-container {
        top: calc(38% - 20px);
    }
}
/*# sourceMappingURL=history.css.map */
