.DetailControl {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #e0e0e0; */
        /* padding: 10px; */
}
.DetailControl .Title {
        margin-bottom: 20px;
}
.DetailControl .Content tr:last-child td a[href$="pdf"], .DetailControl .Content tr:last-child td a[href$="PDF"] {
    padding-left: 25px;
    background: url(images/file.png) no-repeat left 6px;
}
.DetailControl .Title span {
        margin-bottom: 15px;
        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;
}
.Content tr:nth-child(even) {
        background-color: #e0e0e02b;
}
.Content tr:nth-child(odd) {
        background-color: #fff;
}
.DetailControl .Content>table {
        border: 1px solid #ededed;
        width: 100%;
}
.DetailControl .Description{
        padding-left: 0;
        padding-bottom: 20px;
        display: none;
}
.DetailControl .Description span{
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
}
.DetailControl .Content .col1 {
        border-right: 1px solid #ECEFF1;
        /* color: #444; */
        /* font-size: 15px; */
        width: 30%;
}
.DetailControl .Content td {
        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;
        padding: 15px 20px;
}
.DetailControl .Content td:nth-child(2){
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 21px;
        color: #182940;
}
.DetailControl .Content tr:nth-of-type(even){
        background: #F9F9F9;
}
.DetailControl .Content tr:last-child td {
        border-bottom: medium none;
        vertical-align: middle;
}
.detail-file {
        margin-top: 10px;
}
.DetailControl .Content tr:last-child td a {
        display: inline-flex;
        position: relative;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        color: #005594 !important;
        text-decoration: none;
        padding: 5px;
        /* padding-left: 25px; */
        /* background: url(images/file.png) no-repeat left 6px; */
        background-size: 14px;
        word-break: break-all;
}
.DetailControl i.fa.fa-download {
        margin-left: 10px;
        font-size: 15px;
}
.DetailControl i.fa.fa-eye.view-pdf:hover{
        color: #005594;
}
.DetailControl i.fa.fa-eye.view-pdf {
        margin-left: 15px;
        font-size: 15px;
        color: gray;
}
.DetailControl .nut-tai-ve a:hover {
        background: #176dc1;
}
.DetailControl .nut-tai-ve a {
        background-color: DodgerBlue;
        border: none;
        color: white !important;
        padding: 8px 16px;
        cursor: pointer;
        float: right;
        border-radius: 4px;
}
@media only screen and (max-width: 1023px){
        div.DetailControl {
                border: none;
                padding: 0 10px;
                margin-bottom: 10px;
        }
        div.DetailControl .Title {
                padding: 0;
                color: #c60000;
                margin-bottom: 10px;
                font-size: 20px;
        }
        div.DetailControl .Content td{
                padding: 10px !important;
        }
}
@media only screen and (max-width: 768px){
        div.DetailControl{
                max-width: 100vw;
        }
}
