.scdng-video--tab .ssep--outstanding {
  position: relative;
  clip-path: polygon(50% 0%, 100% 10%, 100% 43%, 100% 96%, 64% 89%, 34% 89%, 0 100%, 0% 43%, 0 11%);
}

.scdng-video--tab .show--video-m::before,
#training-vt>.video-post--item .box-post-video .box-img::before {
  content: ' ';
  background-image: url('https://cdn.diemnhangroup.com/seoulacademy/2024/01/Subtract.png');
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 350px !important;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 3px;
  pointer-events: none;
}

#training-vt>.video-post--item .box-post-video .box-img::before {
  top: 1px !important;
}

.scdng-video--tab .show--video-m,
#training-vt>.video-post--item .box-post-video .box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px !important;
}

.scdng-video--tab .show--video-m img,
.scdng-video--tab .show--video-m iframe,
#training-vt>.video-post--item .box-post-video .box-img img {
  height: 326px !important;
}

.scdng-video--tab ul li button.text-blue-600 {
  color: #122275 !important;
  border-color: #122275 !important;
}

.scdng-video--tab  .swiper-button-next{
  right: -15px !important;
}
.scdng-video--tab .swiper-button-prev{
  left: -15px !important;
}

.scdng-video--tab .swiper-button-next,
.scdng-video--tab .swiper-button-prev{
  margin: 0 !important;
  width: 15px !important;
  height: 15px !important;
  color: #555555;
}
.scdng-video--tab  .swiper-button-next::after,
.scdng-video--tab  .swiper-button-prev::after{
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width:768px) {

  #reviews-vt>.video-post--item .box-post-video .box-img::before,
  #event-vt>.video-post--item .box-post-video .box-img::before {
    content: ' ';
    background-image: url('https://cdn.diemnhangroup.com/seoulacademy/2024/01/Subtract.png');
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 350px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 3px;
    pointer-events: none;
  }
  /* .scdng-video--tab .swiper-button-next{
    display: none !important;
  } */
  #reviews-vt>.video-post--item .box-post-video .box-img,
  #event-vt>.video-post--item .box-post-video .box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px !important;
  }


  .scdng-video--tab .show--video-m img,
  .scdng-video--tab .show--video-m iframe,
  #training-vt>.video-post--item .box-post-video .box-img img,
  #reviews-vt>.video-post--item .box-post-video .box-img img,
  #event-vt>.video-post--item .box-post-video .box-img img {
    height: 200px !important;
  }
}