.bannerBk {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0.5rem 0rem 0rem 0rem;
  background-color: rgb(0, 0, 45);
  color: #ffffff;
  position: fixed;
  z-index: 999;
  top: 0px;
  justify-content: space-between;
  justify-items: center;
}

.bannerBox {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  justify-items: center;
}

.logo {
  width: 210px;
  height: auto;
}

.logo img {
  width: 100%;
  height: auto;
}

.menu {
  display: block;
  width: auto;
  height: auto;
  padding: 0rem 1rem;
  margin-top: 1rem;
}

.menu ul {
  list-style: none;
}

.menu ul li {
  display: inline-block;
  width: auto;
  height: auto;
}

.menu ul li a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

.menu ul li a:hover {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: rgb(0, 0, 45);
  background-color: #ffffff;
  font-weight: 500;
  border-radius: 0.2rem;
}

.menu ul li ul {
  position: absolute;
  visibility: hidden;
  display: block;
  text-align: center;
}

.menu ul li:hover ul {
  position: absolute;
  visibility: visible;
  display: block;
  background-color: rgb(0, 0, 45);
  z-index: 9999;
  padding-bottom: 20px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 15px;
  text-align: left;
  box-shadow: 0px 3px 5px #605f5f;
  border-radius: 0rem 0.2rem;
}

.menu ul li ul li {
  display: block;
  width: auto;
  height: auto;
}

.menuMain ul li ul li a {
  display: block;
  width: auto;
  height: auto;
}
.iconMenu {
  display: none;
}

.iconMenuC {
  display: none;
}

@media only screen and (max-width: 2440px) {
  .bannerBk {
    display: flex;
    width: 100%;
    height: auto;
    padding: 0.5rem 0rem 0rem 0rem;
    background-color: rgb(0, 0, 45);
    color: #ffffff;
    position: fixed;
    z-index: 999;
    top: 0px;
    justify-content: space-between;
    justify-items: center;
  }

  .bannerBox {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    justify-items: center;
  }

  .logo {
    width: 180px;
    height: auto;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .menu {
    display: none;
    width: 400px;
    height: auto;
    padding: 0rem 1rem;
    margin-top: 3rem;
    background-color: rgba(9, 1, 33, 0.953);
    z-index: 999;
    position: absolute;
    right: 0;
    text-align: right;
    border-radius: 1rem 0 1rem 1rem;
  }

  .menu ul {
    list-style: none;
    text-align: right;
    width: auto;
  }

  .menu ul li {
    display: block;
    width: auto;
    height: auto;
  }

  .menu ul li a {
    display: block;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
  }

  .menu ul li a:hover {
    display: block;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: rgb(0, 0, 45);
    background-color: #ffffff;
    font-weight: 500;
    border-radius: 0.2rem;
  }

  .menu ul li ul {
    position: absolute;
    visibility: hidden;
    display: block;
    text-align: center;
  }

  .menu ul li:hover ul {
    position: absolute;
    visibility: visible;
    display: block;
    background-color: rgb(0, 0, 45);
    z-index: 9999;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 15px;
    text-align: right;
    box-shadow: 0px 3px 5px #605f5f;
    border-radius: 0rem 0.2rem;
    right: 0px;
    margin-right: 1rem;
  }

  .menu ul li ul li {
    display: block;
    width: auto;
    height: auto;
  }

  .menuMain ul li ul li a {
    display: block;
    width: auto;
    height: auto;
  }

  .iconMenu {
    display: block;
    font-size: 30px;
    position: absolute;
    right: 0px;
    padding-right: 2rem;
    cursor: pointer;
  }

  .iconMenuC {
    display: none;
    font-size: 30px;
    position: absolute;
    right: 0px;
    padding-right: 2rem;
    cursor: pointer;
    color: red;
  }
}
