/* List news */

ul.NewsList {
    overflow: hidden;
}

ul.NewsList li {
    list-style: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #8c8d90;
}

ul.NewsList li a {
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    display: block;
    color: #252628;
    padding-left: 100px;
}

ul.NewsList li a:hover {
    color: #ff1200;
    text-decoration: none;
}

ul.NewsList li .TextNews {
    text-align: left;
}

ul.NewsList li.TextNews .Cate {
    background: #7a070b;
    color: #fff;
    width: 75px;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    font-size: 12px;
    line-height: 25px;
    padding: 0;
    top: 9px;
    border: 1px solid #983333;
    outline: 1px solid #6b2424;
    height: 25px;
}

ul.NewsList li.TextNews h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
}

ul.NewsList li .Date {
    text-align: right;
    white-space: nowrap;
    position: absolute;
    right: 0px;
    top: 5px;
    font-weight: normal;
    font-size: 13px;
}

/* END. List news */
.Tags {}

.Tags a:link,
.Tags a:visited {
    color: #BAB097;
    text-decoration: underline;
}

.Tags a:hover {
    color: #BAB097;
    text-decoration: none;
}

.Tag {
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
}

.pagination-container {
    text-align: center;
    overflow: hidden;
    display: flex;
    margin: 30px auto 0 auto;
    justify-content: center;
}

.pagination-container .page-item {
    float: left;
    height: 27px;
    width: 36px;
    padding: 0;
    margin: 0 5px;
    overflow: hidden;
    line-height: 27px;
}

.pagination-container .page-item a {
    display: block;
    float: left;
    white-space: nowrap;
    min-width: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    color: #c8e9d9;
    border: 1px solid #000;
    background: none repeat scroll 0 0 #2b2b2f;
    text-decoration: none;
}

.pagination-container .page-item.active {
    text-decoration: none;
    background: url(../images/paging-act-bg.gif) repeat;
    color: #f4ebde;
}