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

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

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

.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: #fc0;
  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 p {
  line-height: 2rem;
}
.about-zone a:hover {
  color: #ababab;
}

h1 {
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  color: #000;
}

.btn-about {
  padding: 7px 40px;
  display: inline-block;
  position: relative;
  color: #fff !important;
  background: #000;
  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: 0.5s;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.btn-about:hover {
  color: #fff;
  transform: scale(1.1);
}
.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;
}

/* Feature ===================================================================== */
.feature-bg {
  background: url("../images/idx-feature.png") no-repeat right center #F7F7F7;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) inset;
}
/*
@media (max-width: 992px) {
  .feature-bg {
    background-image: none;
  }
}
*/

.feature-zone {
  padding: 2% 0;
}

.feature-list {
/*  padding-left: 50px;*/
  margin-top: 30px;
}
@media (max-width: 992px) {
  .feature-list {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 2px 9px -4px rgba(0, 0, 0, 0.7);
  }
}
.feature-list li {
  list-style: none;
  margin: 0 0 30px 0;
}
.feature-list .title {
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
.feature-list .title:before {
  background-image: url("../images/gear.png");
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0px;
  top: -3px;
}
.feature-list p {
  line-height: 1.7rem;
  color: #939393;
}
.feature-list a:hover {
  color: #fff;
}

/* Parallax ===================================================================== */
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.parallax {
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Products =================================================================== */
.idx-pro-top {
  font-size: 18px;
  font-weight: 600;
  padding: 90px 0 30px 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
   .man {
	   display: none;
		}
}
.idx-pro-top .title {
  font-size: 2rem;
}
.idx-pro-top .title span {
  color: #ababab;
}
.idx-pro-top p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}
.idx-pro-top a:hover {
  color: #ababab;
}

.idx-pro-wrap {
  padding: 0 10px;
}
.idx-pro-wrap .slick-prev {
  left: -5px;
}
.idx-pro-wrap .slick-next {
  right: -5px;
}
.idx-pro-wrap li * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.idx-pro-wrap li .idx-pro-frame {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  width: 95%;
  height: 0;
  padding-bottom: 71%;
}
.idx-pro-wrap li .idx-pro-frame .img-center a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.idx-pro-wrap li .idx-pro-frame .hover-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 50%);
  opacity: 0;
  z-index: 1;
}
.idx-pro-wrap li .idx-pro-frame:hover .hover-mask {
  opacity: 1;
}
.idx-pro-wrap li .idx-pro-frame .hover-icon {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 20%;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  padding: 20px;
  transform: translate(0%, 200%);
  opacity: 0;
}
.idx-pro-wrap li .idx-pro-frame .hover-icon:before {
  position: absolute;
  top: 7px;
  left: 7px;
  content: "";
  background: url(icons/icon-link.svg) no-repeat;
  padding: 14px;
}
.idx-pro-wrap li .idx-pro-frame:hover .hover-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}
.idx-pro-wrap li .idx-pro-frame img {
  max-height: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.idx-pro-wrap li .idx-pro-frame:hover img {
  transform: scale(1.1);
}
.idx-pro-wrap li .idx-pro-frame h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  align-items: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: translate(0%, -50%);
  opacity: 0;
}
.idx-pro-wrap li .idx-pro-frame:hover h3 {
  transform: translate(0%, -5%);
  opacity: 1;
}

/* Application =================================================================== */
.wrapper-application {
  padding-bottom: 30px;
  margin-top: 100px;
  background-image: url("../images/idx-application.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.frame-application {
  max-width: 1200px;
  margin: 0 auto;
}

.title-application {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 60px 0 10px 0;
  filter: drop-shadow(2px 1px 0px rgba(0, 0, 0, 0.7));
}

ul.idx-application {
  padding: 20px 10px 0 10px;
}
ul.idx-application .slick-prev {
  left: -5px;
}
ul.idx-application .slick-next {
  right: -5px;
}
ul.idx-application li .outer {
  margin: 15px 20px;
  max-width: 269px;
  background: #fff;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 476px) {
  ul.idx-application li .outer {
    margin: 15px auto;
  }
}
ul.idx-application li .outer:hover {
  transform: scale(1.03);
}
ul.idx-application li .outer .pic-application {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
ul.idx-application li .outer .pic-application img {
  max-height: 100%;
}
ul.idx-application li .outer .pic-application .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.btnbox {
  display: flex;
  justify-content: center;
}

a.btn-more {
  position: relative;
  border-radius: 4px;
  line-height: 1rem;
  font-size: 13px;
  margin: 16px 15px;
  padding: 10px 25px;
  font-weight: 200;
  color: #fff;
  background: linear-gradient(#04caf7, #03a9f4);
  transition: all 0.3s;
}
a.btn-more:after {
  position: absolute;
  content: "+";
  font-size: 1.1rem;
  display: block;
  right: 12px;
  top: 10px;
}
a.btn-more:hover {
  background: linear-gradient(#FFEB3B, #fabc3d);
}

/* FAQ =================================================================== */
.wrapper-faq {
  margin: 70px auto;
}

.faq-pic {
  text-align: center;
}

.faq-more-out {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

a.faq-more {
  background: linear-gradient(180deg, #FFEB3B, #fabc3d);
  color: #000;
  font-size: 0.9rem;
  border-radius: 3px;
  padding: 10px 15px;
  transition: all 0.5s;
  display: block;
  max-width: 130px;
}
a.faq-more:hover {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.3);
}
a.faq-more:before {
  content: "";
  background: url(icons/icon-plus.svg) no-repeat;
  padding: 0 7px;
  margin-right: 5px;
}

.faq-zone {
  margin-top: 30px;
}
.faq-zone .faq-list {
  position: relative;
  background: #009640;
  font-size: 1rem;
  color: #fff;
  border-radius: 4px;
  padding: 14px 12px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.5rem;
  transition: all 0.5s;
}
.faq-zone .faq-list:hover {
  background: #000;
}
.faq-zone .faq-list:hover .arrow-down {
  border-color: #000 transparent transparent transparent;
}
.faq-zone .faq-list .arrow-down {
  position: absolute;
  top: -13px;
  left: 40px;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #009641 transparent transparent transparent;
}