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

.nav__list > li {
  background: #fff;
  margin: 0 0 12px 0;
  position: relative;
  color: #fff;
}

.nav__list > li::after {
  content: '';
  background: #f5ba1800;
  width: 1%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav__list > li:hover::after {
  background: #F5BA18;
  width: 100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.nav__list > li:hover label {
  color: #FFF !important;
}

.nav__list > li:hover a {
  color: #242424 !important;
}

.nav__list > li:hover ul li a {
  color: #707070 !important;
}

.nav__list > li.nav__list-li {
  background: #242424;
}

.nav__list > li.nav__list-li > label {
  background: #242424 !important;
  color: #FFF;
}

.nav__list > li.nav__list-li > a {
  display: block;
  color: #242424 !important;
}

.nav__list > li > label > a {
  color: #F5BA18 !important;
}

.nav__list > li > ul > li > a {
  background: #F3EEFC;
  color: #707070 !important;
}

.nav__list > li > ul > li > a:hover {
  color: #F5BA18 !important;
}

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

.vertical-nav a, .vertical-nav label {
  display: block;
  padding: 12px 6px 12px 40px;
  background: transparent;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
}

.vertical-nav label {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vertical-nav label a {
  padding: 0;
  -webkit-box-shadow: none;
          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: #242424;
  background-color: #FFF;
}

.group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .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 .5s ease-in-out;
  transition: max-height .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 .65s ease;
  transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
  transition: transform .65s ease, -webkit-transform .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: #242424;
}

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center-menu #menu li {
  width: calc(20% - 20px);
  max-width: 200px;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin: 10px;
  background: #898989;
  border-radius: 0px;
}

.center-menu #menu li a {
  padding: 12px 10px;
  position: relative;
  z-index: 1;
  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 {
  background: #F5BA18;
}

.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;
  }
}

@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;
  }
}

@media screen and (max-width: 991px) {
  .nav__list > li > label {
    background: #fff;
  }
  .nav__list > li > label:hover {
    background: #242424;
  }
  .center-menu #menuToggle {
    margin: 15px auto;
  }
  .center-menu li .group-list {
    position: relative  !important;
  }
  .center-menu #menu li:hover {
    background: #ccc;
  }
  .center-menu #menu li:hover::after {
    display: none;
  }
  .center-menu #menu li {
    width: 100%;
    border-radius: 0px;
    max-width: 100%;
    margin: 0;
    background: #ebebeb;
  }
  .center-menu #menu li a {
    color: #242424;
  }
  #menuToggle {
    background: #fafafa;
    position: relative;
    border: solid 2px #242424;
    border-radius: 10px;
  }
  .left-menu {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-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 #242424;
    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: #242424;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    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;
    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, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #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;
    -webkit-transform: rotate(45deg) translate(2px, 3px);
            transform: rotate(45deg) translate(2px, 3px);
    width: 20px;
    background: #242424;
  }
  #menuToggle input:checked ~ span.menu-span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span.menu-span:nth-last-child(2) {
    -webkit-transform: rotate(132deg) translate(0px, 7px);
            transform: rotate(132deg) translate(0px, 7px);
    width: 20px;
  }
  #menu, .center-menu #menu {
    display: none;
  }
}
