header{ position:fixed; top:0px; width:100%; z-index:9999; background-color:#fff;}
.banner-box{ margin-top:90px;}

@media (min-width: 1240px) {
  .container {
    min-width: 1200px;
  }
}
@media (max-width: 1360px) {
  .product-swiper .swiper-button-next {
    right: -50px;
  }
  .product-swiper .swiper-button-prev {
    left: -50px;
  }
  .product-swiper .swiper-button-next, .product-swiper .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1199px) {
  .inside-right {
    width: 350px;
  }
  .swiper-container {
    height: 500px;
  }
  .above-img {
    height: 280px;
  }
  .product-box {
    padding-bottom: 120px;
  }
  .about-above p,
  .about-below p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .about-above h2,
  .about-below h2 {
    font-size: 30px;
  }
  .about-above {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .inside-right {
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
  }
  .inside-right li a {
    line-height: 2em;
    padding: 5px 0;
  }
  .translate-box {
    justify-content: center;
    padding: 10px 0;
  }
  .logo-img {
    height: 70px;
  }
  .above-img {
    height: 250px;
  }
  .product-box {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
	.inside-right{ line-height:47px;}
	.banner-box{ margin-top:50px;}
  .swiper-container {
    height: 400px;
  }
  .product-below {
    padding: 20px 0 30px;
  }
  .product-below p {
    padding-bottom: 10px;
  }
  .links-ain {
    border-bottom: 1px solid rgba(255,255,255, .3);
  }
  .win-chat {
    border-bottom: 0;
  }
  .footer-box {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .edition-text {
    padding-top: 20px;
    font-weight: normal;
    opacity: .6;
    font-size: 12px;
  }
  .cmbox-in {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .logo-img {
    height: 50px;
  }
  .hide-sm {
    display: none;
  }
}
@media (max-width: 374px) {
  
}