@font-face {
    font-family: "BebasNeue-lang";
    src: url("../fonts/bebas-neue-bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/bebas-neue-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/bebas-neue-bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/bebas-neue-bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/bebas-neue-bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/bebas-neue-bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/bebas-neue-bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "futrfw";
    src: url("../fonts/futrfw.eot"); /* IE9 Compat Modes */
    src: url("../fonts/futrfw.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/futrfw.otf") format("opentype"), /* Open Type Font */
    url("../fonts/futrfw.svg") format("svg"), /* Legacy iOS */
    url("../fonts/futrfw.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/futrfw.woff") format("woff"), /* Modern Browsers */
    url("../fonts/futrfw.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    background-color: #fff;
    font-size: 14px;
}

:focus {
    outline: none !important;
    box-shadow: none !important
}

@media (min-width: 1200px) {
    .container {
        max-width: 1305px
    }
}

.form-control {
    border: 1px solid #dfe1e5;
    border-radius: 3px;
    font-size: 14px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dfe1e5;
    outline: 0;
    box-shadow: none;
}

.navbar-bss {
    font-family: "BebasNeue-Bold";
    height: 85px;
    padding-right: 0;
    padding-left: 0;
}



.div404 {
    font-family: "BebasNeue-lang";
    font-size: 55px;
    padding-right: 0;
    padding-left: 0;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-family: "BebasNeue-lang";
}

a.logo {
    color: #000;
    line-height: 1;
    font-size: 35px;
    text-decoration: none;
    font-family: "BebasNeue-lang";
}


.navbar-bss .nav-main .nav-item .nav-link {
    font-family: "BebasNeue-Bold";
    padding: 0 12px;
    font-size: 38px;
    line-height: 1;
    color: #000;
    transition: all 0.4s;
}

.navbar-bss .nav-main .nav-item .nav-link {
    font-family: "BebasNeue-Bold";
    padding: 0 12px;
    font-size: 32px;
    line-height: 1;
    color: #333333;
    transition: all 0.4s;
    position: relative;
}

.navbar-bss .nav-main .nav-item:last-child .nav-link {
    padding-right: 0;
    padding-left: 0;
}


.navbar-bss .nav-main .nav-item .nav-link span {
    position: relative;
}

.navbar-bss .nav-main .nav-item .nav-link.active span:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    visibility: visible !important;
    background: #333333;
    bottom: 0;
    left: 0;
    -webkit-transform: unset;
    transform: unset;
    -webkit-transition: unset;
    transition: unset;
}


.navbar-bss .nav-main .nav-item .nav-link span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #333333;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}


.navbar-bss .nav-main .nav-item .nav-link span:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-bss .nav-main .nav-item .nav-link:hover {
    opacity: 1;
}

.navbar-bss .nav-main .nav-item .nav-soc {
    font-size: 25px;
    color: #999999;
    position: relative;
}

.header {
    background: #fff;
}

.soc-border:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: -2px;
    left: -2px;
    background: #ccccff;
}


.owl-main .owl-dots, .owl-main .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-main .owl-nav {
    margin-top: 10px
}

.owl-main .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-main .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-main .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-main .owl-nav.disabled + .owl-dots {
}

.owl-main .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-main .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 4px 0px;
    margin-right: 10px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: all 0.3s;
}

.owl-main .owl-dots .owl-dot.active span, .owl-main .owl-dots .owl-dot:hover span {
    background: #ccf;
}

.owl-main .item {
    background-color: #a1a1a1;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
}


.owl-main .item .slide-title {
    position: relative;
}

.owl-main .item .slide-title h1 {
    position: absolute;
    bottom: 30px;
    font-size: 48px;
    font-family: "BebasNeue-Bold";
    color: #fff;
}

.owl-main .owl-dots {
    position: absolute;
    bottom: 10px;
}


.nav-sidem {

}

.nav-sidem .nav-link {
    font-family: "BebasNeue-Bold";
    color: #000;
    font-size: 34px;
    line-height: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 0;
    margin-bottom: 30px;
}

.nav-sidem .nav-link:last-child {
    margin-bottom: 0;
}

.nav-sidem .nav-link .icon-side {
    margin-right: 25px;
    width: 75px;
    text-align: center;
    overflow: hidden;
}

