.banner__detail-mid img,
.banner__detail-full img,
.banner__detail-bottom img,
.banner__detail-medium img {
    border-radius: 5px;
}

.banner__detail-full {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.news__detail-title h1 {
    margin: 0;
    font-family: mukta, sans-serif;
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 30px 0;
}

.news__detail-banner {
    border-top: solid 1px rgba(0, 0, 0, 0.14);
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding: 16px 0 16px;
}

.news__detail-user {
    display: flex;
    grid-gap: 30px;
}

.news__detail-user img {
    height: 60px;
    width: 60px;
    padding: 10px;
}

.news__user-image,
.news__user-date {
    display: flex;
    align-items: center;
    font-weight: 600 !important;
}

.news__user-date img {
    height: 50px;
    width: 50px;
}

.banner__detail-medium {
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding: 20px 0 20px;
}

.banner__detail-medium img {
    width: 100%;
}

.news__description img {
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news__description a {
    display: contents !important;
}

.news__content {
    display: flex;
    grid-gap: 50px;
}

.news__content-description {
    width: calc(100% - 340px);
}

.news__content-widget {
    width: 300px;
}

.news__description p {
    font-size: 21px;
    margin: 0 0 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
}

.banner__detail-bottom {
    display: flex;
    border-top: solid 1px rgba(0, 0, 0, 0.14);
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding: 40px 0 20px;
    margin-bottom: 28px;
    justify-content: space-around;
    position: relative;
}

.banner__detail-bottom img {
    object-position: center top;
}

.banner__lists {
    display: block;
    text-align: right;
}

.banner__item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}

.banner__item img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.widget__news {
    position: sticky;
    top: 0;
}

.widget__news-title h4 {
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #ec3237;
    font-size: 24px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}

.news__item {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    padding-top: 20px;
}

.news__item-image img {
    width: 90px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover
}

.news__item-title h4 {
    font-size: 400;
}

/* Content */
.news__items {
    display: flex;
    align-items: center;
    background-color: #f4f6f8;
    border-radius: 0 5px 5px 0;
    margin-bottom: 10px;
}

.news__items-image {
    flex: 1;
    max-width: 60%;
    min-width: 60%;
}

.news__items-image img {
    width: 100%;
    border-radius: 5px 0 0 5px;
}

.news__items-detail {
    padding: 50px;
}

.news__items-detail h4 {
    line-height: 1.3;
    font-size: 34px;
    margin: 0 0 24px;
}

.news__items-detail p {
    font-size: 18px;
}

.news__content-image a {
    display: block;
}

.news__content-image img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.news__content-title h2 {
    font-size: 19px;
    margin-top: 10px;
}

.news__content-image:hover + .news__content-title a {
    color: #008f4f;
}

.main-menu nav > ul > li > a {
    font-size: 15px;
}

@media screen and (max-width: 568px) {
    /* Blog Item */
    .news__items {
        flex-direction: column;
    }
    .news__items-image {
        max-width: 100%;
    }

    .news__items-detail {
        padding: 20px;
    }

    /* Blog Detail */
    .news__detail-title h1 {
        font-size: 24px;
    }

    .news__detail-user {
        flex-direction: column;
    }

    .news__content {
        flex-direction: column;
    }

    .news__content-description {
        width: 100%;
    }

    .news__content-widget {
        width: 100%;
    }

    .banner__lists {
        text-align: center;
    }
}
