
.banner-inner1 .content {
  align-items: flex-start;
}

.banner-inner1 .content-top {
  align-items: flex-start;
}

.banner-inner1 .content-top .tag {
  align-self: flex-start;
}

.banner-inner1 .content-top .title {
  justify-content: flex-start;
  margin-bottom: 36px;
}

.banner-inner1 .content-top .desc {
  display: flex;
  width: 60%;
}

.banner-inner1 .content-top .desc p {
  display: flex;
  color: rgba(226, 232, 240, 1);
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 32.5px;
}


/* about nav styles */
.aboutNav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #f59a14;
}

.aboutNav .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutNav .item {
  display: flex;
  justify-content: center;
  padding: 17px 44px;
  color: #ffffff;
  position: relative;
  transition: background 0.5s ease;
}



.aboutNav .item p {
  display: flex;
  color: inherit;
  color: rgba(255, 255, 255, 1);
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 24px;
  line-height: 75px;
}
.aboutNav .item-active p {
  color: rgba(255, 255, 255, 1);
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 24px;
  line-height: 75px;
}
.aboutNav .item:hover {
  font-weight: 900;
}
/* company styles */
.company {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 34px 0 78px;
  background: #ffffff;
}

.company > img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.company .section1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}

.company .section1 .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.company .section1 .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 6px;
}

.company .section1 .tag .line {
  display: flex;
  width: 48px;
  height: 2px;
  background: rgba(245, 130, 32, 1);
}

.company .section1 .tag p {
  display: flex;
  color: rgba(245, 130, 32, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.company .section1 .title {
  display: flex;
  justify-content: center;
}

.company .section1 .title p {
  display: flex;
  color: rgba(58, 51, 126, 1);
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 35px;
  line-height: 44px;
}

.company .section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 8%;
}

.company .section2-left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 55%;
  padding-right: 52px;
}

.company .section2-left .text1 {
  display: flex;
  width: 100%;
  margin-bottom: 38px;
}

.company .section2-left .text1 p {
  color: rgba(29, 41, 61, 1);
  font-weight: 400;
}

.company .section2-left .text1 p span {
  color: rgba(58, 51, 126, 1);
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
}

.company .section2-left .text2 {
  display: flex;
  gap: 5px;
  width: 100%;
  margin-bottom: 24px;
}

.company .section2-left .text2 .dot {
  display: flex;
  width: 4px;
  max-width: 4px;
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #393184;
  position: relative;
  top: 12px;
}

.company .section2-left .text2 p {
  display: flex;
  color: rgba(69, 85, 108, 1);
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.company .section2-middle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 55%;
  bottom: -5%;
  z-index: 3;
  padding: 26px 34px 30px;
  border-radius: 8px;
  background: #393184;
  box-shadow: 0 16px 30px rgba(57, 49, 132, 0.28);
  border-radius: 14px;
  border-left: 3.9px solid rgba(245, 130, 32, 1);
  background: rgba(58, 51, 126, 1);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.company .section2-middle .text3 {
  display: flex;
  justify-content: center;
}

.company .section2-middle .text3 p {
  display: flex;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 0.4px;
}

.company .section2-middle .text3 p span {
  color: rgba(245, 130, 32, 1);
}

.company .section2-middle .text4 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.company .section2-middle .text4 p {
  display: flex;
  color: rgba(202, 213, 226, 1);
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.company .section2-right {
  display: flex;
  width: 45%;
  overflow: hidden;
  border-radius: 16px;
  border: 0.6px solid rgba(255, 255, 255, 0.2);
}

.company .section2-right img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* culture styles */
.culture {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 76px 0 72px;
  background: #eff2f7;
}

.culture > img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.culture .inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.culture .section1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
}

.culture .section1 .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 6px;
}

.culture .section1 .tag .line {
  display: flex;
  width: 48px;
  height: 2px;
  background: rgba(245, 130, 32, 1);
}

