.swiper-container {
        width: 100%;
        height: 100%;
        margin:inherit;
        overflow:hidden;
    }
.swiper-wrapper{-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* 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;
        margin-bottom:80px;
        opacity:0;
    }
.swiper-slide a.view_project {position: absolute; bottom: 0; top: 0; left: 0; right: 0}

.swiper-container{position:relative; box-sizing:border-box}
.swiper-slide-caption{ width:37.4%;}
.swiper-slide-next .swiper-slide-caption{ visibility:hidden}
.swiper-slide-img{ width:62.6%;}
.swiper-pagination-current, .swiper-pagination-total{ display:block}
.swiper-slide-caption .year{ font-size:21px; line-height:21px; position:absolute; width:65px; text-align:right; top: 45px; left:calc(37.4% - 120px);}
.swiper-slide-caption .location{font-size:21px; padding-left:77px; text-transform:uppercase; text-align: left; margin-bottom:10px;}
.swiper-slide-caption .slide_title{ text-decoration:none;font-size:45px;font-family: 'Geometria-Bold'; padding-right:55px; text-transform:uppercase; text-align: right;    display: block;}
.swiper-slide-caption  div.view{ text-decoration:none; font-size:21px;  line-height:23px; background: url(../images/view.png) right center no-repeat; padding-right:40px; position:absolute; bottom:0; left:calc(37.4% - 182px);}
/*.swiper-slide:hover .slide_title, .swiper-slide:hover  div.view { color:#666}*/
.swiper-pagination-current{ font-size:24px;font-family: 'Geometria-Bold'; color:#000; display:block; margin-bottom:70px;}
.swiper-pagination-total{ font-size:24px; color:#000; display:block; margin-top:14px;}
.swiper-pagination-fraction{ color:#fff; font-size:0; }
.swipe_line_pag{ width:1px; height:57px; background:#000; position:absolute; right:20px; top:37px}


@media (min-width: 768px) {
    .swiper-container{ padding-right:95px;}
    .location span{display: none;}
   
}

@media (max-width: 768px) {

    .img_text_menu{
        
        right: 5px;
    }
    .swiper-slide-caption div.view{
        
        display:none;
    }
    .swiper-slide-caption .slide_title{padding-right:0};
    .swiper-slide-caption .year{display:none;}
}