body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1360px;
  margin: 0 auto;
}

/* Banner ===================================================================== */
.banner {
  margin-top: 89px;
}
@media (max-width: 1175px) {
  .banner {
    margin-top: 49px;
  }
}

.banner-mobile { display: none; }
@media (max-width: 576px) {
  .banner-pc { display: none; }
  .banner-mobile { display: block; }  
}

.idx-banner .slick-dots {
  bottom: 2%;
}
.idx-banner .slick-dots li {
  margin: 0 15px;
}
.idx-banner .slick-dots li button:before {
  content: "";
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 20px;
  width: 0px;
  height: 0px;
  transition: all 0.5s ease-in-out;
}
.idx-banner .slick-dots li.slick-active button:before {
  background-color: #ff195c;
  padding: 3px 17px;
}
@media (max-width: 480px) {
  .idx-banner .idx-bn-pc {
    display: none;
  }
}
.idx-banner .idx-bn-m {
  display: none;
}
@media (max-width: 480px) {
  .idx-banner .idx-bn-m {
    display: block;
  }
}

/* About Us ===================================================================== */
.about-zone {
  padding: 5% 0 3% 0;
}
.about-zone .about-pic-1 {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .about-zone .about-pic-1 {
    text-align: center;
  }
}
.about-zone:hover .about-pic-1 {
  transform: scale(0.97);
}

.about-text {
  margin: 70px 0 0 70px;
  position: relative;
}
@media (max-width: 992px) {
  .about-text {
    margin: 0;
    text-align: center;
  }
}
.about-text h1 {
  font-size: 39px;
  letter-spacing: -1px;
  line-height: 47px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 576px) {
  .about-text h1 {
    font-size: 29px;
  }
}
.about-text p {
  line-height: 2rem;
}
.about-text .about-pic-2 {
  position: absolute;
  width: 810px;
  left: -300px;
  top: 370px;
}
@media (max-width: 992px) {
  .about-text .about-pic-2 {
    position: static;
    width: 100%;
  }
}

.btn-about {
  padding: 7px 40px;
  display: inline-block;
  position: relative;
  color: #fff !important;
  background: linear-gradient( 130deg, #4573A7, #6C97CE);
  border-radius: 5px;
  font-size: 15px;
  overflow: hidden;
  transition: 0.5s;
}
.btn-about:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.btn-about:hover {
  color: #fff;
  transform: scale(0.97);
}
.btn-about:hover:before {
  transform: translate(-50%, -50%) scale(50);
}
.btn-about:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  vertical-align: middle;
  transform: rotate(135deg);
  display: block;
  right: 20px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

/* Products ===================================================================== */
.product-bg {
  background: url("../images/idx-product-bg.png") no-repeat center #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) inset;
  margin-top: 8%;
  position: relative;
}
/*
.product-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/idx-product-bg-2.png") no-repeat left top;
}
*/
@media (max-width: 1360px) {
  .product-bg {
    margin-top: 11%;
  }
}

.product-zone {
  padding: 2% 0;
  padding-bottom: 7%;
}

.idx-prod-top {
  font-size: 18px;
  font-weight: 600;
  padding: 60px 0 60px 0;
  margin: 0 auto;
  text-align: center;
}
.idx-prod-top .title {
  font-size: 2rem;
}
.idx-prod-top .title span {
  color: #4573A7;
}
.idx-prod-top p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}

.idx-prod .slide-holder {
  transform: scale(0.85);
}
.idx-prod .slide-holder a {
  display: block;
  position: relative;
  padding-bottom: 75%;
}
.idx-prod .slide-holder .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.idx-prod .slide-holder .img-center img {
  max-height: 100%;
}
.idx-prod .slick-dots li.slick-active button:before {
  color: #131313;
}
.idx-prod .idx-prod-name {
  text-align: center;
  margin-top: 20px;
}
.idx-prod .slick-dots {
  bottom: -40px;
}

/* Video =================================================================== */
.video-zone {
  margin: 0 auto;
}

.video-bg {
  position: relative;
}
@media (max-width: 890px) {
  .video-bg {
    display: none;
  }
}
.video-bg img {
  position: absolute;
  z-index: -1;
}