.nav-sidem .nav-link div span {
    color: #666;
    font-size: 18px;
    font-family: "BebasNeue-Bold";
    display: block;
}

.three-box {
    margin-top: 40px;
    height: 389px;
}


a.box-artist {
    background-color: #a1a1a1;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: block;
    color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.box-artist h1 {
    font-size: 90px;
    font-family: "BebasNeue-Bold";
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.box-artist h2 {
    font-size: 48px;
    font-family: "BebasNeue-Bold";
    position: absolute;
    bottom: 63px;
    left: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.box-artist h3 {
    font-size: 30px;
    font-family: "BebasNeue-Bold";
    position: absolute;
    bottom: 25px;
    left: 30px;
    line-height: 1;
    margin-bottom: 0;
}

a.box-locations {
    background-color: #fff200;
    border-radius: 10px;
    height: 70px;
    font-family: "BebasNeue-Bold";
    background-image: url(../img/pin.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    font-size: 48px;
    color: #333333;
    padding: 17px 30px;
    display: block;
    text-decoration: none;
    line-height: 1;
}


a.box-events {
    background-color: #a1a1a1;
    border-radius: 10px;
    height: 289px;
    font-family: "BebasNeue-Bold";
    /* background-image: url(../img/pin.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 72px;
    color: #333333;
    padding: 61px 30px;
    margin-top: 30px;
    display: block;
    text-decoration: none;
    line-height: 1.2;
}


a.box-blog {
    background-color: #a1a1a1;
    height: 288px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: block;
    color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    margin-top: 30px;
}


.box-blog h1 {
    color: #ffffff;
    text-decoration: none;
    font-family: "BebasNeue-Bold";
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 48px;
}


.box-blog h1:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: 7px;
}

.box-blog h2 {
    color: #ffffff;
    text-decoration: none;
    font-family: "BebasNeue-Bold";
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    text-align: right;
    font-size: 30px;
}

a.box-banner {
    background-color: #a1a1a1;
    color: #fff;
    height: 288px;
    width: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    margin-top: 30px;
    display: block;
    position: relative;
}


.box-banner h1 {
    font-size: 48px;
    font-family: "BebasNeue-Bold";
    position: absolute;
    bottom: 63px;
    left: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.box-banner h2 {
    color: #ffffff;
    text-decoration: none;
    font-family: "BebasNeue-Bold";
    position: absolute;
    bottom: 10px;
    left: 30px;
    text-align: right;
    font-size: 30px;
}


.head-about {
    font-family: "BebasNeue-Bold";
    text-align: center;
    line-height: 1;
    margin-top: 40px;
}

.owl-about .slide-title {
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
}

.people-about {
    margin-top: 30px;
}

.owl-about {
    margin-top: 30px;
}

.owl-about .slide-title .people-avatar {
    height: 123px;
    width: 123px;
    border-radius: 50%;
    position: relative;
    background-color: #a1a1a1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    margin-right: 25px;
    text-align: center;
    overflow: hidden;
    flex: none;
}

.owl-about .slide-title .people-opinion h1 {
    font-size: 15px;
    color: #000000;

    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.owl-about .slide-title .people-opinion h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;

}

.owl-about .slide-title {
    text-decoration: none !important;
}

.owl-about .owl-nav button.owl-prev {
    top: 0;
    left: 0;
}

.owl-about .owl-nav button.owl-next,
.owl-about .owl-nav button.owl-prev {
    background: #fff !important;
    width: 30px;
    height: 100%;
    position: absolute;
    z-index: 999;
    margin: 0;
    font-size: 28px !important;
    color: #000 !important;
}

.owl-about {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-about .owl-nav button.owl-next {
    top: 0;
    right: 0;
}



.modal-about .slide-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
}

.modal-about .slide-title .people-avatar {
    height: 123px;
    width: 123px;
    border-radius: 50%;
    position: relative;
    background-color: #a1a1a1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    margin-right: 25px;
    overflow: hidden;
    flex: none;
}

.modal-about .slide-title .people-opinion h1 {
    font-size: 16px;
    color: #000000;
}

.modal-about .slide-title .people-opinion h2 {
    font-size: 19px;
    font-weight: normal;
    color: #000000;
    font-family: "BebasNeue-Bold";
    line-height: 1;
    margin-top: 18px;
}

.modal-about .slide-title {
    text-decoration: none !important;
}

.close-modal {
    position: absolute;
    top: 3px;
    right: 7px;
}

.partners {
    background-color: #9999cc;
    margin-top: 30px;
    min-height: 240px;
}


.owl-partners .slide-title .people-avatar {
    height: 123px;
    width: 123px;
    border-radius: 50%;
    position: relative;
    background-color: #a1a1a1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    margin-right: 25px;
    text-align: center;
    overflow: hidden;
    flex: none;
}

.owl-partners .slide-title .people-opinion h1 {
    font-size: 14px;

}

.owl-partners .slide-title .people-opinion h2 {
    font-size: 14px;
    font-weight: bold;

}

.owl-partners .owl-nav button.owl-prev {
    top: 0;
    left: 0;
}

.owl-partners .owl-nav button.owl-next,
.owl-partners .owl-nav button.owl-prev {
    background: #9999cc !important;
    width: 30px;
    height: 100%;
    position: absolute;
    z-index: 999;
    margin: 0;
    font-size: 28px !important;
    color: #fff !important;
}

.owl-partners {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-partners .owl-nav button.owl-next {
    top: 0;
    right: 0;
}

.owl-partners .item {
    text-align: center;
    position: relative;
    width: 100%;
    height: 125px;

}

.owl-partners .item img {
    width: 200px !important;
    margin-left: -100px !important;
    position: absolute;
    top: 0;
    display: inline !important;
    bottom: 0;
    margin: auto;
}

.partners .head-about {
    color: #ffffff;
}

.footer {
    padding-bottom: 30px;
    padding-top: 30px;
    /* border-top: 10px solid #fff; */
    background-color: #252525;
    min-height: 170px;
}

.footer .footer-copyright {
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    background-color: #252525;

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
}

.footer .footer-copyright a {
    color: #fff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.eredeli {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(../img/eredeli.png);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
}

.nav-footer a.nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
}


.nav-soc a.nav-link {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    padding: 11px 8px;
    transition: all 0.4s;
}


.nav-footer .nav-item:last-child .nav-link,
.nav-soc .nav-item:last-child .nav-link {
    padding-right: 0;
}

.nav-footer .nav-item:hover .nav-link {
    opacity: 0.5;
}


.navbar-bss .nav .nav-item .nav-soc.facebook-color {
    color: #3b5998;
    opacity: 1;
}

.navbar-bss .nav .nav-item .nav-soc.instagram-color {
    color: #d62976;
    opacity: 1;
}


.navbar-bss .nav-lang {
    margin-top: -5px;
    margin-left: 20px;
}

.navbar-bss .nav-lang .nav-item .nav-link {
    padding: 0;
    color: #333;
    font-family: "BebasNeue-lang";
    text-decoration: none;
    line-height: 1;
    font-size: 19px;
    position: relative;
    transition: all 0.3s;
}

.navbar-bss .nav-lang .nav-item {
    margin-right: 10px;
}

.navbar-bss .nav-lang .nav-item:last-child {
    margin-right: 0;
}

.navbar-bss .nav-lang .nav-item .nav-link:hover,
.navbar-bss .nav-lang .nav-item .nav-link.active {
    color: #333333;
}

.navbar-bss .nav-lang .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    bottom: 0;
    left: 0;
}

.lang-logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cover-section {
    background-color: #252525;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.cover-section img {
    width: 100%;
    object-fit: cover;
    min-height: 270px;
    pointer-events:none;
    z-index: 1;
}

.cover-section .center-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.cover-section h5 {
    z-index: 2;
    /* position: absolute; */
    color: #ffffff;
    top: 50%;
    font-family: "futrfw";
    width: 100%;
    text-align: center;
    font-size: 42px;
    /* margin-top: -21px; */
    line-height: 1;
}

/*

.cover-section:after {
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.33);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 11%, rgba(0, 0, 0, 0) 59%);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}

*/


.cover-help {
    height: 230px;
    position: relative;
    z-index: 2;
}


.cover-section h1 {
    color: #ffffff;
    font-family: "BebasNeue-Bold";
    line-height: 1;
    margin-bottom: 5px;
    font-size: 60px;
}


.article-title {
    position: absolute;
    bottom: 5px;
}


.bss-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.bss-breadcrumb .breadcrumb-item {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.bss-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 353px;
}

.bss-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: ">";
}

.box-shadow {
    position: relative;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/shadow.png);
    background-size: cover;
    margin: 0px -30px;
}


