/* Header */
#c-header {
  position: relative;
  z-index: 120;
}

#c-header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  padding: 0;
  transition: background-color .3s ease, box-shadow .3s ease;
}

#c-header .container,
.foot-main .container,
.foot-bottom .container {
  width: min(1400px, 92%);
  margin: 0 auto;
  padding: 0;
}

#c-header .navbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo-icon {
  display: block;
  margin-top: -10px;
}

.navbar-logo img {
  display: block;
  height: 44px;
}

.navbar-logo .on {
  display: none;
}

.navbar-right {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  justify-content: flex-end;
}

#c-header .navbar-collapse {
  display: block;
  flex: 1 1 auto;
  margin-left: 30px;
}

.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-item + .nav-item {
  margin-left: 30px;
}

.nav-item > .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  line-height: 94px;
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-navbtn {
  display: none;
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform .3s ease;
}

.mobile-navbtn.open {
  transform: rotate(-135deg);
}

.nav-item.active > .nav-link,
.nav-item > .nav-link:hover {
  color: #f08519;
}

.nav-item .dropdown {
  position: fixed;
  top: 94px;
  left: 0;
  right: 0;
  display: none;
  background: #fff;
  border-top: 1px solid #ebebeb;
  padding: 30px 0 50px;
  z-index: 110;
}

.nav-item .submenu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  padding: 8px 0;
}

.nav-item:hover > .dropdown {
  display: block;
}

.dropdown .container {
  display: block;
}

.slideTxtBox {
  display: flex;
  position: relative;
}

.slideTxtBox .hd,
.slideTxtBox .bd {
  width: 50%;
}

.dropdown-title {
  margin-bottom: 25px;
  font-size: 18px;
  color: #222;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.slide-list,
.sub-list,
.submen-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slideTxtBox .hd li {
  display: block;
}

.slideTxtBox .hd li a,
.submen-list li a {
  display: inline-block;
  position: relative;
  line-height: 24px;
  color: #222;
  font-size: 18px;
  text-decoration: none;
}

.slideTxtBox .hd li a {
  padding: 10px 10px 10px 25px;
}
.submen-list li a {
	color: #222;
	padding: 10px 15px;
	font-size: 18px;
	text-align: left;
	display: block;
	line-height: 20px;
	white-space: nowrap
}
.submen-list li a:hover {
	color: #f08519
}

.slideTxtBox .hd li a .iconfont {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 12px;
}

.product-box {
  min-height: 340px;
}

.product-box img {
  max-width: 100%;
  display: block;
}

.sub-list {
  display: none;
  padding-left: 18px;
}

.gtranslate_wrapper {
  margin-left: 15px;
}

.gtranslate_wrapper .gt_switcher_wrapper {
  position: static !important;
}

.gt_container--hich1m .gt_switcher .gt_option {
  position: absolute !important;
}

.navbar-group {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.icosearch,
.btn-msg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icosearch {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #000;
  cursor: pointer;
}

.icosearch .iconfont {
  font-size: 18px;
}

.btn-msg {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  padding-top: 4px;
  position: relative;
}

.btn-msg img {
  display: block;
  width: 24px;
  height: 24px;
}

.btn-msg .on {
  display: none;
}

.btn-msg .badge {
  position: absolute;
  top: -2px;
  right: -6px;
  min-width: 20px;
  line-height: 20px;
  padding: 0;
  border-radius: 10px;
  background: #f08519;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.top-search-overlay {
  position: fixed;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, .8);
  z-index: 100;
}

.search_con2 {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  height: 50px;
  opacity: 0;
  transform: scale3d(0, 0, 0);
  transform-origin: right center;
  transition: all .4s ease;
}

#showopen .search_con2 {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

#showopen .navbar-collapse,
#showopen .navbar-group,
#showopen .gtranslate_wrapper {
  opacity: 0;
  transform: scale3d(0, 0, 0);
}

.search-input {
  position: relative;
  width: 380px;
}

.search-input .form-control {
  width: 100%;
  height: 50px;
  padding: 0 60px 0 20px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: none;
  outline: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  color: #222;
  cursor: pointer;
}

.moblie-search-close {
  width: 30px;
  height: 30px;
  margin: 0;
  text-align: center;
  line-height: 30px;
  color: #999;
  cursor: pointer;
}

.moblie-search-close .iconfont {
  font-size: 24px;
}

