@charset "utf-8";

html {
  font-size: 625%;
}

@font-face {
  font-family: ArialMT;
  src: url('fonts/ArialMT.ttf');
}

@font-face {
  font-family: Arial-Bold;
  src: url('fonts/ARIALBD.TTF');
}

@font-face {
  font-family: WorkSans-Bold;
  src: url('fonts/WorkSans-Bold.ttf');
}

@font-face {
  font-family: WorkSans-Regular;
  src: url('fonts/WorkSans-Regular.ttf');
}

@font-face {
  font-family: Barlow-Bold;
  src: url('fonts/BARLOW-BOLD.TTF');
}

@font-face {
  font-family: Barlow-Regular;
  src: url('fonts//BARLOW-REGULAR.OTF');
}

body {
  font-size: 14px;
  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 {
  font-family: ArialMT;
  color: #333;
  line-height: 1.5
}

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;
  transition: all .5s ease-in-out;
}

a:focus {
  outline: none;
}

a:hover {
  color: #AB040E;
  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 */
/* .layout:after, */

.clearfix:after,
.web_main:after,
.page_main:after,
/* .layout:after, */
.about_us .about_content:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.clearfix,
.layout,
.web_main,
.page_main,
.about_us .about_content,
.nav_wrap .head_nav {
  *zoom: 1;
}

.clear {
  clear: both;
}

/* layout */
.z9999 {
  z-index: 9999 !important;
}

.layout {
  width: 1480px;
  margin: 0 auto;
  position: relative;
}

@media (max-width:1520px) {
  .layout {
    width: 95%;
  }
}

body {
  width: 100%;
  /* min-width: 1405px; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
}

.gotop {
  position: fixed;
  text-align: center;
  right: 50px;
  bottom: 50px;
  color: #ffffff;
  background: #000;
  border-radius: 50%;
  text-align: center;
  height: 52px;
  line-height: 50px;
  width: 52px;
  z-index: 99999;
  cursor: pointer;
  font-size: 14px;
  border: 2px solid #AB040E;
  display: none;
  font-size: 13px;
}

/*.gotop:before{content: "\f0d8";color:#FFF;font: 18px/48px 'FontAwesome';}*/
.gotop:hover {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* transition */
.head_nav li,
.head_nav li a,
.application_item figure,
.gotop,
.product-item .item-img img,
.product-btn-wrap a,
.change-language .change-language-title a:after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.application_item figure figcaption,
.foot_item a,
.pages a,
.ad_item figure figcaption .item_more,
.item_more,
.web_head,
.foot_sns li img,
.side_application_item .add-friend,
.side_application_item .add-friend:after {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav_wrap .head_nav li ul,
.application_item .item_img a,
.application_item,
.application_item .item_img:before,
.application_item .item_img:after,
.item_more:before,
.ad_item figure figcaption .item_more:before {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
.mobile-head-item .title:before,
.head_nav>li:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
}





/*-------------------------------
			font start
			----------------------------------*/
@font-face {
  font-family: 'fontawesome';
  src: url("fonts/Font-Awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}



/*-------------------------------
			font end
			----------------------------------*/
/*-------------------------------
			swiper-slide end
			----------------------------------*/
.slider_banner {
  position: relative;
  overflow: hidden;
  z-index: 98;
}

.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;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(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, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(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: 47px;
  height: 105px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -31.5px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {

  border: 1px solid #FFF;
}

.swiper-container:hover .swiper-button-prev {
  left: 65px;
}

.swiper-container:hover .swiper-button-next {
  right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 47px;
  height: 105px;
  background: url(img/banner-perv.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  background-size: auto;
  left: 10px;
  right: auto
}

.swiper-button-next:hover {
  background-color: #0E0864;
}

.swiper-button-prev:hover {
  background-color: #0E0864;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 47px;
  height: 105px;
  padding: 20px 10px;
  background: url(img/banner-next.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: auto;
  right: 10px;
  left: auto
}

.slider_banner:hover .swiper-button-prev {
  left: 120px;
  opacity: 1;
}

.slider_banner:hover .swiper-button-next {
  right: 120px;
  opacity: 1;
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.slider_banner .swiper-pagination {
  text-align: left;
  padding-left: 256px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.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(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #eee;
}

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-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  background: #AB040E;
}

.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: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.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: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(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 {
  overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #B3000B;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .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, .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, .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, .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-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-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: .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 .swiper-slide img {
  width: 100%;
}

.slider_banner .swiper-slide img+img {
  position: absolute;
  left: 0;
  top: 0;
}

.slider_banner .swiper-slide img {
  width: 100%;
  transition: 3s linear;
  transform: scale(1.08);
}

.slider_banner .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}

/*-------------------------------
			swiper-slide end
			----------------------------------*/
/*-------------------------------
			entry-table start
			----------------------------------*/
.entry {
  padding: 15px 0;
}

.entry {
  color: #666;
}

.entry a {
  color: #0030FF;
}

.entry p {
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  line-height: 1.8;
}

.entry table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

.entry th,
.entry td {
  height: 30px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  color: #666;
  background: #fbfbfb;
  padding: 0 15px;
}

.entry th {
  font-size: 12px;
  background: #eee;
}

.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
  margin: 0;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}

.entry td.amts {
  color: #cb2027;
}

.entry th#cartDelete {
  text-align: center;
}

.entry .button {
  margin: 15px 10px 0 0;
  background: #dfdfdf;
  padding: 8px 15px;
  border: 0;
  cursor: pointer;
  line-height: 1.2;
  color: #777;
  font-weight: bold;
  text-transform: Capitalize;
}

.entry .button:hover {
  background: #cb2027;
  color: #fff;
}

.entry .deletecartitem {
  width: 50px;
  text-align: center;
}

.entry .deletecartitem label {
  display: none;
}

.entry .stotal td.amts {
  font-size: 18px;
  font-weight: bold;
}

.entry img.alignleft {
  float: left;
  margin: 20px 15px 0 0;
}

.entry img.alignright {
  float: right;
  margin: 20px 0 0 15px;
}

.entry img.alignleftnopad {
  float: left;
  margin-left: 0;
}

.entry img.alignrightnopad {
  float: right;
  margin-right: 0;
}

.entry img.aligncenter {
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
}

.entry img {
  max-width: 100%;
}

.cartitem a {
  color: #292929;
  font-weight: bold;
}

.inquiry-form ul li {
  background: none;
}

.entry .inquiry-form-wrap {
  margin: 20px 0 0;
}

.table_wrap {
  position: relative;
  display: block;
}

.main table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0 !important;
}

.main table th,
.main table td {
  height: 30px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  color: #666;
  background: #fbfbfb;
  padding: 0 15px;
}

.main table th {
  font-size: 12px;
  background: #eee;
}

.main table td p,
.main table th p,
table td p,
table th p {
  margin: 0;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}

.main table td.amts {
  color: #cb2027;
}

.main table th#cartDelete {
  text-align: center;
}

/*-------------------------------
			entry-table end
			----------------------------------*/
/*-------------------------------
			search  end
			----------------------------------*/
.container {
  position: relative;
  height: 100vh;
}

.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;
}

.js .web-search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.web-search .btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
  background: url(img/search_btn_close.png) no-repeat center center;
  background-size: 35% auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100%;
  border: 3px solid #fff;
}

.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: #fff;
  border-bottom: 3px solid;
  font-size: 20px;
  line-height: 10px
}

.web-search .search-ipt::-webkit-input-placeholder {
  color: #4a319e;
}

.web-search .search-ipt::-moz-placeholder {
  opacity: 1;
  color: #4a319e;
}

.web-search .search-ipt:-ms-input-placeholder {
  color: #4a319e;
}

.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: #fff;
}

.js .container {
  position: relative;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.js .main-wrap--move {
  -moz-transform: scale3d(0.7, 0.7, 1);
  -webkit-transform: scale3d(0.7, 0.7, 1);
  -ms-transform: scale3d(0.7, 0.7, 1);
  -o-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  height: 100vh;
}

.js .main-wrap--move .btn--search {
  pointer-events: none;
  opacity: 0;
}

.js .web-search {
  pointer-events: none;
}

.js .search--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible
}

.js .web-search::before {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.js .search--open::before {
  opacity: 1;
}

.web-search .btn--search-close {
  opacity: 0;
  transition: opacity 0.5s;
}

.search--open .btn--search-close {
  opacity: 1;
}

.search__suggestion,
.web-search .search-attr {
  opacity: 0;
  -moz-transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 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: 24px;
}

.js .web-search .search-ipt {
  -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 .3s;
  -webkit-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}

.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);
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.search-btn {
  display: none !important;
}

/*-------------------------------
			search  end
			----------------------------------*/
/*-------------------------------
			scrollsidebar start
			----------------------------------*/
.scrollsidebar,
.scrollsidebar a {
  font-size: 12px;
  color: #999;
  font-family: ArialMT, Helvetica, sans-serif;
}

.scrollsidebar {
  position: absolute;
  z-index: 30;
  top: 150px;
  right: 0;
}

.show_btn {
  width: 38px;
  height: 192px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url(img/custom_service/show_btn.png) no-repeat center center;
}

.side_content {
  width: 0;
  height: auto;
  overflow: hidden;
  float: left;
}

.side_content .side_list {
  width: 140px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  background: #FFF;
}

.side_content .side_list .hd img {
  width: 100%;
  border-bottom: 1px solid #dadada;
}

.side_content .side_list .cont li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  position: relative;
}

.side_content .side_list .cont li a {
  position: relative;
  display: block;
  padding: 0 0 0 43px;
  text-decoration: none;
}

.side_content .side_list .cont li a:before {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 10px;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.side_content .side_list .cont li .email:before {
  background-image: url(img/custom_service/icons01.png);
}

.side_content .side_list .cont li .skype:before {
  background-image: url(img/custom_service/icons02.png);
}

.side_content .side_list .cont li .inquiry:before {
  background-image: url(img/custom_service/icons03.png);
}

.side_content .side_list .cont li .qq:before {
  background-image: url(img/custom_service/icons04.png);
}

.ww {
  margin-left: -30px;
}

.side_content .side_list .t-code {
  padding: 10px 10px 7px;
  border-bottom: 1px solid #dadada;
}

.side_content .side_list .t-code img {
  width: 100%;
}

.side_content .side_list .side_title {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}

.side_content .side_list .side_title .close_btn {
  background: url(img/custom_service/close.png) no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}

.side_content .side_list .side_title .close_btn span {
  display: none;
}

/*-------------------------------
			scrollsidebar end
			----------------------------------*/
/*inquiry*/
.inquiry-pop-bd {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -275px;
  width: 550px;
  height: 500px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, .5);
  display: none;
  z-index: 2000;
}

.inquiry-pop-bd:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .7);
  z-index: -1;
}

