.navbar-default{
  background: #002462 !important;
  border: none;
  border-radius: 0px;
  border-bottom:4px solid rgb(247,144,32);
}

.bg-mail {
  padding:0px;
  background-color:#002462;
  border-bottom:4px solid rgb(242,155,44);
}

.item.social > a {
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:0px;
  margin-top:22px;
  color:rgb(2,34,91);
  background:white;
  opacity:1;
  margin-right:6px;
}

.font-upper {
  text-transform:uppercase;
}

div.scrollmenu {
  overflow:auto;
  white-space:nowrap;
}

div.scrollmenu a {
  display:inline-block;
  color:white;
  text-align:center;
  padding:6px 6px 6px 0px;
  text-decoration:none;
}

div.scrollmenu a:hover {
  background-color:#777;
}

.news > div > div > div > div > div > div > div > a > img{
  height: 150px;
}

.header-search{
  position: relative;
  left: 0;
  width: 200px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #002462;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #193666;
}

.navbar-nav>li>a{
  text-transform: uppercase;
}

.vdo-interview{
  background-image:url(/image/home//bg_vdo.png);
  background-size:100% 500px;
  height:500px;
  margin-top:3em;
}
iframe{
  height: 400px;
}

.on-banner{
  position: relative;
  top:120px;
}
.breadcrumb{
  margin: 3em 0px;
  padding: 0px;
  background-color:rgba(0,0,0,0);
}

.breadcrumb > li > a{
  color: #002462;
  font-size: 16px;
  text-transform: uppercase;
}

.breadcrumb > li > .active{
  color: #002462;
  font-size: 17px;
  font-weight: bold;
}

.pagination {
  margin: 60px 0;
}

.scrollmenu > a > img{
  height: 120px;
}

.title, .sub-title, .calendar{
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .header-search{
    left: 37%;
  }

  .administrator{
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {

  .navbar-brand>img{
    height: 55px !important;
  }

  .navbar-brand{
    float: left !important;
  }

  .header-search{
    left: 37%;
  }

}