 #header .logo img {
  max-height: 120px;
} 
.header__slogan marquee {
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    font-style: italic;
}
#menusite li li:hover > .dropdown-menu{
  opacity: 1;
  visibility: visible;
  display:block
}
#menusite li li > .dropdown-menu{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top:0;
  left:100%;
  display:none
}
#menusite .dropdown-menu>li{
  position:relative;
}  
.header__slogan marquee {
  text-transform: uppercase;
}
.company_info li:nth-child(4){
  display:none
}
.company_info {
  padding: 0;
  background: #fff;
  color: #1f5a9b;
  padding: 20px;
  border-radius: 10px;
}
#footer .company_info a{
  color:inherit;

}
body.new-new .third-nav {
    display: none;
}
section.section-body.new-document {
    margin-top: 50px;
} 
.section-footer-top .wraplock {
  color: #2d72bd;
  background:#fff
}
#footer .wraplock a{
  color:#2d72bd
}
.panel-footer{
        min-height: 70px;
}
.newscenter .img-box img{
    object-fit: contain;
} 
.well {
    display: flex;
    min-height: 20px;
    padding: 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
} 
ul.counter.list-none.display-table {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}