.home_about_scssn {display: block; position: relative; width: 100%; }
.home_about_scssn .home_about_content {display: block; position: relative; }
.home_about_scssn .home_about_content .title {margin-bottom: 18px; }
.home_about_box {position: relative;display: block;background: #F1F1F1;padding: 33px 20px 33px 33px;height: 100%;}
.home_about_box h5 {color: #444444; font-size: 18px; font-weight: 600; margin-bottom: 22px; }
.home_about_box img {margin-bottom: 25px; max-width: 60px; height: 60px; object-fit: contain; object-position: center; }
.home_about_box p {margin-bottom: 15px; font-size: 16px; font-weight: 500; }
.home_about_box span.plus {background: #f1f1f1; }
/*home product scssn*/
.home_product_scssn {background: #000000;display: block;position: relative;padding: 80px 0 90px 0;}
.home_product_scssn:before {content: '';position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/product_bg.jpg);background-size:cover;background-position:center;background-attachment: fixed;opacity: 0.15;}
.home_product_scssn .title {margin-bottom: 35px; }
.home_product_scssn .title.text-white strong {max-width: 890px; }
.home_product_scssn .title.text-white h2 {opacity: 0.65; }
/*home certification scssn*/
.home_certification_scssn {display: block;position: relative;z-index: 0;}
.home_certification_scssn:before {content: '';position:absolute;left:0;top:0;width:100%;height: 50%;background:url(../images/bw_pattern.jpg);background-size:cover;background-position:center;z-index: 0;}

.certification_slider {padding: 0 40px; margin-top: -30px; }
.certification_slider .swiper-wrapper {align-items: stretch;}
.certification_slider .swiper-wrapper .swiper-slide {height: auto; }
.certificate_box {display: flex;height: 100%;align-items: center;flex-direction: column;width: calc(100% - 30px);padding: 60px 0 20px 0;margin: 0px auto 0 auto;}
.certificate_box .certificate_img {background: #ffffff; border-radius: 6px; padding: 18px; width: 100%; display: flex; align-items: center; justify-content: center; height: 100%; margin-bottom: 15px; box-shadow: 1px 0px 60px 0px rgb(0 0 0 / 25%); }
.certificate_box h5 {font-size: 16px; font-weight: 600; text-align: center; margin: 0; padding: 0; }
/*home export scssn*/
.home_export_scssn {background: url(../images/export_bg.jpg);background-size: cover;background-attachment: fixed;position: relative;display: block;z-index:0;text-align: center;}
.home_export_scssn:after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #003967; opacity: 0.58; z-index: -1;}
.home_export_scssn .title {max-width: 1260px; margin: 0 auto; margin-bottom: 30px; display: block;}
.home_sustainability_scssn {position: relative; display: block; }
.home_sustainability_scssn .title {margin-bottom: 30px; }
.home_sustainability_scssn .home_sustainability_img {max-width: 472px; margin: 0 auto; }

.custom_arrows {display: flex; align-items: center; justify-content: flex-end; position: relative; }
.custom_arrows .swiper-button-white {position: relative;left: 0;right: 0;padding: 11px;width: 45px;height: 45px;margin: 10px 5px 10px;transform: none;top: 0;border: 1px solid rgb(255 255 255 / 29%);border-radius: 100%;transition: 0.5s all;}
.custom_arrows .swiper-button-white:after {display: none; }
.custom_arrows .swiper-button-next.swiper-button-white img {transform: rotate(180deg); }
.custom_arrows .swiper-button-white img {filter: grayscale(1) invert(1) brightness(2); }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: 0.45; }
.certification_slider .custom_arrows .swiper-button-white {border-color: #e50019; width: 38px; height: 38px; padding: 9px; }
.certification_slider .custom_arrows .swiper-button-white img {filter: none;}
