@import url('/wp-content/themes/global/static/css/reset.css');
@import url('/wp-content/themes/global/static/css/animate.min.css');
@import url('/wp-content/themes/global/static/css/swiper-bundle.min.css');
html {
  scroll-behavior: smooth;

}

/* grid */
.sys-layer {
  margin: 0 auto;
}
.sys-row {
  margin: 0 -8px;
}
.sys-col {
  float: left;
}
.sys-col-inner {
  margin: 0 8px;
}
.sys-col-md {
  float: left;
}
.sys-col-md-12 {
  width: 100%;
}
.sys-col-md-11 {
  width: 91.66666667%;
}
.sys-col-md-10 {
  width: 83.33333333%;
}
.sys-col-md-9 {
  width: 75%;
}
.sys-col-md-8 {
  width: 66.66666667%;
}
.sys-col-md-7 {
  width: 58.33333333%;
}
.sys-col-md-6 {
  width: 50%;
}
.sys-col-md-5 {
  width: 41.66666667%;
}
.sys-col-md-4 {
  width: 33.33333333%;
}
.sys-col-md-3 {
  width: 25%;
}
.sys-col-md-2 {
  width: 16.66666667%;
}
.sys-col-md-1 {
  width: 8.33333333%;
}
#spotlight {
  background-color: #000000a2 !important;
}
#spotlight .footer {
  width: 100%;
}
#spotlight .footer .title {
  text-align: center;
  text-transform: capitalize;
}
@font-face {
  font-family:Montserrat;
  src: url(/wp-content/themes/global/static/font/Montserrat.woff2);
}
@font-face {
  font-family:Source;
  src: url(/wp-content/themes/global/static/font/Source.woff2);
}
@font-face {
  font-family:Source_light;
  src: url(/wp-content/themes/global/static/font/Source_light.woff2);
}
@font-face {
  font-family:Source_blod;
  src: url(../font/Source_blod.woff2);
}

.gotop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99999;
  visibility: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
  background-color: #0C74A1;
  color: #ffffff;
  text-align: center;
  transform: translateY(100%);
  font-size: 18px;
  line-height: 50px;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.gotop em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -ms-transform: translateY(10px);
}
.gotop::before {
  display: block;
  content: '↑';
  font-family: 'fontawesome';
  transition: all 0.5s;
}
.gotop:hover::before {
  opacity: 0;
  transform: translateY(-15px) scale(0.5);
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.gotop:hover em {
  opacity: 1;
  transform: none;
  transition: all 0.5s;
}
.gotop.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  -ms-transform: none;
  transition: all 0.5s;
}
.prz-wrapper {
  width: 100% !important;
  height: 100% !important;
  cursor: zoom-in;
}