.inquiry-pop-bd .inquiry-pop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 22px;
  z-index: 1;
  background: #FFF;
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url(img/custom_service/fancy_close.png) no-repeat center center;
  cursor: pointer;
  z-index: 1;
}

.inquiry-form-wrap {
  position: relative;
  height: 420px;
  width: 100.5%;
}

.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}

@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    width: 98%;
    height: 450px;
    left: 0;
    margin: -265px 0 0 1%
  }

  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }

  .scrollsidebar {
    display: none;
  }
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}

.change-empty {
  display: none;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
  display: block;
  display: flex;
  flex-direction: column;
}

.change-language .change-language-title a:after {
  display: inline-block;
  padding: 0 6px;
  content: "\f107";
  color: #FFFFFF;
  font-size: 16px;
  font-weight: lighter;
  font-family: 'fontawesome';
}

.change-language:hover .change-language-title a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  padding-right: 6px;
  padding-left: 6px;
}

.change-language .change-language-cont {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  overflow-y: scroll;
  padding: 20px 10px 20px 20px;
  width: 360px;
  max-height: 80vh;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #FFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale3d(0.9, 0.9, 1);
  -ms-transition: all 0.3s ease-in-out;
}

.change-language:hover .change-language-cont {
  visibility: visible;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.change-language .change-language-cont li {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0 10px 0 0;
  width: 100%;
  vertical-align: top;
  font-size: 10pt;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.change-language .change-language-cont li a:hover {
  color: var(--conmmonColor);
}

.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;
  line-height: 30px;
  cursor: pointer;
}

.change-language .change-language-cont .more-active {
  font-size: 20px;
}

.change-language .change-language-title .language-flag span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  zoom: 1;
  padding-left: 0 !important;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.language-flag span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  zoom: 1;
  padding-left: 10px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.change-language::-webkit-scrollbar {
  width: 5px;
}

.change-language::-webkit-scrollbar-track {
  background-color: #fff;
}

.change-language::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .3);
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block;
}

