.about-us-video {
  position: relative;
}

.about-us-video ul {
  position: absolute;
  top: -90px;
  right: 0;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 180px;
  background: var(--color-primary);
  z-index: 20;
}

.about-us-video ul li {
  width: 25%;
  position: relative;
  text-align: center;
}

.about-us-video ul li h5{font-size:clamp(24px, 3.15vw, 60px);line-height:1;font-weight:700;position:relative;text-shadow:1px 1px rgba(0, 0, 0, .2);display:inline-flex;align-items:center;color:#fff;}

.about-us-video ul li h5::after {
  content: attr(date-txt);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-left: 20px;
}

.about-us-video ul li p {
  font-size: 20px;
  line-height: 18px;
  overflow: hidden;
  color: #fff;
  margin: 15px 0 0;
}

.about-us-video .v {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.about-us-video .v img {
  transition: all 0.3s ease 0s;
}

.about-us-video .v::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/v1.png") no-repeat center;
  display: block;
}

.about-us-video .v:hover img {
  transform: scale(1.02);
}

.about-us-video .txt {
  position: absolute;
  width: 490px;
  padding: 25px 22px;
  right: 5%;
  bottom: 40px;
  background: #fff;
  z-index: 15;
}

.about-us-video .txt h5 {
  font-size: 24px;
  color: #090909;
  line-height:1.5;
}

.about-us-video .txt h5 i {
  color: var(--color-primary);
  font-size: 30px;
  margin-right: 10px;
}

.about-us-video .txt p {
  font-size: 20px;
  color: #090909;
  line-height:1.8;
  margin: 20px 0 0;
}

.about-us-video .bot {
  background: #F5F5F5;
}

.about-us-video .bot .wp {
  height: 120px;
  display: flex;
  align-items: center;
}

.about-us-video .bot h5 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

.about-us-video .bot h5 i {
  color: var(--color-primary);
  font-size: 30px;
  margin-right: 10px;
}

.about-us-video .bot .more {
  margin-left: 60px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: var(--btn-bg);
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.about-us-video .bot .more:hover {
  background: var(--btn-bg-hover);
}

@media screen and (max-width:1550px) {
.about-us-video .bot h5{font-size:26px;}
  .about-us-video ul li p {
    font-size: 16px;
  }

  .about-us-video .txt {
    width: 440px;
  }

.about-us-video .txt p{font-size:18px;}

}

@media screen and (max-width:1441px) {
.about-us-video .bot h5{font-size:24px;}
.about-us-video .bot .more{margin-left:50px;width:180px;height:45px;line-height:45px;font-size:17px;}
.about-us-video .txt h5{font-size:22px;}
.about-us-video .txt p{font-size:17px;}
}


@media screen and (max-width:1280px) {
.about-us-video ul{top:-75px;height:150px;}
.about-us-video .bot h5{font-size:22px;}
.about-us-video .bot .more{margin-left:40px;width:160px;height:40px;line-height:40px;font-size:16px;} 
.about-us-video .txt h5{font-size:20px;}  
.about-us-video .txt p{font-size:16px;line-height:1.5;}
.about-us-video .txt{width:400px;}
  
}
 
@media screen and (max-width:1150px) {
.about-us-video .txt{width:100%;padding:25px 70px;position:static;}
}

@media screen and (max-width:992px) {
.about-us-video ul{position:static;width:100%;height:140px;}
.about-us-video .txt{padding:25px 40px;}
}
 
@media screen and (max-width:768px) {
  .about-us-video ul {
    position: static;
    width: 100%;
    height: auto;
  }

  .about-us-video ul li {
    width: 50%;
    padding: 20px 0;
  }

  .about-us-video ul li h5::after {
    font-size: 17px;
  }

  .about-us-video ul li:first-child h5::after {
    right: -60px;
  }

  .about-us-video ul li:nth-child(3) h5::after {
    right: -80px;
  }

  .about-us-video ul li p {
    font-size: 16px;
  }

  .about-us-video .v::after {
    background-size: 80px;
  }

  .about-us-video .txt {
    position: static;
    width: 100%;
    padding: 25px 20px;
  }

.about-us-video .txt h5{font-size:18px;}
.about-us-video .txt h5 i{font-size:24px;}
  
  .about-us-video .txt p {
    font-size: 15px;
    margin: 15px 0 0;
  }

  .about-us-video .bot {
    padding: 20px 0;
    text-align: center;
  }

  .about-us-video .bot .wp {
    height: auto;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .about-us-video .bot h5 {
    font-size: 20px;
  }

  .about-us-video .bot h5 i {
    display: none;
  }

  .about-us-video .bot .more {
    margin: 20px auto 0;
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

}

@media screen and (max-width:480px) {
.about-us-video ul{padding:15px 0;}
.about-us-video ul li{padding:10px 0;} 
.about-us-video ul li p{font-size:15px;margin:10px 0 0;}
.about-us-video .v::after{background-size:60px;} 
.about-us-video .bot h5{font-size:18px;}
.about-us-video .bot .more{margin:20px auto 0;width:120px;height:35px;line-height:35px;font-size:14px;}
.about-us-video .txt h5{font-size:17px;}
.about-us-video .txt p{font-size:14px;margin:12px 0 0;}
  
}	






