/* General style */
html, body {
    background-color: #ffffff;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857143;
    color: #a9a8a8;
}

@media (max-width: 767px) {
    body {
        min-width: 320px;
    }
}

h1,
h2 {
    margin: 0;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    text-decoration: none;
}

h1 a,
h2 a,
h1 a:hover,
h2 a:hover,
h1 a:visited,
h2 a:visited,
h1 a:active,
h2 a:active{
    margin: 0;
    font-weight: 400;
    color: inherit;
    line-height: 1.2;
    text-decoration: none;
}

h1 a:after,
h2 a:after {
    transition: none;
    transform: none;
    text-decoration: none;
    background: none;
}

h1 {
    font-size: 45px;
    padding-top: 52px;
    margin-bottom: 3px;
    letter-spacing: -1px;
}

h2 {
    font-size: 18px;
    margin-bottom: 30px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 0px;
    color: #004371;

}

h4 {
    color: #fff;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 5px;
    line-height: 21px;
}

a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
}

a,a:visited,a:hover,a:active {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position:relative;
    transition:0.5s color ease;
    text-decoration:none;
    color:#fff;
}
a:hover {
    color:#fff;
}
a:after{
    content: "";
    transition:0.5s all ease;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position:absolute;
}

a:after{
    bottom: -1px;
}
a:after{
    height:2px;
    width:0;
    background:#fff;
}

a:after {
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}
a:hover:after{
    width:100%;
}


.img-responsive {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.img-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset 0px -56px 120px -5px rgba(0,0,0,0.7);
}

input {
    border: none;
    outline: 0;
}

section {
    padding: 45px 0;
    position: relative;
    background: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: #777777;
}

.text-white {
    color: #fff;
}

.text-primary {
    color: #004371;
}

.bg-white {
    background-color: #F5F6F7;
}

.bg-primary {
    color: #fff;
    background-color: #004371;
}

.bg-primary h2 {
    color: #fff;
}

.bg-default {
    background-color: #EAEAEA;
}

.bg-red {
    background-color: #D5373F;
    color: #fff;
}

.bg-red h2 {
    color: #fff;
}

.bg-yellow {
    background-color: #0D305B;
    color: #fff;
}
.section-separator {
    height: 16px;
    background: #c7363d;
}

/* List */
ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-bottom: 0;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* Custom style */

/* HEADER */
.header-background {
    /*overflow: hidden;*/
    position: relative;
}

.header-background .background,
.header-background .background-bottom {
    display: block;
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #F5F6F7;
}

.header-background .background-bottom {
    background-color: #EEEBEB;
}

.main-header .logo {
    padding: 0;
    width: 60px;
    margin: 20px 20px 0 10px;
}

.main-header .logo a {
    position: absolute;
    z-index: 1;
}
.main-header .logo a:after {
    background: transparent;
}

.main-header .logo img {
    max-height: 130px;
}

.main-header .top-header .bg-primary {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
}

.main-header .main-navigation {
    background: #EEEBEB url("../img/header-background.png") no-repeat center;
    /*background-size: 60%;*/
    padding-left: 5px;
}

.main-navigation ul {
    margin-bottom: 0;
}

.main-navigation .list-inline li {
    padding: 0;
}

