.wrap-dangtin
{
    border: 1px solid rgba(128, 128, 128, 0.5);
    border-radius: 5px;
}
span.tit-dt
{
    display: block;
    text-align: center;
    line-height: 45px;
    background: #fafafa;
    color: #313131;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 5px 5px 0px 0px;
}
#map_dangtin{height: 350px;}
.frm-dangtin { padding: 15px; }
.title-dt { margin-bottom: 15px; text-align: left; border-bottom: 2px solid #05589d; }
.title-dt span { display: inline-block; height: 33px; line-height: 36px; color: #fff; padding: 0px 20px; background: #05589E; border-radius: 5px 5px 0px 0px; font-size: 15px; position: relative; }
.content-dangtin { margin-bottom: 10px; }
.lbl-sub{font-size: 13px;}
.sel-dangtin
{
    max-width: 100%;
    width: 50%;
    border: 1px solid #ddd;
    padding: 8px 10px 10px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    box-sizing: border-box;
}
.input-dt
{
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.txta-dt
{
    max-width: 100%;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    resize: none;
    box-sizing: border-box;
}
div.input-twin .input-dt { width: 80%; float: left; margin-right: 2%; }
.sel-loaigia { width: calc(100% - 82%); float: left; }
span.lbl-dt { font-size: 14px; display: block; margin-bottom: 15px; }
.box-file { margin-bottom: 15px; }
.input-file, b.ratio-file { display: inline-block; }
b.ratio-file { font-family: tahoma; font-size: 12px; margin-left: 15px; color: #313131; margin-top: 2px; }
.sm-dt
{
    background-color: #fff;
    border: 1px solid #008bff;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    color: #008bff;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    outline: medium none;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.sm-dt:hover
{
    background: #0764B0;
    color: #fff;
}
.btn-hakt
{
    display: inline-block;
    padding: 10px 16px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    color: #008BFF;
    border: 1px solid #008BFF;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-hakt:hover, .btn-hakt:active 
{
    background: #008BFF;
    color: #fff;
    text-decoration: none;
}