.change-language-title .language-flag .language--img {
  display: inline-block;
  width: 21px;
}

.language--img {
  background: url(./img/lang_bg.png)no-repeat center center/20px auto;
  display: inline-block;
  width: 20px;
  height: 10px;
  /*position: absolute;top: 50%;transform: translateY(-50%);*/
}

li.language-flag a {
  position: relative;
}

.language-af {
  background-position: 0 0px;
}

.language-sq {
  background-position: 0 -10px;
}

.language-am {
  background-position: 0 -20px;
}

.language-ar {
  background-position: 0 -30px;
}

.language-hy {
  background-position: 0 -40px;
}

.language-as {
  background-position: 0 -50px;
}

.language-ay {
  background-position: 0 -60px;
}

.language-az {
  background-position: 0 -70px;
}

.language-bm {
  background-position: 0 -80px;
}

.language-eu {
  background-position: 0 -90px;
}

.language-be {
  background-position: 0 -100px;
}

.language-bn {
  background-position: 0 -110px;
}

.language-bho {
  background-position: 0 -120px;
}

.language-bs {
  background-position: 0 -130px;
}

.language-bg {
  background-position: 0 -140px;
}

.language-my {
  background-position: 0 -150px;
}

.language-ca {
  background-position: 0 -160px;
}