.side-box {
    margin-bottom: 30px;
    height: 389px;
}

.side-location {
    margin-bottom: 50px;
}

section.article {
    margin-top: 40px;
}

.article-content .article-h {
    font-family: "BebasNeue-Bold";
    color: #333;
    line-height: 1;
    transition: all 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;

}

.article-content .article-h span {
    position: relative;
    z-index: 2;
    padding-right: 10px;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
}


.article-content .article-h .line-gradient {
    content: "";
    display: block;
    width: 100%;
    background: #353535;
    background: linear-gradient(to right, #9999cb -22%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    height: 30px;
    top: 1px;
    transition: all 0.3s;
}


.article-content {
    font-size: 16px;
    margin-bottom: 50px;
}

.article-content .img-main {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.footer-quotations .head-about {
    margin-top: 0;
}

.article-box {
    position: relative;
    margin-bottom: 30px;
}


.article-box a{
    text-decoration: none;

}

.article-box a img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 5px;
}


.article-box a .work-title {
    color: #454545;
    font-size: 25px;
    font-family: "BebasNeue-Bold";
    text-decoration: none;
    line-height: 1;
    margin-top: 15px;
}
.article-box a .work-desc {
    color: #959595;
    font-size: 14px;
    text-decoration: none;
    margin-top: 2px;
}



.article-box .media-date {
    color: #ffffff;
    font-size: 18px;
    font-family: "BebasNeue-Bold";
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 5px 0px 5px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
}


.article-box .media-date span {
    font-size: 30px;
    color: #ffffff;
    display: block;
    font-family: "BebasNeue-Bold";
    line-height: 1;
}




.event_box{
    background: #ffffff;
    margin-bottom:30px;
    border-radius: 6px;
    display: block;
}

.event_box.event_map{
    background: #ffffff;
    margin-bottom:0;
    width: 100%;
    max-width: 370px;
    border-radius: 6px;
    display: block;
}


.event_box.event_map .event_title{
    height: unset;
    margin-top: 15px;
}

.event_box.event_map .event_time{
    margin-bottom: 10px;
}

.event_box.event_map .event_cover{
    border-radius: 5px;
    width: 370px;
    border-radius: 5px;
}

a.event_box{
    background: #ffffff;
    margin-bottom:30px;
    border-radius: 6px;
    display: block;
    text-decoration: none;
}


.event_cover {
    position: relative;
    margin-bottom: 0;
    width:  100%;
    border-radius: 5px 5px 0 0;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat:   no-repeat;
    position: relative;
}

.event_footer {
    border-radius: 0 0 6px 6px;
    display: block;
    border: 1px solid #dfe1e5;
    border-top: none;
    padding: 20px;
    min-height: 180px;
}

.event_title {
    font-size: 22px;
    font-family: "BebasNeue-Bold";
    line-height: 1.1;
    overflow: hidden;
    color: #333;
    z-index: 2;
    height: 44px;
}

.event_time {
    font-size: 18px;
    color: #333;
    overflow:hidden;
    font-family: "BebasNeue-Bold";
}

.event_time span {
    margin-right: 1px;
    width: 23px;
    text-align: center;
    display: inline-block;
}

.time-box {
    padding-top: 14px;
}


.single-event  .event_cover:after {
    display: none;
}
.single-event .event_cover {
    height: 300px;
}

.single-event .event_title {
    position: relative;
    color: #333;
    font-size: 30px;
    margin-bottom: 10px;
    height: unset;
}

.single-event .event_content {
    margin-top: 10px;
}

.single-event .event_footer {

    border-radius: 6px;
    border-top: 1px solid #dfe1e5;
}


.event_content a:hover,
.event_content a:focus,
.event_content a {
    color: #000;
    text-decoration: none;
    position: relative;
}

.event_content a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}


