body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}
.wrapper {
  max-width: 1360px;
  margin: 0 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;
}

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

.btn-about {
  padding: 7px 40px;
  display: inline-block;
  position: relative;
  color: #fff !important;
  background: #CE1126;
  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, rgb(206 17 38 / 0%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4) inset;
}

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

/*
.feature-list {
  padding-left: 50px;
}
*/

.feature-list li {
  list-style: none;
}
.feature-list .title {
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 80px;
  line-height: 1.7;
  position: relative;
  color: #002e89;
}
.feature-list .title:before {
background-image: url(../images/gear.png);
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    background-size: cover;
    transform: translate(0%, -50%);
}
.feature-list p {
  line-height: 1.7rem;
  padding-left: 80px;
}
.feature-list a:hover {
  color: #fff;
}

@media (max-width: 992px) {
/*
  .feature-bg {
	background: rgb(206 17 38 / 0%);
	}
*/
  .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);
  }
}

@media (max-width: 430px) {
	.feature-list .title{
		font-size: 1.35rem;
		padding-left: 60px;
	}
	.feature-list p {
		padding-left: 60px;
	}
	.feature-list .title:before {
		width: 50px;
		height: 50px;
		top: 50%;
	}
}

/* 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;
}
.idx-pro-top .man {
  position: absolute;
  z-index: 7;
  left: -500px;
  top: -30px;
  pointer-events: none;
}
.idx-pro-top .title {
  font-size: 2rem;
}
.idx-pro-top .title span {
  color: #002e89;
}
.idx-pro-top p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}

.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: linear-gradient(270deg ,rgb(252 209 22 / 0%), rgb(252 209 22 / 60%));
  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 {
  margin-top: 100px;
  background: url(../images/idx-application.jpg) no-repeat center;
  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 #000);
}

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: 75%;
}
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: 15px 10px;
  padding: 10px 25px;
  font-weight: 400;
  color: #fff;
  background: #CE1126;
  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: #DD5867;
  transition: all 0.3s;
}

/* 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: #CE1126;
  color: #fff;
  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: #002e89;
  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: #FCD116;
  color: #000;
}
.faq-zone .faq-list:hover .arrow-down {
  border-color: #FCD116 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: #002e89 transparent transparent transparent;
  transition: all 0.5s;
}