.glite-mo-nav {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 350px;
  -webkit-overflow-scrolling: touch;
  z-index: 1000 !important;
  -webkit-transition: all 0.4s cubiglite-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubiglite-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubiglite-bezier(0.7, 0, 0.2, 1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.glite-mo-nav .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}
.glite-mo-nav .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Times New Roman";
}
.glite-mo-nav .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
}
.glite-mo-nav .tit span i {
  color: #fff;
  font-size: 16px;
}
.glite-mo-nav > ul > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
.glite-mo-nav > ul > li > a {
  padding: 0 0 0 20px;
  line-height: 50px;
}
.glite-mo-nav > ul > li > i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.glite-mo-nav ul li a {
  color: #333;
  display: block;
}
.glite-mo-nav ul li a:hover {
  text-decoration: none;
}
.glite-mo-nav ul li ul {
  display: none;
  padding-bottom: 10px;
}
.glite-mo-nav ul li ul li {
  line-height: 35px;
}
.glite-mo-nav ul li ul li a {
  background: url("../images/d.png") no-repeat 25px center;
  padding: 0 0 0 40px;
  line-height: 35px;
}

.glite-mo-nav.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cl {
  zoom: 1;
}
.cl:before,
.cl:after {
  display: table;
  content: " ";
}
.cl:after {
  clear: both;
}

/*---header---*/
.glite-header {
  position: absolute;
  z-index: 90;
  width: 100%;
  background: none;
  height: 150px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.glite-header-logo {
  width: 258px;
  text-align: center;
}
.glite-header-logo img {
    height: 100px;
    object-fit: contain;
}
.glite-header h1 a {
  display: inline-block;
  width: 113px;
  height: 114px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 113px 114px;
}

.glite-header-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.glite-header-nav > ul > li {
  float: left;
  position: relative;
}
.glite-header-nav > ul > li > a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 0 30px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.glite-header-nav > ul > li > a > i {
  display: inline-block;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}

.glite-header-nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: 0;
  text-align: left;
  top: 54px;
  z-index: 1000;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}
.glite-header-nav > ul > li > ul::before {
  content: "";
  position: absolute;
  left: 60px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}
.glite-header-nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
}
.glite-header-nav > ul > li > ul li:last-child {
  border: none;
}
.glite-header-nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 9px 15px 9px 10px;
  color: #333;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}
.glite-header-nav > ul > li > ul > li > a {
  padding-right: 20px;
}
.glite-header-nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}
.glite-header-nav > ul > li > ul li > a:hover {
  background: var(--color-primary);
  color: #fff;
}

.glite-header-nav > ul > li > ul li ul {
  left: 210px;
  top: 0;
  box-shadow: none;
}

.glite-header-nav > ul > li:hover > a,
.glite-header-nav > ul > li.active > a {
  color: var(--color-primary);
}
.glite-header-nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.glite-header-nav ul li:hover > ul {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}
.glite-header-nav > ul > li ul li:hover > a {
  background: var(--color-primary);
  color: #fff;
}

.glite-header-nav .dropbox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
  padding: 30px;
  border-top: 1px solid #d5d5d5;
  background: rgba(236, 236, 236);
  padding: 40px 10%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.8s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.3s;
}
.glite-header-nav .dropbox ul li + li {
  margin-left: 30px;
}
.glite-header-nav .dropbox dl {
  padding: 0 10px 30px;
}
.glite-header-nav .dropbox dt {
  font-size: 20px;
  color: #111;
  font-weight: 600;
  margin-bottom: 15px;
}
.glite-header-nav .dropbox dd {
  color: #555;
  font-size: 16px;
  margin-top: 10px;
}
.glite-header-nav .dropbox a {
  white-space: nowrap;
}
.glite-header-nav .dropbox dd a:hover {
  color: var(--color-primary);
}

.glite-header-nav > ul > li:hover > .dropbox {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.glite-header_right {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 100px;
}

.glite-header_right > span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: none;
}
.glite-header_right > span i {
  font-size: 24px;
}

.glite-header-search {
  margin-right: 15px;
  cursor: pointer;
  position: relative;
}
.glite-header-search span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  z-index: 100;
}
.glite-header-search span i {
  font-size: 28px;
}
.glite-header-search:hover > span:hover {
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
}

.glite-header-search-box {
  position: absolute;
  z-index: 101;
  right: 0;
  top: -7px;
  width: 0;
  background: #fff;
  padding: 10px 55px 10px 15px;
  box-sizing: content-box;
  border-radius: 50px;
  overflow: hidden;
  visibility: hidden;
  transition-delay: 0.3s;
  transition: All 0.8s cubiglite-bezier(0.12, 0, 0.39, 0);
}
.glite-header-search-box .close {
  position: absolute;
  right: 20px;
  top: calc(50% - 14px);
  visibility: hidden;
}
.glite-header-search-box .close i {
  font-size: 21px;
  color: #333;
  display: inline-block;
  transition: All 0.7s ease-in-out;
}
.glite-header-search-box .close:hover i {
  color: #0bad35;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.glite-header-search-box .serchbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glite-header-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  float: left;
  color: #666;
  padding: 0 65px 0 15px;
  font-size: 17px;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
}
.glite-header-search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 35px;
  line-height: 35px;
  background: #0bad35;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 0 15px 15px 0;
}
.glite-header-search-box .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff;
}

.glite-header-search-box.active {
  width: 240px;
  visibility: visible;
  z-index: 101;
  transition-delay: 0.3s;
  transition: All 0.5s cubiglite-bezier(0.12, 0, 0.39, 0);
}
.glite-header-search-box.active .close {
  visibility: visible;
}

.glite-header-lang {
  position: relative;
  z-index: 20;
  margin: 0 10px 0 0;
}
.glite-header-lang .current-lang {
  height: 36px;
  width: 88px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.glite-header-lang .current-lang em {
  margin: 0 5px;
}

@media screen and (max-width: 1367px) {
  .glite-header {
    padding: 0 7%;
    height: 140px;
  }
  .glite-header_right {
    margin-right: 0;
  }
  .glite-header-logo {
    width: auto;
  }

  .glite-header-nav > ul > li > a {
    font-size: 19px;
    padding: 0 25px;
  }
}

@media screen and (max-width: 1280px) {
  .glite-header {
    padding: 0 40px;
    height: 120px;
  }
  .glite-header h1 a {
    width: 99px;
    height: 100px;
    background-size: 99px 100px;
  }

  .glite-header-nav > ul > li > a {
    font-size: 18px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 992px) {
  .glite-header-logo img {
    height: 75px;
  }
  .glite-header-nav {
    display: none !important;
  }
  .glite-header_right > span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .glite-header {
    position: relative;
    height: auto;
    padding: 15px 10px;
  }
  
  .glite-header h1 a {
    width: 74px;
    height: 75px;
    background-size: 74px 75px;
  }

  .glite-header-nav {
    display: none !important;
  }

  .glite-header_right > span {
    color: #333;
  }

  .glite-header-search {
    position: static;
  }
  .glite-header-search span {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #333;
  }
  .glite-header-search span i {
    font-size: 24px;
  }

  .glite-header-lang .current-lang {
    color: #333;
  }
}

@media screen and (max-width: 480px) {
  .glite-header-logo img {
    height: 55px;
  }
  .glite-header h1 a {
    width: 54px;
    height: 55px;
    background-size: 54px 55px;
  }
}
