.wrap_most_news {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 191px);
    display: grid;
    padding: 15px 10px 0;
    gap: 10px;
}
.wrap_most_news .item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
}
.wrap_most_news .item:nth-child(2) {
    grid-area: 1 / 3 / 3 / 5;
}
.wrap_most_news .item:nth-child(3) {
    grid-area: 3 / 1 / 3 / 2;
}
.wrap_most_news .item:nth-child(4) {
    grid-area: 3 / 2 / 3 / 3;
}
.wrap_most_news .item:nth-child(5) {
    grid-area: 3 / 3 / 3 / 4;
}
.wrap_most_news .item:nth-child(6) {
    grid-area: 3 / 4 / 3 / 5;
}
.home_news {
    background: #ffffff;
    border-radius: 4px;
}
.wrap_most_news .item, .wrap_most_news .item img {
    height: 100%;
    width: 100%;
    position: relative;
}
.wrap_most_news .item img {
    border-radius: 8px;
    object-fit: scale-down;
}
.wrap_most_news .item .caption {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0,0,0,1));
    border-radius: 0 0 8px 8px;
}
.wrap_most_news .item .caption h1.name {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 0;
}
.wrap_most_news .item .caption time {
    font-size: 13px;
    color: #888888;
}
.wrap_most_news .item .image-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
}
.list_news .list_item {
    display: flex;
    padding: 15px 0 15px 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}
.list_news .list_item:first-child {
    padding-top: 0;
}
.list_news .list_item a.img {
    display: block;
    width: 300px;
}
.list_news .list_item a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: scale-down;
}
.list_news .list_item .caption {
    width: calc(100% - 300px);
    padding-left: 20px;
}
.list_news .list_item .caption .name {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.list_news .list_item .caption time {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #888888;
}
.list_news .list_item .caption .des {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    line-height: 21px;
}
.list_news .list_item .caption .link {
    color: #f5a623;
    font-size: 13px;
}
.list_news {
    padding: 15px 10px 0;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.wrap_news_pview {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.wrap_news_pview > div {
    padding: 0 10px;
}
.wrap_news_pview .news-title .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.wrap_news_pview .news-title time {
    font-size: 13px;
    color: #888888;
}
.wrap_news_pview .content {
    font-size: 15px;
    padding: 15px 0;
}
.wrap_news_pview .post_other .sidebar-news-title {
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.wrap_news_pview .post_other {
    padding: 10px 0 0 0;
}
.list_news_other .item {
    display: flex;
    padding-bottom: 15px;
}
.list_news_other .item .img, .list_news_other .item img {
    width: 155px;
    object-fit: scale-down;
}
.list_news_other .item .caption {
    width: calc(100% - 155px);
    padding-left: 15px;
}
.list_news_other .item .caption .name {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.list_news_other .item .caption time {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #888888;
}
.list_news .aside-title .title-head {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    font-weight: 600;
}
.list_news .aside-content ul li {
    display: flex;
    align-items: center;
}
.list_news .aside-content ul li a {
    font-size: 15px;
    color: #333;
    padding: 10px;
}
.list_news .aside-content ul {
    flex-direction: column;
}
.sidebar_hotnew {
    margin-top: 20px;
}
.sidebar_hotnew .aside-content .loop-blog {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}
.sidebar_hotnew .aside-content .loop-blog .thumb-left {
    width: 30%;
}
.sidebar_hotnew .aside-content .loop-blog .name-right {
    width: 70%;
    padding: 0 15px;
}
.sidebar_hotnew .aside-content .loop-blog .name-right h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 991px) {
    .pc-sticky {
        position: sticky;
        top: 30px;
        height: fit-content;
    }
}

@media (min-width: 768px) {
    .aside-title i {
        display: none;
    }
    .pc_sticky {
        position: sticky;
        top: 20px;
    }
}

@media (max-width: 540px) {
    .home_news {
        border-radius: 0;
    }
    .wrap_most_news {
        display: flex;
        flex-wrap: wrap;
    }
    .list_news .list_item a.img {
        width: 40%;
    }
    .list_news .list_item a img {
        width: 100%;
        height: auto;
    }
    .list_news .list_item .caption {
        width: 60%;
    }
    .list_news .list_item .caption time, .list_news .list_item .caption .des {
        display: none;
    }
    .wrap_news_pview .post_other {
        border-top: 1px solid #eee;
    }
    .aside-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .aside-content {
        display: none;
    }
    .list_news .col-md-9.col-12 {
        margin-top: 20px;
    }
}