.culture .section1 .tag p {
  display: flex;
  color: rgba(245, 130, 32, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.culture .section1 .title {
  display: flex;
  justify-content: center;
}

.culture .section1 .title p {
  display: flex;
  color: rgba(58, 51, 126, 1);
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 35px;
  line-height: 44px;
}

.culture .section2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  align-items: stretch;
}

.culture .section2 .item {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 0.6px solid rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  background: rgba(30, 26, 77, 1);
}

.culture .section2 .item:nth-child(2) {
  border-radius: 16px;
  border: 0.6px solid rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  background: rgba(45, 42, 124, 1);
}

.culture .section2 .item .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 72%;
  padding: 44px 58px;
  position: relative;
  z-index: 1;
}

.culture .section2 .item:nth-child(2) .content {
  padding-left: 82px;
}

.culture .section2 .item .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 37px;
}

.culture .section2 .item .top .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  margin-right: 26px;
  width: 64px;
  max-width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.culture .section2 .item:nth-child(2) .top .icon {
background: rgba(255, 255, 255, 0.3);
}

.culture .section2 .item .top p {
  display: flex;
  color: rgba(255, 255, 255, 1);
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.culture .section2 .item .bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  gap: 22px;
}

.culture .section2 .item .bottom .text {
  display: flex;
  width: 100%;
}

.culture .section2 .item .bottom .text p {
  display: flex;
  color: rgba(202, 213, 226, 1);
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.culture .section2 .item .img {
  display: flex;
  width: 28%;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.culture .section2 .item:nth-child(2) .img {
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
}

.culture .section2 .item .img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.culture .section2 .item:nth-child(2) .img img {
  content: url("../img/about/culture2.png");
}

/* advantage styles */
.advantage {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 76px 0 88px;
  background: #ffffff;
}

.advantage .inner {
  display: flex;
  flex-wrap: wrap;
}

.advantage .section1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 36px;
}

.advantage .section1 .title {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.advantage .section1 .title p {
  display: flex;
  text-align: center;
  color: rgba(58, 51, 126, 1);
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-size: 35px;
  line-height: 48px;
}

.advantage .section1 .line {
  display: flex;
  width: 96px;
  height: 4px;
  border-radius: 18641400px;
  background: rgba(245, 130, 32, 1);
}

.advantage .section2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  align-items: stretch;
}

.advantage .section2 .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 31%;
  padding: 28px 30px 34px;
  border-radius: 16px;
  border: 3px solid rgba(0, 109, 219, 0.12);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.advantage .section2 .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(49, 44, 133, 0.12);
}

.advantage .section2 .item .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.advantage .section2 .item .num {
  display: flex;
}

.advantage .section2 .item .num p {
  display: flex;
  color: rgba(198, 210, 255, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}

.advantage .section2 .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(238, 242, 255, 1);
}

