@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.NewSteering_default1 .NewSteeringControl {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        /* background: #fff none repeat scroll 0 0; */
        /* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
        /* border-image: none; */
        /* border-radius: 3px; */
        /* border-style: solid; */
        /* border-width: 1px; */
        margin-bottom: 15px;
        text-align: left;
}
.NewSteering_default1 .NewSteeringControl .Header {
        /* background: rgba(0, 0, 0, 0) url("Images/logo.png") no-repeat scroll left 10px center; */
        height: 42px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        background: #dc3545;
}
.NewSteeringControl .Header > a {
        color: #ffffff;
        display: inline-block;
        font: bold 11pt/30px roboto;
        padding: 0 0 0 27px;
        white-space: nowrap;
        width: 88%;
}
.NewSteeringControl .Header > span {
        /* border-bottom: 2px solid #da1c1c; */
        /* color: #da1c1c; */
        display: inline-block;
        padding: 0;
        white-space: nowrap;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
}
.NewSteeringControl .Detail {
        height: 207px !important;
        margin: 10px 0;
        padding: 0 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 .download {
        color: #ae0002;
        display: inline-block;
        float: right;
        font: bold 12px arial;
        margin-bottom: 5px;
        text-decoration: underline;
        display: none;
}
.NewSteeringControl .DetailScroll {
        /* min-height: 300px; */
        margin: 0;
        padding: 0;
        border: 1px solid #eeeeee;
        border-top: 0;
        padding-bottom: 10px;
}
.NewSteeringControl .DetailScroll .ListItem .item {
        display: inline-block;
        margin: 0;
        width: 50%;
        padding: 10px 10px 5px 20px;
        background-repeat: no-repeat;
        background-image: url(/themes/hagiangedu/images/icon-listnew.png);
        background-position: 10px 17px;
}
/*.NewSteeringControl .DetailScroll .ListItem .item::before {
font-family: 'Font Awesome\ 5 Free';
content: '\25B6';
font-size: 10px;
color: #ed812b;
display: inline-block;
margin: 0;
width: 50%;
padding: 10px 10px 5px 20px;
background-repeat: no-repeat;
background-position: 10px 17px;
}
*/
.NewSteeringControl .DetailScroll .Title {
        cursor: pointer;
        color: #333;
        font-weight: bold;
        text-align: justify;
        font-size: 13px;
}
.NewSteeringControl .DetailScroll .Expand a, .DateIssued {
        color: #424242;
        display: inline-block;
        font: italic 12px arial;
        margin-bottom: 2px;
        padding: 6px 0 0;
        display: none;
}
.NewSteeringControl .DetailScroll ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.NewSteeringControl  .ListItem {
        display: flex;
        flex-wrap: wrap;
}
.NewSteeringControl  .ListItem a{
        text-decoration: none;
        font-size: 13px;
        line-height: 1.6;
        color: #333;
}
.NewSteeringControl .ListItem:after {
        content: '';
        border-left: 1px dotted #c0c0c0;
        height: 97%;
        position: absolute;
        left: 50%;
        top: 10px;
}
@media only screen and (max-width: 768px){
        .NewSteeringControl {
                margin: 0;
                margin-bottom: 10px;
                padding: 0 10px !important;
        }
        .NewSteeringControl div.DetailScroll{
                z-index: 9 !important;
        }
        .NewSteeringControl .ListItem:after {
        display: none !important;
}
        .NewSteeringControl .DetailScroll .ListItem .item {
                display: inline-block;
                margin: 0;
                width: 100%;
                padding: 10px 10px 5px 20px;
                background-repeat: no-repeat;
                background-image: url(/themes/hagiangedu/images/icon-listnew.png);
                background-position: 10px 17px;
        }
}
