﻿.box-show {
    margin: auto;
    overflow: hidden;
    padding: 15px 15px;
    background: #fff;
}

.swiper {
    overflow: hidden;
}

.mySwiper2 {
    height: 630px;
}

.swiper-slide {
    height: 100%;
    position: relative;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mySwiper {
    height: 100px;
    margin-top: 10px;
}

    .mySwiper .swiper-slide-thumb-active:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #30302f94;
    }

.slideShow {
    position: relative;
    margin-top: 15px;
}

.swiper-button {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translate(0%, -40%);
    z-index: 99;
    height: 41px;
}

    .swiper-button > div {
        background: none;
        left: 0;
        right: 0;
        position: relative;
        width: 40px;
        height: auto;
        line-height: normal;
        height: 40px;
        border-radius: 50%;
        background: #00000087;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .swiper-button > div:before {
            display: none;
        }

        .swiper-button > div i {
            display: block;
            height: 100%;
            line-height: 40px;
            font-size: 20px;
        }

.swiper-button-next {
    float: right;
}

.swiper-button-prev {
    float: left;
}

.title {
    font-size: 25px;
    color: #282828;
    font-family: avob;
    font-weight: normal;
    display: inline-block;
    margin-right: 0;
    z-index: 2;
    position: relative;
    line-height: 36px;
}

.description, .address.address {
    font-size: 18px;
    margin-top: 5px;
}

.detail {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    background: #fff;
    margin-top: 20px;
    font-family: 'Barlow';
}

    .detail * { /* text-align: justify; */
        max-width: 100%;
    }

    .detail table {
        width: 100% !important;
    }

    .detail td { /* width:48% !important; */ /* padding:1% */
    }

    .detail img {
        max-width: 100% !important;
        cursor: zoom-in;
        height: auto !important;
    }

    .detail a {
        color: #0052a6;
    }

    .detail b, .detail strong, .detail h1, .detail h2, .detail h3, .detail h4, .detail h5, .detail h6 {
        font-family: avoB;
    }

@media only screen and (max-width: 549px) {
    .mySwiper2 {
        height: 350px;
    }

    .mySwiper {
        height: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .mySwiper2 {
        height: 320px;
    }

    .mySwiper {
        height: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .mySwiper2 {
        height: 260px;
    }

    .mySwiper {
        height: 60px;
    }
}