.event_content h6,
.event_content h5,
.event_content h4,
.event_content h3,
.event_content h2,
.event_content h1 {
    font-family: "BebasNeue-Bold";
}


#map {
    height: 500px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dfe1e5;
    top: 0;
    z-index: 1;
}


.event_share {}


.event_share a:hover,
.event_share a:focus,
.event_share a {
    color: #000;
    font-size: 22px;
    margin-right: 3px;
    text-decoration: none;
    position: relative;
}


#map-events {
    height: 700px;
    width: 100%;
    border-top: 1px solid #dfe1e5;
    border-bottom: 1px solid #dfe1e5;
    top: 0;
    z-index: 1;
}


.cover-contact {
    height: 145px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


.cover-contact h1 {
    color: #333;
    font-family: "BebasNeue-Bold";
    line-height: 1;
    margin-bottom: 5px;
    font-size: 60px;
}

.cover-contact .cover-help {
    height: 145px;
}

.cover-contact .bss-breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.cover-contact .bss-breadcrumb .breadcrumb-item.active,
.cover-contact .bss-breadcrumb .breadcrumb-item {
    color: #333333;
}


.nav-contact {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}


.nav-contact .nav-item {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 30px;
}



.nav-contact .nav-item h1 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "BebasNeue-Bold";
}


