/**
 * @Project NUKEVIET 4.x
 * @Author VSOFT (http://vsoft.com.vn)
 * @Copyright (C) 2019 VSOFT. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Fri, 26 Jul 2019 01:37:10 GMT
 */
 



.baogia_title {
    position: relative;
    background: transparent;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.baogia_title a{
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
    padding: 5px;
    font-weight: bold;
}
.baogia_title a.active_tab{
    border-bottom-color: #fff;
}
.red{
    color: red;
}
.table thead tr {
    text-align: center;
    font-weight: bold;
    background: #ddd;
}



