.t-template-05 {
  background-color: #14120f;
  padding: calc(156 / 1920 * 100vw) calc(255 / 1920 * 100vw) calc(80 / 1920 * 100vw);
}

.t-template-05__title {
  font-size: calc(36 / 1920 * 100vw);
  font-weight: 700;
  color: #fff;
  margin: initial;
}

.t-template-05__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t-template-05__btn-more {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.t-template-05__btn-more .text {
  font-size: calc(22 / 1920 * 100vw);
  font-weight: 700;
  color: #fff;
  margin: initial;
}

.t-template-05__btn-more .fas {
  font-size: 30px;
  margin-left: 20px;
  color: #D85312;
  font-weight: 700;
}

.t-template-05__btn-more .icon {
  width: calc(12 / 1920 * 100vw);
  margin-left: calc(24 / 1920 * 100vw);
}

.t-template-05__swiper-container {
  margin-top: calc(45 / 1920 * 100vw);
}

.t-template-05__swiper-slide .inner {
  display: block;
  text-decoration: none;
  width: 100%;
}

.t-template-05__swiper-slide .img-wrapper {
  width: 100%;
  height: calc(504 / 1920 * 100vw);
  border-radius: 5px;
  overflow: hidden;
}

.t-template-05__swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-template-05__swiper-slide .content {
  margin-top: calc(28 / 1920 * 100vw);
}

.t-template-05__swiper-slide .title {
  font-size: calc(22 / 1920 * 100vw);
  font-weight: 700;
  color: #fff;
  margin: initial;
}

.t-template-05__swiper-slide .subtitle {
  font-size: calc(16 / 1920 * 100vw);
  color: #6f6f6f;
  margin: initial;
  margin-top: calc(4 / 1920 * 100vw);
}

.t-template-05__swiper-slide .hover-effect {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(216, 83, 18, 0.8);

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.t-template-05__swiper-slide .hover-effect .text {
  display: flex;
  align-items: center;

  font-size: calc(22 / 1920 * 100vw);
  font-weight: 700;
  color: #fff;
  margin: initial;
}

.t-template-05__swiper-slide .hover-effect .text::after {
  content: '';
  display: block;
  width: calc(68 / 1920 * 100vw);
  height: calc(3 / 1920 * 100vw);
  margin-left: calc(16 / 1920 * 100vw);
  background-color: #fff;
}

.t-template-05__swiper-slide .hover-effect .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: calc(32 / 1920 * 100vw);
  right: calc(32 / 1920 * 100vw);

  width: calc(58 / 1920 * 100vw);
  height: calc(58 / 1920 * 100vw);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.t-template-05__swiper-slide .hover-effect .icon {
  width: calc(25 / 1920 * 100vw);
}

@media (hover: hover) {
  .t-template-05__swiper-slide .inner:hover .hover-effect {
    opacity: 1;
  }
}

@media (min-width: 701px) {
  .t-template-05__swiper-wrapper {
    flex-wrap: wrap;
    width: auto;
    height: initial;
    margin: 0 calc(-15 / 1920 * 100vw);
  }

  .t-template-05__swiper-slide {
    height: initial;
    padding: 0 calc(15 / 1920 * 100vw);
    margin-bottom: calc(76 / 1920 * 100vw);
  }

  .t-template-05__swiper-slide.w-1 {
    width: 33.3333333%;
  }

  .t-template-05__swiper-slide.w-2 {
    width: 66.6666666%;
  }

  .t-template-05__swiper-slide.w-3 {
    width: 100%;
  }

  .t-template-05__swiper-pagination {
    display: none;
  }
}


/* tablet */
@media (max-width: 1100px) {
  .t-template-05 {
    padding: 56px calc(55 / 768 * 100vw) 26px;
  }

  .t-template-05__title {
    font-size: 20px;
  }

  .t-template-05__btn-more .text {
    font-size: 14px;
  }

  .t-template-05__btn-more .icon {
    width: 9px;
    margin-left: 14px;
  }

  .t-template-05__swiper-container {
    margin-top: 36px;
  }

  .t-template-05__swiper-slide .content {
    margin-top: 22px;
  }

  .t-template-05__swiper-slide .title {
    font-size: 14px;
  }

  .t-template-05__swiper-slide .subtitle {
    font-size: 12px;
    margin-top: 4px;
  }
}

/* mobile */
@media (max-width: 700px) {
  .t-template-05 {
    padding: 38px calc(40 / 320 * 100vw);
  }

  .t-template-05__swiper-container {
    margin-top: 44px;
  }

  .t-template-05__swiper-wrapper {
    height: initial;
  }

  .t-template-05__swiper-slide .content {
    margin-top: 20px;
  }

  .t-template-05__swiper-slide .title {
    font-size: 16px;
  }

  .t-template-05__swiper-slide .subtitle {
    font-size: 14px;
  }

  .t-template-05__swiper-slide .img-wrapper {
    height: calc(270 / 320 * 100vw);
  }

  .t-template-05__swiper-pagination {
    position: relative;
    margin-top: 44px;
  }

  .t-template-05__swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border: 1px solid #457cd7;
  }

  .t-template-05__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #457cd7;
    border-color: #457cd7;
  }

  .t-template-05__swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 25px;
  }

}
