@charset "utf-8";
html {
}
body {
  font-size: 16px;
  background: #fff;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
  margin: 0;
  padding: 0;
}
body,
html,
input,
button,
textarea {
  color: #333;
  font-family: Arial;
  line-height: 1.5;
  font-size:16px;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4,
h5 {
  font-size: 14px;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
input[type="text"]:focus {
  outline: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #c1c1c1;
  margin: 15px 0 15px 0;
}
a:active,
select,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
/* clear floating */
.clear {
  clear: both;
}
.container {
  background: #fff;
}
.layout,
.s_layout {
  width: 1518px;
  margin: 0 auto;
  position: relative;
}
.s_layout {
  width: 1200px;
}
.fixed_footer {
  display: none;
}
/* header */
.web_head {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.top_bar {
  background: #232378;
  height: 100px;
  text-align: center;
  z-index: 9;
  position: relative;
}
.logo {
  line-height: 50px;
}
.logo img {
  height: 80px;
  object-fit: contain;
}
.web_head .nav_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(14, 15, 20, 0.4);
}
/* .index_web_head.web_head .nav_wrap {
  background: transparent;
} */
.header_left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_left .head_contact,
.header_left .btn--search {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/head_email.png) no-repeat center center;
}
.header_left .btn--search {
  background-image: url(../images/head_search.png);
  cursor: pointer;
}
.web_head .nav_wrap .head_nav {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.web_head .head_nav > li {
  position: relative;
  display: inline-block;
  margin: 0 13px;
  padding: 0 13px;
}
.web_head .head_nav > li.has-child a {
  padding-left: 20px;
}
.web_head .head_nav > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 2.8;
}
.web_head .head_nav li a b {
  position: absolute;
  top: 50%;
  left: -10px;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.web_head .head_nav li a b:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.web_head .head_nav li ul {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  padding: 20px 10px;
  width: 250px;
  background: #000;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.web_head .head_nav > li ul li {
  position: relative;
  padding: 12px 3px;
  font-size: 14px;
}
.web_head .head_nav > li ul li a {
  position: relative;
  display: block;
  color: #b4b4b4;
}
.web_head .head_nav > li ul li a b {
  top: 12px;
}
.web_head .head_nav > li ul li a b:before {
}
.web_head .head_nav li ul ul {
  top: -20px;
  left: -250px;
}
.web_head .head_nav li.menu_show > ul {
  display: block;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*.web_head .head_nav>li:before { position: absolute; bottom: 0; left: 50%;z-index:0;width: 0; height: 100%; background:#000; content: ""; transition: all ease-in-out .35s; }*/
.web_head .head_nav > li.nav-current > a,
.web_head .head_nav > li:hover > a {
  position: relative;
  z-index: 1;
  color: #fff;
}
.web_head .head_nav > li.nav-current:before,
.web_head .head_nav > li:hover:before {
  width: 100%;
  left: 0;
}
.web_head .head_nav > li:hover > a b:before {
  -webkit-transform: rotateX(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.copyright {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
/*inquiry*/
.inquiry-pop-bd {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  display: none;
  margin: -300px 0 0 -275px;
  width: 550px;
  height: 500px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.inquiry-pop-bd:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
.inquiry-pop-bd .inquiry-pop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 22px;
  width: 100%;
  height: 100%;
  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;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(../images/fancy_close.png) no-repeat center center;
  cursor: pointer;
}
.inquiry-form-wrap {
  position: relative;
  width: 100.5%;
  height: 420px;
}
.ad_prompt {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  display: none;
  margin: -20px 0 0;
  width: 100%;
  color: #e60012;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
}
@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    margin: auto;
    width: auto;
  }
  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }
  .scrollsidebar {
    display: none;
  }
}
/*--------------------------------------
--------------------------------------------------------index----------------------------------------------
-----------------------------------------------*/
.section_wrap {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/*product_items_wrap*/
.section_title {
  font-size: 179px;
  color: #07040d;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.04;
  font-family: "GeorgiaLight";
  overflow: hidden;
}
.section_title:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  left: -10%;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation: logoAnim 4s linear infinite;
  -ms-animation: logoAnim 4s linear infinite;
  -o-animation: logoAnim 4s linear infinite;
  animation: logoAnim 4s linear infinite;
}
@-webkit-keyframes logoAnim {
  0% {
    left: -10%;
  }
  100% {
    left: 110%;
  }
}
@keyframes logoAnim {
  0% {
    left: -10%;
  }
  100% {
    left: 110%;
  }
}

.product_tab {
  display: block;
  font-size: 0;
  text-align: center;
  margin-top: 35px;
  position: absolute;
  right: 0;
  top: 10%;
  opacity: 0;
  z-index: 999;
  left: 0;
  margin: auto;
  min-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_tab .product_title {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  margin: 10px 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.product_tab .product_title img {
  object-fit: scale-down;
}
.product_tab .product_title.current {
  color: #000;
  font-weight: bold;
}

.product_items_wrap {
  position: relative;
  overflow: hidden;
  margin-left: 7%;
  width: 100%; /*margin-top:100px;*/
  transform: translateX(0);
  opacity: 0;
      min-height:350px;
}
@media(min-height:1400px){
    .product_items_wrap {
  position: relative;
  overflow: hidden;
  margin-left: 7%;
  width: 100%; /*margin-top:100px;*/
  transform: translateX(0);
  opacity: 0;
      min-height:350px;
    }
}
.product_items.product_items_show {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.product_items {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.product_items .product_item {
  position: relative;
  max-width: 425px;
  text-align: center;
}
.product_item figure {
  position: relative;
}
.product_item figure .item_img {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 10px;
}
.product_item figure .item_img img {
  transition: -webkit-transform 6s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 6s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.product_item figure:hover .item_img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.product_item figcaption {
  font-size: 14px;
  text-align: center;
  padding: 0px 0 20px 0;
}

.product_item figcaption .item_title {
  font-size: 18px;
  font-weight: normal;
}
.product_item figcaption .item_title a {
  text-transform: capitalize;
}
.product_item figcaption .item_text01 {
  margin: 8px 0;
}
.product_item figcaption .item_text02 {
}

.product_item figcaption .item_title,
.product_item figcaption .item_text {
  transform: translateY(40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_item figure:hover figcaption .item_title,
.product_item figure:hover figcaption .item_text {
  transform: translateY(0);
  opacity: 1;
}

/*cate_product_wrap*/
.cate_product_wrap {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.cate_product_top {
  position: relative;
  z-index: 2;
  overflow: visible !important;
}
.product_top_item {
  position: relative;
  overflow: visible !important;
  background: #fff;
}
.product_top_item .item_img {
  position: relative;
  float: left;
  width: 54%;
}
.product_top_item .item_img img {
  position: relative;
  width: 100%;
}
.product_top_item .item_info {
  position: relative;
  float: right;
  width: 46%;
  font-size: 16px;
  /* padding-right: 10%; */
  padding-left: 2%;
  padding-top: 5%;
  transform: translateX(10vw) !important;
}
.limit-4-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  direction: rtl;
}
.index_news_wrap .item_info {
  position: relative;
  float: right;
  width: 46%;
  font-size: 16px;
  padding-right: 10%;
  padding-left: 5% !important;
  padding-top: 5%;
  transform: translateX(0) !important;
}
.product_top_item .item_info .item_title {
  font-size: 26px;
  font-weight: normal;
}
.product_top_item .item_info .item_text {
  margin: 11% 0 10%;
  font-size: 16px;
  line-height: 1.8;
  color: #7a7a7a;
  text-align: justify;
  text-align-last: right;
}
.product_top_item .item_info .item_more {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #7a7a7a;
}
.product_top_item .item_info .item_more:hover {
  color: #000;
}
.cate_product_thumbs {
  position: absolute;
  width: 138px;
  height: 176px;
  left: -198px;
  bottom: 116px;
  overflow: hidden;
}
.product_thumbs_item {
}
.product_thumbs_item img {
  width: 100%;
}
.cate_product_btn_wrap {
  position: absolute;
  left: -127px;
  bottom: 0;
  width: 254px;
  height: 116px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.cate_product_btn_wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  margin-left: -0.5px;
  background: #e1e1e1;
}
.cate_product_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  color: #bdbdbc;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 35px;
  font-size: 22px;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cate_product_btn:hover {
  color: #000;
}
.cate_product_left:before {
  font-family: "fontawesome";
  content: "\f104";
}
.cate_product_right:before {
  font-family: "fontawesome";
  content: "\f105";
}
.cate_product_right:after {
  content: "";
  position: absolute;
  left: -240px;
  top: -209px;
  background: #fff;
  width: 138px;
  height: 176px;
  opacity: 0.5;
}

.cate_product_wrap .product_top_item .item_info .item_title,
.cate_product_wrap .product_top_item .item_info .item_text,
.cate_product_wrap .product_top_item .item_info .item_more {
  transform: translate(-20px, 0);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product_top_item.swiper-slide-active .item_info .item_title,
.cate_product_wrap .product_top_item.swiper-slide-active .item_info .item_text,
.cate_product_wrap .product_top_item.swiper-slide-active .item_info .item_more {
  transform: translateY(0);
  opacity: 1;
}
.cate_product_title {
  font-size: 90px;
  line-height: 1.1;
  color: #986e33;
  position: absolute;
  right: 15%;
  bottom: 8%;
  opacity: 0.47;
  font-family: "GeorgiaLight";
  overflow: hidden;
  z-index: 5;
  overflow: hidden;
}
.cate_product_title:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: -10%;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation: logoAnim 4s linear infinite;
  -ms-animation: logoAnim 4s linear infinite;
  -o-animation: logoAnim 4s linear infinite;
  animation: logoAnim 4s linear infinite;
}

/*sec_info*/
.sec_info {
  position: relative;
  font-size: 16px;
  transition: cubic-bezier(0.19, 1, 0.22, 1);
}
.sec_info .sec_title {
  font-size: 80px;
  /* font-family: Georgia; */
  font-weight: normal;
  color: #1e1e1e;
  line-height: 1;
  margin-bottom: 15px;
}
.sec_info .sec_text {
  color: #686868;
}
/*index_news_wrap*/
.index_news_wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
.index_news_wrap .sec_info {
  width: 365px;
  transition: cubic-bezier(0.19, 1, 0.22, 1);
}

.index_news_wrap .cate_product_top_wrap {
  position: relative;
  width: 67.8%;
}
.index_news_wrap .cate_product_top_wrap:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
}
.index_news_wrap .cate_product_top_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 5px;
  height: 5px;
  background: #909090;
  border-radius: 50%;
  margin-top: -2px;
}
.index_news_wrap .cate_product_top {
  position: relative;
  width: 100%;
}
.index_news_wrap .product_top_item {
  display: flex;
  align-items: flex-end;
  background: none;
}
.index_news_wrap .product_top_item .item_img {
  float: none; /*! border-radius:100%; */
  overflow: hidden; /*width:39.5%;*/
  width: auto;
  margin-left: 11.6%;
}
.index_news_wrap .product_top_item .item_img img {
  width: 511px;
}
.index_news_wrap .product_top_item .item_info {
  float: none; /*width:29%; */
  width: 377px;
  padding: 0;
  height: 226px;
  overflow: hidden;
  background: #fff;
  transform: translate(2%, 45px);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index_news_wrap .product_top_item.swiper-slide-active .item_info {
  transform: translate(2%, 85px);
  opacity: 1;
}
.index_news_wrap .product_top_item .item_info .item_title {
  font-size: 24px;
}
.index_news_wrap .product_top_item .item_info time {
  font-size: 16px;
  color: #888;
}
.index_news_wrap .product_top_item .item_info .item_text {
  margin: 13px 0;
}
.index_news_wrap .cate_product_btn_wrap {
  left: auto;
  left: 5%;
  bottom: 2%;
}
.index_news_wrap .cate_product_right:after {
  display: none;
}
.ico_circle {
  position: absolute;
  left: 0;
  top: 50%;
  width: 90%;
  overflow: hidden;
  margin-top: -2px;
}
.ico_circle .circle i {
  position: relative;
  display: block;
  vertical-align: top;
  width: 5px;
  height: 5px;
  background: #909090;
  border-radius: 50%;
}
/*index_video_wrap*/
.index_video_wrap {
}
.nav_task {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0e0f14;
  opacity: 0;
  z-index: 0;
}
.video_info {
  position: absolute;
  left: 13%;
  bottom: 17%;
  width: 345px;
  transition: cubic-bezier(0.19, 1, 0.22, 1);
}
.video_info,
.video_info a {
  color: #fff;
}
.video_info .video_title {
  font-family: Georgia;
  font-size: 90px;
  font-weight: normal;
}
.video_info .video_text {
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 45px;
}
.video_info .video_more {
  font-size: 16px;
  text-transform: uppercase;
}
/*.video_btn{ position:absolute; width:118px; height:118px; left:50%; top:50%; margin:-59px 0 0 -59px;}*/
.fancybox-media {
  position: absolute;
  width: 118px;
  height: 118px;
  left: 50%;
  top: 50%;
  margin: -59px 0 0 -59px;
  border: 2px solid #fff;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .fancybox-media:before,
.fancybox-media:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  border-radius: 100% 100% 0 0/200% 200% 0 0;
  border: 3px solid #fff;
  border-bottom: none;
  transition: 0.6s ease;
  transform-origin: center bottom;
} */
.fancybox-media:hover:before {
  transform: rotateZ(90deg);
}
.fancybox-media:after {
}
.fancybox-media:hover:after {
  transform: rotateZ(180deg);
}
.fancybox-media i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 17px 0 17px 28px;
}
/*index_data_wrap*/
.index_data_wrap {
}
.data_items {
  position: absolute;
  top: 0;
  left: 10%;
  width: 107%;
  height: 100%;
  overflow: hidden;
}
.data_item.swiper-slide {
  position: relative;
  color: #ffffff;
  border-right: 1px solid #bbb;
  max-width: 506px;
}
.data_item .item_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.data_item:hover .item_img {
  opacity: 1;
  visibility: visible;
}
.data_item .item_info {
  position: relative;
  padding: 0 50px;
  transform: translate(0, 190px);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.data_item:hover .item_info {
  transform: translate(0, 80px);
}
.data_item .item_num {
  font-family: Georgia;
  font-size: 60px;
}
.data_item .item_num span {
  font-size: 90px;
}
.data_item .item_num span sup {
}
.data_item .item_text {
  font-size: 20px;
  margin-top: 10px;
}

/*foot_wrap*/
.foot_wrap {
}
.foot_content {
  position: relative;
  width: 1200px;
  margin-left: 10%;
  transition: cubic-bezier(0.19, 1, 0.22, 1);
}
.foot_content .foot_title {
  position: relative;
  font-family: Georgia;
  font-size: 80px;
  font-weight: normal;
}
.foot_content .foot_text {
  position: relative;
  font-size: 20px;
}
.foot_sns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 36px;
}
.foot_sns li {
  position: relative;
  margin: 0 26px 26px 0;
}
.foot_sns li a {
  position: relative;
  display: block;
}
.foot_sns li a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.foot_sns li a:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.foot_contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 46px 0 82px;
}
.foot_contact .con_btn {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
.foot_contact .con_btn i {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 67px;
  padding: 0 50px;
  border: 2px solid #000;
  background: #000000;
  color: #fff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.foot_contact .con_btn:hover i {
  background: #fff;
  color: #000;
}
.foot_contact .foot_tel {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #333;
  padding: 8px 0 8px 50px;
  background: url(../images/ico_tel.png) no-repeat left center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  margin-right: 25px;
}
.foot_contact .foot_tel:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #888;
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.foot_contact .foot_tel:before {
  left: 0;
  bottom: 0;
}
.foot_contact .foot_tel:after {
  right: 0;
  bottom: -6px;
}
.foot_contact .foot_tel:hover:before,
.foot_contact .foot_tel:hover:after {
  width: 100%;
}

.foot_contact .foot_email {
  display: none;
  position: relative;
  display: block;
  font-size: 28px;
  color: #888;
  padding: 8px 0 8px 50px;
  background: url(../images/foot_email.png) no-repeat left center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  margin-top: 5px;
}
.foot_contact .foot_email:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #888;
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.foot_contact .foot_email:before {
  left: 0;
  bottom: 0;
}
.foot_contact .foot_email:after {
  right: 0;
  bottom: -6px;
}
.foot_contact .foot_email:hover:before,
.foot_contact .foot_email:hover:after {
  width: 100%;
}

.foot_contact .foot_time {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #333;
  padding: 8px 0 8px 50px;
  background: url(../images/time.png) no-repeat left center;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.foot_contact .foot_time:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #888;
  display: block;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.foot_contact .foot_time:before {
  left: 0;
  bottom: 0;
}
.foot_contact .foot_time:after {
  right: 0;
  bottom: -6px;
}
.foot_contact .foot_time:hover:before,
.foot_contact .foot_time:hover:after {
  width: 100%;
}

.foot_nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 18px;
}
.foot_nav label {
  color: #222;
  margin-right: 48px;
}
.foot_nav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.foot_nav li {
  position: relative;
  margin-right: 28px;
}
.foot_nav li:last-child {
  margin-right: 0;
}
.foot_nav li a {
  position: relative;
  color: #333;
  display: inline-block;
}
.foot_nav li a:hover {
  color: #000;
}
.foot_nav li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #777;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.foot_nav li a:hover:after {
  width: 100%;
  left: 0;
}
/*-----public------*/
/*page_foot_wrap*/
.page_foot_wrap {
  background: #f4f4f4;
  padding: 70px 0;
  margin-top: 120px;
}
.page_foot_wrap .foot_content {
  width: 1518px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.page_foot_wrap .foot_item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 255px;
  font-size: 14px;
  padding: 30px 0;
}
.page_foot_wrap .foot_item .title {
  font-size: 18px;
  margin: 0 0 30px;
}
.page_foot_wrap .foot_contact {
  width: 395px;
}
.page_foot_wrap .foot_contact,
.page_foot_wrap .foot_nav {
  display: block;
  margin: 0;
  font-size: 14px;
}
.page_foot_wrap .foot_contact .text {
  line-height: 1.5;
  text-transform: capitalize;
}
.page_foot_wrap .foot_contact .con_btn {
  margin: 20px 0 14px;
}
.page_foot_wrap .foot_contact .con_btn i {
  line-height: 49px;
  padding: 0 30px;
  font-size: 18px;
}
.page_foot_wrap .foot_contact .foot_tel {
  padding-left: 40px;
  background-size: 28px auto;
  font-size: 14px;
  display: block;
}
.page_foot_wrap .foot_contact .foot_time {
  padding-left: 40px;
  background-size: 28px auto;
  font-size: 14px;
}
.page_foot_wrap .foot_contact .foot_email {
  padding-left: 40px;
  background-size: 28px auto;
  font-size: 14px;
}
.page_foot_wrap .foot_nav ul {
  display: block;
}
.page_foot_wrap .foot_nav ul li {
  margin-bottom: 13px;
}
.page_foot_wrap .foot_sns {
  margin-top: 0;
}
.page_foot_wrap .foot_sns li {
  margin: 0 0 13px;
}
.page_foot_wrap .foot_sns li a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
}
.page_foot_wrap .foot_sns li a img {
  opacity: 1;
  max-width: 16px;
}
.page_foot_wrap .foot_sns li a em {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.page_main {
  position: relative;
  padding: 145px 0 0;
}
.page_main.product_main {
  padding-top: 63px;
}
/*page_nav*/
.page_nav {
  position: relative;
  margin-bottom: 47px;
}
.page_nav .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.page_nav .title {
  position: relative;
  font-size: 40px;
  color: #000;
}
.page_nav ul {
  position: relative;
}
.page_nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.page_nav ul li:after {
  content: "/";
  margin: 0 10px;
}
.page_nav ul li:last-child:after {
  display: none;
}
.page_nav ul li {
  opacity: 0.6;
}
.page_nav ul li:last-child,
.page_nav ul li:hover {
  opacity: 1;
}
/*page_bar*/
.page_bar {
  position: relative;
  line-height: 38px;
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}
.page_bar a,
.page_bar span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 40px;
  text-align: center;
  padding: 0 12px;
  border: 1px solid #eee;
  margin: 10px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: lighter;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.page_bar a.current,
.page_bar a:hover {
  color: #fff;
  background: #262626;
  border-color: #262626;
}
.page_bar a:not(.current):hover {
  border-color: #262626;
  background-color: #262626;
  color: #fff;
}
.page_bar span.current2 {
  margin-left: 8px;
}
.page_bar .prev:before {
  font-family: "fontawesome";
  content: "\f104";
  color: #999;
  font-size: 24px;
}
.page_bar .next:before {
  font-family: "fontawesome";
  content: "\f105";
  color: #999;
  font-size: 24px;
}
/*--------------------------------------
--------------------------------------------------------about----------------------------------------------
-----------------------------------------------*/

/*graphic_display_items*/
.graphic_display_items {
}
.graphic_display_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  margin-bottom: 160px;
}
.graphic_display_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.graphic_display_item:nth-child(n + 4) {
  display: none;
}
.graphic_display_item .item_img {
  position: relative;
  width: 48%;
}
.graphic_display_item .item_img img {
  width: 100%;
}
.graphic_display_item:nth-child(2n) .item_info {
  width: 40%;
  left: 10%;
}
.graphic_display_item .item_info {
  position: relative;
  width: 40%;
  right: 10%;
}
.graphic_display_item .item_info .item_title {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 2px;
  line-height: 1.3;
}
.graphic_display_item .item_info .item_sub {
  font-size: 24px;
}
.graphic_display_item .item_info .item_text {
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.9;
  margin: 27px 0 24px;
  color: #605c5c;
}
.graphic_display_item .item_info .item_more {
  position: relative;
  display: inline-block;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 44px;
  padding: 0 35px;
  border: 1px solid #313131;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.graphic_display_item .item_info .item_more:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/*page_data_items*/
.page_title {
  position: relative;
  text-align: center;
}
.page_title .title {
  font-size: 50px;
  font-weight: normal;
}
.page_title .more {
  font-size: 24px;
  font-weight: lighter;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-top: 20px;
}
.page_title .more i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(../images/ico_right.png) no-repeat center center;
  margin: -6px 0 0 15px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.page_title .more:hover i {
  opacity: 0;
  visibility: hidden;
  margin-left: 30px;
}
.page_title .text {
  font-size: 24px;
  font-weight: lighter;
  margin-top: 6px;
}
.page_title .text.text01 {
  font-size: 18px;
  line-height: 1.8;
}
.page_data_wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 67px 0 150px;
}
.page_data_wrap .page_title .title {
  color: #fff;
}
.page_data_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  width: 100%;
}
.page_data_items,
.page_data_items a {
  color: #fff;
}
.page_data_item {
  position: relative;
  text-align: center;
  margin: 37px;
}
.page_data_item .item_info {
  position: relative;
}
.page_data_item .item_num {
  font-size: 60px;
}
.page_data_item .item_num span {
  font-size: 101px;
  word-break: break-all;
}
.page_data_item .item_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 295px;
  font-size: 24px;
  padding: 10px 0;
}
/*page_map_wrap*/
.page_map_wrap {
  text-align: center;
  padding: 100px 0;
}
.page_map_wrap .map_picture {
  margin-top: 65px;
}
/*page_addr_wrap*/
.page_addr_wrap {
}
.page_addr_wrap .layout {
  width: 1135px;
}
.country_search {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 43px 0 53px;
}
.country_search .search_ipt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  background: #f5f5f5;
  font-size: 18px;
  padding: 0 15px;
}
.country_search .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 171px;
  height: 100%;
  background: #000000 url(../images/ico_search.png) no-repeat 34px 13px;
  font-size: 20px;
  color: #fff;
  border: none;
  padding-left: 30px;
}
.page_addr_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_addr_content .left {
  position: relative;
  display: block;
  width: 46.5%;
  height: 580px;
  overflow-y: scroll;
}
.page_addr_content .left .left_content {
  position: relative;
}
.page_addr_content .left .addr_item {
  position: relative;
  margin-bottom: 60px;
}
.page_addr_content .left .addr_item .title {
  font-size: 30px;
}
.page_addr_content .left .addr_item .text {
  font-size: 18px;
  line-height: 1.8;
  margin: 10px 0 25px;
}
.page_addr_content .left .addr_item ul {
  font-size: 20px;
}
.page_addr_content .left .addr_item ul li:before,
.page_addr_content .left .addr_item .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 25px;
  background-image: url(../images/ico_addr.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.page_addr_content .left .addr_item ul li {
  position: relative;
  padding: 0 0 0 45px;
  margin: 0 0 12px;
}
.page_addr_content .left .addr_item ul li.addr:before {
  top: 3px;
}
.page_addr_content .left .addr_item ul li.tel:before {
  background-position: 0 -43px;
}
.page_addr_content .left .addr_item .more {
  position: relative;
  padding: 0 0 0 45px;
  font-size: 20px;
  color: #000;
}
.page_addr_content .left .addr_item .more:before {
  background-position: 0 -89px;
}
.page_addr_content .right {
  position: relative;
  display: block;
  width: 49.9%;
}

/*--------------------------------------
--------------------------------------------------------product list----------------------------------------------
-----------------------------------------------*/
/*page_banner*/
.page_banner.slider_banner {
  position: relative;
  top: auto;
  height: auto;
  margin-top: 40px;
}
.page_banner.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 50px;
}
.page_banner .swiper-pagination-bullet {
  width: auto;
  padding: 0;
  font-family: Corbel;
  color: #ccc;
  font-size: 18px;
}
.page_banner .swiper-pagination-bullet-active {
  font-size: 24px;
  color: #fff;
}
.page_banner .swiper-pagination-bullet:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background: #ccc;
  margin-right: 16px;
}
.page_banner .swiper-pagination-bullet-active:before {
  width: 50px;
}
.page_banner .swiper-pagination-bullet:first-child:before {
  display: none;
}

.page_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*----------------------------------aside---------------------------------*/
.aside {
  width: 284px;
  z-index: 99;
}
.side-widget {
  position: relative;
  margin: 0 0 28px;
  overflow: hidden;
  background: #fff;
}
.side-tit-bar {
  position: relative;
  margin-bottom: 40px;
}
.side-tit-bar .side-tit {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}
.side-cate {
  padding: 20px 0 30px;
}
.side-cate ul {
}
.side-cate li {
  position: relative;
  font-size: 16px;
}
.side-cate li li {
  border-bottom: none;
  text-transform: capitalize;
}
.side-cate > li:last-child > a {
  border-bottom: none;
}
.side-cate li a {
  position: relative;
  display: block;
  background: #f2f2f2;
  border-bottom: 2px solid #fff;
  line-height: 35px;
  padding: 8px 24px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.side-cate li > a:hover,
.side-cate li.nav-current > a {
  color: #fff;
  background: #000000;
}
.side-cate li ul {
  padding: 12px 0;
}
.side-cate li li a {
  background: none;
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
}
.side-cate li li a:hover {
  color: #fff;
}
.side-cate ul {
  display: none;
  overflow: visible !important;
}
.side-cate li .icon-cate {
  position: absolute;
  right: 20px;
  top: 3px;
  cursor: pointer;
  font-size: 28px;
  color: #333;
}

.side-cate li.nav-current > .icon-cate {
  color: #fff;
}
.side-cate li .icon-cate.icon-cate-up {
}
.side-cate li .icon-cate.icon-cate-down:before {
  content: "+";
}
.side-cate li:hover > .icon-cate {
  color: #fff;
}
.side-cate li .icon-cate.icon-cate-up:before {
  content: "-";
}
.side-cate li.nav-current > .icon-cate,
.side-cate li:hover > .icon-cate,
li.show_li > .icon-cate {
}
/*----------------------------------main---------------------------------*/
.main {
  position: relative;
  width: calc(100% - 330px);
}
/*product_list*/
.product_list {
}
.list_items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.list_items .product_item {
  width: 39.5%;
  margin: 60px 5.2% 0;
  background: #f4f4f4;
}
.list_items .product_item figcaption .item_title,
.list_items .product_item figcaption .item_text {
  transform: translateY(0);
  opacity: 1;
}
.list_items .product_item figcaption .item_text02 {
  font-weight: lighter;
  text-transform: capitalize;
}
.Product_list_nav {
  display: none;
}
/*--------------------------------------
--------------------------------------------------------single product----------------------------------------------
-----------------------------------------------*/
/*product photos*/
.product-intro {
  position: relative;
}
.product-intro .layout {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4.6%;
}
.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 .product-image.zoom_remove:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.product-view {
  position: relative;
  width: 44.8%;
}
.product-view .product-image {
  position: relative;
}
.product-view .product-image img {
  position: relative;
  width: 100%;
}
.product-view .image-additional {
  position: relative;
  width: 85%;
  margin: 90px auto 0;
  left: 0;
  overflow: hidden;
}
.product-view .image-additional li {
  position: relative;
  width: 100%;
}
.product-view .image-additional li.single {
  display: none;
}
.product-view .image-additional li img {
  position: relative;
  width: 100%;
}
.product-view .image-additional li a {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  opacity: 0.8;
}
.product-view .image-additional li.current a {
  opacity: 1;
}
.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 {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 0;
  margin: 0;
  opacity: 1;
  background: none;
  color: #000;
  border-radius: 0;
  opacity: 1;
  visibility: visible !important;
  top: 40%;
  font-size: 36px;
}
.product-view .swiper-button-prev {
  left: 0;
  font-family: "fontawesome";
}
.product-view .swiper-button-next {
  right: 0;
  font-family: "fontawesome";
}
.product-view .swiper-button-prev:hover,
.product-view .swiper-button-next:hover {
}
.product-view .swiper-button-next.swiper-button-disabled,
.product-view .swiper-button-prev.swiper-button-disabled {
  display: block;
  background-color: transparent;
}
/*product summary*/
.product-summary {
  position: relative;
  width: 42%;
}
.product-summary .page_nav {
  margin-bottom: 15px;
}
.product-summary .single_pd_title {
  font-size: 36px;
  font-weight: lighter;
  margin-bottom: 10px;
}
.product-summary .single_pd_model {
  font-size: 23px;
  margin-bottom: 20px;
}
.product-summary .product-meta {
  font-size: 20px;
}
.product-summary .product-meta p {
  font-weight: lighter;
}
.product-summary .product-meta ul {
  position: relative;
  margin: 32px 0 75px;
}
.product-summary .product-meta li {
  position: relative;
  display: flex;
  flex-wrap: wrap; /*justify-content:space-between;*/
  align-items: center;
  padding: 5px 0;
}
.product-summary .product-meta li .item_img {
  width: 65px;
  text-align: center;
}
.product-summary .product-meta li .item_val {
  width: calc(100% - 100px);
  font-size: 18px;
}
/*.swiper-phone-img {*/
/*  display: none;*/
/*}*/
.product-btn-wrap {
  position: relative;
  font-size: 0;
}
.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .img,
.product-btn-wrap .pdf2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 69px;
  height: 63px;
  line-height: 63px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  margin: 0 10px 10px 0;
  font-size: 20px;
  text-align: center;
}
.product-btn-wrap .email {
  background-image: url(../images/ico_plane.png);
  background-position: 140px 22px;
  width: 200px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product-btn-wrap .email:hover {
  background-position: 120% -22px;
}
.product-btn-wrap .email i {
  position: relative;
  display: inline-block;
  -moz-transform: translateX(-25px);
  -webkit-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product-btn-wrap .email:hover i {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.product-btn-wrap .pdf {
  background-image: url(../images/ico_pdf.png);
  opacity: 0.2;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product-btn-wrap .pdf2 {
  width: 200px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product-btn-wrap .img {
  background-image: url(../images/ico_img.png);
  opacity: 0.2;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product-btn-wrap .pdf:hover,
.product-btn-wrap .img:hover {
  opacity: 1;
}
.product-btn-wrap a:hover {
}
/*ad_banner*/
.ad_banner {
  position: relative;
  text-align: center;
  margin: 118px 0 0;
}
.ad_banner img {
  width: 100%;
}
/*sing_graphic_display_items*/
.sing_graphic_display_items {
  background: #e3e7f3;
  padding: 115px 0 40px; /*position:fixed*/
}
.sing_graphic_display_items .layout {
  width: 100%;
}
.sing_graphic_display_items .graphic_display_item .item_info .item_title {
  margin-bottom: 10px;
}
.sing_graphic_display_items .graphic_display_item .item_info .item_sub {
  font-size: 30px;
  font-weight: lighter;
}
.sing_graphic_display_items .graphic_display_item .item_info .item_text {
  font-size: 20px;
  margin: 40px 0 0;
}
.sing_graphic_display_items .graphic_display_item .item_info .item_text li {
  position: relative;
  padding: 15px 0 15px 50px;
}
.sing_graphic_display_items
  .graphic_display_item
  .item_info
  .item_text
  li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 9px;
  height: 9px;
  border: 3px solid #8a8a8a;
  border-radius: 100%;
}
/*s_container*/
.s_container {
  position: relative;
  margin-top: 100px;
}
.s_title {
  position: relative;
  text-align: center;
  background: #000000;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.s_title h1 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
.s_container01 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.s_container01 table,
.s_container01 table tr,
.s_container01 table td,
.s_container01 table th {
  border: none;
  padding: 0;
  margin: 0;
}
.s_container01 table tr {
  background: #ffffff;
}
.s_container01 table tr:nth-child(2n) {
  background: #f2f2f2;
}
.s_container01 table tr td {
  padding: 0 32px;
  height: 58px;
}
.s_container01 table tr td:nth-child(1) {
  width: 64%;
}
.s_container01 table tr td:nth-child(2) {
  width: 36%;
}
.s_container02 .s_content {
  text-align: center;
  padding: 72px 0;
}
.s_content p {
  font-size: 20px;
  font-weight: lighter;
  padding: 10px 0;
}
/*sing_contact*/
.sing_contact {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 698px;
  text-align: right;
}
.sing_contact .contact {
  position: relative;
  display: inline-block;
  width: 640px;
  text-align: left;
  margin-top: 93px;
  background: #fff;
  padding: 45px 40px 98px;
  box-shadow: 32px 32px 38px rgba(0, 0, 0, 0.1);
}
.sing_contact .contact .title {
  font-size: 24px;
}
.sing_contact .contact form {
}
.sing_contact .contact form li {
  margin-top: 26px;
}
.sing_contact .contact form li label {
  font-size: 16px;
  font-weight: lighter;
  display: block;
  margin-bottom: 6px;
}
.sing_contact .contact form input,
.sing_contact .contact form textarea {
  width: 100%;
  height: 46px;
  background: #f6f6f6;
  border: 1px solid #eeeeee;
}
.sing_contact .contact form textarea {
  height: 130px;
}

.sing_contact .contact form .send:hover {
  height: 64px;
  background-color: #000000;
  background-image: url(../images/ico_plane.png);
  background-position: 75% 21px;
  background-repeat: no-repeat;
  border: none;
  font-size: 24px;
  color: #fff;
  padding-right: 50px;
  font-weight: bold;
  margin-top: 20px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sing_contact .contact form .send {
  padding-right: 0;
  background-position: 80% -31px;
  height: 64px;
  background-color: #000000;
  color: #fff;
  border: none;
  font-size: 24px;
  padding-right: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.contact form .send:hover {
  height: 64px;
  background-color: #000000;
  background-image: url(../images/ico_plane.png);
  background-position: 75% 21px;
  background-repeat: no-repeat;
  border: none;
  font-size: 24px;
  color: #fff;
  padding-right: 50px;
  font-weight: bold;
  margin-top: 20px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contact form .send {
  padding-right: 0;
  background-position: 80% -31px;
  height: 64px;
  background-color: #000000;
  color: #fff;
  border: none;
  font-size: 24px;
  padding-right: 20px;
  font-weight: bold;
  margin-top: 20px;
}
/*re_product_items_wrap*/
.re_product_items_wrap {
  position: relative;
  margin-top: 128px;
}
.re_product_items_wrap .title {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: lighter;
  padding: 17px 0;
}
.re_product_items_wrap .title:after {
  content: "";
  position: absolute;
  width: 132px;
  height: 1px;
  left: 50%;
  bottom: 0;
  margin-left: -66px;
  background: #000;
}
.re_product_items {
  overflow: hidden;
  margin-top: 55px;
}
.re_product_items .product_item {
}
.re_product_items .product_item figcaption .item_title,
.re_product_items .product_item figcaption .item_text {
  transform: translateY(0);
  opacity: 1;
}
.re_product_items .product_item figcaption .item_text02 {
  font-weight: lighter;
}
.re_product_items_wrap
  .swiper-container-horizontal
  > .swiper-pagination-bullets {
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  position: relative;
  margin-top: 45px;
}
.re_product_items_wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e1e1e1;
  border-radius: 100%;
  padding: 0;
  margin: 0 17px;
}
.re_product_items_wrap
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
.re_product_items_wrap .swiper-pagination-bullet:before {
  display: none;
}
/*----------------------------------------------------------public-----------------------------------------------------*/

@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "GeorgiaLight";
  src: url("../fonts/GeorgiaLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Antartida-Black";
  src: url("../fonts/AntartidaBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Kalameh";
  src: url("../fonts/kalameh/KalamehMehr-Bold.woff2") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Kalameh";
  src: url("../fonts/kalameh/KalamehMehr-Medium.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Kalameh";
  src: url("../fonts/kalameh/KalamehMehr-Regular.woff2") format("truetype");
  font-weight: light;
  font-style: normal;
  font-display: fallback;
}

/*!
 * search
 */
.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;
}
.js .web-search {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  top: 175px;
  bottom: 0;
  height: auto;
}
.js .web-search::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  background-color: #fff\9;
  -webkit-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  -o-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
}
.web-search .btn--search-close {
  display: inline-block;
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
  background: url(../images/search_btn_close.png) no-repeat center 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.web-search .btn--search-close:hover {
  background-position: center -50px;
  -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: #333;
  font-weight: bold;
}
.web-search .search-ipt::-moz-placeholder {
  opacity: 1;
  color: #333;
  font-weight: bold;
}
.web-search .search-ipt:-ms-input-placeholder {
  color: #333;
  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;
}
.js .web-search::before {
  opacity: 0.3;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js .search--open::before {
  opacity: 1;
}
.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;
}
.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: 20px;
  font-weight: bold;
  border-bottom-width: 1px;
  padding: 5px 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;
  text-align: right;
}
.js .search--open .search-btn {
  display: none !important;
}
.js .fixed-body .web-search {
  top: 71px;
}
.js .search--open::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.web-search .search-attr {
  padding-bottom: 0;
}
.js .web-search {
  width: 70%;
  height: auto;
  left: 15%;
  top: 50%;
  bottom: auto;
  padding: 35px 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100001;
  overflow: hidden;
}
.js .fixed-body .web-search {
  top: 50%;
}
.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;
}

/*!
 * fullPage 3.0.8
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden; /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
  overflow: hidden;
}
.fp-section .sec_wrap {
  position: relative;
  padding-top: 50px;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 22px;
}
#fp-nav.left {
  left: 22px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}
.fp-slidesNav.fp-top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  text-align: center;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #555;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.8);
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: relative;
  display: block;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #999;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  border-radius: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 14px;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  display: none;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  visibility: visible;
  opacity: 1;
  left: 40px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*!
 * screen_cursor
 */
.screen_cursor {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -moz-mix-blend-mode: difference;
  -webkit-mix-blend-mode: difference;
  -o-mix-blend-mode: difference;
  -ms-mix-blend-mode: difference;
  mix-blend-mode: difference;
  display: none;
}
.screen_cursor[data-cursor-hiding="true"] {
  pointer-events: none;
  opacity: 0;
}
.screen_cursor[data-cursor-hiding="false"] {
  pointer-events: none;
  opacity: 1;
}
.screen_cursor .cursor_outer {
  -webkit-transform: translate3d(-50%, -50%, 1px);
  transform: translate3d(-50%, -50%, 1px);
}
.screen_cursor .cursor_inner {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: rotate(135deg) scale(1) translateZ(0);
  transform: rotate(135deg) scale(1) translateZ(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  pointer-events: none;
  opacity: 1;
  border: 1px solid #fff;
  background-color: #fff;
  will-change: width, height;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.screen_cursor[data-cursor-interactive="true"] .cursor_inner {
  width: 4rem;
  height: 4rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}
/*!
 * language
 */
.prisna-wp-translate-seo {
  display: none;
}
.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
  display: block;
}
.change-language {
  /* position: absolute; */
  right: 2.5%;
  top: 0;
  text-align: left;
}
.top_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3rem;
  padding-left: 3rem;
}
.change-language .change-language-title {
  position: relative;
  color: #bbbbbb;
  cursor: pointer;
  background: url(../images/global.png) no-repeat center left;
  height: 50px;
  line-height: 50px;
  padding: 0 12px 0 30px;
}
.change-language .change-language-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #bbbbbb transparent transparent transparent;
}

.change-language .change-language-cont {
  position: fixed;
  top: 50px;
  right: -400px;
  width: 400px;
  height: calc(100vh - 50px);
  background: #262626;
  padding: 20px 10px 20px 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow-y: scroll;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.change-language:hover .change-language-cont {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.change-language .change-language-cont .prisna-wp-translate-seo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.change-language .change-language-cont li {
  display: block;
  vertical-align: top;
  width: 45%;
  margin: 0 0 10px;
  overflow: hidden;
}
.change-language .change-language-cont li,
.change-language .change-language-cont li a {
  color: #bbbbbb;
}
.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 12px 0 33px;
  overflow: hidden;
}
.change-language .language-flag {
  position: relative;
}
.change-language ::-webkit-scrollbar {
  width: 5px;
}
.change-language ::-webkit-scrollbar-track {
  background-color: #262626;
}
.change-language ::-webkit-scrollbar-thumb {
  background-color: #4d4c4c;
  border-radius: 3px;
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block;
}
.language-flag .country-flag {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-image: url(../images/all-m.gif);
  width: 22px;
  height: 16px;
  margin: 0 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;
}
/**
 * Swiper 4.4.1 
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20%; /*left:7%;*/
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 33px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 0;
  margin: 0 16px 0 0;
}
.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.swiper-pagination-bullet-active:before {
  width: 100%;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.slider_banner {
  position: relative;
  margin-top: 50px;
  width: 100%;
  height: calc(100vh - 50px);
  font-family: Arial, Helvetica, sans-serif;
}
.slider_banner .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slide_info {
  position: absolute;
  max-width: 485px;
  max-height: 100%;
  left: 7%;
  top: 26%;
  z-index: 99;
}
.slide_info .slide_title {
  font-size: 43px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  font-weight: normal;
  transform: translateY(150px);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.slide_info .slide_text {
  font-size: 20px;
  color: #fff;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.swiper-slide.swiper-slide-active .slide_info .slide_title {
  transform: translateY(0);
  opacity: 1;
}
.swiper-slide.swiper-slide-active .slide_info .slide_text {
  transform: translateY(0);
  opacity: 1;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ie_height {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
}
.callus_infomation {
  position: relative;
  padding: 55px 0 70px 0;
  background-color: #007bc6;
  text-align: center;
}
.callus_infomation h1 {
  color: #fff;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 103px;
  font-family: Antartida-Black;
  line-height: 1;
}
.callus_infomation .callus_btn {
  display: table;
  margin: auto;
  margin-top: 30px;
  padding: 0 35px;
  border-radius: 21px;
  background-color: #fff;
  color: #0080cb;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 50px;
  font-family: Antartida-Black;
  line-height: 64px;
}
.callus_infomation .callus_btn span:before {
  position: relative;
  content: "\f095";
  vertical-align: middle;
  font-family: fontawesome;
}
.callus_applications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.callus_applications .callus_application {
  width: 33.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.callus_products_container {
  margin-top: 115px;
  padding: 0 7.5%;
}
.callus_pddlider {
  position: relative;
  overflow: hidden;
}
.callus_pagination {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.callus_pagination span {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c9c9c9;
  font-size: 0;
  bottom: unset !important;
}
.callus_pagination span:after,
.callus_pagination span:before {
  display: none;
}
.callus_pagination span.swiper-pagination-bullet-active {
  background: #000;
}
.callus_pddlider .callus_appli_tit {
  position: relative;
  padding: 35px 0;
}
.callus_pddlider .callus_appli_tit a {
  display: block;
  color: #161616;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-family: Poppins-Medium;
  line-height: 35px;
}
.callus_pddlider:after,
.callus_pddlider:before {
  position: absolute;
  top: 0;
  left: 33.33%;
  z-index: 9999;
  width: 1px;
  height: 70%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.callus_pddlider:after {
  left: 66.66%;
}
.callus_appli_img {
  position: relative;
  display: block;
  overflow: hidden;
}
.callus_appli_img img {
  -webkit-transition: all ease-in-out 0.35s;
  -o-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}
.callus_appli_img:hover img,
.callus_pddlider .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.callus_inquiry {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.callus_inquiry #customer-chat-iframe {
  min-height: 400px !important;
  border-radius: 15px;
}
.callus_inquiry .layout {
  max-width: 1200px;
}

@media only screen and (max-width: 1680px) {
  .layout,
  .s_layout,
  .page_foot_wrap .foot_content {
    width: 80%;
  }
  .graphic_display_item .item_info .item_title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1440px) {
  .graphic_display_item .item_info .item_title {
    font-size: 24px;
  }
  .slide_info .slide_title {
    font-size: 34px;
  }
  .slide_info .slide_text {
    font-size: 18px;
  }
  .section_title {
    font-size: 140px;
  }
  .product_items .product_item {
    max-width: 350px;
  }
  .product_item figcaption .item_title {
    font-size: 18px;
  }
  .cate_product_wrap {
    width: 800px;
  }
  .cate_product_thumbs,
  .cate_product_right:after {
    display: none;
  }
  .cate_product_title,
  .data_item .item_num span,
  .video_info .video_title {
    font-size: 78px;
  }
  .data_item.swiper-slide {
    max-width: 450px;
  }
  .data_item .item_info {
    padding: 0 30px;
  }
  .data_item .item_num,
  .sec_info .sec_title {
    font-size: 50px;
  }
  .index_news_wrap .product_top_item .item_img img {
    width: 420px;
  }
  .cate_product_btn_wrap {
    width: 200px;
    height: 91px;
  }
  .foot_content .foot_title {
    font-size: 58px;
  }
  .foot_contact .con_btn i {
    line-height: 60px;
    padding: 0 40px;
  }

  .page_addr_wrap .layout {
    width: 1000px;
  }
  .page_foot_wrap .foot_item {
    width: auto;
  }
  .page_foot_wrap .foot_contact {
    width: 395px;
  }
  .sing_graphic_display_items .graphic_display_item .item_info .item_text {
    font-size: 16px;
    margin: 20px 0 0;
  }

  .sing_graphic_display_items .graphic_display_item .item_info .item_text li {
    position: relative;
    padding: 5px 0 5px 30px;
    line-height: 1.5;
  }

  .sing_graphic_display_items
    .graphic_display_item
    .item_info
    .item_text
    li::before {
    top: 15px;
  }
  .product-intro .layout {
    padding: 0;
  }
  .product-summary {
    width: 47%;
  }
  .callus_infomation {
    padding: 50px 0;
  }
  .callus_infomation h1 {
    letter-spacing: 2px;
    font-size: 90px;
  }
  .callus_infomation .callus_btn {
    margin-top: 15px;
    border-radius: 15px;
    font-size: 40px;
    line-height: 50px;
  }
  .callus_products_container {
    margin-top: 70px;
    padding: 0 5%;
  }
  .callus_pddlider .callus_appli_tit a {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 15px;
  }
  .callus_pagination {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {
  .graphic_display_item .item_info .item_title {
    font-size: 22px;
  }
  .header_left .head_contact,
  .header_left .btn--search {
    width: 50px;
    height: 50px;
  }
  .cate_product_wrap {
    width: 800px;
  }
  .product_top_item .item_info {
    width: 400px;
  }
  .product_top_item .item_img {
    width: 370px;
  }
  .cate_product_btn_wrap {
    width: 109px;
    height: 50px;
    right: 0;
  }
  .cate_product_btn {
    margin: 0;
  }
  .product_items .product_item {
    max-width: 300px;
  }
  .data_item.swiper-slide {
    max-width: 400px;
  }
  .cate_product_title,
  .data_item .item_num span,
  .video_info .video_title {
    font-size: 68px;
  }
  .section_title {
    font-size: 100px;
  }
  .video_info {
    left: 7%;
    bottom: 7%;
  }
  .index_news_wrap .sec_info {
    width: 300px;
  }
  .index_news_wrap .cate_product_top_wrap {
    width: 65%;
  }
  .index_news_wrap .product_top_item .item_info .item_title {
    font-size: 22px;
  }
  .foot_contact {
    margin: 30px 0 50px;
  }
  .foot_content .foot_title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1080px) {
  .swiper-phone-img {
    display: block;
  }
  /*head*/
  body {
    min-width: 100%;
  }
  .z10000 {
    position: relative;
    z-index: 100000;
  }
  .mobile-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .mobile-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../images/mobile_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;
  }
  .graphic_display_item .item_info .item_title {
    font-size: 22px;
  }
  .mobile-head-items {
    position: fixed;
    top: 5px;
    left: 0;
    height: 35px;
    line-height: 35px;
    text-align: left;
    display: block;
    z-index: 99999;
  }
  .mobile-head-item {
    float: left;
    width: 45px;
  }
  .mobile-head-item.mobile-head-aside {
    float: right;
  }
  .mobile-head-item .title {
    width: 100%;
    height: 25px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .mobile-head-item .title a {
    position: relative;
    display: block;
    color: #fff;
  }
  .mobile-head-item .title {
    font-family: "fontawesome";
    font-size: 16px;
  }
  .mobile-head-item.mobile-head-home .title a:before {
    content: "\f015";
  }
  .mobile-head-item.mobile-head-nav .title:before {
    content: "\f0c9";
    font-size: 20px;
  }
  .mobile-head-item.mobile-head-language .title:before {
    content: "\f0ac";
  }
  .mobile-head-item.mobile-head-search .title:before {
    content: "\f002";
  }
  .mobile-head-item.mobile-head-social .title:before {
    content: "\f007";
  }
  .mobile-head-item.mobile-head-aside .title:before {
    content: "\f060";
  }
  .mobile-head-item .main-content-wrap {
    background: #fff;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .mobile-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    text-align: right;
  }
  .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .mobile-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .mobile-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .header_left {
    position: fixed;
    left: 90px;
    top: 0;
  }
  .header_left .head_contact,
  .header_left .btn--search {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: none;
    color: #fff;
    font-size: 16px;
    margin: 5px 5px;
  }
  .header_left .head_contact:before {
    content: "\f0e0";
    font-family: "fontawesome";
  }
  .header_left .btn--search:before {
    content: "\f002";
    font-family: "fontawesome";
    font-size: 20px;
  }
  .nav_task,
  .web_head .nav_wrap .head_nav,
  .web_head .change-language {
    display: none;
  }
  .js .web-search .search-ipt {
    font-size: 20px;
    width: 90%;
  }
  .web-search .search-attr {
    font-size: 18px;
  }
  .search--open .btn--search-close {
    z-index: 999;
  }

  /*nav */
  .head_nav {
    width: 100%;
  }
  .head_nav li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
  }
  .head_nav > li {
    border-bottom: 1px solid #eee;
    line-height: 50px;
  }
  .head_nav > li:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px;
    font-family: "fontawesome";
  }
  .head_nav li ul {
    display: block;
    width: 100%;
  }
  .head_nav li ul li {
    width: auto;
    padding: 0 10px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 40px;
  }
  .head_nav li ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
  }
  .head_nav li ul li li {
    line-height: 40px;
  }
  .head_nav li ul li li:before {
    display: none;
  }
  .head_nav li > a:hover,
  .head_nav li.nav-current > a {
    background: none;
    color: #1fb5fc;
  }

  .fp-section {
    height: auto !important;
  }
  .section_wrap {
    position: relative;
    top: auto;
    height: auto;
    padding: 50px 0;
  }
  .slider_banner {
    margin-top: 0;
    height: auto;
  }

  .screen_cursor,
  #fp-nav {
    display: none;
  }
  .product_tab,
  .product_items_wrap,
  .cate_product_wrap .product_top_item .item_info,
  .cate_product_wrap .product_top_item .item_img,
  .cate_product_wrap .cate_product_thumbs,
  .cate_product_wrap .cate_product_btn_wrap,
  .video_info,
  .index_news_wrap .sec_info,
  .foot_content {
    transform: translate(0) !important;
    opacity: 1 !important;
  }

  .section_title,
  .cate_product_title {
    position: relative;
    text-align: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 98%;
    font-size: 50px;
    opacity: 1;
    margin: 10px auto;
  }
  .product_tab {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px auto;
    text-align: center;
    width: 98%;
  }
  .product_items_wrap {
    margin-left: 1%;
    width: 98%;
    margin: auto;

  }
  .product_items .product_item {
    max-width: none;
  }
  .product_item figcaption .item_title,
  .product_item figcaption .item_text {
    transform: translateY(0);
    opacity: 1;
  }

  .index_news_wrap .product_top_item .item_img,
  .foot_contact .con_btn {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  .product_item figcaption .item_text01 {
    margin: 5px 0;
  }

  .cate_product_wrap {
    margin-top: 50px;
  }
  /*
.product_top_item .item_info,.product_top_item .item_img{ width:48%; padding:0;}
 */
  .index_data_wrap,
  .index_video_wrap {
    height: 100vh;
  }
  .index_video_wrap {
    margin: 50px 0 50px;
  }
  .data_items {
    width: 100%;
    left: 0;
  }
  .data_item.swiper-slide {
    max-width: none;
  }

  .index_news_wrap {
    padding-top: 0;
  }
  .index_news_wrap .sec_info {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .index_news_wrap .cate_product_top_wrap {
    width: 100%;
  }
  .index_news_wrap .product_top_item {
    align-items: center;
  }
  .index_news_wrap .product_top_item .item_info,
  .index_news_wrap .product_top_item.swiper-slide-active .item_info {
    height: auto;
    transform: translate(0);
  }
  .index_news_wrap .product_top_item .item_img {
    width: 360px;
    margin-right: 30px;
  }

  .product_top_item .item_info {
    width: 360px;
    padding-right: 5%;
  }
  .cate_product_title {
    bottom: 0;
  }
  .index_news_wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .foot_content {
    margin-left: 5%;
  }

  .layout,
  .s_layout,
  .page_foot_wrap .foot_content,
  .page_addr_wrap .layout {
    width: 98%;
  }
  .page_main {
    padding: 70px 0 0;
  }

  .callus_pddlider:before {
    display: none;
  }
  .callus_pddlider:after {
    left: 50%;
  }
  .callus_infomation h1 {
    font-size: 80px;
  }
  .callus_infomation .callus_btn {
    font-size: 34px;
    line-height: 44px;
  }
  /*aside*/
  .mobile-head-item.mobile-head-aside {
    position: absolute;
    left: 175px;
  }
  .aside {
    display: none;
  }
  .side-cate ul {
    display: block;
  }
  .side-cate li a {
    border-bottom: 1px solid #eee;
    line-height: 35px;
    background: none;
    font-size: 14px;
    padding: 0;
  }
  .side-cate li li a {
    line-height: 30px;
    padding: 0;
  }
  .side-cate li > a:hover,
  .side-cate li.nav-current > a {
    background: none;
    color: #f00;
  }
  .side-cate li .icon-cate {
    display: none;
  }
  .side-cate li li {
    padding: 0 10px;
  }
  .side-cate li:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px;
    font-family: "fontawesome";
  }
  .side-cate li li:after {
    display: none;
  }
  .main {
    width: 100%;
  }
  .list_items .product_item {
    width: 39.5%;
    margin: 10px 5.2%;
  }
  .Product_list_nav {
    display: block;
  }
  .Product_list_nav h2 {
    display: block;
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .Product_list_nav ul {
    position: relative;
    text-align: center;
  }
  .Product_list_nav ul li {
    display: inline-block;
  }
  .Product_list_nav ul li a {
    display: block;
    font-size: 14px;
    padding: 0 15px;
  }
  .callus_pddlider .callus_appli_tit {
    padding: 10px 0;
  }
  .callus_pddlider .callus_appli_tit a {
    font-size: 16px;
  }
  .callus_products_container {
    margin-top: 30px;
  }
  .callus_pagination span {
    margin: 0 3px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 800px) {
  .slide_info {
    max-width: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .cate_product_wrap {
    width: 98%;
    margin: 50px auto 0;
  }
  .product_top_item .item_img,
  .product_top_item .item_info {
    width: 50%;
  }
  .data_item.swiper-slide {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .data_item .item_info,
  .data_item:hover .item_info {
    transform: translate(0);
  }
  .index_news_wrap .product_top_item {
    justify-content: space-between;
  }
  .index_news_wrap .product_top_item .item_img,
  .index_news_wrap .product_top_item .item_info,
  .index_news_wrap .product_top_item.swiper-slide-active .item_info {
    width: 45%;
    margin: auto;
  }
  .index_news_wrap .product_top_item .item_img img {
    width: 100%;
  }
  .product-view,
  .product-summary {
    width: 100%;
  }
  .product-view .product-image {
    display: none;
  }
  .product-view .image-additional {
    margin: 0 auto 35px;
  }
  .sing_contact .contact {
    width: 70%;
  }
  .Product_list_nav ul li a {
    font-size: 13px;
    padding: 0 13px;
  }
  .callus_infomation {
    padding: 35px 0;
  }
  .callus_infomation h1 {
    letter-spacing: 1px;
    font-size: 70px;
  }
  .callus_infomation .callus_btn {
    font-size: 30px;
    line-height: 40px;
  }
  .callus_pddlider .callus_appli_tit {
    padding: 5px 0;
  }
  .callus_pddlider .callus_appli_tit a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .logo {
  }
  .js .web-search {
    width: 98%;
    left: 1%;
  }
  .search--open .btn--search-close {
    right: 0;
    top: 0;
  }
  .graphic_display_item:nth-child(2n) .item_info {
    width: 90%; /*! right:20px; */
    left: 0;
    margin: 0 auto;
  }
  .js .web-search .search-ipt {
    font-size: 20px;
  }
  .web-search .search-attr {
    font-size: 16px;
  }
  .product_top_item .item_img,
  .product_top_item .item_info {
    width: 100%;
    padding: 0;
  }
  .product_top_item .item_info {
    padding: 20px 0;
  }

  .data_item.swiper-slide {
    text-align: center;
  }
  .data_item .item_info {
    padding: 0 10px;
  }
  .video_info {
    width: 100%;
    left: 0;
    bottom: auto;
    top: 10px;
    text-align: center;
  }
  .video_info .video_text {
    margin-bottom: 10px;
  }
  .index_news_wrap .product_top_item {
    flex-wrap: wrap;
  }
  .index_news_wrap .product_top_item .item_img,
  .index_news_wrap .product_top_item .item_info,
  .index_news_wrap .product_top_item.swiper-slide-active .item_info {
    width: 98%;
    margin: 0 auto;
  }
  .index_news_wrap .product_top_item .item_img {
    margin-bottom: 20px;
    width: 80%;
  }
  .index_news_wrap .cate_product_btn_wrap {
    left: 0;
    bottom: 0;
    right: auto;
  }
  .foot_content {
    width: 98%;
    margin-left: 1%;
  }

  .graphic_display_item {
    margin: 20px 0;
  }
  .graphic_display_item .item_img,
  .graphic_display_item .item_info,
  .page_addr_content .left,
  .page_addr_content .right {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .graphic_display_item .item_info {
    padding: 30px 0;
    width: 90%;
    right: 0;
    left: 20px;
  }
  .graphic_display_item .item_info .item_text {
    margin: 27px 0;
  }
  .page_addr_content .left {
    height: auto;
  }
  .page_foot_wrap .foot_contact,
  .page_foot_wrap .foot_item {
    max-width: 100%;
  }
  .page_main.product_main {
    padding-top: 15px;
  }
  .list_items .product_item {
    width: 48%;
    margin: 5px 1%;
  }
  .list_items .product_item figcaption .item_text01 {
    margin: 0;
  }
  .list_items .product_item figure .item_img {
    margin-bottom: 5px;
  }
  .Product_list_nav {
    margin-bottom: 10px;
  }
  .Product_list_nav h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-view .image-additional {
    width: 98%;
  }
  .ad_banner,
  .s_container {
    margin-top: 50px;
  }
  .sing_contact .contact {
    width: 100%;
    padding: 30px 16px;
  }
  .page_foot_wrap .foot_contact,
  .page_foot_wrap .foot_item {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .page_foot_wrap .foot_nav ul li,
  .page_foot_wrap .foot_sns li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .page_foot_wrap .foot_sns li a span {
    width: 30px;
  }
  .callus_infomation h1 {
    font-size: 60px;
  }
  .callus_infomation .callus_btn {
    font-size: 20px;
    line-height: 34px;
    border-radius: 10px;
  }
  .callus_pagination {
    margin-top: 15px;
    position: relative !important;
    bottom: unset !important;
  }
  /*=======================================0927=======================================*/
  /*====================index====================*/
  .web_head {
    z-index: 99999;
  }
  .mobile-head-items {
    top: 7px;
  }
  .header_left {
    left: unset;
    right: 0;
    top: 7px;
  }
  .header_left .head_contact {
    display: none;
  }
  .header_left .btn-search {
  }
  .header_left .btn--search {
    margin: 0;
  }
  .swiper-phone-img img {
    height: 240px;
    max-width: unset;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    position: absolute;
    z-index: 9;
  }
  .section_wrap {
    padding: 15px 0;
  }
  .product_tab {
    padding-bottom: 7px;
    width: 100%;
  }
  .product_tab .product_title {
    font-size: 13px;
    margin: 5px 7px;
  }
  .product_item figure .item_img {
    padding: 1px;
    margin-bottom: 10px;
  }
  .product_item figure .item_img a {
    display: block;
    border: 1px solid #333;
  }
  .product_item figcaption {
    font-size: 12px;
    padding: 0;
  }
  .product_item figcaption .item_title {
    font-size: 14px;
  }
  .cate_product_title {
    bottom: unset;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .cate_product_wrap {
    width: 98%;
    margin: 0 1%;
  }
  .product_top_item .item_info .item_title {
    font-size: 16px;
  }
  .product_top_item .item_info .item_text {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 12px;
  }
  .index_video_wrap {
    height: 250px;
  }
  .index_data_wrap,
  .data_items {
    height: 240px;
  }
  .data_item .item_img {
    opacity: 1;
    visibility: visible;
  }
  .data_item .item_num span {
    font-size: 30px;
  }
  .data_item .item_num,
  .sec_info .sec_title {
    font-size: 24px;
  }
  .data_item .item_text {
    font-size: 12px;
    margin-top: 0;
  }
  .video_info .video_title {
    font-size: 36px;
  }
  .video_info .video_text {
    font-size: 12px;
    line-height: 1.5;
  }
  .video_info {
    top: 40px;
  }
  .fancybox-media {
    width: 50px;
    height: 50px;
    margin: 25px 0 0 -25px;
  }
  .fancybox-media:before,
  .fancybox-media:after {
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  .fancybox-media i {
    left: 0;
    top: 0;
    border-width: 10px 0 10px 16px;
  }
  .index_news_wrap .sec_info {
    margin-bottom: 15px;
  }
  .sec_info {
    font-size: 12px;
  }
  .index_news_wrap .product_top_item .item_info .item_title {
    font-size: 14px;
  }
  .index_news_wrap .product_top_item .item_info time {
    font-size: 12px;
  }
  .index_news_wrap .cate_product_top_wrap:before,
  .index_news_wrap .cate_product_top_wrap:after,
  .ico_circle {
    display: none;
  }
  .foot_content .foot_title {
    font-size: 24px;
    line-height: 30px;
  }
  .foot_content .foot_text {
    font-size: 12px;
  }
  .foot_sns {
    margin-top: 15px;
  }
  .foot_contact {
    margin: 0;
    display: block;
  }
  .foot_contact .foot_tel,
  .foot_contact .foot_email {
    padding: 8px 0 8px 35px;
    background-size: 20px;
  }
  .foot_contact .foot_tel,
  .foot_contact .foot_email {
    display: block;
  }
  .foot_contact .foot_tel,
  .foot_contact .foot_email a {
    font-size: 12px;
  }
  .section_wrap.foot_wrap {
    padding-bottom: 30px;
  }
  .fixed_footer {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    padding: 7px 0;
  }
  .fixed_footer li {
    display: inline-block;
    width: 50%;
    line-height: 1.5;
    text-align: center;
    position: relative;
  }
  .fixed_footer li a {
    font-size: 14px;
    color: #fff;
  }
  .fixed_footer li:before {
    font-family: "fontawesome";
    color: #fff;
    font-size: 24px;
    display: block;
    line-height: 30px;
  }
  .fixed_footer .fixed_mail:before {
    content: "\f0e0";
  }
  .fixed_footer .fixed_tel:before {
    content: "\f095";
  }
  #customer-chat-iframe {
    display: none !important;
  }
  .foot_contact .con_btn i {
    line-height: 20px;
    font-size: 14px;
    padding: 0 15px;
  }
  .callus_inquiry #customer-chat-iframe {
    min-height: unset !important;
  }
  .callus_inquiry {
    display: none;
  }
  /*====================page====================*/
  .page_bar {
    line-height: 24px;
    margin-top: 15px;
  }
  .page_bar a,
  .page_bar span {
    min-width: 24px;
    padding: 0 7px;
    margin: 3px;
    border-radius: 3px;
    font-size: 12px;
  }
  .page_foot_wrap {
    padding: 15px 0 80px 0;
    margin-top: 15px;
  }
  .page_foot_wrap .foot_item .title {
    margin: 0 0 10px;
  }
  .page_foot_wrap .foot_contact .text {
    font-size: 12px;
    line-height: 1.68;
  }
  .page_foot_wrap .foot_contact .con_btn {
    margin: 10px 0;
  }
  .page_foot_wrap .foot_contact .con_btn i {
    background: transparent;
    color: #000;
    font-size: 13px;
    padding: 0 15px;
    line-height: 2;
    text-transform: capitalize;
    border: 1px solid #000;
  }
  .page_foot_wrap .foot_contact .foot_time {
    padding: 0;
    background-position: top left;
  }
  .page_foot_wrap .foot_contact .foot_email,
  .page_foot_wrap .foot_contact .foot_tel,
  .page_foot_wrap .foot_contact .foot_time {
    padding-left: 30px;
    background-size: 20px auto;
    font-size: 12px;
    margin: 2px 0;
    line-height: 20px;
  }
  .page_foot_wrap .foot_nav ul li,
  .page_foot_wrap .foot_sns li {
    font-size: 12px;
  }
  .copyright {
    width: 98%;
    font-size: 12px;
  }
  /*========single product========*/
  .page_nav ul li {
    font-size: 12px;
  }
  .product-summary .single_pd_title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
  }
  .product-summary .single_pd_model {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-view .image-additional {
    margin: 0 auto 10px;
  }
  .product-summary .product-meta ul {
    margin: 15px 0;
  }
  .product-summary .product-meta li .item_val {
    width: calc(100% - 55px);
    font-size: 12px;
    margin-left: auto;
  }
  .product-summary .product-meta li .item_img {
    width: 45px;
  }
  .product-btn-wrap .email,
  .product-btn-wrap .pdf,
  .product-btn-wrap .img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-btn-wrap .email {
    width: auto;
    padding: 0 30px;
  }
  .product-btn-wrap .email i {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .product-btn-wrap .pdf {
    background-size: 22px auto;
  }
  .ad_banner,
  .s_container {
    margin-top: 15px;
  }
  .sing_graphic_display_items {
    padding: 10px 0 20px 0;
  }
  .graphic_display_item .item_info .item_title {
    font-size: 18px;
  }
  .sing_graphic_display_items .graphic_display_item .item_info .item_text li {
    padding: 5px 0 5px 20px;
    font-size: 12px;
  }
  .sing_graphic_display_items
    .graphic_display_item
    .item_info
    .item_text
    li:before {
    top: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid #8a8a8a;
  }
  .sing_graphic_display_items .graphic_display_item .item_info .item_text {
    font-size: 12px;
    margin: 0px 0 0;
  }
  .sing_graphic_display_items .graphic_display_item .item_info .item_sub {
    font-size: 16px;
    font-weight: normal;
  }
  .graphic_display_item .item_img img {
    border: 1px solid #fff;
  }
  .s_title {
    height: 40px;
    line-height: 40px;
  }
  .s_title h1 {
    font-size: 18px;
  }
  .s_container01 table {
    font-size: 12px;
  }
  .s_container01 table tr td {
    padding: 0 10px;
    height: 33px;
  }
  .s_container02 .s_content {
    padding: 15px 0;
  }
  .sing_contact {
    height: 460px;
  }
  .sing_contact .contact {
    margin-top: 15px;
    padding: 15px 10px;
  }
  .sing_contact .contact .title {
    font-size: 18px;
  }
  .mauticform-label {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .sing_contact .contact form input,
  .sing_contact .contact form textarea {
    height: 40px;
  }
  .mauticform-row {
    margin-bottom: 0;
  }
  .sing_contact .contact form .send {
    height: 45px;
    background-position: 80% 13px;
    font-size: 18px;
    padding-right: 50px;
    margin-top: 10px;
    text-transform: capitalize;
    background-size: 22px;
    padding-left: 20px;
  }
  .mauticform-row {
    margin-bottom: 0;
  }
  .re_product_items_wrap {
    margin-top: 15px;
  }
  .re_product_items_wrap .title {
    font-size: 24px;
    padding: 5px 0;
  }
  .re_product_items {
    margin-top: 10px;
  }
  .re_product_items_wrap .product_item figcaption .item_title {
    font-size: 12px;
  }
  .re_product_items_wrap
    .swiper-container-horizontal
    > .swiper-pagination-bullets {
    margin-top: 10px;
  }
  .page_nav .layout {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .page_nav .title {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .page_nav {
    margin-bottom: 15px;
  }
  .graphic_display_item .item_info {
    padding: 15px 0;
    width: 98%;
    right: 0;
    left: 1%;
  }
  .graphic_display_item .item_info .item_text {
    margin: 10px 0;
    font-size: 12px;
    line-height: 1.68;
    font-weight: normal;
  }
  .graphic_display_item .item_info .item_more {
    font-size: 14px;
    line-height: 33px;
    padding: 0 20px;
  }
  .graphic_display_item:nth-child(2n) .item_info {
    width: 98%;
    left: 1%;
  }
  .fl-node-586baa625d17e > .fl-row-content-wrap {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .entry p {
    font-size: 12px;
  }
  .fl-node-586baa625d213 .fl-accordion-item {
    margin-bottom: 10px !important;
  }
  .fl-accordion-small .fl-accordion-button {
    padding: 5px 7px !important;
  }
  .page_data_wrap {
    padding: 30px 0;
  }
  .page_title .title {
    font-size: 24px;
  }
  .page_title .more {
    font-size: 20px;
    margin-top: 10px;
  }
  .page_data_item .item_num {
    font-size: 24px;
  }
  .page_data_item .item_num span {
    font-size: 40px;
  }
  .page_data_item {
    margin: 15px 0;
  }
  .page_data_item .item_text {
    max-width: 100%;
    font-size: 12px;
  }
  .page_map_wrap {
    padding: 30px 0;
  }
  .page_title .title {
    font-size: 18px;
  }
  .page_title .text {
    font-size: 14px;
    margin-top: 3px;
  }
  .page_title .text.text01 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .graphic_display_item .item_info .item_sub {
    font-size: 18px;
  }
  .fl-col.fl-node-5f16b1e150b1f.fl-col-small.fl-col-has-cols {
    text-align: center !important;
  }
  .fl-node-5dc3e0439528d.fl-module-heading .fl-heading,
  .fl-node-5dc3e04395a7c.fl-module-heading .fl-heading {
    font-size: 18px !important;
  }
  .product-summary .product-meta {
    font-size: 12px;
    font-weight: normal;
  }
  .product-summary .product-meta p {
    font-weight: normal;
  }
  .product-summary .product-meta p b {
    font-size: 12px;
    font-weight: normal;
  }
  .s_content p {
    font-size: 12px;
    line-height: 1.68;
    font-weight: normal;
  }
  .callus_applications {
    display: block;
  }
  .callus_applications .callus_application {
    width: 100%;
    padding: 0.5% 0;
  }
}
@media only screen and (max-width: 480px) {
  .callus_infomation h1 {
    font-size: 40px;
  }
  .callus_pddlider:after {
    display: none;
  }
  .callus_products_container {
    margin-top: 15px;
  }
  .mobile-head-item .title,
  .header_left .head_contact,
  .header_left .btn--search {
    font-size: 14px;
  }
  .page_banner.slider_banner {
    margin-top: 40px;
  }
  .page_banner.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .page_banner .swiper-pagination-bullet:before {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .callus_infomation h1 {
    font-size: 30px;
  }
  .callus_infomation .callus_btn {
    font-size: 14px;
    line-height: 28px;
    border-radius: 5px;
  }
  /*.index_news_wrap .product_top_item .item_img{ width:98%}
.list_items .product_item {width:98%;margin: 10px 1%;}
.index_news_wrap .product_top_item .item_img{ width:90%;}*/
}
.nav_wrap.fd_nav {
  background: #000;
}
.nav_wrap.fd_nav.header_left.head_contact {
  width: 50px;
  height: 50px;
}

.nav_wrap.fd_nav.header_left.btn--search {
  width: 50px;
  height: 50px;
}
/*-------------------------------
			fancybox start
			----------------------------------*/

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(../images/fancybox.png);
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11009;
  display: none;
  background: #f00;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 11010;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("../images/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("../images/blank.gif");
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url("../images/fancybox.png");
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url("../images/fancybox.png");
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("../images/fancybox-x.png");
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("../images/fancybox.png");
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("../images/fancybox-y.png");
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("../images/fancybox.png");
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("../images/fancybox-x.png");
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("../images/fancybox.png");
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("../images/fancybox-y.png");
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("../images/fancybox.png");
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  /*background-image: url('img/fancybox/fancy_title_over.png');*/
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("../images/fancybox.png") -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #fff;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("../images/fancybox-x.png") 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("../images/fancybox.png") -55px -90px no-repeat;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression(
    (
        -20 + (
            document.documentElement.clientHeight ?
              document.documentElement.clientHeight/2:
              document.body.clientHeight/2
          ) + (ignoreMe = document.documentElement.scrollTop ?
              document.documentElement.scrollTop: document.body.scrollTop)
      ) + "px"
  );
}
#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
/*-------------------------------
			fancybox end
			----------------------------------*/
/*!fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank_1.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#map {
  height: 100%;
  width: 100%;
  background: #000;
}
.page_addr_wrap #bgLogo {
  display: none !important;
}
body {
  font-family: Kalameh;
  text-align: right;
}
.box-itemp-text {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  padding-right: 1rem;
  border-right: 6px solid #fffffff0;
}
.access-box img {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
}
.access-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
}
.header-scroll *,
.web_head * {
  transition: 0.3s;
}
.header-scroll .top_bar {
  height: 50px;
}
.header-scroll .logo img {
  height: 30px;
  object-fit: contain;
}
.footer-section {
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 600px;
}
.footer-row ul {
  list-style-type: none;
  color: #fff;
}
.footer-row a {
  color: #fff;
  /*opacity: 50%;*/
  font-size: 11px;
  line-height: 2.2;
}
.footer-row h6 {
  color: #dcb463;
}
.border-gold {
  border-color: #dcb463;
}
.social-container {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.footer-bottom {
  background-color: #1d1d65;
}
.access-row {
  position: relative;
}
.access-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 90%;
  background-color: #dcb463a0;
  height: 1px;
  margin: auto;
}
.box-itemp {
  overflow: hidden;
}
.box-itemp img {
  transition: 0.5s ease;
}
.box-itemp:hover > img {
  transform: scale(0.95);
  border-radius: 5px;
  box-shadow: 3px 3px 3px #00000066;
  z-index: 2;
}
.about-text * {
  line-height: 2;
}
.fa,
.fas {
  font-family: "fontawesome";
  font-weight: 100;
}
.w-content {
  width: fit-content;
}
@media (max-width: 800px) {
  header + div {
    margin-top: 6.2rem;
  }
  .header-scroll .top_bar {
    height: 50px;
    justify-content: space-around;
  }
  .fancybox-media {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .h-100-mobile {
    height: 100% !important;
  }
  .footer-section {
    height: auto;
    background-size: 100% 100%;
  }
  .access-row:after {
    display: none;
  }
}

/*Inner Pages*/
.alert-primary {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    border-color: #e6b36b !important;
    background-color: #e6b36b !important;
}
.btn-info {
    color: #000;
    background-color: #e6b36b !important;
    border-color: #e6b36b !important;
}
.tbl-m thead th {
    border-radius: 5px 5px 0 0;
    border: none !important;
    background: #e6b36b !important;
}

.sweet-btn {
  margin: 0px auto;
  padding: 1rem 1.5rem;
  background-color: white;
  border-radius: 8px;
  color: #a09cad;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 160px;
}
.sweet-card {
  background: #fff;
  min-height: 50px;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
    padding: 1.5rem !important;
    border: 2px solid #23237885 !important;
    border-radius: 0 35px 35px 0 !important;

}
.sweet-input {
  border-radius: 8px;
  border: none;
  padding: 0.75rem;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
      padding: 1rem;
    border-radius: 0 35px 35px 0;
}
.sweet-radius {
  border-radius: 8px !important;
}

.dir-ltr{
    direction:ltr;
}
.pro-detail{
    text-align:right !important;
}
.tbl-m td {
    color: #404040;
    font-size: 16px;
    vertical-align: middle;
    text-align: right;
}
.dir-rtl {
    direction: rtl;
}
@media(min-width:768px){
    .fullpage-wrapper{
        margin-top:0 !important;
    }
    .bredcrumb-gap{
    padding-top:5rem !important;
}
}
@media(max-width:768px){
    .web_head.index_web_head + .container-fluid{
        margin-top:100px !important;
    }
    .top_bar{
          justify-content:center;
    }
}
.fancybox-wrap, .fancybox-thumbs {
   direction: ltr;
}
input,textarea,.form-control,.btn{
    text-align:right;
    font-family:kalameh;
}
.tbl-m td{
    text-align:right !important;
}
i.fas.fa-star {
    color: goldenrod;
}
.swiper-phone-img img{
    width:100%;
}
.tbl-m td {
    direction: rtl !important;
}
