.hero-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 100px;
}

.hero-container {
    top: -310px;
    left: 50%;
    width: 1800px;
    height: 1200px;
    display: flex;
    overflow: hidden;
    position: absolute;
    transform: translateX(-50%);
    justify-content: center;
}

.hero-container .hero-background {
    width: calc(100% - 2px);
    height: 100%;
    bottom: 1px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 300px;
}

.hero-container .hero-clip {
    left: 0;
    width: 100%;
    bottom: -2px;
    position: absolute;
    user-select: none;
    -ms-user-select: none;
}

.hero-container.mobile-hero-container {
    width: 100%;
}

.hero-container.mobile-hero-container .hero-clip {
    left: 50%;
    width: 1200px;
    transform: translateX(-50%);
    max-width: initial;
}

.hero-content {
    /* top: 0;
    left: 0; */
    width: 100%;
    position: relative;
    min-height: 900px;
    padding-top: 130px;
}

.hero-content .page-title {
    color: #fff;
    padding: 0 20px;
    font-size: 32px;
}

.hero-section .hero-bg {
    width: 100%;
}

.hero-section .hero-img {
    left: 50%;
    width: 100%;
    max-width: 1920px;
    transform: translateX(-50%);
    display: block;
    position: relative;
}

.hero-section .hero-clip {
    width: 100%;
}

.important-news-container {
    margin-bottom: 100px;
}

.important-news-wrapper {
    margin-bottom: 40px;
}

.important-news-wrapper.transparent {
    opacity: 0;
}

.important-news-wrapper .important-item {
    display: block;
    text-decoration: none;
}

.important-news-wrapper .important-item:hover {
    color: #212529;
}

.thumbnail-bordered {
    /* width: 100%; */
    /* height: 240px; */
    padding: 33%;
    border-radius: 150px 150px 100px 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* ========================================================================== */
/* News' Section */
/* ========================================================================== */
.latest-news-container {
    margin-bottom: 100px;
}

.news-title {
    margin: 25px 70px;
}

.news-wrapper {
    margin-bottom: 50px;
}

.news-item {
    color: #000;
    display: block;
    padding: 20px 70px 20px 70px;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
}

.news-item::after {
    left: 70px;
    width: calc(100% - 140px);
    height: 1px;
    bottom: -1px;
    content: '';
    display: block;
    position: absolute;
    background-color: #949494;
}

.news-item:last-of-type::after {
    display: none;
}

.news-item:hover {
    color: #000;
    background-color: #F77979;
    cursor: pointer;
}

.news-item .post-title {
    font-size: 1em;
}

.btn-more {
    margin: 0 auto;
    display: inline-block;
}

/* ========================================================================== */
/* Events */
/* ========================================================================== */

.calendar-title {
    margin-bottom: 80px;    
}

.section-featured-events {
    margin-bottom: 25px;
}

.featured-event {
    text-decoration: none;
    color: #000;
    min-height: 220px;
}

.featured-event:hover {
    color: #000;
}

.featured-event .card {
    border: none;
    padding: 28px;
    display: flex;
    position: relative;
    max-width: 1100px;
    min-height: 220px;
    box-shadow: 0px 4px 12px -5px rgb(0 0 0 / 25%);
    border-radius: 15px;
    flex-direction: column;
    background-color: #fff;
}

.featured-event .event-date {
    font-weight: bold;
}

.featured-event .event-title {
    margin: 0px;
    overflow: hidden;
    max-height: 68px;
}

.btn-calendar {
    display: inline-block;
}

@media (max-width: 1950px) {
    .hero-container {
        width: 1700px;
        height: 1180px;
    }

    .hero-section {
        margin-bottom: 60px;
    }
}

@media (max-width: 1850px) {
    .hero-container {
        width: 1650px;
        height: 1130px;
    }

    .hero-content {
        min-height: 850px;
    }
    
    .hero-content .page-title {
        font-size: 30px;
    }
}

@media (max-width: 1780px) {
    .hero-container {
        width: 1960px;
        height: 1120px;
    }

    .hero-container .hero-background {
        background-position: center 270px;
    }

    .hero-content {
        min-height: 830px;
    }
}


@media (max-width: 1600px) {
    .hero-container {
        width: 1800px;
        height: 1050px;
    }
    
    .hero-container .hero-background {
        background-position: center 300px;
    }

    .hero-content {
        min-height: 760px;
    }
}

@media (max-width: 1500px) {
    .hero-container {
        width: 1700px;
        height: 1010px;
    }

    .hero-content {
        min-height: 710px;
        padding-top: 120px;
    }

    .hero-content .page-title {
        font-size: 26px;
    }
}

@media (max-width: 1450px) {
    .hero-container {
        width: 1600px;
        height: 980px;
    }

    .hero-content {
        min-height: 680px;
    }

}

@media (max-width: 1300px) {
    .hero-container {
        width: 1530px;
        height: 850px;
    }

    .desktop-hero-container .hero-background {
        background-size: 1320px auto;
    }

    .hero-content {
        min-height: 540px;
        padding-top: 100px;
    }

    .hero-content .page-title {
        font-size: 24px;
    }

    .important-news-container {
        margin-bottom: 40px;
    }

    .latest-news-container {
        margin-bottom: 50px;
    }

    .news-item {
        padding: 18px 70px 18px 70px;
    }

    .news-wrapper {
        margin-bottom: 30px;
    }

    .calendar-title {
        margin-bottom: 40px;    
    }

    .featured-event {
        min-height: 210px;
    }

    .featured-event .card {
        padding: 24px;
        min-height: 210px;
    }

    .section-featured-events {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .mobile-hero-container .hero-background {
        background-position: center 220px;
    }

    .hero-content {
        padding-top: 100px;
    }

    .hero-content .page-title {
        font-size: 22px;
    }

    .important-news-container {
        margin-bottom: 35px;
    }

    .news-title {
        margin: 25px 40px;
    }
    
    .news-item {
        padding: 20px 40px 20px 40px;
    }
    
    .news-item::after {
        left: 40px;
        width: calc(100% - 80px);
    }
    
    .featured-event .card {
        padding: 21px;
    }
}

@media (max-width: 930px) {
    .mobile-hero-container .hero-background {
        background-position: center 250px;
    }
}

@media (max-width: 880px) {
    .mobile-hero-container .hero-background {
        background-position: center 300px;
    }
}

@media (max-width: 767px) {
    .hero-container {
        height: 800px;
    }

    .hero-content {
        min-height: 490px;
        padding-top: 90px;
    }

    .news-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .news-title {
        margin: 25px 20px;
    }
    
    .news-item {
        padding: 20px 20px 20px 20px;
    }
    
    .news-item::after {
        left: 20px;
        width: calc(100% - 40px);
    }
}

@media (max-width: 460px) {
    .hero-content {
        padding-top: 80px;
    }
}