* {
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

a:focus,
img:focus-within {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 1);
}

/*!*--------------------HEADER.TPL--------------------*!*/

.menu_options {
    display: flex;
    flex-direction: row;
    height: 82px;
    width: 100%;
    line-height: 82px;
}

.menu_options ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    padding-left: 0;
}

.menu_options ul li:nth-child(2){
    flex: 1 1 auto;
}

.menu_options ul li a {
    color: #021f59;
    font-size: 11px;
    font-weight: 600;
    margin-right: 12px;
}

.menu_options ul li a i {
    color: #f29f05;
    font-size: 20px;
    transform: translateY(2px);
    margin-right: 5px;
}

.menu_options__calendar {
    display: flex;
    align-items: center;
    color: #021f59;
    font-size: 11px;
    font-weight: 700;
    transform: translateY(5px);
}

.menu_options__calendar span {
    line-height: 16px;
}

.menu_options__calendar i {
    color: #f29f05;
    font-size: 32px;
    margin-right: 10px;
}

.menu_options__search {
    margin-left: 30px;
}

.menu_options__search input {
    color: #4e4e4e;
    font-size: 11px;
    font-weight: 600;
    width: 181px;
    height: 26px;
    border: 1px solid #f29f05;
    background-color: #ffffff;
    text-align: center;
}

.menu_options__search i {
    margin-left: 10px;
}

.menu_container{
    width: 100%;
    height: 58px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #0468bf;
}
.menu_container__logo{
    width: 204px;
    height: 150px;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}
.menu_container__logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    height: auto;
    max-height: 95%;
}

/*!*--------------------GROUP_LIST_TITLE--------------------*!*/

h2.group_list_title {
    display: inline-block;
    height: 50px;
    width: 100%;
    color: #0460d9;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 3px dashed #0460d9;
}

.group_list_title__title{
    margin-left: 20px;
}

.group_list_title__title i{
    font-size: 26px;
    transform: translateY(4px);
    margin-right: 10px;
}

h2 .group_list_title_icons {
    color: #0460d9;
    float: right;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

h2 .group_list_title_icons a {
    color: #0460d9;
    margin-left: 10px;
}

h2 .group_list_title_icons a i {
    font-size: 20px;
    color: #0460d9;
    margin-left: 5px;
    transform: translateY(4px);
}

/*!*--------------------BTN--------------------*!*/

.btn-more,
.btn-back{
    color: #021f59;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.btn-more:hover,
.btn-back:hover{
    color: #021f59;
}

.btn-back{
    float: right;
}

.btn-more i{
    font-size: 32px;
    margin-left: 5px;
    transform: translateY(4px);
}

.btn-back i{
    font-size: 32px;
    margin-right: 5px;
    transform: translateY(4px);
}

.btn-news-all{
    display: inline-block;
    width: 100%;
    border-top: 3px dashed #0460d9;
    color: #021f59;
    font-size: 20px;
    font-weight: 800;
    text-align: right;
    padding-top: 10px;
    margin-top: 20px;
}

/*!*--------------------FOOTER IMG--------------------*!*/

.under_footer{
    position: relative;
    display: block;
    width: 100%;
    height: 141px;
}
.under_footer__mask{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(4, 96, 217, .55);
}

/*!*--------------------FOOTER.TPL--------------------*!*/

.footer_copyright,
.footer_4_1{
    margin-top: 40px;
    margin-bottom: 40px;
}

.auth {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.auth a.auth_color {
    height: 35px;
    line-height: 35px;
    bottom: 3px;
}

/*!*--------------------PAGGING--------------------*!*/

.paging {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.paging_left,
.paging_right,
.paging .paging_center a,
.paging .paging_center span {
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: #f1f1f1;
    display: inline-block;
    text-align: center;
    color: #232121;
    font-size: 15px;
    font-weight: 600;
}

.paging_left,
.paging_right{
    background: #021f59;
}

.paging_left i,
.paging_right i{
    font-size: 30px;
    color: #fff;
    transform: translateY(2px);
    font-style: normal;
}

.paging .paging_center .selected {
    background-color: #021f59;
    color: #ffffff;
}

/*!*--------------------GROUPLIST--------------------*!*/

.grouplist_item__left {
    display: inline-block;
    width: 179px;
    height: 119px;
    overflow: hidden;
}

.grouplist_item__left img {
    display: block;
    width: 100%;
    height: 100%;
}

.grouplist_item__right{
    width: calc(100% - 179px);
    padding-left: 15px;
}

.grouplist h2{
    font-size: 14px;
    font-weight: 700;
}
.grouplist .lead{
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    color: #272727;
}
.grouplist h2 a{
    color: #232121;
}

.grouplist_item__bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.grouplist_item__date{
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 500;
}

/********* QUICK ACCESS ************/
.quick-access-nav {
    position: absolute;
    top: -1000px;
    z-index: 1000;
}
.quick-access-nav a {
    display: block;
    margin: 0 auto;
    padding: 0.5em 3em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #0468bf;
    outline: none;
    border: 1px solid #fff;
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase;
}
.quick-access-nav a:focus, .quick-access-nav a:focus-within {
    position: static;
    top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.quick-access-nav li:focus-within {
    top: 1000px;
}
.quick-access-nav li {
    position: absolute;
    width: 100%;
    left: 0;
}
/********* END QUICK ACCESS ************/ 

.social_icon {
    z-index: 1040;
}