
.NewSteeringControl {
    background: #fff none repeat scroll 0 0;
    /*margin: 10px 0;
        border: 2px solid #e8e8e8;
        margin-bottom: 8px;*/
       margin-top: 30px;
}
.NewSteeringControl .Header {
    background: linear-gradient(to right, #d0322c, #f23e16) !important;
    border-bottom: 3px solid #820202;
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 1.333333;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
    padding-top: 5px;
    color: #fff;
}
.NewSteeringControl .Header:before{
content: "";
    width: 26px;
    height: 26px;
    background: url(images/itailieu.png);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.NewSteeringControl .Header > a {
    color: #00397a;
    display: inline-block;
    font: bold 10pt/27px Arial;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 36px;
    text-decoration: none;
        line-height: 1px;
}
.NewSteeringControl .Header > span {
    color: #ffffff;
    display: inline-block;
    font: bold 12pt/32px Arial;
    text-transform: uppercase;
    white-space: nowrap;
}
.NewSteeringControl .Detail {
    padding: 0 10px 10px;
}
.NewSteeringControl .Detail .Title {
    cursor: pointer;
    font: bold 13px arial;
    margin-bottom: 6px;
}
.NewSteeringControl .Detail .Expand a {
    display: inline-block;
    font: italic 12px arial;
    padding: 5px 0 0;
}
.NewSteeringControl .Detail .Title:hover {
    color: #b82805;
}
.NewSteeringControl .download {
    color: #ae0002;
    float: right;
    font: bold 12px arial;
    text-decoration: underline;
}

.NewSteeringControl .download {
    color: #3b85a1;
    display: inline-block;
    float: right;
    font: bold 12px arial;
    margin-bottom: 5px;
    text-decoration: underline;
}
.NewSteeringControl .DetailScroll {
    border: none;
    border-radius: 0 0 5px 5px;
    /*height: 269px !important;*/
    padding: 10px 0;
}
.NewSteeringControl .DetailScroll .ListItem .item {
    display: inline-block;
    margin: 0;
        width: 100%;
}
.NewSteeringControl .DetailScroll .ListItem .item a:hover {
    text-decoration: none;
    color: #3b85a1;
}
.NewSteeringControl .DetailScroll .Title {
    color: #222;
    cursor: pointer;
    display: inline-block;
    font: bold 14px arial;
        padding-bottom: 5px;
}
.NewSteeringControl .DetailScroll .Expand a, .DateIssued {
    display: inline-block;
    font: italic 12px arial;
    padding: 6px 0 0;
    color: #424242;
    margin-bottom: 2px;
  display:none;
}
.NewSteeringControl .DetailScroll .Title:hover {
    color: #b82805;
}
.NewSteeringControl .DetailScroll ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    .NewSteeringControl {
        padding: 0 10px!important;
        }
