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

/* Banner ===================================================================== */
.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: #027bce;
  padding: 3px 17px;
}
@media (max-width: 620px) {
  .idx-banner .idx-bn-pc {
    display: none;
  }
}
.idx-banner .idx-bn-m {
  display: none;
}
@media (max-width: 620px) {
  .idx-banner .idx-bn-m {
    display: block;
  }
}

/* About Us ===================================================================== */
.about-bg {
  background: url(../images/idx-about-bg.png) no-repeat right top;
  line-height: 2rem;
  margin-bottom: 7%;
  min-height: 519px;
}

article a:hover {
  color: #04caf7;
}

.title {
  margin-bottom: 50px;
  position: relative;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}
.title h1 {
  display: inline;
  font-weight: 400;
}
.title strong {
  color: #00487C;
}
.title:after {
  content: ". . .";
  display: block;
  color: #00487C;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 25px);
}
.title span {
  color: #00487C;
}

.btn-about-out {
  margin-top: 20px;
  text-align: center;
}

.btn-about {
  padding: 7px 40px;
  display: inline-block;
  position: relative;
  color: #fff !important;
  background: #00487C;
  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;
}

/* Video ===================================================================== */
.wrapper-video {
  height: 50vh;
  text-align: center;
  padding-top: 130px;
}
.wrapper-video .video-title {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.7));
  font-family: "Raleway", sans-serif;
  letter-spacing: 4px;
}
.wrapper-video .video-button {
  background-color: #00487C;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 3% auto 0 auto;
  position: relative;
  transition: 0.5s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.wrapper-video .video-button:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  background: url(icons/icon-play.svg) no-repeat;
  padding: 30px;
}
.wrapper-video .video-button:hover {
  transform: scale(0.9);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}
.wrapper-video .bg-video {
  background-image: url("../images/video-bg.jpg");
}

/* News ================================================================ */
.wrapper-news {
  max-width: 1020px;
  margin: 80px auto 80px auto;
}

.news-list {
  border: solid 1px #e2e0e0;
  border-radius: 6px 6px 6px 6px;
  transition: all 0.2s;
  margin: 0 25px;
}
.news-list a {
  color: #00487C;
}
.news-list figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 54%;
}
.news-list figure .img-center a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news-list figure img {
  max-height: 100%;
  transition: all 0.5s;
  border-radius: 6px 6px 0px 0px;
}
.news-list .news-info {
  padding: 15px;
  position: relative;
}
.news-list .news-info .news-date {
  position: absolute;
  top: -60px;
  padding: 15px 30px;
  border-radius: 100%;
  text-align: center;
  background: #565454;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s;
}
.news-list .news-info .news-date small {
  font-size: 15px;
  text-transform: capitalize;
}
.news-list .news-info .news-date small:before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
}
.news-list .news-info .news-title {
  margin-top: 27px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #03a9f4;
  font-weight: 600;
}
.news-list .news-info .news-title a:hover {
  color: #027bce;
}
.news-list .news-info .news-text {
  margin: 10px 0;
  font-size: 0.9rem;
  font-weight: 200;
  line-height: 1.5rem;
  color: #333;
}
.news-list:hover {
  transform: scale(0.98);
  box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.5);
}
.news-list:hover .news-info .news-date {
  background: #00487C;
}
.news-list:hover figure img {
  opacity: 0.7;
}

.news-btnbox {
  text-align: center;
  margin-top: 16px;
}

.news-btn {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 200;
  color: #333;
  background-color: #fff;
  border: solid 1px #adadad;
  border-radius: 3px;
  transition: all 0.5s;
}
.news-btn:hover {
  background: #00487C;
  color: #fff;
  border: solid 1px #00487C;
}

/* Ad ===================================================================== */
.wrapper-ad {
  height: 50vh;
}

.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;
}

.bg-ad {
  background-image: url("../images/idx-ad.jpg");
}

/* Products =================================================================== */
.idx-pro-top {
  max-width: 725px;
  font-size: 18px;
  padding: 75px 0 50px 0;
  margin: 0 auto;
  text-align: center;
}
.idx-pro-top p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}
.idx-pro-top a:hover {
  color: #04caf7;
}

