:root {
  --westex-blue: #0c3287;
  --westex-red: #d4281d;
}

div.section-1 {
  height: 604px;
  width: 100%;
  background-color: #ccc;
  background-image: url(/img/source/stock/Layer-56.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

div.section-1 .inner {
  position: relative;
}

div.section-1 .inner > div {
  position: absolute;
  right: 20px;
  height: 604px;
  width: 100%;
  text-align: right;
}

div.section-1 h1 {
  margin-top: 270px;
  font-weight: bold;
  font-size: 60px;
  color: var(--westex-blue);
}

div.section-1 h1.wide {
  display: block;
}
div.section-1 h1.narrow {
  display: none;
}

div.section-2 {
  padding: 100px 0;
}

div.section-2 h2.title {
  padding-bottom: 20px;
}

div.section-2 img {
  padding-top: 40px;
  width: 230px;
}

div.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--westex-blue);
  color: #fff;
}

div.section-3 .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.3);
}

div.section-3 .slick-dots li.slick-active button {
  background-color: #fff;
}

div.section-3 h2.title {
  color: #fff;
  padding-bottom: 20px;
}

div.s3-cards {
  padding-top: 50px;
}

div.s3-card {
  max-width: 300px;
  height: 564px;
  margin: auto;
  position: relative;
}

div.s3-card-img {
  width: 300px;
  height: 564px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div.s3-card-main {
  position: absolute;
  bottom: 0;
  line-height: 83.5px;
  height: 83.5px;
  width: 100%;
  font-size: 26px;
  /* font-weight: lighter; */
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

div.s3-card-img.s3-i1 {
  background-image: url(/img/source/brand-mission-industry-01.jpg);
}
div.s3-card-img.s3-i2 {
  background-image: url(/img/source/brand-mission-industry-02.jpg);
}
div.s3-card-img.s3-i3 {
  background-image: url(/img/source/brand-mission-industry-03.jpg);
}
div.s3-card-img.s3-i4 {
  background-image: url(/img/source/brand-mission-industry-04.jpg);
}

div.section-4 {
  padding-top: 80px;
  padding-bottom: 120px;
}

div.section > .inner.s4-p1 {
  margin-bottom: 80px;
  height: 320px;
}

div.section > .inner.s4-p1 > div.s4-glist {
  margin-top: 30px;
  height: 350px;
  width: 50%;
  float: left;
  max-width: 620px;
}
div.section > .inner.s4-p1 > div.s4-img {
  background-image: url(/img/source/stock/brand-mission-03.jpg);
  background-position: center;
  background-size: cover;
  height: 350px;
  width: 50%;
  float: right;
  max-width: 620px;
}

div.section > .inner.s4-p2 {
  margin-top: 80px;
}

div.section-4 div.section-item {
  margin-top: 30px;
  max-width: 620px;
  width: 620px;
}

div.section-4 .s4-list-out {
  float: left;
  padding-right: 40px;
}
div.section-4 div.s4-list-out.last {
  padding-right: 0px;
}
div.section-4 .s4-list {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  color: var(--westex-blue);
  margin-top: 5px;
}

div.section-4 .s4-disc {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: -3px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 50%;
  background-color: var(--westex-blue);
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

div.section-4 div.s4-box {
  height: 412px;
  width: 412px;
  max-width: 412px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.05);
  border: #ccc solid 1px;
  box-shadow: 1px 1px 3px #ccc, -1px -1px 3px #ccc;
  text-align: center;
  padding: 50px 0;
}

div.section-4 div.s4-box img {
  display: inline;
  width: 250px;
  text-align: center;
  padding-bottom: 20px;
}

div.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--westex-blue);
}

div.section-5 .inner {
  height: 420px;
}

div.section-5 div.s5-content {
  width: calc(100% - 630px - 20px);
  float: left;
}

div.section-5 div.s5-content > h2.title {
  color: #fff;
  margin-bottom: 30px;
}

