.main-slider {position: relative;overflow: hidden;padding-top: 126px;}
.main-slider .swiper-wrapper {display: flex; align-items: stretch; }
.main-slider .swiper-slide {background: #000000;display: flex;align-items: stretch;}
.main-slider .swiper-slide img {width: 100%;}
.main-slider .swiper_caption {position: absolute; bottom: 35%; transform: translateY(50%); width: 100%; }
.main-slider .swiper-pagination {display: none; }
.main-slider .custom_arrows {position: absolute;left: 25px;bottom: 25px;gap: 15px;}
.main-slider .custom_arrows .swiper-button-prev img {transform: rotate(180deg);}
.main-slider .custom_arrows .swiper-button-next img {transform: rotate(0deg);}
.main-slider .custom_arrows .swiper-button-white {padding: 15px;background: transparent;width: 45px;height: 45px;border: 1px solid #707070;margin: 0;transition: 0.5s all;top: 0;transform: none;}
.main-slider .custom_arrows .swiper-button-white:after {display: none; }
.main-slider .custom_arrows .swiper-button-white img {width: 22px;}
.main-slider:hover .custom_arrows .swiper-button-white {opacity: 1; visibility: visible; }
.main-slider:hover .custom_arrows .swiper-button-prev {left: 0; }
.main-slider:hover .custom_arrows .swiper-button-next {right: 0; }

.product_support_scssn {background: #ffffff;position:relative;display:block;z-index: 0;/* border-top: 1px solid #cccccc; */}
.product_support_scssn:before {content: ''; position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/product_sup_bg.jpg); background-size: cover; background-attachment:fixed; mix-blend-mode:multiply; opacity:0.45; }
.product_support_scssn>.container-fluid>.row>.col-xxl-4 {border-right: 1px solid #cccccc;}
.product_support_scssn>.container-fluid>.row>.col-xxl-4:last-child {border-right: 0;}
.product_support_scssn .product_sup_box {display: block;position: relative;height: 100%;padding: 45px;border-bottom: 0;border: 1px solid #cccccc;border-right: 0;background: rgb(0 90 170 / 0%); transition:0.5s all; }
.product_support_scssn .product_sup_box:hover {background: rgb(0 90 170 / 5%);  }
.product_support_scssn .product_sup_box .product_sup_img {height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; padding: 45px; }
.product_support_scssn .product_sup_box .product_sup_img img {max-width: 366px;max-height: 348px;}
.product_support_scssn .product_sup_box .product_sup_content h4 {font-size: 45px;font-weight: 400;color: #005AAA;margin-bottom: 0;white-space: pre-line;margin-bottom: 10px;}
.product_support_scssn .product_sup_box .product_sup_content {padding: 35px 0; border-top: 1px solid #cccccc; }
.product_support_scssn .product_sup_box .product_sup_content p {max-width: 410px;margin-bottom: 35px;}

.counter_scssn {background: #006FD1;position:relative;display:block;z-index: 0;padding-bottom: 120px;}
.counter_scssn:before {content: '';position: absolute;z-index: -1;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/product_sup_bg.jpg);background-size: cover;/* background-attachment:fixed; */mix-blend-mode:multiply;opacity:0.45;}
.counter_scssn .counter_content p {color: rgba(255, 255, 255, 0.65);}
.counter_block {display: block; position: relative; }
.counter_block ul {display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.counter_block ul li {padding-left: 5%; }
.counter_block ul li:nth-child(2) {padding-left: 20%; }
.counter_block ul li:last-child {padding-left: 35%; }
.counter_block .counter_box p {font-weight: 500;color: rgb(255 255 255 / 65%);white-space: pre-line;}
.counter_block .counter_box .counter_text {display: flex; justify-content: flex-start; gap: 15px; align-items: center; margin-bottom: 15px; border-bottom: 1px solid #C4C4C4; }
.counter_block .counter_box .counter_text h4 {font-size: 75px;font-weight: 300;color: #ffffff;position: relative;display: flex;align-items: flex-start;margin-bottom: 7px;}
.counter_block .counter_box .counter_text h4:after {content: '+';font-weight: 600;margin: -3px 0px 0;font-size: 30px;color: #EEA03A;}
.counter_block .counter_box .counter_text h6 {white-space: pre-line; font-size: 18px; font-weight: 500; color: #ffffff; }
.counter_block .counter_box .counter_text .counter {position: relative;display: flex;overflow: hidden;height: 85px;text-align: center;padding-right: 2px;justify-content: space-around;align-items: flex-end;}
.counter_block .counter_box .counter_text .counter > span {z-index: 1;display: flex;flex-direction: column;height: 100%;width: 43px;transition: transform 2s ease;transform: translateY(0);align-items: center;}
.counter_block .counter_box .counter_text .counter > span span {flex: 0 0 100%; height: 100%; }
.counter_block .counter_box .counter_text .counter span:nth-last-child(3), .counter_block .counter_box .counter_text .counter span:nth-last-child(5) {margin-left: 0; }
.counter_block .counter_box .counter_text .counter span:nth-last-child(3) span:last-child, .counter_block .counter_box .counter_text .counter span:nth-last-child(5) span:last-child {position: relative; }
.counter_block .counter_box .counter_text .counter span:first-child {margin-left: 0; }
.counter_block .counter_box .counter_text .counter span:first-child span:last-child:before {display: none; }
.counter_block .counter_box .counter_text.percent h4:after {content: '%'; }

.global_sustainability_scssn {display: block;position: relative;}
.glob_sust_box {display: block;position: relative;width: 100%;background: #F0F0F0;z-index: 0;}
.glob_sust_box:before {content: '';position: absolute;z-index: -1;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/product_sup_bg.jpg);background-size: cover;/* background-attachment:fixed; */mix-blend-mode: darken;opacity:0.45;}
.glob_sust_box .glob_sust_content {display: flex; flex-direction: column; padding: 25px 10%; justify-content: space-between; min-height: 280px; }
.glob_sust_box .glob_sust_content .glob_sust_title {margin-bottom: 20px;}
.glob_sust_box .glob_sust_content .glob_sust_title h4 {font-size: 33px; font-weight: 600; color: #444444; margin-bottom: 20px; }
.glob_sust_box .glob_sust_img {height: 100%;}
.glob_sust_box .glob_sust_img img {height: 100%;width: 100%;object-fit: cover;}

.client_scssn .clientele_slider .swiper-wrapper {align-items: stretch; }
.client_scssn .clientele_slider .swiper-wrapper .swiper-slide {height: auto; }
.client_scssn .clientele_slider .swiper-wrapper .clientele_box {display: flex;align-items: center;justify-content: center;height: 100%;max-height: 130px;padding: 8px;}
.client_scssn .clientele_slider .swiper-wrapper .clientele_box img {filter: grayscale(1); opacity: 0.5; transition: 0.4s all; }
.client_scssn .clientele_slider .swiper-wrapper .clientele_box:hover img {filter: grayscale(0); opacity: 1; }
.client_scssn .clientele_slider .swiper-wrapper .clientele_box img {object-fit: contain;}

.global_sustainability_scssn,.client_scssn, .home_news_event_scssn,.join_page_scssn {width: calc(100% - 80px);margin: 0 auto;}
.home_news_event_scssn {border-top: 1px solid #DFDFDF;}
.home_news_event_scssn .news_box {display: block; position: relative;}
.home_news_event_scssn .news_box .new_img {position: relative;z-index: 0;display: flex;align-items: center;justify-content: center;aspect-ratio: 1.1;background: #F0F0F0;padding: 30px;}
.home_news_event_scssn .news_box .new_img:before {content: '';position: absolute;z-index: -1;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/news_bg.jpg);background-size: cover;mix-blend-mode: darken;opacity: 0.35;}
.home_news_event_scssn .news_box .new_img img {max-height: 150px;}
.home_news_event_scssn .news_box .news_content_block {height: 100%;display: flex;flex-direction: column;position: relative;justify-content: center;padding: 62px 27px 22px 47px;}
.home_news_event_scssn .news_box .news_content_block ul {position: absolute;top: 0;display: flex;justify-content: space-between;width: 100%;left: 0;border-top: 1px solid #cccccc;padding: 22px 27px 22px 47px;align-items: center;}
.home_news_event_scssn .news_box .news_content_block ul li {font-size: 18px;font-weight: 500;}
.home_news_event_scssn .news_box .news_content_block ul li span.upcomming {padding: 5px 13px;background: #0068C3;font-size: 12px;color: #ffffff;border-radius: 50px;font-weight: 600;display: block;}
.home_news_event_scssn .news_box .news_content_block .news_content {min-height: 212px; display: flex; flex-direction: column; justify-content: space-between; }
.home_news_event_scssn .news_box .news_content_block .news_content .news_title h4 {font-size: 37px; margin-bottom: 10px; color: #005aaa; }
.home_news_event_scssn .news_box .news_content_block .news_content .news_title p {font-size: 25px;}

.join_page_scssn .join_content {display: flex; flex-direction: column; justify-content: center; padding: 35px 25px 35px 40px; position: relative;width: 100%;background: #006FD1;z-index: 0; height: 100%;}
.join_page_scssn .join_content:before {content: '';position: absolute;z-index: -1;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/product_sup_bg.jpg);background-size: cover;mix-blend-mode: multiply;opacity:0.45;}
.join_page_scssn .join_content .title {margin-bottom: 10px;}
.join_page_scssn .join_content p {color: rgba(255, 255, 255, 0.65); margin-bottom: 40px;max-width:410px; }
.join_page_scssn .join_img {height: 100%; }
.join_page_scssn .join_img img {width: 100%; height: 100%; object-fit: cover; }
