body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  padding: 84px 0 0 0;
}
@media (max-width: 1070px) {
    body {padding: 76px 0 0 0;}
}

.wrapper {
  max-width: 1360px;
  margin: 0 auto;
}
main {
  line-height: 2rem;
}

/* Banner ===================================================================== */
.banner {line-height: 0;}
.banner-mobile { display: none; }

.banner .fotorama__nav{bottom: 2%;}
.banner .fotorama__nav__frame.fotorama__active .fotorama__dot{background: #87bee6;}
@media (max-width: 620px) {
  .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-weight: bold;
  color: #000;
}
@media (max-width: 576px) {
  .about-text h1 {
    font-size: 1.2rem;
  }
}
.about-text .about-pic-2 {
  position: absolute;
  width: 810px;
  left: -300px;
  top: 380px;
}
@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: #00355B;
  border-radius: 5px;
  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 right bottom #f9f9f9;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) 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-weight: bold;
  padding: 60px 0 60px 0;
  margin: 0 auto;
  text-align: center;
}
.idx-prod-top .title {
  font-size: 2rem;
}
.idx-prod-top .title span {
  color: #00355B;
}
.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 button:before {
  color: #00355B;
}
.idx-prod .slick-dots li.slick-active button:before {
  color: #00355B;
}
.idx-prod .idx-prod-name {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
}
.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: 2rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media (max-width: 460px) {
  .news-zone .news-title {
    font-size: 1.7rem;
  }
}
.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;
  max-width: 260px;
  margin: 0 auto;
  margin-top: 90px;
}
@media (max-width: 460px) {
  .news-zone .news-text {
    font-size: 0.9rem;
  }
}
.news-zone a.news-btn {
  color: #fff;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 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: rgba(255, 255, 255, 0.9);
  color: #03aff5;
}

/* 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: #666;
  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 {display: flex; flex-flow: wrap; justify-content: space-between; padding: 0; margin: 0;}
.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: #666;
}
.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: #f3faff;
  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-color: #00355B;
  border: solid 1px #00355B;
}
.contact-form .contact-send:hover {
  background-color: #2F72A2;
  border: solid 1px #2F72A2;
}
.contact-form .contact-clean {
  height: auto !important;
  color: #a6a6a6;
  border-radius: 7px;
  background-color: #eee;
  border: solid 1px #eee;
}
.contact-form .contact-clean:hover {
  color: #fff;
  background-color: #2F72A2;
  border: solid 1px #2F72A2;
}

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

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

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