html {
  -webkit-text-size-adjust: none;
  font-size: 10px;
  font-family: Arial;
}
* {
  font-size: 14px;
}
a:hover,
a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  html {
    -webkit-text-size-adjust: none;
    font-size: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  html {
    -webkit-text-size-adjust: none;
    font-size: 10px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 991px) {
  #navbar {
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #navbar > div:first-child {
    margin-left: 5rem;
  }
  #navbar > div:first-child img {
    width: 23.5rem;
    height: 4.4rem;
  }
  #navbar > div:last-child {
    margin-right: 5rem;
    display: flex;
  }
  #navbar > div:last-child .search-wrap {
    position: relative;
    background-color: #217e1a;
    line-height: 1;
    height: 4rem;
    margin-right: 2rem;
  }
  #navbar > div:last-child .search-wrap img {
    width: 4rem;
    height: 4rem;
  }
  #navbar > div:last-child .search-wrap > div {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 6rem;
    background-color: white;
    padding: 0.5rem;
    right: 0rem;
    border-radius: 0.5rem;
  }
  #navbar > div:last-child .search-wrap > div > div {
    display: flex;
  }
  #navbar > div:last-child .search-wrap > div input {
    padding: 0 0.5rem;
    width: 20rem;
    height: 4rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
  }
  #navbar > div:last-child .mark-wrap > img:first-child {
    height: 4rem;
    width: auto;
    position: relative;
  }
  #navbar > div:last-child .mark-wrap > img:last-child {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 2rem;
    background-color: #4cae4c;
    padding: 0.5rem;
    right: 2rem;
    border-radius: 0.5rem;
    transform: translateY(50%);
    width: 12rem;
    height: 12rem;
  }
  #navbar > div:last-child .mark-wrap:hover > img:last-child {
    display: block;
  }
  ul.nav {
    width: 96rem;
    min-width: 96rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    font-family: Arial;
  }
  ul.nav li,
  ul.nav li > a {
    padding: 0;
    height: 100%;
    line-height: 6rem;
    font-size: 1.6rem;
  }
  ul.nav li {
    position: relative;
    text-align: center;
  }
  ul.nav li > a.Select {
    color: #217E1A;
    border-top: 0.4rem solid #217E1A;
  }
  ul.nav li a:hover,
  ul.nav li a:focus {
    color: #217E1A;
    text-decoration: none;
  }
  ul.nav li > div {
    position: absolute;
    border-top: 4px solid #4cae4c;
    top: 6rem;
    left: 50%;
    display: none;
    z-index: 10000;
    background-color: #f1f1f1;
    transform: translateX(-50%);
  }
  ul.nav li > div .part {
    min-width: 24rem;
    border-right: 1px solid #999;
  }
  ul.nav li > div .part > div {
    line-height: 2.5;
    font-size: 1.6rem;
    text-align: center;
  }
  ul.nav li > div .part > div a {
    font-size: 1.6rem;
  }
  ul.nav li > div .part > div:hover {
    color: #4cae4c;
    background-color: #ffffff;
  }
  ul.nav li > div .part:last-child {
    border-right: none;
  }
  ul.nav li:hover > div {
    display: flex;
  }
  .mobile-navbar {
    display: none;
  }
  .nav-container {
    width: 100%;
    height: 6rem;
    background: #ecf2eb;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-container .wrapper {
    width: 125.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-container .wrapper > div:first-child {
    font-weight: 600;
  }
  .nav-container .wrapper > div {
    font-size: 1.8rem;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
  }
  .nav-container .wrapper > div:last-child {
    display: flex;
    align-items: center;
  }
  .nav-container .wrapper > div:last-child .v-line {
    height: 1.5rem;
    border-right: 0.2rem solid #444444;
    margin: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  * {
    font-size: 12px;
  }
  #navbar {
    display: none;
  }
  .mobile-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: white;
    border-bottom: 2px solid #2b542c;
  }
  .mobile-navbar > div:nth-child(2) {
    text-align: center;
  }
  .mobile-navbar > div:nth-child(2) img {
    width: 60%;
    height: auto;
  }
  .down-wrapper {
    position: fixed;
    top: 60px;
    z-index: 10000;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 30px;
    display: none;
  }
  .down-wrapper .mobile-nav {
    display: none;
    flex-direction: column;
    background-color: white;
    text-align: center;
  }
  .down-wrapper .mobile-nav a {
    font-size: 14px;
    font-weight: bold;
    color: #4cae4c;
    line-height: 40px;
  }
  .down-wrapper .mobile-search {
    display: none;
    align-items: center;
    background-color: white;
    height: 45px;
  }
  .down-wrapper .mobile-search div:first-child {
    flex: 1;
    height: 30px;
    margin: 0 15px;
  }
  .down-wrapper .mobile-search div:first-child input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    font-size: 15px;
    color: #333333;
  }
  .down-wrapper .mobile-search .icon {
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }
  .down-wrapper .m-show {
    display: flex;
  }
  .icon {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background-color: #217e1a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
  }
  .icon img {
    width: 60%;
    height: 60%;
  }
  .nav-container {
    margin-top: 60px;
    width: 100%;
    height: auto;
    background: #ecf2eb;
  }
  .nav-container .wrapper {
    width: 100%;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
  }
  .nav-container .wrapper > div:first-child {
    font-weight: 600;
  }
  .nav-container .wrapper > div {
    font-size: 12px;
    line-height: 1.4;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
  }
  .nav-container .wrapper > div:last-child {
    display: flex;
    align-items: center;
  }
  .nav-container .wrapper > div:last-child > div {
    font-size: 10px;
  }
  .nav-container .wrapper > div:last-child .v-line {
    height: 7.5px;
    border-right: 1px solid #444444;
    margin: 0 7.5px;
  }
}
/*# sourceMappingURL=header.css.map */