.submit {
    display: none;
}
header>.inner .active form div>i {
    /* display: none; */
}
header>.inner .active .submit {
    display: flex;
    color: #fff;
border: none;
background: none;
}
.header-active {
 background: linear-gradient(180deg, #393737a1 30%, rgba(0, 0, 0, 0) 100%) !important;
}
.header-active2 {
  background: #269A66;
}
.header-active2 .inner{
padding-top:22px;
}

.mySwiper2{
  position: fixed;
}
header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  z-index: 2000;
}
header > .inner {
  height: 100%;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
}
header > .inner .logo {
  max-width: 430px;
  max-height: 67px;
}
header > .inner .search-icon::before {
  left: 0;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
header > .inner .search-icon.active::before {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
header > .inner .search-icon {
  width: 30px;
  height: 30px;
  color: #2CA66D;
  position: relative;
}
header > .inner .search-border:hover {
  color: #F6A452;
  border: 1px solid #F6A452;
}
header > .inner .search-icon.active .search-border:hover {
  border: 1px solid #F6A452;
}
header > .inner .search-border {
  width: 30px;
  box-sizing: border-box;
  height: 30px;
  border-radius: 36px;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  font-size: 34px;
  color: #fff;
}
header > .inner .search-input {
  display: none;
  width: calc(100% - 36px);
  height: 100%;
}
header > .inner .search-input input {
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #2CA66D;
  outline: none;
  border: 0;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  background: rgba(255, 255, 255, 0);
}
header > .inner .search-input input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
header > .inner .search-icon.active .search-border {
  width: 360px;
  box-sizing: border-box;
  border: 1px solid #2CA66D;
  height: 36px;
}
header > .inner .search-icon.active .search-border .search-input {
  display: block;
}
header > .inner .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    width: 50%;
    padding-bottom: 10px;
}
header > .inner .right .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header > .inner .right .top span {
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
header > .inner .right .top span:nth-of-type(2){
        cursor: default;
}
header > .inner .right .top span:nth-of-type(2):hover {
  color: #fff;
}
header > .inner .right .top span:hover {
  color: #F6A452;
}
header > .inner .right .nav {
  display: flex;
  justify-content: space-between;
}
header > .inner .right .nav > .active::after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
header > .inner .right .nav > div:hover::after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
header > .inner .right .nav > div::after {
  width: 100%;
  height: 4px;
  position: absolute;
  content: "";
  background-color: #ecbd6d;
  left: 0;
  bottom: -5px;
  transform: scale(0, 1);
  transition: 0.5s;
  -webkit-transform: scale(0, 1);
  -webkit-transition: 0.5s;
}
header > .inner .right .nav > div {
  font-size: 16px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
header > .inner .right .nav > div > .main {
      width: 130px;
  position: absolute;
     top: 26px;
    left: -30px;
  background-color: #fff;
  -webkit-transform: scale(1, 0);
  transform-origin: center top;
  -webkit-transition: 0.5s;
  opacity: 0;
  z-index: 500;
}
header > .inner .right .nav > div > .main a:nth-of-type(1){
  display: none;
}
header > .inner .right .nav > div > .main a {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
header > .inner .right .nav > div > .main a:hover {
  background-color: #01954C;
  color: #fff;
}
header > .inner .right .nav > div:hover > .main {
  transform: scale(1, 1);
  opacity: 1;
}
.image-g {
  position: relative;
  height: 50vw;
  max-height: 435px;
  min-height: 300px;
  z-index: 1;
}
.image-g .image-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media (max-width: 1200px) {
  .search-icon {
    position: absolute !important;
    top: 32%;
    right: 8%;
    color: #fff !important;
  }
  .search-border {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .search-icon {
    width: 26px;
    height: 26px;
  }
  .search-border {
    width: 28px;
    height: 28px;
  }
  .search-icon {
    position: absolute !important;
    top: 33%;
    right: 8%;
    color: #fff !important;
  }
  .search-border {
    color: #fff;
  }
  .search-icon.active .search-border {
    width: 200px;
  }
}
