@media all and (max-width: 768px){
    .cedh{
        display: none;
    }
    .cd-nav-trigger{
        display: block!important;
    }
}
.cedh {
    line-height: 48px;
    margin: 50px 0;
    text-align: center;
    padding-right: 30px;
}
.cedh .cetit {
    font-size: 16px;
    background: #199ee4;
    color: #fff;
    height: 56px;
    line-height: 56px;
    font-weight: bold;
}
.cedh li {
    background: #f5f5f5;
    margin-bottom: 1px;}
.about-brief {
    display: inline-block;
    margin-bottom: 50px;}
.nyabout {
    width: 100%;
}

.nyabout {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.location {
    padding: 0.8em 0;
    background: #f5f5f5;
    text-align: center;
    padding-left: 20px;
}
ul.w3_short {
    text-align: left;
    margin: 5px 0;
}
ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #030408;
    font-size: 16px;
}
ul.w3_short li a {
    color: #199ee4;
    text-decoration: none;
}
.company {
    padding: 30px 0 20px;
}
.com-brief {
    text-indent: 2em;
    padding: 0 15px 15px;
    text-align: justify;
}

.newsli h4{
    font-size: 16px;
}
.newsli h4>span{
    float: right;
    font-size: 15px;
    color: #ccc;
}
.download{
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
}
.row{
    margin: 0;
}
.thumbnail{
    margin: 10px;
}
.caption>h3{
    font-size: 14px;
    color: #333;
    text-align: center;
}

.cd-nav-trigger{
    display: none;
}