.language-ceb {
  background-position: 0 -170px;
}

.language-co {
  background-position: 0 -180px;
}

.language-cr {
  background-position: 0 -190px;
}

.language-hr {
  background-position: 0 -200px;
}

.language-cs {
  background-position: 0 -210px;
}

.language-da {
  background-position: 0 -220px;
}

.language-de {
  background-position: 0 -230px;
}

.language-dv {
  background-position: 0 -240px;
}

.language-dg {
  background-position: 0 -250px;
}

.language-nl {
  background-position: 0 -260px;
}

.language-en {
  background-position: 0 -270px;
}

.language-et {
  background-position: 0 -280px;
}

.language-ee {
  background-position: 0 -290px;
}

.language-fil {
  background-position: 0 -300px;
}

.language-fi {
  background-position: 0 -310px;
}

.language-fr {
  background-position: 0 -320px;
}

.language-fs {
  background-position: 0 -330px;
}

.language-gl {
  background-position: 0 -340px;
}

.language-ka {
  background-position: 0 -350px;
}

.language-gr {
  background-position: 0 -360px;
}

.language-gn {
  background-position: 0 -370px;
}

.language-gu {
  background-position: 0 -380px;
}

.language-ht {
  background-position: 0 -390px;
}

.language-ha {
  background-position: 0 -400px;
}

.language-haw {
  background-position: 0 -410px;
}

.language-he {
  background-position: 0 -420px;
}

.language-hi {
  background-position: 0 -430px;
}

.language-hu {
  background-position: 0 -440px;
}

.language-is {
  background-position: 0 -450px;
}

.language-ig {
  background-position: 0 -460px;
}

.language-id {
  background-position: 0 -470px;
}

.language-ga {
  background-position: 0 -480px;
}

.language-it {
  background-position: 0 -490px;
}

.language-ja {
  background-position: 0 -500px;
}

.language-kn {
  background-position: 0 -510px;
}

.language-km {
  background-position: 0 -520px;
}

.language-rw {
  background-position: 0 -530px;
}

.language-ko {
  background-position: 0 -540px;
}

.language-ku {
  background-position: 0 -550px;
}

.language-ks {
  background-position: 0 -560px;
}

.language-kg {
  background-position: 0 -570px;
}

.language-lo {
  background-position: 0 -580px;
}

.language-la {
  background-position: 0 -590px;
}

.language-lv {
  background-position: 0 -600px;
}

.language-lt {
  background-position: 0 -610px;
}