.main-navigation .list-inline li a {
    display: inline-block;
    padding: 40px 15px;
    color: #004371;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}
.main-navigation > .list-inline > li > a:after {
    background: transparent;
}
.main-navigation > .list-inline > li.active > a {
   border-bottom: 3px solid #D5373F;
}

.main-navigation li a:hover {
    background-color: #DCDBDB;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-navigation .list-inline li a {
        font-size: 14px;
        padding: 36px 15px
    }

    .main-header .main-navigation {
        background-size: cover;
    }

    .main-header .logo {
        margin: 10px 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-header {
        background-color: transparent;
    }

    .top-header .bg-primary {
        text-align: right;
    }

    .logo img {
        margin: 0;
    }

    .search {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .top-header {
        background-color: transparent;
    }

    .top-header .bg-primary {
        text-align: right;
    }

    .logo img {
        margin: 0;
    }

    .search {
        margin: 10px 0;
    }
}

.top-header .right-column {
    padding: 11px 10px 0 14px;
}

.search {
    background: #c7363d;
    padding-right: 5px;
}

.input-search {
    background: #c7363d;
    color: #fff;
    padding: 5px 10px;
    width: 90%;
}

.input-search::-webkit-input-placeholder {
    color: #fff;
}

.input-search:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.input-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.input-search:-ms-input-placeholder {
    color: #fff;
}

.search-icon {
    background: transparent url("../img/search-icon.png") no-repeat center;
    background-size: 15px;
    width: 20px;
    float: right;
    line-height: 24px;
}

.header-links ul {
    display: inline-block;
}
.header-links li {
    margin-top: 3px;
    padding-left: 1px;
    padding-right: 1px;
}

.header-links li a {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.header-links li a:hover {
    opacity: 0.6;
    transition: ease all .5s;
}

.header-links .skype a {
    background: url("../img/social-icons.png") no-repeat 1px;
    background-size: cover;
}

.header-links .tumblr a {
    background: url("../img/social-icons.png") no-repeat -24px;
    background-size: cover;
}

.header-links  .facebook a {
    background: url("../img/social-icons.png") no-repeat -48px;
    background-size: cover;
}

.header-links .youtube a {
    background: url("../img/social-icons.png") no-repeat -74px;
    background-size: cover;
}

.header-links .twitter a {
    background: url("../img/social-icons.png") no-repeat -99px;
    background-size: cover;
}

.header-links .instagram a {
    background: url("../img/instagram.png") no-repeat;
    background-size: cover;
}

.header-links .language-links {
    vertical-align: top;
    margin-left: 10px;
    margin-top: 3px;
}
.header-links .language-links li,
.header-links .language-links li a {
    color:  rgba(0, 66, 116, 1);
    text-align: center;
    line-height: 15px;
    height: 15px;
    width: 15px;
}
.social-share {
    padding-top: 15px;
}
.social-share a:after {
    background: transparent;
}
@media (max-width: 767px) {
    .header-links .language-links li a,
    .header-links .language-links li {
        color: #fff;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .header-links .language-links li a,
    .header-links .language-links li {
        color: #fff;
    }
}

.hamburger-icon {
    font-size: 40px;
    cursor: pointer;
}

.mobile-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 66, 116, 1);
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 999999;
}

.mobile-overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.mobile-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    line-height: 40px;
}
.mobile-overlay a:after {
    background: transparent;
}

.mobile-overlay a:hover,
.mobile-overlay a:focus,
.mobile-overlay li.active a {
    color: #818181;
}

.mobile-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 600px) {
    .mobile-overlay {
        overflow-y: auto;
    }

    .mobile-overlay a {
        font-size: 20px
    }

    .mobile-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* SUBMENU */
.sub-menu {
    display: none;
    position: absolute;
    padding-bottom: 20px;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 500%;
    margin-left: -196.5%;
    min-height: 270px;
    overflow: hidden;
    padding-top: 20px;
}

.sub-menu .sub-menu-article {
    margin-top: 5px;
    position: relative;
}

.sub-menu h3 {
    margin-top: 5px;
    color: #FFC14C;
}
.sub-menu .sub-menu-article img {
    border: 1px solid #fff;
    margin-left: 0;
    height: 200px;
    background: #EEEBEB;
    box-shadow: inset 0px -56px 120px -5px rgba(0,0,0,0.7);
    object-fit: cover;
}

.sub-menu .sub-menu-article > a:after,
.sub-menu .sub-menu-article > a:hover {
    background: transparent;
}

.sub-menu .sub-menu-article .sub-menu-text {
    position: absolute;
    bottom: 15px;
    cursor: pointer;
    margin-left: 10%;
    width: 80%;
}
.sub-menu .sub-menu-article .sub-menu-text h3 {
    margin-bottom: 5px;
    line-height: 25px;
    margin-top: 5px;
    font-size: 20px;
}
.sub-menu .sub-menu-article .sub-menu-overlay {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    margin-left: 0;
    width: 100%;
    top: 0;
    height: 200px;
    box-shadow: inset 0px -56px 120px -5px rgba(0,0,0,0.7);
}

.main-navigation .list-inline .sub-menu .sub-menu-article a {
    padding: 0;
    width: 100%;
}
.sub-menu .list-unstyled {
    margin-top: 5px;
    margin-bottom: 10px;
}

.sub-menu .list-unstyled li a {
    margin: 0;
    display: inline-block;
    padding: 0;
    color: #fff;
    font-size: 14px;
}

.sub-menu .list-unstyled li a:hover {
    background: transparent;
}

.sub-menu .non-active {
    display: none;
}

.sub-menu .active {
    display: inline;
}


@media (min-width: 1200px) {
    section .container,
    .news .container,
    .news-article .container {
        width: 980px;
    }

}

.flex-container {
    padding: 0;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    padding: 50px 5px;
    color: white;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 0 6px 20px;
    background: #D35F68;
}
.flex-item > a:after { background: transparent}

.about-us-section .flex-item img,
.services-section li img {
    transition: all 0.2s ease-out;
}

.about-us-section .flex-item:hover img,
.services-section li:hover img {
    transform: scale(1.1);
}

.about-us-section .flex-item:first-child {
    width: 28%;
    /*background: #61b00b;*/
}

.about-us-section .flex-item:nth-child(2) {
    width: 47%;
    /*background: #672f9d;*/
}

.about-us-section .flex-item:nth-child(3) {
    width: 19%;
    /*background: #fcac0d;*/
}

.about-us-section .flex-item:nth-child(4) {
    width: 38%;
    /*background: #d32c34;*/
}

.about-us-section .flex-item:nth-child(5) {
    width: 28%;
    /*background: #1c68bb;*/
}

.about-us-section .flex-item:nth-child(6) {
    width: 28%;
    /*background: #f06009;*/
}

.about-us-section img {
    height: 55px;
    width: auto;
}

.about-us-section li > div {
    font-size: 16px;
    margin-top: 10px;

}
.about-us-section {
    background: #C53841;
}

@media (max-width: 767px) {
    .flex-container {
        padding: 0;
    }

    .flex-item {
        width: 47% !important;
        margin: 10px 1%;
    }
}

/* About us section End */

/* Press section */
.press-section .press-list li {
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}

.press-section .press-list li > a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.press-section .press-list li .press-text {
    position: absolute;
    bottom: 20px;
    left: 10%;
    font-size: 14px;
    color: #fff;
    width: 80%;
}

.press-section .press-list li .press-text a,
.press-section .press-list li .press-text a span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.press-section .press-list li .press-text a:after {
    background: transparent;
}

.press-section .press-list a img {
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}

.press-section .press-list li .press-text {
    position: absolute;
    bottom: 20px;
    left: 10%;
    font-size: 14px;
    color: #fff;
    width: 80%;
}

.press-section .press-list li .press-text a {
    color: #fff;
}

.press-section .press-list li .press-text span {
    display: block;
    color: #f5c331;
    font-size: 16px;
    font-weight: bold;
}

/* Press section End */

/* Notification Section */
.notification-section li,
.registers-section li,
.judicial-section li,
.international-section li,
.services-section li {
    margin-bottom: 20px;
}

.notification-section .notification-list li > div,
.registers-section .registers-list li > div,
.judicial-section .judicial-list li > div,
.international-section .international-list li > div,
.services-section .services-list li > div {
    padding: 20px;
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
}

.notification-section .notification-list li > div a,
.registers-section .registers-list li > div a,
.judicial-section .judicial-list li > div a,
.international-section .international-list li > div a {
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    max-width: 100%;
}

.notification-section .notification-list li:first-child div {
    background: #00A9B7 url("../img/notification/exam.png") no-repeat right bottom -4px;
    background-size: 50px;
}

.notification-section .notification-list li:nth-child(2) div {
    background: #00AB51 url("../img/notification/competitions.png") no-repeat right -35px bottom -10px;
    background-size: 120px;
}

.notification-section .notification-list li:nth-child(3) div {
    background: #FF9930 url("../img/notification/reports.png") no-repeat right -10px bottom -20px;
    background-size: 65px;
}

.notification-section .notification-list li:nth-child(4) div {
    background: #FFBE48 url("../img/notification/procurements.png") no-repeat right -5px bottom -4px;
    background-size: 90px;
}

.notification-section .notification-list li:nth-child(5) div {
    background: #004274 url("../img/notification/informations.png") no-repeat right bottom -4px;
    background-size: 65px;
}

.notification-section .notification-list li:last-child div {
    background: #6BB735 url("../img/notification/debates.png") no-repeat right -10px bottom -4px;
    background-size: 70px;
}

/* Notification Section End*/

/* Registers Section */
.registers-section .registers-list li:first-child div {
    background: #004274 url("../img/registers/register.png") no-repeat right 20px bottom -10px;
    background-size: 90px;
}

.registers-section .registers-list li:nth-child(2) div {
    background: #FFBE48 url("../img/registers/court-expert.png") no-repeat right 20px bottom -5px;
    background-size: 90px;
}

.registers-section .registers-list li:nth-child(3) div {
    background: #E35740 url("../img/registers/public-notaries.png") no-repeat right 25px bottom -4px;
    background-size: 85px;
}

.registers-section .registers-list li:nth-child(4) div {
    background: #835B8B url("../img/registers/unpaid-tickets.png") no-repeat right 20px bottom -35px;
    background-size: 80px;
}

.registers-section .registers-list li:nth-child(5) div {
    background: #0088E7 url("../img/registers/executioners.png") no-repeat right 20px bottom -10px;
    background-size: 100px;
}

.registers-section .registers-list li:nth-child(6) div {
    background: #D5373F url("../img/registers/register-people.png") no-repeat right 20px bottom -10px;
    background-size: 80px;
}

.registers-section .registers-list li:nth-child(7) div {
    background: #6BB735 url("../img/registers/register-companies.png") no-repeat right 20px bottom -10px;
    background-size: 100px;
}

.registers-section .registers-list li:nth-child(8) div {
    background: #3F81A2 url("../img/registers/register-organizations.png") no-repeat right 20px bottom -10px;
    background-size: 80px;
}

.registers-section .registers-list li:nth-child(9) div {
    background: #683598 url("../img/registers/interprter.png") no-repeat right 20px bottom -10px;
    background-size: 80px;
}

.registers-section .registers-list li:last-child div {
    background: #FF9930 url("../img/registers/other-registers.png") no-repeat right 20px bottom -5px;
    background-size: 100px;
}

/* Registers Section */
.judicial-section p {
    padding-right: 20%;
}

.judicial-section .judicial-list li:first-child div {
    background: #3F6790 url("../img/judicial/surveilance.png") no-repeat right 20px bottom -4px;
    background-size: 100px;
}

.judicial-section .judicial-list li:nth-child(2) div {
    background: #3F6790 url("../img/judicial/professions.png") no-repeat right 20px bottom -20px;
    background-size: 85px;
}

.judicial-section .judicial-list li:nth-child(3) div {
    background: #3F6790 url("../img/judicial/maps.png") no-repeat right 20px bottom -25px;
    background-size: 85px;
}

.judicial-section .judicial-list li:last-child div {
    background: #3F6790 url("../img/judicial/reform.png") no-repeat right 20px bottom -25px;
    background-size: 85px;
}

/* Judicial section End */

/* International section */
.international-section .international-list li:first-child div {
    background: #3F6790 url("../img/international/civil-matters.png") no-repeat right 10px bottom -10px;
    background-size: 90px;
}

.international-section .international-list li:nth-child(2) div {
    background: #3F6790 url("../img/international/penalty-matters.png") no-repeat right 10px bottom -30px;
    background-size: 70px;
}

.international-section .international-list li:nth-child(3) div {
    background: #3F6790 url("../img/international/international-civil-matters.png") no-repeat right 10px bottom -10px;
    background-size: 75px;
}

.international-section .international-list li:nth-child(4) div {
    background: #3F6790 url("../img/international/international-agreements.png") no-repeat right 10px bottom -15px;
    background-size: 90px;
}

.international-section .international-list li:nth-child(5) div {
    background: #3F6790 url("../img/international/comission.png") no-repeat right 10px bottom -20px;
    background-size: 70px;
}

.international-section .international-list li:last-child div {
    background: #3F6790 url("../img/international/council.png") no-repeat right 10px bottom -15px;
    background-size: 100px;
}

/* International section end */
/* Services Section */
.services-section .services-list li > div {
    padding: 35px 20px;
    font-size: 16px;
}
.services-section .services-list li > div > a:after {
    background: transparent;
}

.services-section .services-list li > div a img {
    height: 60px;
    width: auto;
    margin: 0 auto;
}

.services-section .services-list li > div > a {
    padding-bottom: 10px;
}

.services-section .services-list li:first-child div {
    background: #83A746;
}

.services-section .services-list li:nth-child(2) div {
    background: #3F81A2;
}

.services-section .services-list li:nth-child(3) div {
    background: #F35C4D;
}

.services-section .services-list li:nth-child(4) div {
    background: #EF5167;
}

.services-section .services-list li:nth-child(5) div {
    background: #FFAB3B;
}

.services-section .services-list li:last-child div {
    background: #593389;
}

/* Services Section end */

/* Footer */
footer {
    padding: 20px 0;
}

footer .list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 14px;
}

