.lang-selector ul {
  text-align: left;
  font-size: 0;
  max-height: 160px !important;
  overflow-y: scroll;
}
.gotop-sangni {
  position: fixed;
  right: 10px;
  top: 50%;
  display: none;
  z-index: 11;
}

.gotop-sangni a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--color-primary);
  margin: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 45px;
  box-shadow: 1px 2px 6px 2px rgb(0, 0, 0, 0.1);
  cursor: pointer;
}

.gotop-sangni a i.qico-email {
  font-size: 30px;
}

.gotop-sangni a i.qico-up {
  font-size: 22px;
}

.gotop-sangni a:hover {
  background: var(--color-primary);
  text-decoration: none;
}


.head-top-sangni {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: var(--color-primary);
}

/* Chrome */
.head-top-sangni .head-searchbg input::-webkit-input-placeholder {
  color: #fff;
}

/* IE 10+ */
.head-top-sangni .head-searchbg input:-ms-input-placeholder {
  color: #fff;
}

/* Firefox 4-18 */
/* Firefox 19+ */
.head-top-sangni .head-searchbg input:-moz-placeholder,
.head-top-sangni .head-searchbg input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.head-top-sangni .head-fl a {
}

.head-top-sangni .head-fl {
  align-items: center;
  display: flex;
  margin-right: 20px;
}

.head-top-sangni .head-fl i {
  display: inline-block;
  margin-right: 12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  background: rgba(176, 176, 176, 0.3);
  font-size: 16px;
  color: #fff;
}

.head-top-sangni .head-fl a {
  font-size: 16px;
  color: #fff;
}

.head-top-sangni .head-fr {
  display: flex;
  align-items: center;
}

.head-top-sangni .head-searchbg {
  float: left;
  width: 204px;
  height: 32px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.24);
}

.head-top-sangni .head-searchbg input {
  float: left;
  width: 160px;
  height: 32px;
  padding-left: 24px;
  font-size: 13px;
  color: #fff;
  border: none;
  outline: none;
  background: 0 0;
  outline: none;
}

.head-top-sangni .head-searchbg button {
  float: right;
  width: 44px;
  height: 32px;
  background: 0 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  outline: none;
}

.head-top-sangni .head-searchbg button::before {
  /* content: '\e727'; */
  font-size: 22px;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.head-top-sangni .head-searchbg button:hover::before {
  opacity: 1;
}

.head-top-sangni .current-lang {
  color: #fff;
}


.header-height-sangni .header-sangni {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 99;
  font-size: 0;
  box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.08);
}

.header-height-sangni .header-sangni .container {
  align-items: center;
}

.fixed {
  position: fixed !important;
  top: 0;
  z-index: 999 !important;
  max-width: 1920px;
}

.header-height-sangni .head-logo {
}

.header-height-sangni .head-logo img {
  max-height: 75px;
}

.mobile-height-sangni .m-navcenter img {
  max-height: 35px;
}

.header-height-sangni .head-nav {
  width: 60%;
  margin-top: 8px;
}

.header-height-sangni .head-nav >ul {justify-content: space-between;display: -webkit-flex;display: flex;flex-wrap: wrap;}

.header-height-sangni .head-nav li {
  position: relative;
}
.header-height-sangni .head-nav > ul > li > h3 > a {
  display: block;
  font-size: 20px;
  color: #141414;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 20;
  font-weight:100
}

.header-height-sangni .head-nav li > h3 > {display: block;font-size: 20px;color: #141414;height: 50px;line-height: 50px;position: relative;z-index: 20;}

.header-height-sangni .head-nav li h3 a:hover {
  text-decoration: none;
}

.header-height-sangni .head-nav li h3:hover,
.header-height-sangni .head-nav li h3.current {
  border-bottom: 1px solid var(--color-primary);
}

.header-height-sangni .head-nav li h3:hover a,
.header-height-sangni .head-nav li h3.current a {
  color: var(--color-primary);
}

.header-height-sangni .head-nav li h3.down:hover b::before,
.header-height-sangni .head-nav li h3.down.current b::before {
  color: var(--color-primary);
}
.head-nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: -30px;
  text-align: left;
  top: 58px;
  z-index: 100;
  padding: 10px;
  background: #fff;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-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;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
}
.head-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;
}
.head-nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
}
.head-nav > ul > li > ul li:last-child {
  border: none;
}
.head-nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 6px 8px;
  color: #333;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}
.head-nav > ul > li > ul > li > a {
  padding-right: 20px;
}
.head-nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}
.head-nav > ul > li > ul li:hover > a {
  background: var(--btn-hover);
  color: #fff;
}
.head-nav > ul > li > ul li ul {
  left: 210px;
  top: 0;
}
.head-nav > ul li:hover > ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
}
.header-height-sangni .href a,
.mobile-height-sangni .href a {
  display: inline-block;
  padding: 14px 48px;
  background: var(--color-primary);
  font-size: 15px;
  color: #fff;
  font-family: var(--title-font-family);
  border-radius: 50px;
}

.header-height-sangni .href a:hover,
.mobile-height-sangni .href a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.mobile-height-sangni {
  display: none;
  height: 60px;
}

.mobile-height-sangni .mobile-nav-sangni {
  display: none;
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 0 20px;
  z-index: 99;
}

.mobile-height-sangni .mobile-nav-sangni .m-navleft {
  cursor: pointer;
}


.mobile-height-sangni .m-navico {
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
}

.m-navlist-sangni {
  position: fixed;
  left: -80%;
  top: 0;
  bottom: 0;
  width: 76%;
  padding: 0 0 20px;
  background: #fff;
  box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  overflow-y: auto;
}

