#about-pillar .s2 {
  background: #F3F3F3;
  padding: 7.5em 0 7em  0;
}

#about-pillar .s2 .cols {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}

#about-pillar .s2 .cols > div:first-child {
  width: 60%;
}

#about-pillar .s2 .cols > div:last-child {
  width: 40%;
}

#about-pillar .s2 h3 {
  color: #293F80;
  font-size: 2.1em;
  font-weight: 400;
}

#about-pillar .s2 h3 span {
  color: #4292E8;
}

#about-pillar .s3 {
  padding: 7.5em 0;
}

#about-pillar .s3 .contain {
  max-width: 770px;
  border-bottom: 2px solid #293F80;
  padding-bottom: 30px;
}

#about-pillar .s3 ce {
  position: relative;
  display: block;
}

#about-pillar .s3 h4 {
  font-size: 3.1em;
  font-weight: 200;
  line-height: 1.24em;
  color: #7E7E7E;
  opacity: 0.2;
  display: inline;
}

#about-pillar .s3 h4:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #293F80;
  opacity: 1;
  transition: clip-path 0.1s linear;
}

#about-pillar .s4 {
  position: relative;
  overflow: hidden;
}

#about-pillar .s4 #imgslider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#about-pillar .s4 #imgslider .fx-list {
  display: none;
}

#about-pillar .s4 #imgslider .c1 {
  background: url(/i/about-panel1.jpg) no-repeat center/cover;
  padding: 7.5em 0;
  height: 100vh;
}

#about-pillar .s4 #imgslider .c2 {
  background: url(/i/about-panel2.jpg) no-repeat center/cover;
  padding: 7.5em 0;
  height: 100vh;
}

#about-pillar .s4 #imgslider .c1 .contain {
  background: #fff;
}

#about-pillar .s4 #imgslider .c2 .contain {
  background: linear-gradient(302deg, #11213F 5.23%, #295280 83.28%);
}

#about-pillar .s4 #imgslider .fx-slides {
  height: 100%;
}

#about-pillar .s4 #imgslider .fx-slides > div {
  height: 100%;
}

#about-pillar .s4 #imgslider .fx-slides > div > div:nth-child(1) {
  clip-path: none;
}

#about-pillar .s4 #imgslider .fx-slides > div > div {
  height: 100% !important;
  clip-path: polygon(0px 0px, 0px 0px, 0px 100%, 0px 100%);
  transition: clip-path 0.25s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

#about-pillar .s4 #cslider .fx-list {
  display: none;
}

#about-pillar .s4 .c1 {
  padding: 7.5em 0;
  height: 100vh;
}

#about-pillar .s4 .c2 {
  padding: 7.5em 0;
  height: 100vh;
}

#about-pillar .s4 .contain {
  padding: 0 7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 15em);
}

#about-pillar .s4 p.h {
  color: #293F80;
  font-size: 0.9em;
  font-weight: 300;
  text-align: left;
  margin-left: 0;
  margin-bottom: 0;
}

#about-pillar .s4 h5 {
  color: #293F80;
  font-size: 2.1em;
  font-weight: 400;
  line-height: normal;
  max-width: 800px;
  margin: 1em 0;
}

#about-pillar .s4 h5 span {
  color: #4292E8;
}

#about-pillar .s4 p {
  color: #595959;
  margin-left: 360px;
  margin-bottom: 1em;
}

#about-pillar .s4 p:last-child {
  margin-bottom: 0;
}

#about-pillar .s4 .c2 p {
  color: #fff;
}

#about-pillar .s4 .c2 h5 {
  color: #fff;
  max-width: 400px;
  margin-bottom: -15px;
}

#about-pillar .s4 .c2 h5 span {
  color: #4292E8;
}

@media all and (max-width: 979px) {
  #about-pillar .s2 .cols {
    flex-direction: column;
  }
  #about-pillar .s2 .cols > div {
    width: 100% !important;
  }
}

@media all and (max-height: 850px) {
  #about-pillar .s4 .c1, #about-pillar .s4 .c2 {
    padding: 5em 0;
  }
  #about-pillar .s4 .c1 .contain, #about-pillar .s4 .c2 .contain {
    height: calc(100vh - 10em);
    padding: 0 3.5em;
  }
}

@media all and (max-width: 1099px), (max-height: 669px) {
  #about-pillar .s4 #imgslider {
    display: none;
  }
  #about-pillar .s4 #cslider .fx-list {
    display: block;
    margin-top: -30px;
    text-align: center;
    top: -20px;
  }
  #about-pillar .s4 #cslider .fx-nav {
    border-radius: 10px;
    background: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 10px;
  }
  #about-pillar .s4 #cslider .fx-nav.fx-on {
    background: #4292E8;
  }
  #about-pillar .s4 #cslider .c1, #about-pillar .s4 #cslider .c2 {
    height: auto;
  }
  #about-pillar .s4 #cslider .c1 {
    background: url(/i/about-panel1.jpg) no-repeat center/cover;
  }
  #about-pillar .s4 #cslider .c2 {
    background: url(/i/about-panel2.jpg) no-repeat center/cover;
  }
  #about-pillar .s4 #cslider .c2 h5 {
    max-width: 100%;
    margin: 1em 0;
  }
  #about-pillar .s4 #cslider .c1 .contain {
    background: #fff;
    height: auto;
    padding: 3em;
  }
  #about-pillar .s4 #cslider .c2 .contain {
    background: linear-gradient(302deg, #11213F 5.23%, #295280 83.28%);
    height: auto;
    padding: 3em;
  }
  #about-pillar .s4 #cslider p {
    margin-left: 0;
  }
}

@media all and (max-width: 979px) {
  #about-pillar .s4 p {
    margin-left: 0 !important;
  }
  #about-pillar .s4 h5 {
    margin: 1em 0 !important;
  }
}

@media all and (max-width: 767px) {
  #about-pillar .s2, #about-pillar .s3 {
    padding: 5em 0;
  }
  #about-pillar .s2 .cols {
    gap: 25px;
  }
  #about-pillar .s3 h4 {
    font-size: 2em;
  }
}

@media all and (max-width: 600px) {
  #about-pillar .s2 h3 {
    font-size: 1.5em;
  }
  #about-pillar .s4 h5 {
    font-size: 1.5em;
  }
}
