/*humburgermenu*/
.menu {
  position: absolute;
  width: 24px;
  height: 20px;
  right: 120px;
  top: 30px;
  z-index: 99;
}
.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.menu__line--center {
  top: 9px;
}
.menu__line--bottom {
  bottom: 0;
}
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}
/*gnav*/
.gnav {
  background: rgba(13, 71, 161, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 98;
}
.gnav__wrap {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  overflow-y: scroll;
}
.gnav__menu{
    margin-top: 80px;
}
.gnav__menu__item {
  margin: 5px 0;
  padding-bottom: 10px;
  font-size: 8px;
  list-style: none;
  border-bottom: 1px dotted #bbbbbb;
}
.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding-left: 40px;
  text-decoration: none;
  transition: .1s;
}
.gnav__menu__item a:hover {
  color: #666;
}
.navibar {
  color: white;
  font-weight: bold;
  font-size: 15px;
  display: block;
  width: 90%;
  float: left;
  padding-top: 5px;
  height: 100%;
  margin: 0px;
  padding-left: 280px;
}
.navibar > a {
  text-decoration: none;
  color: white;
}
.mbr-navbar__brand-img {
  position: absolute;
  width: 120px;
  height: auto;
  left: 120px;
  top: 20px;
}
.mbr-navbar__column--s {
  width: 34%;
}
.onlogo {
  position: absolute;
  width: 300px;
  height: 10px;
  left: 120px;
  top: 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  /* identical to box height */
  color: #FFFFFF;
}
.mbr-brand__logo > a {
  text-decoration: none;
}
.navi1 {
  position: absolute;
  width: 120px;
  height: 70px;
  left: 405px;
  top: 0px;
  background: #F24482;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
}
.navi2 {
  position: absolute;
  width: 120px;
  height: 70px;
  left: 525px;
  top: 0px;
  background: #20AECD;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
}
.navi1 > a, .navi2 > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}
.navi3 {
  color: white;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 30px;
  right: 250px;
}
.naviphone {
  color: white;
  font-weight: bold;
  font-size: 15px;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 180px;
  top: 30px;
}
.navimail {
  color: white;
  font-weight: bold;
  font-size: 15px;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 150px;
  top: 30px;
}
@media (max-width: 1200px) {
  .navibar {
    padding-left: 0px;
  }
  .navi3 {
    display: none;
  }
}
@media (max-width: 992px) {
  .menu {
    right: 0px;
    top: 36px;
  }
  .navibar {
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: block;
    width: 35%;
    float: left;
    text-align: right;
    padding-top: 12px;
    height: 100%;
    margin: 0px;
    padding-left: 0px;
  }
  .gnav__menu {
    padding-top: 20px;
  }
  .gnav__menu__item {
    font-size: 6px;
    padding-bottom: 5px;
  }
  .gnav__menu__item a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mbr-navbar__brand-img {
    height: 18px;
  }
  .mbr-navbar--short > div > div > div > .navibar {
    padding-top: 4px;
  }
  .mbr-navbar--short > div > div > div > .menu {
    top: 36px;
  }
  .mbr-navbar__brand-img {
    width: auto;
    left: 0px;
    top: 10px;
  }
  .onlogo-xs {
    text-align: left;
    font-size: 12px;
    width: 100%;
    color: white;
  }
  .menu_bottom {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0px;
    background: #0D47A1;
    z-index: 99;
  }
  .menu_bottom_1 {
    border-right: 1px solid #FFFFFF;
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .menu_bottom_2 {
    border-left: 1px solid #FFFFFF;
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .menu_bottom_1 > a, .menu_bottom_2 > a {
    color: white;
    font-weight: bold;
    font-size: 15px;
  }
  .naviphone, .navimail {
    display: none;
  }
  .navi1 {
    position: absolute;
    width: calc(20px + 50%);
    height: 24px;
    left: -20px;
    top: 70px;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: white;
  }
  .navi2 {
    position: absolute;
    width: calc(20px + 50%);
    height: 24px;
    left: 50%;
    top: 70px;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: white;
  }
  .navi3 {
    display: none;
  }
}