body{
    font-family: arial;
    font-size: 13px;
}
ul, ol{
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    font-size: 13px;
}
a:hover{
    text-decoration: none;
    text-decoration: underline;
}
.hover-one a:hover{
    color: #0574af !important;
}
.hover-two a:hover{
    color: #d20023 !important;
}
.bold{
    font-weight: bold !important;
}
.bold a{
    font-weight: bold !important;
}
input[type="text"]{
    margin-bottom: 0;
}
[class*="span"] {
    float: left;
    margin-left: 10px !important;
    min-height: 1px;
}
label{
    font-size: 12px;
}
.title-luat-su-tieu-bieu{
    border: 1px solid #ddd;
    border-radius: 5px;
}
.title-luat-su-tieu-bieu h3{
    padding: 0 5px;
}
.title-luat-su-tieu-bieu p{
    color: #005599;
}
.title-luat-su-tieu-bieu .thongtin-fullname{
    color: #005599;
    font-weight: bold;
    font-size: 15px;
}