/* --Start case--------------- */
.section-case {
    padding: 60px 0;
}

@media (min-width: 992px) {
    .section-case {
        padding: 100px 0;
    }
}
.section-case .title-item h2 {
    font-size: 24px;
    color: #004989;
    padding-bottom: 10px;
}
.section-case .title-item p {
    color: #333;
    padding-bottom: 10px;
}

.section-case .item {
    position: relative;
    height: 100%;
    display: block;
    transition: all 0.2s ease-in-out;
}

.section-case .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
}

.section-case .item .pic-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #ffffff2d; */
}

.section-case .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;

}

.section-case .item:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15);

}

.section-case .item:hover img {
    transform: scale(1.05);
}

    .section-case .item h2 {
        font-size: 18px;
        color:#000;
        font-family: 'Microsoft JhengHei';
        padding: 10px 15px 10px;
    }

.section-case-foot {
    background: linear-gradient(to bottom, #0000001a, #0000001a), url(../img/case/bg.webp) no-repeat center top/ cover scroll;
    padding: 200px 0 50px;
}



.section-case-foot .text-item {
    position: relative;
}

.section-case-foot .text-item .more-link {
    border: 1px solid #FEC007;
    color: #ffff;
    background: #FEC007;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 60px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-case-foot .text-item .more-link:hover {
    background-color: #FEC007;
    color: #fff;
}

.section-case-foot .text-item h3 {
    color: #FEC007;
    font-size: 30px;
}

.section-case-foot .text-item h4 {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.section-case-foot .case-icon-item {
    display: block;
    padding: 30px 0;
    text-align: center;
}

.section-case-foot .case-icon-item a {
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
}

.section-case-foot .case-icon-item a i {
    color: #fff;
    padding-right: 5px;
    display: inline-block;

}

.section-case-foot .case-icon-item a:hover {
    color: #FEC007;
}

.section-case-foot .case-icon-item {}

/* --End case--------------- */