/*--------------------------------------------------------------
1. Common
--------------------------------------------------------------*/

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}

.btn-link-more {
    display: inline-block;
    background-color: #064a98;
    font-family: "open_sansbold", helvetica, arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 0.86;
    color: #fff;
    padding: 1em 2em;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: ease 0.4s all;
    -ms-transform: ease 0.4s all;
    -o-transition: ease 0.4s all;
    transition: ease 0.4s all;
}

.btn-link-more:hover {
    background-color: #8eb8d0;
    text-decoration: none;
    color: #fff;
}

.imgEffect {
    position: relative;
    overflow: hidden;
}

.imgEffect:after {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    left: -50%;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}

.imgEffect:hover:after {
    left: 150%;
}

.boxEZoom {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.imgEZoom {
    -webkit-transform: ease 0.4s all;
    -ms-transform: ease 0.4s all;
    -o-transition: ease 0.4s all;
    transition: ease 0.4s all;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.imgEZoom:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.opensearchBtn {
    color: #fff;
}

.site-search {
    display: none;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay .search-form .search-submit {
    float: left;
    width: 20%;
    padding: 11px 15px;
    background-color: #064a98;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 0;
    bottom: 0;
    right: 0px;
    top: 0px;
    height: 47px;
}

.search-form .search-submit i.fa-search {
    color: #fff;
}

.overlay button:hover {
    background: #bbb;
}

.logged-in .overlay {
    top: 32px;
}

.title-section {
    font-family: "open_sansbold", sans-serif;
    font-size: 50px;
    line-height: 1.2;
    color: #064a98;
    margin-bottom: 90px;
    text-align: center;
}

table tbody>tr {
    border: none;
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eee;
    border-radius: 4px
}

.breadcrumb:after {
    display: block;
    content: "";
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ddd;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #ddd
}

.pagination {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: center;
}
.page-item:first-child .page-numbers {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.page-item:last-child .page-numbers {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.page-item .page-numbers.current {
    z-index: 2;
    color: #fff;
    background-color: #1b75bc;
    border-color: #1b75bc;
}

.page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #116e89;
    background-color: #fff;
    border: 2px solid #ddd
}

.page-numbers:focus,
.page-numbers:hover {
    color: #464646;
    text-decoration: none;
    background-color: #eee;
    border-color: #ddd
}

.pagination-lg .page-numbers {
    padding: .75rem 1.5rem;
    font-size: 1.2rem
}

.pagination-lg .page-item:first-child .page-numbers {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-numbers {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-numbers {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-numbers {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-numbers {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/

header {
    background-color: #064a98;
    padding-top: 20px;
    padding-bottom: 23px;
}

header .sml-logo img {
    max-width: 150px;
}

.navbar-language {
    margin-right: 15px;
}

.navbar-language ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-language ul li {
    margin: 0;
}

.navbar-language ul li a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 10px
}

.navbar-language ul li:last-of-type a {
    border-right: none;
    padding-right: 0;
    padding-left: 10px;
}

.site-search {
    top: 34px;
    right: 0;
    padding-top: 28px;
    width: 350px;
}
.site-search .overlay-content {
    width: 100%;
    margin: 0;
}
.site-search .widget {
    padding: 5px;
    background-color: #064a98;
}
.site-search .search-form label {
    margin: 0;
}
.site-search label .screen-reader-text {
    display: none;
}
/* Banner */

.banner-header .title-theme {
    font-family: "open_sansbold", sans-serif;
    font-size: 65px;
    line-height: 1;
    color: #fefefe;
    margin: 0;
}

.banner-header-mobile{
    display: none;
}

.banner-header-mobile img{
    height: 92.5px;
    object-fit: cover;
    width: 100%;
}

.banner-header-mobile .title-theme{
    margin-top: 20px;
    font-weight: 300;
    font-family: "open_sansbold", sans-serif;
    word-break: break-word;
}
/*--------------------------------------------------------------
3 Front Page
--------------------------------------------------------------*/

/* Home template*/

.home-wrapper {
    padding: 0 0 60px;
}

.subpage-wrapped .col-md-3 {
    margin-top: 30px
}

.subpage-wrapped img {
    width: 150px;
}

.subpage-wrapped .title {
    display: block;
    font-family: "open_sanssemibold", sans-serif;
    margin: 35px 0 20px;
    min-height: 60px;
    font-size: 20px;
}

.subpage-wrapped p {
    margin: 0;
}

/* Simple template*/

.sml-entry-content .sub-title {
    font-size: 1.75rem;
    color: #999999;
}

.simple-content {
    padding-bottom: 120px;
}

.simple-content img {
    border: 1px solid #cccccc;
    padding: 1px;
}

/*--------------------------------------------------------------
4 Regular Content
--------------------------------------------------------------*/

.sml-content-area {
    padding: 5.625rem 0px 3rem;
}

.sml-entry-meta {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sml-entry-meta .edit-link a {
    font-family: "open_sanssemibold", helvetica, arial, sans-serif;
    font-size: 18px;
    color: #064a98;
}
.featured-thumb {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
5 Posts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6 Pages
--------------------------------------------------------------*/

/* 404 page */

.error404 .page-content {
    padding-bottom: 4em;
}

.error404 .page-content .search-form, .search .page-content .search-form {
    margin-bottom: 3em;
}

/*--------------------------------------------------------------
7. Footer
--------------------------------------------------------------*/

/* New Section */

.footer-section-new {
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-section-new .new-wrapped .title-section {
    margin-bottom: 40px;
}

.footer-section-new .new-wrapped .boxEZoom {
    line-height: 1.2;
}

.footer-section-new .new-wrapped .date {
    color: #818181;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer-section-new .new-wrapped .title {
    font-family: "open_sansbold", sans-serif;
    font-size: 22px;
    color: #064a98
}

.footer-section-new .new-wrapped .btn-link-more {
    margin-top: 80px;
    margin-bottom: 20px;
}

/* Contact Section */

.footer-section-contact {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-section-contact .bg-op {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.85;
    z-index: 1;
}

.footer-section-contact .title-section, .footer-section-contact p, .footer-section-contact a {
    z-index: 9;
}

.footer-section-contact .title-section {
    margin-bottom: 35px;
}

.footer-section-contact p {
    margin-bottom: 10px;
}

.footer-section-contact .btn-link-more {
    margin-top: 45px
}

/* Footer */

footer {
    background-color: #064a98;
    padding-top: 20px;
    color: #fff;
}

footer .footer-sidebar {
    padding: 70px 0 0;
}

footer .footer-sidebar img {
    margin-bottom: 25px;
    max-width: 150px;
}

footer .footer-sidebar #custom_html-2 p {
    line-height: 1.2;
    margin-bottom: 10px;
}

footer .footer-sidebar a {
    color: #fff;
}
footer .footer-sidebar a:hover {
    color: #8eb8d0;
}

.widget #menu-footer-menu,
.widget #menu-footer-menu-fr {
    display: flex;
    flex-wrap: wrap;
}

.widget-title {
    font-family: "titillium_websemibold", sans-serif;
    font-size: 25px;
    color: #fff;
    margin-bottom: 50px
}

.widget #menu-footer-menu li, .widget #menu-footer-menu li a, .widget #menu-footer-menu-fr li, .widget #menu-footer-menu-fr li a {
    border-bottom: none;
    border-top: none;
    box-shadow: none;
    color: #fff;
}

.widget #menu-footer-menu li,
.widget #menu-footer-menu-fr li {
    width: 50%;
    padding: 0;
    margin-bottom: 8px;
}

/* Copyright */

.sml-copyright {
    border-top: 1px solid #8eb8d0;
}

.sml-copyright p {
    font-family: "titillium_webregular", sans-serif;
    font-size: 15px;
    padding: 15px 0 10px;
    margin: 0;
}

#menu-copyright-menu,
#menu-copright-menu-fr {
    padding: 15px 0 10px;
    margin: 0;
}

#menu-copyright-menu a,
#menu-copright-menu-fr a {
    padding: 0 15px;
    color: #ffffff;
}

.kb-magazine > h2{
    color: #b7b7b7;
}

.kb-magazine h4,
.kb-magazine ul{
    clear: unset;
}
.kb-magazine p{
    clear: both;
}
.kb-magazine ul{
    width: 70%;
    float: left;
    margin-left: 0;
    list-style: none;
}
.kb-magazine ul li{
    margin-bottom: 0;
}
.kb-magazine .wp-block-image .alignleft{
    margin-top: 15px;
    margin-right: 30px;
    margin-bottom: 30px;
}


@media (max-width: 991px) {
    .kb-magazine ul{
        width: 100%;
    }
}