.DetailControl {
        background: #fff none repeat scroll 0 0;
        /* border: 1px solid #e0e0e0; */
        padding: 10px;
}
.DetailControl .Title {
        padding: 10px  0 20px;
}
.DetailControl .Title span {
        font-size: 16px;
        font-weight: 700;
        font-family: "Merriweather", serif;
        font-family: Merriweather;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.4;
        color: #0A2458;
        padding-bottom: 15px;
        text-align: left;
        display: block;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.DetailControl .Content .col1 {
        border-right: 1px solid #e0e0e0;
        font-weight: 500;
        width: 136px;
        text-align: left;
}
.DetailControl .Content td {
        border-bottom: 1px solid #e0e0e0;
        border-collapse: collapse;
        border-spacing: 0;
        height: 28px;
        padding: 10px;
}
.DetailControl .Content tr:last-child td {
        border-bottom: medium none;
}
i.fa.fa-download {
        margin-left: 10px;
        font-size: 18px;
}
i.fa.fa-eye {
        padding: 5px;
        font-size: 18px;
}
.detail-file {
        background: url(images/loader.gif) center center no-repeat;
}
.Detail .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;
}
.Detail .Content td {
        border: 1px solid #E9E9E9 !important;
        padding: 15px 20px !important;
}
.Detail  .Content table tr td:first-child {
        background: #F9F9F9;
        /* Line */
        border: 1px solid #E9E9E9;
        box-sizing: border-box;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        /* identical to box height */
        /* Grey 4 */
        color: #62748D;
        vertical-align: middle;
}
.Detail  .Content table tr td:last-child {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 21px;
        /* identical to box height, or 140% */
        /* Grey 2 */
        color: #182940 !important;
}
.Detail  a.view-file {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        /* identical to box height, or 138% */
        /* Pri 1 */
        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;
}
.Detail .nut-tai-ve {
        margin-top: 20px;
}
.Detail .nut-tai-ve iframe {
        height: 745px;
}
.Detail .nut-tai-ve a {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        color: #005594 !important;
        text-decoration: none;
        padding: 5px;
        display: inline-block;
        margin-top: 10px;
        display: none;
}
.document-detail {
        margin-bottom: 36px;
}
.document-detail font{
        font-family: Roboto !important;
        font-style: normal;
        font-size: 17px !important;
        line-height: 30px !important;
        color: #031739 !important;
}
.document-detail strong, .document-detail strong span {
        font-family: Merriweather;
}
@media only screen and (max-width: 768px){
        .DetailControl{
                padding: 0 16px;
        }
        .Detail:first-child {
                padding: 16px 20px;
                width: 100vw;
        }
        .Detail table td {
                display: table-cell;
        }
        .Detail table {
                table-layout: fixed;
        }
        i.fa.fa-download {
                display: none;
        }
        .DetailControl .Title span{
                font-size: 17px;
                padding-bottom: 0;
        }
}
