@charset "UTF-8";

.category-row {
    margin-left: -8px;
    margin-right: -8px;
}

.category-row>div {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 30px;
}

.category-row .category-link {
    position: relative;
    padding: 10px 15px 10px 15px;
    border: 1px solid rgba(103, 170, 249, 0.45);
}

.category-row .category-link:hover {
    background: #67aaf9;
}

.category-row .category-link a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.category-row .category-link:hover a {
    color: #fff;
}

.category-row .category-link.active {
    background: #67aaf9;
}

.category-row .category-link.active a {
    color: #fff;
}

.side-menu a {
    text-decoration: none;
}

.side-menu .item-1 {
    display: flex;
    background-color: #00479D;
    margin-bottom: 20px;
}

.side-menu .item-1 a {
    color: #fff;
}

.side-menu .item-1 a.link {
    padding: 17px 10px;
    flex: 1;
}

.side-menu .item-1.open,
.side-menu .item-1.active {
    background-color: #6c6c6c;
    box-shadow: 0px 4px 9px rgba(6, 54, 113, 0.25);
}

.side-menu .item-1.open a,
.side-menu .item-1.active a {
    color: #fff;
}

.side-menu .item-1 .sub-icon {
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.side-menu .item-1 .sub-icon:before {
    display: inline-block;
    padding-right: .3rem;
    padding-left: .3rem;
    color: #fff;
    font-family: FontAwesome;
    content: "\f068";
}

.side-menu .item-1.active .sub-icon:before {
    color: #fff;
}

.side-menu .item-1 .sub-icon.collapsed:before {
    content: "\f067";
}

.side-menu .item-1 + .dropdown {
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 71, 157, 0.2);
    border-top: 0;
    border-radius: 2px;
}

.side-menu .item-2 {
    border-bottom: solid 1px rgba(0, 71, 157, 0.2);
}

.side-menu .item-2:hover {
    background: rgba(0, 86, 184, 0.07);
}

.side-menu .item-2:hover a {
    font-weight: bold;
}

.side-menu .dropdown .item-2:nth-last-of-type(1) {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.side-menu .item-2 a {
    display: block;
    color: #063671;
    padding: 14px 15px;
}

.side-menu .item-2.active {
    background: rgba(0, 86, 184, 0.07);
}

.side-menu .item-2.active a {
    color: #1C49A2;
    font-weight: bold;
}

.news-list .item {
    position: relative;
    padding-top: 26px;
    padding-bottom: 24px;
    z-index: 0;
}

.news-list .item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: rgba(221, 221, 221, 0.36);
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list .item:hover:before {
    width: 100%;
}

.news-list .item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #DEE8F3;
}

.news-list .item .photo {
    flex: 0 0 100px;
}

.news-list .item .news-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.news-list .item .news-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.news-list .item .date {
    color: #063671;
    text-align: center;
}

.news-list .item .tag>div {
    background: rgba(135, 180, 223, 0.8);
    color: #fff;
    padding: 6px 20px;
    margin-left: 15px;
}

.news-list .item .name {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.news-list .item .name a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.news-list .item .name a:hover {
    color: #333333;
}

.news-list .item .more-btn {
    flex: 0 0 81px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #0056B8;
}

.news-list .item .more-btn:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cellipse%20cx%3D%2210.3799%22%20cy%3D%2210.059%22%20rx%3D%229.7002%22%20ry%3D%229.87685%22%20fill%3D%22%230056B8%22%2F%3E%3Cpath%20d%3D%22M8.44043%207.39502L12.3205%2010.3215L8.44043%2013.9796%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    margin-right: 8px;
}

@media (max-width: 991px) {
    .news-list .item .photo {
        width: 100%;
    }

    .news-list .item .tag-group {
        margin-bottom: 20px;
        width: 100%;
    }

    .news-list .item .date {
        text-align: left;
    }

    .news-list .item .name {
        margin-left: 0px;
        margin-right: 0px;
    }

    .news-list .item .more-btn {
        flex: 1;
        width: 100%;
        justify-content: flex-end;
    }
}

.page-title-header {
    margin-bottom: 15px;
}

.page-title-header .date {
    color: #063671;
    margin-right: 8px;
}

.page-title-header .tag>div {
    font-size: 15px;
    background: rgba(0, 86, 184, 0.08);
    color: #254368;
    padding: 6px 27px;
}

.page-content .content.news .page-title {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.page-content .content.news .page-title:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #DEE8F3;
    display: block;
}