.DetailControl {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #e0e0e0; */
        padding: 10px;
}
.DetailControl .Title {
        
}
.DetailControl .Title span {
        color: #db1a2e;
        font-size: 18px;
        padding: 5px 4px 10px 13px;
        font-weight: bold;
}
.Content tr:nth-child(even) {
  background-color: #dcdcdc;
}

.Content tr:nth-child(odd) {
  background-color: #fff;
}

.DetailControl .Description{
        padding-left: 12px;
        padding-bottom: 70px;
}
.DetailControl .Description span{
        font-size: 17px;
}
.DetailControl .Content{
        
  border: 1px solid #9E9E9E;


}
.DetailControl .Content .col1 {
        border-right: 1px solid #e0e0e0;
        color: #444;
        font-size: 15px;
        width: 150px;
}
.DetailControl .Content td {
        border-bottom: 1px solid #e0e0e0;
        border-collapse: collapse;
        border-spacing: 0;
        height: 35px;
        padding: 10px;
        font-size: 15px;
}
.DetailControl .Content tr:last-child td {
        border-bottom: medium none;
}
.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 10px;
                margin-bottom: 10px;
        }
        div.DetailControl .Title {
                padding: 0;
                color: #c60000;
                margin-bottom: 10px;
                font-size: 20px;
        }
}