div.section-5 div.s5-content > p.desc {
  color: #fff;
  margin-bottom: 20px;
  text-align: justify;
}

div.section-5 div.s5-videos {
  float: right;
  width: 650px;
  height: 450px;
}

div.section-5 div.s5-v-card {
  width: 300px;
  background: #fff;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

div.section-5 div.s5-v-card h3 {
  margin: 10px 10px 15px 10px;
  font-size: 22px;
  color: var(--westex-blue);
}

div.section-5 div.s5-v-card img {
  width: 300px;
}

div.section-5 div.s5-v-card a {
  display: block;
  width: 300px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 150px;
  text-align: center;
  font-size: 50px;
  color: #ccc;
}

div.section-5 div.s5-v-card a:hover {
  color: #fff;
}

div.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 620px;
}

div.section-6 div.s6-bg {
  width: 630px;
  height: 420px;
  background-image: url(/img/source/s6-bg-new.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}

div.section-6 div.s6-info {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
  width: calc(100% - 630px - 20px);
}

div.section-6 div.s6-info h2.title,
div.section-6 div.s6-info p.desc {
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  div.section > .inner.s4-p1 {
    height: auto;
  }

  div.section > .inner.s4-p1 > div.s4-glist {
    width: 100%;
    max-width: 100%;
    float: none;
    height: auto;
  }
  div.section > .inner.s4-p1 > div.s4-img {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  div.section .s4-l1 {
    height: 100px;
  }
}

@media (max-width: 1200px) {
  div.section-4 {
    display: block;
  }
  div.section-4 div.section-item {
    max-width: 100%;
  }
  div.s4-l1 {
    width: 80%;
  }

  div.section-5 div.inner {
    height: auto;
  }

  div.section-5 div.s5-content {
    width: 100%;
    float: none;
  }
  div.section-5 div.s5-videos {
    padding-top: 20px;
    float: none;
    margin: auto;
  }

  div.section-6 {
    height: auto;
  }

  div.section-6 div.s6-bg {
    width: 100%;
    float: none;
  }
  div.section-6 div.s6-info {
    padding-top: 20px;
    float: none;
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  div.section-1 h1.wide {
    display: none;
  }
  div.section-1 h1.narrow {
    display: block;
  }
}

@media (max-width: 768px) {
  div.s4-l1 {
    width: 100%;
  }
  div.section-4 div.s4-box {
    width: 100%;
  }
  div.section-6 div.s6-bg {
    height: 30vh;
  }

  div.section-5 div.s5-videos {
    padding-top: 0;
    width: 100%;
    height: auto;
  }

  div.section-5 div.s5-v-card {
    margin: 10px auto;
    float: none;
  }
}

@media (max-width: 680px) {
  div.section div.s4-l1 {
    height: auto;
    margin-bottom: 20px;
  }

  div.section-4 div.s4-list-out {
    width: 100%;
    float: none;
  }

  div.section-4 div.s4-box {
    width: 300px;
    min-width: 300px;
    padding: 30px;
  }

  div.section-4 div.s4-box img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  div.section-1 {
    height: 300px;
  }
  div.section-1 h1 {
    margin-top: 120px;
  }

  div.section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  div.section-2 img {
    padding-top: 10px;
    width: 150px;
  }

  div.section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  div.s3-cards {
    padding-top: 10px;
  }
  div.section-3 .slick-dots {
    position: block;
    padding-top: 25px;
    bottom: auto;
  }

  div.section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  div.section-4 div.section-item {
    margin-top: 0px;
  }

  div.section > .inner.s4-p1 {
    margin-bottom: 50px;
  }

  div.section > .inner.s4-p2 {
    margin-top: 20px;
  }

  div.section-4 .slick-dots {
    position: block;
    padding-top: 25px;
    bottom: auto;
  }

  div.section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  div.section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  div.section-6 div.s6-info {
    padding-top: 20px;
  }
}
