
.latest-news {
    font-family: "Open Sans", sans-serif;
  }
  
  .latest-news .nav-link.active,
  .latest-news .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ad2223;
    position: relative;
    font-size: 14px;
  }
  
  .latest-news .nav-link.active:after,
  .latest-news .nav-pills .show > .nav-link:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    bottom: -7px;
    border-top: 8px solid #ad2223;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: none;
  }
  
  .latest-news ul {
    padding: 1px 0;
  }
  
  .latest-news ul li {
    color: #000;
    margin: 1px;
    border-top: 1px solid #c3c5c7;
  }
  
  .latest-news ul li a {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 2px;
    text-transform: uppercase;
    color: #000;
    background: #ececec;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
  }
  
  .latest-news ul li a:hover {
    background-color: #ad2223;
    text-decoration: none !important;
    color: #fff;
  }
  
  .latest-news .announce-text {
    padding: 0 10px;
    font-family: "Open Sans", sans-serif;
  }
  
  .latest-news_img img {
    max-width: 180px;
  }
  
  .popular-news {
    font-family: "Open Sans", sans-serif;
  }
  
  .popular-news .nav-link.active,
  .popular-news .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ad2223;
    position: relative;
    border-radius: 0px;
  }
  
  .popular-news .nav-link.active:after,
  .popular-news .nav-pills .show > .nav-link:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    bottom: -7px;
    border-top: 8px solid #ad2223;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: none;
  }
  
  .popular-news .nav-item {
    margin: 1px;
  }
  
  .popular-news ul {
    padding: 1px 0;
  }
  
  .popular-news ul li {
    color: #000;
    border-top: 1px solid #c3c5c7;
  }
  
  .popular-news ul li a {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    text-transform: uppercase;
    color: #000;
    background: #ececec;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
  }
  
  .popular-news ul li a:hover {
    background-color: #ad2223;
    text-decoration: none !important;
    color: #fff;
  }
  
  .popular-news .announce-text {
    padding: 0 10px;
  }

  .article-details {
    border-top: 5px solid #444446;
    padding: 10px 0px;
}

.article-details__title h5 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.mb-3{
    margin-bottom: 1rem;
}

.pt-3  {
    padding-top: 1rem!important;
}

.text-muted {
    color: #74788d!important;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}

.pb-2  {
    padding-bottom: 0.5rem!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.border__bottom {
    border-bottom: 1px solid #b0afb4;
}

.bg-grey {
    background-color: #f0efee;
}

.commodities-select {
    padding: 0px 10px;
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.commodities-select {
  padding: 0px 10px;
}

.commodities-select select {
  border: 1px solid #cecece;
  padding: 4px;
  width: 84%;
  margin: 0 0 0 5px;
  height: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.commodities-select .btn-go {
    font-size: 12px;
    border: none;
    background: #f05922;
    color: #fff;
    border-radius: 0;
    margin: 0px 3px;
    vertical-align: middle;
    padding: 6px 8px;
}

.commodities-select .btn-go:hover {
  background: #636466;
  color: #fff;
}