.hero .desc-wrapper::before,
.hero .h2::after,
.key-box .h3::before,
.newsreel .container-fluid::before,
.human-img .img-wrapper::after {
  background-color: #084282;
}
.hero .h3 {
  color: #084282;
}
.bg .container-fluid::before {
  content: "";
  width: 100vw;
  height: calc(100% + 3rem);
  position: absolute;
  top: -3rem;
  right: 0;
  background-color: #f2f5f9;
}
.human-img .img-wrapper::before {
  border-color: #084282;
}
.hero {
  margin-bottom: 7vh;
}
.img-wrapper.center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.human-img {
  padding-top: 5rem;
  min-height: 450px;
}

.quote::after {
  position: relative;
  display: inline-block;
  left: auto;
  bottom: auto;
  margin-bottom: -1rem;
  margin-left: 1rem;
}

.w-120 img {
  width: 115%;
}

main p {
  color: #000;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  margin-bottom: 1.5rem !important;
  width: calc(100% - 2rem);
  font-weight: 100 !important;
}
main p.b-title {
  color: #084282;
  font-weight: 700 !important;
  margin-top: 3rem;
}
main p.h6 {
  /* font-size: 1.125rem !important; */
}
@media screen and (min-width: 1600px) {
  main p {
    font-size: 0.85vw !important;
  }
  main p.h6 {
    /* font-size: 0.95vw !important; */
  }
}
.human-title {
  position: absolute;
  top: 3rem;
  left: 1rem;
}
.human-title p {
  white-space: nowrap;
}
.human-img .img-wrapper {
  position: relative;
}
.human-img .img-wrapper.ben {
  cursor: pointer;
}

.human-img .img-wrapper.ben img {
  margin-left: 5rem;
}
.human-img .img-wrapper::before {
  bottom: -60%;
}

.human-img .img-wrapper::after {
  bottom: calc(-60% + 1.5rem);
}
.human-img .img-wrapper .btn-play::before {
  content: "";
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #064282;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 32%;
  background-image: url(../image/play-btn.svg);
  background-position: 55% center;
  background-repeat: no-repeat;
}
.human-img .img-wrapper .btn-play {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.human-img .img-wrapper:hover .btn-play {
  opacity: 1;
}
.text-wrapper {
  position: relative;
}
.text-wrapper::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: -3rem;
  right: calc(100% + 2rem);
  background-color: #000;
}
.text-wrapper::after {
  content: "";
  position: absolute;
  right: calc(100% + 1.4rem);
  top: calc(100% - 3rem);
  width: 2vh;
  height: 2vh;
  background-color: #064282;
  border-radius: 50%;
}
.modal-dialog {
  max-width: 1200px;
  width: 80vw;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  width: 100%;
}
.modal-body {
  padding: 0;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-video {
  position: relative;
  display: inline-block;
}
.play-video::after {
  content: "";
  position: absolute;
  background-image: url(../image/index/readmore/readmore1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: calc(100% + 0.5rem);
  transform: translateY(-44%);
  width: 3.5rem;
  height: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .text-wrapper::after {
    right: calc(100% + 1.5rem);
  }
  .human-title {
    top: 2rem;
  }
}

@media screen and (max-width: 767.99px) {
  .text-wrapper::before {
    right: calc(100% + 1.2rem);
  }
  .text-wrapper::after {
    right: calc(100% + 0.7rem);
  }
  .human-img .img-wrapper::before {
    bottom: -50%;
  }
  .human-img .img-wrapper::after {
    bottom: calc(-50% + 1.5rem);
  }
  .human-title {
    top: 3rem;
  }
}

@media screen and (max-width: 567.99px) {
  .human-title {
    top: 2rem;
  }
  .play-video {
    margin-top: 1rem !important;
  }
  .human-img .img-wrapper {
    margin-bottom: 5rem;
    margin-left: 0;
  }
}
