﻿.home-news {
    background: #EFE8D3;
}

    .home-news .grid.wide {
    }

.btn-link-new a {
    display: inline-flex;
    align-items: baseline;
    border-radius: 5px;
    padding: 11px 15px 12px 15px;
    user-select: none;
    background: #051550;
    margin: auto;
}

.home-new-list {
}

.img-decor-news img {
    width: 32px;
    height: auto;
}

.left-title-new {
    display: flex;
    align-items: center;
}

.img-decor-news {
    margin-right: 13px;
}

.btn-link-new a:hover {
    background: var(--default-color-1);
}

    .btn-link-new a:hover span, .btn-link-new a:hover i {
        color: #fff;
    }

.btn-link-new a span {
    color: #FFF;
    font-family: 'K2D-MEDIUM';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.title-top-news-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-link-new a i {
    font-size: 12px;
    color: var(--default-color-1);
    margin-left: 5px;
}

.home-news-container {
    padding-top: 42px;
    padding-bottom: 25px;
}

.navi-news-home {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 40px;
}

.swiper-button-next.next-btn-new {
    color: #F0E193;
    background-color: #711A28;
    top: 26px;
    opacity: 0.5;
    z-index: 0;
    right: 0px;
}

    .swiper-button-next.next-btn-new:after {
        color: #F0E193;
    }

.swiper-button-prev.prev-btn-new {
    color: #F0E193;
    background-color: #711A28;
    top: 26px;
    opacity: 0.5;
    z-index: 0;
}

    .swiper-button-prev.prev-btn-new:after {
        color: #F0E193;
    }

    .swiper-button-prev.prev-btn-new:hover {
        opacity: 1;
    }

.swiper-button-next.next-btn-new:hover {
    opacity: 1;
}

.home-news-container .p-cate {
    margin: 0;
    color: #711A28;
    font-family: 'K2D-BOLD';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.home-news-container .p-title {
    color: #333;
    font-size: 17px;
    display: block;
    font-family: 'MonR';
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
}

.home-news-container .p-decor {
}

.home-news-swiper {
    margin-top: 30px;
    padding-bottom: 33px;
}

.home-news-item {
    transition: transform 0.3s;
    border-radius: 5px;
    border: 1.05px solid #D6D6D6;
    background: #FFF;
    box-shadow: 0 4.198px 4.198px 0 rgba(176, 176, 176, 0.25);
}

.home-news-img {
    height: 237px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    width: 100%;
}

.home-news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
}

.side-news-item:hover {
    box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
    transform: translateY(-5px);
}

.home-news-item:nth-child(2) {
}

.home-news-img:hover img {
    transform: scale(1.02);
}

.home-news-img img {
    transition: all .3s;
}

.home-news-content {
    margin-top: 10px;
    margin-left: 16px;
    margin-right: 10px;
}

.home-news-title {
    transition: all .3s;
    color: #051550;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

    .home-news-title:hover {
        color: var(--default-color-1);
    }

    .home-news-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.home-news-options {
    align-items: center;
    display: flex;
    margin-top: 1px;
}

    .home-news-options .options-item {
        display: flex;
        align-items: center;
        margin-right: 27px;
    }

        .home-news-options .options-item span {
            display: block;
            margin-left: 5px;
            color: #656565;
            font-family: 'Inter_24pt-Medium';
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

.btn-link-new {
    text-align: center;
}

.home-news-descript {
    margin: 0;
    font-weight: 100;
    line-height: 150.7%;
    font-size: 16px;
    color: #767676;
    font-family: 'Inter_24pt-Medium';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 14px;
    display: none;
}

    .home-news-descript span {
    }

.home-news-btn {
    margin-top: 11px;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

    .home-news-btn span {
        display: block;
        color: #711A28;
        font-family: 'Inter_24pt-Medium';
        font-size: 15.743px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 21.253px */
        text-transform: uppercase;
        margin-right: 5px;
    }

    .home-news-btn img {
        margin-left: 9px;
    }

@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
    .home-news-options .options-item span {
        font-size: 12px;
    }

    .home-news-options .options-item {
        margin-right: 13px;
    }

    .home-news-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .home-news-img {
        height: 200px;
    }
}

@media(max-width: 739px) {
    .home-news-swiper {
        padding-bottom: 30px;
        margin-top: 20px;
    }

    .my-side-da .side-news-item {
        margin-bottom: 10px;
    }

    .home-news-container .p-cate {
        font-size: 23px;
    }

    .img-decor-news {
        margin-right: 10px;
    }

    .home-news-item:nth-child(2) {
        display: block;
    }

    .my-side-da .side-news-item .img {
        border-radius: 5px !important;
    }

    .my-side-da .side-news-link {
        padding: 5px !important;
    }

    .home-news-title {
        font-size: 14px;
    }

    .home-news-options .options-item span {
        font-size: 14px;
    }

    .home-news-img {
        height: 150px;
    }

    .home-news-btn span {
        font-size: 14px;
    }

    .home-news-content {
        margin-top: 6px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .home-news-descript {
        margin-top: 10px;
    }

        .home-news-descript span {
            display: block;
        }

    .home-news-container .p-title {
        font-size: 14px;
        text-transform: none;
    }

    .left-title-new {
        width: 69%;
    }

    .btn-link-new {
        flex: 1 1 0;
    }

        .btn-link-new a span {
            font-size: 14px;
        }

        .btn-link-new a {
            padding: 8px 10px;
            justify-content: center;
        }

    .title-top-news-home {
    }

    .home-news-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}