.flex-box[data-v-f698012b] {
    align-items: center;
    display: flex
}

.just-between[data-v-f698012b] {
    justify-content: space-between
}

.just-around[data-v-f698012b] {
    justify-content: space-around
}

.just-center[data-v-f698012b] {
    justify-content: center
}

.just-flex-end[data-v-f698012b] {
    justify-content: flex-end
}

.width-threehaft[data-v-f698012b] {
    width: 33.3333333333%
}

.width-fourhaft[data-v-f698012b] {
    width: 40%
}

.width-twohaft[data-v-f698012b] {
    width: 20%
}

.position-relative[data-v-f698012b] {
    position: relative
}

.txt-underline[data-v-f698012b] {
    text-decoration: underline
}

.color-primary[data-v-f698012b] {
    color: #da2525
}

.color-secondary[data-v-f698012b] {
    color: #f8c725
}

.color-success[data-v-f698012b] {
    color: #27ae60
}

.color-white[data-v-f698012b] {
    color: #fff
}

.news-home .section-header[data-v-f698012b] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.news-home .section-header .wrap-nav[data-v-f698012b] {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0
}

.news-home .section-header .nav-item[data-v-f698012b] {
    border-radius: 0;
    border-right: 1px solid #3f3e3e;
    color: #767685;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 4px 24px;
    position: relative;
    text-transform: uppercase;
    transition: .3s
}

.news-home .section-header .nav-item[data-v-f698012b]:last-child {
    border-right: none
}

.news-home .section-header .nav-item.active[data-v-f698012b],
.news-home .section-header .nav-item[data-v-f698012b]:hover {
    color: #da2525
}

.news-home__content[data-v-f698012b] {
    min-height: 262px
}

.news-home__content .news-row[data-v-f698012b] {
    --bs-gutter-x: 16px
}

.news-home__content .news-row .news-item[data-v-f698012b] {
    align-items: center;
    background: #2b2d38;
    border-radius: 8px;
    display: flex;
    font-family: Roboto;
    gap: 16px;
    padding: 15px 12px
}

.news-home__content .news-row .news-item__thumbnail[data-v-f698012b] {
    height: 96px;
    width: 125px
}

.news-home__content .news-row .news-item__thumbnail img[data-v-f698012b] {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-home__content .news-row .news-item__content[data-v-f698012b] {
    width: calc(100% - 125px);
	height:90px;
}

.news-home__content .news-row .news-item__content--title[data-v-f698012b] {
    color: #fff;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-home__content .news-row .news-item__content--time[data-v-f698012b] {
    color: #b3b5be;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.news-home__content .news-row .news-item:hover .news-item__thumbnail[data-v-f698012b] {
    transform: scale(1.08);
    transition: .3s ease-in-out
}

.news-home .btn-readmore[data-v-f698012b] {
    align-items: center;
    color: #fbc53c;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.news-home .btn-readmore span[data-v-f698012b] {
    text-decoration: underline;
    transition: .3s
}

.news-home .btn-readmore i[data-v-f698012b] {
    color: #da2525;
    font-size: 24px;
    transition: .3s
}

.news-home .btn-readmore:hover span[data-v-f698012b] {
    color: #f8c725;
    text-decoration: none
}

.news-home .btn-readmore:hover i[data-v-f698012b] {
    transform: scale(1.1)
}