.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-main{
    margin-top: 61px;
    /* height: calc(100vh - 61px); */
    position: relative;
}

.u-main-bg{
    position:fixed;
    top:61px;
    width:100%;
    height:100%;
    background-size: cover;
    z-index: 1;
    /* transition: 1s easeInQuint; */
    -webkit-transition:background-position .4s, transform .8s cubic-bezier(.77,0,.175,1);;
    -webkit-transition:background-position .4s, -webkit-transform .8s cubic-bezier(.77,0,.175,1);;
    transition:background-position .4s, -webkit-transform .8s cubic-bezier(.77,0,.175,1);;
    transition:background-position .4s, transform .8s cubic-bezier(.77,0,.175,1);;
    transition:background-position .4s, transform .8s cubic-bezier(.77,0,.175,1), -webkit-transform .8s cubic-bezier(.77,0,.175,1);;
}
.u-main-bg .u-gallery{
    height: 100%;
    width: 100%;
}
.u-gallery .u-bg{
    width: 105%;
    height: 105%;
    top: 0;
    left: 0;
    /* background-position: -25px -50px; */
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.u-close{
    position: fixed;
    bottom: -100px;
    right: 0;
    width: 40%;
    height: 100px;
    background-color: #fff;
    z-index: -1;
}
@media (max-width: 767px){
    .u-content .u-close{
        width: 30%;
    }
}
.u-close.active-on-bottom{
    position: absolute;
    left: 100%;
    right: auto;
    bottom: 0;
    width: calc(100vw - 100%);
    -webkit-transform: none;
            transform: none;
}

.u-close .u-close-btn{
    position: absolute;
    right: 40px;
    top: 50%;
    padding-left: 30px;
    color: #000;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media(max-width: 767px){
    .u-close .u-close-btn{
        right: 30px;
    }
}
.u-close .u-close-btn:before{
    content: '';
    left: 0px;
    width: 1px;
    margin: 0px 8px;
    position: absolute;
    height: 100%;
    background-color: #000;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.u-close .u-close-btn:hover:before{
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}


.u-main .u-content{
    position: relative;
    margin-top: 100vh;
    padding-bottom: 300px;
    height: auto;
    min-height: 100vh;
    width: 60%;
    background-color: #7694b0;
    z-index: 5;
}
@media(max-width: 767px){
    .u-main .u-content{
        width: 70%;
    }
}

.u-main-bg .u-banner-title{
    position: absolute;
    top: 0;
    left: 15%;
    height: 100%;
    z-index: 1;
    color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}
.u-body.active-black-bg .u-banner-title{
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.u-main-bg .u-main-title{
    line-height: 140%;
    font-size: 6rem;
    font-weight: 400;
}
.u-main-bg .u-sub-title{
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 120%;
}
@media(max-width: 767px){
    .u-main-bg .u-main-title{
        font-size: 4rem;
    }
    .u-main-bg .u-sub-title{
        font-size: 1.5rem;
    }
}

.u-body.active-black-bg .u-icon-arrow:after,
.u-body.active-black-bg .u-icon-arrow:before{
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}


.u-content{
    color: #fff;
}

.u-content .u-title{
    margin-top: 100px;
}
.u-content .u-sub-title{
    font-size: 1.8rem;
    line-height: 110%;
    color: #0a497c;
}
@media(max-width: 767px){
    .u-content .u-title{
        margin-top: 10px;
    }
}

.u-intro-content{
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 130%;
}
.u-intro-content a{
    text-decoration: underline;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
}

.u-content .u-content-container{
    /* max-width: 1200px; */
    margin: auto;
}
@media (max-width: 991px) {
    .u-content .u-content-container{
        padding-bottom: 450px;
    }
}

.u-menu-content.active-open,
.u-menu-content.active-open + .u-menu{
    z-index: 6;
}
