.NewSteeringControl {
        margin: 4px 0;
        border: 1px solid #b5b2b2;
        background: linear-gradient(180deg, rgba(253, 246, 218, 0.4) 0%, #FFF4C8 50%, rgba(252, 250, 246, 0.4) 100%), url(https://static.mediacdn.vn/TaoMauNhung/images/bg-new.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-blend-mode: overlay;
        padding: 16px 16px 0px 16px;
        overflow: hidden;
        position: relative;
}
.NewSteeringControl .Header {
        endColorstr='#e24f4f',GradientType=1 );
        height: 27px;
        margin: 0;
        text-align:center;
        border-bottom: 1px solid red;
        background-image: url('https://static.mediacdn.vn/baochinhphu/images/avt.svg');
        background-repeat: no-repeat;
        padding-left: 20px;
}
.NewSteeringControl .Header > a {
        color: #333333;
        display: inline-block;
        font-family: Merriweather;
        font-size: 14px;
        text-transform: uppercase;
        white-space: nowrap;
        font-weight: bold;
}
.NewSteeringControl .Header > span {
        color: #fff;
        display: inline-block;
        font: bold 10pt/27px 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: #ae0002;
        display: inline-block;
        float: right;
        font: bold 12px arial;
        margin-bottom: 5px;
        text-decoration: underline;
}
.NewSteeringControl .DetailScroll {
        /* border-radius: 0 0 5px 5px; */
        height: 258px !important;
}
/*
.NewSteeringControl::before{
content: "";
background: url(https://static.mediacdn.vn/TaoMauNhung/images/lacotoquoc.png) no-repeat;
background-size: cover;
position: absolute;
display: flex;
top: 0;
right: 0;
z-index: 1;
width: 245px;
height: 84px;
}
*/
.NewSteeringControl .DetailScroll .ListItem .item {
        display: inline-block;
        margin-top: 7px;
        border-bottom: 1px dashed #b5b2b2;
        padding-bottom: 7px;
}
.NewSteeringControl .DetailScroll .Title {
        color: #064b9b;
        cursor: pointer;
        display: inline-block;
        font-size:13px;
        font-family : Roboto;
        font-weight:500;
}
.NewSteeringControl .DetailScroll .Expand a {
        display: inline-block;
        font: italic 12px arial;
        padding: 6px 0 0;
        color: #424242;
        margin-bottom: 2px;
        display:none;
}
.NewSteeringControl .DateIssued{
        font-size:13px;
        font-family:Roboto;
        color:#62748D;
}
.NewSteeringControl .dwnload{
        display:none;
}
.NewSteeringControl .DetailScroll .Title:hover {
        /* color: #b82805; */
}
.NewSteeringControl .DetailScroll ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
}
.NewSteeringControl .DetailScroll .ListItem .item a{
        color: #333333;
        font-family: Merriweather;
        font-size: 14px;
}
