header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(-450px);
    transition: all 2s cubic-bezier(.86,0,.07,1);
}
#ebank-loader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    text-align: center;

    svg{
        width: 50% !important;
    }
}
#ebank-loader-alt{
    @extend #ebank-loader;

    img{
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        animation-name: zoomIn;
        animation-duration: 5s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }
}
@keyframes zoomIn {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.5, 1.5, 1.5);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.zoomIn {
}
.nav-top{
    background: $primaryColor;

    a{
        font-size: 14px;
    }
    .nav-ll{
        .social,
        .lang{
            padding: 1rem 0;
            width: 35px;

            a{
                color: white;
            }
        }
    }
    .nav-lr{
        li{
            padding: 1rem;
        }
        a{
            color: #fff;
        }
    }
}
.navbar-brand{
    img{
        width: 115px;
    }
}
.navbar{
    padding: 15px 0;
}
.navbar-toggler{
    padding: .25rem 0;

    &[aria-expanded=true],
    &.active {
        .icon-bar {
            &:nth-of-type(2) {
                transform: translateY(8px) rotate(45deg);
            }
            &:nth-of-type(3) {
                opacity: 0;
            }
            &:nth-of-type(4) {
                transform: translateY(-10px) rotate(-45deg);
            }
        }
    }
    .icon-bar {
        background: $blackColor;
        width: 30px;
        height: 2px;
        display: block;
        @include trans(.2s);

        + .icon-bar {
            margin-top: 7px;
        }
    }
}
.separator{
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,0.4);
    margin: -4px 0;
}
.navbar{
    .navbar-collapse{
        @include mqx(t){
            padding: 15px;
            border-top: 1px solid #f1f1f1;
            margin-top: 15px;
        }
    }
    .navbar-nav{
        .nav-item{
            @include mqn(t){
                margin-right: 20px;
            }
            @include mqx(t){
                text-align: center;
            }
            a{
                color: $blackColor;
            }
            &:last-of-type{
                margin-right: 0;
            }
            &.active{
                a{
                    color: $primaryColor;
                }
            }
        }
    }
    .nav-item{
        a{
            color: $blackColor;
        }
    }
    .dropdown-item{
        white-space: initial;
    }
    .separator{
        background: rgba(0,0,0,0.4);
        margin: -5 0;
    }
    .notification-dropdown{
        min-width: 330px;

        .noti-img{
            width: 50px;
            height: 50px;

            &.initial-letter{
                background: #f1f1f1;

                > div{
                    line-height: 41px;
                }
            }
        }
        .notification-details{
            max-width: 390px;

            p{
                color: $blackColor;
                @include multiLineEllipsis(1.6em, 2);
                font-size: 13px;
            }
        }
    }
}

.slide-content{
    height: 520px;
    position: relative;
    z-index: 9;

    h2{
        font-size: 40px;
    }
    p{
        font: 18px/27px $primaryFont;
        color: $blackColor;
    }
}
.slide-item{
    position: relative;
    outline: 0;
}
.slide-image{
    position: absolute;
    top: 0;
    left: 387px;
    height: 520px;
    z-index: 3;
    border: 0;
    width: 70vw;
}
.arrows{
    button{
        background: none;
        border: none;
        outline: none;
        padding: 15px 20px;

        i{
            color: $blackColor;
            font-size: 16px;
        }
    }
}

.bank-nav{
    background: $primaryColor;
    padding: 15px 30px;
    position: relative;

    a{
        color: #fff;
        font-size: 13px;
    }
    &:after{
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 100vw;
        height:100%;
        background-color: $primaryColor;
        background-image: url("../images/stroke.png");
        background-repeat: no-repeat;
        background-position: 100px 117%;
    }
}
.nav-ebank{
    //position: absolute;
    width: 100%;
    //top: 40px;
    border-bottom: 0;
    background-image: url("../images/logo-section-white.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;

    //&:after{
    //    content: "";
    //}
    li{
        padding: 15px 30px;
        font-size: 22px;


        .nav-link{
            color: $blackColor;
            background-color: transparent !important;
            box-shadow: none;
            border: none;

            &.active{
                color: #E95C40;
            }
        }
    }
}
.tab-pane{
    padding: 150px 0;
}
.text-green{
    color: #006862;
}
.section-content{
    height: 400px;
}
.svg-reposition{
    width: 145%;
    margin-top: -210px;
    max-height: 750px;
    margin-left: -100px;
}
.card{
    border: 0;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.3);
    .card-image{
        height: 230px;
    }
    .card-body{
        h4{
            font: bold 20px/28px $primaryFont;
        }
    }
    .card-footer{
        border: 0;
        background: transparent;

        .footer-data{
            font-size: 12px;
        }
    }
}
footer{
    padding: 50px 0 20px;
    border-top: 1px solid #F3F3F3;
    background: #fff;

    .footer-logo{
        img{
            width: 126px;
        }
    }
    @include mqx(t){
        padding: 20px 0;
    }
    .slogan{
        color: $blackColor;
        font: 16px/27px $primaryFont;
    }
    .footer-links{
        @include mqx(t){
            margin-bottom: 30px;
        }
        h4{
            font-size: 18px;
        }
        nav[role="navigation"]{
            a{
                margin: 8px 0;
                color: $blackColor;
                font-size: 16px;

                &:hover,
                &:focus{
                    color: darken($primaryColor, 20%);
                }
            }
        }
    }
    .form-inline{
        position: relative;

        input.form-control{
            width: 100%;
            background: #F4F4F4;
            border-radius: 0;
            border: none;
        }
        button{
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 0;
            padding: 12px 15px;
        }
    }
    .copyrights{
        font-size: 14px;
        color: $blackColor;
        @include cfx;
        padding: 20px;
        border-top: 1px solid rgba(151,151,151,.13);

        @include mqn(t){
            margin-top: 50px;
        }
        .ebank-copy{
            @include mqn(t){
                float: left;
            }
        }
    }
}
.fp-viewing-section2 header, .loaded header {
    transform: translateY(0);
    transition: all 1.5s cubic-bezier(.86,0,.07,1);
}