[hidden] {
  display: none;
  visibility: hidden;
}

.nav__list > li {
  border-bottom: solid 1px #fff;
  background: #E5E5E5;
  margin: 2px 0 2px 0;
}

.nav__list > li.nav__list-li {
  background: #2EA7E0;
}
.nav__list > li.nav__list-li > label {
  background: #2EA7E0 !important;
  color: #FFF;
}
.nav__list > li.nav__list-li > a {
  display: block;
  color: #FFF !important;
}

.nav__list > li > label > a {
  color: #2EA7E0 !important;
}
.nav__list > li > ul > li > a {
  background: #ffffff;
  color: #707070 !important;
}
.nav__list > li > ul > li > a:hover {
  color: #2EA7E0 !important;
}

.nav__list ul.group-list li.nav__list-li a {
  color: #2EA7E0 !important;
}

.vertical-nav a, .vertical-nav label {
  display: block;
  padding: 10px;
  background: transparent;
  transition: all 0.25s ease-in;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}
.vertical-nav label {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.vertical-nav label a {
  padding: 0;
  box-shadow: none;
  width: calc(100% - 30px);
}

.nav__list > li > ul > li > a {
  font-size: 18px;
  padding-left: 15px;
}

.nav__list:lang(en) > li > ul > li > a {
  text-align: left !important;
}

.group-list li:hover a {
  color: #707070;
}
.group-list a {
  color: #D5ECEE;
  background-color: #FFF;
}

.group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.group-list .sub-group-list a, .group-list .sub-group-list label {
  background: #ffffff;
}
.group-list .sub-sub-group-list a, .group-list .sub-sub-group-list label {
  background: #ffffff;
}

.sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}
.nav__list label > span {
  float: right;
  transition: transform 0.65s ease;
}
.nav__list input[type=checkbox]:checked + label > span {
  transform: rotate(180deg);
}

#menuToggle {
  display: block;
  position: relative;
  margin: 40px 0;
}
#menuToggle a {
  text-decoration: none;
  transition: color 0.25s ease;
  color: #000;
}

#menuToggle input:checked ~ ul {
  display: block;
  padding: 0;
}

input[type=checkbox], .left-menu {
  display: none;
}

.center-menu:lang(en) #menu li {
  width: calc(25% - 10px);
}

.center-menu #menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.center-menu #menu li {
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin: 0 15px;
  background: #FFF;
  border-radius: 50px;
  border: solid 1px #2EA7E0;
  -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;
}
.center-menu #menu li a {
  padding: 10px 30px;
  color: #2EA7E0;
  font-weight: 600;
}
.center-menu #menu li:hover {
  -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;
  background: #2EA7E0;
}
.center-menu #menu li:hover a {
  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;
}
.center-menu #menu li .group-list {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
}
.center-menu #menu li .group-list li {
  width: 100%;
}
.center-menu #menu .nav__list-li {
  background: #2EA7E0;
}
.center-menu #menu .nav__list-li a {
  color: #FFF !important;
}

.left-menu02 .nav__list li {
  background: #F1F1F1 !important;
  margin: 5px 0;
}
.left-menu02 .nav__list li:hover a {
  color: #970209;
}

@media screen and (max-width: 991px) {
  .center-menu #menu li:hover::before, .center-menu #menu .nav__list-li::before {
    display: none !important;
  }
  .nav__list > li > label {
    background: #F3EEDD;
  }
  .center-menu li .group-list {
    position: relative !important;
  }
  .center-menu #menu li {
    width: 100%;
    border-radius: 0px;
    margin: 0;
    background: #fff;
  }
  #menuToggle {
    background: #f2f2f2;
    position: relative;
    border: solid 2px #2EA7E0;
    border-radius: 6px;
  }
  .left-menu {
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #2EA7E0;
  }
  #menuToggle {
    height: 60px;
    margin: 30px auto 30px auto;
    z-index: 2;
    width: calc(100% - 30px);
    padding: 0;
  }
  #menuToggle input:checked ~ ul {
    border-top: none;
  }
  #menuToggle input:checked ~ ul.nav__list {
    margin-top: 56px;
    border: solid 2px #2EA7E0;
  }
  #menu li {
    margin: 0;
    border-bottom: solid 1px #ebebeb;
  }
  #menuToggle input {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  #menuToggle span.menu-span {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    position: absolute;
    top: 16px;
    right: 30px;
    background: #2EA7E0;
    border-radius: 10px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle span.menu-span:nth-last-child(2) {
    top: 25px;
  }
  #menuToggle span.menu-span:nth-last-child(3) {
    top: 34px;
  }
  #menuToggle input:checked ~ span.menu-span {
    opacity: 1;
    transform: rotate(45deg) translate(6px, 2px);
    width: 20px;
    background: #2EA7E0;
  }
  #menuToggle input:checked ~ span.menu-span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span.menu-span:nth-last-child(2) {
    transform: rotate(132deg) translate(0px, 2px);
    width: 20px;
  }
  #menu, .center-menu #menu {
    display: none;
  }
}