@charset "utf-8";
/* bootstrap-icons */
@import "../fonts/bootstrap-icons/bootstrap-icons.min.css";
@font-face{font-family:"Roboto"; font-weight:100 900; font-style:normal; font-display:swap; src:url(../fonts/Roboto-VariableFont_wdth,wght.woff2) format("woff2");}
@font-face{font-family: "bootstrap-icons"; font-display:swap; src: url(../fonts/bootstrap-icons.woff2) format("woff2");}
/* Preloader start */
#preloader{display: none;}
html{overflow: visible;}
#header,#container,#footer,video#my_video{visibility:visible!important}
/* Preloader stop */
/* Icon */
.icon-comments:before{content: "";width: 1rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-comments.svg) no-repeat center center; background-size: contain; margin-right: .25rem;}
.icon-remove{content: "";width: 2rem !important; aspect-ratio: 1/1; float: left; background: url(../images/icons/icon-remove.svg) no-repeat center center; background-size: contain;}
/* public */
:root {
  --fs-body:clamp(0.875rem,3.5vw,.95rem);
	--fs-h6:clamp(0.875rem,3.5vw,1rem);
	--fs-h5:clamp(1rem,3.5vw,1.25rem);
	--fs-h4:clamp(1.125rem,3.5vw,1.5rem);
	--fs-h3:clamp(1.25rem,3.5vw,1.75rem);
	--fs-h2:clamp(1.375rem,3.5vw,2rem);
	--fs-h1:clamp(1.5rem,3.5vw,2.25rem);
	--lh-heading:1.2;
	--lh-body:1.5;
	--bg-main: #064a97;
	--hover-color: #064a97;
  --se-color: #28a745;
  --bg-white: #ffffff;
	--bg-F0: #f0f0f0;
	--bg-F1: #f1f1f1;
	--bg-WhiteSmoke: #f5f5f5;
	--bg-F9: #f9f9f9;
	--bg-light: #f8f9fa;
  --line-color: #e0e0e0;
  --light-dark: #6c757d;
    --font-dark: #333;
}
.bg-F0{background-color: var(--bg-F0) !important;}
.bg-F1{background-color: var(--bg-F1) !important;}
.bg-WhiteSmoke {background-color: var(--bg-WhiteSmoke) !important;}
.bg-F9{background-color: var(--bg-F9) !important;}
.bg-white-WhiteSmoke{background-image: linear-gradient(var(--bg-white),var(--bg-WhiteSmoke));}
.bg-WhiteSmoke-white{background-image: linear-gradient(var(--bg-WhiteSmoke),var(--bg-white));}
.bg-white-light{background-image: linear-gradient(var(--bg-white),var(--bg-light));}
.bg-light-white{background-image: linear-gradient(var(--bg-light),var(--bg-white));}
.bg-white-F9{background-image: linear-gradient(var(--bg-white),var(--bg-F9));}
.bg-F9-white{background-image: linear-gradient(var(--bg-F9),var(--bg-white));}
* {box-sizing: border-box;padding: 0;margin: 0;}
#header,#container,#footer {width: 100%;}
body{color:#555; font-family:"Roboto",Arial,Helvetica,sans-serif;; font-weight: 400; font-size: 15px; line-height: var(--lh-body); background-color:#fff; overflow-x:hidden; overflow-y: auto; height: auto;}
li,ol,ul {list-style: none;margin-bottom: 0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.title1,.title2,.title3,.title4,.title5,.title6 {display: block; color: #333; line-height: var(--lh-heading); margin-bottom: .625rem;}
h1,.h1,.title1 {font-size: var(--fs-h1);}
h2,.h2,.title2 {font-size: var(--fs-h2);}
h3,.h3,.title3 {font-size: var(--fs-h3);}
h4,.h4,.title4 {font-size: var(--fs-h4);}
h5,.h5,.title5 {font-size: var(--fs-h5);}
h6,.h6,.title6{font-size: var(--fs-h6);}
h2 a,h3 a,h4 a,h5 a,h6 a,a.h2,a.h3,a.h4,a.h5,a.h6 {color: inherit;font-size: inherit;}
a.h2:hover,a.h3:hover,a.h4:hover,a.h5:hover,a.h6:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: var(--hover-color);}
strong{font-weight: 700;}b{font-weight: 500;}
img{display:block; width:100%; height: auto;}
a{text-decoration:none; -webkit-tap-highlight-color:transparent; transition:all 0.2s; color:inherit;}
a[class="original-link"]{cursor: default;}
a:hover{text-decoration:none; color: var(--hover-color);}
inquiry-trigger{color: var(--hover-color);}
inquiry-trigger:hover{text-decoration: underline;}
figure{width: 100%; display:flex; flex-wrap: wrap; margin: 0;}
figure>a{width: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden; border-radius: 4px;}
p:last-child{margin-bottom: 0;}
/* 图片放大 */
figure a{pointer-events: none;}
figure.jsclickready a:not(.original-link) {pointer-events: auto !important; cursor: pointer !important;}
/* END */
.imgbox{width:100%; aspect-ratio: 4/3; display:flex; flex-wrap: wrap; align-items:center; justify-content:center; overflow:hidden; position:relative; z-index: 2;}
.imgbox-1-1{aspect-ratio: 1/1;}.imgbox-2-1{aspect-ratio: 2/1;}.imgbox-16-9{aspect-ratio: 16/9;}
.imgbox img{width: 100%; height: 100%; object-fit: cover; transition: all .3s ease-in-out;}
.object-fit-cover{object-fit: cover !important;}
.object-fit-contain{object-fit: contain !important;}
.before_none::before{content: none !important;}
.textbox{width: 100%; display: flex; flex: 1; flex-direction: column;}
.container,.container1,.container2,.container3{width: 100%; max-width:1230px; margin: 0 auto;padding: 0 15px;}
.container1{max-width:1130px;}.container2{max-width:930px;}.container3{max-width:830px;}
.multiply,.img_bg img{mix-blend-mode: multiply;}
.overflow-visible{overflow: visible !important;}
.dropdown{z-index: 5;}

ul.list,.row-cols,.etw-photo{display: flex; flex-wrap: wrap;}
ul.list>li,.row-cols>*,.etw-photo>*{margin: 0; padding: 0; display: flex;}
ul.list>li>*,.row-cols>*>ol,.row-cols>*>a{width: 100%; display: flex; flex-wrap: wrap; transition: all .2s ease-in-out;}
.etw-photo>*,.etw-photo>*>figure,.etw-photo>*>figure>a{display: flex; flex-direction: column;}
.etw-photo>*>figure>a{border-radius: 5px; overflow: hidden;}
.etw-photo span{flex: 1; display: flex; justify-content: center; text-align: center; padding-top: .625rem;}
ul.list.p-5,.row-cols.p-5,.etw-photo.p-5{margin-left: -5px !important; margin-right: -5px !important; padding: 0 !important;}
ul.list.p-5>*,.row-cols.p-5>*,.etw-photo.p-5>*{padding: 5px !important;}
.p-8{margin-left: -8px !important; margin-right: -8px !important;}
.p-8>*{padding: 8px !important;}
.p-10{margin-left: -10px !important; margin-right: -10px !important;}
.p-10>*{padding: 10px !important;}
.p-15{margin-left: -15px !important; margin-right: -15px !important;}
.p-15>*{padding: 15px !important;}
.p-20{margin-left: -20px !important; margin-right: -20px !important;}
.p-20>*{padding: 20px !important;}
@media (max-width: 767.98px){
.p-15,.p-20{margin-left: -8px !important; margin-right: -8px !important;}
.p-15>*,.p-20>*{padding: 8px !important;}
}@media (max-width: 575.98px){
.p-8,.p-10,.p-15,.p-20{margin-left: -5px !important; margin-right: -5px !important;}
.p-8>*,.p-10>*,.p-15>*,.p-20>*{padding: 5px !important;}
ul.list>li,.etw-photo>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}@media (max-width: 425.98px) {
.row-cols>*{-ms-flex: 0 0 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
}@media (max-width: 374.98px){
.row-cols>*{-ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
}
/* items */
ul.items{width: 100%; display: block; margin-bottom: 1rem;}
ul.items:last-child{margin: 0;}
ul.items li{display: block; position:relative; padding-left: 1rem; line-height: 24px; margin-bottom: 5px;}
ul.items li b{color: var(--hover-color);}
ul.items li:last-child{margin-bottom: 0;}
ul.items li::before{content: ""; width: 6px; height: 6px; border-radius: 50%; background-color: var(--hover-color); position: absolute; left: 0; top: 9px;}
ul.items .row li{margin-bottom: 5px;}
ul.items .row>*:last-child>li:last-child{margin-bottom: 0;}
ul.items_nub{display: block; width: 100%; counter-reset: nub;}
ul.items_nub li{display: block; position: relative; line-height: 24px; font-size: .875rem; padding-left:2rem; margin-bottom: .5rem;}
ul.items_nub li::before{counter-increment: nub; content: counter(nub) ""; width: 1.25rem; height: 1.25rem; font-size: .75rem; border: 1px solid var(--hover-color); border-radius: 50%; color: var(--hover-color); display: flex; align-items: center; justify-content: center; transform: initial; position: absolute; left: 0; top: 1px;}
ul.items_none li::before{content: none;}
/* table */
.table-responsive{margin-bottom: 1rem;}
.table-responsive:last-child{margin-bottom: 0;}
.table:last-child{margin-bottom: 0;}
.table thead,.table-left thead{background-color: rgba(0, 0, 0, .02);}
.table thead td,.table-left thead td{color: #333; font-weight: 500; border: 1px solid rgba(0, 0, 0, .04);}
.table td,.table-left td{vertical-align: middle; color: #555; font-size: .875rem; line-height: 1.2; padding: .625rem; border: none; border-bottom: 1px solid rgba(0, 0, 0, .04);}
.table tbody tr:nth-of-type(odd),.table-left tbody tr:nth-of-type(odd){background-color: var(--bg-white);}
.table tbody tr:nth-of-type(even),.table-left tbody tr:nth-of-type(even){background-color: var(--bg-light);}
.table tbody tr:hover,.table-left tbody tr:hover{background-color: var(--bg-F0) !important;}
.table inquiry-trigger{color: var(--hover-color); font-weight: 500;}
.table-left{width: 100%;}
.table-left td:nth-child(1){color: #333; font-weight: 500;}
/* video_Btn */
.video_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:9; cursor:pointer; display: flex; align-items: center; justify-content: center; transition: all .3s ease-in-out;}
.video_btn::before{content: ""; --w:70px; width: var(--w); height: var(--w); border-radius: 50%; background: url(../images/video_btn.webp) no-repeat center center; background-size: 100% 100%; transition: all .3s ease-in-out;}
.video_bigbtn{left: 0; top: 0; right: 0; bottom: 0; transform: initial;}
.video_btn:hover::before{opacity: .8;}
.watch_btn{left: 1rem; top: auto; bottom: 1rem; transform: initial; z-index: 9;}
.watch_btn::before{--w: 40px; z-index: 2; opacity: 1 !important;}
.watch_btn>span{background-color: var(--bg-main); line-height: 1; border-radius: 20px; color: #fff; padding: .5rem 1rem .5rem 2rem; margin-left: -1.5rem; font-size: .875rem;}
.quote-btn .video_btn{position: relative; left: initial; right: initial; top: initial; bottom: initial; transform: initial; margin-left: 1.25rem; background-color: white; padding: .55rem 1.4rem; color: var(--light-dark); font-size: .86rem; font-weight: 700; border: 2px solid var(--se-color); overflow: hidden; text-transform: uppercase;letter-spacing: .03em;}
.quote-btn .video_btn::before{content: none;}
.quote-btn .video_btn:hover{background-color: var(--se-color); color: white;}
/* Request a Quote */
.quote-btn{display: flex;}
.quote-btn>a{display: flex; align-items: center; padding: .55rem 1.4rem; color: var(--light-dark); font-size: .86rem;font-weight: 700; border: 2px solid var(--se-color); position: relative; overflow: hidden; z-index: 0; line-height: 1; transition: all .3s ease-in-out; text-transform: uppercase;letter-spacing: .03em;}
.quote-btn>a:hover{background-color: var(--se-color); color: white;}
/* More */
.more{display: flex;}
.more>a{width:fit-content; display: flex; align-items: center; transition: all .4s; font-size: .875rem; line-height: 1.1; color: #333; position: relative; z-index: 0; overflow: hidden; border-radius: 4px;}
.more>a::after{content: ""; width: 100%; height: 1px; background-color: var(--hover-color); position: absolute; right: 0; bottom: 0; transition: all .3s ease-in-out; z-index: -1;}
.more>a>i{margin-left: .5rem;}
.more>a:hover{color: var(--hover-color);}
.more>a:hover::after{width: 0; left: 0; right: auto;}
.more>a:hover>i::before{filter: var(--drop-shadow-hover);}
.more-big>a{padding: .5rem 1rem; border: 1px solid var(--hover-color);}
.more-big>a::after{width: 0; height: 100%;}
.more-big>a:hover{color: var(--bg-white);}
.more-big>a:hover::after{width: 100%;}
.more-big>a:hover>i::before{filter: var(--drop-shadow-white);}
/* public-End */
/* etw_language */
.etw_language{min-height: 34px; display: flex;}
.etw_language ul{width:100%; margin: 0; display:flex;flex-wrap:wrap; justify-content: flex-end;}
.etw_language ul>li{display:flex;flex-wrap:wrap; position: relative; padding: 0;}
.etw_language ul>li>span{width: 100%; display: flex; align-items: center; justify-content: center; padding: 0 1rem; font-size: .875rem; text-transform: uppercase; color: #333;}
#etw_language{display:flex; height: auto; position: relative; z-index: 9; padding: 0;}
#etw_language>a{width: fit-content; padding:0 .8rem; color:#999; display:flex; justify-content:center; align-items:center; height: 34px; position: relative; text-align: center; font-size: .875rem;}
#etw_language>a::after{content: ''; width: 1px; height: 40%; background-color: #ccc; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .5;}
#etw_language>a:last-child{margin-bottom: 0; padding-right: 0;}
#etw_language>a:last-child::after{display: none;}
#etw_language>a:hover{color: var(--hover-color); text-decoration: underline; background: initial;}
@media (max-width:991.98px){
  .iconfont{width: 1.8rem !important; aspect-ratio: 1/1; background: url(../images/icons/earth-globe-tool.svg) no-repeat center center; background-size: contain; padding: 0 !important;  margin-right: 2.5rem; cursor: pointer;} 
	.etw_language{padding-top: 0; position: relative; z-index: 14;}
	.etw_language::before{display: none;}
	.etw_language ul>li{position:relative}
	.etw_language ul>li>ol{display:none;position:absolute;top:100%; left:25%; transform:translateX(-50%); width: 120px; z-index: 9;}
	#etw_language{background-color: #eee;flex-direction: column;}
	#etw_language>a{width: 100%; height:auto; padding:.7rem .5rem; margin:0;color:#000; font-size: .95rem; line-height: 1;}
	#etw_language>a::after{display: none;}
	#etw_language>a:last-child{padding:.7rem .5rem;}
	#etw_language>a:hover{background-color: var(--bg-main);color: #fff; text-decoration: none;}
}
/* header */
#header{padding-top: 90px;}
.header{width: 100%; position:fixed; left:0; top:0; z-index:12; background-color: #fff; transition: all .5s ease-in-out; box-shadow: 4px 4px 100px rgba(0,0,0,.15); visibility: visible;}
.nav-fixed{-webkit-animation:.5s ease-in-out 0s normal none 1 running fadeInDown; animation:.5s ease-in-out 0s normal none 1 running fadeInDown}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
#etw_logo{float: left; padding: 5px 0; position: relative; z-index: 3;}
#etw_logo a{display: flex; flex-direction: column; justify-content: center; align-items: center;}
#etw_logo a>img{display:block; width: auto; max-height:60px;}
#etw_logo a>span{line-height: 20px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.03em; color: #000; font-size: .75rem;}
nav{display: flex; flex-wrap: wrap; flex: 1; padding-top: 10px;}
@media (min-width: 992px) {nav .navbar-collapse{display: flex !important;}}
#navbar{width: 100%;}
.navbar{width: 100%; flex: 1; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end;}
.navbar>li{padding: 6px 0 0 0; display: flex; flex-wrap: wrap; margin-left: 2.5rem;}
.navbar>li>a{display: flex; color: #071b31; font-weight: 700; font-size: 1rem; min-height: 40px; position: relative;}
.navbar>li>a>span.pro_icon{display: none;}
.navbar>li>a::before{content: ""; width: 0; height: 2px; background-color: var(--bg-main); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all .3s;}
.navbar>li>a.dropdown-toggle::after{content: none;}
.navbar>li>a:hover,.navbar>li.active>a{color: var(--bg-main);}
.navbar>li:hover>a::before{width: 100%;}

.navbar .dropdown-menu.show{visibility:visible;pointer-events:all;opacity:1;top:100%;display:block;}
.dropdown-menu{left:0; top:150%; border:none; margin:0; padding:0; background-color: #fff; overflow:hidden;transition:all 0.3s ease 0s; visibility:hidden;pointer-events:none;opacity:0;display:block; box-shadow: 0 10px 10px rgba(0,0,0,.15); border-radius: 0;}
.dropdown-menu>ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.dropdown-menu>ul>li{width: 100%; padding: 0; border-bottom: 1px dashed rgba(0, 0, 0, .05); display: flex;}
.dropdown-menu>ul>li:last-child{border-bottom: none;}
.dropdown-menu>ul>li>a{width: 100%; white-space: nowrap; padding: .5rem 1rem; font-size: .875rem;}
.dropdown-menu>ul>li>a:hover{background-color: rgba(0, 0, 0, .05);}
.dropdown-menu>ul>li>a.active{color: var(--bg-main);}
@media (max-width:991.98px){
#header {padding-top: 0;}
.header{position: relative;}
.header .container{display: flex; flex-wrap: wrap; align-items: center;}
.navbar-toggler{width: 80%; height: 100%; padding: 0; background: url(../images/icons/menu_icon.svg) no-repeat center center; background-size: 100% 100%;}
.navbtn{width:40px;height:36px;float:right;border:1px solid #000;display:flex;align-items:center;justify-content:center;border-radius:5px}
nav{width: 100%; flex: none;}
.navbar{padding: 0;}
.navbar>li{width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .125); margin: 0; padding: 0;}
.navbar>li>a{width: 100%; position: relative; padding: 0 1rem; align-items: center; font-size: .875rem;}
.navbar>li>a>span.pro_icon{position:absolute;top:0;right:0;color:#000;padding:0;font-size:34px; line-height: 1; width:50px;height:100%;display:flex; justify-content:center;text-align:center; align-items: center; font-weight:200;z-index:2;font-family: var(--family-first);}
.navbar>li:hover>a,.navbar>li.active>a{background-color: var(--bg-main); color: #fff;}
.navbar>li>a:hover span.pro_icon,.navbar>li.active>a span.pro_icon{color: #fff;}
.navbar>li>a::after,.navbar>li>a::before{display:none;}
.navbar .dropdown-menu{display:none;width:100%;min-width:initial;max-width:100%;position:relative;left:initial !important;top:initial !important;}
#etw_logo {flex: 1;display: flex;}
#etw_logo a>img{max-height:50px;}
}@media (max-width:575.98px){
#etw_logo a>img {max-height: 40px;}
.etw_language ul>li>span {margin-right: 1.25rem;}
}@media (max-width:375.98px){
.etw_language ul>li>span {font-size: 1.5rem; margin-right: 1rem;}
}
/* Banner */
.carousel-item{width: 100%; height: 590px; overflow: hidden;}
.carousel-control-next,.carousel-control-prev{width: 44px; height: 44px; border-radius: 50%; z-index: 9; top: 50%; transform: translateY(-50%); background: rgba(0,72,121,.72);left: 2rem; font-size: 1.35rem; color: #fff; opacity: 1; line-height: 1;}
.carousel-control-next{left: auto; right: 2rem;}
.banner-picture,.banner-picture picture,.banner-picture img{width: 100%; height: 100%; position: absolute; inset: 0;}
.banner-picture picture,.banner-picture img{object-fit: cover;}
.banner1 .banner-picture::before{content: ""; position: absolute; inset: 0; background-color: #000; opacity: .3; z-index: 1;}
.carousel-caption{width: 100%; height: 100%; position:absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 5; transition: all .3s ease-in-out; overflow: hidden; display: flex; justify-content: center; align-items: center; transition: initial;}
.carousel-caption::before{content:""; position:absolute;inset:0 auto 0 0; width:28%;background:linear-gradient(135deg,rgba(0,109,176,.95),rgba(0,67,113,.94));clip-path:polygon(0 0,72% 0,49% 100%,0 100%);}
.carousel-caption::after{content:"";position:absolute;right:0;bottom:0;width:20%;height:56%;background:rgba(0,128,201,.75);clip-path:polygon(45% 0,100% 0,100% 100%,0 100%)}
.carousel-caption .container{display: flex; flex-direction: column; text-align: left; position: relative; z-index: 2;}
.caption-text{max-width: 650px; padding-bottom: 110px;}
.caption-title{color: #fff; font-size: clamp(1.6rem, 4vw, 3rem); line-height: 1.08; font-weight: 800; margin-bottom: 1.5rem;}
.caption-desc{font-size:1.15rem;line-height:1.8;color:#fff;font-weight:500;}
@media (max-width: 1440.98px){
.carousel-item{height: 450px;}  
}@media (max-width: 1199.98px){
.carousel-item{height: 375px;} 
.caption-text {padding-left: 10%; padding-bottom: 80px;}
}@media (max-width: 991.98px){
.carousel-item{height: 320px;} 
.caption-text {padding-left: 15%; padding-bottom: 60px;}
.caption-desc {font-size: 1rem;}
}@media (max-width: 767.98px){
.carousel-item{height: 200px;} 
.caption-title{margin: 0;}
.caption-text { max-width: 500px; padding: 0; margin: 0 auto; text-align: center;}
}
/* index */
section,.section,.section-item{width: 100%; padding:4rem 0; display: block; position: relative;}
.section{padding: 3rem 0;}
.section-item{padding: 2rem 0;}

.home-entry{position:relative;z-index:5;margin:-86px 0 2.8rem;}
.home-entry-list{background:#fff; border-radius:8px; box-shadow:0 18px 42px rgba(0,0,0,.12); overflow:hidden;}
.home-entry-list>li>a{position:relative; padding:1.75rem 1.9rem; color:#222; border-right:1px solid #e2e6eb;flex-direction:column; transition: initial;}
.home-entry-list>li:last-child>a{border-right: none;}
.home-entry-list>li>a:hover{color:#111; background:#f7fbff;transition:.3s all ease-in-out;}
.home-entry-list>li>a>.home-entry-icon{display:flex;margin-bottom:1rem;color:#0787cf;font-size:1.85rem;line-height:1;}
.home-entry-list>li>a>strong{display:flex;margin:0 0 .55rem;color:#071b31;font-size:1.35rem;line-height:1.2;font-weight:800;}
.home-entry-list>li>a>span:not(.home-entry-icon){display:flex; color:#444;font-size:.96rem;line-height:1.5;}
.home-entry-list>li>a>i{margin-top:1rem; color:var(--se-color);font-size:1.45rem;line-height:1;font-style:normal;}

.company-intro{padding:.5rem 0 3.4rem; }
.company-intro .container{max-width:890px;}
.company-intro-kicker{margin:0 0 .55rem; color:#263b50;font-size:1.45rem;line-height:1.25;font-weight:300;letter-spacing:0;text-transform:uppercase;}
.company-intro .h2{margin:0 0 1.25rem;color:#14283c;font-size:1.9rem;line-height:1.22;font-weight:500;letter-spacing:0;}
.company-intro p{margin:0 0 .85rem;color:#303b45;font-size:1rem;line-height:1.68;font-weight:400;}
.company-intro p:last-child{margin-bottom: 0;}

.production-line{padding:0 0 3rem;}
.production-line .container{max-width: 1110px;}
.production-line-card{position:relative; display:flex; flex-wrap: wrap; flex-direction: row-reverse; filter:drop-shadow(0 16px 30px rgba(13,39,63,.08));}
.production-line-content{flex: 1; display:flex;  padding:2.45rem 3rem; flex-direction:column; justify-content:center; background:#f6f8fa;border-left:4px solid var(--bg-main);}
.production-line-label{margin:0 0 .75rem;color:#0787cf;font-size:.9rem;line-height:1.2;font-weight:700;letter-spacing:0;text-transform:uppercase;}
.production-line-title{margin:0 0 .9rem;color:#14283c;font-size:1.75rem;line-height:1.2;font-weight:700;}
.production-line p{max-width:500px;margin:0;color:#3b4650;font-size:.98rem;line-height:1.68;font-weight:400;}
.production-line-more{display:inline-flex;align-items:center;gap:.45rem;width:max-content;margin-top:1.15rem;color:#0787cf;font-size:.95rem;line-height:1.2;font-weight:700;text-decoration:none;}
.production-line-more:hover{color:#00559d;text-decoration:none;}
.production-line-more .bi{font-size:1rem;line-height:1;transition:.3s all ease-in-out;}
.production-line-more:hover .bi{transform:translateX(4px);}
.production-line-media{width: 48%; position:relative; margin:0; aspect-ratio: 16/10; clip-path:polygon(0 0,calc(100% - 58px) 0,100% 58px,100% 100%,0 100%);}
.production-line-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;}

.featured-equipment{padding:3.35rem 0 4rem;background:#f5f7fa;}
.featured-equipment .container{max-width:1110px;}
.featured-equipment-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin:0 0 1.55rem;padding-bottom:.85rem;border-bottom:1px solid #dce5ed;}
.featured-equipment-title{position:relative; padding-left:1rem;color:#14283c;font-size:1.85rem;line-height:1.2;font-weight:700;}
.featured-equipment-title::before{position:absolute;content:"";left:0;top:.16em;width:4px;height:.95em;background:#0787cf;}
.featured-equipment-view{display:flex;align-items:center;gap:.45rem;color:#0787cf;font-size:.95rem;line-height:1.2;font-weight:700;}
.featured-equipment-view:hover{color:#00559d;}
.featured-equipment-view .bi,.featured-equipment-read .bi{font-size:1rem;line-height:1;transition:.3s all ease-in-out;}
.featured-equipment-view:hover .bi,.featured-equipment-read:hover .bi{transform:translateX(4px);}

.featured-equipment ul.list>li>ol{position:relative; color:#14283c; background-color:#fff; border-radius:6px; box-shadow:0 14px 32px rgba(17,45,71,.08); overflow:hidden; flex-direction:column; transition:.3s all ease-in-out;}
.featured-equipment ul.list>li>ol::after{position:absolute;content:"";left:0;right:0;bottom:0;height:3px;background:#0787cf;opacity:0;transition:.3s all ease-in-out;}
.featured-equipment ul.list>li>ol:hover{box-shadow:0 18px 38px rgba(17,45,71,.12);transform:translateY(-3px);}
.featured-equipment ul.list>li>ol:hover::after{opacity:1;}
.featured-equipment-image{display:flex; aspect-ratio:25/16; background:#eef3f7; overflow:hidden; border-bottom:1px solid #e6edf3;}
.featured-equipment-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transition:.4s all ease-in-out;}
.featured-equipment-image:hover img{transform:scale(1.04);}
.featured-equipment-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:66px;padding:.85rem 1rem .95rem;background:linear-gradient(180deg,#fff,#fbfcfd);}
.featured-equipment-name{min-width:0;margin:0;color:#111f2e;font-size:1.02rem;line-height:1.32;font-weight:700;}
.featured-equipment-read{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto;color:#00559d;font-size:.9rem;line-height:1.2;font-weight:600;text-decoration:none;}
.featured-equipment-read:hover{color:#0787cf;text-decoration:none;}

.project-cases{padding:3.4rem 0 3.7rem;}
.project-cases-head{display:flex; align-items:flex-end; justify-content:space-between; gap:1.5rem; margin:0 0 1.35rem; padding-bottom:.85rem;border-bottom:1px solid #d6e1ea;}
.project-cases-title{position:relative;margin:0;padding-left:1rem;color:#14283c;font-size:1.85rem;line-height:1.2;font-weight:700;}
.project-cases-title::before{position:absolute;content:"";left:0;top:.16em;width:4px;height:.95em;background:#0787cf;}
.project-cases-view{display:inline-flex;align-items:center;gap:.45rem;color:#0787cf;font-size:.95rem;line-height:1.2;font-weight:700;text-decoration:none;white-space:nowrap;}
.project-cases-view:hover{color:#00559d;text-decoration:none;}
.project-cases-view .bi{font-size:1rem;line-height:1;transition:.3s all ease-in-out;}
.project-cases-view:hover .bi{transform:translateX(4px);}
.project-cases ul.list>li>ol{flex-direction: column; background:#f7f7f7; border-radius: 0.5rem; overflow:hidden; transition:.3s all ease-in-out;}
.project-cases ul.list>li>ol:hover{color:#00559d; border-color:#b9cfdf; box-shadow:0 12px 26px rgba(17,45,71,.1); transform:translateY(-3px);}
.project-cases ul.list>li>ol .project-cases-image{margin:0; aspect-ratio:1/1; overflow:hidden;}
.project-cases ul.list>li>ol .project-cases-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transition:.4s all ease-in-out;}
.project-cases ul.list>li>ol:hover .project-cases-image img{transform:scale(1.04);}
.project-cases ul.list>li>ol .project-cases-name{min-height:62px;padding:.65rem .7rem;color:inherit;font-size:.88rem;line-height:1.32;font-weight:700;}
@media (max-width:1199.98px){
section{padding: 3rem 0;}
.home-entry-list>li>a{padding: 1.5rem;}
.home-entry-list>li>a>span:not(.home-entry-icon){font-size: .875rem;}
}@media (max-width:991.98px){
section,.section,.project-cases{padding: 2.5rem 0;}
.production-line-content{padding: 1.5rem;}
.production-line-title,.featured-equipment-title,.project-cases-title,.company-intro .h2 {font-size: 1.625rem;}
.project-cases ul.list>li>ol .project-cases-image{aspect-ratio: 16/9;}
}@media (max-width:767.98px){
section,.section,.section-item,.project-cases{padding:2rem 0;}
.home-entry{margin: 1.25rem 0;}
.production-line-media{width: 100%;}
}@media (max-width:575.98px){
section,.section,.section-item,.project-cases{padding:1.5rem 0;}
.home-entry-list>li>a{border-right: none; border-bottom: 1px solid #e2e6eb;}
.production-line-title,.featured-equipment-title,.project-cases-title,.company-intro .h2 {font-size: 1.5rem;}
.featured-equipment-view,.project-cases-view{display: none !important;}
}@media (max-width:424.98px){
section,.section,.section-item,.project-cases{padding:1.25rem 0;}
}
/* index-end */
.footer {position: relative; overflow: hidden; background-color: #075b83;}
.footer::before{content:'';position:absolute;height:100px;width:100%;left:0;top:0;background:#fff}
.footer .container{max-width: 1200px; position: relative; z-index: 2; background:#073d5c; border-radius:10px; padding:2.5rem;box-shadow:0 18px 42px rgba(0,31,52,.18);}
.footer-brand{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1.8rem;align-items:center;padding:0 0 1.8rem;margin:0 0 1.9rem;border-bottom:1px solid rgba(255,255,255,.14);}
.footer-logo{display:flex; flex-direction: column; align-items: center; width:160px;}
.footer-logo img{display:block;width:100%;height:auto;}
.footer-logo span{display: flex; color: white; text-transform: uppercase; font-weight: 700; padding-top: 10px; font-size: .875rem; letter-spacing: 0.03em; text-align: center;}
.footer-brand-text{display: flex; flex-direction: column; color:rgba(255,255,255,.9);font-size:.95rem;line-height:1.55;}
.footer-brand-text>strong{font-size:1.375rem; font-weight:500; color:#fff;}
.footer .row>.col-lg:nth-child(1){-ms-flex:0 0 29%;flex:0 0 29%;max-width:29%;}
.footer .row>.col-lg:nth-child(2){-ms-flex:0 0 26%;flex:0 0 26%;max-width:26%;}
.footer .row>.col-lg:nth-child(3){-ms-flex:0 0 17%;flex:0 0 17%;max-width:17%;}
.footer .row>.col-lg:nth-child(4){-ms-flex:0 0 28%;flex:0 0 28%;max-width:28%;}
.footer .h3{margin:0 0 .8rem;color:#fff;font-size:1.05rem;line-height:1.3;font-weight:700;}
.footer .h3>a{font-size: inherit; color: inherit;}
.footer_list{display:flex;flex-direction:column; width: 100%; margin: 0;}
.footer_list li{display:block;margin-bottom: .5rem; padding: 0;}
.footer_list li:last-child{margin-bottom: 0;}
.footer_list li>a{display: block; color: #d9ecf7; font-size: .875rem; line-height: 1.45; transition: all .3s ease-in-out;}
.footer .h3>a:hover,.footer_list li>a:hover{color: #8ed2ff;}
.footer_contact{width: 100%; display:flex; flex-direction: column; margin-bottom: 0;}
.footer_contact>li{width: 100%; color: #d9ecf7; margin: 0 0 .5rem 0; font-size: .875rem; line-height: 24px; display: flex; flex-wrap: wrap;}
.footer_contact>li>i{margin-right: .3rem; font-style: normal;}
.footer_contact>li>span:last-child{margin-left: .3rem;}
.footer_contact>li a{color: #d9ecf7;}
.footer_contact>li a:hover{color: #8ed2ff; text-decoration: underline;}
.footer_contact>li:last-child{margin-bottom: 0;}
/* #otherlink */
.footercop{width:100%;overflow:hidden; position:relative;z-index:2; padding: 1.25rem 0;}
#otherlink{clear:both;width:100%;height:auto;font-size:1rem;display:flex;justify-content:center}
#otherlink a{color:#fff;display:inline-block; padding:4px 8px;margin:4px;font-weight:300;line-height:1; border:1px solid #fff;font-size:.75rem; opacity: .5;}
#otherlink a span{position:relative;top:0}
#otherlink a:hover,#etw_homefooters a:hover,.etw_homefoot a:hover,#etw_coper a:hover{color:#fff; opacity: 1;}
#otherlink a:hover span{opacity:1;top:-2px;transition:all 0.3s ease-in-out}
#etw_coper{width:100%;line-height:22px;font-size:1rem;display:flex;font-weight:300;justify-content:center}
#etw_coper a{color:#333;font-size:.9rem;}
/* #etw_top */
#etw_top{display: none !important;}
.theme-send-inquiry-box{background: #000 !important; border: none !important; display: flex;}
.theme-send-inquiry-box .theme-box-name{flex: 1; background: var(--hover-color) !important; border-left: none !important; padding: 0 10px !important; text-transform: uppercase; font-size: .875rem;}
.theme-send-inquiry-box .theme-box-i{width: 42px; display: flex; padding: 0 !important; align-items: center; justify-content: center;}
.theme-send-inquiry-box .theme-box-i .icon-envelope::before{content: "\f32c";display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
@media (max-width:1199.98px){

}@media (max-width:991.98px){
.footer .row>.col-lg:nth-child(1),.footer .row>.col-lg:nth-child(2),.footer .row>.col-lg:nth-child(3),.footer .row>.col-lg:nth-child(4){-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.footer .container {padding: 1.875rem;}
}@media (max-width:767.98px){



.footercop {padding: 1rem 0; margin-top: 1rem;}
}@media (max-width: 575.98px){
.footer .row>.col-lg:nth-child(1),.footer .row>.col-lg:nth-child(2),.footer .row>.col-lg:nth-child(3),.footer .row>.col-lg:nth-child(4){-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.footer .container {padding: 1.25rem;}
.footer-brand {grid-template-columns: 100px minmax(0, 1fr);gap: 1rem;padding: 0 0 1rem;margin: 0 0 1rem;}
.footer-logo{width: 100px;}
.footer-brand-text>strong {font-size: 1rem;}


}
/* #quicknav */
#quicknav{width:100%;position:relative;z-index:2; padding: 0; flex: none;}
#quicknav ul{width:100%;display:flex; flex-wrap: wrap; min-height: 40px; padding: .5rem 0; margin: 0;}
#quicknav ul li{display:flex;align-items: center; position: relative; font-size: .875rem; text-transform:capitalize;}
#quicknav ul li::after{content: "\F285"; color: inherit; font-size: inherit; margin: 0 2px; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#quicknav ul li:last-child::after{display: none;}
#quicknav ul li a,#quicknav ul>li:first-child>a{color:#555;}
#quicknav ul li:last-child{color:#000;}
#quicknav ul li a:hover{text-decoration:underline; color:var(--hover-color);}
#quicknav ul.quicknav li,#quicknav ul.quicknav li a{color:rgba(255,255,255,.8);}
#quicknav ul.quicknav li:last-child{color: var(--bg-white); opacity: 1;}
#quicknav ul.quicknav li a:hover{text-decoration:underline; color:var(--bg-white); opacity: 1;}
@media (max-width:767.98px){#quicknav{display: none;}}
/* Fertilizer Production Lines */
.proslines-banner{height: 300px; padding: 0;}
.proslines-banner .banner-picture::before{content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right,var(--bg-main) 15%,transparent); z-index: 2;}
.proslines-hover{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 3;}
.proslines-hover .title1{color: #fff; font-weight: 500; margin: 1rem 0;}
.proslines-hover .title1:last-child{margin-bottom: 0;}
.proslines-hover p{color: #fff; opacity: .8; max-width: 600px;}

.title-heng{width: 100%; position: relative; display: flex; flex-direction: column; align-items: center;}
.title-heng::after{content: ""; width: 100%; height: 1px; background-color: var(--line-color); position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.title-heng>span{position: relative; z-index: 2; background-color: var(--bg-white); padding: 0 .625rem;}

.lines-header .container{display: flex; flex-direction: column; align-items: center; text-align: center;}
.lines-header .container .title2,.lines-about .title2{margin-bottom: 1.5rem; letter-spacing: 2px; font-weight: 400; }
.lines-header .container>p{font-size: 1rem; line-height: 1.6; font-weight: 300; letter-spacing: .05em;}
.lines-header .container>p>strong{font-weight: 500;}

.lines-list .title5,.lines-pros .title5{font-size: 1rem; letter-spacing: 2px; font-weight: 500; margin-bottom: 1rem;}
.lines-list ul.list>li>a{flex-direction: column; background-color: var(--bg-light); border-radius: .5rem; overflow: hidden;}
.lines-list ul.list>li>a .imgbox{aspect-ratio: 16/9;}
.lines-list ul.list>li>a .title6{margin: 0; flex: 1; display: flex; align-items: center; justify-content: center; text-align: center; padding: 1rem .625rem; font-size: .875rem; font-weight: 500;}
.lines-list .more-big>a{padding: .75rem 1.5rem; font-weight: 600; color: var(--bg-main); border: none;}
.lines-list .more-big>a:hover{color: white;}

.lines-pros .row-cols .imgbox{border-radius: .5rem; transition: all .3s ease-in-out;}
.lines-pros .row-cols .imgbox:hover{cursor: pointer; transform: scale(1.05); box-shadow: 0 0 5px rgba(0, 0, 0, .2);}

.lines-about ul.list{box-shadow: 0 0 10px rgba(0, 0, 0, .125); margin-bottom: 1.5rem;}
.lines-about ul.list>li>ol{flex-direction: column; align-items: center; text-align: center; padding: 2rem;}
.lines-about ul.list>li:first-child>ol{ background-color: #fff;}
.lines-about ul.list>li>ol>.title6{display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;}
.lines-about ul.list>li>ol>.title6 .icon{width: 3.5rem; aspect-ratio: 1/1; background-color: var(--bg-F0); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--bg-main); font-size: 1.625rem; line-height: 1; margin-right: 1rem;}
.lines-cat-btn{margin-top: 2rem; display: flex; flex-direction: column; align-items: center;}
.lines-cat-btn .more-big{width: 100%; max-width: 400px;}
.lines-cat-btn .more-big>a{background-color: var(--se-color); border:none; color: #fff; width: 100%; display: flex; align-items: center; justify-content: center; padding: .625rem 1rem; font-size: 1rem; text-transform: uppercase;}
.lines-cat-btn .more-big>a>i{font-size: 1.25rem; margin-left: 1rem;}
.lines-cat-btn .more-big>a::after{content: none;}
.lines-cat-btn .more-big>a:hover{background-color: #075b83;}
@media (max-width: 991.98px){
.proslines-banner{height: 250px;}
}@media (max-width: 767.98px){
.proslines-banner{height: 200px;}
.proslines-hover p{display: none;}
}@media (max-width: 575.98px){
.lines-about ul.list>li>ol {padding: 1.25rem;}
}
/* Fertilizer Production Lines Details */
.details-header h2{font-size: 1.8rem;}
.details-header h3{font-size: .86rem; color: var(--se-color); font-weight: 500; margin-bottom: 1rem;}

ul.details-lines-equipment>li>figure>a{display: flex; align-items: center; justify-content: center; border-radius: .5rem; border-bottom: 1px solid var(--light-dark); padding: .55rem;}
ul.details-lines-equipment>li>figure>a>img{mix-blend-mode: multiply; border-radius: .5rem;}

.other-lines ul.row-cols-md-5>li>a{align-items: center; justify-content: center; text-align: center; background-color: var(--bg-light); padding: 1rem .9rem; overflow: hidden; border-bottom: 2px solid var(--light-dark); transition: all .3s ease-in-out; font-size: .9rem; color: var(--light-dark); line-height: 1.38; font-weight: 600;}
.other-lines ul.row-cols-md-5>li>a:hover{border-bottom-color: var(--se-color); background-color: white; color: var(--se-color);}

.our-pros ul.list>li>a{flex-direction: column; position: relative; overflow: hidden;}
.our-pros ul.list>li>a .imgbox{aspect-ratio: 1/1; border-radius: .5rem; filter: brightness(50%); transition: all .3s ease-in-out;}
.our-pros ul.list>li>a .title6{position: absolute; inset: 0; margin: 0; display: flex; align-items: center; justify-content: center; text-align: center; z-index: 2; padding: 1rem; color: #fff; font-size: 1.125rem; line-height: 1.5; transition: all .3s ease-in-out;}
.our-pros ul.list>li>a:hover .imgbox{filter: brightness(100%);}
.our-pros ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.our-pros ul.list>li>a:hover .title6{opacity: 0;}
/* Fertilizer Production Lines_End  */
/* Fertilizer Equipment */
.pros-banner{height: 300px; display: flex; flex-wrap: wrap; flex-direction: row-reverse; padding: 0; background-color: var(--bg-main);}
.pros-banner .banner-picture{width: 50%; position: relative;}
.pros-banner .pros-banner-hover{width: 50%; max-width: 700px; display: flex; flex-direction: column; justify-content: center; padding-right: 2.5rem;}
.pros-banner .pros-banner-hover .title1{color: #fff; margin: 1.25rem 0;}
.pros-banner .pros-banner-hover p{color: #fff; opacity: .8;}

.pros-des{padding-bottom: 0;}
.pros-des-card{display:flex; flex-direction: column; padding:2rem 2.2rem; background:linear-gradient(135deg,#f6f9fc,#fff); border-radius:8px; box-shadow:0 10px 24px rgba(17,45,71,.06)}
.pros-des-card>small{display:block;color:var(--se-color);font-size:.78rem;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.7rem;}
.pros-des-card h2{font-weight: 600; margin-bottom: .75rem; color: #14283c;}
.pros-des-card p{color:#344050; font-size:.95rem; line-height:1.7;}

.pros-list{padding-top: 2.5rem;}
.pros-list ul.list>li>a{flex-direction: column; border-radius: .5rem; overflow: hidden; box-shadow: 0 8px 20px rgba(17, 45, 71, .05);}
.pros-list ul.list>li>a:hover{transform:translateY(-4px);border-color:rgba(6,74,151,.25);box-shadow:0 14px 30px rgba(17,45,71,.1);}
.pros-list ul.list>li>a .imgbox{aspect-ratio: 16/10;}
.pros-list ul.list>li>a:hover .imgbox>img{transform: scale(1.05);}
.pros-list ul.list>li>a .textbox{padding: 1rem; background: linear-gradient(180deg, #fff, #fbfcfd);}
.pros-list ul.list>li>a .textbox>.title6{color:#12263a;font-size:1rem;line-height:1.35;font-weight:700;letter-spacing:0;margin:0 0 1rem;}
.pros-list ul.list>li>a:hover .textbox>.title6{color: var(--hover-color);}
.pros-list ul.list>li>a .textbox>p{flex: 1; color:#5a6673;font-size:.88rem;line-height:1.5;margin-bottom:.8rem;}
.pros-list ul.list>li>a .textbox>.more>span{display: flex; align-items: center;color:var(--se-color);font-size:.85rem;line-height:1.2;font-weight:600;}
.pros-list ul.list>li>a .textbox>.more>span>i{margin-left: .5rem;}

.pros-lines .container{display: flex; flex-wrap: wrap; flex-direction: row-reverse; box-shadow: 0 0 10px rgba(0, 0, 0, .125); max-width: 1100px; padding: 0; border-radius: 1rem; overflow: hidden;}
.pros-lines-left{width: 50%; padding: 2.5rem; display: flex; flex-direction: column; justify-content: center;}
.pros-lines-left .title3{color: #333; margin-bottom: 1rem;}
.pros-lines-left p{color: #666; margin-bottom: 1.5rem;}
.pros-lines-left .more-big>a{color: #555; border: 1px solid #999;}
.pros-lines-left .more-big>a::after{background-color: var(--hover-color);}
.pros-lines-left .more-big>a:hover{color: #fff; border-color: var(--hover-color);}
.pros-lines-right{width: 50%;}
.pros-lines-right .imgbox{aspect-ratio: 2/1;}

.flow-list{display: flex; flex-wrap: wrap; justify-content: center;}
.flow-list>li{display: flex; position: relative; margin-bottom: 1.25rem;}
.flow-list>li::before{content: ""; width: .75rem; aspect-ratio: 1/1; background: url(../images/industry-arrows.svg) no-repeat center center; background-size: contain; margin: 0 .5rem;}
.flow-list>li>span{display: flex; align-items: center; justify-content: center; padding: .625rem 1rem; border-radius: 5px; overflow: hidden; box-shadow: 0 0 10px rgba(0, 0, 0, .15); font-size: .875rem; font-weight: 600;  cursor: pointer; transition: all .3s ease-in-out;}
.flow-list>li>span:hover{transform: translateY(-3px); box-shadow: 0 0 15px rgba(0, 0, 0, .25); color: var(--hover-color);}
.flow-list>li:nth-child(1)::before{content: none;}
/* Hub */
.hub-banner{overflow: hidden;background: url(../images/banner-bg.png) no-repeat right center var(--bg-light); padding: 2.7rem 0;}
.hub-banner .hub-banner-hover{width: 100%;position: relative;}
.hub-banner .hub-banner-hover .title1{color: #333; font-weight: 600; font-size: clamp(1.5rem, 3.5vw, 1.85rem); margin: 1rem 0 .75rem 0; max-width: 760px;}
.hub-banner .hub-banner-hover p{max-width: 860px; color: var(--light-dark); font-size: .95rem;line-height: 1.7;}
.hub-banner2 .hub-banner-hover small{display:block;margin:1.4rem 0 .65rem 0;color:var(--light-dark);font-size:.78rem;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hub-banner2 .hub-banner-hover .title1{font-size: 1.6rem; font-weight: 400;}

ul.hub-items{margin-top: 2rem; background-color: #dfe7ef;; border-radius: .5rem; overflow: hidden;}
ul.hub-items>li{border-right: 1px solid var(--line-color);}
ul.hub-items>li:last-child{border: none;}
ul.hub-items>li>a{display: flex; align-items: center; min-height: 60px; font-size: .96rem; line-height: 1.35; font-weight: 700; color: #14283c; padding: 1.25rem 1.2rem; background-color: #f8fafc; position: relative; overflow: hidden;}
ul.hub-items>li>a::after{content: "\F285"; position: absolute; right: .5rem; top: 50%; transform: translateY(-50%); display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ul.hub-items>li>a:hover,ul.hub-items>li.active>a{background-color: var(--hover-color); color: white;}

.hub-list ul.list>li{margin-bottom: 2rem;}
.hub-list ul.list>li:last-child{margin: 0;}
.hub-list ul.list>li>ol{ background-color: #fff;  box-shadow: 0 0 5px rgba(0, 0, 0, .1); border-radius: 1rem; overflow: hidden; padding: 1.5rem;}
.hub-list ul.list>li>ol a.imgbox{width: 34%; aspect-ratio: 16/9; border-radius: .625rem;}
.hub-list ul.list>li>ol .textbox{flex: 1; flex-direction: column; justify-content: center; padding-left: 2rem;}
.hub-list ul.list>li>ol .textbox a.title4{font-weight: 300; margin-bottom: 1rem;}
.hub-list ul.list>li>ol .textbox .more-big{margin-top: .625rem;}
.hub-list ul.list>li>ol .textbox .more-big>a{padding: 0; border: none; color: var(--se-color); font-size: .95rem; font-weight: 400;}
.hub-list ul.list>li>ol .textbox .more-big>a::after{content: none;}
.hub-list ul.list>li>ol .textbox .more-big>a:hover{color: var(--hover-color);}

.equipment-line-cta{padding:1.8rem 0 1.5rem;background:#fff}
.line-cta-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 2.2rem;background:linear-gradient(135deg,#f6f9fc,#ffffff);border-left:4px solid var(--bg-main);border-radius:10px;box-shadow:0 12px 30px rgba(17,45,71,.06)}
.line-cta-text{max-width:720px}
.line-cta-text .section-label{display:block;margin-bottom:.65rem;color:var(--light-dark);font-size:.78rem;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.line-cta-text .title3{margin-bottom:.75rem;color:#14283c;font-size:1.55rem;line-height:1.25;font-weight:400}
.line-cta-text p{margin:0;color:#405060;font-size:.95rem;line-height:1.68}
.line-cta-action{flex:0 0 auto}
.line-cta-action a{display:inline-flex;align-items:center;justify-content:center;min-width:190px;padding:.75rem 1.25rem;color:#fff;background:var(--se-color);border-radius:4px;font-size:.9rem;line-height:1.2;font-weight:600}
.line-cta-action a i{margin-left:.5rem;transition:transform .25s ease-in-out}
.line-cta-action a:hover{background:var(--se-color);color:#fff}
.line-cta-action a:hover i{transform:translateX(4px)}

.brief{overflow: hidden;}
.brief .container{position: relative; z-index: 5;}
.brief .imgbox{aspect-ratio: initial; border-radius: .5rem;}
.brief .section-label{display: block; color: var(--se-color); font-size: .78rem; line-height: 1.2; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .65rem;}
.brief .title3{color: #14283c; font-size: 1.45rem; line-height: 1.28; font-weight: 300; margin-bottom: 1rem;}
.brief-white-F9::before{background-image: linear-gradient(#fff,var(--bg-WhiteSmoke));}
@media (max-width: 1199.98px){
.hub-banner .hub-banner-hover p{max-width: 550px;}
}@media (max-width: 991.98px){
.hub-banner {background-size: 40% auto; padding: 2rem 0;}
.hub-banner .hub-banner-hover p{max-width: 500px;}
}@media (max-width: 767.98px){
.hub-banner {background-size: 35% auto; padding: 1.25rem 0;}
.hub-banner .hub-banner-hover .title1{margin-top: 0;}
.hub-banner .hub-banner-hover p{max-width: 400px;}
}@media (max-width: 575.98px){
.hub-banner {background: none;}
.hub-banner .hub-banner-hover p{max-width: 100%;}
.hub-list ul.list>li>ol {padding: 0; flex-direction: column;}
.hub-list ul.list>li>ol a.imgbox{width: 100%;}
.hub-list ul.list>li>ol .textbox {padding: 1rem;}
}
/* Details */
.left_pics{width: 100%; display: flex; flex-direction: column;}
.left_pic{width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden;}
.left_pic img{mix-blend-mode: multiply;}
.left_pic .item_mod{margin-top: .5rem; font-weight: 500;}
.related_pic{width: 100%; margin-top: 1rem;}
.related_pic ul{width: calc(100% + 10px); margin: 0 -5px; display: flex; flex-wrap: wrap; justify-content: center;}
.related_pic ul>li{width: calc(100% / 6); padding: 0 5px; display: flex; align-items: center; justify-content: center;}
.related_pic ul>li a{border: 1px solid #ccc;}
.related_pic ul>li.imgdq a{border-color: var(--hover-color);}
.item_txt{display: none;}
.related_pic4 ul>li{width: calc(100% / 4);}
.related_pic8 ul>li{width: calc(100% / 8);}

.title-heng2{display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-size: 1.25rem; font-weight: 500;}
.title-heng2::before,.title-heng2::after{content: "";flex: 1; max-width: 20px; height: 1px; background-color: var(--bg-main); margin: 0 1.25rem;}
.title-left-heng{display: flex; align-items: center; border-left: 5px solid var(--bg-main); padding-left: 1rem; line-height: 1; margin-bottom: 1rem; font-size: 1.25rem; font-weight: 500;}
.related-pros ul.row-cols-md-4>li>a{flex-direction: column; background-color: var(--bg-WhiteSmoke); border-radius: .5rem; overflow: hidden; border-top: 2px solid transparent; transition: all .3s ease-in-out;}
.related-pros ul.row-cols-md-4>li>a .title6{flex: 1; color: #000; font-weight: 500; margin-bottom: 0; padding: 1rem; transition: all .3s ease-in-out;}
.related-pros ul.row-cols-md-4>li>a .imgbox{border-radius: .5rem;mix-blend-mode: multiply;}
.related-pros ul.row-cols-md-4>li>a:hover{border-top-color: var(--hover-color);}
.related-pros ul.row-cols-md-4>li>a:hover .title6{color: var(--hover-color);}
.related-pros ul.row-cols-md-3>li>a{flex-direction: column; background-color: var(--bg-WhiteSmoke); border-radius: .5rem; overflow: hidden; border-top: 2px solid transparent; transition: all .3s ease-in-out;}
.related-pros ul.row-cols-md-3>li>a .title6{flex: 1; color: #000; font-weight: 500; margin-bottom: 0; padding: 1rem; transition: all .3s ease-in-out;}
.related-pros ul.row-cols-md-3>li>a .imgbox{aspect-ratio: 16/9; border-radius: .5rem;mix-blend-mode: multiply;}
.related-pros ul.row-cols-md-3>li>a:hover{border-top-color: var(--hover-color);}
.related-pros ul.row-cols-md-3>li>a:hover .title6{color: var(--hover-color);}
.related-pros ul.row-cols-md-2>li>a{flex-direction: row-reverse; background-color: var(--bg-WhiteSmoke); border-radius: .5rem; overflow: hidden; border-right: 2px solid transparent; transition: all .3s ease-in-out;}
.related-pros ul.row-cols-md-2>li>a .title6{flex: 1; display: flex; flex-direction: column; justify-content: center; color: #000; font-weight: 500; margin-bottom: 0; padding: 1rem 1rem 1rem 1.5rem; transition: all .3s ease-in-out;}
.related-pros ul.row-cols-md-2>li>a .title6>small{display: flex; margin-top: .625rem; color: #666; font-size: .875rem; line-height: 22px;}
.related-pros ul.row-cols-md-2>li>a .imgbox{width: 30%; aspect-ratio: 16/9; border-radius: .5rem;mix-blend-mode: multiply;}
.related-pros ul.row-cols-md-2>li>a:hover{border-right-color: var(--hover-color);}
.related-pros ul.row-cols-md-2>li>a:hover .title6{color: var(--hover-color);}

.details-brief p{font-size: .875rem; color: #999; margin-bottom: .5rem;}

.inquiryform .container{max-width: 1200px; padding: 0; border-radius: .5rem; overflow: hidden;}
.inquiryform-left{width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 2.2rem 2rem; background-color: var(--se-color); background-repeat: repeat; background-image: url(../images/inquiry-bg.jpg); background-blend-mode: multiply; background-size: cover;}
.inquiryform-left .title3{color: white; font-size: 1.45rem; line-height: 1.25; font-weight: 600; margin-bottom: .8rem;}
.inquiryform-left p{color: white; font-size: .95rem; line-height: 1.62;}

.inquiryform .feedback{background-color: white; padding: 1.4rem 1.5rem;}
.inquiryform #floatchatiframe2011{min-height: 306px; margin-top: 1rem;}
.inquiryform #floatchatiframe2011 #feedback2017 .etw-inquery-group:nth-child(1),.inquiryform #floatchatiframe2011 #feedback2017 .etw-inquery-group:nth-child(2),.inquiryform #floatchatiframe2011 #feedback2017 .etw-inquery-group:nth-child(4),.inquiryform #floatchatiframe2011 #feedback2017 .etw-inquery-group:nth-child(5){width: calc(50% - 5px) !important;}

.other-pros ul.list{justify-content: space-between;}
.other-pros ul.list>li>a{display: flex; align-items: center; border: 1px solid rgba(0, 0, 0, .04); line-height: 1.5; padding: .625rem 2.5rem .625rem 1rem; font-size: .875rem; color: #333; position: relative; border-radius: 4px;}
.other-pros ul.list>li>a::after{content: "\F285"; position: absolute; right: .5rem; top: 50%; transform: translateY(-50%); display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.other-pros ul.list>li>a:hover{background-color: var(--hover-color); color: #fff;}
@media (max-width: 767.98px){
.line-cta-card {flex-direction: column; gap: 1.25rem; padding: 1.25rem;}
}@media (max-width: 575.98px){
.pros-des-card {padding: 1.25rem;}
}
/* Fertilizer Equipment_End */
/* Projects */
.projects-main .container{display: flex; flex-wrap: wrap; align-items: flex-start;}
.pros_menu{width: 23%; position: sticky; top: 100px; box-shadow: 0 0 20px rgba(0, 0, 0, .1); border-radius: .5rem; overflow: hidden;}
.pros_menu>ul>li{border-bottom: 1px solid var(--line-color);}
.pros_menu>ul>li:last-child{border: none;}
.pros_menu>ul>li>a{display: flex; font-size: .875rem; font-weight: 500; padding: 10px 15px;}
.pros_menu>ul>li.dq>a{color: white; background-color: var(--hover-color);}
.pro_model_items{width: 77%; padding-left: 2.5rem;}
.pro_model{width: 100%; min-height:300px;}
.pro_model::after{content: ""; width: 100%; height: 10px; display: flex; margin: 2rem 0; background-image: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 65%);}
.pro_model:last-child::after{content: none; margin: 0;}
.pro_model .left_pics .related_pic>ul{width: calc(100% + 4px); margin: 0 -2px;}
.pro_model .left_pics .related_pic>ul>li{width: auto; flex: 1; padding: 2px;}
.pro_model .left_pics .related_pic10>ul>li{width: 20%; flex: initial;}
.pro_model .left_pics .related_pic .video_btn::before{--w:40px;}
.pro_model .title4{display: flex; flex-direction: column-reverse; margin-bottom: 1.25rem;}
.pro_model .title4>strong{display: flex; color: var(--hover-color); text-transform: uppercase; font-weight: 400; font-size: 1rem; margin-bottom: .5rem;}

@media (max-width: 991.98px){
.pros_menu{display: none;}
.pro_model_items {width: 100%; padding-left: 0;}

}
/* Projects-End */
/* About Us */
.company p{font-size: 1rem; line-height: 26px;}
.hover-color{color: var(--hover-color);}
.about-item{display: flex; flex-direction: column; align-items: center; padding: 1rem; border-radius: 1rem; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, .1); text-align: center;}
.about-item a.title6{font-size: 1.125rem;}

/* About Us-End */
/* Contact Us */
.contact{padding:1rem 0 2.5rem 0}
.contact ul{width: 100%; margin: 0; display: flex; flex-direction: column;}
.contact ul>li{width: 100%; padding: 0; display: flex; flex-wrap: nowrap; font-size:.875rem; line-height:24px; color: #333; font-weight: 400; margin-bottom: .5rem;}
.contact ul>li.contact-name{margin-bottom: 1rem;}
.contact ul>li.contact-name>strong{font-size:1.3rem; font-weight: 700; line-height: 1.2; margin:0; color: #333;}
.contact ul>li strong{color:#222; font-weight: 600; margin-right: .5rem;}
.contact ul>li a{color: var(--bg-main); margin-right: .5rem;}
.contact ul>li a:hover{color:var(--bg-main); text-decoration: underline;}
.contact ul>li b{font-weight: 400; color:#222;}
.contact ul>li>ol{flex: 1;}
.contact_imgbox{display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact_imgbox .contact_img{width: 30%; display: flex; flex-direction: column;}
.contact_imgbox .contact_img>img{width: 100%; display: block; height: auto;}
.contact_imgbox .contact_img>p{display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 10px; line-height: 1.2;}
.contact_imgbox .contact_img>p>strong{margin-bottom: 5px;}

.contact .feedback{padding: 1.5rem; background-color: var(--bg-white); box-shadow: 6px 6px 0 #eee;}
.contact .feedback .webtitle{font-size:1.875rem; color:#000; text-align: center; font-weight: 700;}
.contact_map{margin-top: 2rem;}
#floatchatiframe2011 #feedback2017.etw-inquery-from-box{min-height: initial;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background-color: var(--bg-main) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background-color: var(--bg-main) !important;}
#floatchatiframe2011 #feedback2017 .etw-inquery-container{padding: 0;}
#floatchatiframe2011 #feedback2017 .etw-inquery-icon{display: none;}
#floatchatiframe2011 #feedback2017 .etw-inquery-control{padding: 10px; border-radius: 0; font-size: .875rem; border-color: rgba(0, 0, 0, .05);}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn{background: var(--light-dark) !important; color: #fff !important; transition: all .4s;}
#floatchatiframe2011 #feedback2017 .etw-inquery-btn:hover{background: var(--hover-color) !important;}
/* Contact Us-End */

/* videos */
.videos{padding: 0 0 2.5rem 0;}
.videos_hub{width: 100%; display: flex; flex-direction: column; margin-bottom: 1.25rem;}
.videos_hub_title{font-size:clamp(1rem, 4vw, 1.25rem); font-weight: 500; line-height: 1; display:flex; align-items: center; color:#333; position:relative; z-index: 0; margin:1.25rem 0;}

.videos_hub ul li>a{width: 100%; display: flex; flex-wrap: wrap; background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.videos_hub ul li>a .imgbox{width: 40%; aspect-ratio: 16/9;}
.videos_hub ul li>a .imgbox img{height: 100%; object-fit: cover;}
.videos_hub ul li>a .imgbox .video_btn::before{--w:50px;}
.videos_hub ul li>a .textbox{flex: 1; flex-direction: column; padding: 1rem; padding-left: 1.5rem; justify-content: center; font-size: .95rem; color: #555; font-weight: 500;}
.videos_hub ul li>a:hover{position: relative; transform: translateY(-10px);}
.videos_hub ul li>a:hover .textbox{color: var(--hover-color);}
.videos_hub:last-child{margin-bottom: 0;}

.videos_company ul li{width: 100%;}
.videos_company ul li>a{flex-direction: row;}
.videos_company ul li>a .imgbox{width: 50%;}
.videos_company ul li>a .imgbox .video_btn::before{--w:70px}
.videos_company ul li>a .textbox{padding: 2rem; padding-left: 3rem; align-items: flex-start; text-align: left;}
.videos_company ul li>a .textbox>.h6{font-size: 1.25rem; transition: all .4s; font-weight: 600; margin-bottom: 1.25rem;}
.videos_company ul li>a .textbox>p{font-size: 1rem; line-height: 26px; font-weight: 400; color: #666; transition: all .4s;}
.videos_company ul li>a:hover .textbox .h6{color: var(--hover-color);}

.video_details>.container{display:flex;flex-wrap:wrap; align-items: flex-start; justify-content:space-between;}
#video_right{width:65%;}
#video_right video{width:100%; aspect-ratio: 16/9;}
#video_right h2{color: #333; font-weight: 500; font-size: var(--fs-h3);}
.video_more{display:flex;margin-top:2rem;}
.video_more>a,.video_more>span{padding:0.5rem 1.2rem; line-height: 1; border:1px solid #555; color:#555; border-radius:20px; transition: all .4s; cursor: pointer; font-weight: 500;}
.video_more>a:hover,.video_more>span:hover{background-color:var(--bg-main); color:#fff; border-color:var(--bg-main)}
.etw_videolist_more{display: none;}
#video_right .feedback{box-shadow: 0 0 10px rgba(0, 0, 0, .125); background-color: #fff; padding: 1.5rem 2rem; margin-top: 2rem; box-shadow: 6px 6px 0 #eee, -6px -6px 0 #eee;}
#video_sidebar{width:30%; border-radius:10px; box-shadow: 0 0 10px rgba(0, 0, 0, .125); overflow: hidden;}
#video_sidebar .title4{color: var(--bg-main); font-size: var(--fs-h5); font-weight: 500; display: flex; align-items: center; justify-content: center; padding: 1rem; margin-bottom: 0;}
#etw_videolist .webtitle{font-size: var(--fs-h6); font-weight: 400; color: #000; padding: .75rem 1rem; background-color: #eee;}
#etw_videolist ul{width: 100%; margin: 0; display:flex; flex-direction: column; padding: .75rem 1rem;}
#etw_videolist ul li{width: 100%; margin-bottom:.5rem; padding: 0;}
#etw_videolist ul li:last-child{margin-bottom:0;}
#etw_videolist ul li a{width: 100%; display:flex; align-items:center; font-size:0.875rem; padding-left:1rem;line-height: 24px; transition: all .4s; position: relative;}
#etw_videolist ul li a::before{content: "\F285"; font-size: .75rem; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; left: 0; top: 6px;}
#etw_videolist ul li a.dq,#etw_videolist ul li a:hover{color: var(--hover-color);}
#etw_videolist .video_more{ padding: 1.5rem; padding-top: 0; margin: 0;}
.videohid{display:none}
@media (max-width:991.98px){
#video_right{width:100%}
#video_sidebar{width:100%;margin-top:2rem}
#etw_videolist ul li{width: calc(50% - 1rem);}
}@media (max-width:767.98px){
#etw_videolist ul li{width: 100%;}
#video_sidebar{margin-top:1rem}
.videos_company ul li>a{flex-direction: column;}
.videos_company ul li>a .imgbox{width: 100%;}
.videos_company ul li>a .textbox{padding: 1.25rem;}
.videos_hub ul li>a .imgbox{width: 100%;}
}@media (max-width:575.98px){
#video_right h2{font-size:1.25rem;}
}
/* videos-End */
