/* Banner ===================================================================== */
.banner {
  margin: 0px 0 70px 0;
}
@media (max-width: 1000px) {
  .banner {
    margin: 45px 0 70px 0;
  }
}

.banner-img img {
  width: 100%;
}

.bn-desktop {
  display: block;
}

.bn-mobile {
  display: none;
}

/* About Us ===================================================================== */
.title {
  margin-bottom: 50px;
  position: relative;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
  color: #083D77;
}
.title:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #083D77;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 50px);
}
.title span {
  color: #3e79ea;
}

h1 {
  font-size: 1.1rem;
  font-weight: 100;
  margin: 45px 0px;
  color: #3e79ea;
  text-align: center;
}

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

.btn-idxnews {
  padding: 10px 40px;
  color: #3e79ea;
  background-color: transparent;
  border: solid 1px #323D3D;
  border-radius: 5px;
  font-size: 15px;
  transition: 0.2s;
  color: #323D3D!important;
}
.btn-idxnews:hover {
  border-color: #eb7b1b;
  background: #eb7b1b;
  color: #fff;
  transition: 0.3s;
  color: #fff!important;
}

article p {
  line-height: 2rem;
}
article a:hover {
  color: #3e79ea;
}

/* 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-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  color: #323D3D;
}
.idx-pro-top a:hover {
  color: #3e79ea;
}

.idxpro-wrap {
  width: 95%;
  max-width: 1345px;
  margin: 0 auto 40px auto;
}
.idxpro-wrap li {
  position: relative;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: #000;
  padding-bottom: 134%;
}
.idxpro-wrap li .img-center {
  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:after {
  background-color: #eb7b1b;
  top: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 0%;
  transition: all 0.45s ease;
}
.idxpro-wrap li > a img{
  opacity: 0.6;
}
.idxpro-wrap li:hover > a img {
  opacity: 1;
}
.idxpro-wrap li:hover:after {
  width: 100%;
}
.idxpro-wrap li:hover a h3 {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.35s;
}
.idxpro-wrap li a img {
  max-height: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.idxpro-wrap li a h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  opacity: 1;
  transition: all 0.3s;
}

.slick-dots li {
  background: none;
}
.slick-dots li:hover:after {
  width: 0;
}

/* Application ================================================================ */
.application {
  padding: 100px 0;
  background: linear-gradient(rgba(43, 182, 211, 0), rgba(43, 182, 211, 0)), url(../images/idx-application-bg.jpg) center center no-repeat;
  background-attachment: inherit;
  background-size: cover;
  overflow: hidden;
}
.application .title {
  color: #fff;
}

.application-list {
  display: flex;
  flex-wrap: wrap;
}
.application-list li {
  flex: 0 0 32%;
  margin: 5px;
  max-height: 270px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 5px #555;
  transition: all 0.55s ease;
  background: #212121;
}
.application-list li img {
  width: 100%;
  height: auto;
  transition: all 0.55s ease;
}
.application-list li:hover img {
  opacity: 0.5;
}
.application-list li.flex-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 65%;
}
.application-list li.flex-2 img {
  width: 100%;
  overflow: hidden;
}
.application-list li .box-content {
  padding: 5px 10px 10px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.application-list li .box-content:before, .application-list li .box-content:after {
  content: "";
  width: 815px;
  height: 2px;
  position: absolute;
  background: #fff;
  transition: all 0.55s ease;
}
.application-list li .box-content:before {
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.application-list li .box-content:after {
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
}
.application-list li .box-content-inner:before, .application-list li .box-content-inner:after {
  content: "";
  width: 2px;
  height: 767px;
  position: absolute;
  background: #fff;
  transition: all 0.55s ease;
}
.application-list li .box-content-inner:before {
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.application-list li .box-content-inner:after {
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}
.application-list li:hover .box-content:before,
.application-list li:hover .box-content:after,
.application-list li:hover .box-content-inner:before,
.application-list li:hover .box-content-inner:after {
  transform: translate(0, 0);
}
.application-list li:hover .box-content:before, .application-list li:hover .box-content:after {
  transition-delay: 0.15s;
}
.application-list li h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
.application-list li .post {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #434343;
  background: #fff;
}

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

ul.news {
  padding: 20px 10px 0 20px;
}
ul.news .slick-prev {
  left: -10px;
}
ul.news .slick-next {
  right: -5px;
}
ul.news li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 96%;
  background: #fff;
  border: solid 1px #E2E0E0;
  border-radius: 0px 0px 6px 6px;
}
ul.news li a {
  text-decoration: none;
}
ul.news li .inner {
  padding: 0 17px 17px 0;
}
ul.news li .inner .title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 6px;
  font-size: 1.15rem;
  color: #282828;
  text-align: left;
  font-weight: 400;
}
ul.news li .inner .title:after {
  content: none;
}
ul.news li .inner .title a {
  color: #323D3D;
}
ul.news li .inner .title a:hover {
  color: #EB7B1B;
}
ul.news li figure {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
}
ul.news li figure .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.news li figure .img-center img {
  max-height: 100%;
}
ul.news li .time {
  display: inline-flex;
  flex-direction: column;
  width: 22%;
  margin-right: 10px;
  padding: 8px 10px;
  text-align: center;
  background: #eb7b1b;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  transition: background 0.2s linear 0s;
}
ul.news li .time small {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: capitalize;
}
ul.news li .time small:before {
  content: "";
  display: block;
  margin-bottom: 5px;
  border-top: 1px solid #fff;
}
ul.news li:hover .time {
  background: #083D77;
}
ul.news li .text {
  display: inline-flex;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0px 0px 20px;
  font-weight: 200;
  line-height: 1.35rem;
}

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

/* Button ================================================================ */
.btn-out {
  display: inline-block;
  line-height: 1em;
  margin: 8px 4px;
  padding: 8px 15px;
  font-size: 15px;
  position: relative;
  opacity: 0.999;
  border-radius: 4px;
}

.btn-more {
  color: #fff !important;
  padding: 15px 50px !important;
  font-weight: 400;
  background: #083D77;
  border: solid 1px #083D77;
}
.btn-more:hover {
  color: #083D77 !important;
  background: #fff;
  border: solid 1px #083D77;
/*  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);*/
}
.btn-more: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: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-more:hover:after {
  border-color: #060A63;
}

a.btn-readmore {
  margin-top: 16px;
  padding: 10px 25px;
  font-weight: 200;
  color: #333;
  background-color: #fff;
  border: solid 1px #adadad;
}
a.btn-readmore:hover {
  background: #eb7b1b;
  color: #fff;
  border: solid 1px #eb7b1b;
}

@media only screen and (max-width: 992px) {
  .application-list li {
    flex: 0 0 48%;
    padding: 0;
    margin-bottom: 30px;
  }
  .application-list li.flex-2 {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 620px) {
  .bn-desktop {
    display: none;
  }

  .bn-mobile {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .application-list li {
    flex: 0 0 97%;
  }
  .application-list li.flex-2 {
    flex-basis: 97%;
  }
}