.DetailControl {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #e0e0e0; */
        padding: 0;
        margin-bottom: var(--margin-bottom);
        box-shadow: var(--box-shadow);
        padding: var(--padding-box);
        border-radius: var(--rounded);
        background: var(--color-white);
        border: 1px solid #f1f1f1;
}
.DetailControl .Title {
}
.DetailControl .Title span {
        color: #db1a2e;
        font-size: 18px;
        font-weight: 700;
        display: block;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-family: 'Merriweather';
}
.Content tr:nth-child(even) {
        background-color: #e0e0e02b;
}
.Content tr:nth-child(odd) {
        background-color: #fff;
}
.DetailControl .Description{
        padding-left: 0;
        padding-bottom: 20px;
}
.DetailControl .Description span{
        font-size: 16px;
}
.DetailControl .Content{
        border: 1px solid #ECEFF1;
}
.DetailControl .Content .col1 {
        border-right: 1px solid #ECEFF1;
        color: #444;
        font-size: 15px;
        width: 150px;
}
.DetailControl .Content td {
        border-bottom: 1px solid #ECEFF1;
        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: #da251d;
        font-weight:bold;
        word-break: break-all;
}
.DetailControl .nut-tai-ve a{
        background-color: #034494;
        border: none;
        color: white !important;
        padding: 5px 20px;
        cursor: pointer;
        float: right;
        font-size: 15px;
        border-radius: 0.5rem;
}
@media only screen and (max-width: 1023px){
        div.DetailControl {
                border: none;
                padding: 0 10px;
                margin-bottom: 10px;
                max-width: calc(100% - 20px);
                margin: auto;
                margin-bottom: 10px;
                padding-top: 10px;
        }
        div.DetailControl .Title {
                padding: 0;
                color: #c60000;
                margin-bottom: 10px;
                font-size: 20px;
        }
        div.DetailControl .Content td{
                padding: 10px !important;
                border-bottom: 1px dashed silver;
        }
}
