﻿@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,900;1,400;1,700&family=Noto+Sans:wght@200;800&family=Roboto+Slab:wght@300&display=swap');

.SliderFeature * {
    /* font-family: Merriweather, sans-serif; */
    /* font-size: inherit; */
    /* outline: none; */
    /* width: 100%; */
}
.SliderFeature {
    border-radius: 3px;
    margin: 0;
    padding: 0;
    position: relative;
}

.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 45%;

}
.SliderFeature .LeftCol {
    padding-right: 10px !important;
    text-align: justify;
    vertical-align: top;
    width: 55%;
}
.SliderFeature .LeftPanel {
    /* height: 585px !important; */
    overflow: hidden;
    position: relative;
    width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
     height: 300px;
    /* left: 0; */
    /* position: absolute; */
    /* top: 120px; */
    /* width: 100%; */
    /* z-index: 0; */
}
.SliderFeature .LeftCol .text {
    top: 0;
    left: 0;
    /* position: absolute; */
    /* text-align: left; */
    width: 100%;
    font-family: Merriweather;
    font-size: 14px;
    line-height: 24px;
    color: #111111;
    padding-bottom: 10px;
    font-weight:700;
}
.SliderFeature .LeftCol .text div {
    color: #444;
    display: inline-block;
    padding: 6px;
        font-size: 18px;
}
.SliderFeature .Title{
	text-align:justify;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
  /*  border-top: 3px solid #da251c;*/
    border-radius: 3px 3px 0 0;
   /* overflow-y: scroll;*/
    height: auto;
    margin-top: -8px;
}
.SliderFeature .ArticleList li:hover a {
    color: red;
    width:100%;
}
.SliderFeature .ArticleList li {
    display: inline-block;
    padding: 10px 10px 10px 0px;
    width: 100%;
    border-top: 1px solid #eeeeee;
}
.SliderFeature .ArticleList li:first-child{
	border-top:0px !important;
}
.SliderFeature .ArticleList li a{
    font-size:14px;
    line-height:25px;
    /* font-weight: 700; */
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: red;
    display: inline-block;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    /* display: none; */
    float: left;
    height: 80px;
    margin-right: 10px;
    text-align: left;
    width: 110px;
}
.SliderFeature .Header {
   /* display: none;*/
}
.SliderFeature .Header .lblHeader {
    /*display: none;*/
}
.SliderFeature .ArticleList span.new {
    color: red;
}
    .SliderFeature .LeftPanel a .Title {
    display: none;
}
@media only screen and (max-width: 768px) {
	.TableContent td{
		display: block;
	}
	.SliderFeature .LeftCol{
		width: 100% !important;
	}
	.SliderFeature .RightCol{
		width: 100% !important;
	}
  .SliderFeature .LeftCol .text div {
    text-align: justify;
    padding: 10px 0 0 !important;
    font-size: 16px;
  }
    .SliderFeature .LeftPanel {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    height: auto !important;
}
    .SliderFeature .LeftPanel a .Title {
    display: none;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: auto;;
    width: 100%;
    z-index: 0;
}
    .SliderFeature .ArticleList li .Image {
    float: left;
    height: 70px;
    margin-right: 15px;
    text-align: left;
    width: 100px;
    object-fit: cover;
}
    .SliderFeature .ArticleList li .Title {
        font-size: 13px;
    	text-align: justify;
    }
    .SliderFeature .LeftCol {
    padding-right: 0 !important;
}
.SliderFeature .LeftCol .LeftPanel img{
	height:auto !important;
}
}