footer .list-inline > li:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    footer,
    footer .text-right {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer,
    footer .text-right {
        text-align: center;
    }
}

/* Footer End */

/* News list */
.news,
.news-article {
    padding: 50px 0;
    background: #F5F6F7;
    position: relative;
}

.news h2 {
    margin: 30px 0;
}

.news .news-item {
    position: relative;
    background: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    display: flex;
}

.news .news-image {
    display: inline-block;
    overflow: hidden;
    float: left;
    min-height: 200px;
}

.news .news-image img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto 0 -10px;
    position: absolute;
}

.news .news-text {
    float: left;
    padding-right: 20px;

}

.news .news-text h3 {
    font-size: 17px;
    color: #585858;
    margin: 20px 0 10px;

}

.news .news-text .news-date {
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;
    color: #004373;
}

.news .news-text p {
    color: #595959;
}

.news .news-text .btn-link a {
    color: #004274;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 10px;
}
.news .news-text .btn-link a:after {
    background: transparent;
}

.sidebar .sidebar-item {
    margin-bottom: 10px;
}

.sidebar .sidebar-item a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-left: 10px solid #004274;
    text-decoration: none;
}
.sidebar .sidebar-item a:after {
    background: transparent;
}

.sidebar .sidebar-item.active a {
    color: #fff;
    border-left: 10px solid #FFAA38;
}

