 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
{
  font-family:'Roboto', san-serif;
  !important
}
.SliderFeature {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 5px;
    position: relative;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 45%;
}
.SliderFeature .LeftCol {
    padding-right: 15px !important;
    text-align: justify;
    vertical-align: top;
    width: 65%;
}
.SliderFeature .LeftPanel {
    height: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    background-color: #00a546a6;
    bottom: 0;
    font-size:17px;
    font-weight:bolder;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.SliderFeature .LeftCol .text div {
    color: #fff;
    display: inline-block;
    padding: 6px;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.SliderFeature .ArticleList li:hover a {
    color: #9b0000;
}
.SliderFeature .ArticleList li {
    border-bottom: 1px dotted #ddd;
    display: inline-block;
    padding: 6px 0;
    width: 100%;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #ce0000;
    display: inline-block;
    font-weight: bold;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    display: none;
    float: left;
    height: 86px;
    margin-right: 10px;
    text-align: left;
    width: 120px;
}
.SliderFeature .Header {
    display: none;
}
.SliderFeature .Header .lblHeader {
    display: none;
}
 
{
  
    text-rendering: geometricprecision;
    font-family: Roboto, sans-serif;
  	font-size:14px;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font-family: Roboto, sans-serif;
  	font-size:14px;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    text-align: center;
    background: #fff;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    /* background: url(images/header.png) repeat-x center center; */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    min-height: 105px;
}
.MainStructure .TopBar {
    #background: url(images/top1.jpg) repeat-x top center;
    text-align: justify;
    width: 100%;
    position:relative;
}
.MainStructure .ContentBanner {
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    margin: 10px auto;
    padding: 0;
    vertical-align: top;
    width: 1200px;
}
.MainStructure .LeftBar {
    padding: 0 15px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    /* background: url(images/footer.png) no-repeat center center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* border-bottom: 7px solid #336cb4; */
}
.MainStructure .FooterBar {
    text-align: justify;
    width: 1200px;
    margin: 0 auto;
}