.language-lg {
  background-position: 0 -620px;
}

.language-lu {
  background-position: 0 -630px;
}

.language-mk {
  background-position: 0 -640px;
}

.language-mai {
  background-position: 0 -650px;
}

.language-ms {
  background-position: 0 -660px;
}

.language-ml {
  background-position: 0 -670px;
}

.language-mt {
  background-position: 0 -680px;
}

.language-mi {
  background-position: 0 -690px;
}

.language-mr {
  background-position: 0 -700px;
}

.language-ne {
  background-position: 0 -710px;
}

.language-no {
  background-position: 0 -720px;
}

.language-ny {
  background-position: 0 -730px;
}

.language-om {
  background-position: 0 -740px;
}

.language-ph {
  background-position: 0 -750px;
}

.language-fa {
  background-position: 0 -760px;
}

.language-pl {
  background-position: 0 -770px;
}

.language-pt {
  background-position: 0 -780px;
}

.language-pj {
  background-position: 0 -790px;
}

.language-qu {
  background-position: 0 -800px;
}

.language-ro {
  background-position: 0 -810px;
}

.language-ru {
  background-position: 0 -820px;
}

.language-sm {
  background-position: 0 -830px;
}

.language-sa {
  background-position: 0 -840px;
}

.language-sg {
  background-position: 0 -850px;
}

.language-sn {
  background-position: 0 -860px;
}

.language-sd {
  background-position: 0 -870px;
}

.language-sp {
  background-position: 0 -880px;
}

.language-sk {
  background-position: 0 -890px;
}

.language-si {
  background-position: 0 -900px;
}

.language-so {
  background-position: 0 -910px;
}

.language-es {
  background-position: 0 -920px;
}

.language-sw {
  background-position: 0 -930px;
}

.language-sv {
  background-position: 0 -940px;
}

.language-tg {
  background-position: 0 -950px;
}

.language-ta {
  background-position: 0 -960px;
}

.language-tt {
  background-position: 0 -970px;
}

.language-te {
  background-position: 0 -980px;
}

.language-th {
  background-position: 0 -990px;
}

.language-tr {
  background-position: 0 -1000px;
}

.language-tk {
  background-position: 0 -1010px;
}

.language-tw {
  background-position: 0 -1020px;
}

.language-ua {
  background-position: 0 -1030px;
}

.language-ur {
  background-position: 0 -1040px;
}

.language-vi {
  background-position: 0 -1080px;
}

.language-cy {
  background-position: 0 -1060px;
}

.language-yi {
  background-position: 0 -1070px;
}

.language-yo {
  background-position: 0 -1080px;
}

.language-zh {
  background-position: 0 -1090px;
}

.language-zhtw {
  background-position: 0 -1090px;
}

/*-------------------------------
                        language  end
                        ----------------------------------*/
/*-------------------------------
			animation  start
			----------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

@-webkit-keyframes fadeInLeftA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.fadeInLeftA {
  -webkit-animation-name: fadeInLeftA;
  animation-name: fadeInLeftA
}

@-webkit-keyframes fadeInUpA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.fadeInUpA {
  -webkit-animation-name: fadeInUpA;
  animation-name: fadeInUpA
}

@-webkit-keyframes fadeInRightA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRightA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.fadeInRightA {
  -webkit-animation-name: fadeInRightA;
  animation-name: fadeInRightA
}

@-webkit-keyframes twinkling {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes OrangePulse {
  from {
    background-color: rgba(210, 174, 109, .2);
    -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
  }

  50% {
    background-color: rgba(210, 174, 109, 1);
    -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
  }

  to {
    background-color: rgba(210, 174, 109, .2);
    -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
  }

  40% {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
  }

  60% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
  }

  80% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  to {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

/*-------------------------------
			language  end
			----------------------------------*/


.flex {
  display: flex;
  align-items: center;
}

/* heard */

