body > header {
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #001E3B;
  height: 122px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
@media (max-width: 480px) {
  body > header {
    height: 102px;
  }
}
body > header.sticky {
  height: 87px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
body > header.sticky .leftcontent,
body > header.sticky .rightcontent {
  height: 85px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
body > header.sticky .transwrap .transbar {
  top: 90px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
body > header .leftcontent {
  position: relative;
  height: 120px;
  line-height: 100px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
@media (max-width: 767px) {
  body > header .leftcontent {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  body > header .leftcontent {
    padding-bottom: 5px;
    height: 100px;
  }
  body > header .leftcontent .logo img {
    max-width: 200px;
    z-index: 999;
    position: relative;
  }
}
body > header .leftcontent > div {
  vertical-align: middle;
  display: table-cell;
  float: none;
}
body > header .rightcontent {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  display: table;
  position: relative;
  height: 120px;
}
@media (max-width: 767px) {
  body > header .rightcontent {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  body > header .rightcontent {
    height: 100px;
    padding-bottom: 0;
  }
}
body > header .rightcontent > div {
  padding-left: 40px;
  vertical-align: middle;
  display: table-cell;
}
body > header .rightcontent i {
  padding: 5px;
  font-size: 24px;
  margin-top: -2px;
  border-radius: 4px;
}
body > header .rightcontent i:hover {
  background-color: #669AC1;
  cursor: pointer;
}
body > header .rightcontent .active i {
  background-color: #3378AC;
}
@media (max-width: 767px) {
  body > header .rightcontent .search,
  body > header .rightcontent .langnav {
    display: none;
  }
}
body > header .coloredbar {
  height: 6px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  body > header .coloredbar {
    height: 2px;
    border-bottom: 2px solid #fff;
  }
}
body > header .coloredbar .bar {
  width: 25%;
  height: 2px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  body > header .coloredbar .bar {
    display: none;
  }
}
body > header .coloredbar .bar.bar1 {
  background-color: #005697;
}
body > header .coloredbar .bar.bar2 {
  background-color: #00CCFF;
}
body > header .coloredbar .bar.bar3 {
  background-color: #339933;
}
body > header .coloredbar .bar.bar4 {
  background-color: #FF6600;
}
body > header .coloredbar .bar.bar5 {
  background-color: #910534;
}
body > header .coloredbar .bar.active {
  height: 100%;
  margin-top: -4px;
}
body > header .coloredbar.white .bar {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body > header .transwrap {
  position: relative;
}
body > header .transwrap .transbar {
  position: absolute;
  height: 105px;
  top: 125px;
  padding: 10px 50px;
  float: left;
  width: 100%;
  margin: -3px 50% 0 50%;
  background-image: linear-gradient(rgba(4, 4, 4, 0.7), rgba(0, 0, 0, 0.3));
  width: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body > header .transwrap .transbar.active {
  margin: -3px 0 0 0;
  width: 100%;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body > header .transwrap .transbar.langbar .langselect {
  margin: 25px auto 0;
  display: inline-block;
  list-style: none;
  padding: 0;
  position: relative;
  display: table;
}
body > header .transwrap .transbar.langbar .langselect li {
  display: table-cell;
  font-size: 25px;
  margin: 0 15px;
  float: left;
}
body > header .transwrap .transbar.langbar .langselect li.current {
  color: #06CBFF;
  border-bottom: 1px solid #005697;
  font-weight: 100;
}
body > header .transwrap .transbar.langbar .langselect li a {
  font-weight: 100;
  text-decoration: none;
  color: #fff;
  padding: 5px 3px;
  border-radius: 5px;
}
body > header .transwrap .transbar.langbar .langselect li a:hover {
  background-color: #005697;
}
body > header .transwrap .transbar.searchbar .kesearchbox {
  position: relative;
}
body > header .transwrap .transbar.searchbar .kesearchbox .submitbutt input {
  position: absolute;
  display: block;
  right: 0;
  top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #5CAD5C;
  border: none;
  border-radius: 6px;
  padding: 9px 16px;
}
body > header .transwrap .transbar.searchbar .kesearchbox i {
  position: absolute;
  display: block;
  right: 135px;
  top: 24px;
  font-size: 33px;
  color: #910534;
  float: right;
}
body > header .transwrap .transbar.searchbar .kesearchbox i:hover {
  cursor: pointer;
}
body > header .transwrap .transbar.searchbar .kesearchbox #ke_search_sword {
  width: 100%;
  text-align: center;
  background: transparent;
  border: none;
  font-size: 25px;
  padding: 25px 0;
}
body > header .transwrap .transbar.searchbar .kesearchbox #ke_search_sword:focus {
  outline: 0;
}
/*# sourceMappingURL=header.css.map */