.swiper1 {
    width: 100%;
}
a {
    text-decoration: none !important;
}
.swiper-wrapper{
    background: linear-gradient(#f4f4f4 , #dbdbdb ) !important;
}
.ui-link{
    color:#4b77be;
    font-weight: bold;
}
.swiper-menu .ui-link{
    color: #666 !important;
    font-weight: bold;
}
.swiper-menu li:hover {
    background: #cccaca;
    background-color:rgba(0, 0, 0, 0.06);
}
.swiper-menu li:hover >a{
    color: #4b77be !important;
}
.font-grey{
    color:#bfcad1 !important;
    font-size: 18px;
    padding-right: 15px;
    padding-left: -15px;
}
.font-grey.collect{
    color:#f2784b !important;
}
.swiper1 .swiper-slide {
    text-align: center;
    font-size: 12px;
    height: 38px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    margin: 0 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    width: auto !important;
    padding: 0 40px 0 40px;
    color: beige;
}
.swiper-wrapper >li.selected >a{
    color: #23527C !important;
}
.swiper-wrapper >li.selected{
    background: linear-gradient(#ddd , #a2a2a2 );
}
.open{
    display: block !important;
}
.swiper-slide > .swiper-menu{
    padding: 0;
    display: none;
    position: absolute;
    top:27px;
    left: 0;
    z-index: 1;
    background: #444;
    background:  linear-gradient(#f4f4f4 , #dbdbdb ) !important;
    -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 4px 2px rgba(102,102,102,.1);
    border-radius: 5px !important;
}
.swiper-menu li{
    float: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    _line-height: 0;
}
.swiper-menu li:not(:last-child){
    box-shadow: 0 1px 0 #d8d8d8, 0 1px 0 #d8d8d8;
    -moz-box-shadow: 0 1px 0 #d8d8d8, 0 1px 0 #d8d8d8;
    -webkit-box-shadow: 0 1px 0 #d8d8d8, 0 1px 0 #d8d8d8;
}

.swiper-menu li a{
    padding: 12px 0 12px 0;
    min-width: 120px;
    _height: 10px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}



.swiper2 {
    width: 100%;
}
.swiper2 .swiper-slide {
    height: calc(100vh - 50px);
    background-color: #ccc;
    color: #fff;
    text-align: left;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}
.ui-content{
    padding: 0 !important;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
    min-height: 500px;
}
.swiper-menu li ul{
    display: none;
}

.swiper-menu li:first-child > a:after {
    content: '';
    position: absolute;
    left: 50px;
    top: -5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f4f4f4;
}
.swiper-container{
    text-shadow: none !important;
    /*overflow:  initial !important;*/
    /*overflow-x: hidden !important;*/
    /*height: 400px;*/
    overflow: visible !important;
    z-index: unset !important;
}

.swiper2{
    margin-top: 35px !important;
}
/*.swiper1  div.swiper-wrapper >.swiper-slide :hover{*/
    /*padding-right: 0 !important;*/
/*}*/
/*.swiper-wrapper .swiper-slide i{*/
    /*padding-right: 15px;*/
/*}*/
.swiper-menu i{
    display: inline-block;;
    padding-left: 20px;
}
.ui-collapsible-content{
    padding: 0 5px !important;
}



ul.topnav {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
}

ul.topnav li {}

ul.topnav li a {
    line-height: 10px;
    font-size: 14px;
    padding: 15px 5px;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: bolder;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.wrapper{
    position:relative;
}
.swiper-bg{
    background: linear-gradient(#f4f4f4 , #dbdbdb ) !important;
}
.swiper-wrapper >li:not(:last-child):after {
    content: "";
    border-left: 20px solid #7f7d7d !important;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 9999;
}
.swiper-wrapper >li:not(:first-child):before{
    content: "";
    border-top: 20px solid #7f7d7d !important;
    border-bottom: 20px solid #7f7d7d !important;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
}

.swiper-wrapper >li:first-child{
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.swiper-wrapper >li:last-child{
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

@media (max-width: 767px){
    .swiper-container{
        overflow:  initial !important;
        overflow-x: hidden !important;
        height: 400px;
    }
    .new-swiper{
        margin-top: -360px;
    }
}