.banner {
  width: 94%;
  height: 500px;
  margin: auto;
  background: url("/public/home/img/aboutUs/banner.png");
  margin-bottom: 90px;
}
.banner .banner-text {
  width: auto;
}
.banner .banner-text .banner-text1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.banner .banner-text .banner-text2 {
  font-size: 20px;
  margin: 0;
  line-height: 32px;
}

.who-we-are {
  margin: 0 11%;
  width: 78%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.who-we-are .title1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
}
.who-we-are .title2 {
  font-size: 40px;
}
.who-we-are .content {
  width: 56%;
  color: #19152A;
  line-height: 34px;
  font-size: 20px;
  padding-top: 79px;
}
.who-we-are .items {
  margin: 100px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.who-we-are .items .item-wrapper {
  text-align: center;
}
.who-we-are .items .item-wrapper img {
  width: 120px;
}
.who-we-are .items .item-wrapper .emphasize {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0;
}
.who-we-are .items .item-wrapper .text {
  font-size: 18px;
}

.trailer {
  width: 94%;
  height: 640px;
  margin: 0 auto 100px;
}
.trailer video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.culture-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.culture-items .item {
  width: 31%;
  height: 480px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  text-align: center;
  color: white;
  margin-bottom: 20px;
  background: url("/public/home/img/aboutUs/culture-item1.png");
}
.culture-items .item > div {
  width: 330px;
  padding-top: 37px;
}
.culture-items .item-text1 {
  font-size: 32px;
  font-weight: bold;
}
.culture-items .item .blur-bar {
  display: inline-block;
}
.culture-items .item-text2 {
  line-height: 26px;
}
.culture-items .item2 {
  background: url("/public/home/img/aboutUs/culture-item2.png");
}
.culture-items .item3 {
  background: url("/public/home/img/aboutUs/culture-item3.png");
}

.mb80{
  margin-top: 80px; 
  margin-bottom: 40px
}
 .culture-items .item-text2{
        text-align: left;
    }
@media screen and (max-width:1441px){
    .culture-items .item-text1{
        font-size: 30px;
        
    }
   
}

@media screen and (max-width: 1221px) {
  .culture-items .item-text2{
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px){
  .culture-items .item{
    width: 48%;
  }
  .culture-items .item-text2{
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .culture-items .item{
    width: 346px;
  }
    .culture-items {
        justify-content: center;
    }
    .who-we-are .content{
        padding-top: 0px;
    }
    .who-we-are .items{
        margin-top:0 ;
        margin-bottom: 30px;
    }
    .mb80{
        margin-top:30px;
    }
    .who-we-are .items .item-wrapper img{
        width: 90px;
    }
    .who-we-are .items .item-wrapper .emphasize{
        font-size: 24px;
    }
    .who-we-are .items .item-wrapper .text{
        font-size: 14px;
    }
    .culture-items .item > div{
        width: 302px;
    }
}

@media screen and (max-width: 480px) {
  .banner {
    height: 64vw;
    background-size: 235vw;
  }
  .culture {
    padding: 0;
  }

  .who-we-are .content {
    color: #19152A;
    line-height: 28px;
    font-size: 14px;
    padding-top: 0px;
  }
    .who-we-are .title2{
    padding-right:0!important ;
    }
     .who-we-are .title2 div img{
   height: 218px!important;
    }
  .who-we-are .items .item-wrapper img {
    width: 75px;
  }
  .who-we-are .items{
    margin: 20px 0;
    justify-content: space-around;
  }
  .who-we-are .items .item-wrapper .text{
    font-size: 16px;
  }
  .who-we-are .items .item-wrapper .emphasize{
    font-size: 20px;
  }
  .culture-items .item-text1{
    font-size: 18px;
  }
  .who-we-are .title1{
    font-size: 40px;
  }
  .mb80{
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 4%;
  }
}/*# sourceMappingURL=aboutUs.css.map */<!--0.00025796890258789-->