@charset "utf-8";

.header-nav > ul{
    display: table;
    width: 100%;
}
.header-nav > ul > li{
    display: table-cell;
    text-align: center;
}
.important:before{
    display: none;
}
.check-input{
    position: static;
    visibility: visible;
    opacity: 1;
}
.check-input + label{
    padding: 0 0 0 5px;
}
.check-input + label:before, .check-input + label:after{
    display: none;
}
.sidebar-menu > ul li:hover > ul{
    max-height: 2000px;
    padding: 5px 0;
    opacity: 1;
}
.activities-wrap .bg{
    background-repeat: no-repeat;
    background-position: center 0;
}
.breadcrumbs .sep{
    width: 0;
    height: 0;
    border-width: 3px 0 3px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
.activities-wrap-home .activity{
    height: 410px;
}
.activities-wrap-home{
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
}
#fullpage {
    margin: 0 0 -235px;
}
#fullpage .footer{
    margin: 0;
}
.multipleSelect{
    font-size: 1em;
    color: #666;
    line-height: 1.2em;
    padding: 14px 16px 15px;
    border: 1px solid #dadada;
    display: block;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}
.pagination{
    border-right: 1px solid #f1f1f1;
}
.form-search input[type='text']{
    width: 75%;
}
.form-search .btn{
    width: 23%;
}
.banner-map{
    display: none;
}
.sitemap-wrap .columns-2.menu{
    width: 50%;
}
.tabs_wrapper .ui-tabs-nav{
    display: block;
    font-size: 0;
}
.tabs_wrapper .ui-tabs-nav .ui-tabs-tab{
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.swiper-slide{
    display: none !important;
}
.swiper-slide:first-child{
    display: block !important;
}
.screenSlider .head-slider-nav,
.swiper-button-prev, .swiper-button-next{
    display: none !important;
}