.c-switch {
  display: none;
  width: 24px;
  height: 23px;
  margin-left: 16px;
  cursor: pointer;
}

.c-switch i {
  display: block;
  position: relative;
  height: 2px;
  background: #fff;
  transition: all .3s ease;
}

.c-switch i:nth-child(2) {
  margin: 6px 0;
}

body.c-open {
  overflow: hidden;
}

body.c-open .c-switch i:nth-child(2) {
  opacity: 0;
}

body.c-open .c-switch i:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

body.c-open .c-switch i:nth-child(3) {
  bottom: 8px;
  transform: rotate(-45deg);
}

#c-header.c-style2 .navbar,
#c-header.cs-style2 .navbar,
.c-open #c-header .navbar {
  background: #fff;
  box-shadow: 0 0 2px rgba(102, 102, 102, .2);
}

#c-header.c-style2 .nav-link,
#c-header.cs-style2 .nav-link,
#c-header.c-style2 .language-title,
#c-header.cs-style2 .language-title,
#c-header.c-style2 .language-arrow,
#c-header.cs-style2 .language-arrow,
#c-header.c-style2 .btn-msg,
#c-header.cs-style2 .btn-msg {
  color: #222;
}

#c-header.c-style2 .icosearch,
#c-header.cs-style2 .icosearch,
.c-open #c-header .icosearch {
  background: #f08619;
  color: #fff;
}

#c-header.c-style2 .navbar-logo > .logo-icon > img:first-child,
#c-header.cs-style2 .navbar-logo > .logo-icon > img:first-child {
  display: none;
}

#c-header.c-style2 .navbar-logo .on,
#c-header.cs-style2 .navbar-logo .on {
  display: block;
}

#c-header.c-style2 .btn-msg > img:first-child,
#c-header.cs-style2 .btn-msg > img:first-child {
  display: none;
}

#c-header.c-style2 .btn-msg .on,
#c-header.cs-style2 .btn-msg .on {
  display: block;
}

/* Footer */
.foot {
  position: relative;
  background: #fff;
}

.foot-main {
  padding: 75px 0 35px;
  overflow: hidden;
}

.foot-main .container {
  display: flex;
  max-width: 100%;
}

.foot-left {
  width: 350px;
}

.foot-logo {
  margin-bottom: 10px;
}

.foot-logo img {
  display: block;
  max-width: 100%;
}

.foot-info p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #444;
  line-height: 24px;
}

.foot-info p a {
  color: inherit;
  text-decoration: none;
}

.foot-right {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  position: relative;
}


.foot-item {
  margin-left: 100px;
}
.foot-item .subscribeBox{
    display: flex;
    justify-content: space-between;
}
.foot-item .subscribeBox #subscribeBtn{
    border-radius: 0;
}
.foot-item .subscribeBox #emailInput{
    max-width: 68%;
}
.foot-item__hd {
  margin-bottom: 34px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #222;
  line-height: 1;
}

.foot-item__bd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-item__bd li {
  margin-bottom: 12px;
  line-height: 24px;
}

.foot-item__bd li a {
  font-size: 16px;
  color: #444;
  text-decoration: none;
}

.foot-item__bd li a:hover {
  color: #f08519;
}

.foot-group a {
  display: inline-block;
}

.foot-group a img {
  width: 34px;
  height: 34px;
}

