body {
  background: #F9F9F9;
}

.about1 {
  padding: 150px 0 95px;
}
.about1 .wrap {
  width: 1800px;
  margin: auto;
}
.about1 .wrap .up {
  display: flex;
  justify-content: space-between;
}
.about1 .wrap .up .l {
  width: 803px;
}
.about1 .wrap .up .l .p1 {
  color: #1A1A1A;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 34px;
}
.about1 .wrap .up .l .p2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 150% */
  text-transform: uppercase;
  color: #000;
}
.about1 .wrap .up .l .p2 span {
  color: #FDD000;
}
.about1 .wrap .up .message {
  width: 850px;
  height: 363px;
  padding: 0 53px 0 0;
}
.about1 .wrap .up .message::-webkit-scrollbar-thumb {
  border-radius: 22px;
  background: #3E3A39;
}
.about1 .wrap .up .message::-webkit-scrollbar-track {
  background: var(--color);
  border-radius: 22px;
}
.about1 .wrap .up .message::-webkit-scrollbar {
  width: 4px !important;
}
.about1 .wrap .up .message .text p {
  overflow: hidden;
  color: #666;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.about1 .wrap .up .message .text p:not(:last-child) {
  margin: 0 0 33px;
}
.about1 .wrap .content {
  display: flex;
  justify-content: space-between;
  margin: 116px 0 0 0;
  gap: 20px;
}
.about1 .wrap .content .item {
  width: 580px;
  height: 340px;
  border-radius: 10px;
  background: #FFF;
  padding: 50px 70px 60px 80px;
}
.about1 .wrap .content .item:hover .end .icon {
  transform: rotateY(180deg);
}
.about1 .wrap .content .item .end {
  display: flex;
  justify-content: flex-end;
}
.about1 .wrap .content .item .end .icon {
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
.about1 .wrap .content .item .end .icon img {
  object-fit: contain;
}
.about1 .wrap .content .item .text span {
  color: #000;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 100%;
}
.about1 .wrap .content .item .text p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  margin: 7px 0 0 0;
}

