.header { width: 100%; height: 70px; background-color: white; position: fixed; left: 0; top: 0; z-index: 2; color: #fff; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; -webkit-box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4); }

.header.bg-none { background-color: rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4); }

.header.hide { top: -75px; }

.header .wrap { width: 1200px; height: 100%; margin-left: 20px !important; }

.header .wrap .logo { margin-top: 5px; width: auto; height: 36px; }

.header .wrap .logo-bgno { display: none; margin-left: 1px; }

.header .wrap .nav-group { font-size: 14px; list-style: none; height: 100%; }

.header .wrap .nav-group li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; padding: 0 15px; position: relative; }

.header .wrap .nav-group li a { font-size: 16px; color: #fff; }

.header .wrap .nav-group li .nobg-a { color: #111; }

.header .wrap .nav-group .is-active a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #00C16D; position: relative; }

.header .wrap .nav-group .is-active a .line-active { display: block; position: absolute; top: 34px; width: 30px; height: 2px; border-radius: 2px; background: #00C16D; }

.header .phone-number { position: absolute; right: 20px; margin-left: 25px; color: #02C169; font-size: 16px; }

.header .phone-number .phone { margin-right: 2px; position: relative; top: 1px; width: 17px; height: 19px; }
/*# sourceMappingURL=header.min.css.map */