.m-navlist-sangni .m-listtop {
  padding: 20px;
  font-size: 24px;
}

.m-navlist-sangni .m-listtop img {
  width: 146px;
}

.m-navlist-sangni .m-listtop span {
  float: right;
  font-size: 24px;
  color: #999;
  font-weight: 100;
  line-height: 36px;
  opacity: 0.8;
  cursor: pointer;
}

.m-navlist-sangni .m-navlistcon {
  margin-left: 20px;
}

.m-navlist-sangni .m-navlistcon ul {
  display: none;
}

.m-navlist-sangni .m-navlistcon span {
  display: block;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

.m-navlist-sangni .m-navlistcon span a {
  display: inline-block;
  width: 70%;
  padding: 15px 0;
  font-size: 16px;
  color: #000009;
  float: left;
}

.m-navlist-sangni .m-navlistcon span a.current,
.m-navlist-sangni .m-navlistcon li a.current {
  color: var(--color-primary);
}

.m-navlist-sangni .m-navlistcon span i {
  text-align: right;
  width: 24%;
  float: right;
  font-size: 18px;
  padding: 15px 6% 15px 0;
}

.m-navlist-sangni .m-navlistcon ul li {
  margin-left: 20px;
  border-bottom: 1px solid #dedede;
}

.m-navlist-sangni .m-navlistcon ul li a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
  color: #666;
}

.m-navlist-sangni .m-navlistcon ul li a b {
  padding-left: 10px;
}

.m-navlist-sangni .m-navlistcon .xla-three {
  border-top: 1px solid #dedede;
  padding-left: 20px;
}

.mobile-height-sangni .m-navtap {
  padding-left: 6%;
}

.mobile-height-sangni .m-navcenter {
  width: 57%;
  margin-top: 13px;
  padding-left: 36px;
  text-align: center;
  flex: 1;
}

.mobile-height-sangni .m-navright .href a {
  margin-top: 12px;
  margin-right: 20px;
  padding: 12px;
  font-size: 12px;
}

.head-top-sangni .container,
.header-height-sangni .container {
  width: 1400px;
  margin: 0 auto;
}

.head-top-sangni .wp,
.header-height-sangni .wp {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}




@media screen and (max-width: 1580px) {

  .head-top-sangni .container,
  .header-height-sangni .container {
    width: 90%;
  }

  .header-height-sangni .head-logo {
    width: 18%;
  }

  .header-height-sangni .head-nav {
    width: 62%;
  }

  .header-height-sangni .head-nav li {
    padding: 5px 22px;
  }

  .header-height-sangni .nav-slidedown {
    top: 45px;
  }

  .header-height-sangni .header-height-sangni .head-nav li a {
    font-size: 16px;
  }

  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px 38px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1420px) {

  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px 30px;
  }
}

@media screen and (max-width: 1280px) {

  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px;
    font-size: 13px;
  }

  .header-height-sangni .head-nav li {
    padding: 5px 15px;
  }

  .header-height-sangni .head-nav li .nav-slidedown a {
    font-size: 14px;
  }
}

@media(max-width:1200px){
.header-height-sangni .head-nav > ul > li > h3 > a {font-size: 18px;}
}

@media screen and (max-width: 991px) {
  
  .mobile-height-sangni .m-navright .href a {margin-right: 0;}

  .head-top-sangni .container {
    width: 100%;
    max-width: 100%;
  }

  .header-height-sangni .container {
    width: 88%;
  }

  .header-height-sangni .header-sangni,
  .header-height-sangni {
    display: none;
  }

  .mobile-height-sangni .mobile-nav-sangni,
  .mobile-height-sangni {
    display: flex;
  }

  .head-top-sangni .head-fl b {
    font-size: 14px;
  }

  .head-top-sangni .head-fl a {
    line-height: 48px;
    font-size: 14px;
  }



  .head-top-sangni {
    position: relative;
  }

  .head-top-sangni .lang-selector {
    padding-left: 0 !important;
  }

  .mobile-height-sangni {
    position: relative;
  }
}



@media screen and (max-width: 340px) {
  .head-top-sangni .head-fl {
    margin-right: 0;
  }

  .mobile-height-sangni .m-navcenter {
    width: 48%;
    padding-left: 26px;
  }
}



.search-box-rightint2 {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  top: 190px;
  background: rgba(0, 0, 0, 0.67);
  padding: 25px 0;
}

.search-box-rightint2 .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px;
}

.search-box-rightint2 .close i {
  font-size: 21px;
  color: #fff;
}

.search-box-rightint2 .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.search-box-rightint2 .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: #111;
  padding: 0 90px 0 15px;
  font-size: 15px;
}

.search-box-rightint2 .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
}

.search-box-rightint2 .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff;
}

.search{display:none}

@media screen and (max-width: 992px) {
  .search-box-rightint2 {
    top: 108px;
    padding: 20px 0;
  }
  .head-top-sangni .head-searchbg{display:none}
  .search{display:block}
  .search em i {font-size: 24px;color: #fff;}
  .search-box-rightint2 .close{display:none}
}
@media screen and (max-width: 768px) {
  .search-box-rightint2 {
    padding: 20px 10px;
  }
  .search-box-rightint2 .serchbox {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {

   .search-box-rightint2 .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 10px;
  }
   .search-box-rightint2 .serchbox .submit_btn {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }
  
  .head-top-sangni .head-fl i { width: 28px;height: 28px;line-height: 28px;font-size: 13px;}
}

