.UIDoanhNghiepDetail .TieuDe .main {
    text-transform: none;
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #182940;
    margin-top: 16px;
    display: inline-block;
}
.UIDoanhNghiepDetail table tr td {
    font-family: Roboto;
}
.UIDoanhNghiepDetail .TieuDe .time {
    font-size: 12px;
    color: #919191;
    padding: 5px 0px;
}
.UIDoanhNghiepDetail .MaSo, .UIDoanhNghiepDetail .MaSo span {
    font-size: 17px;
    font-weight: 700;
    font-family: Merriweather;
}
.UIDoanhNghiepDetail td {
    padding: 10px;
}
.UIDoanhNghiepDetail table {
    width: 100%;
    margin: 10px 0;
}
.UIDoanhNghiepDetail table tr td:first-child{
        text-align: left;
}
.UIDoanhNghiepDetail table tr td:last-child span{
        word-break: break-word;
}
.UIDoanhNghiepDetail table, .UIDoanhNghiepDetail th, .UIDoanhNghiepDetail td {
    border: 1px solid #ededed;
    border-collapse: collapse;
}
.UIDoanhNghiepDetail .Title, .UIDoanhNghiepDetail .Files span {
    font-family: Merriweather;
    font-size: 20px;
    font-weight: 700;
}
.UIDoanhNghiepDetail table tr td:first-child {
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #62748D;
    vertical-align: middle;
}
.UIDoanhNghiepDetail table tr td:last-child {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #182940 !important;
} 
.UIDoanhNghiepDetail .Files a{
        color: #0d6efd;
}
@media only screen and (max-width: 768px){
        .UIDoanhNghiepDetail {
            padding: 10px;
        }
}