@charset "utf-8";
/* CSS Document */

.NewsHeader{
padding-top: 10px;
padding: 5px;
font-size: 20px;
font-weight: 500;
color: #FFFFFF;
text-decoration: none;
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #2a80b9;
background-color: #ce422c;
display: none;
}
.NewsHeader a{color: #fff;}
.NewsHeaderDesc
{
	padding-top: 2px;
        font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-left: 5px;
}
.News
{
  /* font-family: 'Roboto', sans-serif; */
  font-size: 14px;
  color: #777;
  margin: 15px 0;
}
.News img{border: 1px solid #d8d0d0 !important;width: 236px;:80% */eight: 200px;max-width: 300px;height: 202px;margin: 10px;background-color: #f2f4f0;padding: 6px;}
.NewsTitle
{
	/* font-family: 'Roboto', sans-serif; */
	font-size: 20px;
	/* font-weight: 600; */
	color: #cc8c25;
	padding: 30px 20px 5px;
}
.NewsDesc
{
	font-size: 14px;
	/* font-weight: 400; */
	color: #495057;
	padding: 0px 20px;
}
.ChooseCategory
{
	padding-top: 2px;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	width: 100%;
	padding-left: 5px;
       display: none;
}

/*------------News details first design---------------------------*/
.NewsDetails
{
  font-size: 18px;
  font-weight: 500;
  color: #5d803c;
  padding: 5px 20px
}
.NewsDetailsTitle
{font-size: 24px;/* font-weight: 400; */color: #5d7f3b;padding: 30px 5px 15px;border-bottom: 1px solid #829961;/* background-color: #d0cbc9; */}
.NewsDetailsDate{ display:none;}
.NewsDetailsImage
{
  text-align: inherit;
  /* border-bottom: 2px solid #ffffff; */
}
.NewsDetailsImage img
{
  height: auto;
  max-width: 100%;
  border: 1px solid #c7c7c5 !important;
  margin: 35px 10px 10px;
  background-color: #f2f4f0;
  padding: 7px;
}
.NewsDetailsDesc
{
  font-size: 16px;
  color: #605F5F;
  font-weight: 400;
  line-height: 34px;
  padding: 15px 0;
}