.contact-form {
    margin-bottom: 40px;
    margin-top: 17px;
}

.contact-form label {
    margin-bottom: 4px;
    font-size: 15px;
    color: #8d8d8d;
}
.contact-form textarea.form-control {
    height: 195px;
    border-radius: 20px;

}


.contact-form .form-control {
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-bottom: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form .btn-secondary {
    font-family: "BebasNeue-Bold";
    background-color: #000;
    border-color: #000;
    border-radius: 50px;
    line-height: 1;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
}

.article-cover img {
    width: 100%;
}

.table-event {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-event td {
    vertical-align: middle;
    border-top: none;
    cursor: pointer;
}
.table-event td span {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "BebasNeue-Bold";
    font-size: 17px;
}

.table-event td:first-child  {
    font-weight: bold;
}

.table-event td:last-child  {
    text-align: right;
}

.table-event tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.08);
}

.table-event tbody tr {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.table-event tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.15);
}




#sidebarCollapse .bar1, #sidebarCollapse .bar2, #sidebarCollapse .bar3 {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}

#sidebarCollapse .bar1 {
    margin-top: 4px;
}


#sidebarCollapse.active .bar1,
#sidebarCollapse.active .bar2,
#sidebarCollapse.active .bar3 {
    background-color: #000;

}

#sidebarCollapse.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

#sidebarCollapse.active .bar2 {opacity: 0;}

#sidebarCollapse.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}

#sidebarCollapse {
    margin-top: -5px;
    display: none;
}


#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    padding-top: 100px;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar.active {
    right: 0;
}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 90;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}


.list-group-ai {

}

.list-group-ai .list-group-item:first-child,
.list-group-ai .list-group-item:last-child {
    border-radius: 0;
}



.list-group-ai .list-group-item {
    padding: 0 !important;
    border-left: none;
    border-right: none;
    transition: all 0.4s;
}

.list-group-ai .list-group-item a {
    transition: all 0.3s;
}
.list-group-ai .list-group-item:hover,
.list-group-ai .list-group-item:hover a {
    background-color: #000;
    color: #fff;
}


.list-group-ai .list-group-item a {
    padding: 10px 15px;
    color: #000;
    font-family: "BebasNeue-Bold";
    font-size: 24px;
    text-decoration: none;


}


.list-group-ai .list-group-item.active a,
.list-group-ai .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.navbar-bss-footer {
    height: unset;
    margin-top: 30px;
}

