.sub-banner {
    height: 35vh;
    position: relative;
}

.sub-banner .banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.sub-banner .banner .filter {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.sub-banner .banner .filter:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(238,238,238,1) 100%);
    opacity: .4;
}

.sub-banner .container {
    position: relative;
    z-index: 9;
}

.img-style-left img {
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.img-style-right img {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Sidebar */

#sticky-div.sticky {
    position: sticky;
    top: 130px;
}

#sticky-div {
    z-index: 1;
    position: relative;
}

.sidebar {
    background: #f8f8f8;
    border: 1px solid #eee;
}

.sidebar a.btn {
    margin-top: 15px;
    width: 100%;
}

/* Article */

.group-news .news {
    margin-bottom: 30px;
    border-bottom: 1px dotted #bbb;
    padding-bottom: 20px;
}

.group-news .news:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.news .news-thumb {
    width: 35%;
    flex: none;
    margin-right: 20px;
    position: relative;
}

.news .news-thumb .thumb {
    display: block;
    position: relative;
    line-height: 0;
}

.news .news-thumb .thumb a {
    display: block;
    line-height: 0;
}

.news .news-thumb .thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(115,128,99,1);
    opacity: 0;
    pointer-events:none;
}

.news .news-thumb .thumb:hover:after {
    opacity: .7;
}

.NewsPostDate {
    font-size: 12px;
}

#NewsPostDetailSummary strong {
    font-weight: 700;
}

.img-article-detail img {
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

h2.trigger {
    background: #989188 url(img/more.png) no-repeat !important;
    background-position: center left +10px !important;
}

h2.trigger.active {
    background: #989188 url(img/less.png) no-repeat !important;
    background-position: center left +10px !important;
}