.main-container {
    padding: 20vh 0 10rem;
}

.title {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 7rem;
}

.content {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10rem;
}

.map {
    text-align: center;
    margin-bottom: 5rem;
}

.map img {
    max-width: 100%;
}

.display {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 2rem;
}

.desc {
    text-align: center;
    margin-bottom: 5rem;
}

.logo-wrap {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.logo-inner {
    display: inline-block;
    background-color: #fff;
    width: 7rem;
    position: relative;
    top: 3rem;
    color: #599b49;
}

.logo-text {
    margin-top: 6rem;
    text-align: center;
    color: #000;
    font-size: 2rem;
}

.display-item {
    border: 1px solid #eee;
    margin: 2.5rem;
}

.display-item img {
    max-width: 100%;
}

.display-item .img-desc {
    padding: 1rem 1rem;
    color: #999;
}

.display-item .img-title {
    padding: 1rem 1rem;
    /* color: #000; */
    font-size: 2rem;
}

.display-item .img-content {
    padding: 1rem 1rem;
    color: #999;
}

.display-item .arrow-box {
    padding: 1rem 1rem;
    background-color: #dae9c3;
    text-align: right;
    padding-right: 3rem;
}

.display-item .arrow-box span {
    cursor: pointer;
}

.carousel-control {
    background-color: transparent;
    height: 10rem;
    top: 44%;
    width: 5%;
}

.logo-inner img {
    width: 100%;
}

#top {
    z-index: 1000000;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.img-black {
    display: inline-block;
}

.img-white {
    display: none;
}

.text-black {
    display: inline-block;
}

.text-white {
    display: none;
}

.side-container {
    z-index: 20000000;
    height: 100vh;
}

.carousel-control {
    width: 30px;
    height: 30px;
    background: transparent !important;
    line-height: 40px;
}

.carousel-control .glyphicon {
    margin-right: -15px;
    font-size: 17px;
    margin-top: -10px;
}

.carousel-control.left .glyphicon {
    margin-left: -17px;
}

.carousel-control.right {
    right: 6%;
}

.carousel-control.left {
    left: 2%;
}

@media(max-width:768px) {
    .wrap {
        font-size: 14px;
    }
    .main-container {
        padding: 100px 0 50px;
    }
    .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content {
        width: 90%;
        margin-bottom: 30px;
        font-size: 12px;
    }
    .map {
        margin-bottom: 30px;
    }
    .display {
        font-size: 20px;
    }
    .desc {
        margin-bottom: 30px;
        font-size: 12px;
    }
    .carousel-control {
        display: none;
    }
    #carousel-example-generic {
        min-height: 500px;
    }
    .logo-inner {
        top: 20px;
    }
    .logo-text {
        margin-top: 40px;
        font-size: 15px;
    }
    
    .display-item .img-title {
        font-size: 14px;
    }
    .display-item .img-desc {
        height: 70px;
        font-size: 14px;
    }
    .display-item img {
        width: 100%;
        height: 150px;
    }

    .carousel-inner .col-xs-6 {
        padding: 0;
    }

    #top {
        height: 60px;
    }

}





@media screen and (min-width:960px) and (max-width:1366px) {
    .nav-img-box>span img {
        max-width: 75%;
    }
    #top {
        padding-bottom: 0;
        height: 70px;
    }
    .wrap {
        padding-top: 70px;
    }
    .navbar-nav {
        margin-top: 1rem;
    }
    .nav-img-box {
        margin-top: 20px;
    }
    .nav-box {
        padding: 20px 0;
    }
}