.training {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
}
.training h1{
    font-family: "BebasNeue-Bold";
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.form-box {
    padding: 50px 70px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.form-box label{
    font-weight: bold;
}

.form-box .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-family: "BebasNeue-Bold";
    font-size: 22px;
    padding-top: 9px;
    padding-bottom: 5px;
    width: 100%;
    line-height: 1;
    border-radius: 3px;
    margin-top: 13px;

}

.form-box .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.form-box .btn-primary:not(:disabled):not(.disabled).active,
.form-box .btn-primary:not(:disabled):not(.disabled):active,
.show>.form-box .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


input.error, select.error, textarea.error {
    border: 1px solid #f00 !important;
}

label.error {
    color: #f00 !important;

}

label.error{
    display: none !important;
}

.form-box .form-control {
    border: 1px solid #dfe1e5;
    border-radius: 3px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dfe1e4;
    border-radius: 3px;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #dfe1e4;
    border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f4f4;
    color: #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f4f4f4;
}


.validation-error-label .select2-container--default .select2-selection--single {
    border: 1px solid #f00 !important;
}

label.validation-error-label {
    max-width: 100%;
    margin-bottom: 3px;
    color: #fd0900;
    padding-left: 3px;
    font-weight: normal;
    display: none !important;
}

.validation-error-label .form-control {
    border: #fd0900 1px solid;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe1e5;
    border-radius: 3px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe1e5 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dfe1e5;
    border: 1px solid #dfe1e5;
    border-radius: 3px;
}

.event-year {
    font-family: "BebasNeue-Bold";
    font-size: 50px;
}

.page-link {
    font-family: "BebasNeue-lang";
    font-size: 19px;
    line-height: 1;
    color: #333;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #dfe1e5;
    transition: all 0.2s;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.page-link:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.pagination {
    display: flex;
    padding-left: 0px;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}


section.filter {
    background-color: #f4f4f4;
    min-height: 70px;
}


@media (max-width:998px) {
    .nav-footer {
        display: none;
    }
    .nav-sidem .nav-link {
        font-size: 28px;
    }

    .filter-mobile {
        margin-bottom: 10px;
    }


    .owl-main .owl-item img {
        display: block;
        width: 100%;
        object-fit: cover;
        min-height: 270px;
    }

}

@media (max-width:1200px){
    .nav-main   {
        margin-top: -5px;
    }

    body {
        padding-top: 87px;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    .cover-section h1 {
        font-size: 45px;
    }
    .box-shadow {
        background-position: top;
        background-repeat: no-repeat;
        background-image: url(../img/shadow.png);
        background-size: contain;
        margin: 0;
    }
    .nav-main > li {
        display: none;
    }


    .navbar-bss-footer .nav-soc-footer .nav-item {
        display: inline-block;
    }
    #sidebarCollapse {
        display: block;
    }

    .footer-copyright a:last-child {
        display: none;
    }


    .nav-sidem .nav-link .icon-side {
        margin-right: 15px;
        width: 63px;
    }

    .nav-sidem .nav-link .icon-side img {
        max-width: 100%;
    }

    .form-box {
        padding: 20px;

    }
}


.filter .btn-primary {
    color: #fff;
    background-color: #6c97ac;
    border-color: #6c97ac;
    font-family: "BebasNeue-Bold";
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
    width: 100%;
    line-height: 1;
    border-radius: 3px;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    /* box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) */
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #adb5bd
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #000;
    border-color: #000
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.cursor-pointer {
    cursor: pointer;
}

.nav-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}

.nav-main > li {
    position: relative;
    padding: 15px 0px;

}

.nav-menu2 .dropdown2 {
    display: none;
    z-index: 9999;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    list-style: none;
    top: 60px;
    left: 10px;
    padding: 10px 0;
    min-width: 157px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px rgba(10, 20, 30, .1);
}


nav.nav-menu2 ul li ul li a {
    background: transparent;
    color: #2e3d46;
    padding: 5px 15px;
    display: block;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'BPG Ingiri Arial';
}


.sliding-menu {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, .5)
}

.sliding-menu-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding-left: 0
}

.sliding-menu li {
    padding: 0;
    margin: 0;
    list-style: none
}

.sliding-menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 21px;
    line-height: 1.4em;
    color: #333;
    text-decoration: none;
    border: none;
    outline: none
}

.sliding-menu .active a {
    color: #fff;
    background: #333;
    border: none
}

.sliding-menu .sliding-menu-nav:before {
    float: right;
    margin-left: 1em;
    font-family: "Font Awesome 5 Pro";
    content: "\f105"
}

.sliding-menu .sliding-menu-back {
    color: #fff !important;
    background: #333333;
    border-bottom: none;
}

.sliding-menu .sliding-menu-back:hover {
    color: #fff !important;
    background: #333333;
    border-bottom: none;
}

.sliding-menu .sliding-menu-back:before {
    float: left;
    margin-right: 1em;
    font-family: "Font Awesome 5 Pro";
    content: "\f104"
}

.sliding-menu .sliding-menu-icon {
    margin-right: .4em
}

.sliding-menu .sliding-menu-separator {
    margin: .4em 1em;
    border-top: 2px solid #555
}