/*web header*/
.index_web_head.web_head .layout {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.nav_wrap .head_nav:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.web_head {
  position: relative;
  width: 100%;
  text-align: center;
  background: #FFFFFF;
  z-index: 999;
}

.head_top {
  position: relative;
  max-height: 60px;
  width: 100%;
  height: 100%;
  background: #00071A;
}

.head_top .layout {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  box-sizing: border-box;
}

.head_top .phone-box span,
.head_top .email-box span {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}

.head_bottom {
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat;
}

@media (max-width:1440px) {
  /* .logo {
    width: 20%;
  } */

  .nav_wrap .head_nav li a {
    font-size: 16px !important;
  }
}



.nav_wrap .nav-current>a {
  color: #0E0864 !important;
}

.web_head.fixed-nav {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
}



.logo,
.change-language,
.nav_wrap,
.head_top .btn--search,
.change-language {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.logo img {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.nav_wrap {
  position: relative;
}

.nav_wrap .head_nav li {
  position: relative;
  float: left;
}

.nav_wrap .head_nav li li {
  float: none;
}

/* .head-right {
  margin-left: 30px;
} */

.nav_wrap .head_nav li a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 0 13px;
  font-family: 'Arial-Bold';
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: capitalize;
}


.nav_wrap .head_nav li li a {
  line-height: 1.5;
  padding: 10px 15px;
  text-align: left !important;
}

.nav_wrap .head_nav li li a:hover {
  color: #FFFFFF;
  background-color: #0E0864;
}

.nav_wrap .head_nav li ul {
  position: absolute;
  left: 0;
  top: 35px;
  width: 250px;
  /* padding: 15px 0; */
  z-index: 999;
  background: #FFFFFF;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
}

.nav_wrap .head_nav li li ul {
  top: 0;
  left: 250px;
}

.nav_wrap .head_nav li:hover>ul {
  /* transform: scale3d(1, 1, 1); */
  opacity: 1;
  visibility: visible;
}

.nav_wrap .head_nav li.nav-current>a,
.head_nav li:hover>a {
  color: #0E0864;
}

.nav_wrap .head_nav li a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
}

.nav_wrap .head_nav li li a b {
  margin-top: 10px;
}

.nav_wrap .head_nav li a b:after {
  font-family: 'fontawesome';
  content: "\f107";
  font-size: 16px;
}

.nav_wrap .head_nav li li a b:after {
  content: "\f105";
}

.nav_wrap .head_nav li li a b {
  position: absolute;
  right: 10px;
  top: 0;
}

.btn--search {
  width: 25px;
  height: 25px;
  order: 1;
  background: url(img/index/search.png) no-repeat center center / 100%;
  cursor: pointer;
  margin-right: 15px;
}

.change-language {
  order: 2;
  background: #FFFFFF;
  padding: 0 15px;
  white-space: nowrap;
}

.language-flag {
  text-align: left;
}

.language-flag span {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.change-language .prisna-wp-translate-seo {
  display: flex;
  flex-direction: column;
}

.change-language .change-language-title a:after {
  color: #333333;
  font-size: 16px !important;
}

/*
  .nav_wrap:before{ content:""; position:fixed; left:0; top:0; width:0; height:4px; background:#AB040E;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 2s ease-in-out;}
  .nav_wrap.fixed-nav:before{ width:100%}*/


@media only screen and (max-width: 1400px) {
  .nav_wrap .head_nav li a {
    font-size: 16px;
    padding: 0 5px;
  }

  .foot_item.foot_item_search {
    width: 30% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .foot_item.foot_item_search {
    width: 35% !important;
  }

  .logo img {
    height: 50px;
  }
}

@media only screen and (max-width: 1150px) {
  .logo img {
    height: 40px;
  }

  .nav_wrap .head_nav li a {
    font-size: 14px !important;
  }
}


@media only screen and (max-width: 950px) {

  .z10000 {
    position: relative;
    z-index: 100000;
  }

  .containerHome .index_web_head.web_head {
    background-color: #FFFFFF;
  }

  .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(img/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }

  .head_bottom {
    background-size: 50%;
  }


  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }

  .lang-more {
    display: none !important
  }

  .mobile-head-items {
    z-index: 999;
    display: flex;
    justify-content: space-between;
  }

  .mobile-head-items .flex {
    align-items: flex-start;
  }

  .mobile-head-item {
    float: left;
    margin-right: 15px;
    /* update */
    /* width: 45px; */
  }

  .mobile-head-item:last-child {
    margin-right: 0;
  }

  .mobile-head-item.mobile-head-aside {
    float: right
  }

  .mobile-head-item .title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #000;
  }

  .mobile-head-item .title a {
    position: relative;
    display: block;
    color: #000;
  }

  .mobile-head-item.mobile-head-home .title a:before {
    content: '\f015';
  }

  .mobile-head-item.mobile-head-nav .title:before {
    content: '\f0c9';
    /* font-size: 22px; */
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(img/index/mobile_nav.png) no-repeat;
    background-size: 100% 100%;
  }


  .mobile-head-item.mobile-head-search .title:before {
    /* content: "\f002"; */
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(img/index/mobile_search.png) no-repeat;
    background-size: 100% 100%;
  }

  .mobile-head-item.mobile-head-language .title:before {
    /* content: "\f002"; */
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(img/index/mobile_language.png) no-repeat;
    background-size: 100% 100%;
  }

  .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: scroll;
    height: 100%;
    padding: 15px 10px;
  }

  .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;
  }



  .logo img {
    height: 40px;
    width: auto;
  }

  .web_head {
    padding: 10px 0;
    height: auto;
  }

  .head-right {
    display: none;
  }

  .web_head .nav_wrap,
  .web_head .change-language,
  .head_top .btn--search {
    display: none;
  }

  .head_top .btn--search {
    right: 0;
    top: -20px;
    margin: 0;
  }

  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    background: #0061A6;
    margin: 0 auto;
  }

  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 0 10px;
  }

  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(img/search_btn.png) no-repeat center center;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }

  .head-search .search-attr {
    display: none;
  }

  /*nav */
  .head_nav li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
  }

  .head_nav>li {
    border-bottom: 1px solid #eee;
    line-height: 35px;
  }

  .head_nav li a {
    width: 100%;
  }

  .head_nav>li.has-child a b:after {
    content: '\f105';
    font-family: 'fontawesome';
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px;
    transition: all .5s ease-in-out;
  }

  .head_nav>li.active>a>b:after {
    transform: rotate(90deg);
  }

  .head_nav>li>ul>li.active>a>b:after {
    transform: rotate(90deg);
  }

  .head_nav li ul {
    width: 100%;
    display: none;
  }

  .head_nav li ul li {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    text-transform: lowercase;
    line-height: 30px;
  }

  .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: 25px;
    font-family: 'SourceSansProLight';
  }

  .head_nav li ul li li:before {
    display: none;
  }

  .mobile-head-nav .title {
    color: #fff;
  }

  .mobile-head-language .title {
    display: flex;
    align-items: center;
  }

  .mobile-head-language .title:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #000000;
    display: inline-block;
  }

  .mobile-head-items>a:nth-child(1) {
    font-family: ArialMT;
    font-size: 12px;
    color: #000000;
  }


  .mobile-head-language .title .language-flag a:after {
    font-family: 'fontawesome';
    content: "\f107";
    font-size: 12px;
    display: inline-block;
  }

  .index_web_head.web_head {
    position: fixed;
    left: 0;
    top: 0;
  }


  /* update end */
}




