div.productbox_con{
    padding:15px;
    line-height:27px;
}
div.main-title{
    font-weight:bolder;
    color:#000000;
    margin-bottom:10px;
}

div#companyname{
    margin-top:15px;
    font-weight:bolder;
    line-height:10px;
    color:#11539C;
}
div#companyname-english{
    font-weight: bolder;
    line-height:25px;
    font-size:10px;
    margin-bottom:10px;
}
div#companyProfile-title{
    color:#000000;
    line-height:10px;
    font-weight:bolder;
    color:#11539C;
}


ul.newsClass li{
    display: block;
    padding-top:5px;
    padding-bottom:5px;
    color:#11539C;
}

ul.newsClass li.bottom_border{
     border-bottom:1px solid #CCCCCC;
    padding-bottom:10px;
}
div.contact-title{
    background-color:#f5f5f5;
    padding-left:10px;
    text-align:left;
}

div.contact-con{
    height:100px;
    padding-left:10px;
    padding-bottom:25px;
    border:1px solid #F5F5F5;
}

@media only screen and (max-width: 767px){

    ul.newsClass li{
        margin:10px;
        text-align:center;
    }


}
