/* news 5 */
.box-demo-news5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.demo-news5-left {
    width: calc(100% - 370px);
}

.danhmuc-news5-right {
    width: 330px;
    position: sticky;
    top: 10px;
    right: 0;
}.item_news5:hover {
    box-shadow: rgb(91 45 136) 0px 4px 12px;
}

.item_news5 {
    color: #333 !important;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 3rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease;
}

.pic-news5 {
    margin: 0;
    width: 47%;
}

.info-news5 {
    width: 53%;
    padding: 1rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.view-news5 {
    width: 100%;
    text-align: right;
    color: #94979e;
    font-size: 14px;
    margin-bottom: 5px;
}

.view-news5 i {
    font-size: 12px;
}

.name-news5 {
    font-size: 23px;
    width: 100%;
    font-family: 'Roboto';
    margin-bottom: 10px;
    font-weight: 500;
}

.name-news5:hover {
    text-decoration: underline;
    background: linear-gradient(180deg,#5e2f85 0,#3419ab 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.click-news5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.time-news {
    font-family: 'Mulish-Medium';
}

.read-news5 {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    position: relative;
}

.read-news5:before {
    content: '';
    width: 0%;
    height: 5px;
    background: var(--color-ye);
    position: absolute;
    top: -4px;
    right: 0;
    transition: all 0.5s;
    border-radius: 10px;
}

.read-news5:hover:before {
    width: 100%;
}

.read-news5:hover {
    color: var(--color-ye);
}
.title-demo-news-1 h2 {
    margin: 0 0 2rem;
    font-family: 'Roboto';
    font-size: 30px;
    text-transform: uppercase;
}
.desc-news5 {
    margin-bottom: 1rem;
    color: #333;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.title-news5-right {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 28px;
    font-family: 'Roboto';
    margin-bottom: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}

.tags-news5 {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tags-news5 li {
    display: inline-block;
    margin-bottom: 5px;
}

.tags-news5 li a {
    border: 2px solid #e3e3e3;
    background: #fff;
    color: #381ba7;
    font-family: 'Roboto';
    text-transform: capitalize;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 7px;
    transition: all 0.5s;
    font-weight: 500;
}

.tags-news5 li a:hover {
    background: #381ba7;
    color: #fff;
}

.item-news5-r {
    margin-bottom: 1rem;
    box-shadow: 3px 0px 15px 0px rgba(52, 25, 171, 0.25);
    transition: all .3s ease;
    border-radius: 5px;
    margin: 5px 10px;
}

.item-news5-r a {
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pic-news5-r {
    width: 105px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.icon-views-news5-r {
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 5px;
    left: 5px;
    font-size: 13px;
    padding: 6px;
    border-radius: 5px;
    line-height: 1;
}

.info-news5-r {
    width: calc(100% - 115px);
}

.name-news5-r {
    font-size: 16px;
    font-family: 'Roboto';
    -webkit-line-clamp: 2;
}

.name-news5-r:hover {
    text-decoration: underline;
    background: linear-gradient(180deg, #5e2f85 0, #3419ab 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-news5-r span {
    color: #94979e;
    font-size: 13px;
    font-family: arial;
}