.idxpro-wrap {
  width: 95%;
  max-width: 1345px;
  margin: 0 auto 40px auto;
}
.idxpro-wrap li {
  position: relative;
  font-size: 16px;
  color: #000;
  text-align: center;
  overflow: hidden;
  padding: 0 10px;
  width: 95% !important;
  height: 0;
  padding-bottom: 59%;
}
.idxpro-wrap li .img-center a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.idxpro-wrap li * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.idxpro-wrap li .hover-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #00487C 0%, rgba(2, 123, 206, 0.1) 100%);
  opacity: 0;
  z-index: 1;
}
.idxpro-wrap li:hover .hover-mask {
  opacity: 1;
}
.idxpro-wrap li .hover-circle {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 20%;
  z-index: 2;
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 20px;
  transform: translate(0%, 200%);
  opacity: 0;
}
.idxpro-wrap li .hover-circle:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  background: url(icons/icon-arrow-right.svg) no-repeat;
  padding: 10px;
}
.idxpro-wrap li:hover .hover-circle {
  transform: translate(0%, 0%);
  opacity: 1;
}
.idxpro-wrap li a img {
  max-height: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.idxpro-wrap li:hover a img {
  transform: scale(1.2);
}
.idxpro-wrap li a 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;
}
.idxpro-wrap li:hover a h3 {
  transform: translate(0%, -5%);
  opacity: 1;
}

/* Contact =================================================================== */
.wrapper-contact {
  margin-top: 100px;
  overflow-x: hidden;
}

.contact-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 5%;
}

.contact-left {
  background: linear-gradient(to right, #00487C 0%, #027bce 100%);
  padding: 50px;
}
.contact-left .contact-inner-left {
  padding-left: 200px;
}

.contact-right {
  background: #565454;
  padding: 50px;
  margin: 50px 0 0 -100px;
}
.contact-right .contact-inner-right {
  padding-right: 200px;
}

.contact-info {
  color: #fff;
}
.contact-info a {
  color: #fff;
}
.contact-info a:hover span {
  color: #bbe3ff;
}
.contact-info li {
  position: relative;
  list-style: none;
  line-height: 2rem;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 10px;
}
.contact-info span {
  color: #fff;
}
.contact-info .icon-add:before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  background: url(icons/icon-map.svg) no-repeat;
  padding: 12px;
}
.contact-info .icon-tel:before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  background: url(icons/icon-phone-2.svg) no-repeat;
  padding: 12px;
}
.contact-info .icon-fax:before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  background: url(icons/icon-fax.svg) no-repeat;
  padding: 12px;
}
.contact-info .icon-mail:before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  background: url(icons/icon-mail-2.svg) no-repeat;
  padding: 12px;
}

.contact-form input, .contact-form option, .contact-form select, .contact-form textarea {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-left: none;
  border-top: none;
  border-right: none;
}
.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: background-color 0.5s;
  box-sizing: border-box;
  outline: none;
}
.contact-form ul {
  display: block;
  padding: 0;
  list-style: none;
}
.contact-form ul li {
  display: inline-block;
  width: 48%;
  margin: 0 10px 36px 0;
  font-size: 1rem;
}
.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: #fff;
}
.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 textarea:focus, .contact-form ul li input:focus {
  background: #fff;
  color: #000;
}
.contact-form ul li textarea:focus::placeholder, .contact-form ul li input:focus::placeholder {
  color: #000;
}
.contact-form ul li.width-2 {
  width: 20%;
}
.contact-form ul li.message {
  display: block;
  width: 100%;
}
.contact-form ul.captcha li {
  margin: 0;
}
.contact-form ul.send li {
  margin: 8px 0px;
}
.contact-form ul.send li input {
  max-width: 80%;
  padding: 0.1em;
  height: auto !important;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 1.15em;
  border-radius: 20px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.contact-form ul.send li input:hover {
  width: 70%;
  color: #000;
  background: #fff;
}
.contact-form ul.send li input:focus {
  color: #fff;
  background: transparent;
}

.wrapper-map {
  margin-top: -13%;
}
@media (max-width: 992px) {
  .wrapper-map {
    margin-top: 0;
  }
}
.wrapper-map iframe {
  min-height: 65vh;
}

/* Responsive =================================================================== */
@media only screen and (max-width: 1370px) {
  .contact-left .contact-inner-left {
    padding-left: 0;
    padding-right: 5%;
  }

  .contact-right .contact-inner-right {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .contact-left {
    padding: 20px;
  }
  .contact-left .contact-inner-left {
    padding-right: 0%;
  }

  .contact-right {
    padding: 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 860px) {
  .bn-img-01 {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .about-bg {
    background: none;
	min-height: auto;
  }
}
@media only screen and (max-width: 680px) {
  .contact-form ul li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .bn-title-01, .bn-title-02, .bn-title-03, .bn-title-04 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .banner {
    margin: 0 0 70px 0;
  }
}
@media only screen and (max-width: 460px) {
  .wrapper-video .video-title {
    display: none;
  }
  .wrapper-video .video-button {
    width: 60px;
    height: 60px;
  }
  .wrapper-video .video-button:before {
    font-size: 1.3rem;
  }

  .wrapper-ad {
    height: 368px;
  }

  .wrapper-news {
    margin: 70px auto 80px auto;
  }

  ul.idx-news li .inner .title {
    width: 60%;
  }

  .contact-form ul.send li input {
    max-width: 100%;
  }
}