.industry-block .col-head .section-head{
    text-align: center
}
.swiper-wrapper{
    width: auto;
    margin: 0 10px;
}
@media (max-width: 991px) {
    .industry-block .slider{
        padding-left: 16px;
        padding-right: 16px
    }
}

.industry-block .slider .slide{
    position: relative;
    overflow: hidden;
    /* margin: 0 auto; */
}

.industry-block .slider .slide .bg-wrap {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 234px;
    height: 349px;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

@media (max-width: 991px) {
    .industry-block .slider .slide .bg-wrap {
        height: 300px;
        background-position: bottom
    }
}

.industry-block .slider .slide .bg-wrap .name {
    position: absolute;
    z-index: 1;
    left: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 1.3125em;
    line-height: 133.3%;
    transition: all .5s ease;
    display: block
}

@media (max-width: 991px) {
    .industry-block .slider .slide .bg-wrap .name{
        left: 50%;
        transform: translateX(-50%)
    }
}

.industry-block .slider .slide:hover .bg-wrap .name{
    bottom: calc(100% - 47px);
    color: #0048a3;
    font-size: 1.3125em;
    line-height: 133.3%;
    font-weight: 700;
}

@media (max-width: 991px) {
    .industry-block .slider .slide:hover .bg-wrap .name{
        bottom: calc(100% - 87px)
    }
}

.industry-block .slider .slide:hover .overlay{
    opacity: 1
}

.industry-block .slider .slide:hover .overlay .btn-more a,
.industry-block .slider .slide:hover .overlay .desc{
    transform: translateY(0)
}

.industry-block .slider .slide .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 234px;
    height: 349px;
    background-color: hsla(0, 0%, 100%, .87);
    border-radius: 5px;
    padding:-5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: all .5s ease
}

@media (max-width: 991px) {
    .industry-block .slider .slide .overlay {
        text-align: center;
        padding: 30px
    }
}

.industry-block .slider .slide .overlay .desc{
    font-size: .875em;
    line-height: 142.8%;
    padding: 60px 20px 0 15px;
    transform: translateY(200%);
    text-align: justify;
    word-break: break-all;
    transition: all .5s ease
}

@media (max-width: 991px) {
    .industry-block .slider .slide .overlay .desc{
        padding-top: 67px
    }
}

.industry-block .slider .slide .overlay .btn-more a{
    color: #ff7d00;
    font-family: NunitoSans-SemiBold, Microsoft JhengHei, PingFang SC, Heiti TC, 微軟正黑體, Arial Unicode MS, Arial;
    font-weight: 500;
    text-decoration:none;
    display: inline-flex;
    align-items: center;
    transform: translateY(100%);
    transition: all .5s ease;
    padding: 10px;
}

.industry-block .slider .slide .overlay .btn-more:hover a {
    opacity: 1
}

.industry-block .slider .slide .overlay .btn-more:hover a .arrow{
    transform: translateX(30px)
}

@media (max-width: 991px) {
    .industry-block .slider .swiper-container{
        overflow: visible
    }
}

@media (min-width: 992px) {

    .industry-block .slider .swiper-button-next,
    .industry-block .slider .swiper-button-prev {
        display: none
    }
}

@media (max-width: 991px) {
    .industry-block .slider .swiper-button-prev{
        left: -24px
    }
}

@media (max-width: 991px) {
    .industry-block .slider .swiper-button-next{
        right: -24px
    }
}