.news-wrapper{
    background-color: rgba(246, 248, 255, 1);
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-wrapper .panel-body{
    padding: 32px 64px 32px 64px;
}

.news-wrapper hr{
    height: 2px;
    border:none;
    border-top:2px solid rgba(227,231,243,1);
}

.news-wrapper .news-title{
    font-size:32px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:40px;
}

.news-wrapper .news-date{
    margin-top: 24px;
    margin-bottom: 28px;
    font-size:16px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:16px;
}

.news-wrapper .news-content{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:32px;
    text-indent: 2em;
    margin-bottom: 32px;
}

.news-wrapper .miit-content{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:32px;
    margin-bottom: 32px;
}

.news-wrapper .news-img{
    text-align: center;
    margin-bottom: 32px;
}

.news-wrapper .news-nav-prev{
    margin-top: 40px;
}

.news-wrapper .news-nav-next{
    margin-top: 24px;
}

.news-wrapper .news-nav a{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1) !important;
    line-height:16px;
}

@media (max-width: 768px) {

    .navbar-collapse .navbar-right li button {
        margin-left: 20px;
    }

    .navbar-collapse .navbar-right li p {
        margin-left: 20px;
    }

    .navbar-collapse {
        background-color: #101010;
    }

    .news-wrapper .panel-body{
        padding-left: 15px;
        padding-right: 15px;
        text-align: justify;
    }

}

@media (max-width: 992px) {

    .footer div[class*="col-"]{
        text-align: center;
    }

}

@media (min-width: 768px) {

    .nav-tabs.nav-justified > li > a {
        border: none;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border: none;
        border-bottom:3px solid #5CD0FF;
    }

    .contact-us .address-box{
        padding-right: 0px;
    }

    .mapBox{
        padding-left: 0px;
    }

}



