/* ===============================
   HOME NEWS SLIDER
================================ */

.home-news-block {
    width: 100%;
    margin-bottom: 20px;
}

.home-section-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.home-section-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 110px;
    height: 4px;
    background: #610615;
}

.home-section-head h2 {
    margin: 0;
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    color: #610615;
}

.home-section-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #7f878d;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.home-section-link:hover {
    color: #610615;
}

.home-section-link i {
    font-size: 26px;
    line-height: 1;
}

.home-news-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.home-news-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.home-news-slider .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    height: auto;
}

.home-news-card {
    position: relative;
    width: 100%;
    height: 390px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
}

.home-news-content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 78px;
    z-index: 2;
    color: #fff;
}

.home-news-content h3 {
    margin: 0;
    width: 58%;
    max-width: 58%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    text-transform: uppercase;
    color: #fff;
    white-space: normal;
}

.home-news-content h3 a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

.home-news-line {
    width: 55%;
    height: 2px;
    background: #fff;
    margin: 18px 0 16px;
}

.home-news-date {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.home-news-date i {
    font-size: 24px;
    line-height: 1;
}

.home-news-content p {
    margin: 0;
    width: 58%;
    max-width: 58%;
    color: #fff;
    font-size: 13px;
    line-height: 1.45;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

    overflow: hidden;
    white-space: normal;
    overflow-wrap: break-word;
}

.home-news-button {
    position: absolute;
    right: 35px;
    bottom: 70px;
    z-index: 3;
    width: 155px;
    height: 56px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .10em;
    text-decoration: none;
}

.home-news-button:hover {
    background: #fff;
    color: #610615;
}

.home-news-button i {
    font-size: 26px;
    line-height: 1;
}

.home-news-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 34px !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    z-index: 5;
    transform: translateX(-50%);
}

.home-news-pagination .swiper-pagination-bullet {
    width: 38px;
    height: 4px;
    margin: 0 !important;
    border-radius: 0;
    background: rgba(255,255,255,.55);
    opacity: 1;
}

.home-news-pagination .swiper-pagination-bullet-active {
    width: 68px;
    background: #610615;
}

.home-news-nav {
    position: static;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 8px;
}

.home-news-nav .home-news-prev,
.home-news-nav .home-news-next {
    position: static !important;
    inset: auto !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    background: #fff;
    border: 1px solid #ddd;
    color: #610615 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: none !important;
}

.home-news-nav .home-news-prev::after,
.home-news-nav .home-news-next::after {
    font-family: "swiper-icons" !important;
    font-size: 18px !important;
    color: #610615 !important;
}

.home-news-nav .home-news-prev:hover,
.home-news-nav .home-news-next:hover {
    border-color: #c8a83a;
    color: #c8a83a !important;
}

.home-news-nav .home-news-prev:hover::after,
.home-news-nav .home-news-next:hover::after {
    color: #c8a83a !important;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1199px) {
    .home-news-card {
        height: 380px;
    }

    .home-news-content h3 {
        font-size: 24px;
        max-width: 78%;
    }

    .home-news-content p {
        font-size: 15px;
        max-width: 65%;
    }

    .home-news-button {
        width: 145px;
        height: 52px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .home-news-card {
        height: 400px;
    }

    .home-news-content h3 {
        max-width: 90%;
        font-size: 25px;
    }

    .home-news-content p {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .home-section-head {
        align-items: center;
        flex-direction: row;
        margin-bottom: 22px;
        padding-bottom: 16px;
    }

    .home-section-head h2 {
        font-size: 26px;
    }

    .home-news-nav {
        position: static;
        display: flex;
        margin-top: 0;
        margin-left: auto;
    }

    .home-news-nav .home-news-prev,
    .home-news-nav .home-news-next {
        width: 38px !important;
        height: 38px !important;
    }

    .home-news-nav .home-news-prev::after,
    .home-news-nav .home-news-next::after {
        font-size: 15px !important;
    }

    .home-news-card {
        height: 440px;
    }

    .home-news-content {
        left: 24px;
        right: 24px;
        bottom: 105px;
    }

    .home-news-content h3,
    .home-news-content h3 a {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .home-news-line {
        width: 100%;
        margin: 15px 0 14px;
    }

    .home-news-date {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .home-news-date i {
        font-size: 21px;
    }

    .home-news-content p {
        width: 100%;
        max-width: 100%;
        display: block;
        overflow: visible;
    }

    .home-news-button {
        left: 24px;
        right: auto;
        bottom: 35px;
        width: 130px;
        height: 48px;
        font-size: 13px;
        gap: 10px;
    }

    .home-news-button i {
        font-size: 22px;
    }

    .home-news-pagination {
        left: 50% !important;
        bottom: 22px !important;
        transform: translateX(-50%);
    }

    .home-news-pagination .swiper-pagination-bullet {
        width: 28px;
        height: 3px;
    }

    .home-news-pagination .swiper-pagination-bullet-active {
        width: 45px;
    }
}

@media (max-width: 480px) {
    .home-section-head {
        flex-direction: row;
        align-items: center;
    }

    .home-section-head h2 {
        font-size: 24px;
    }

    .home-news-card {
        height: 460px;
    }

    .home-news-content {
        bottom: 115px;
    }

    .home-news-content h3 {
        font-size: 19px;
    }

    .home-news-content p {
        display: block;
        max-width: 100%;
        font-size: 13px;
        line-height: 1.45;
        overflow: visible;
        text-align: left;
    }

    .home-news-button {
        left: 24px;
        right: auto;
        bottom: 42px;
    }

    .home-news-pagination {
        display: flex;
        left: 50% !important;
        bottom: 18px !important;
    }
}