/* True App*/
.section-true-app {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.section-true-app .header {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.section-true-app .header .icon {
  display: inline-block;
  width: 64px;
  margin-left: 16px;
}

.section-true-app .header .icon img {
  width: 100%;
}

.slider-step-how-to {
  position: relative;
  padding: 0 20px;
}

.slider-step-how-to .swiper .swiper-slide {
  width: 320px;
  height: auto;
  padding: 15px 0px;
  display: flex;
}

.slider-step-how-to .swiper .swiper-slide .steps {
  transition: 0.3s cubic-bezier(0, 0, 0.5, 1);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}

.section-true-app .swiper-button-next {
  width: 45px;
  height: 45px;
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  right: 0;
  box-shadow: 0px 2px 4px 0px #60617029;
}

.section-true-app .swiper-button-next:after {
  font-size: 22px;
  font-weight: 700;
  color: red;
}

.section-true-app .swiper-button-prev {
  width: 45px;
  height: 45px;
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  left: 0;
  box-shadow: 0px 2px 4px 0px #60617029;
}

.section-true-app .swiper-button-prev:after {
  font-size: 22px;
  font-weight: 700;
  color: red;
  margin-left: -7px;
}

.section-true-app .slider-step-how-to {
  width: 100%;
}

.section-true-app .slider-step-how-to .swiper {
  overflow: visible;
  padding-bottom: 30px;
}

.step-how-to .steps .step-text p:nth-child(n+2) {
  margin: 12px 0 0;
}

.section-true-app .link-more {
  display: flex;
  width: 100%;
  justify-content: center;
}

.section-true-app .step-how-to .steps .step-text {
  margin: 0;
  padding: 24px 16px;
}

.popup-video {
  width: 460px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.popup-video video {
  outline: 0;
  width: 100%;
  height: 100%;
}

.btn-play {
  position: absolute;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  top: calc(50% - 23px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  transition: 0.3s cubic-bezier(0, 0, 0.5, 1);
  background-image: url('https://www.true.th/hubfs/assets_pages/entertainment/images/icons/ico-play.png');
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.btn-play:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

body.open-video .fancybox__content {
  border-radius: 24px;
}

@media only screen and (max-width: 599px) {
  .slider-step-how-to .swiper .swiper-slide {
    width: 280px;
  }

  body.open-video .fancybox__content {
    padding: 16px;
  }

  .popup-video {
    width: 100%;
  }

  .section-true-app .header .icon { 
    width: 50px;
    margin-left: 8px;
  }
}