﻿body {
}
.advantage {
    margin-bottom:100px;
}
    .advantage .advantage-about {
        height:360px;
        padding:20px;
    }
        .advantage .advantage-about:hover {
            height: 350px;
            padding: 20px;
            border: 1px solid #ccc;
            transition:.5s;
            box-shadow:.5px .5px 10px 1px #ccc;
        }
    .advantage h2 {
        font-size: 18px;
        font-weight:bold;
        margin: 30px auto;
    }
    .advantage p {
        line-height:2;
    }
    .advantage p:hover {
        color:#aaa;
    }
.cor-culture .cor-culture-top {
    margin: 60px auto;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.cor-culture .cor-culture-con {
    line-height: 1.8;
    text-align: center;
}
.cor-culture .cor-culture-con img{
    margin-top:-100px;
}
.join-us {
    color:#fff;
}
.join-us {
    line-height:1.8;
    font-size:15px;
}

@media screen and (max-width: 767px) {
    .navbar > .container .navbar-brand img {
        height: 45px;
    }

    .join-us #join-us-Mobile {
        display: none;
    }
}