.swiper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video {
  border-radius: 20px;
}

.slider-swiper {
  height: 925px;
}

.swiper-wrapper {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.swiper-slide img,video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.section-title p {
  font-size: 24px;
  text-align: justify;
  font-weight: 400;
}

.section-title .title {
  margin-bottom: 90px;
}

.rectangle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.rectangle p {
  position: absolute;
  top: 30%;
  left: 5%;
  font-size: 19px;
  padding-right: 150px;
}

.rectangle .details {
  margin-left: 5%;
  background: white;
  border-radius: 5px;
  font-size: 24px;
  color: rgba(0, 46, 124, 1);
  width: 160px;
  height: 40px;
}

.rectangle .details:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.readmore {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  bottom: 25px;
  left: 60px;
  background: #0e4fb7;
  box-shadow: inset 0px -1px 8px 3px rgba(0, 35, 88, 0.51);
  border-radius: 3px;
  border-color: rgb(0, 0, 0) 20px;
  font-weight: 600;
  font-size: 21px;
  color: rgba(211, 211, 211, 0.918);
}

.read:hover,
.readmore:hover {
  transform: scale(1.1);
  transition: all 0.8s ease;
  color: rgb(255, 255, 255);
}

.read {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 30px;
  background: #0e4fb7;
  box-shadow: inset 0px -1px 8px 3px rgba(0, 35, 88, 0.51);
  border-radius: 3px;
  border-color: rgb(0, 0, 0) 20px;
  font-weight: 600;
  font-size: 21px;
  color: rgba(211, 211, 211, 0.918);
}

.data {
  position: relative;
  background: #0e4fb7;
  box-shadow: inset 0px 0px 4px 2px #002e7c;
  color: white;
  left: 200px;
  width: 128px;
  padding: 5px 20px;
  bottom: 20px;
  left: 220px;
  margin-bottom: -35px;
  font-size: 17px;
}

@media (max-width: 1400px) {
  .data {
    left: 90px!important;
  }
  .swiper-slide img,video {
    width: 100%;
    height: 100%;
  }
  .swiper {
    height: 85%;
  }
}

@media (max-width: 1200px) {
  .data {
    left: 200px!important;
  }
  .swiper {
    height: 60%;
  }
  .section-three {
    margin-top: -350px;
  }
}

@media (max-width: 991px) {
  .data {
    left: 80px!important;
  }
  .swiper {
    height: 50%;
  }
  .section-three {
    margin-top: -450px;
  }
}

@media (max-width: 768px) {
  .data {
    left: 210px!important;
  }
  .logo {
    width: 60px;
  }
  .bg-home {
    position: relative;
    margin-top: 62px !important;
  }
  .image-2{
    max-width: 300px !important;
    max-height: 400px !important;
  }
  .swiper {
    height: 35%;
  }
  .section-three {
    margin-top: -600px;
  }
}

@media (max-width: 500px) {
  .data {
    left: 170px!important;
  }
  .swiper {
    height: 30%;
  }
  .section-three {
    margin-top: -650px;
  }
}

@media (max-width: 465px) {
  .data {
    left: 140px!important;
  }
  .image-2 {
    max-width: 200px !important;
    max-height: 300px !important;
  }
}

@media (max-width: 425px) {
  .data {
    left: 80px!important;
  }
  .swiper {
    height: 20%;
  }
  .section-three {
    margin-top: -750px;
  }
}

@media (max-width: 410px) {
  .bg-home {
    position: relative;
    margin-top: 57px !important;
  }
}

@media (max-width: 380px) {
  .data {
    left: 50px!important;
  }
}

@media (max-width:350px) {
  .bg-home {
    position: relative;
    margin-top: 46px !important;
  }
}

@media (max-width: 325px) {
  .data {
    left: 25px!important;
  }
}

@media (max-width: 300px) {
  .data {
    left: 5px!important;
  }
}

.image img{
  min-height: 240px;
  height: 240px;
}

.bg-home {
  position: relative;
  margin-top: 78px;
}

.slider {
  cursor: pointer;
}


.section-three {
  padding: 70px 0;
}

.two {
  height: 140px !important;
  background-color: white;
}

.bg-overlay {
  background-color: rgba(37, 41, 52, 0.575);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-custom {
  opacity: 0.5;
}

.news .slick-slide img {
  width: 100%;
  max-width: 100%;
}

.post {
  background: #ffffff;
  border: 0.3px solid #0032c9;
  box-sizing: border-box;
  box-shadow: 5px 5px 7px rgba(47, 94, 169, 0.25);
  border-radius: 2px;
  margin: 0 15px;
  padding: 15px;
  height: 600px !important;
}

.post .text {
  padding: 25px;
}

.text h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 30px;
  color: #002e7c;
}

.text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