.video-out {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -70px;
}
@media (max-width: 992px) {
  .video-out {
    margin-top: 10px;
  }
}

.video-frame {
  margin-left: -2px;
  margin-top: 11px;
  position: relative;
}
.video-frame:after {
  position: absolute;
  z-index: -1;
  content: url("../images/idx-news-pic.png");
  bottom: -12px;
  right: -12px;
}

.news-zone {
  width: 397px;
  height: 463px;
  text-align: center;
  padding-top: 90px;
  background: url("../images/idx-news-bg.png") no-repeat;
}
@media (max-width: 992px) {
  .news-zone {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .news-zone {
    width: 100%;
  }
}
.news-zone .news-title {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.news-zone .news-title:after {
  position: absolute;
  left: 50%;
  top: 60px;
  content: "";
  width: 1px;
  height: 45px;
  background-color: #fff;
}
.news-zone .news-text {
  color: #fff;
  font-size: 1.1rem;
  max-width: 260px;
  line-height: 2rem;
  margin: 0 auto;
  margin-top: 90px;
}
.news-zone a.news-btn {
  color: #fff;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 30px;
  margin: 0 auto;
  max-width: 200px;
  display: block;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}
.news-zone a.news-btn:hover {
  background-color: #f3f3f3;
  color: #000000;
}

/* Contact =================================================================== */
.contact-zone {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-form input, .contact-form option, .contact-form select, .contact-form textarea {
  color: #c5c5c5;
  font-size: 0.9rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form select, .contact-form input, .contact-form option, .contact-form textarea, .contact-form input[type=radio] + label, .contact-form input[type=checkbox] + label {
  transition: all 0.5s;
  box-sizing: border-box;
  outline: none;
}
.contact-form ul li {
  display: inline-block;
  width: 48%;
  margin: 15px 5px 15px 0px;
}
@media (max-width: 576px) {
  .contact-form ul li {
    width: 100%;
  }
}
.contact-form ul li input {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.contact-form ul li input::placeholder, .contact-form ul li textarea::placeholder {
  color: #c5c5c5;
}
.contact-form ul li select {
  padding: 0 0 0 5px;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.contact-form ul li select:focus option {
  color: #666;
}
.contact-form ul li option {
  padding: 5px 10px;
}
.contact-form ul li textarea {
  padding: 5px 10px;
  width: 100%;
  height: 100px;
  line-height: 20px;
}
.contact-form ul li input:focus, .contact-form ul li textarea:focus {
  background: #fff8de;
  color: #000;
}
.contact-form ul li input:focus::placeholder, .contact-form ul li textarea:focus::placeholder {
  color: #000;
}
.contact-form ul li.width-full {
  display: block;
  width: 100%;
  margin-right: 0px !important;
}
.contact-form ul li.contact-msg {
  display: block;
  width: 100%;
}
.contact-form ul.contact-btn li {
  display: flex;
  max-width: 70%;
}
@media (max-width: 576px) {
  .contact-form ul.contact-btn li {
    max-width: 100%;
  }
}
.contact-form .contact-send {
  margin-right: 20px;
  height: auto !important;
  color: #fff;
  border-radius: 7px;
  background: linear-gradient( 130deg, #4573A7, #6C97CE);
  border: solid 1px white;
}
.contact-form .contact-send:hover {
  background: linear-gradient( 130deg, #004981, #4573A7);
}
.contact-form .contact-clean {
  height: auto !important;
  color: #c5c5c5;
  border-radius: 7px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.contact-form .contact-clean:hover {
  color: #fff;
  background-color: #c0c0c0;
}

/* FAQ =================================================================== */
.faq-zone {
  padding: 15px 0;
}

.faq-btn {
  text-align: right;
  margin-top: 20px;
}
.faq-btn .faq-more {
  background-color: #909090;
  color: #fff;
  border-radius: 15px;
  padding: 3px 15px;
  transition: all 0.5s ease-in-out;
}
.faq-btn .faq-more:hover {
  background-color: #c0c0c0;
}

.accrdion-content {
  word-wrap: break-word;
}