.about2 {
  border-radius: 20px;
  background: linear-gradient(180deg, #FDD000 0%, #F9F9F9 100%);
  padding: 85px 0;
}
.about2 .wrap {
  width: 1800px;
  margin: auto;
}
.about2 .wrap .up {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.about2 .wrap .up .l {
  width: 860px;
}
.about2 .wrap .up .l .p1 {
  color: #1A1A1A;
  text-align: justify;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.about2 .wrap .up .l .p2 {
  color: #000;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.about2 .wrap .up .button {
  display: flex;
  gap: 10px;
  margin: 0 0 17px;
}
.about2 .wrap .up .button .circle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
}
.about2 .wrap .up .button .circle:hover {
  background: var(--color);
}
.about2 .wrap .up .button .circle:first-child {
  transform: rotate(180deg);
}
.about2 .wrap .up .button .circle img {
  width: 18px;
  object-fit: contain;
}
.about2 .wrap .content {
  margin: 86px 0 0 0;
  height: 544px;
  border-radius: 31px;
  background: #FFF;
  padding: 50px 40px 100px 50px;
}
.about2 .wrap .content .item .img {
  height: 350px;
  border-radius: 20px;
  background: #F8F9FB;
  overflow: hidden;
}
.about2 .wrap .content .item .img:hover img {
  transform: scale(1.05);
}
.about2 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about2 .wrap .content .item .text {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 26px 0 0 0;
}

.about3 {
  padding: 78px 0;
}
.about3 .wrap {
  width: 1800px;
  margin: auto;
}
.about3 .wrap .title {
  color: #1A1A1A;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
.about3 .wrap .content {
  margin: 69px 0 0 0;
}
.about3 .wrap .content .swiper-pagination {
  position: static;
  margin: 80px 0 0;
}
.about3 .wrap .content .swiper-pagination span {
  width: 22px;
  height: 6px;
  border-radius: 60px;
  background: #989898;
  opacity: 1 !important;
  margin: 0 10px 0 0 !important;
  transition: .45s ease;
}
.about3 .wrap .content .swiper-pagination span:last-child {
  margin: 0 !important;
}
.about3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
  width: 66px;
  background: #FDD000;
}
.about3 .wrap .content .awardsSwiper {
  width: 100%;
}
.about3 .wrap .content .awardsSwiper .swiper-slide .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 70px;
}
.about3 .wrap .content .awardsSwiper .swiper-slide .grid .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .z, .about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .y {
  width: 59px;
}
.about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .pick {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.about4 {
  padding: 100px 0;
}
.about4 .wrap {
  width: 1800px;
  margin: auto;
}
.about4 .wrap .title {
  text-align: center;
  color: #1A1A1A;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.about4 .wrap .content {
  margin: 58px 0 0 0;
  border-radius: 20px;
  background: #FFF;
  padding: 130px 60px 109px 70px;
  display: flex;
  justify-content: space-between;
}
.about4 .wrap .content .l {
  display: flex;
  align-items: center;
  gap: 136px;
  position: relative;
  padding: 0 0 0 40px;
}
.about4 .wrap .content .l .line {
  width: 5px;
  height: 359px;
  border-radius: 58px;
  background: linear-gradient(180deg, #FFF 0%, #FDD000 53.37%, #FFF 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about4 .wrap .content .l .yearSwiper {
  height: 400px;
  width: 120px;
}
.about4 .wrap .content .l .yearSwiper .swiper-slide.swiper-slide-active .list {
  color: var(--color);
}
.about4 .wrap .content .l .yearSwiper .swiper-slide .list {
  color: #1A1A1A;
  text-align: justify;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  transform-origin: left;
  cursor: pointer;
}
.about4 .wrap .content .center {
  width: 671px;
}
.about4 .wrap .content .center .text .text_list {
  display: none;
}
.about4 .wrap .content .center .text .text_list.on {
  display: block;
}
.about4 .wrap .content .center .text .text_list .p1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 33px;
}
.about4 .wrap .content .center .text .text_list .p2 {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  text-transform: capitalize;
}
.about4 .wrap .content .center .button {
  display: flex;
  gap: 10px;
  margin: 55px 0 0 0;
}
.about4 .wrap .content .center .button .circle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
}
.about4 .wrap .content .center .button .circle:hover {
  background: var(--color);
}
.about4 .wrap .content .center .button .circle:first-child {
  transform: rotate(180deg);
}
.about4 .wrap .content .center .button .circle img {
  width: 18px;
}
.about4 .wrap .content .images {
  width: 580px;
  height: 416px;
  border-radius: 14px;
}
.about4 .wrap .content .images .imagesSwiper {
  width: 100%;
  height: 100%;
}
.about4 .wrap .content .images .imagesSwiper .swiper-slide {
  overflow: hidden;
}

.about5 {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.about5 .wrap {
  width: 1800px;
  margin: auto;
}
.about5 .wrap .title {
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
.about5 .wrap .content {
  margin: 62px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.about5 .wrap .content .item {
  width: 526px;
  height: 593px;
  padding: 88px 52px;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
}
.about5 .wrap .content .item:hover .icon img {
  transform: rotateY(180deg);
}
.about5 .wrap .content .item:first-child {
  background: rgba(255, 255, 255, 0.05);
  margin: 400px 0 0 0;
}
.about5 .wrap .content .item:nth-child(2) {
  margin: 490px 0 0 0;
}
.about5 .wrap .content .item:nth-child(3) {
  margin: 179px 0 0 0;
}
.about5 .wrap .content .item .icon {
  width: 160px;
  height: 135px;
  display: flex;
  align-items: center;
}
.about5 .wrap .content .item .icon img {
  object-fit: contain;
  transition: 1s;
}
.about5 .wrap .content .item .text {
  margin: 157px 0 0 0;
}
.about5 .wrap .content .item .text .p1 {
  color: #FFF;
  text-align: justify;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 22px;
}
.about5 .wrap .content .item .text .p2 {
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.about6 {
  padding: 115px 0;
}
.about6 .wrap {
  width: 1800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.about6 .wrap .images {
  width: 900px;
  height: 600px;
  border-radius: 26px;
  overflow: hidden;
}
.about6 .wrap .images:hover img {
  transform: scale(1.05);
}
.about6 .wrap .images img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about6 .wrap .r {
  width: 714px;
  margin: 70px 0 0;
}
.about6 .wrap .r .item {
  border-bottom: 1px solid #D9D9D9;
}
.about6 .wrap .r .item.on .show p {
  color: #1A1A1A;
}
.about6 .wrap .r .item.on .show .add {
  background: var(--color);
}
.about6 .wrap .r .item.on .show .add img {
  transform: rotate(-45deg);
}
.about6 .wrap .r .item .show {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.about6 .wrap .r .item .show p {
  color: #ADADAD;
  text-align: justify;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  transition: .6s ease;
}
.about6 .wrap .r .item .show .add {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #585858;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}
.about6 .wrap .r .item .show .add img {
  width: 18px;
  height: 18px;
  transition: .6s ease;
}
.about6 .wrap .r .item .hide {
  overflow: hidden;
  display: none;
}
.about6 .wrap .r .item .hide > div {
  margin: 10px 0 80px;
}
.about6 .wrap .r .item .hide > div .text {
  width: 502px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media screen and (max-width: 1919px) {
  .about1{
    padding: 7.8125vw 0px 4.9479166667vw;
  }
  .about1 .wrap{
    width: 93.75vw;
  }
  .about1 .wrap .up .l{
    width: 41.8229166667vw;
  }
  .about1 .wrap .up .l .p1{
    font-size: 3.3333333333vw;
    margin: 0px 0px 1.7708333333vw;
  }
  .about1 .wrap .up .l .p2{
    font-size: 1.4583333333vw;
  }
  .about1 .wrap .up .message{
    width: 44.2708333333vw;
    height: 18.90625vw;
    padding: 0px 2.7604166667vw 0px 0px;
  }
  .about1 .wrap .up .message::-webkit-scrollbar-thumb{
    border-radius: 1.1458333333vw;
  }
  .about1 .wrap .up .message::-webkit-scrollbar-track{
    border-radius: 1.1458333333vw;
  }
  .about1 .wrap .up .message::-webkit-scrollbar{
    width: 0.2083333333vw !important;
  }
  .about1 .wrap .up .message .text p{
    font-size: 0.9375vw;
  }
  .about1 .wrap .up .message .text p:not(:last-child){
    margin: 0px 0px 1.71875vw;
  }
  .about1 .wrap .content{
    margin: 6.0416666667vw 0px 0px;
    gap: 0.52083333vw;
  }
  .about1 .wrap .content .item{
    width: 30.2083333333vw;
    height: 17.7083333333vw;
    border-radius: 0.5208333333vw;
    padding: 2.6041666667vw 3.6458333333vw 3.125vw 4.1666666667vw;
  }
  .about1 .wrap .content .item .end .icon{
    width: 3.8020833333vw;
    height: 3.8020833333vw;
  }
  .about1 .wrap .content .item .text span{
    font-size: 4.1666666667vw;
  }
  .about1 .wrap .content .item .text p{
    font-size: 0.9375vw;
    margin: 0.3645833333vw 0px 0px;
  }
  .about2{
    border-radius: 1.0416666667vw;
    padding: 4.4270833333vw 0px;
  }
  .about2 .wrap{
    width: 93.75vw;
  }
  .about2 .wrap .up .l{
    width: 44.7916666667vw;
  }
  .about2 .wrap .up .l .p1{
    font-size: 3.3333333333vw;
    margin: 0px 0px 0.4166666667vw;
  }
  .about2 .wrap .up .l .p2{
    font-size: 0.9375vw;
  }
  .about2 .wrap .up .button{
    gap: 0.5208333333vw;
    margin: 0px 0px 0.8854166667vw;
  }
  .about2 .wrap .up .button .circle{
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
  }
  .about2 .wrap .up .button .circle img{
    width: 0.9375vw;
  }
  .about2 .wrap .content{
    margin: 4.4791666667vw 0px 0px;
    height: 28.3333333333vw;
    border-radius: 1.6145833333vw;
    padding: 2.6041666667vw 2.0833333333vw 5.2083333333vw 2.6041666667vw;
  }
  .about2 .wrap .content .item .img{
    height: 18.2291666667vw;
    border-radius: 1.0416666667vw;
  }
  .about2 .wrap .content .item .text{
    font-size: 0.8333333333vw;
    margin: 1.3541666667vw 0px 0px;
  }
  .about3{
    padding: 4.0625vw 0px 4.0625vw;
  }
  .about3 .wrap{
    width: 93.75vw;
  }
  .about3 .wrap .title{
    font-size: 2.8125vw;
  }
  .about3 .wrap .content{
    margin: 3.59375vw 0px 0px;
  }
  .about3 .wrap .content .swiper-pagination{
    margin: 4.1666666667vw 0px 0px;
  }
  .about3 .wrap .content .swiper-pagination span{
    width: 1.1458333333vw;
    height: 0.3125vw;
    border-radius: 3.125vw;
    margin: 0px 0.5208333333vw 0px 0px !important;
  }
  .about3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active{
    width: 3.4375vw;
  }
  .about3 .wrap .content .awardsSwiper .swiper-slide .grid{
    gap: 4.1666666667vw 3.6458333333vw;
  }
  .about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .z, .about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .y{
    width: 3.0729166667vw;
  }
  .about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .pick{
    font-size: 0.9375vw;
  }
  .about4{
    padding: 5.2083333333vw 0px;
  }
  .about4 .wrap{
    width: 93.75vw;
  }
  .about4 .wrap .title{
    font-size: 2.8125vw;
  }
  .about4 .wrap .content{
    margin: 3.0208333333vw 0px 0px;
    border-radius: 1.0416666667vw;
    padding: 6.7708333333vw 3.125vw 5.6770833333vw 3.6458333333vw;
  }
  .about4 .wrap .content .l{
    gap: 7.0833333333vw;
    padding: 0px 0px 0px 2.0833333333vw;
  }
  .about4 .wrap .content .l .line{
    width: 0.2604166667vw;
    height: 18.6979166667vw;
    border-radius: 3.0208333333vw;
  }
  .about4 .wrap .content .l .yearSwiper{
    height: 20.8333333333vw;
    width: 6.25vw;
  }
  .about4 .wrap .content .l .yearSwiper .swiper-slide .list{
    font-size: 2.1875vw;
  }
  .about4 .wrap .content .center{
    width: 34.9479166667vw;
  }
  .about4 .wrap .content .center .text .text_list .p1{
    font-size: 2.5vw;
    margin: 0px 0px 1.71875vw;
  }
  .about4 .wrap .content .center .text .text_list .p2{
    font-size: 0.9375vw;
  }
  .about4 .wrap .content .center .button{
    gap: 0.5208333333vw;
    margin: 2.8645833333vw 0px 0px;
  }
  .about4 .wrap .content .center .button .circle{
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
  }
  .about4 .wrap .content .center .button .circle img{
    width: 0.9375vw;
  }
  .about4 .wrap .content .images{
    width: 30.2083333333vw;
    height: 21.6666666667vw;
    border-radius: 0.7291666667vw;
  }
  .about5{
    padding: 6.25vw 0px;
  }
  .about5 .wrap{
    width: 93.75vw;
  }
  .about5 .wrap .title{
    font-size: 2.8125vw;
  }
  .about5 .wrap .content{
    margin: 3.2291666667vw 0px 0px;
  }
  .about5 .wrap .content .item{
    width: 27.3958333333vw;
    height: 30.8854166667vw;
    padding: 4.5833333333vw 2.7083333333vw;
    backdrop-filter: blur(0.5208333333vw);
  }
  .about5 .wrap .content .item:first-child{
    margin: 20.8333333333vw 0px 0px;
  }
  .about5 .wrap .content .item:nth-child(2){
    margin: 25.5208333333vw 0px 0px;
  }
  .about5 .wrap .content .item:nth-child(3){
    margin: 9.3229166667vw 0px 0px;
  }
  .about5 .wrap .content .item .icon{
    width: 8.3333333333vw;
    height: 7.03125vw;
  }
  .about5 .wrap .content .item .text{
    margin: 8.1770833333vw 0px 0px;
  }
  .about5 .wrap .content .item .text .p1{
    font-size: 1.6666666667vw;
    margin: 0px 0px 1.1458333333vw;
  }
  .about5 .wrap .content .item .text .p2{
    font-size: 0.8333333333vw;
  }
  .about6{
    padding: 5.9895833333vw 0px;
  }
  .about6 .wrap{
    width: 93.75vw;
  }
  .about6 .wrap .images{
    width: 46.875vw;
    height: 31.25vw;
    border-radius: 1.3541666667vw;
  }
  .about6 .wrap .r{
    width: 37.1875vw;
    margin: 3.6458333333vw 0px 0px;
  }
  .about6 .wrap .r .item .show{
    height: 4.1666666667vw;
  }
  .about6 .wrap .r .item .show p{
    font-size: 1.3541666667vw;
  }
  .about6 .wrap .r .item .show .add{
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
  }
  .about6 .wrap .r .item .show .add img{
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .about6 .wrap .r .item .hide > div{
    margin: 0.5208333333vw 0px 4.1666666667vw;
  }
  .about6 .wrap .r .item .hide > div .text{
    width: 26.1458333333vw;
    font-size: 0.8333333333vw;
  }
}

@media screen and (max-width: 1024px) {
  /* ===== about1 ===== */
  .about1{
    padding: 60px 0 40px;
  }
  .about1 .wrap{
    width: 90%;
  }
  .about1 .wrap .up{
    flex-direction: column;
    gap: 30px;
  }
  .about1 .wrap .up .l{
    width: 100%;
  }
  .about1 .wrap .up .l .p1{
    font-size: 24px;
    margin: 0 0 16px;
  }
  .about1 .wrap .up .l .p2{
    font-size: 16px;
  }
  .about1 .wrap .up .message{
    width: 100%;
    height: auto;
    padding: 0;
  }
  .about1 .wrap .up .message .text p{
    font-size: 13px;
  }
  .about1 .wrap .up .message .text p:not(:last-child){
    margin: 0 0 16px;
  }
  .about1 .wrap .content{
    flex-direction: column;
    gap: 15px;
    margin: 40px 0 0 0;
  }
  .about1 .wrap .content .item{
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 15px;
  }
  .about1 .wrap .content .item .end .icon{
    width: 40px;
    height: 40px;
  }
  .about1 .wrap .content .item .text span{
    font-size: 36px;
  }
  .about1 .wrap .content .item .text p{
    font-size: 13px;
    margin: 4px 0 0 0;
  }

  /* ===== about2 ===== */
  .about2{
    border-radius: 16px;
    padding: 40px 0;
  }
  .about2 .wrap{
    width: 90%;
  }
  .about2 .wrap .up{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .about2 .wrap .up .l{
    width: 100%;
  }
  .about2 .wrap .up .l .p1{
    font-size: 24px;
    margin: 0 0 8px;
  }
  .about2 .wrap .up .l .p2{
    font-size: 13px;
  }
  .about2 .wrap .up .button{
    display: none;
  }
  .about2 .wrap .content{
    margin: 30px 0 0 0;
    height: auto;
    border-radius: 16px;
    padding: 24px 20px;
  }
  .about2 .wrap .content .item .img{
    height: auto;
    border-radius: 12px;
  }
  .about2 .wrap .content .item .text{
    font-size: 13px;
    margin: 12px 0 0 0;
  }
  .about2 .wrap .up .l .p2{
    text-align: left;
  }
  /* ===== about3 ===== */
  .about3{
    padding: 40px 0;
  }
  .about3 .wrap{
    width: 90%;
  }
  .about3 .wrap .title{
    font-size: 24px;
  }
  .about3 .wrap .content{
    margin: 30px 0 0 0;
  }
  .about3 .wrap .content .swiper-pagination{
    margin: 30px 0 0;
  }
  .about3 .wrap .content .awardsSwiper .swiper-slide .grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .z,
  .about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .y{
    width: 28px;
  }
  .about3 .wrap .content .awardsSwiper .swiper-slide .grid .list .pick{
    font-size: 10px;
  }
  .about3 .wrap .content .swiper-pagination span {
    width: 22px;
    height: 4px;
    border-radius: 60px;
    margin: 0 7px 0 0 !important;
    transition: .45s ease;
  }
  .about3 .wrap .content .swiper-pagination span:last-child{
    margin: 0!important;
  }
  .about3 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active{
    width: 40px;
  }

  /* ===== about4 ===== */
  .about4{
    padding: 50px 0;
  }
  .about4 .wrap{
    width: 90%;
  }
  .about4 .wrap .title{
    font-size: 24px;
  }
  .about4 .wrap .content{
    margin: 30px 0 0 0;
    border-radius: 16px;
    padding: 30px 20px;
    flex-direction: column;
    gap: 30px;
  }
  .about4 .wrap .content .l{
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
  .about4 .wrap .content .l .line{
    display: none;
  }
  .about4 .wrap .content .l .yearSwiper{
    height: auto;
    width: 100%;
  }
  .about4 .wrap .content .l .yearSwiper .swiper-slide .list{
    font-size: 24px;
  }
  .about4 .wrap .content .center{
    width: 100%;
  }
  .about4 .wrap .content .center .text .text_list .p1{
    font-size: 20px;
    margin: 0 0 12px;
  }
  .about4 .wrap .content .center .text .text_list .p2{
    font-size: 13px;
  }
  .about4 .wrap .content .center .button{
    margin: 20px 0 0 0;
  }
  .about4 .wrap .content .center .button .circle{
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .about4 .wrap .content .center .button .circle img{
    width: 16px;
  }
  .about4 .wrap .content .images{
    width: 100%;
    height: auto;
    min-height: 200px;
    border-radius: 12px;
  }
  .about1 .wrap .up .message .text p{
    text-align: left;
  }

  /* ===== about5 ===== */
  .about5{
    padding: 50px 0;
  }

  .about5 .wrap{
    width: 90%;
  }
  .about5 .wrap .title{
    font-size: 24px;
  }
  .about5 .wrap .content{
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0 0;
  }
  .about5 .wrap .content .item{
    width: 100%;
    height: auto;
    padding: 30px 24px;
  }
  .about5 .wrap .content .item{
    transform: none!important;
  }
  .about5 .wrap .content .item:first-child,
  .about5 .wrap .content .item:nth-child(2),
  .about5 .wrap .content .item:nth-child(3){
    margin: 0;
  }
  .about5 .wrap .content .item .icon{
    width: 60px;
    height: 40px;
  }
  .about5 .wrap .content .item .text .p2{
    text-align: left;
  }
  .about5 .wrap .content .item .text{
    margin: 24px 0 0 0;
  }
  .about5 .wrap .content .item .text .p1{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .about5 .wrap .content .item .text .p2{
    font-size: 13px;
  }

  /* ===== about6 ===== */
  .about6{
    padding: 50px 0;
  }
  .about6 .wrap{
    width: 90%;
    flex-direction: column;
    gap: 20px;
  }
  .about6 .wrap .images{
    width: 100%;
    height: auto;
    border-radius: 16px;
  }
  .about6 .wrap .r{
    width: 100%;
    margin: 0;
  }
  .about6 .wrap .r .item .show{
    height: auto;
    padding: 16px 0;
  }
  .about6 .wrap .r .item .show p{
    font-size: 16px;
  }
  .about6 .wrap .r .item .show .add{
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .about6 .wrap .r .item .show .add img{
    width: 14px;
    height: 14px;
  }
  .about6 .wrap .r .item .hide > div{
    margin: 8px 0 24px;
  }
  .about6 .wrap .r .item .hide > div .text{
    width: 100%;
    font-size: 13px;
  }
}




.about_new {
  padding: 88px 0 150px;
}
.about_new .wrap {
  width: 90%;
  margin: auto;
}
.about_new .wrap .title {
  color: #1A1A1A;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
.about_new .wrap .content {
  margin: 77px 0 0 0;
}
.about_new .wrap .content .newSwiper {
  width: 2218px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: unset;
}
.about_new .wrap .content .newSwiper .swiper-slide .item {
  width: 100%;
  height: 470px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FDD000 0%, #F9F9F9 100%);
  padding: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.about_new .wrap .content .newSwiper .swiper-slide .item:after {
  content: '';
  position: absolute;
  width: 110%;
  height: 70%;
  top: -23px;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(180deg, rgba(253, 208, 0, 0.24) 0%, rgba(253, 208, 0, 0.24) 100%);
  filter: blur(17.5px);
  transition: .6s ease;
}
.about_new .wrap .content .newSwiper .swiper-slide .item:hover:after {
  opacity: .7;
}
.about_new .wrap .content .newSwiper .swiper-slide .item:hover .color:after {
  opacity: 1;
}
.about_new .wrap .content .newSwiper .swiper-slide .item:hover .color .icon {
  background: #FDD000;
}
.about_new .wrap .content .newSwiper .swiper-slide .item:hover .color .icon img {
  filter: brightness(0) invert(1);
}
.about_new .wrap .content .newSwiper .swiper-slide .item .color {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  padding: 32px 10px 32px 23px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_new .wrap .content .newSwiper .swiper-slide .item .color:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.82) 72.12%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: .6s ease;
  border-radius: inherit;
}
.about_new .wrap .content .newSwiper .swiper-slide .item .color .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
  transition: .6s ease;
}
.about_new .wrap .content .newSwiper .swiper-slide .item .color .icon img {
  object-fit: contain;
  max-width: 70%;
  max-height: 70%;
  transition: .6s ease;
}
.about_new .wrap .content .newSwiper .swiper-slide .item .color .p1 {
  color: #1A1A1A;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
  margin: 43px 0 50px;
}
.about_new .wrap .content .newSwiper .swiper-slide .item .color .text {
  /*margin: 0 0 85px;*/
}
.about_new .wrap .content .newSwiper .swiper-slide .item .color .text p {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 0 17px;
}
.about_new .wrap .content .newSwiper .swiper-slide .item .color .text p:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #1A1A1A;
  top: 8px;
  left: 0;
}
.about_new .wrap .content .button {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 50px 0 0;
}
.about_new .wrap .content .button .circle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
}
.about_new .wrap .content .button .circle:hover {
  background: var(--color);
}
.about_new .wrap .content .button .circle:first-child {
  transform: rotate(180deg);
}
.about_new .wrap .content .button .circle img {
  width: 18px;
  object-fit: contain;
}

.fixed_alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: .6s ease;
}
.fixed_alert.on {
  pointer-events: auto;
}
.fixed_alert.on .black {
  opacity: 1;
}
.fixed_alert.on .content .matter.on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.fixed_alert.on .content .matter.on .flex .l .button .circle {
  pointer-events: auto;
}
.fixed_alert .black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: .6s ease;
}
.fixed_alert .content {
  position: relative;
}
.fixed_alert .content .matter {
  width: 1700px;
  height: 800px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 0 107.3px 9px rgba(0, 0, 0, 0.1), 0 0 9px 0.15px rgba(255, 255, 255, 0.5) inset;
  backdrop-filter: blur(30px);
  padding: 88px 88px 166px 152px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: .6s ease;
}
.fixed_alert .content .matter:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.fixed_alert .content .matter .close {
  position: absolute;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  border: 1px solid rgba(126, 134, 158, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 39px;
  right: 44px;
  transition: .3s ease;
}
.fixed_alert .content .matter .close:hover {
  background: var(--color);
  border-color: var(--color);
}
.fixed_alert .content .matter .close:hover svg path {
  fill: #fff;
}
.fixed_alert .content .matter .close svg {
  width: 18px;
  height: 18px;
  display: block;
}
.fixed_alert .content .matter .close svg path {
  transition: .3s ease;
}
.fixed_alert .content .matter .headline {
  color: #1A1A1A;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
}
.fixed_alert .content .matter .flex {
  display: flex;
  justify-content: space-between;
  margin: 105px 0 0 0;
}
.fixed_alert .content .matter .flex .l {
  width: 600px;
  position: relative;
}
.fixed_alert .content .matter .flex .l .button {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0 0 17px;
  width: 732px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed_alert .content .matter .flex .l .button .circle {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  cursor: pointer;
}
.fixed_alert .content .matter .flex .l .button .circle:hover {
  background: var(--color);
}
.fixed_alert .content .matter .flex .l .button .circle:first-child {
  transform: rotate(180deg);
}
.fixed_alert .content .matter .flex .l .button .circle img {
  width: 18px;
  object-fit: contain;
}
.fixed_alert .content .matter .flex .l .imgSwiper {
  width: 100%;
  height: 381px;
  border-radius: 10px;
}
.fixed_alert .content .matter .flex .l .imgSwiper:hover .swiper-slide img {
  transform: scale(1.05);
}
.fixed_alert .content .matter .flex .l .imgSwiper .swiper-slide {
  overflow: hidden;
}
.fixed_alert .content .matter .flex .l .imgSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.fixed_alert .content .matter .flex .r {
  width: 700px;
  height: 353px;
  padding: 0 44px 0 0;
  overflow: hidden;
  overflow-y: auto;
}
.fixed_alert .content .matter .flex .r::-webkit-scrollbar-track {
  background: #FDD000;
}
.fixed_alert .content .matter .flex .r::-webkit-scrollbar-thumb {
  background: #3E3A39;
  border-radius: 0.4rem;
}
.fixed_alert .content .matter .flex .r h5 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
.fixed_alert .content .matter .flex .r p {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media screen and (max-width: 1919px) {
  .about_new {
    padding: 4.5833333333vw 0px 7.8125vw;
  }

  .about_new .wrap .title {
    font-size: 2.8125vw;
  }

  .about_new .wrap .content {
    margin: 4.0104166667vw 0px 0px;
  }

  .about_new .wrap .content .newSwiper {
    width: 115.5208333333vw;
  }

  .about_new .wrap .content .newSwiper .swiper-slide .item {
    height: 24.4791666667vw;
    border-radius: 1.0416666667vw;
    padding: 0.78125vw;
  }

  .about_new .wrap .content .newSwiper .swiper-slide .item::after {
    top: -1.1979166667vw;
    filter: blur(0.9114583333vw);
  }

  .about_new .wrap .content .newSwiper .swiper-slide .item .color {
    border-radius: 0.9375vw;
    padding: 1.6666666667vw 0.5208333333vw 1.6666666667vw 1.1979166667vw;
  }

  .about_new .wrap .content .newSwiper .swiper-slide .item .color .icon {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }

  .about_new .wrap .content .newSwiper .swiper-slide .item .color .p1 {
    font-size: 1.4583333333vw;
    margin: 2.2395833333vw 0px 2.6041666667vw;
  }

  .about_new .wrap .content .newSwiper .swiper-slide .item .color .text {
    /*margin: 0px 0px 4.4270833333vw;*/
  }

  .about_new .wrap .content .newSwiper .swiper-slide .item .color .text p {
    font-size: 0.8333333333vw;
    padding: 0px 0px 0px 0.8854166667vw;
  }

  .about_new .wrap .content .newSwiper .swiper-slide .item .color .text p::after {
    width: 0.3645833333vw;
    height: 0.3645833333vw;
    top: 0.4166666667vw;
  }

  .about_new .wrap .content .button {
    gap: 0.5208333333vw;
    margin: 2.6041666667vw 0px 0px;
  }

  .about_new .wrap .content .button .circle {
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
  }

  .about_new .wrap .content .button .circle img {
    width: 0.9375vw;
  }

  .fixed_alert .content .matter {
    width: 88.5416666667vw;
    height: 41.6666666667vw;
    border-radius: 2.5vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5.5885416667vw 0.46875vw, rgba(255, 255, 255, 0.5) 0px 0px 0.46875vw 0.15px inset;
    backdrop-filter: blur(1.5625vw);
    padding: 4.5833333333vw 4.5833333333vw 8.6458333333vw 7.9166666667vw;
    transform: translateY(0.5208333333vw);
  }

  .fixed_alert .content .matter .close {
    width: 2.1354166667vw;
    height: 2.1354166667vw;
    top: 2.03125vw;
    right: 2.2916666667vw;
  }

  .fixed_alert .content .matter .close svg {
    width: 0.9375vw;
    height: 0.9375vw;
  }

  .fixed_alert .content .matter .headline {
    font-size: 2.0833333333vw;
  }

  .fixed_alert .content .matter .flex {
    margin: 5.46875vw 0px 0px;
  }

  .fixed_alert .content .matter .flex .l {
    width: 31.25vw;
  }

  .fixed_alert .content .matter .flex .l .button {
    margin: 0px 0px 0.8854166667vw;
    width: 38.125vw;
  }

  .fixed_alert .content .matter .flex .l .button .circle {
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 0.5208333333vw;
  }

  .fixed_alert .content .matter .flex .l .button .circle img {
    width: 0.9375vw;
  }

  .fixed_alert .content .matter .flex .l .imgSwiper {
    height: 19.84375vw;
    border-radius: 0.5208333333vw;
  }

  .fixed_alert .content .matter .flex .r {
    width: 36.4583333333vw;
    height: 18.3854166667vw;
    padding: 0px 2.2916666667vw 0px 0px;
  }

  .fixed_alert .content .matter .flex .r h5 {
    font-size: 1.4583333333vw;
  }

  .fixed_alert .content .matter .flex .r p {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {

  .about_new {
    padding: 50px 0;
  }
  .about_new .wrap {
    width: 90%;
  }
  .about_new .wrap .title {
    font-size: 24px;
  }
  .about_new .wrap .content {
    margin: 30px 0 0 0;
  }
  .about_new .wrap .content .button {
    margin: 25px 0 0;
    gap: 10px;
  }
  .about_new .wrap .content .button .circle {
    width: 35px;
    height: 35px;
    border-radius: 4px;
  }
  .about_new .wrap .content .button .circle img {
    width: 14px;
  }
  .about_new .wrap .content .newSwiper {
    width: 100%;
  }
  .about_new .wrap .content .newSwiper .swiper-slide {
    height: auto;
  }
  .about_new .wrap .content .newSwiper .swiper-slide .item {
    padding: 10px;
    height: 100%;
    border-radius: 10px;
  }
  .about_new .wrap .content .newSwiper .swiper-slide .item .color {
    padding: 10px;
  }
  .about_new .wrap .content .newSwiper .swiper-slide .item .color .icon {
    width: 35px;
    height: 35px;
  }
  .about_new .wrap .content .newSwiper .swiper-slide .item .color .p1 {
    font-size: 20px;
    margin: 22px 0;
  }
  .about_new .wrap .content .newSwiper .swiper-slide .item .color .text {
    margin: 0 0 20px;
  }
  .about_new .wrap .content .newSwiper .swiper-slide .item .color .text p {
    font-size: 14px;
    padding: 0 0 0 17px;
  }
  .about_new .wrap .content .newSwiper .swiper-slide .item .color .text p:after {
    width: 6px;
    height: 6px;
    top: 7px;
  }
  .fixed_alert .content .matter{
    width: 90vw;
    height: auto;
    border-radius: 10px;
    padding: 20px 15px 15px 15px;
  }
  .fixed_alert .content .matter .headline{
    font-size: 18px;
  }
  .fixed_alert .content .matter .flex{
    flex-direction: column;
    margin: 15px 0 0 0;
  }
  .fixed_alert .content .matter .flex .l{
    width: 100%;
  }
  .fixed_alert .content .matter .flex .l .imgSwiper{
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .fixed_alert .content .matter .flex .r{
    width: 100%;
    margin: 20px 0 0 0;
    height: 250px;
    padding: 0 10px 0 0;
  }
  .fixed_alert .content .matter .flex .r h5{
    font-size: 16px;
  }
  .fixed_alert .content .matter .flex .r p{
    font-size: 14px;
  }
  .fixed_alert .content .matter .close{
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
  .fixed_alert .content .matter .close svg{
    width: 14px;
    height: 14px;
  }
  .fixed_alert .content .matter .flex .l .button{
    position: static;
    width: fit-content;
    margin: 20px auto 0;
    justify-content: center;
    transform: none;
    gap: 15px;
  }
  .fixed_alert .content .matter .flex .l .button .circle{
    width: 35px;
    height: 35px;
    border-radius: 4px;
  }
  .fixed_alert .content .matter .flex .l .button .circle img{
    width: 14px;
    height: 14px;
  }
  [data-lenis-prevent]::-webkit-scrollbar{
    width: 2px!important;
  }

}
