/* airline_campaign.html banner swiper 專用樣式 */

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 2px #6B717E;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -2px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
}

.swiper-pagination-bullet-active {
    background: #D82A43;
}

/* banner輪播 */
#flight-tour-slider>.swiper-wrapper .swiper-slide {
    max-height: 440px;
}

@media screen and (min-width:768px) {
    #flight-tour-slider>.swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

.swiper-slide {
    height: auto;
}

@media screen and (max-width:768px) {
    #flight-tour-slider>.swiper-wrapper .swiper-slide {
        max-height: 340px;
    }

    .carousel-caption h3 {
        font-size: 1.15rem
    }

    .carousel-caption h6 {
        font-size: .9rem
    }
}

@media screen and (max-width:580px) {
    #flight-tour-slider>.swiper-wrapper .swiper-slide {
        max-height: 240px;
    }
}
