.video_type9 {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  /**************
  slick js s.
  ***************/
  /**************
  slick js e.
  ***************/
}
.video_type9 .video-bg::before {
  display: block;
  clear: both;
  content: "";
  height: 60%;
  background-color: var(--color-primary);
  width: 100%;
  position: absolute;
  top: 4rem;
  z-index: -2;
}
.video_type9 .video-bg::after {
  display: block;
  clear: both;
  position: absolute;
  top: 12.2rem;
  content: "";
  height: 57%;
  background-color: var(--color-secondary);
  width: 65%;
  right: 0;
  border-bottom-left-radius: 10px;
  z-index: -1;
}
.video_type9 .video-box {
  z-index: 11;
}
.video_type9 .video-title {
  z-index: 11;
  width: 100%;
  padding-left: 50px;
  padding-right: 85px;
  margin-top: 4rem;
  color: var(--color-white);
  margin-bottom: 1.4rem;
}
.video_type9 .video-title h2 {
  width: 90%;
  height: 110px;
  line-height: 3rem;
  font-size: 2rem;
  margin-bottom: 0;
  padding-top: 1rem;
}
.video_type9 .video-sub-content {
  width: 100%;
  padding-left: 50px;
  z-index: 11;
  color: var(--color-primary);
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 1.1rem;
}

.video_type9 .video-sub-content .video-sub-content-p{
  line-height: 1.7;
}
.video_type9 .carousel-control-prev,
.video_type9 .carousel-control-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 39px;
  height: 39px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 100%;
  border: 2px solid var(--color-white);
  z-index: 111;
  text-align: center;
  position: absolute;
  right: 2rem;
  top: 7rem;
  left: auto;
}
.video_type9 .carousel-control-next-icon,
.video_type9 .carousel-control-prev-icon {
  width: 1rem;
  height: 1rem;
}
.video_type9 .carousel-control-prev:focus,
.video_type9 .carousel-control-next:focus {
  outline: 3px solid pink;
}
.video_type9 .carousel-control-prev {
  margin-right: 3.5rem;
}

/**************
RWD s.
***************/
@media (max-width: 1199.98px) {
  .video_type9 .video-box {
    margin-left: 0%;
  }
  .video_type9 .video-title {
    margin-top: 0;
  }
  .video_type9 .video-title h2 {
    margin-top: 3rem;
    width: 80%;
  }
  .video_type9 .video-sub-content {
    width: 100%;
    border-bottom-left-radius: 10px;
  }
  .video_type9 .carousel-control-prev,
  .video_type9 .carousel-control-next {
    right: 2.2rem;
    top: 3rem;
  }
  .video_type9::before {
    height: 50%;
    width: 100%;
    position: absolute;
    top: 1rem;
  }
  .video_type9 .video-bg::before {
    height: 66%;
  }
}
@media (max-width: 991.98px) {
  .video_type9 .video-title {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1rem;
  }
  .video_type9 .video-title h2 {
    padding: 1rem;
    margin-top: 0;
  }
  .video_type9 .video-sub-content {
    width: 100%;
    padding: 1rem;
    border-bottom-left-radius: 10px;
  }
  .video_type9::before {
    height: 82%;
  }
  .video_type9 .video-bg::before {
    height: 21%;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0px;
  }
  .video_type9 .carousel-control-prev,
  .video_type9 .carousel-control-next {
    top: 35rem;
  }
}
@media (max-width: 767.98px) {
  .video_type9::before {
    height: 70%;
  }
  .video_type9 .video-bg::before {
    height: 34%;
  }
  .video_type9 .carousel-control-prev,
  .video_type9 .carousel-control-next {
    top: 28rem;
  }
  .video_type9 .video-title h2 {
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  .video_type9 .carousel-control-prev,
  .video_type9 .carousel-control-next {
    top: 21rem;
  }
}
/**************
RWD e.
***************/
