.manufacturing-concept-section { width: 100%; position: relative; padding-bottom: 90px; text-align: center; overflow: hidden; }
.manufacturing-concept-section .text-data { margin-top: 32px; }

.manufacturing-concept-section .slider_wrap { position: relative; width: 100%; margin-top: -370px; }
.manufacturing-concept-section .sec_title { position: relative; width: 100%; text-align: center; }
.manufacturing-concept-section .sec_title h2 { color: #fff; }
.manufacturing-concept-section .swiper { overflow: visible; }
.concept_blocks { position: relative; width: 100%; margin-top: 100px; }
.concept_blocks .swiper-slide { height: auto; }
.concept_blocks .series_card { position: relative; height: 100%; padding: 93px 53px 46px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,16%); border-radius: 10px; }
.concept_blocks .series_card .card_heading { position: relative; width: 100%; display: flex; flex-direction: column; }
.concept_blocks .series_card .icon { display: flex; width: 64px; height: 80px; margin: 0 auto 63px; justify-content: center; align-items: flex-start; }
.concept_blocks .series_card .icon img { display: inline-flex; }

.manufacturing-concept-section .image_wrap { display: flex; width: 100%; height: 955px; position: relative; overflow: hidden; }
.manufacturing-concept-section .image_wrap img { position: relative; width: 100%; height: 100%; object-fit: cover; }
.manufacturing-concept-section .image_wrap .overlay { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 3; opacity: 0.5; mix-blend-mode: multiply; background-blend-mode: multiply; background: #111519; }

@media (min-width: 1280px) {
    .concept_blocks .swiper-wrapper { flex-wrap: nowrap; gap: 40px; }
    .concept_blocks .swiper-slide { flex: 1; }
    .concept_blocks .series_card { width: 100%; }
    concept-pagination { display: none; }
}

@media (min-width: 1600px) and (max-width: 1800px) {

}

@media (min-width: 1400px) and (max-width: 1599px) {
    
    .concept_blocks { margin-top: 100px; }
    .concept_blocks .series_card { padding: 60px 30px 35px; }
    /* .manufacturing-concept-section .image_wrap { height: 650px; } */
}

@media (min-width: 1200px) and (max-width: 1399px) {
    
    .concept_blocks { margin-top: 100px; }
    .concept_blocks .series_card { padding: 40px 20px 35px; }
    /* .manufacturing-concept-section .image_wrap { height: 600px; } */
}

@media (min-width: 992px) and (max-width: 1199px) {
    .manufacturing-concept-section .image_wrap { height: 800px; }
    .manufacturing-concept-section .top_block { padding-top: 250px; }
    .concept_blocks { margin-top: 50px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .manufacturing-concept-section .image_wrap { height: 800px; }
}

@media (max-width: 1279px) {

    .manufacturing-concept-section { padding-bottom: 0; }
    .manufacturing-concept-section .swiper { overflow: visible; }
    .manufacturing-concept-section .concept-pagination { position: relative; display: flex; margin-top: 70px; gap: 11px; justify-content: center; align-items: center; }
    .manufacturing-concept-section .concept-pagination span[class*="swiper-pagination-bullet"] { display: flex; width: 19px; height: 19px; margin: 0; background: #f0f0f0; opacity: 1; cursor: pointer; border-radius: 4px; }
    .manufacturing-concept-section .concept-pagination span[class*="swiper-pagination-bullet-active"] { width: 26px; height: 26px; background: #000; opacity: 1; }

    .concept_blocks { margin-top: 50px; }

}

@media (max-width: 767px) {
    .manufacturing-concept-section .container { max-width: 100%; padding: 0 0; }
    .manufacturing-concept-section .image_wrap { height: 750px; }
    .manufacturing-concept-section .textblock { max-width: 540px; margin: 0 auto; padding: 0 32px; }
    .manufacturing-concept-section .swiper { padding: 0; }
    .concept_blocks .series_card { padding: 30px 63px 35px 94px; }
    .concept_blocks .series_card .card_heading { flex-direction: row; min-height: 56px; text-align: left}
    .concept_blocks .series_card .icon { position: absolute; right: 100%; margin-right: 20px; width: 45px; height: 56px; margin-bottom: 0; }
    .concept_blocks .series_card .text-data { text-align: left; }
    .manufacturing-concept-section .text-data { margin-top: 11px; }
}
