.landing-page .header-back.two {
    background: url(../images/ban2-vanves.jpg) 50% 0 no-repeat;
}
/*
.landing-page .carousel .item {
    height: 470px;
    background-color: #fff;
}
*/

.landing-page .navbar-default .nav li a {
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.8rem;
    padding: 5rem 5rem 4rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

body.landing-page.custommize .carousel .item {
    height: 350px;
}

.btn-primary {
    background-color: #0e66ad;
    border-color: #0e66ad;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 300;
}