[hidden] {
  display: none;
  visibility: hidden;
}

.nav__list > li {
  background: #aaa;
  margin: 0 0 8px 0;
  position: relative;
}
.nav__list > li:hover {
  background: #009f41;
}
.nav__list > li:hover label {
  color: #FFF !important;
}
.nav__list > li:hover ul li a {
  color: #707070 !important;
}

.nav__list > li.nav__list-li {
  background: #009f41;
}
.nav__list > li.nav__list-li > label {
  background: #009f41;
  color: #FFF;
  position: relative;
}
.nav__list > li.nav__list-li > label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #009f41;
}
.nav__list > li.nav__list-li > a {
  display: block;
  color: #FFF !important;
}

.nav__list > li.nav__list-li > li > label > a {
  color: #009f41 !important;
}
.nav__list > li.nav__list-li > li > ul > li > a {
  background: #FFF;
  color: #707070 !important;
}
.nav__list > li.nav__list-li > li > ul > li > a:hover {
  color: #009f41 !important;
}

.nav__list ul.group-list li.nav__list-li a {
  color: #009f41 !important;
}

.vertical-nav a, .vertical-nav label {
  display: block;
  padding: 12px 18px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.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: 17px;
  padding-left: 40px;
}

.nav__list:lang(en) > li > ul > li > a {
  text-align: left !important;
}

.group-list li:hover a {
  color: #707070;
}
.group-list a {
  color: #32583F;
  background-color: #FFF;
}

.group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  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;
  -webkit-transition: max-height 0.5s ease-in-out;
  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;
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: -webkit-transform 0.65s ease;
  transition: transform 0.65s ease;
  transition: transform 0.65s ease, -webkit-transform 0.65s ease;
}
.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
}

#menuToggle {
  display: block;
  position: relative;
}
#menuToggle a {
  text-decoration: none;
  color: #333;
}

#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 {
  width: calc(16.66% - 10px);
  text-align: center;
  height: fit-content;
  position: relative;
  margin-right: 10px;
  background: #F9F9F9;
  border-radius: 40px;
}
.center-menu #menu li a {
  background: #d9d9d9;
  color: #333333;
  padding: 10px 10px;
}
.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;
}
.center-menu #menu li:hover a {
  background: #009f41;
  color: #FFF;
}
.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 a {
  background: #009f41;
  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: 1440px) {
  .vertical-nav a, .vertical-nav label {
    font-size: 18px;
  }
  .nav__list > li > ul > li > a {
    font-size: 16px;
  }
  .nav__list label > span {
    font-size: 12px;
    margin-top: 3px;
  }
  .nav__list > li::after {
    top: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .vertical-nav a, .vertical-nav label {
    font-size: 17px;
  }
  .nav__list > li > ul > li > a {
    font-size: 15px;
  }
  .nav__list > li::after {
    font-size: 17px;
    top: 13px;
  }
}
@media screen and (max-width: 991px) {
  .nav__list > li > label {
    background: #fff;
    color: #333;
  }
  .nav__list > li > label:hover {
    background: #32583F;
  }
  .nav__list > li > label::after {
    display: none;
  }
  .center-menu #menuToggle {
    margin: 15px auto;
  }
  .center-menu li .group-list {
    position: relative !important;
  }
  .center-menu #menu li {
    width: 100%;
    border-radius: 0px;
  }
  #menuToggle {
    background: #fff;
    position: relative;
    border: solid 2px #009f41;
    border-radius: 10px;
  }
  .left-menu {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    display: block;
  }
  #menuToggle {
    height: 55px;
    margin: 0px 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: 51px auto 0 auto;
    border: solid 2px #009f41;
    width: 98%;
  }
  #menu li {
    margin: 0;
    border-bottom: solid 1px #d8d8d8;
  }
  #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: 33px;
    height: 2px;
    margin-bottom: 5px;
    position: absolute;
    top: 15px;
    right: 20px;
    background: #009f41;
    border-radius: 3px;
    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: 35px;
  }
  #menuToggle input:checked ~ span.menu-span {
    opacity: 1;
    transform: rotate(45deg) translate(2px, 3px);
    width: 20px;
    background: #009f41;
  }
  #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, 7px);
    width: 20px;
  }
  #menu, .center-menu #menu {
    display: none;
  }
}