/* 联系/订阅/搜索展示型：可输入，不可提交 */
.contact-form-display .btn,
.subscribe-form-display button,
.search-form-display button {
    cursor: default;
}

header .logo img,
footer img.logo {
    background-color: transparent !important;
    background-image: none !important;
}

/* lozad 有 src 时必须可见 */
.tocit_brand_area img.lozad,
.testimonial_area img.lozad,
.tocit_project_area img.lozad,
img.lozad[src] {
    opacity: 1 !important;
    filter: none !important;
}

/* 品牌：未 slick 时也要排成一排可见 */
.brand_active:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 24px;
}

.brand_active:not(.slick-initialized) .brand-slide {
    flex: 0 0 auto;
    width: auto;
    max-width: 180px;
    float: none !important;
    display: block !important;
}

.tocit_brand_area .carousel_imagess_area,
.testimonial_area .testimonial_active,
.tocit_project_area .portfolio_porject_act {
    overflow: hidden;
}

.brand_active .brand-slide,
.brand_active .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.tocit_brand_area .slide_items {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tocit_brand_area .slide_items img {
    display: block !important;
    max-height: 64px;
    max-width: 160px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    opacity: 1 !important;
}

.testimonial_active:not(.slick-initialized) .testimonial-slide {
    display: block !important;
    margin-bottom: 16px;
}

.em_test_thumb img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: cover;
    opacity: 1 !important;
}

.witr_swiper_height.lozad {
    opacity: 1 !important;
    min-height: 420px;
}
