@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.ttf") format("truetype");
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  overflow-x: hidden;
}

.big-fonts body * {
  font-size: 34px !important;
  line-height: 42px !important;
  color: #000000 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 91px;
  width: 100%;
  background: rgba(6, 34, 51, 0.7);
  z-index: 1000;
}
.header .container {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .container .logo {
  position: relative;
  display: inline-block;
  z-index: 100;
}
.header .container .logo a, .header .container .logo .elipse, .header .container .logo .logo-img {
  display: inline-block;
}
.header .container .logo a .logo-img {
  position: relative;
  z-index: 100;
}
.header .container .banner {
  position: relative;
  display: inline-block;
  z-index: 100;
  margin-left: 1rem;
}
.header .container .banner a {
  display: inline-block;
}
.header .container .banner a img {
  height: 36px;
}
.header .container .menu {
  list-style: none;
  z-index: 100;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.header .container .menu .menu-item {
  display: inline;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  line-height: 91px;
}
.header .container .menu .menu-item a {
  display: inline;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  padding: 0 20px;
  /*!!*/
}
.header .container .menu .menu-item .splash-right {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.header .container .menu .menu-item .hover__list {
  display: none;
  position: absolute;
  top: 91px;
  left: 0;
  right: 0;
  background: -o-linear-gradient(45deg, #4c97c5, #218dd1);
  background: linear-gradient(45deg, #4c97c5, #218dd1);
  list-style: none;
  text-align: center;
  -webkit-box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.3);
}
.header .container .menu .menu-item .hover__list .hover__list-item {
  display: inline-block;
  cursor: pointer;
}
.header .container .menu .menu-item .hover__list .hover__list-item a {
  text-decoration: none;
}
.header .container .menu .menu-item .hover__list .hover__list-item a:hover {
  text-decoration: underline;
}
.header .container .menu .menu-item:hover a {
  text-decoration: underline;
}
.header .container .menu .menu-item-active a {
  text-decoration: underline;
}
.header .container .menu .splash-right {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.header .container .menu .splash-down {
  padding: 2px;
  text-decoration: underline;
}
.header .container .menu .login, .header .container .menu .lang, .header .container .menu .font {
  cursor: pointer;
}
.header .container .menu .lang {
  display: inline-block;
  text-align: center;
}
.header .container .menu .lang p {
  line-height: 28px;
}
.header .container .menu .font {
  font-size: 8px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.header .container .menu .font p {
  margin-top: 20px;
  line-height: 20px;
}
.header .container .menu .font p i {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
}
.header .container .more-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .container .mobile {
  display: none;
}
.header .background-menu {
  z-index: 90;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header .background-menu img {
  width: 100%;
  height: 91px;
}
.header .background-menu-mask {
  z-index: 91;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(27, 129, 193, 0.7);
}

.footer {
  background: #218DD1;
  padding: 20px 0;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .container .footer__menu, .footer .container .footer__more {
  list-style: none;
  display: inline-block;
}
.footer .container .footer__menu .footer__menu__item, .footer .container .footer__more .footer__menu__item {
  display: block;
  margin: 18px 0 25px 0;
}
.footer .container .footer__menu .footer__menu__item a, .footer .container .footer__more .footer__menu__item a {
  text-decoration: none;
  color: #ffffff;
}
.footer .container .footer__menu .footer__menu__item:hover a, .footer .container .footer__more .footer__menu__item:hover a {
  text-decoration: underline;
}
.footer .container .footer__menu {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.footer .container .footer__more {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.footer hr, .footer .footer__copyright {
  text-align: center;
  color: #ffffff;
  opacity: 0.6;
}

.scroll-top-btn {
  z-index: -50;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  padding: 0 9px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.scroll-top-btn.show {
  z-index: 50;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.scroll-top-btn:hover {
  color: #333;
  border-color: #333;
}
/*# sourceMappingURL=style-header-footer.css.map */
