/* ===============================
   NEWSROOM SECTION
================================ */

.newsroom {
    position: relative;
    width: 100%;
    padding: 150px 0 0px;
    background: #001D3F;
    float: left;
}

.newsroom h2{font-size: 40px; color: #fff; padding: 0 0 30px;}
.know-more{position: absolute;     bottom: -31px;
    left: 625px;
    color: #2898FF; font-weight: 700; font-size: 20px; padding: 0 30px 0 0;
}
.know-more:after{position: absolute; right: 0; top: 6px;  content: ""; background: url("../images/link_arrow.svg") no-repeat; width: 20px; height: 20px; transition: all 0.35s ease; }

/* hover effect */
.know-more:hover {
    color: #9fd3ff;
}

.know-more:hover:after {
   right: -10px

}


/* ===============================
   SLIDER WRAPPER
================================ */

.news-section-slider {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

/* ===============================
   LEFT YEAR WRAPPER
================================ */
.year-wrapper {
    position: relative;
    width: 545px;
    height: 300px;
    display: flex;
    justify-content: right;
    align-items: center;
    /* background-image: url("../images/news-bg.jpg"); */
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    overflow: hidden;
}


/* Static “20” Background */
.year-wrapper span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size:220px;
    color: #fff;
    pointer-events: none; z-index: 9;letter-spacing: -16px;
}

.year-wrapper span img{padding-top: 30px;float: right; position: relative;}


/* ===============================
   YEAR SLIDER
================================ */

.year-slider {
    width: auto;
}

.year-slider .slick-track {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.year-slider .slick-slide {
    /* height: auto !important; */
    height: 160px !important;
    display: flex !important;
    justify-content: left;
    align-items: center;
}

/* Year Text */
.year-wrapper .item-year {
    font-weight: 900;
    font-size: 220px;
    line-height: 1;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    color: rgba(255,255,255,0.05);
    transition: 0.4s ease;
    cursor: pointer;
    letter-spacing: -13px;
}

/* Active Year */
.year-wrapper .slick-current .item-year {
    color: #ffffff;
    transform: scale(1.05);
}

/* Optional side fade effect */
.year-slider .slick-slide:not(.slick-current) .item-year {
    opacity: 0.3;
}

/* ===============================
   RIGHT CONTENT SLIDER
================================ */

.news-slider {
    width: calc(100% - 545px);
    padding: 0 0 0 80px;
}




.news-slider .slick-track {
    display: flex !important;
    flex-direction: column;
}

.news-slider .slick-slide {
    height: 100% !important;
}

.news-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.year-wrapper .item-year.slick-active {
   /* line-height: 16px; */
}

/* ===============================
   NEWS LIST
================================ */

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* each item */
.news-list li {
    position: relative;
    padding: 18px 0 18px 0px;
    border-bottom: 1px dashed rgba(91, 176, 255, 0.6);
}

/* left bullet line */
/* .news-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0.7;
    transition: 0.3s ease;
} */

/* link style */
.news-list li{
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    display: block;
    transition: all 0.35s ease;
}

/* .news-list li{height: 80px;} */

.news-slider.slick-vertical .slick-slide {
    height: 25vw !important;
}

    .news-slider.slick-vertical .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* hover effect */
.news-list li:hover {
    padding-left: 10px;
    color: #9fd3ff;
}

/* bullet animation */
.news-list li:hover::before {
    transform: scale(1.4);
    background: #9fd3ff;
}

/* last item remove border */
.news-list li:last-child {
    border-bottom: none;
}

/* Overlay */




.year-wrapper .item-year.active {
    color: #2395FF;
    transition: .5s all;
    position: relative;
    z-index: 5;
    /* line-height: normal; */

}

/* ===============================
   RESPONSIVE
================================ */
/* ===============================
   RESPONSIVE
================================ */
@media all and (max-width: 1300px) {
    .newsroom {
    padding: 80px 0 150px;

}
.news-list li {
    font-size: 20px;
}
}


@media all and (max-width: 540px) {

    section[data-section-name="news"] {
        height: auto;
        padding: 25vw 0;
    }

    .news-section-slider {
        flex-wrap: wrap;
        gap: 50px;
    }

    .year-wrapper {
        width: 100%;
        height: 200px;
        background-position: 100%;
        background-size: cover;        justify-content: center;
    }

    .newsroom h2 {
    text-align: center;
}

 .year-wrapper span {
        left: 0;
        font-size: 100px;
        text-align: center;
        position: relative;
        top: auto;
        transform: none;
    }

    .year-wrapper .item-year {
    font-size: 100px;
}

.year-slider .slick-slide{height: auto !important;}
.year-wrapper span img {
    padding-top: 15px;
    float: right;
    position: relative;
    width: 80px;
}

    .news-slider {
        width: 100%;
        max-width: 100%;
    }

    .news-wrapper {
        padding: 0 35px;
        width: 100% !important;
    }

    /* .news-list li {
    height: 120px; display: block;
    } */

        .news-slider.slick-vertical .slick-slide {
        height: 300px !important;
    }

    .news-slider.slick-vertical .slick-slide {
        display: block;
    }




    .know-more {
    position: relative;
    bottom: 0;
    left: 40px;
    color: #2898FF;
    font-weight: 700;
    font-size: 20px;
    padding: 0 30px 0 0;
}

.year-wrapper .item-year{letter-spacing: normal;}
.news-list li {
    font-size: 17px;
}
.news-slider {
    padding: 0 0 0 0px;
}

}