.sc-showcase-w-video{
  position:relative;
}
.sc-showcase-w-video .container{
  padding-left:32px;
  padding-right:32px;
}
.sc-showcase-w-video .swiper-showcase-content {
  height: 100%;
  width: 100%;
}

.sc-showcase-w-video .swiper-showcase-thumbs {
  height: 60px;
  box-sizing: border-box;
  padding: 5px 0px;
  border-top: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
}

.sc-showcase-w-video .swiper-pagination{
  position:relative !important; 
  margin-top:10px;
}
.sc-showcase-w-video .swiper-showcase-thumbs .swiper-slide {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  cursor: pointer;
  width: auto;
  filter: grayscale(1) !important;
  padding: 0px 25px;
  border-image: linear-gradient(transparent 10%, #C0C0C0 10% 90%, transparent 90%) 0 1 0 0 / 1px;
  opacity:0.6 !important;
  transition: var(--tb2b-default-transition);
}

.sc-showcase-w-video .swiper-showcase-thumbs .swiper-slide:last-child {
  border-image: linear-gradient(transparent 10%, #C0C0C0 10% 90%, transparent 90%) 0 1 0 0 / 0px;
}

.sc-showcase-w-video .swiper-showcase-thumbs .swiper-slide:hover {
  filter: grayscale(0) !important;
  transition: var(--tb2b-default-transition);
  opacity:1 !important;
}

.sc-showcase-w-video .swiper-showcase-thumbs .swiper-slide.swiper-slide-thumb-active {
  filter: grayscale(0) !important;
  opacity: 1 !important;
}

.sc-showcase-w-video .swiper-showcase-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.sc-showcase-w-video .swiper-showcase-thumbs .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.sc-showcase-w-video .swiper-showcase-content .box-title {
  border-left: 4px solid #FF0000;
  padding-left: 10px;
  margin-bottom: 10px;
}

.sc-showcase-w-video .swiper-showcase-content .box-title .title {
  font-size: 48px !important;
  line-height: 1.3 !important;
}

.sc-showcase-w-video .swiper-showcase-content .box-content {
  max-width: 450px;
  width: 40%;
}

.sc-showcase-w-video .swiper-showcase-content .detail {
  padding: 0px 17px 0 32px;
  margin-bottom: 0px;
}

.sc-showcase-w-video .swiper-showcase-content .detail-title {
  font-size: 24px;
  font-family: 'better_togethermedium';
  margin-bottom: 10px;
  color:#001A45;
  word-break:normal !important;
}

.sc-showcase-w-video .swiper-showcase-content .detail-desc {
  /*   line-height:1.45; */
  font-size: 18px;
  color: #5C5C5C;
  text-wrap: wrap;
  /*   -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  pointer-events: none;
  display: -webkit-box; */
  overflow: hidden;
  padding-top:1px;
}

.sc-showcase-w-video .swiper-showcase-content .detail-footer {
  font-size: 18px;
  color: #5C5C5C;
  text-wrap: wrap;
  overflow: hidden;
  padding-top:2px;
}

.sc-showcase-w-video .swiper-showcase-content .detail-footer p {
  padding-top:2px;
}

.sc-showcase-w-video .swiper-showcase-content .box-video {
  /* max-width: 650px; */
  /* max-height: 330px; */
  width: 60%;
  aspect-ratio: 16 / 9;
  height: max-content;
  background-color: #5C5C5C;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.sc-showcase-w-video .swiper-showcase-content .box-video::after {
  content: '';
  background-image: url(//45691000.fs1.hubspotusercontent-na1.net/hubfs/45691000/raw_assets/public/TrueB2B2024/images/module-icons/icon-play-button.png);
  background-repeat: no-repeat;
  background-size: 80px 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 10;
  transition: var(--tb2b-default-transition);
}

.sc-showcase-w-video .swiper-showcase-content .box-video:hover::after {
  transform: translate(-50%, -50%) scale(1.3);
}

.sc-showcase-w-video .swiper-showcase-content .box-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-showcase-w-video .swiper-showcase-content {
  padding: 20px 0px 0px;
}

.sc-showcase-w-video .swiper-showcase-content .swiper-slide {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 20px 0px;
  gap: 15px;
  opacity: 0 !important;
  transition: opacity 0.8s !important;
}

.sc-showcase-w-video .swiper-showcase-content .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  transition: opacity 0.8s !important;
}

/* custom popup style by id */
#popup-custom-id {
  border-radius: 5px;
  background-color: #292929;
  color: #fff;
}

#popup-custom-id .detail-desc {
  color: rgb(255, 196, 0);
  font-size: 24px;
}

#popup-custom-id .popup-body {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

