.DetailControl {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #e0e0e0; */
        padding: 10px;
}
.DetailControl .Title {
        font-family: Merriweather;
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 21px;
        text-transform: uppercase;
        color: #031739;
        margin-bottom: 24px;
}
.DetailControl .Title span {
    text-transform: none;
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #182940;
    margin-top: 16px;
    display: inline-block;
}
.DetailControl .Content .col1 {
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #62748D;
    vertical-align: middle;
    width: 200px;
}
.DetailControl .Content td {
     border: 1px solid #E9E9E9 !important;
    padding: 15px 20px !important;
}
.DetailControl .Content tr td:last-child {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #182940 !important;
}
.DetailControl .Content tr:last-child td a{
        color:red;
        font-weight:bold;
}
.DetailControl .nut-tai-ve a{
        background-color: DodgerBlue;
        border: none;
        color: white !important;
        padding: 8px 16px;
        cursor: pointer;
        float: right;
}
.DetailControl .nut-tai-ve a:after{
        content: " tại đây";
}
@media only screen and (max-width: 768px){
        div.DetailControl {
                border: none;
                padding: 0 15px;
                margin-bottom: 15px;
        }
}