.advantage .section2 .item .title {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

.advantage .section2 .item .title p {
  display: flex;
  color: rgba(30, 26, 77, 1);
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.advantage .section2 .item .desc {
  display: flex;
  width: 100%;
}

.advantage .section2 .item .desc p {
  display: flex;
  color: rgba(69, 85, 108, 1);
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

/* about responsive styles */
@media only screen and (max-width: 1280px) {
  .aboutNav .item {
    padding: 12px 24px;
  }

  .aboutNav .item p,
  .aboutNav .item-active p {
    font-size: 18px;
    line-height: 32px;
  }

  .company,
  .culture,
  .advantage {
    padding: 25px 0;
  }

  .company .section1,
  .culture .section1,
  .advantage .section1 {
    margin-bottom: 25px;
  }

  .company .section1 .tag,
  .culture .section1 .tag {
    display: none;
  }

  .company .section1 .title p,
  .culture .section1 .title p,
  .advantage .section1 .title p,
  .advantage .section2 .item .title p {
    font-size: 20px;
    line-height: 28px;
  }

  .company .section2 {
    padding-left: 4%;
  }

  .company .section2-left {
    padding-right: 25px;
  }

  .company .section2-left .text1,
  .company .section2-left .text2,
  .advantage .section1 .title,
  .advantage .section2 .item .top {
    margin-bottom: 20px;
  }

  .company .section2-left .text1 p span,
  .company .section2-left .text2 p,
  .company .section2-middle .text4 p,
  .culture .section2 .item .bottom .text p,
  .advantage .section2 .item .desc p {
    font-size: 16px;
    line-height: 25px;
  }

  .company .section2-middle {
    padding: 20px 25px;
  }

  .company .section2-middle .text3 p {
    font-size: 30px;
    line-height: 36px;
  }

  .culture .section2,
  .advantage .section2 {
    gap: 25px;
  }

  .culture .section2 .item .content {
    padding: 25px;
  }

  .culture .section2 .item:nth-child(2) .content {
    padding-left: 25px;
  }

  .culture .section2 .item .top {
    margin-bottom: 20px;
  }

  .culture .section2 .item .top p {
    font-size: 20px;
    line-height: 28px;
  }

  .advantage .section2 .item {
    padding: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .aboutNav .item {
    width: 25%;
    padding: 10px 18px;
  }

  .aboutNav .item p,
  .aboutNav .item-active p {
    font-size: 16px;
    line-height: 28px;
  }

  .company .section2 {
    padding-left: 0;
    gap: 15px;
  }

  .company .section2-left,
  .company .section2-right {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }

  .company .section2-middle {
    position: static;
    width: 90%;
    margin: 0 auto;
  }

  .culture .section2 .item {
    flex-wrap: wrap;
  }

  .culture .section2 .item .content,
  .culture .section2 .item .img {
    width: 100%;
  }

  .culture .section2 .item .img,
  .culture .section2 .item:nth-child(2) .img {
    clip-path: none;
  }

  .advantage .section2 .item {
    width: 48%;
  }
  .culture .section2 .item .img img {
    height: 150px;
}
.culture .section2 .item:nth-child(2){
      flex-direction: column-reverse;
}
}

@media only screen and (max-width: 820px) {
  .aboutNav .item {
    width: 20%;
    padding: 10px 14px;
  }

  .company .section1 .title p,
  .culture .section1 .title p,
  .advantage .section1 .title p,
  .advantage .section2 .item .title p {
    font-size: 20px;
    line-height: 27px;
  }

  .company .section2-left .text1 p span,
  .company .section2-left .text2 p,
  .company .section2-middle .text4 p,
  .culture .section2 .item .bottom .text p,
  .advantage .section2 .item .desc p {
    font-size: 14px;
    line-height: 22px;
  }

  .company .section2-middle .text3 p {
    font-size: 24px;
    line-height: 30px;
  }

  .advantage .section2 .item {
    width: 48%;
  }
  .banner-inner1 .content-top .desc{
    display: none;
  }
  .culture .section2 .item .top .icon {
    padding: 10px;
    margin-right: 10px;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
}
.advantage .section2 .item .top{
  margin-bottom: 5px;
}
}

@media only screen and (max-width: 768px) {
  .company,
  .culture,
  .advantage {
    padding: 22px 0;
  }

  .culture .section2,
  .advantage .section2 {
    gap: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .aboutNav .item {
    width: 50%;
  }

  .company .section2-left .text1 p span,
  .company .section2-left .text2 p,
  .company .section2-middle .text4 p,
  .culture .section2 .item .bottom .text p,
  .advantage .section2 .item .desc p {
    font-size: 13px;
    line-height: 20px;
  }

  .advantage .section2 .item {
    width: 100%;
  }
  
  .banner-inner1 .content {
    top: 60%;
  }
}

@media only screen and (max-width: 414px) {
  .aboutNav .item {
    padding: 9px 12px;
  }

  .aboutNav .item p,
  .aboutNav .item-active p {
    font-size: 14px;
    line-height: 24px;
  }

  .company,
  .culture,
  .advantage {
    padding: 20px 0;
  }

  .company .section1,
  .culture .section1,
  .advantage .section1 {
    margin-bottom: 18px;
  }

  .culture .section2 .item .content,
  .advantage .section2 .item {
    padding: 18px;
  }
}