/* haerd end */



/* footer start */


/*web footer*/
.web_footer {
  position: relative;
  background: #1A1A1A;
  /* margin: 100px 0 0; */
  overflow: hidden;
}


.foot_items {
  position: relative;
  overflow: hidden;
  padding: 50px 0 90px;
}

.foot_items,
.foot_items a {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.foot_items {
  display: flex;
  justify-content: space-between;
}

.foot_items li:hover a {
  color: #0061A6;
  text-decoration: underline;
}

.foot_item {
  position: relative;
  float: left;
}

.foot_item.foot_item_contact {
  width: 20%;
}

.foot_item.foot_item_product {
  width: 15%;
}

.foot_item.foot_item_link {
  width: 15%;
}

.foot_item.foot_item_search {
  width: 25%;
}

.foot_item .title {
  position: relative;
  padding-bottom: 8px;
  font-family: 'WorkSans-Bold';
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.foot_item.foot_item_contact .title {
  text-transform: capitalize !important;
}

.foot_item .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
}

.foot_item.foot_item_contact li span {
  font-family: 'Arial';
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.foot_item.foot_item_contact li p {
  font-family: 'Arial';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.foot_item.foot_item_contact li img {
  width: 115px;
  height: auto;
  object-fit: contain;
}

.foot_item li {
  margin-bottom: 10px;
}

.foot_item li a {
  font-family: 'Arial';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.foot_item.foot_item_contact li a {
  text-transform: none;
}

.foot_item.foot_item_search .search-box {
  width: 330px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 75px 75px 75px 75px;
  overflow: hidden;
  margin-top: 30px;
}

.foot_item.foot_item_search .search-box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_item.foot_item_search .search-box .search-ipt {
  width: 200px;
  height: 40px;
  padding-left: 20px;
  border: none;
  background-color: #FFFFFF;
}

.foot_item.foot_item_search .search-box .search_submit {
  padding: 0 20px;
  margin: 0;
  width: calc(100% - 210px);
  height: 40px;
  border: none;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  background: #0061A6;
  border: 2px solid #0061A6;
  border-radius: 62px 62px 62px 62px;
  transition: all .5s ease-in-out;
}

.foot_item.foot_item_search .search-box .search_submit:hover {
  background-color: transparent;
  color: #0061A6;
}

.foot_sns {
  position: relative;
  margin: 25px 0 0;
}

.foot_sns .sns_list {
  justify-content: flex-start;
  align-items: center;
}

.foot_sns .sns_list li {
  margin-right: 20px;
}

.foot_sns .sns_list li:hover {
  animation: swing .5s ease-in-out;
}

.foot_sns .sns_list li img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}



.copyright a {
  color: #333333;

}

.foot_logo-sj {
  display: none;
}

.copyright {
  position: relative;
  height: 75px;
  background: #FFFFFF;
  text-align: center;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 75px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.copyright .layout {
  position: relative;
}

.copyright .foot_logo {
  position: absolute;
  left: 0;
}

.copyright .foot_logo img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.copyright a {
  color: #333333;

}

.copyright a:hover {
  color: #0061A6;
  text-decoration: underline;
}


@media only screen and (max-width: 950px) {

  .foot_item.foot_item_info,
  .foot_item.foot_item_product,
  .foot_item.foot_item_contact {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }

  .foot_item.foot_item_contact {
    margin-top: 20px;
  }

  .foot_item.foot_item_contact .title {
    display: none;
  }

}


@media only screen and (max-width: 950px) {
  .containerHome .web_footer {
    margin-top: 0;
  }

  .foot_logo-sj {
    display: block;
  }

  .web_footer {
    padding-bottom: 60px;
  }



  /* footer */
  .foot_items {
    flex-wrap: wrap;

  }

  .foot_item .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .foot_items {
    padding-bottom: 50px;
  }

  .foot_item.foot_item_link {
    width: 100%;
  }

  .foot_item.foot_item_search {
    width: 100% !important;
  }

  .foot_item.foot_item_search .search-box {
    width: 100%;
  }

  .foot_item.foot_item_search .search-box .search-ipt {
    width: calc(100% - 140px);
  }

  .foot_item.foot_item_search .search-box .search_submit {
    width: auto;
    max-width: 120px;
  }

  .foot_sns .sns_list li img {
    width: 45px;
    height: 45px;
    object-fit: contain;
  }

  .copyright {
    line-height: 1.5;
    color: #FFFFFF;
    height: auto;
    background-color: unset;
  }

  .copyright a {
    color: #FFFFFF;
  }

  .copyright .foot_logo {
    display: none;
  }

  .copyright .copy_wrap {
    padding: 20px 0;
    border-top: 2px solid rgba(255, 255, 255, .8);
  }
}





.sitemap-logo-boxs>.sep-container>h2>a:hover {
  color: white;
  text-decoration: underline;
}

#cont>ul>li>a {
  text-transform: capitalize;
}

#cont h2 {
  background: #A5040E !important;
}

#cont>ul>li>ul>li>a {
  color: #A5040E !important;
}

#cont>ul>li>ul>li>ul>li>a {
  color: #A5040E !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
  border-top-color: #A5040E !important;
  border-right-color: #A5040E !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
  text-decoration: underline
}

#footer {
  background: #A5040E !important;
}