/* !custom popup style by id */
{#
.swiper-showcase-thumbs .swiper-button-prev,
.swiper-showcase-thumbs .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 8.5px;
  /* max-height: 10px; */
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.swiper-showcase-thumbs .swiper-button-prev.swiper-button-disabled,
.swiper-showcase-thumbs .swiper-button-next.swiper-button-disabled{
  opacity:0 !important;
}

.swiper-showcase-thumbs .swiper-button-prev {
  /* background-color: #fff;
  padding: 10px;
  opacity: 1 !important; */
  left:0px;
  background-image: url(//45691000.fs1.hubspotusercontent-na1.net/hubfs/45691000/raw_assets/public/TrueB2B2024/images/module-icons/ico-arrow-navigator-left-red.png);
}

.swiper-showcase-thumbs .swiper-button-next {
  right:0px;
  transform: rotate(180deg);
  background-image: url(//45691000.fs1.hubspotusercontent-na1.net/hubfs/45691000/raw_assets/public/TrueB2B2024/images/module-icons/ico-arrow-navigator-left-red.png);
}

.swiper-showcase-thumbs .swiper-button-next:after,
.swiper-showcase-thumbs .swiper-button-prev:after {
  opacity: 0;
}
#}

.sc-showcase-w-video [class*=swiper-button] {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  {#top: calc(100% - 383px + 150px);#}
  top:35%;
  margin: 0;
  box-shadow: 0px 4px 10px 0px rgba(193, 200, 208, 0.5);
}
.sc-showcase-w-video [class*=swiper-button] .ico-chevron-right {
  width: 10px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://45691000.fs1.hubspotusercontent-na1.net/hubfs/45691000/b2b/images/icons/ico-chevron-right-red.svg) center center no-repeat;
  background-size: 100% auto;
  transition: all 0.4s ease;
}
.sc-showcase-w-video [class*=swiper-button]::after {
  display: none;
}
.sc-showcase-w-video .swiper-button-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.sc-showcase-w-video .swiper-button-prev .ico-chevron-right {
  transform: rotate(-180deg);
}
.sc-showcase-w-video .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.sc-showcase-w-video .swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.sc-showcase-w-video .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

@media (min-width: 992px) {

  .sc-showcase-w-video [class*=swiper-button] {
    width: 50px;
    height: 50px;
    {#top: calc(100% - 503px + 185px);#}
    top:40%;
    overflow: hidden;
  }
  .sc-showcase-w-video [class*=swiper-button]::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(69.32deg, #ffba7d -4.01%, #ff032f 32.56%);
    transition: opacity 0.5s ease;
    opacity: 0;
  }
  .sc-showcase-w-video [class*=swiper-button] .ico-chevron-right {
    width: 14px;
    height: 23px;
  }
  .sc-showcase-w-video [class*=swiper-button]:hover::after {
    opacity: 1;
  }
  .sc-showcase-w-video [class*=swiper-button]:hover .ico-chevron-right {
    width: 14px;
    height: 23px;
    background: url(https://45691000.fs1.hubspotusercontent-na1.net/hubfs/45691000/b2b/images/icons/ico-chevron-right-white.svg) center center no-repeat;
    background-size: 100% auto;
    z-index: 2;
  }

}

.swiper-showcase-thumbs {
  position: relative;
  overflow: hidden;
}

.swiper-showcase-thumbs::before,
.swiper-showcase-thumbs::after {
  content: '';
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.swiper-showcase-thumbs::before {
  left: 0;
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 100%);
  padding: 15px;
}

.swiper-showcase-thumbs::after {
  right: 0;
  background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0) 100%);
  padding: 15px;
}

@media (max-width:991px) {
  .sc-showcase-w-video .swiper-showcase-content .box-title .title {
    font-size: 38px !important;
  }

  .sc-showcase-w-video .swiper-showcase-content .box-video{
    width:45%;
  }

  .sc-showcase-w-video .swiper-showcase-content .box-content{
    width:55%; 
  }

}

@media (max-width:767px) {
  .sc-showcase-w-video .swiper-showcase-content .detail {
    padding: 0px 0px;
    margin-bottom: 20px;
  }

  .sc-showcase-w-video .swiper-showcase-content .swiper-slide {
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .sc-showcase-w-video .swiper-showcase-content .box-content,
  .sc-showcase-w-video .swiper-showcase-content .box-content-mb {
    padding: 0px 30px;
    width: 100%;
  }

  .sc-showcase-w-video .swiper-showcase-content .box-title {
    border-left: 2px solid #FF0000;
  }

  .sc-showcase-w-video .swiper-showcase-content .box-title .title {
    font-size: 32px !important;
  }

  .sc-showcase-w-video .swiper-showcase-content .box-content-mb .detail-desc {
    font-size: 16px;
  }

  .sc-showcase-w-video .swiper-showcase-content .box-video {
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
  }

  .sc-showcase-w-video .swiper-showcase-content .box-video::after {
    background-size: 65px 65px;
    width: 65px;
    height: 65px;
  }

  .sc-showcase-w-video .swiper-showcase-content .detail {
    margin-bottom: 0;
  }

  .sc-success .detail-desc {
    font-size: 14px;
  }

  .sc-showcase-w-video .swiper-showcase-content .detail-footer {
    font-size: 16px;
  }
}

.sc-showcase-w-video .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.sc-showcase-w-video .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

.sc-showcase-w-video .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--tb2b-bg-darkred, #E10024) !important;
}

.sc-showcase-w-video .swiper-pagination-bullet {
  transition: var(--tb2b-default-transition);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 27px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 3px));
  border-radius: unset !important;
  background: var(--swiper-pagination-bullet-inactive-color, #C0C0C0);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

@media (max-width:575px){
  .sc-showcase-w-video .swiper-pagination-bullet {
    transition: var(--tb2b-default-transition);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 3px));
    border-radius: unset !important;
    background: var(--swiper-pagination-bullet-inactive-color, #C0C0C0);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  }
  .sc-showcase-w-video .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .sc-showcase-w-video .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
  }
}