.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
    /*height: 238px;*/
}

.container {
    height: 100%;
}

.navbar-header {
    height: 100%;
    position: relative;
}

.top-info {
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
}

.top-info .container>ul {
    float: right;
    list-style: none;
}

.top-info .container>ul>li {
    line-height: 40px;
    margin-right: 20px;
    color: #666;
    float: left;
}

.top-info .container>ul>li>i {
    font-size: 1.2rem;
    margin-right: 5px;
}

.navbar-brand {
    padding: 0;
}

.nav-bg {
    background-color: #0078dd;
}

.carousel {
    margin-top: 99px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-nav li .active {
    border-top: #fff solid 3px;
    color: #fff !important;
}

.navbar-nav li .active font {
    color: #fff;
}

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav li a:hover font {
    color: #fff !important;
}


@media (min-width: 768px) {
    .navbar-nav>li>a {
        width: 100px;
        margin: 0 13px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .carousel {
        margin-top: 50px;
    }
    .logo-img {
        width: 50%;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        display: block;
        max-height: 250px;
        width: auto;
        max-width: none;
    }
}