.pagination li a {
    color: #004274;
}

.pagination li.active a,
.pagination li:hover a {
    color: #fff;
}

.pagination li.active,
.pagination li:hover {
    color: #fff;
    background: #004274;
}

/* News list End*/

@media (max-width: 767px) {
    .news,
    .news-article {
        padding: 30px 0;
    }
    .news .news-item {
        display: block;
    }

    .news .news-image {
        padding: 0;
    }

    .news .news-image img {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .overflow-hidden {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

.news-article h1 {
    /*color: #DB3437;*/
    color: #004371;
    text-transform: uppercase;
    font-weight: bolder;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 25px;
}

.news-article .article-date {
    color: #004274;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}

.news-article p {
    color: #555556;
    line-height: 24px;
	text-align: justify;
}

.news-article .btn-link,
.news-article a,
.article-text p a {
    color: #004274;
    text-decoration: underline;
}
.article-text p a:after {
    background: transparent;
}

.news-article .btn-link:hover,
.news-article a:hover {
    text-decoration: none;
}

.news-article .article-image {
    width: 100%;
}

.news-article .article-download > div {
    padding: 20px;
    margin: 20px 0 10px;
}

.news-article .download-icon {
    background: url(../img/download.svg) no-repeat;
    display: inline-block;
    width: 21px;
    height: 18px;
    vertical-align: middle;
    background-size: 12px;
}

.news-article .download-link > a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    margin-right: 10px;
}
.news-article .download-link > a:after {
    background: transparent;
}

.news-article .news-article-item {
    margin-bottom: 20px;
}

.news-article .news-article-item > div {
    position: relative;
    background: #fff;
    color: #000000;
    height: 225px;
    overflow: hidden;
}

.news-article-list {
    padding: 60px 0 0;
}

.news-article .news-article-item > div:hover {
    background: rgba(0, 66, 116, 1);
    color: #fff;
    height: 225px;
}

.news-article .news-article-item > div:hover a {
    color: #fff;
}

.article-overlay {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2222;
    background: rgba(0, 66, 116, 0.7);
}

.article-overlay .share {
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.article-overlay .share span {
    display: inline-block;
    margin-right: 20px;
    margin-left: 5px;
}

.article-overlay .share img {
    vertical-align: middle;
    margin-bottom: 5px
}

.news-article .news-article-item > div:hover .article-overlay {
    display: block;
}

.news-article-item .image-holder {
    height: 130px;
    overflow: hidden;
    position: relative;
}

.news-article-item .image-holder > a {
    display: block;
    height: 100%;
}

.news-article-item .image-holder > a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.news-article .news-article-item > div a {
    color: #000000;
}

.news-article-item .news-text {
    padding: 10px 10px 20px;
}

.news-article .news-article-item .news-text h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-decoration: none;
}

.news-article .news-article-item .news-text h3 a {
    font-size: 12px;
    text-decoration: none;

}
.news-article .news-article-item .news-text h3 a:after {
    background: transparent;
}

.news-article .news-article-item .news-text > a {
    font-size: 10px;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 42px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.news-article .news-article-item .news-text > a:after {
    background: transparent;
}
.breadcrumb {
    margin-bottom: 20px;
    margin-left: 20px;
    line-height: 30px;
    color:  #fff;
    padding: 1px;
}

.breadcrumb li {
    display: block;
    float: left;
    background: #004274;
    padding-right: 10px;
    height: 30px;
    margin-right: 35px;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.breadcrumb li a {
    cursor: pointer;
}
.breadcrumb li:last-child {
    margin-right: 25px;
}
.breadcrumb li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #004274;
    border-left-color: transparent;

}
.breadcrumb li.active {
    background:#00589B;
    color: #fff;
    text-decoration: none;
}
.breadcrumb li.active:before {
    border-color:#00589B;
    border-left-color: transparent;
}
.breadcrumb li.active:after {
    border-left-color: #00589B;
}
.breadcrumb li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #004274;
}

.breadcrumb li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
}
.download-name {
    margin-right: 10px;
}

.breadcrumb li a:after {
    background: transparent;
}
@media (max-width: 767px) {
    .download-text {
        width: 100%;
        margin-bottom: 15px;
    }

    .download-name {
        float: left;
        width: 50%;
    }

    .download-size {
        float: right;
        width: 50%;
        text-align: right;
    }

    .news-article .download-link {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
    .download-text {
        width: 100%;
        margin-bottom: 15px;
    }

    .download-name {
        float: left;
        width: 50%;
    }

    .download-size {
        float: right;
        width: 50%;
        text-align: right;
    }

    .news-article .download-link {
        display: block;
        width: 100%;
        text-align: center;
    }

    .overflow-hidden {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
}

h3 a, h3 a:hover {
    color: #004371 !important;
}

a.image-anchor {
    display: inherit;
    position: static;
}

a.logo-anchor,
a.logo-anchor:hover,
a.logo-anchor:after {
    transition: none;
    text-decoration: none;
    outline-color: transparent;
}

a.logo-anchor:after {
    bottom: 0;
    height:0;
    width:0;
    background:transparent;

}

.footer-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
    background-color: #0D305B;
    left: -25px;
}

.footer-carousel .bx-wrapper .bx-controls-direction a.bx-next {
    background-color: #0D305B;
    right: -27px;
}