.foot-more {
  display: block;
  margin-top: 24px;
  color: #222;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.subscribeBox input,
.subscribeBox button {
  outline: none;
}

.foot-bottom {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}

.foot-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-Copyright,
.foot-support {
  font-size: 16px;
  color: #444;
  line-height: 36px;
}

.foot-Copyright a,
.foot-support a {
  color: inherit;
  text-decoration: none;
}

.foot-Copyright a {
  margin-left: 36px;
  display: inline-block;
}

/* Aside */
.additional-features {
  position: fixed;
  right: 20px;
  bottom: 15%;
  z-index: 98;
  transition: all .3s linear;
}

.additional-features li {
  list-style: none;
  padding: 3px 0;
}

.additional-features .additional-icon {
  position: relative;
  height: 50px;
  cursor: pointer;
}

.additional-features .additional-icon img,
.additional-features .additional-icon a > img {
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.additional-features .additional-icon span {
  position: absolute;
  right: 1px;
  display: none;
  padding: 0 60px 0 25px;
  border-radius: 50px;
  background: #fff;
  color: #222;
  line-height: 50px;
  font-size: 18px;
  opacity: 0;
}

.additional-features .additional-icon .wechat_code {
  position: absolute;
  right: 60px;
  bottom: -25px;
  display: none;
  opacity: 0;
  width: max-content;
}

.additional-features .additional-icon .wechat_code img {
  width: 150px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.additional-features.opa-0,
.additional-features .opa-0 {
  opacity: 0;
  visibility: hidden;
}

/* Mobile fixed footer */
#foot-ph {
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 100%;
}

.new-foot-item {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.new-foot-item a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

/* Loading */
.loading-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
}

/* Responsive */
@media (max-width: 1366px) {
  .foot-item {
    margin-left: 70px;
  }

  .foot-item__bd li a,
  .foot-info p,
  .foot-more,
  .foot-Copyright,
  .foot-support {
    font-size: 14px;
  }

  .foot-group a img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 1024px) {
  .foot-main .container {
    display: block;
  }

  .foot-left {
    width: 100%;
  }

  .foot-info p {
    display: inline-block;
    margin-right: 20px;
    line-height: 18px;
  }

  .foot-right {
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
  }

  .foot-item {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .c-open .navbar-collapse .nav-item .dropdown .slide-list,
  .c-open .navbar-collapse .nav-item .dropdown .submen-list {
    display: none;
  }

  #c-header .navbar > .container {
    min-height: 70px;
  }

  .navbar-logo img {
    height: 32px;
  }

  .c-switch {
    display: block;
  }

  #c-header .navbar-collapse {
    display: none;
    margin-left: 0;
  }

  body.c-open #c-header .navbar-collapse {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .7);
  }

  body.c-open .navbar-nav {
    display: block;
    width: 55%;
    height: 100%;
    margin-left: auto;
    background: #191919;
    overflow-y: auto;
  }

  .nav-item + .nav-item {
    margin-left: 0;
  }

  body.c-open .navbar-nav .nav-item {
    border-bottom: 1px solid #ebebeb;
  }

  body.c-open .nav-item > .nav-link {
    justify-content: space-between;
    padding: 10px !important;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
  }

  .mobile-navbtn {
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
  }

  .mobile-navbtn::after {
    content: "+";
    font-size: 18px;
    font-style: normal;
  }

  .mobile-navbtn.open::after {
    content: "-";
  }

  .nav-item:hover > .dropdown {
    display: none;
  }

  body.c-open .nav-item .dropdown {
    position: relative;
    top: 0;
    display: none;
    padding: 0 0 0 10px;
    border-top: 0;
    background: transparent;
  }

  body.c-open .dropdown-title {
    display: none;
  }

  body.c-open .slideTxtBox {
    display: block;
  }

  body.c-open .slideTxtBox .hd,
  body.c-open .slideTxtBox .bd {
    width: 100%;
  }

  body.c-open .slideTxtBox .bd {
    display: none;
  }

  body.c-open .slideTxtBox .hd li a,
  body.c-open .submen-list li a {
    color: #fff;
    font-size: 12px;
    padding: 0 0 10px;
  }

  body.c-open .submen-list li a {
    display: block;
  }
}

@media (max-width: 768px) {
  .head .navbar {
    padding: 10px 15px;
  }

  .search_con2 {
    width: calc(100vw - 30px);
  }

  .search-input {
    width: calc(100% - 40px);
  }

  .foot-bottom .container {
    display: block;
  }

  .foot-bottom {
    padding: 10px 0;
  }

  .foot-main {
    padding: 35px 0;
  }

  .foot-right {
    display: block;
  }

  .foot-item {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .foot-item__bd li {
    display: inline-block;
    margin-right: 10px;
    line-height: 16px;
  }

  .foot-item__hd {
    margin-bottom: 10px;
  }

  .foot-Copyright a {
    margin-left: 10px;
  }

  #foot-ph {
    display: block;
  }
}

@media (max-width: 576px) {
  .additional-features {
    right: 10px;
    bottom: 35%;
  }

  .additional-features .additional-icon,
  .additional-features .additional-icon img,
  .additional-features .additional-icon a > img {
    height: 40px;
    width: 40px;
  }

  .additional-features .additional-icon span {
    padding: 0 50px 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
