@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

.container-fluid{ max-width:1400px;}

.footer{
	color:#fff;
	background-color:#0d3c84;
	text-align:center;
	padding:24px 0;
}
.footer a{ color:#0FC;}

.share{margin:8px 0;}
.share img{margin:0 2px;}

.backtop{
	position:fixed;
	z-index:999;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-64px;
	margin-left:-64px;
	padding:5px;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:4px;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#d7572d;}


.title_line{
	width:60px;
	height:4px;
	background-color:#0d3c84;
	margin:30px auto;
}


.navbar{ padding:0px;}
.navbar-brand{ margin-left:15px;}
@media (min-width:768px){.navbar-brand{ margin-left:0;}}
.navbar-toggler{ margin:15px;}
.navbar-nav .nav-item .nav-link{ padding:15px;}
.navbar-nav .nav-item .nav-link:hover{ background-color:#999;}



.menu_header{ position:fixed; z-index:9000; top:0; left:0; width:240px; height:100%; background-color:#00a650; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:auto; background:#fff; border-bottom:8px solid #00a650; overflow-y:visible; height:88px;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}

.logo_big{ display:none}
.logo_big img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:280px; height:auto; margin-top:15px;}
@media (min-width:992px){
	.logo_big{ display: block; text-align:center;  float:left; background-image:url(../img/nav_bg_add.jpg); background-repeat:no-repeat; background-position:bottom right;}
	.logo_big img{ width:220px; margin-top:30px; margin-bottom:29px;}
}
@media (min-width:1200px){
	.logo_big img{ width:280px; margin-top:26px; margin-bottom:25px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px dotted #3cc;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#3cc;}

.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#555; font-size:0.9rem; width:auto; text-align:center; padding:32px 8px 36px 8px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#23bbc8; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}
	
	.menu_ul .nav_language a{ background-color:#00a650; color:#fff; padding:8px 15px; border-radius:20px; margin-top:24px; margin-left:15px;}
	.menu_ul .nav_language a:hover{ color:#fff; background-color:#3CC;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 12px 32px 12px;}
}
@media (min-width:1400px){
	.menu_ul li a{ padding:32px 20px 32px 20px;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:8999; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:#fff; position:fixed; z-index:8900; height:88px; width:100%; border-bottom:8px solid #00a650;}

.mobile_header img{ margin:30px 0 0 15px;}

.iconbar{float:right; width:48px; height:36px; margin:24px 15px 0 15px; border:2px solid #525269; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#00a650;}

.menu_title{ margin:3px 15px; padding-top:23px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{ display:none;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_about:hover .sub_nav_about,
	.nav_product:hover .sub_nav_product,
	.nav_solution:hover .sub_nav_solution,
	.nav_news:hover .sub_nav_news,
	.nav_contact:hover .sub_nav_contact{ display:block;}
}
.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}

.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}




.top_blank{ height:88px;}
@media (min-width:992px){
	.top_blank{}
}



.carousel-fade .carousel-inner .carousel-item {
	height: 40vw;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:120px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ animation-duration:1s; font-weight:900;}
.carousel-caption p{ margin:15px 0; animation-delay:0.5s; animation-duration:1s;}

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:40vw;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.2rem;}
	.carousel-caption{ top:270px;}
}
@media (min-width:1600px){
	.carousel-fade .carousel-inner .carousel-item { height:38vw;}
	.carousel-caption{ top:320px;}
}




.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}






.prev-alt{ background-color:#23bbc8; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#23bbc8; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}


.top_title{ text-align:center; color:#555;}
.top_sub_title{ text-align:center; color:#23bbc8;}


.top_more{ margin:30px 0 15px 0;}
.top_more a{ padding:15px 40px; background-color:#23bbc8; color:#fff; border-radius:30px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_more a:hover{ background-color:#399; text-decoration:none;}
.top_more a i{ margin-right:10px;}




#particles-js {
	z-index: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}


.top_block1{ padding:80px 0; color:#777; }


.top_tech_text{ max-width:960px; margin:0 auto;}
.top_tech_span_lg{ font-size:3rem;}
.top_tech_span_yellow{ color:#d7572d;}
.top_tech_span_green{ color:#23bbc8;}
.top_tech_span_green2{ color:#23bbc8; font-weight:bold;}
.top_tech_text h6{ color:#23bbc8; text-align:right; padding-right:15px;}

.top_tech_pic img{ width:100%; height:42vw;}

@media (min-width:1200px){ 
	.top_block1 .top_title{ font-size:4rem;}
}
@media (min-width:1400px){ 
	.top_tech_pic img{ width:auto; height:590px;}
}


.top_block2{ background-color:#23bbc8; color:#fff; padding:120px 0 80px 0; height:480px; text-align:center; background-image:url(../img/top_solution_bg.jpg); background-size:cover; background-position:center; position:relative;}
.top_block2 .top_title,
.top_block2 .top_sub_title{ color:#fff;}
.top_block2 h3{ margin:30px 0;}

.top_block2 .top_more a{ background-color:#ed913c; }
.top_block2 .top_more a:hover{ background-color:#FC0; }

.top_product_slick{ margin-top:80px;}

.top_product_con{ text-align:center;}
.top_product_con h4,.top_product_con p{ color:#555;}

.top_product_pic{ width:360px; height:360px; background-position:center; background-size:cover; position:relative; margin:15px auto; border-radius:50%; border:15px solid #fff; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}

@media (min-width:992px){
	.top_product_pic{ margin:15px auto;}
}

@media (min-width:1200px){ 
	.top_block2 .top_title{ font-size:4rem;}
}



.top_block3{ padding:80px 0 80px 0; color:#777; overflow:hidden; }
.top_block3 .container-fluid{ height:100%; position:relative;}



.top_news_text .top_title,
.top_news_text .top_sub_title{ text-align:center;}
.top_news_text p{ line-height:1.8rem;}


.top_news_con{ border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; position:relative;}
.top_news_con a{ position:absolute; top:0; left:0; width:100%; height:100%; background-color:#FFF; opacity:0;-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.top_news_con a:hover{ opacity:0;}

.top_news_con:hover .top_news_con_text h4,
.top_news_con:hover .top_news_con_text p{ color:#23bbc8;}


.top_news_con_date{ width:120px; height:26px; font-size:1rem; text-align:center; color:#fff; background-color:#23bbc8; margin-bottom:10px; border-radius:15px;}
.top_news_con_date span::before{ content:"/";}
.top_news_con:hover .top_news_con_date{background-color:#399;}

.top_news_pic{ background-position:center; background-size:cover; height:auto; margin:30px 0;}

.top_feature_con{ height:320px; margin-bottom:30px; background-color:#23bbc8; color:#fff; padding:30px 30px; border-radius:30px; background-position:center; background-size:cover;}

@media (min-width:992px){ 
	.top_block3{ height:1200px; padding:240px 0 0 0;}
	
	.top_news_pic{ position:absolute; z-index:5; top:0px; left:50%; height:670px; width:50%; margin:0;}
	.top_news_text{ position:absolute; z-index:4; top:0px; left:0; width:calc(50% - 30px); background-color:#fff; padding:0 15px;}
	
	.top_news_text .top_title{ text-align:left;}
	.top_news_text .top_sub_title{ text-align:left; margin-bottom:20px;}
	
	.top_news_border{ position:absolute; z-index:3; top:-50px; left:80px; border:4px solid #23bbc8; width:50%; height:640px;}
	.top_news_border .top_more{ padding-top:590px; text-align:center;}

	
	.top_news_con_date{ width:88px; height:88px; font-size:3rem; line-height:2.4rem; padding-top:12px; margin-bottom:0; text-align:center; color:#fff; float:left;}
	.top_news_con_date span{ font-size:0.8rem; display:block;}
	.top_news_con_date span::before{ content:"";}
	.top_news_con_text{ margin-left:104px;}
	.top_news_con_text h4,
	.top_news_con_text p{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
	
	.top_feature_con{ font-size:0.9rem;}
	
}
@media (min-width:1200px){ 
	.top_news_text .top_title{ font-size:4rem;}
	.top_news_text{ padding:0 30px;}
	
	.top_feature_con{ font-size:1rem;}
}






.top_contact_block{ padding:32px 0; background-color:#2a94d2; }

.top_contact_text{ text-align:center;}


@media (min-width:992px){ .top_contact_text{ text-align:left;}}
.top_contact_text{ color:#fff;}
.top_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px;}

.top_contact_copyright{ color:#fff; text-align:center;}
.top_contact_copyright a{ color:#dc0;}
.top_contact_copyright a:hover{ color:#d7572d; text-decoration:none;}
@media (min-width:992px){
	.top_contact_copyright{ text-align:right; padding-top:44px;}
}

.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}
.site_map_con h5 a{color:#fff; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#fff;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#fc0; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#fff; background-color:#d7572d; padding:10px 20px; border-radius:20px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#fc0; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}



.alert_block{ position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); min-width:300px; z-index:9999; font-size:1.1rem; color:#fff; background-color:#db5426; padding:30px 50px; border-radius:15px; max-width:880px;-webkit-transition: margin 5s, opacity 0.3s; /* For Safari 3.1 to 6.0 */ transition: margin 5s, opacity 0.3s;}

.alert_block .alert_con ul{ padding:0; list-style:none; text-align:right;}
.alert_block .alert_con ul li{ display:inline-block; margin:20px 0 0 10px;}
.alert_block .alert_con ul li a{ background-color:#fff; font-size:1.1rem; color:#333; border-radius:6px; padding:6px 40px; font-weight:bold; text-align:center;-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.alert_block .alert_con ul li a:hover{ text-decoration:none; background-color:#ccc;}

.alert_block .alert_con ul li:last-child a{ background-color:#3e3a39; color:#fff; padding:6px 40px;}
.alert_block .alert_con ul li:last-child a:hover{ background-color:#777;}

.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-45px; margin-left:25px; width:40px; height:auto; cursor:pointer;}



.page_banner{ background-position:center; background-size:cover; height:240px; position:relative;}
.page_banner h3{ text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
@media (min-width:992px){
	.page_banner{ background-position:center; background-size:cover; height:400px; position:relative;}
}
@media (min-width:1400px){
	.page_banner{ background-position:center; background-size:cover; height:640px; position:relative;}
	.page_banner h3{ font-size:4rem;}
}

.page_bread{ background-color:#2a94d2; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:right; text-align:left;   padding:15px 0 0 0;}
.page_bread .breadcrumb li{ border-radius:0; color:#fff;}
.page_bread .breadcrumb li::before{ color:#fff;}
.page_bread .breadcrumb a{ color:#fff;}
.page_bread .breadcrumb a:hover{color:#FC6; text-decoration:none;}

.page_anchor{ position:absolute; top:-88px;}

.page_title{ font-size:2.4rem; font-family:"Arial", "微軟正黑體", "新細明體"; font-weight:900;}
@media (min-width:992px){
	.page_title{ font-size:3.2rem;}
}
@media (min-width:1400px){
	.page_title{ font-size:4rem;}
}



.about_block1{ padding:0 0 80px 0; color:#4d5357; position:relative; overflow:hidden;}

.company_pic{ margin-right:-15px; margin-bottom:30px;}
.company_pic img{ width:100%; height:auto;}

.company_tag{padding:15px; background-color:#a3a4a8; color:#fff; font-size:1.6rem; margin-bottom:30px;}
.company_text h3{ margin:30px 0;}

@media (min-width:992px){
	.company_pic{ position:absolute; top:0; left:100%; transform:translateX(-100%); width:460px; margin:0;}
	.company_tag{ position:absolute; top:80px; left:0; width:45%; font-size:1.6rem; margin:0;}
	.company_text{ margin-top:240px;}	
}

@media (min-width:1400px){
	.company_pic{ width:840px; left:calc(100% + 60px)}
	
	.company_tag{padding-left:calc(50% - 685px);}
	.company_text{ width:44%;}
	.company_text_bottom{ margin-top:30px;}
}
@media (min-width:1600px){
	.company_pic{left:100%}
}

.about_block_extra{ padding:0 0 80px 0; color:#4d5357; position:relative; overflow:hidden;}
.about_block_extra .container-fluid{ max-width:none; padding:0;}

.about_block2{ padding:0 0 80px 0; color:#4d5357; position:relative; overflow:hidden;}
.about_block2 .container-fluid{ height:100%; position:relative;}

.mission_esg img{ width:100%; height:auto;}

.mission_text h1 i{ display:none;}
.mission_text h3{ margin:30px 0;}


@media (min-width:992px){
	.mission_esg{ position:absolute; top:0; left:15px; width:400px;}
	.mission_text{ margin-left:480px; padding-top:45px;}
	
	.mission_text h1{ position:relative;}
	.mission_text h1 i{ position:absolute; top:15px; left:-48px; font-size:36px; display:block;}	
}
@media (min-width:1400px){
	.mission_text{ margin-left:600px; padding-top:45px;}
	
	.mission_text h1 i{ position:absolute; top:15px; left:-64px; font-size:48px;}
}


.about_block3{ padding:80px 0; color:#4d5357; text-align:center; position:relative; overflow:hidden;}

.about_block3 h3{ margin:30px 0;}


.economic_con{ margin:15px 0;}
.economic_title{ background-color:#2e6077; color:#fff; padding:15px;}

.economic_text{ background-color:#e6e9ee; background-position:top center; background-repeat:no-repeat; background-size:100% 32px; padding:15px;}
.economic_text p{ height:14rem;}

.economic_top img{ width:100%; height:84px;}
.economic_bottom img{ width:100%; height:85px;}

@media (min-width:992px){
	.economic_text p{ height:15rem; font-size:0.9rem;}
}
@media (min-width:1400px){
	.economic_text p{ height:14rem; font-size:1rem;}
}



.about_block4{ padding:80px 0 0 0; color:#4d5357; text-align:center; position:relative; overflow:hidden;}
.about_block4 h3{ margin:30px 0;}

.history_title{ background-color:#9fe2d0; padding:15px; font-size:1.8rem; max-width:960px; margin-left:auto; margin-right:auto;}

.about_patent_pic{ margin:15px 0;}
.about_patent_pic img{-moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}


/*----------------------------TIMELINE EVENTS------------------------------------*/

.timeline {
    border-left: 6px solid #9fe2d0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 72%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 900;
    font-size: 1.4em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 8px #ff8021;
    box-shadow: 0 0 0 8px #ff8021;
    left: -58.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 8px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #ff8021;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}



.timeline .event p{ margin-left:1rem; margin-bottom:4px; text-indent:-1rem;}



/*----------------------------TIMELINE EVENTS END------------------------------------*/





.product_block1{ padding:80px 0; color:#4d5357; position:relative}
.product_block1 h1{ text-align:center;}
.product_block1 h3{ text-align:center; margin:30px 0;}

.product_intro_con{ margin:15px 0; position:relative;}
.product_intro_con a{ position:absolute; width:100%; height:100%; text-align:center; padding-top:80px; background-color:#fff; opacity:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.product_intro_con a i{ width:96px; height:96px; background-color:#23bbc8; color:#fff; font-size:3rem; border-radius:50%; padding-top:20px;}
.product_intro_con a:hover{ opacity:0.6;}
.product_intro_pic{ height:240px; background-position:center; background-size:cover; border-radius:15px;}
.product_intro_text{ padding:15px;}
.product_intro_text h4 i{ margin-right:10px;}


.product_block2{ padding:80px 0; color:#4d5357; position:relative}
.product_block2 .container-fluid{ }

.product_block2 h3{ margin:30px 0;}

.product_intro_side_pic{ height:320px; margin-top:15px; background-position:center; background-size:cover;}

@media (min-width:992px){
	.product_block2{ height:880px; padding:0;}
	.product_block2 .container-fluid{ max-width:none; padding:0; height:100%; position:relative}
	
	.product_intro_side_pic{ position:absolute; left:0; top:0; height:880px; width:40%; margin:0;}
	.product_intro_side_color{ position:absolute; left:100%; top:0; transform:translateX(-100%); height:880px; width:30px; background-color:#23bbc8;}
	
	.product_intro_side_text{ position:absolute; left:40%; top:50%; transform:translateY(-50%); max-width:880px; padding:0 60px 0 45px;}
}
@media (min-width:1400px){
	.product_intro_side_color{width:calc(50% - 700px);}
	.product_intro_side_text{ padding:0 45px;}
}



.product_detail_intro_block{padding:80px 0 0 0;}
.product_detail_intro_block .container-fluid{ max-width:none; padding:0;}

.product_detail_intro_pic{ width:calc(100% - 15px); height:240px; background-position:center; background-size:cover;}


.product_detail_block1{ padding:80px 0; color:#4d5357; position:relative}

.product_detail_block1 h3{ text-align:center; margin:30px 0;}

.product_detail_pic{ text-align:center;}
.product_detail_pic img{ width:100%; height:auto; max-width:956px;}

.product_timeline_pic{ text-align:center; margin:15px 0;}
.product_timeline_pic img{ width:100%; height:auto; max-width:1080px;}

@media (min-width:992px){
	.product_detail_intro_pic{ width:86%; height:320px;}
}

@media (min-width:1400px){
	.product_detail_intro_pic{ width:86%; height:480px; background-position:center; background-size:cover;}
}


.tech_block1{ padding:80px 0 160px; color:#4d5357; position:relative}

.tech_title{ border-left:40px solid #ed913c; padding-left:15px;}
.tech_title span{ font-size:1.2rem; display:block;}
.tech_intro_text{ padding-right:55px; margin-left:-15px;}
.tech_intro_text p{ padding-left:55px;}
@media (min-width:992px){
	.tech_block1{ padding:80px 0 240px;}
}


.tech_block2{ padding:0 0 80px 0; background-color:#23bbc8; color:#fff;}

.tech_intro_pic{ margin:0 auto 30px auto; height:200px; max-width:1290px; text-align:center; transform:translateY(-50%); background-position:center; background-size:cover;}
.tech_block2 .tech_intro_text{ margin-top:-100px;}

.tech_intro_row{ padding:0 55px; text-align:center;}
.tech_icon{ margin:15px 0;}
@media (min-width:992px){
	.tech_intro_pic{ height:400px; transform:translateY(-50%);}
	.tech_block2 .tech_intro_text{ margin-top:-200px;}

	.tech_intro_row{ text-align:left;}
	.tech_icon{ float:left; margin:0;}
	.tech_icon_title{ margin-left:120px; padding-top:30px;}
}

.tech_block3{ padding:0; color:#4d5357; position:relative}
.tech_block3 .container-fluid{ max-width:none; padding:0; height:100%; position:relative;}

.tech_pic{ height:300px; background-position:center; background-size:cover;}
.tech_text{ padding:30px 55px 30px 0;}
.tech_text p{ padding-left:55px;}

@media (min-width:992px){
	.tech_pic{ height:600px; width:50%; margin-left:auto;}
	.tech_text{ position:absolute; top:50%; left:0; transform:translateY(-50%); width:50%; padding:0 55px 0 0;}
	
}

.tech_block4{ padding:0; color:#4d5357; position:relative}
.tech_block4 .container-fluid{ max-width:none; padding:0; height:100%; position:relative;}
@media (min-width:992px){
	.tech_block4 .tech_pic{ height:600px; width:50%; margin-left:0;}
	.tech_block4 .tech_text{ left:50%}
}


.news_block1{ padding:80px 0; color:#4d5357; position:relative}
.news_block1 h1{ text-align:center;}
.news_block1 h3{ margin:30px 0; text-align:center;}




.page_news_con{ position:relative; color:#777; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}
.page_news_pic{ height:240px; background-position:center; background-size:cover;}
.page_news_text h4{ color:#4d5357;}
.page_news_date{ margin:10px 0;}
.page_news_date span{ margin-right:5px; background-color:#23bbc8;}
.page_news_date a{ margin-left:10px; color:#23bbc8;}

@media (min-width:992px){
	.page_news_pic{ width:320px; height:200px; float:left;}
	.page_news_text{ margin-left:340px;}
}
@media (min-width:1200px){
	.page_news_pic{ width:320px; height:200px; float:left;}
	.page_news_text{ margin-left:340px;}
	
	.news_block1 .top_title{ font-size:4rem;}
}


.pagination .page-item .page-link{ color:#23bbc8;}
.pagination .page-item.active .page-link{ background-color:#23bbc8; border-color:#23bbc8; color:#fff;}
.pagination { justify-content: center;}



.news_detail_block{ padding:80px 0; color:#4d5357;}
.news_detail_block .container-fluid{ max-width:1200px;}
.news_detail_block .news_detail_title{ color:#4d5357; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}

.news_detail_content img{ max-width:100%; height:auto;}

.back_btn{ margin:30px 0;}
.back_btn a{ padding:15px 40px; background-color:#23bbc8; color:#fff;  border-radius:30px; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.back_btn a:hover{ background-color:#399; text-decoration:none;}

.page_news_date_ul{ padding:0; list-style:none;}
.page_news_date_ul li{ display:inline-block; margin-right:10px;}

.news_share_line a{ color:#00b900; font-size:1.6rem; float:left; margin-bottom:-12px;}

.page_news_link{ margin:30px 0;}
.page_news_link a{ color:#23bbc8;}



.hr_block1{ padding:80px 0; color:#4d5357; text-align:center; position:relative}

.hr_salary_con{ margin:15px 0;}
.hr_salary_pic img{ width:100%; height:auto; max-width:240px;}
.hr_salary_text{ padding:15px;}
.hr_salary_text p{ height:3rem;}

.hr_block2{ padding:0 0 80px 0; color:#4d5357; text-align:center; position:relative}



.csr_block1{ padding:80px 0; color:#4d5357; text-align:center; position:relative}

.csr_block1 h3{ margin:30px 0;}

.sdgs_wrapper1{ position:relative;}

.sdgs_pic img{ width:100%; height:auto;}

.sdgs_text p span{color:#23bbc8;}

@media (min-width:992px){
	.sdgs_pic{ width:36%;}
	.sdgs_text{ position:absolute; top:50%; left:40%; transform:translateY(-50%); text-align:left;}
}


.csr_block2{ padding:0 0 80px 0; color:#4d5357; text-align:center; position:relative}

.csr_block2 h3{ margin:30px 0;}

.sdgs_strategy_con{ margin:15px 0;}
.sdgs_strategy_pic{ height:240px; background-position:center; background-size:cover;}
.sdgs_strategy_text{}
.sdgs_strategy_text h4{ margin:15px 0; padding:15px; color:#fff; background-color:#f1923c;}
.sdgs_strategy_text ol{ text-align:left;}



.csr_block3{ padding:0 0 80px 0; color:#4d5357; text-align:center; position:relative}

.csr_block3 h3{ margin:30px 0;}
.csr_block3 p span{color:#23bbc8;}
.sdgs_zero_pic{ margin:15px 0;}



.csr_block4{ padding:0 0 80px 0; color:#4d5357; text-align:center; position:relative; overflow:hidden;}
.csr_block4 h3{ margin:30px 0;}

.csr_block4 p span{color:#23bbc8;}
.csr_block4 .timeline .event p{ margin-left:0; text-indent:0;}


.side_nav{}
.side_nav h3{ border-bottom:4px solid #f1923c; padding:18px 30px; background-color:#2acce3; color:#fff; margin:0; font-size:1.5rem;}

.side_nav ul{ list-style:none; padding:0; margin-bottom:30px; background-color:transparent;}
.side_nav ul li{ padding:15px 0; border-bottom:1px solid #ddd;}
.side_nav ul li a{ color:#555; padding-left:30px; padding-right:15px; background-position:-15px 6px; background-repeat:no-repeat; background-image:url(../img/arrow1.png); display:block; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s; font-weight:bold; font-size:1.1rem;}
.side_nav ul li a:hover{ color:#2acce3; text-decoration:none; background-image:url(../img/arrow2.png); background-position:8px 7px;}
.side_nav ul li a.active{ color:#2acce3; background-image:url(../img/arrow2.png); background-position:8px 7px;}



.side_nav .side_sub_ul{ margin:0;}
.side_nav .side_sub_ul li{ border-bottom:none; padding:0 0 0 1rem; margin:0;}
.side_nav .side_sub_ul li a{ font-size:0.9rem; color:#777; font-weight:normal;}
.side_nav .side_sub_ul li a:hover{ color:#2acce3; text-decoration:none; background-image:url(../img/arrow2.png); background-position:8px 6px;}
.side_nav .side_sub_ul li a.active{ color:#2acce3; background-image:none; background-position:8px 6px;}


.page_content h1{ border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}

.investor_block{ padding:80px 0; color:#4d5357;}


.finance_concept{ margin:15px 0;}
.finance_concept_pic{ height:240px; background-position:center; background-size:cover;}
.finance_concept h4{ margin:15px 0; padding:15px; color:#fff; background-color:#f1923c;}
.finance_concept ul{ list-style:none; padding:0;}
.finance_concept ul li{ border-bottom:1px dashed #ccc;}
.finance_concept ul li a{ 
	padding:5px 0;
	display:block;
	color:#2acce3;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
.finance_concept ul li a:hover{ text-decoration:none; color:#399;}
.finance_concept .btn-sm{ background-color:#2acce3; border-color:#2acce3;}
.finance_concept .btn-sm:hover{ background-color:#399; border-color:#399}


.finance_contact{ border-top:1px dashed #777; padding-top:10px; margin-top:10px;}
.finance_contact ul{ padding:0; list-style:none;}

.investor_cate{ border:1px solid #2acce3; color:#2acce3; display:block; text-align:center; padding:10px 0; margin:5px 0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.investor_cate:hover,
.investor_cate.active{ background-color:#2acce3; color:#fff; text-decoration:none;}


.investor_block .news_year_ul{ margin-top:10px;}
.investor_info_title{ border-left:8px solid #ed913c; padding-left:10px;}



.investor_table table tr th{ background-color:#42566f; color:#fff;}
.investor_table table tr a{ color:#2acce3;}
.investor_table table tr a:hover{ color:#399; text-decoration:none;}
.revenue_bar{ background-color:#ed913c; height:1rem; float:left; margin-right:10px; margin-top:4px;}


.annual_report_con{ border-top:4px solid #ed913c; margin:10px 0; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.annual_report_pic{ background-position:center; background-size:cover; height:240px;}
.annual_report_text{ padding:15px; text-align:center; background-color:#fff;}
.annual_report_text h4{ color:#42566f;}
.annual_report_text a{ padding:5px 20px; margin:20px 0 10px 0; background-color:#2acce3; border-color:#2acce3;}
.annual_report_text a:hover{ background-color:#399; border-color:#399}


.shareholder_concept{ background-color:#eee; border-top:4px solid #0097d0; padding:15px; margin:10px 0;}
.shareholder_concept h4{ border-bottom:1px solid #003652; padding-bottom:10px; margin-bottom:10px; color:#003652;}
.shareholder_concept p{ min-height:120px;}
.shareholder_concept .btn-sm{ background-color:#003652; border-color:#003652;}
.shareholder_concept .btn-sm:hover{ background-color:#0097d0; border-color:#0097d0}


.dividend_ol{ padding:15px 30px; background:#eee;}

.meeting_title{ padding:20px 15px; background-color:#42566f; color:#fff;}

.meeting_wrapper{-moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; margin-bottom:30px;}
.meeting_content{ padding:15px;}
.meeting_content .investor_table table{ border:1px solid #eee;}
.meeting_content .investor_table table tr th{ background-color:#2acce3; color:#fff;}

.major_list_date{ text-align:right; margin:30px 0;}

.session_con{ margin:15px 0; padding:15px; background-color:#eee;}

.session_pic{width:100%; height:200px; background-size:cover; background-position:center; margin-bottom:10px; position:relative;}
.session_pic a{ position:absolute; width:100%; height:100%; background-color:#fff; opacity:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.session_pic a:hover{ opacity:0.4;}
.session_text h4 a{ color:#42566f;}
.session_more{ border-top:1px solid #ccc; padding-top:15px; color:#777;}
.session_more a{ float:right; margin-top:-8px; margin-left:5px; padding:5px 20px; background-color:#2acce3; border-color:#2acce3;}
.session_more a:hover{ background-color:#399; border-color:#399}
.session_more h6{ margin-top:-4px;}
@media (min-width:992px){
	.session_pic{ width:200px; height:140px; float:left;}
	.session_text{ margin-left:220px;}
}
.session_more a.btn-danger{ background-color:#ed913c; border-color:#ed913c;}
.session_more a.btn-danger:hover{ background-color:#F60; border-color:#F60;}


.director_con{ border-left:4px solid #ed913c; padding:15px 30px; margin:10px 0; background-color:#eee;}
.director_con h3{ color:#2acce3;}
.director_con h5{ color:#42566f;}
.director_con a{ padding:5px 20px; background-color:#0097d0; border-color:#0097d0;}
.director_con a:hover{ background-color:#003652; border-color:#003652;}

.source_list{ list-style:none; padding-left:2rem;}
.source_list a{ color:#960d80;}
.source_list a:hover{ color:#636; text-decoration:none;}
.source_list i{ margin-right:10px;}

.price_table tr:nth-child(odd){ background-color:#eee;}
.price_table tr td{ vertical-align:middle;}
.price_table h6 span{ color:#c00; font-weight:bold;}




.news_year_ul{ padding:0; list-style:none;}
.news_year_ul li{ display:inline-block; color:#003652;}
.news_year_ul li::after{ content:" │"}
.news_year_ul li a{ color:#6f8fa6;}
.news_year_ul li a:hover,
.news_year_ul li a.active{ color:#2acce3; text-decoration:none; font-weight:bold;}



.contact_block1{ padding:80px 0; color:#fff; position:relative}
.contact_block1 .container-fluid{ max-width:none; position:relative;}

.contact_info{ background-color:#23bbc8; padding:30px;}

.contact_info h3{ margin:30px 0;}

@media (min-width:992px){
	.contact_block1 .container-fluid{ padding:0;}
	.contact_map{ margin-left:auto; width:70%; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	
	.contact_info{ position:absolute; top:50%; left:0; transform:translateY(-50%); width:50%;  padding:48px 30px; background-image:url(../img/contact_infro_add.jpg); background-position:bottom right; background-repeat:no-repeat;}
	
	
}
@media (min-width:1400px){
	.contact_info{ padding-left:calc(50% - 685px);}
	
}

.contact_block2{ padding:0 0 80px 0; color:#4d5357; position:relative}
.contact_block2 .container-fluid{  position:relative;}


.contact_block2 form{}
.contact_block2 form .form-group textarea{border-radius:0; padding:25px; background-color:#ededed;}
.contact_block2 form .form-group input{ border-radius:0; padding:25px; background-color:#ededed;}
.contact_block2 form .form-group select{ border-radius:0; padding:0 22px; background-color:#ededed; height:52px;}
.contact_block2 form .form-group button{ background-color:#23bbc8; border-color:#23bbc8; color:#fff; border-radius:0; padding:15px 0; width:118px; text-align:center; }
.contact_block2 form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}


.contact_form h3{ margin:30px 0;}

@media (min-width:992px){
	.contact_form { margin-left:auto; width:50%; padding:0 15px;}
	
	.contact_form_pic{ position:absolute; top:50%; left:15px; transform:translateY(-50%); width:50%; text-align:center;}
	.contact_form_pic img{ width:100%; max-width:624px; height:auto;}
}


/*update 2021-12-27*/

.main_service_wrapper{max-width:960px; margin-left:auto; margin-right:auto;}
.main_service_con{ margin:15px 0; text-align:center;}
.main_service_icon{ max-width:128px; margin:0 auto;}
.main_service_icon img{ border-radius:50%;}

.main_service_text h4{ color:#23bbc8;}

@media (min-width:992px){	
	.main_service_con{ text-align:left;}
	.main_service_icon{ float:left; width:96px;}
	.main_service_text{ margin-left:120px;}
}



.main_service_partner_con{ margin:15px 0; padding:15px; text-align:center; border-radius:30px; border:4px solid #23bbc8;}
.main_service_partner_subtitle{ border-left:8px solid #23bbc8; padding-left:10px;}
.main_service_partner_pic{  margin:0 auto; max-width:160px;}
.main_service_partner_pic img{ width:100%; height:auto}
.main_service_partner_text{ border-top:2px dashed #999; padding-top:15px; margin-top:15px;}
.main_service_partner_text h5 span{ display:block; color:#23bbc8;}
@media (min-width:992px){
	.main_service_core_list{ width:560px;}
	.main_service_core_pic{ float:right; width:360px;}
}



.main_service_sdgs_con{ margin:15px 0; padding:15px; text-align:center;  border-radius:15px; border:4px solid #23bbc8;}
.main_service_sdgs_pic{ margin:30px 0;}
.main_service_sdgs_pic h1{ color:#23bbc8; font-size:3.6rem; position:relative;}
.main_service_sdgs_text{ border-top:2px dashed #999; padding-top:15px; margin-top:15px;}
.main_service_sdgs_text ul{ text-align:left; list-style-image: url(../img/list_icon.png);}
.main_service_sdgs_text ul li{ font-size:1.3rem;}
.main_service_sdgs_text ul li span{ color:#23bbc8;}




