.shorten-text {
    display: block;
    display: -webkit-box;
    height: calc(16px * 1.3 * 3);
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.shorten-title-news {
    display: block;
    display: -webkit-box;
    font-size: 1.063rem;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.happened {
    width: 100%;
    border: 3px #000;
    background-color: #0c0c0c;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.title-shorten {
    max-width: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.page-events-sub-title {
    border-bottom: 1px solid hsla(0, 0%, 69%, .2);
    margin-bottom: 1rem
}

.page-events-sub-title span {
    color: #fff;
    height: 1rem;
    line-height: 1.6rem
}

.button-event {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 1.5rem;
    margin: 0 1rem;
}

.prev:after, .next:after {
    font-size: 28px;
    color: #fff;
}

.prev:after {
    margin-right: 33px;
}

.next:after {
    margin-left: 33px;
}

.btn-switch-page {
    background-color: #EE772F;
    color: #fff;
    width: 90px;
    height: 40px;
}

.img-content-news {
    height: 100px;
    width: 180px;
}

.img-highlight-news{
    height: 210px;
    width: 355px;
}