.index_layout {
  width: 1400px;
  margin: 0 auto;
}
.index_head,
.page_head {
  box-sizing: border-box;
  background-color: #fff;
  position: static;
  z-index: 99;
  width: 100%;
  box-shadow: 0 8px 8px 0 rgba(34, 34, 34, 0.05);
}
.index_head .head_holder,
.page_head .head_holder {
  display: none !important;
}
.index_head .Wrapper,
.page_head .Wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.index_head .Wrapper .head,
.page_head .Wrapper .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.index_head .Wrapper .head .logo,
.page_head .Wrapper .head .logo {
  display: flex;
  width: 25%;
  align-items: center;
  margin-top: -70px;
}
.index_head .Wrapper .head .logo a img,
.page_head .Wrapper .head .logo a img {
  width: 100%;
  max-height: 75px;
}
.index_head .Wrapper .head .searchWrap,
.page_head .Wrapper .head .searchWrap {
  width: 50%;
  box-sizing: border-box;
  margin-top: 5px;
  border: 1px solid #7a7a7a;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.index_head .Wrapper .head .searchWrap input,
.page_head .Wrapper .head .searchWrap input {
  border: none;
  border-radius: 5px;
  padding: 10px ;
  font-size: 16px;
  width: calc(100% - 50px);
  background-color: transparent;
  font-family: Montserrat;
}
.index_head .Wrapper .head .searchWrap input[type="submit"],
.page_head .Wrapper .head .searchWrap input[type="submit"] {
  background-image: url(../img/search_btn.png);
  background-color: transparent;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.index_head .Wrapper .head .link,
.page_head .Wrapper .head .link {
  width: 25%;
  position: relative;
  padding: 10px 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_head .Wrapper .head .link ul,
.page_head .Wrapper .head .link ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index_head .Wrapper .head .link ul li a,
.page_head .Wrapper .head .link ul li a {
  font-size: 15px;
  position: relative;
  color: #fff;
  z-index: 2;
  transition: all 0.3s;
}
.index_head .Wrapper .head .link ul li .email::before,
.page_head .Wrapper .head .link ul li .email::before {
  content: "\f003";
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  font-family: 'fontawesome';
  transition: all 0.3s;
}
.index_head .Wrapper .head .link ul li:hover .email,
.page_head .Wrapper .head .link ul li:hover .email {
  color: #ECA70E;
  transition: all 0.3s;
}
.index_head .Wrapper .head .link ul li:hover .email::before,
.page_head .Wrapper .head .link ul li:hover .email::before {
  color: #ECA70E;
  transition: all 0.3s;
}
.index_head .Wrapper .head .link::before,
.page_head .Wrapper .head .link::before {
  content: '';
  z-index: 1;
  position: absolute;
  border-radius: 10px 0px 20px 10px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(54deg, #ffffff00 14%, #000000 14%);
}
.index_head .Wrapper .web_nav,
.page_head .Wrapper .web_nav {
  width: 100%;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.index_head .Wrapper .web_nav ul,
.page_head .Wrapper .web_nav ul {
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  margin-left:30px ;
}
.index_head .Wrapper .web_nav ul > li,
.page_head .Wrapper .web_nav ul > li {
  position: relative;
}
.index_head .Wrapper .web_nav ul > li > a,
.page_head .Wrapper .web_nav ul > li > a {
  height: 100%;
  font-size: 17px;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  font-family: Source_blod;
  align-items: center;
  justify-content: center;
  color: #54595F;
  padding: 0 20px;
}
.index_head .Wrapper .web_nav ul > li > a > em,
.page_head .Wrapper .web_nav ul > li > a > em {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_head .Wrapper .web_nav ul > li > a > em::after,
.page_head .Wrapper .web_nav ul > li > a > em::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  display: block;
  background-color: #0C74A1;
  transition: all 0.3s;
}
.index_head .Wrapper .web_nav ul > li > a > b,
.page_head .Wrapper .web_nav ul > li > a > b {
  font-size: 12px;
  margin-left: 4px;
}
/*.index_head .Wrapper .web_nav ul > li > a > b::after,
.page_head .Wrapper .web_nav ul > li > a > b::after {
  content: "\f078";
  font-family: 'fontawesome';
}*/
.index_head .Wrapper .web_nav ul > li ul,
.page_head .Wrapper .web_nav ul > li ul {
  margin-left: 0;
  position: absolute;
  display: block;
  background-color: #fff;
  width:250px;
  z-index: 99;
  left: 0;
  height: auto;
  transform: rotateX(90deg);
  transition: all 0.3s;
  opacity: 0;
  top: 100%;
  visibility: hidden;
}
.index_head .Wrapper .web_nav ul > li ul > li,
.page_head .Wrapper .web_nav ul > li ul > li {
  margin: 0;
  padding: 0;
  align-items: flex-start;
}
.index_head .Wrapper .web_nav ul > li ul > li::after,
.page_head .Wrapper .web_nav ul > li ul > li::after {
  display: none;
}
.index_head .Wrapper .web_nav ul > li ul > li em,
.page_head .Wrapper .web_nav ul > li ul > li em {
  padding: 0;
  align-items: flex-start;
}
.index_head .Wrapper .web_nav ul > li ul > li a,
.page_head .Wrapper .web_nav ul > li ul > li a {
  font-weight: normal ;
  width: auto;
  color: #333;
  line-height: 1.5;
  padding: 8px 0 8px 25px;
  text-align: left;
  font-size: 14px;
  justify-content: start;
}
.index_head .Wrapper .web_nav ul > li ul > li a > b,
.page_head .Wrapper .web_nav ul > li ul > li a > b {
  margin-left: 4px;
  transform: none;
}
.index_head .Wrapper .web_nav ul > li ul > li a > b::after,
.page_head .Wrapper .web_nav ul > li ul > li a > b::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid #0C74A1;
  border-left-width: 6px;
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 20px;
  top: 14px;
}
.index_head .Wrapper .web_nav ul > li ul > li > ul,
.page_head .Wrapper .web_nav ul > li ul > li > ul {
  position: absolute;
  left: 200px;
  margin-top: 0;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(90deg);
}
.index_head .Wrapper .web_nav ul > li ul > li > ul::after,
.page_head .Wrapper .web_nav ul > li ul > li > ul::after {
  display: none;
}
.index_head .Wrapper .web_nav ul > li ul > li:hover,
.page_head .Wrapper .web_nav ul > li ul > li:hover {
  background-color: #0C74A1;
}
.index_head .Wrapper .web_nav ul > li ul > li:hover > a,
.page_head .Wrapper .web_nav ul > li ul > li:hover > a {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
.index_head .Wrapper .web_nav ul > li ul > li:hover > a > b::after,
.page_head .Wrapper .web_nav ul > li ul > li:hover > a > b::after {
  transform: rotate(0);
  border-color: #0C74A1;
  border-left-color: #fff;
}
.index_head .Wrapper .web_nav ul > li ul > li:hover > ul,
.page_head .Wrapper .web_nav ul > li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  transition: all 0.3s;
}
.index_head .Wrapper .web_nav ul > li:hover > a,
.page_head .Wrapper .web_nav ul > li:hover > a {
  text-decoration: none;
  color: #0C74A1;
}
.index_head .Wrapper .web_nav ul > li:hover > a em::after,
.page_head .Wrapper .web_nav ul > li:hover > a em::after {
  width: 100%;
  transition: all 0.3s;
}
.index_head .Wrapper .web_nav ul > li:hover > ul,
.page_head .Wrapper .web_nav ul > li:hover > ul {
  opacity: 1;
  transform: rotateX(0);
  visibility: visible;
  transition: all 0.3s;
}
.index_head .Wrapper .web_nav ul > li:hover > ul li a,
.page_head .Wrapper .web_nav ul > li:hover > ul li a {
  transform: scale(1);
}
.index_head .Wrapper .web_nav ul > li:hover > ul li a b,
.page_head .Wrapper .web_nav ul > li:hover > ul li a b {
  transform: none;
}
.index_head .Wrapper .web_nav ul .nav-current em::after,
.page_head .Wrapper .web_nav ul .nav-current em::after {
  width: 100%;
  transition: all 0.3s;
}
.index_head .Wrapper .web_nav ul .nav-current > a,
.page_head .Wrapper .web_nav ul .nav-current > a {
  color: #0C74A1;
}
.index_head .Wrapper .head_form,
.page_head .Wrapper .head_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  gap: 2vw;
}
.index_head .Wrapper .head_form .country,
.page_head .Wrapper .head_form .country {
  display: flex;
  align-items: center;
  height: 100%;
}
.index_head .Wrapper .head_form .country .change-language,
.page_head .Wrapper .head_form .country .change-language {
  position: relative;
}
.bannerWrapper .swiper {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide .imgWrapper {
  position: relative;
  width: 100%;
  height: 35vw;
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide .imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide .imgWrapper::after {
  content: "";
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: #0000004f;*/
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrapWrap {
      position: absolute;
  top: 50%;
  left: 50%;  transform: translate(-50%, -50%);
  width: 80%;
}

.bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap {


  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  justify-content: center; 
  width: 50%;
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 500;
  
  width: 100%;
  text-align: start;
}

.bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap p {
    font-size: 24px;
    color: #000;
    margin-top: 2.5vw;
}

.bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap a {
  cursor: pointer;
  margin-top:2.5vw;
  padding: 15px 40px;
  font-size: 16px;
  border-radius: 45px ;
  color: #fff;
  background-color: #0C74A1;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap a::after {
  margin-left: 10px;
  content: "\f105";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-weight: 100;
  box-sizing: border-box;
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap a:hover {
  background-color: #fff;
  color: #0C74A1;
}
.bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap a:hover::after {
  color: #0C74A1;
  border: 1px solid #0C74A1;
}
.index_main .WhyWrap {
  padding-top: 3vw;
}

.index_main .item_list{
    padding: 60px 0;
}
.index_main .item_list ul{
    display: flex;
    flex-wrap: wrap;
}
.index_main .item_list ul li{
    flex: 0 33%;
    padding:10px;
}
.index_main .item_list ul li .Wrap{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}
.index_main .item_list ul li .Wrap .iconWrap{
    width: 80px;
    height: 80px;
    padding:5px;
   
}
.index_main .item_list ul li .Wrap .iconWrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_main .item_list ul li .Wrap .infoWrap{
    width: calc(100% - 90px);
}
.index_main .item_list ul li .Wrap .infoWrap .title{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", Sans-serif;
}
.index_main .item_list ul li .Wrap .infoWrap .desc{
    margin-top: 10px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
}

.index_main .WhyWrap .index_title {
  text-align: center;
}
.index_main .WhyWrap .index_title .title {
  font-family: Source_blod;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}
.index_main .WhyWrap .index_title .desc {
  width: 55%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 auto;
  color: #54595F;
}
.index_main .WhyWrap .list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index_main .WhyWrap .list li {
  display: flex;
  height: 327px;
}
.index_main .WhyWrap .list li .imgWrap {
  width: 100%;
  height: 100%;
}
.index_main .WhyWrap .list li .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main .WhyWrap .list li .left {
  width: 40%;
}

.index_main .WhyWrap .list li .left iframe{
    width: 100%;
    height: 100%;
}

.index_main .WhyWrap .list li .center {
  width: 35%;
  background-color: #EEEEEE;
  transition: all 0.3s;
  padding: 20px;
  box-sizing: border-box;
}
.index_main .WhyWrap .list li .center .infoWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index_main .WhyWrap .list li .center .infoWrap .title {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.index_main .WhyWrap .list li .center .infoWrap .desc {
  width:80%;
  margin: 20px 0;
  text-align: center;
  color: #54595F;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.index_main .WhyWrap .list li .center .infoWrap .more {
  background-color: #0C74A1;
  color: #fff;
  display: block;
  padding: 12px 24px;
  font-size: 17px;
  border-radius: 45px;
  transition: all 0.3s;
}
.index_main .WhyWrap .list li .center .infoWrap .more::after {
  content: "\f178";
  font-family: fontawesome;
  color: #fff;
  margin-left: 5px;
}
.index_main .WhyWrap .list li .center .infoWrap .more:hover {
  background-color: #000;
  transition: all 0.3s;
}
.index_main .WhyWrap .list li .center:hover {
  background-color: #fff;
  transition: all 0.3s;
}
.index_main .WhyWrap .list li .right {
  width: 30%;
}
.index_main .WhyWrap .list li:nth-child(2){
    flex-direction: row-reverse;
}
.index_main .WhyWrap .list li:nth-child(2) .left {
  width: 40%;
}
.index_main .WhyWrap .list li:nth-child(2) .right {
  width: 35%;
}
.index_main .WhyWrap .list li:nth-child(3) .left {
  width: 40%;
}
.index_main .WhyWrap .list li:nth-child(3) .right {
  width: 35%;
}
.index_main .inquiryWrap {
  margin-top: 20px;
  background-color: #167AA5;
  padding: 40px 0;
}
.index_main .inquiryWrap .index_layout {
  display: flex;
  align-items: center;
}
.index_main .inquiryWrap .index_layout .title {
  font-size: 25px;
  color: #fff;
  text-align: left;
  flex: 0 50%;
}
.index_main .inquiryWrap .index_layout .moreWrap {
  flex: 0 50%;
  display: flex;
  justify-content: center;
}
.index_main .inquiryWrap .index_layout .moreWrap .more {
  display: inline-block;
  color: #000;
  padding: 12px 30px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.3s;
  text-transform: capitalize;
  border-radius: 45px;
}
.index_main .inquiryWrap .index_layout .moreWrap .more:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.3s;
}
.index_main .customProduct {
  padding: 3vw 0;
}
.index_main .customProduct .item_title {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  font-family: Source_light;
  color: #000;
}
.index_main .customProduct .SwiperWrap {
  position: relative;
  margin: 20px auto;
}
.index_main .customProduct .SwiperWrap .customswiper {
  overflow: hidden;
}
.index_main .customProduct .SwiperWrap .customswiper .swiper-slide .Wrap {
  /*box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);*/
  /*margin: 0 10px;*/
  /*padding: 30px;*/
  border-bottom: 3px solid #0c74a100;
  transition: all 0.5s;
}
.index_main .customProduct .SwiperWrap .customswiper .swiper-slide .Wrap .imgWrap {
  width: 100%;
  padding-top: 70%;
  position: relative;
}
.index_main .customProduct .SwiperWrap .customswiper .swiper-slide .Wrap .imgWrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.index_main .customProduct .SwiperWrap .customswiper .swiper-slide .Wrap .info::before {*/
/*  display: block;*/
/*  margin: 20px auto;*/
/*  content: "";*/
/*  width: 40px;*/
/*  height: 2px;*/
/*  background-color: #0C74A1;*/
/*}*/
.index_main .customProduct .SwiperWrap .customswiper .swiper-slide .Wrap .info .title {
  color: #000;
  margin-top: 15px;
  font-style:italic;
  font-size: 15px;
  text-align: center;
}
.index_main .customProduct .SwiperWrap .customswiper .swiper-slide:hover .Wrap {
  /*border-bottom: 3px solid #0c74a1;*/
  transition: all 0.5s;
}
.index_main .customProduct .SwiperWrap .swiper-button-prev {
  left: -50px;
}
.index_main .customProduct .SwiperWrap .swiper-button-prev::after {
  color: #0C74A1;
  font-size: 20px;
  font-weight: bold;
}
.index_main .customProduct .SwiperWrap .swiper-button-next {
  right: -50px;
}
.index_main .customProduct .SwiperWrap .swiper-button-next::after {
  color:#0C74A1;
   font-size: 20px;
   font-weight: bold;
}
.index_main .index_product .listWrap {
  margin: 4vw 0;
}
.index_main .index_product .listWrap .item_title {
  color: #000000;
  font-family: "Source_light";
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.index_main .index_product .listWrap .Wrap {
  display: flex;
  margin-top: 40px;
}
.index_main .index_product .listWrap .Wrap .list {
  width: 85%;
  display: flex;
}
.index_main .index_product .listWrap .Wrap .list li {
  flex: 0 25%;
  padding: 20px;
  box-sizing: border-box;
}
.index_main .index_product .listWrap .Wrap .list li .imgWrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.index_main .index_product .listWrap .Wrap .list li .imgWrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
}
.index_main .index_product .listWrap .Wrap .list li .title {
  font-size: 17px;
  text-align: center;
  padding: 15px 35px;
  color: #3f444b;
}
.index_main .index_product .listWrap .Wrap .list li:hover .imgWrap img {
  transform: scale(1.15);
  transition: all 0.8s;
}
.index_main .index_product .listWrap .Wrap .list li:hover .title {
  color: #0C74A1;
}
.index_main .index_product .listWrap .Wrap .more {
  width: 15%;
  background-color: #E9E9E9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.index_main .index_product .listWrap .Wrap .more a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0C74A1;
  font-size: 17px;
  text-transform: capitalize;
  transition: all 0.5s;
}
.index_main .index_product .listWrap .Wrap .more a svg {
  margin-bottom: 20px;
}
.index_main .index_product .listWrap .Wrap .more a svg path {
  fill: #0C74A1;
  transition: all 0.5s;
}
.index_main .index_product .listWrap .Wrap .more:hover {
  background-color: #0C74A1;
  transition: all 0.5s;
}
.index_main .index_product .listWrap .Wrap .more:hover a {
  color: #fff;
  transition: all 0.5s;
  transform: scale(1.1);
}
.index_main .index_product .listWrap .Wrap .more:hover a svg path {
  fill: #fff;
  transition: all 0.5s;
}
.index_main .index_about {
  height: 560px;
  background: #0C74A0;
  position: relative;
}
.index_main .index_about .imgWrap {
  height: 100%;
  position: relative;
}
.index_main .index_about .imgWrap img {
  width: 55%;
  height: 100%;
  object-fit: cover;
}
.index_main .index_about .imgWrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: transparent;
  width: 100%;
  height: 100%;
  --background-overlay: '';
  background-image: linear-gradient(119deg, #FFFFFF00 45%, #0C74A1F5 45%);
}
.index_main .index_about .company {
  position: absolute;
  font-family: Source_blod;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 8vw;
  line-height: 0.8;
  color: #FFFFFF42;
}
.index_main .index_about .index_layout {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_main .index_about .index_layout .left {
  flex: 0 52%;
}
.index_main .index_about .index_layout .right {
  flex: 0 48%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index_main .index_about .index_layout .right > span {
  color: #FFFFFF;
  font-family: Source_blod;
  font-size: 17px;
}
.index_main .index_about .index_layout .right .title {
  margin: 20px 0;
  font-family: Source_blod;
  font-size: 42px;
}
.index_main .index_about .index_layout .right .desc {
  font-size: 17px;
  margin-bottom: 20px;
}
.index_main .index_about .index_layout .right .more {
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.index_main .index_about .index_layout .right .aboutNum {
  margin: 20px 0;
  width: 100%;
}
.index_main .index_about .index_layout .right .aboutNum ul {
  display: flex;
  width: 80%;
  justify-content: space-between;
}
.index_main .index_about .index_layout .right .aboutNum ul li h3 {
  text-align: center;
  font-size: 55px;
  font-family: Source_blod;
  color: #fff;
}
.index_main .index_about .index_layout .right .aboutNum ul li p {
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
}
footer {
  background-color: #fff;
}
footer .web_footer {
  padding: 3vw 0 1vw 0;
  background-image: url(../img/index/foot.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 3vw;
}
footer .web_footer h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-weight:bold;
  text-align: left;
}
footer .web_footer ul {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  gap: 15px;
}
footer .web_footer ul li a {
  font-weight: 300;
  color: #333;
  font-size: 16px;
  text-align: left;
}
footer .web_footer > div {
  flex: 0 33%;
}
footer .web_footer .foot_contact {
  flex: 0 25%;
}
footer .web_footer .foot_contact .foot_inquiry {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .web_footer .foot_contact .foot_inquiry input{
    margin-bottom: 10px;
}
footer .web_footer .foot_contact .foot_inquiry .title {
  font-size: 25px;
  color: #000;
  font-family: Source_blod;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
}
footer .web_footer .foot_contact .foot_inquiry input {
  width: 100%;
  border: 1px solid #69727d;
  padding: 10px;
  border-radius: 50px;
  font-size: 14px;
  box-sizing: border-box;
}
footer .web_footer .foot_contact .foot_inquiry input::placeholder {
  color: #A8A8A8;
}
footer .web_footer .foot_contact .foot_inquiry input[type="submit"] {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: 100%;
}
footer .web_footer .foot_contact .snslink {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .web_footer .foot_contact .snslink .sns_title {
  font-size: 20px;
  color: #000;
  font-family: Source_blod;
}
footer .web_footer .foot_contact .snslink ul {
  display: flex;
  margin-top: 0;
  flex-direction: row;
}
footer .web_footer .foot_contact .snslink ul li {
  width: 30px;
  height: 30px;
}
footer .web_footer .foot_contact .snslink ul li a {
  display: block;
  padding: 5px;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 5px;
}
footer .web_footer .foot_contact .snslink ul li a span{
    color: #fff;
    font-size: 18px;
}


footer .web_footer .foot_contact .snslink ul li a img {
  width: 100%;
}
footer .copy {
  border-top: 1px solid #E0E0E0;
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
  color: #333;
  font-size: 15px;
}
footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 4px #414141;
  padding: 5px 0;
  box-sizing: border-box;
  z-index: 999;
}
footer .sj-footer ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 16px;
}
footer .sj-footer ul li a svg {
    width: 30px;
    height: 30px;
}
footer .sj-footer ul li a svg path {
  fill: #222;
}
footer .sj-footer ul li a:hover {
  text-decoration: none;
}
footer .sj-footer ul #f-logo .imgWarp {
  height: 50px;
  
}
footer .sj-footer ul #f-logo .imgWarp img {
  height: 100%;
  width: auto;
}
.fixed-nav {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.fixed-nav-active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fixed-nav-active .Wrapper .web_nav {
  padding: 0;
  margin-top: 0;
}
.fixed-nav-active .Wrapper .web_nav ul > li > a {
  color: #333;
}
.fixed-nav-active .Wrapper .head_form .head_search .btn--search {
  filter: invert(100%);
}
.fixed-nav-active .Wrapper .head .searchWrap{
    display: none;
}
.fixed-nav-active .Wrapper .head .link{
    display: none;
}
.fixed-nav-active .Wrapper  .head .logo{
    margin-top: 0;
}

.fixed-nav-active  .Wrapper .head .logo a img{
    max-height: 60px;
}


@media screen and (max-width: 1500px) {
  .index_layout {
    width: 90vw;
  }
  .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
    font-size: 40px;
  }
  .index_main .index_about .imgWrap::after {
    background-image: linear-gradient(119deg, #FFFFFF00 43%, #0C74A1F5 43%);
  }
}
@media screen and (max-width: 1280px) {
  .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
    font-size:20px;
  }
  .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap p{
      font-size: 16px;
      margin-top: 15px;
  }
  .index_main .WhyWrap .list li .center .infoWrap .desc {
    width: 90%;
  }
  .index_main .customProduct .SwiperWrap .swiper-button-prev {
    left: 10px;
  }
  .index_main .customProduct .SwiperWrap .swiper-button-next {
    right: 10px;
  }
  .index_main .index_about .index_layout .right .title {
    font-size: 35px;
  }
  .index_main .index_about .index_layout .right .aboutNum ul li h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 950px) {
  .index_layout {
    width: 95vw;
  }
  .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap{
      width:100%;
  }
  .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap p{
    font-size: 12px;
}
  .bannerWrapper {
    margin-top: 60px;
  }
  .bannerWrapper .swiper .swiper-wrapper .swiper-slide .imgWrapper {
    height: 55vw;
  }
  .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
    font-size: 16px;
  }
  .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap a {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 15px;
  }
  .index_main {
    margin-bottom: 60px;
  }
  .index_main .WhyWrap .list li:nth-child(2){
      flex-direction: column;
  }
  .index_main .index_about .imgWrap img{
      width: 100%;
  }
  .index_main .item_list ul li{
      flex: 0 100%;
  }
  .index_main .WhyWrap .list li {
    flex-direction: column;
    height: auto;
  }
  .index_main .WhyWrap .list li .left {
    width: 100%;
  }
  .index_main .WhyWrap .list li .center {
    width: 100%;
  }
  .index_main .WhyWrap .list li .right {
    width: 100%;
  }
  .index_main .WhyWrap .list li:nth-child(2) .left,
  .index_main .WhyWrap .list li:nth-child(3) .left {
    width: 100%;
  }
  .index_main .WhyWrap .list li:nth-child(2) .center,
  .index_main .WhyWrap .list li:nth-child(3) .center {
    width: 100%;
  }
  .index_main .WhyWrap .list li:nth-child(2) .right,
  .index_main .WhyWrap .list li:nth-child(3) .right {
    width: 100%;
  }
  .index_main .WhyWrap .index_title .desc {
    width: 100%;
  }
  .index_main .inquiryWrap .index_layout {
    flex-direction: column;
    gap: 10px;
  }
  .index_main .inquiryWrap .index_layout .title {
    text-align: center;
  }
  .index_main .index_product .listWrap .Wrap {
    flex-direction: column;
  }
  .index_main .index_product .listWrap .Wrap .list {
    width: 100%;
    flex-wrap: wrap;
  }
  .index_main .index_product .listWrap .Wrap .list li {
    flex: 0 50%;
    padding: 10px;
  }
  .index_main .index_product .listWrap .Wrap .list li .title {
    padding: 10px;
  }
  .index_main .index_product .listWrap .Wrap .more {
    width: 100%;
    padding: 15px 0;
  }
  .index_main .index_product .listWrap .Wrap .more a {
    flex-direction: row-reverse;
    gap: 10px;
  }
  .index_main .index_product .listWrap .Wrap .more a svg {
    margin-bottom: 0;
  }
  .index_main .index_about {
    height: auto;
  }
  .index_main .index_about .imgWrap::after {
    display: none;
  }
  .index_main .index_about .index_layout {
    position: static;
    transform: none;
    flex-direction: column;
    width: 100%;
    background-color: #0C74A1;
  }
  .index_main .index_about .index_layout .right {
    width: 95vw;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .index_main .index_about .index_layout .right .title {
    font-size: 30px;
  }
  .index_main .index_about .index_layout .right .aboutNum ul {
    width: 100%;
  }
  .index_main .index_about .index_layout .right .aboutNum ul li h3 {
    font-size: 30px;
  }
  .index_main .index_about .company {
    font-size: 50px;
  }
  footer .web_footer {
    display: none;
  }
  footer .sj-footer {
    display: block;
  }
  footer .copy {
    display: none;
  }
}
/*inquiry*/
.inquiry-pop-bd {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -200px;
  width: 400px;
  height:500px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 2000;
}
.inquiry-pop-bd:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.inquiry-pop-bd .inquiry-pop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #FFF;
  -webkit-animation: fadeInDownA 0.4s ease;
  -o-animation: fadeInDownA 0.4s ease;
  animation: fadeInDownA 0.4s ease;
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/global/static/img/fancy_close.png) no-repeat center center;
  cursor: pointer;
  z-index: 1;
}
.inquiry-form-wrap {
  position: relative;
  height: 680px;
  width: 100.5%;
}
.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}
@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    width: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
  }
  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }
  .scrollsidebar {
    display: none;
  }
}
/*product photos*/
.product-intro {
  position: relative;
  overflow: hidden;
}
.cloud-zoom-lens {
  border: 1px solid #eee;
  cursor: move;
}
.cloud-zoom-title {
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
}
.cloud-zoom-big {
  overflow: hidden;
  padding: 0px;
}
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}
.product-view .swiper-slide {
  padding-bottom: 1px;
}
.product-view .product-image.zoom_remove:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.product-view {
  position: relative;
  width: 41%;
  float: left;
}
.product-view .product-image {
  position: relative;
  border: 1px solid #ddd;
}
.product-view .product-image img {
  position: relative;
  width: 100%;
}
.product-view .image-additional-wrap {
  position: relative;
  z-index: 99;
  margin-top: 34px;
  width: 85%;
  margin: 0 auto;
  padding: 0 7.5%;
}
.product-view .image-additional {
  position: relative;
  margin: 20px 0px;
  overflow: hidden;
}
.product-view .image-additional li {
  position: relative;
  width: 100%;
  float: left;
  overflow: visible;
}
.product-view .image-additional li.single {
  display: none;
}
.product-view .image-additional li img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #c0c0c0;
  padding: 1px;
}
.product-view .image-additional li a {
  display: block;
  position: relative;
  padding: 0 5%;
}
.product-view .image-additional li.current img {
  border: 1px solid #000;
  padding: 0;
}
.product-view .image-additional img.popup {
  display: none;
}
.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}
.product-view .image-additional.swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
}
.product-view .swiper-button-next,
.product-view .swiper-button-prev {
  width: 40px;
  height: 40px;
  opacity: 1;
  line-height: 30px;
  font-size: 28px;
  background: none;
}
.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
  left: -50px;
}
.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}
/*product summary*/
.product-summary {
  position: relative;
  width: 55%;
  float: right;
  padding: 0 0 10px;
  color: #666;
  font-size: 13px;
}
.navigate_button_prev::after {
  content: '';
  background-image: url(/img/index/prev01.png);
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.navigate_button_prev:hover::after {
  opacity: 1;
}
.navigate_button_next::after {
  content: '';
  background-image: url(/img/index/next01.png);
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.navigate_button_next:hover::after {
  opacity: 1;
}
.layui-layer {
  background: transparent;
}
#inquiry_form {
  min-width: 300px;
  width: 30vw;
  display: none;
}
.form_title {
  font-size:20px;
  color: #333;
  line-height: 2;
  background: #fff;
  padding: 10px 22px;
  padding-bottom:0;
  font-weight: bold;
}
#form {
  background-color: #fff;
  padding: 22px;
}
#form .list {
  margin-bottom: 15px;
}
#form .list h6 {
  color: #2A2B32;
  font-size: 18px;
  display: none;
  line-height: 2;
}
#form .list h6 span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  border-radius: 8px;
  line-height: 1.5;
  padding:8px 10px;
  box-sizing: border-box;
  border: 1px solid #adadad;
}
#form .list input::placeholder {
  font-size: 16px;
  color:#adadad;
}
#form .list textarea {
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px;
  line-height:1.5;
  resize: none;
  height: 80px;
 border: 1px solid #adadad;
}
#form .list textarea::placeholder {
  font-size: 16px;
   color:#adadad;
}
#form .sub {
  width: 30%;
  color: #fff;
  background-color: #0C74A1;
  border: none;
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 15px;
  border-radius: 45px;
  line-height: 1.5;
  cursor: pointer;
}
.sidebarWarpper {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 110;
  transition: all 0.5s;
  transform: translateX(260px);
}
.sidebarWarpper .sidebar ul {
  width: 300px;
}
.sidebarWarpper .sidebar ul li {
  background-color: #0C74A1;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px ;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul li .imgWarp {
  width: 24px;
  height: 24px;
}
.sidebarWarpper .sidebar ul li .imgWarp img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li .info {
  flex: 1 auto;
  margin-left: 20px;
}
.sidebarWarpper .sidebar ul li .info a {
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info .ewm {
  width: 150px;
  height: 150px;
}
.sidebarWarpper .sidebar ul li .info .ewm img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li:hover {
  transform: translateX(-260px);
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp {
  display: flex;
  align-items: flex-start;
  height: 40px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp .imgWarp {
  margin: 8px 0 8px 8px;
}
.sidebarWarpper .sidebar ul .ewmWarp .info {
  display: flex;
  flex-direction: column;
}
.sidebarWarpper .sidebar ul .ewmWarp .info p {
  line-height: 40px;
}
.sidebarWarpper .sidebar ul .ewmWarp:hover {
  height: 210px;
  transition: all 0.5s;
}
@media screen and (max-width: 950px) {
    .bannercontent{
        margin-top: 60px;
    }
    .index_main .WhyWrap .index_title .title{
        font-size: 25px;
    }
    .index_main .WhyWrap .list li .center .infoWrap .title{
        font-size: 20px;
    }
  .index_head,
  .page_head {
    display: none;
  }
  .sys_sub_head {
    margin-top: 60px;
  }
  .phone-head-items {
    display: block;
  }
  .phone-head-item .title:before {
    font-size: 20px;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .phone-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .phone-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/phone_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }
  .lang-more {
    display: none !important;
  }
  .phone-head-items {
    box-shadow: 0 0 4px #414141;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .phone-head-items .phone_logo {
    max-height: 60px;
  }
  .phone-head-items .phone_logo  a img {
    height: 100%;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .itemWrap {
    display: flex;
  }
  .itemWrap .phone-head-nav {
    order: 3;
  }
  .itemWrap .phone-head-language {
    order: 2;
  }
  .itemWrap .phone-head-aside {
    order: 1;
  }
  .itemWrap .phone-head-aside {
    order: 4;
  }
  .phone-head-item {
    float: left;
    width: 45px;
  }
  .phone-head-item.phone-head-aside {
    float: right;
  }
  .phone-head-item .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #222;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .phone-head-item .title a {
    position: relative;
    display: block;
    color: #222;
  }
  .phone-head-item.phone-head-home .title a:before {
    content: '\f015';
  }
  .phone-head-item.phone-head-nav .title:before {
    content: '\f0c9';
  }
  .phone-head-item.phone-head-language .title:before {
    content: "\f1ab";
  }
  .phone-head-item.phone-head-search .title:before {
    content: "\f002";
  }
  .phone-head-item.phone-head-social .title:before {
    content: "\f007";
  }
  .phone-head-item.phone-head-aside .title:before {
    content: "\f060";
  }
  .phone-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .phone-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px #c5c5c5 dashed;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li a {
    text-transform: capitalize;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul {
    margin-left: 20px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul li {
    border-bottom: none;
    padding: 2px 0;
  }
  .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .content-wrap .searchWrap{
      display: flex;
      border: 1px solid  #333;
      border-radius: 8px;
      overflow: hidden;
  }
   .content-wrap .searchWrap input{
        padding: 10px;
        box-sizing: border-box;
        border: none;
   }
  .content-wrap .searchWrap input[type="text"]{
      flex: 0 80%;
     
  }
   .content-wrap .searchWrap input[type="submit"]{
       flex: 0 20%;
      background-image: url(../img/search_btn.png);
      background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
   }
  .phone-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .phone-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .index_head .btn--search {
    right: 0;
    top: -20px;
    margin: 0;
  }
  .index_head .head-search {
    display: none;
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    background: #000;
    margin: 0 auto;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 0 10px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/search_btn_phone.png) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }
  .head-search .search-attr {
    display: none;
  }
}
/*-------------------------------
search  start
----------------------------------*/
.search-ipt {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
.web-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  visibility: hidden;
}
.web-search .btn--search-close {
  display: inline-block;
  font-size: 1.8em;
  border-radius: 50%;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
  background-image: url(../img/search_btn_close.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 35%;
  background-size: auto 35%;
  background-color: #ccc;
  width: 42px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.web-search .btn--search-close:hover {
  background-color: #0C74A1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.js .btn--search-close {
  display: block;
}
.web-search .search-ipt {
  font-family: inherit;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  color: #333;
  border-bottom: 3px solid;
  font-size: 20px;
  line-height: 10px;
}
.web-search .search-ipt::-webkit-input-placeholder {
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt::-moz-placeholder {
  opacity: 1;
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt:-ms-input-placeholder {
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
  -webkit-appearance: none;
}
.web-search .search-ipt::-ms-clear {
  display: none;
}
.web-search .search-attr {
  font-size: 90%;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #333;
}
.js .container {
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.js .main-wrap--move {
  height: 100vh;
}
.js .web-search {
  pointer-events: none;
}
.js .search--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.web-search .btn--search-close {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search--open .btn--search-close {
  opacity: 1;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-animation: bounceInA 1s ease;
  -o-animation: bounceInA 1s ease;
  animation: bounceInA 1s ease;
}
.search__suggestion,
.web-search .search-attr {
  opacity: 0;
  -moz-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -moz-transition: opacity 0.8s, transform 0.8s;
  -webkit-transition: opacity 0.8s, transform 0.8s;
  -ms-transition: opacity 0.8s, transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.search--open .search-attr {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 20px;
}
.js .web-search .search-ipt {
  font-size: 60px;
  font-weight: bold;
  border-bottom-width: 1px;
  padding: 15px 0;
  -moz-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -moz-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  opacity: 0;
  text-transform: uppercase;
}
.js .web-search .search-ipt,
.web-search .search-attr {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js .search--open .search-ipt {
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.js .search--open .search-btn {
  display: none !important;
}
.web-search .search-attr {
  padding-bottom: 0;
}
.js .web-search {
  width: 70%;
  height: 240px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0;
  margin: auto;
  border-radius: 8px;
  z-index: 100001;
  perspective: 1200px;
}
.js .web-search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
  background-color: #fff \9;
  -webkit-transform: translateY(-30%) scale(1, 0);
  -ms-transform: translateY(-30%) scale(1, 0);
  -o-transform: translateY(-30%) scale(1, 0);
  transform: translateY(-30%) scale(1, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js .search--open::before {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.main-wrap--move:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}
/*-------------------------------
            search  end
            ----------------------------------*/
/*-------------------------------
language  start
----------------------------------*/
.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}
.phone-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
  display: block;
}
.change-language .change-language-title,
.change-language .change-language-title a {
  color: #333;
  font-size: 10pt;
}
/*.change-language .change-language-title a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid #333;
  border-top-width: 5px;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
}
.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}*/
.change-language .change-language-cont {
  position: absolute;
  top: 36px;
  right: 0;
  width: 360px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh;
}
.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}
.change-language .change-language-cont li {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}
.change-language .change-language-cont li a:hover {
  color: #e60011;
}
.change-language .change-language-cont .lang-item-hide {
  display: none !important;
}
.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
}
.change-language .change-language-cont .more-active {
  font-size: 20px;
}
.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  padding: 0 0 0 33px;
  overflow: hidden;
}
.change-language ::-webkit-scrollbar {
  width: 5px;
}
.change-language ::-webkit-scrollbar-track {
  background-color: #fff;
}
.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block;
}
.language-flag .country-flag {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-image: url(../img/all-m.gif);
  width: 22px;
  height: 16px;
  margin: -8px 5px 0;
}
li.language-flag a {
  position: relative;
}
.language-flag-af .country-flag {
  background-position: 0 0 !important;
}
.language-flag-sq .country-flag {
  background-position: 0 -16px !important;
}
.language-flag-ar .country-flag {
  background-position: 0 -32px !important;
}
.language-flag-hy .country-flag {
  background-position: 0 -48px !important;
}
.language-flag-az .country-flag {
  background-position: 0 -64px !important;
}
.language-flag-eu .country-flag {
  background-position: 0 -80px !important;
}
.language-flag-be .country-flag {
  background-position: 0 -96px !important;
}
.language-flag-bg .country-flag {
  background-position: 0 -112px !important;
}
.language-flag-ca .country-flag {
  background-position: 0 -128px !important;
}
.language-flag-zh .country-flag {
  background-position: 0 -144px !important;
}
.language-flag-zh-TW .country-flag {
  background-position: 0 -160px !important;
}
.language-flag-hr .country-flag {
  background-position: 0 -176px !important;
}
.language-flag-cs .country-flag {
  background-position: 0 -192px !important;
}
.language-flag-da .country-flag {
  background-position: 0 -208px !important;
}
.language-flag-nl .country-flag {
  background-position: 0 -240px !important;
}
.language-flag-en .country-flag {
  background-position: 0 -256px !important;
}
.language-flag-et .country-flag {
  background-position: 0 -272px !important;
}
.language-flag-tl .country-flag {
  background-position: 0 -288px !important;
}
.language-flag-fi .country-flag {
  background-position: 0 -304px !important;
}
.language-flag-fr .country-flag {
  background-position: 0 -320px !important;
}
.language-flag-gl .country-flag {
  background-position: 0 -336px !important;
}
.language-flag-ka .country-flag {
  background-position: 0 -352px !important;
}
.language-flag-de .country-flag {
  background-position: 0 -368px !important;
}
.language-flag-el .country-flag {
  background-position: 0 -384px !important;
}
.language-flag-ht .country-flag {
  background-position: 0 -400px !important;
}
.language-flag-iw .country-flag {
  background-position: 0 -416px !important;
}
.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
  background-position: 0 -432px !important;
}
.language-flag-hu .country-flag {
  background-position: 0 -448px !important;
}
.language-flag-is .country-flag {
  background-position: 0 -464px !important;
}
.language-flag-id .country-flag {
  background-position: 0 -480px !important;
}
.language-flag-ga .country-flag {
  background-position: 0 -496px !important;
}
.language-flag-it .country-flag {
  background-position: 0 -512px !important;
}
.language-flag-ja .country-flag {
  background-position: 0 -528px !important;
}
.language-flag-ko .country-flag {
  background-position: 0 -544px !important;
}
.language-flag-la .country-flag {
  background-position: 0 -560px !important;
}
.language-flag-lv .country-flag {
  background-position: 0 -576px !important;
}
.language-flag-lt .country-flag {
  background-position: 0 -592px !important;
}
.language-flag-mk .country-flag {
  background-position: 0 -608px !important;
}
.language-flag-ms .country-flag {
  background-position: 0 -624px !important;
}
.language-flag-mt .country-flag {
  background-position: 0 -640px !important;
}
.language-flag-no .country-flag {
  background-position: 0 -656px !important;
}
.language-flag-fa .country-flag {
  background-position: 0 -672px !important;
}
.language-flag-pl .country-flag {
  background-position: 0 -688px !important;
}
.language-flag-pt .country-flag {
  background-position: 0 -704px !important;
}
.language-flag-ro .country-flag {
  background-position: 0 -720px !important;
}
.language-flag-ru .country-flag {
  background-position: 0 -736px !important;
}
.language-flag-sr .country-flag {
  background-position: 0 -752px !important;
}
.language-flag-sk .country-flag {
  background-position: 0 -768px !important;
}
.language-flag-sl .country-flag {
  background-position: 0 -784px !important;
}
.language-flag-es .country-flag {
  background-position: 0 -800px !important;
}
.language-flag-sw .country-flag {
  background-position: 0 -816px !important;
}
.language-flag-sv .country-flag {
  background-position: 0 -832px !important;
}
.language-flag-th .country-flag {
  background-position: 0 -848px !important;
}
.language-flag-tr .country-flag {
  background-position: 0 -864px !important;
}
.language-flag-uk .country-flag {
  background-position: 0 -880px !important;
}
.language-flag-ur .country-flag {
  background-position: 0 -896px !important;
}
.language-flag-vi .country-flag {
  background-position: 0 -912px !important;
}
.language-flag-cy .country-flag {
  background-position: 0 -928px !important;
}
.language-flag-yi .country-flag {
  background-position: 0 -944px !important;
}
.language-flag-bn .country-flag {
  background-position: 0 -960px !important;
}
.language-flag-eo .country-flag {
  background-position: 0 -976px !important;
}
.language-flag.language-flag-custom-afghanistan .country-flag {
  background-position: 0 -992px !important;
}
.language-flag.language-flag-custom-albania .country-flag {
  background-position: 0 -1008px !important;
}
.language-flag.language-flag-custom-algeria .country-flag {
  background-position: 0 -1024px !important;
}
.language-flag.language-flag-custom-argentina .country-flag {
  background-position: 0 -1040px !important;
}
.language-flag.language-flag-custom-australia .country-flag {
  background-position: 0 -1056px !important;
}
.language-flag.language-flag-custom-austria .country-flag {
  background-position: 0 -1072px !important;
}
.language-flag.language-flag-custom-belgium .country-flag {
  background-position: 0 -1088px !important;
}
.language-flag.language-flag-custom-brazil .country-flag {
  background-position: 0 -1104px !important;
}
.language-flag.language-flag-custom-canada .country-flag {
  background-position: 0 -1120px !important;
}
.language-flag.language-flag-custom-chile .country-flag {
  background-position: 0 -1136px !important;
}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
  background-position: 0 -1152px !important;
}
.language-flag.language-flag-custom-ecuador .country-flag {
  background-position: 0 -1168px !important;
}
.language-flag.language-flag-custom-egypt .country-flag {
  background-position: 0 -1184px !important;
}
.language-flag.language-flag-custom-england .country-flag {
  background-position: 0 -1200px !important;
}
.language-flag.language-flag-custom-luxembourg .country-flag {
  background-position: 0 -1216px !important;
}
.language-flag.language-flag-custom-malaysia .country-flag {
  background-position: 0 -1232px !important;
}
.language-flag.language-flag-custom-mexico .country-flag {
  background-position: 0 -1248px !important;
}
.language-flag.language-flag-custom-new-zealand .country-flag {
  background-position: 0 -1264px !important;
}
.language-flag.language-flag-custom-oman .country-flag {
  background-position: 0 -1280px !important;
}
.language-flag.language-flag-custom-qatar .country-flag {
  background-position: 0 -1296px !important;
}
.language-flag.language-flag-custom-saudi-arabia .country-flag {
  background-position: 0 -1312px !important;
}
.language-flag.language-flag-custom-singapore .country-flag {
  background-position: 0 -1328px !important;
}
.language-flag.language-flag-custom-south-africa .country-flag {
  background-position: 0 0 !important;
}
.language-flag.language-flag-custom-switzerland .country-flag {
  background-position: 0 -1344px !important;
}
.language-flag.language-flag-custom-syria .country-flag {
  background-position: 0 -1360px !important;
}
.language-flag.language-flag-custom-united-arab-emirates .country-flag {
  background-position: 0 -1376px !important;
}
.language-flag.language-flag-custom-united-states-of-america .country-flag {
  background-position: 0 -1392px !important;
}
.language-flag-hy .country-flag {
  background-position: 0 -1408px;
}
.language-flag-bs .country-flag {
  background-position: 0 -1424px;
}
.language-flag-ceb .country-flag {
  background-position: 0 -1440px;
}
.language-flag-ny .country-flag {
  background-position: 0 -1456px;
}
.language-flag-ha .country-flag {
  background-position: 0 -1472px;
}
.language-flag-hmn .country-flag {
  background-position: 0 -1488px;
}
.language-flag-ig .country-flag {
  background-position: 0 -1504px;
}
.language-flag-jw .country-flag {
  background-position: 0 -1520px;
}
.language-flag-kk .country-flag {
  background-position: 0 -1536px;
}
.language-flag-km .country-flag {
  background-position: 0 -1552px;
}
.language-flag-lo .country-flag {
  background-position: 0 -1568px;
}
.language-flag-la .country-flag {
  background-position: 0 -1584px;
}
.language-flag-mg .country-flag {
  background-position: 0 -1600px;
}
.language-flag-ml .country-flag {
  background-position: 0 -1616px;
}
.language-flag-mi .country-flag {
  background-position: 0 -1632px;
}
.language-flag-mr .country-flag {
  background-position: 0 -1648px;
}
.language-flag-mn .country-flag {
  background-position: 0 -1664px;
}
.language-flag-my .country-flag {
  background-position: 0 -1680px;
}
.language-flag-ne .country-flag {
  background-position: 0 -1696px;
}
.language-flag-pa .country-flag {
  background-position: 0 -1712px;
}
.language-flag-st .country-flag {
  background-position: 0 -1728px;
}
.language-flag-si .country-flag {
  background-position: 0 -1744px;
}
.language-flag-so .country-flag {
  background-position: 0 -1760px;
}
.language-flag-su .country-flag {
  background-position: 0 -1776px;
}
.language-flag-tg .country-flag {
  background-position: 0 -1792px;
}
.language-flag-uz .country-flag {
  background-position: 0 -1808px;
}
.language-flag-yo .country-flag {
  background-position: 0 -1824px;
}
.language-flag-zu .country-flag {
  background-position: 0 -1840px;
}
/*-------------------------------
            language  end
            ----------------------------------*/
