#section-news-1 {
  margin-bottom: 390px;
}
#section-news-1 #news-top {
    background: url(../img/home/eslimi-4.png) no-repeat;
    background-position: right;
    width: 100%;
    height: 64px;
    color: #9b8064;
    font-weight: bold;
    text-align: right;
    font-size: 15px;
    padding: 20px 75px 0 0;
    float: right;
    margin-bottom: 30px; 
}
  
#section-news-1 #news-list {
  text-align: right;
}
#section-news-1 #news-list ul {
  list-style: none; 
}
#section-news-1 #news-list ul li {
    display: inline-block;

    width: 100%;
    width: 90%;

}
#section-news-1 #news-list ul li .news-img a {
  display: table; 
}
#section-news-1 #news-list ul li .news-img a img {
  width: 90px;
  height: 90px;
  border-radius: 85px; 
}
#section-news-1 #news-list ul li .news-summary {
  direction: rtl;
  text-align: right;
  padding: 15px 15px; 
}
#section-news-1 #news-list ul li .news-summary a {
    display: table;
    width: 100%;
    color: #348f56;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
#section-news-1 #news-list ul li .news-summary a:hover {
  color: #74a2c8; 
}
#section-news-1 #news-list ul li .news-summary summary {
    color: #8b8b8b;
    line-height: 1.8;
    font-size: 12px; 
}
          
#section-news-1 #news-list #news-footer {
  width: 100%;
  height: 2px;
}
#news-footer #pager{
    background: #fff;
    border: 1px solid #ddd;
    display: table;
    float: right;
    margin: 15px 0px;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ddd;
    max-width: 320px;
    position: relative;
    overflow: hidden;
    margin-right: 120px;
}
#news-footer .upager{
    float: right !important;
    margin: 0px 90px 0 0 !important;
}
#news-footer #pager #pager-caption{
    position: absolute;
    right: 0;
    top: 0;
    background: #b0a283;
    padding: 12px;
    color: #fff;
}
#news-footer #pager #pager-caption::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-right: 15px solid #b0a283;
    border-bottom: 21px solid transparent;
    position: absolute;
    left: -15px;
    top: 0;
}
#news-footer .upager li{
    float: right;
    width: inherit !important;
    margin: 0 !important;
}
#news-footer .upager li a span.num_pager{
    color: #9292;
}
#news-footer .upager li a span.num_pager .bold{
    background: #b0a283;
    color: #fff;
    padding: 5px 8px;
    border-radius: 20px;
    font-weight: normal !important;
}

#news-footer #pager-button .btn{
    background: #fff;
    border: 1px solid #ddd;
    display: table;
    float: right;
    margin: 15px 0px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ddd;
    max-width: 320px;
    position: relative;
    color: #9E9E9E;
}

#news-footer #pager-button .btn i.fa{
    position: relative;
    top: 2px;
}

#news-footer #pager-button #btn_prv{
    margin-left: 15px;
}
#news-footer #pager-button #btn_prv span{
    margin-right:10px ;
}
#news-footer #pager-button #btn_nxt span{
    margin-left:10px ;
}
#news-footer #pager-button #btn_nxt{

}