.UIAritcleByMenu {
	margin:0 0 30px 0;
	/* padding: 0 10px; */
}
.UIAritcleByMenu .MultiContent {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
}
.UIAritcleByMenu ul li {
    padding: 0;
    margin: 0 25px;
}
.UIAritcleByMenu .article {
    vertical-align: top;
}
.UIAritcleByMenu .article .Group {
  padding-left: 10px;
}
.UIAritcleByMenu .ArticleItem .item {
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
}
.UIAritcleByMenu .ArticleItem .item .img-item {
    margin: 0 15px 0 0;
    width: 160px;
    overflow: hidden;
    float: left;
}
.UIAritcleByMenu .ArticleItem .item .img-item a{

}
.UIAritcleByMenu .ArticleItem .item .img-item a img:hover {
    transform: scale(1.05);
    transition: transform .3s ease 0s;
    transition-duration: .4s;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.UIAritcleByMenu .ArticleItem .item .img-item a img {
    object-fit: cover;
    width: 100%;
    transition: transform .3s ease 0s;
    transition-duration: .2s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
    display: initial;
    height: 115px;
}
.UIAritcleByMenu .title-item a {
    text-decoration: none;
    color: #333;
}
.UIAritcleByMenu .title-item a h2:hover {
    color:#d60c0c;
}
.UIAritcleByMenu .title-item a h2 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    color:#333;
}
.UIAritcleByMenu .title-item .create-date-item {
    /*margin-top: -5px;
    margin-bottom: 7px;*/
    display: none;
}
.UIAritcleByMenu .title-item .content-item {
    font-size: 14px;
    line-height: 1.5;
}
.UIAritcleByMenu .pager {
    text-align: center !important;
    font-size: 15px;
}
.UIAritcleByMenu span.currentPage {
    background: #86a134;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
}
.UIAritcleByMenu a.numbericButton {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    background-color: #e6e6e6;
    line-height: 25px;
}
/**************************************/
.SimpleContent {
    width: 100%;
    text-align: center;
}
.SimpleContent img.ImgDetailImage {
    width: 60%;
    margin: 20px 0;
    display: none;
}
.SimpleContent .ArticleContent {
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
}
.UIAritcleByMenu .SimpleContent .ArticleHeader h2{
    text-align: left;
    padding: 0 0 20px 0;
    color: #1972bf;
    font-size: 18px;
}
.UIAritcleByMenu .SimpleContent .ArticleSummary {
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
    font-weight: bold;
    margin-bottom:20px
}
.UIAritcleByMenu .SimpleContent img {
    max-width:100%;
}
.UIAritcleByMenu .SimpleContent .full-homecombo .icon-home {
	border-radius: 50%;
    box-shadow: 0 0 15px black;
    max-width: 30%;
}
.UIAritcleByMenu .SimpleContent .home-combo {
    max-width: 1170px;
    margin: 10px auto;
    background-color: #f2f2f2;
    padding: 10px;
}
.SimpleContent .PostDate {
    display: none;
}
.SimpleContent .Poster {
    display: none;
}
/*******************GroupByCatParent*******************/
.UIAritcleByMenu .article .GroupByCatParent .GroupName {
	font-size: 15px;
    position: relative;
    color: #d7140c;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 30px;
    padding: 0 20px;
    border-bottom: 1px solid #f16603;
    display: inline-block;
    margin-bottom: 15px;
}
.UIAritcleByMenu .article .GroupByCatParent .a-additional {
    text-align: right;
    display: inherit;
    width: 100%;
    margin: 0 0 10px;
    color: #d8110d;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: underline;
    font-size: 14px;
}
.UIAritcleByMenu .article .GroupByCatParent .img-item a img {
    height: 125px;
    object-fit: cover;
    width: 100%;
    transition: transform .3s ease 0s;
    transition-duration: .2s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
    display: none;
}
.UIAritcleByMenu .article .GroupByCatParent .title-item {
}
.UIAritcleByMenu .article .GroupByCatParent .title-item:before {
    content: "\f101";
    font: normal normal normal 14px FontAwesome;
    color: #df2e09;
    display: inline-block;
    position: absolute;
}
.UIAritcleByMenu .article .GroupByCatParent .title-item a h2 {
    padding: 0;
    margin: 0 0 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.UIAritcleByMenu .article .GroupByCatParent .title-item .content-item {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 0 20px;
}


