@import url(../css/swiper.css);

.l-carouselLink {
  text-align: center;
}

.l-carouselLink .swiper-button-prev,
.l-carouselLink .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  outline: none;
}

.l-carouselLink .swiper-button-prev:after,
.l-carouselLink .swiper-rtl .swiper-button-next:after {
  content: url(../images/cardpre.svg);
  width: 30px;
}

.l-carouselLink .swiper-button-next,
.l-carouselLink .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  outline: none;
}

.l-carouselLink .swiper-button-next:after,
.l-carouselLink .swiper-rtl .swiper-button-prev:after {
  content: url(../images/cardnext.svg);
  width: 30px;
}

.l-carouselLink .swiper-wrapper {
  position: relative;
}

.l-carouselLink .swiper {
  padding: 0 28px;
}

.l-carouselLink .swiper .cardIntro {
  display: block;
  border-radius: 4px;
  padding: 18px;
  text-align: left;
  cursor: pointer;
  display: block;
  border: 1px solid #d9d9d9;
  margin: 40px 20px;
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .l-carouselLink .swiper .cardIntro {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .l-carouselLink .swiper .cardIntro {
    padding: 20px;
  }
}

.l-carouselLink .swiper .cardIntro img,
.l-carouselLink .swiper .cardIntro p,
.l-carouselLink .swiper .cardIntro .h3,
.l-carouselLink .swiper .cardIntro .cardLink {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.l-carouselLink .swiper .cardIntro .h3 {
  height: 48px;
  overflow: hidden;
}

.l-carouselLink .swiper .cardIntro p {
  height: 70px;
  overflow: hidden;
}

@media (min-width: 375px) {
  .l-carouselLink .swiper .cardIntro p {
    height: 48px;
  }
}

@media (min-width: 768px) {
  .l-carouselLink .swiper .cardIntro p {
    height: 68px;
  }
}

@media (min-width: 992px) {
  .l-carouselLink .swiper .cardIntro p {
    height: 48px;
  }
}

.l-carouselLink .swiper .cardIntro:hover img,
.l-carouselLink .swiper .cardIntro:hover p,
.l-carouselLink .swiper .cardIntro:hover h3,
.l-carouselLink .swiper .cardIntro:hover .cardLink {
  opacity: 0.7;
}

.l-carouselLink .swiper .cardIntro .card-img-top {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.l-carouselLink .swiper .cardIntro .card-body img {
  margin-top: 3px;
}

.l-carouselLink .swiper .cardIntro .cardLink {
  position: relative;
  display: inline-block;
  color: #00a19b;
}

.l-carouselLink .swiper .cardIntro .cardLink::after {
  content: "";
  background: url(../images/right.svg) no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 0.5rem;
  height: 1rem;
  position: absolute;
  right: -1.25rem;
  top: 3.5px;
}

.l-carouselLink .swiper p {
  margin: 20px 0;
}

.bg-primary--light .swiper .cardIntro {
  border: none;
}

.carouselType1 .swiper,
.carouselType2 .swiper,
.carouselType3 .swiper,
.carouselType4 .swiper {
  padding-bottom: 20px;
}

.carouselType1 .swiper .swiper-slide .cardIntro__top,
.carouselType2 .swiper .swiper-slide .cardIntro__top,
.carouselType3 .swiper .swiper-slide .cardIntro__top,
.carouselType4 .swiper .swiper-slide .cardIntro__top {
  opacity: 1;
}

.carouselType1 .swiper .swiper-slide .cardIntro__top--p,
.carouselType2 .swiper .swiper-slide .cardIntro__top--p,
.carouselType3 .swiper .swiper-slide .cardIntro__top--p,
.carouselType4 .swiper .swiper-slide .cardIntro__top--p {
  position: absolute;
  width: 100%;
  bottom: -20px;
  text-align: left;
  height: 24%;
  padding: 5px 0px;
  border-radius: 0px 0px 4px 4px;
}

.carouselType1 .swiper .swiper-slide .cardIntro__top p,
.carouselType2 .swiper .swiper-slide .cardIntro__top p,
.carouselType3 .swiper .swiper-slide .cardIntro__top p,
.carouselType4 .swiper .swiper-slide .cardIntro__top p {
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
}

@media (min-width: 992px) {

  .carouselType1 .swiper .swiper-slide .cardIntro__top,
  .carouselType2 .swiper .swiper-slide .cardIntro__top,
  .carouselType3 .swiper .swiper-slide .cardIntro__top,
  .carouselType4 .swiper .swiper-slide .cardIntro__top {
    opacity: 0;
  }

  .carouselType1 .swiper .swiper-slide .cardIntro__top--p,
  .carouselType2 .swiper .swiper-slide .cardIntro__top--p,
  .carouselType3 .swiper .swiper-slide .cardIntro__top--p,
  .carouselType4 .swiper .swiper-slide .cardIntro__top--p {
    height: 100%;
    bottom: 0px;
    padding: 0px;
    border-radius: 4px;
  }

  .carouselType1 .swiper .swiper-slide .cardIntro__top--p p,
  .carouselType2 .swiper .swiper-slide .cardIntro__top--p p,
  .carouselType3 .swiper .swiper-slide .cardIntro__top--p p,
  .carouselType4 .swiper .swiper-slide .cardIntro__top--p p {
    width: 80%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

.carouselType1 .swiper .cardIntro,
.carouselType2 .swiper .cardIntro,
.carouselType3 .swiper .cardIntro,
.carouselType4 .swiper .cardIntro {
  position: relative;
  padding: 0px;
  border: none;
}

.carouselType1 .swiper .cardIntro img,
.carouselType2 .swiper .cardIntro img,
.carouselType3 .swiper .cardIntro img,
.carouselType4 .swiper .cardIntro img {
  display: block;
}

.carouselType1 .swiper .cardIntro__top,
.carouselType2 .swiper .cardIntro__top,
.carouselType3 .swiper .cardIntro__top,
.carouselType4 .swiper .cardIntro__top {
  position: absolute;
  opacity: 0;
  border-radius: 4px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  text-align: center;
}

.carouselType1 .swiper .cardIntro__top p,
.carouselType2 .swiper .cardIntro__top p,
.carouselType3 .swiper .cardIntro__top p,
.carouselType4 .swiper .cardIntro__top p {
  position: absolute;
  z-index: 99;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0px;
  height: auto;
}

.carouselType1 .swiper .cardIntro__top p span,
.carouselType2 .swiper .cardIntro__top p span,
.carouselType3 .swiper .cardIntro__top p span,
.carouselType4 .swiper .cardIntro__top p span {
  color: #fff;
}

.carouselType1 .swiper .cardIntro__top:before,
.carouselType2 .swiper .cardIntro__top:before,
.carouselType3 .swiper .cardIntro__top:before,
.carouselType4 .swiper .cardIntro__top:before {
  content: "+";
  position: absolute;
  background-color: #fff;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  z-index: 2;
}

.carouselType1 .swiper .cardIntro:focus,
.carouselType2 .swiper .cardIntro:focus,
.carouselType3 .swiper .cardIntro:focus,
.carouselType4 .swiper .cardIntro:focus {
  outline: none;
}

.carouselType1 .swiper .cardIntro:hover .cardIntro__top,
.carouselType2 .swiper .cardIntro:hover .cardIntro__top,
.carouselType3 .swiper .cardIntro:hover .cardIntro__top,
.carouselType4 .swiper .cardIntro:hover .cardIntro__top {
  opacity: 1;
}

.carouselType1 .swiper .cardIntro:hover .cardIntro__top p,
.carouselType2 .swiper .cardIntro:hover .cardIntro__top p,
.carouselType3 .swiper .cardIntro:hover .cardIntro__top p,
.carouselType4 .swiper .cardIntro:hover .cardIntro__top p {
  opacity: 1;
}

.carouselType1 .swiper .cardIntro:hover img,
.carouselType2 .swiper .cardIntro:hover img,
.carouselType3 .swiper .cardIntro:hover img,
.carouselType4 .swiper .cardIntro:hover img {
  opacity: 1;
}

.carouselType1 .swiper-button-prev,
.carouselType2 .swiper-button-prev,
.carouselType3 .swiper-button-prev,
.carouselType4 .swiper-button-prev {
  left: 0px;
}

.carouselType1 .swiper-button-next,
.carouselType2 .swiper-button-next,
.carouselType3 .swiper-button-next,
.carouselType4 .swiper-button-next {
  right: 0px;
}

.carouselType2 .swiper .cardIntro,
.carouselType3 .swiper .cardIntro,
.carouselType4 .swiper .cardIntro {
  cursor: default;
}

.carouselType2 .swiper .cardIntro__top,
.carouselType3 .swiper .cardIntro__top,
.carouselType4 .swiper .cardIntro__top {
  cursor: default;
}

.carouselType2 .swiper .cardIntro__top:before,
.carouselType3 .swiper .cardIntro__top:before,
.carouselType4 .swiper .cardIntro__top:before {
  display: none;
}

.carouselType4 .swiper {
  padding: 0px;
}

.carouselType4 .swiper .cardIntro {
  margin: 0px;
}

.carouselType4 .swiper .cardIntro .card-img-top {
  border-radius: 0px;
}

.carouselType1.color-primary .cardIntro__top--p,
.carouselType2.color-primary .cardIntro__top--p,
.carouselType3.color-primary .cardIntro__top--p {
  background-color: rgba(0, 161, 155, 0.95);
}

.carouselType1.color-primary .cardIntro__top:before,
.carouselType2.color-primary .cardIntro__top:before,
.carouselType3.color-primary .cardIntro__top:before {
  color: #00a19b;
}

.carouselType1.color-primary .swiper-pagination-bullet,
.carouselType2.color-primary .swiper-pagination-bullet,
.carouselType3.color-primary .swiper-pagination-bullet {
  background-color: #00a19b;
}

@media (min-width: 992px) {

  .carouselType1.color-primary .cardIntro__top,
  .carouselType2.color-primary .cardIntro__top,
  .carouselType3.color-primary .cardIntro__top {
    opacity: 0;
  }

  .carouselType1.color-primary .cardIntro__top--p,
  .carouselType2.color-primary .cardIntro__top--p,
  .carouselType3.color-primary .cardIntro__top--p {
    background-color: rgba(0, 161, 155, 0.85);
  }
}

.carouselType1.color-private .cardIntro__top--p,
.carouselType2.color-private .cardIntro__top--p,
.carouselType3.color-private .cardIntro__top--p {
  background-color: rgba(188, 155, 105, 0.95);
}

.carouselType1.color-private .cardIntro__top:before,
.carouselType2.color-private .cardIntro__top:before,
.carouselType3.color-private .cardIntro__top:before {
  color: #BC9B69;
}

.carouselType1.color-private .swiper-pagination-bullet,
.carouselType2.color-private .swiper-pagination-bullet,
.carouselType3.color-private .swiper-pagination-bullet {
  background-color: #BC9B69;
}

@media (min-width: 992px) {

  .carouselType1.color-private .cardIntro__top,
  .carouselType2.color-private .cardIntro__top,
  .carouselType3.color-private .cardIntro__top {
    opacity: 0;
  }

  .carouselType1.color-private .cardIntro__top--p,
  .carouselType2.color-private .cardIntro__top--p,
  .carouselType3.color-private .cardIntro__top--p {
    background-color: rgba(188, 155, 105, 0.85);
  }
}

.carouselType1.color-red .cardIntro__top--p,
.carouselType2.color-red .cardIntro__top--p,
.carouselType3.color-red .cardIntro__top--p {
  background-color: rgba(201, 46, 52, 0.95);
}

.carouselType1.color-red .cardIntro__top:before,
.carouselType2.color-red .cardIntro__top:before,
.carouselType3.color-red .cardIntro__top:before {
  color: #c92e34;
}

.carouselType1.color-red .swiper-pagination-bullet,
.carouselType2.color-red .swiper-pagination-bullet,
.carouselType3.color-red .swiper-pagination-bullet {
  background-color: #c92e34;
}

@media (min-width: 992px) {

  .carouselType1.color-red .cardIntro__top,
  .carouselType2.color-red .cardIntro__top,
  .carouselType3.color-red .cardIntro__top {
    opacity: 0;
  }

  .carouselType1.color-red .cardIntro__top--p,
  .carouselType2.color-red .cardIntro__top--p,
  .carouselType3.color-red .cardIntro__top--p {
    background-color: rgba(201, 46, 52, 0.85);
  }
}

.carouselType1.color-pink .cardIntro__top--p,
.carouselType2.color-pink .cardIntro__top--p,
.carouselType3.color-pink .cardIntro__top--p {
  background-color: rgba(191, 25, 100, 0.95);
}

.carouselType1.color-pink .cardIntro__top:before,
.carouselType2.color-pink .cardIntro__top:before,
.carouselType3.color-pink .cardIntro__top:before {
  color: #bf1964;
}

.carouselType1.color-pink .swiper-pagination-bullet,
.carouselType2.color-pink .swiper-pagination-bullet,
.carouselType3.color-pink .swiper-pagination-bullet {
  background-color: #bf1964;
}

@media (min-width: 992px) {

  .carouselType1.color-pink .cardIntro__top,
  .carouselType2.color-pink .cardIntro__top,
  .carouselType3.color-pink .cardIntro__top {
    opacity: 0;
  }

  .carouselType1.color-pink .cardIntro__top--p,
  .carouselType2.color-pink .cardIntro__top--p,
  .carouselType3.color-pink .cardIntro__top--p {
    background-color: rgba(191, 25, 100, 0.85);
  }
}

.carouselType1.color-orange .cardIntro__top--p,
.carouselType2.color-orange .cardIntro__top--p,
.carouselType3.color-orange .cardIntro__top--p {
  background-color: rgba(179, 95, 0, 0.95);
}

.carouselType1.color-orange .cardIntro__top:before,
.carouselType2.color-orange .cardIntro__top:before,
.carouselType3.color-orange .cardIntro__top:before {
  color: #b35f00;
}

.carouselType1.color-orange .swiper-pagination-bullet,
.carouselType2.color-orange .swiper-pagination-bullet,
.carouselType3.color-orange .swiper-pagination-bullet {
  background-color: #b35f00;
}

@media (min-width: 992px) {

  .carouselType1.color-orange .cardIntro__top,
  .carouselType2.color-orange .cardIntro__top,
  .carouselType3.color-orange .cardIntro__top {
    opacity: 0;
  }

  .carouselType1.color-orange .cardIntro__top--p,
  .carouselType2.color-orange .cardIntro__top--p,
  .carouselType3.color-orange .cardIntro__top--p {
    background-color: rgba(179, 95, 0, 0.85);
  }
}

.carouselType1.color-yellow .cardIntro__top--p,
.carouselType2.color-yellow .cardIntro__top--p,
.carouselType3.color-yellow .cardIntro__top--p {
  background-color: rgba(179, 122, 0, 0.95);
}

.carouselType1.color-yellow .cardIntro__top:before,
.carouselType2.color-yellow .cardIntro__top:before,
.carouselType3.color-yellow .cardIntro__top:before {
  color: #b37a00;
}

.carouselType1.color-yellow .swiper-pagination-bullet,
.carouselType2.color-yellow .swiper-pagination-bullet,
.carouselType3.color-yellow .swiper-pagination-bullet {
  background-color: #b37a00;
}

@media (min-width: 992px) {

  .carouselType1.color-yellow .cardIntro__top,
  .carouselType2.color-yellow .cardIntro__top,
  .carouselType3.color-yellow .cardIntro__top {
    opacity: 0;
  }

  .carouselType1.color-yellow .cardIntro__top--p,
  .carouselType2.color-yellow .cardIntro__top--p,
  .carouselType3.color-yellow .cardIntro__top--p {
    background-color: rgba(179, 122, 0, 0.85);
  }
}

.carouselType1.color-green .cardIntro__top--p,
.carouselType2.color-green .cardIntro__top--p,
.carouselType3.color-green .cardIntro__top--p {
  background-color: rgba(0, 115, 90, 0.95);
}

.carouselType1.color-green .cardIntro__top:before,
.carouselType2.color-green .cardIntro__top:before,
.carouselType3.color-green .cardIntro__top:before {
  color: #00735a;
}

.carouselType1.color-green .swiper-pagination-bullet,
.carouselType2.color-green .swiper-pagination-bullet,
.carouselType3.color-green .swiper-pagination-bullet {
  background-color: #00735a;
}

@media (min-width: 992px) {

  .carouselType1.color-green .cardIntro__top,
  .carouselType2.color-green .cardIntro__top,
  .carouselType3.color-green .cardIntro__top {
    opacity: 0;
  }

  .carouselType1.color-green .cardIntro__top--p,
  .carouselType2.color-green .cardIntro__top--p,
  .carouselType3.color-green .cardIntro__top--p {
    background-color: rgba(0, 115, 90, 0.85);
  }
}

.carouselType1.color-blue .cardIntro__top--p,
.carouselType2.color-blue .cardIntro__top--p,
.carouselType3.color-blue .cardIntro__top--p {
  background-color: rgba(0, 101, 163, 0.95);
}

.carouselType1.color-blue .cardIntro__top:before,
.carouselType2.color-blue .cardIntro__top:before,
.carouselType3.color-blue .cardIntro__top:before {
  color: #0065a3;
}

.carouselType1.color-blue .swiper-pagination-bullet,
.carouselType2.color-blue .swiper-pagination-bullet,
.carouselType3.color-blue .swiper-pagination-bullet {
  background-color: #0065a3;
}

@media (min-width: 992px) {

  .carouselType1.color-blue .cardIntro__top,
  .carouselType2.color-blue .cardIntro__top,
  .carouselType3.color-blue .cardIntro__top {
    opacity: 0;
  }

  .carouselType1.color-blue .cardIntro__top--p,
  .carouselType2.color-blue .cardIntro__top--p,
  .carouselType3.color-blue .cardIntro__top--p {
    background-color: rgba(0, 101, 163, 0.85);
  }
}