.DetailControl {
        background: #fff none repeat scroll 0 0;
        padding: 0px;
}
.DetailControl .Content{
	border: 1px solid #ddd;
}
.DetailControl .Title {
       font-weight: 700;
    font-family: 'Merriweather';
    font-size: 18px;
        line-height: 1.444;
        padding: 10px 0;
        margin-top: 20px;
}
.DetailControl .Content .col1 {
        border-right: 1px solid #e0e0e0;
        color: #1d2129;
        font-size: 14px;
        width: 150px;
}
.DetailControl .Content td {
        border-bottom: 1px solid #e0e0e0;
        border-collapse: collapse;
        border-spacing: 0;
        height: 35px;
        padding: 10px;
        font-size: 14px;
}
.DetailControl .Content tr:nth-child(6){
        display:none;
}
.DetailControl .Content tr:last-child td {
        border-bottom: medium none;
}
.DetailControl .Content tr:last-child td a{
        color: #0060a0;
        font-weight: 500;
        text-decoration: none;
}
.DetailControl .nut-tai-ve a{
        background-color: DodgerBlue;
        border: none;
        color: white !important;
        padding: 8px 16px;
        cursor: pointer;
        float: right;
}

@media only screen and (max-width: 768px){
        div.DetailControl {
                border: none;
                padding: 0 10px;
                margin-bottom: 10px;
        }
        div.DetailControl .Title {
                padding: 0;
                color: #c60000;
                margin-bottom: 10px;
                font-size: 20px;
        }
}
