.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.header.desk {
  display: block;
}
.header.mob {
  display: none;
}
.header .logo {
  display: block;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  height: 40px;
  width: auto;
  margin-left: -3px;
}
.header .menu ul {
  text-align: right;
  margin-bottom: 0;
}
.header .menu ul li {
  display: inline-block;
  position: relative;
}
.header .menu ul li.joinus-desk-menu a {
  color: rgb(30, 70, 230);
  font-weight: 600;
  border: 1px solid rgb(30, 70, 230);
  border-radius: 4px;
  line-height: 24px;
  padding: 2px 14px;
  transition: all 0.3s ease;
}
.header .menu ul li.joinus-desk-menu a:hover {
  scale: 0.95;
}
.header .menu ul li:not(:last-child) {
  margin-right: 30px;
}
.header .menu ul li a {
  display: block;
  font-size: 15px;
  line-height: 68px;
  font-weight: 500;
}
.header .menu ul li a:hover, .header .menu ul li a.active {
  color: rgb(30, 70, 230);
}
.header .menu ul li a .arrow {
  display: none;
}
.header .menu ul li:nth-child(5) ul li a:hover {
  color: rgb(30, 70, 230);
}
.header .menu ul li:last-child {
  margin-left: 0px;
}
.header .menu ul li > ul {
  position: absolute;
  top: 68px;
  left: -16px;
  width: 200px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  text-align: left;
  z-index: 9999;
  padding: 16px 0;
  padding-left: 16px;
  display: none;
  transition: all 2s ease;
}
.header .menu ul li > ul li {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.header .menu ul li > ul li a {
  display: block;
  padding-left: 0;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 7px 0px;
}
.header .menu ul li > ul li > ul {
  top: -17px;
  right: auto;
  left: 180px;
  border-radius: 0 10px 10px 10px;
}
.header .menu ul li:hover > ul {
  display: block;
}

@keyframes animateOpac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-bar {
  margin-left: 0px;
  cursor: pointer;
  display: inline-block;
  position: inherit;
  transition: right ease 0.7s;
  z-index: 999;
  right: 15%;
  background: no-repeat;
  box-shadow: none;
  outline: none;
  border: none;
}
.search-bar:focus, .search-bar:active {
  background: none;
  outline: none;
}
.search-bar.with-trans {
  right: 30%;
  position: fixed;
  top: 25px;
}
.search-bar img {
  width: 20px;
  height: 20px;
}

.close-bar {
  cursor: pointer;
  display: inline-block;
  margin-left: auto;
  margin-top: 25px;
  opacity: 0;
  transition: all 0.7 ease;
}
.close-bar img {
  width: 17px;
  height: 17px;
}
.close-bar.active {
  opacity: 1;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.header .logo {
  display: block;
  z-index: 999;
  padding: 14px 0;
}

.vivo-header {
  position: relative;
}
.vivo-header .vivo-search {
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: 19;
  overflow: hidden;
  transition: height ease 0.7s;
}
.vivo-header .vivo-search .search-content {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 39px;
  padding-top: 16px;
}
.vivo-header .vivo-search .search-content.with-animate {
  animation-name: animateonFromRight;
  animation-duration: 1s;
}
.vivo-header .vivo-search .search-content .search-input-div {
  margin-bottom: 10px;
}
.vivo-header .vivo-search .search-content .search-input-div .search-input {
  display: block;
  width: 600px;
  font-size: 14px;
  line-height: 24px;
  color: #242933;
  caret-color: #8a8f99;
  padding: 8px 35px 17px 0;
  border: none;
}
.vivo-header .vivo-search .search-content .search-input-div .search-input:focus {
  box-shadow: none;
  outline: none;
}
.vivo-header .vivo-search .search-content .hot-line {
  font-size: 14px;
  line-height: 32px;
  color: #8a8f99;
  transition: color 0.4s;
  margin-bottom: 0;
}
.vivo-header .vivo-search .search-content .input-line {
  width: 0;
  display: block;
  height: 3px;
  background-color: #f0f2f5;
  border-radius: 2px;
  transition: width 0.7s;
  float: right;
}
.vivo-header .vivo-search .search-content .input-line.pc-search-line-width {
  width: 100%;
}
.vivo-header .vivo-search .search-content .search-list a {
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #242933;
  font-weight: 500;
}
.vivo-header .vivo-search.active {
  height: 360px;
}

.heading3 {
  line-height: 1.4;
  font-size: 32px;
  text-transform: inherit;
  margin-bottom: 0;
  font-weight: bold;
}

.t-menu {
  display: none;
}

.right-arrow {
  position: relative;
}
.right-arrow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  top: 50%;
  right: 14px;
  border-top: 2px solid rgba(0, 0, 0, 0.7);
  border-right: 2px solid rgba(0, 0, 0, 0.7);
  rotate: 45deg;
  transform: translateY(-65%);
}
.right-arrow:hover::after {
  color: rgb(30, 70, 230);
  border-top: 2px solid rgb(30, 70, 230);
  border-right: 2px solid rgb(30, 70, 230);
}

@media screen and (max-width: 1120px) {
  .header .menu ul li:not(:last-child) {
    margin-right: 13px;
  }
  .join-us--mob {
    display: block;
  }
  .global-popup {
    display: block;
  }
}
@media screen and (max-width: 1019px) {
  .t-menu {
    display: block;
  }
  .search-bar {
    right: 0;
  }
  .header.desk {
    display: none !important;
  }
  .header.mob {
    display: block !important;
  }
  .header .logo {
    text-align: center;
    padding: 8px 0;
  }
  .header .menu {
    display: none;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .header .menu ul {
    text-align: left;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
  }
  .header .menu ul li {
    display: block;
    margin-right: 0 !important;
  }
  .header .menu ul li a {
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 32px;
    position: relative;
    font-weight: 700;
    padding: 4px 0;
  }
  .header .menu ul li a:hover {
    color: rgb(30, 70, 230);
  }
  .header .menu ul li.with-bb {
    border-bottom: 1px solid #ccc;
  }
  .header .menu ul li .mob-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
  .header .menu ul li .mob-s a {
    display: inline-block;
  }
  .header .menu ul li .mob-s .arrow {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .menu ul li .mob-s .arrow img {
    width: 7px;
    height: auto;
  }
  .header .menu ul li:hover > ul {
    display: none;
  }
  .header .menu ul li > ul {
    position: inherit;
    padding: 0;
    top: 0px !important;
    width: 100%;
    box-shadow: none;
    left: 0 !important;
  }
  .header .menu ul li > ul li a {
    padding: 10px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc;
    display: block;
    text-align: left;
  }
  .header .menu ul li ul.active {
    display: block;
  }
  .search-bar {
    top: 13px;
    transition: all 0.7s ease;
  }
  .search-bar.with-trans {
    right: 80px;
    top: 82px;
  }
  .vivo-header {
    position: relative;
  }
  .vivo-header .vivo-search {
    top: 0;
  }
  .vivo-header .vivo-search.active {
    height: auto;
  }
  .vivo-header .vivo-search .search-content {
    width: 100%;
    padding-bottom: 16px;
  }
  .mob-serach-div {
    display: flex;
    position: absolute;
    top: 2px;
    right: 15px;
  }
  .mob-serach-div .search-bar {
    display: block !important;
  }
  .mob-serach-div .close-bar {
    padding-left: 15px;
  }
}/*# sourceMappingURL=header.css.map */