﻿.detail-news-banner {
    width: 100%;
    position: relative;
    height: 500px;
}

.detail-news-options {
    width: fit-content;
    margin-bottom: 25px;
    color: #333;
    font-size: 15px;
}

    .detail-news-options span {
    }


.detail-news {
    background-color: whitesmoke;
}

.detail-news-container {
    padding: 40px 0;
    overflow: hidden;
}

.detail-news-banner .grid.wide {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.detail-news-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00000082;
    z-index: 1;
    /* backdrop-filter: blur(13px); */
}

.detail-news-container .left {
    width: 65%;
    float: left;
    padding-right: 32px;
}

.detail-news-container .right {
    float: right;
    width: 418px;
}


.detail-news-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail-news-banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .detail-news-banner .container h1 {
        margin: 0;
        color: #fff;
        font-weight: 100;
        font-family: 'beauR';
        text-transform: capitalize;
        font-size: 42px;
        text-align: center;
        line-height: 154%;
        max-width: 900px;
    }

    .detail-news-banner .container h2 {
        font-weight: 100;
        margin: 0;
        text-align: center;
        color: #fff;
        line-height: 180%;
        font-size: 16px;
        margin-top: 18px;
        max-width: 900px;
    }

.news-same {
    background-color: #fff;
    padding: 60px 0;
}

.news-same-title {
    margin: 0;
    font-family: stang;
    text-transform: uppercase;
    font-size: 31px;
    margin-bottom: 48px;
    color: var(--default-color-1);
    letter-spacing: 3px;
    position: relative;
}

    .news-same-title::before {
        content: '';
        position: absolute;
        width: 45px;
        height: 2px;
        background-color: var(--default-color-1);
        bottom: -5px;
    }


.right-item {
}

.right-item-title {
    margin: 0;
    font-family: 'montM';
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 18px;
    position: relative;
    color: var(--default-color-1);
    margin-bottom: 18px;
    text-transform: uppercase;
}

    .right-item-title::before {
        content: '';
        position: absolute;
        width: 28px;
        height: 2px;
        background-color: var(--default-color-1);
        bottom: -4px;
        opacity: 0;
    }

.right-item .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.right-item .img {
    width: 135px;
    height: 120px;
    overflow: hidden;
}

.right-item .item:hover .img img {
    transform: scale(1.02);
}

.right-item .img img {
    transition: all linear .2s;
}

.right-item .content {
    flex: 1;
    padding-left: 15px;
    height: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .right-item .content h3 {
        margin: 0;
        font-family: 'montM';
        color: #333;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 11px;
        text-transform: capitalize;
        line-height: 24px;
        transition: all linear .2s;
        font-weight: 100;
    }

.right-item .item:hover .content h3 {
    color: var(--default-color-1);
}

.right-item .content span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 154%;
    font-size: 14px;
    color: #2c2c2cbd;
}
/*RS*/
@media(max-width:1023px) {
    .detail-news-container .left {
        width: 100%;
        padding: 0;
    }

    .detail-news-container .right {
        width: 100%;
        margin-top: 30px;
    }
}

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

@media(max-width:739px) {
    .news-same-title {
        margin: 0;
        font-family: 'barM';
        text-transform: uppercase;
        font-size: 23px;
        margin-bottom: 26px;
        color: var(--default-color-1);
        letter-spacing: 3px;
        position: relative;
    }

    .detail-news-banner {
        height: auto;
    }

        .detail-news-banner .container h2 {
            line-height: 22px;
            font-size: 12px;
            margin-top: 14px;
        }

        .detail-news-banner .container h1 {
            font-size: 18px;
            letter-spacing: 2px;
        }

        .detail-news-banner .container {
            padding: 31px 0;
            padding-top: 78px;
        }

    .detail-news-container {
        padding: 25px 0;
    }
}
