@charset "utf-8";

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

body .content{ overflow:hidden; }

.container-fluid{ max-width:none;}

@media (min-width:992px){
	.container-fluid{ max-width:960px;}
}
@media (min-width:1400px){
	.container-fluid{ max-width:1400px;}
}

.footer{
	color:#fff;
	background-color:#60c1a1;
	text-align:center;
	padding:24px 15px 80px 15px;
}
.footer a{ color:#ffd95a;}

@media (min-width:992px){
	.footer{padding:24px 15px;}
}

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


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

@media (min-width:992px){
	.backtop{margin-top:-130px;}
}



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


/*==========header css==========*/

.header_logo{position:fixed; z-index:891; top:15px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:150px; height:auto;}
@media (min-width:992px){
	.header_logo { top:8px; left:15px; z-index:950;}
	.header_logo  img{ width:250px;}
}
@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:250px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-image: linear-gradient(to top, #5fc1a1 0%, #c3dd78 100%); -webkit-transition: all 0.3s; /* Safari */ transition: all 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:88px; background-image:url(../img/top_nav_bg.png); background-size: contain; background-color:transparent; border-bottom:0px solid #0d3c84; overflow-y:visible;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}

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

.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:#54cfeb;}

.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:#fff; font-size:1rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#b7da7d; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}

	.menu_ul .nav_language a{ margin:24px 5px; padding:8px 20px; border-radius:30px; background-color:#60c1a1;}
	.menu_ul .nav_language a:hover{ color:#fff; background-color:#b7da7d;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 30px 32px 30px;}

	.menu_ul .nav_language a{ margin:24px 5px 0 15px;}
}


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

.mobile_header{ background-color:transparent; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #1585cd; }

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #fff; 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_w.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:none;}

.menu_title{ margin:3px 15px; padding-top:15px; 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; list-style: none; padding: 0;}
.menu_ul .sub_nav li{ border:none; }
.menu_ul .sub_nav a{ padding:5px 15px; font-size:0.9rem;}
@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; padding: 0; list-style: none;}
	.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;}
}


.nav_item:hover .sub_nav_item{ 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+ */
}

.social_content{ position:fixed; z-index:99; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:rgba(96,193,161,1); text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:8px 0;}
.social_content .social_item a{ color:#fff; font-size:1.3rem;}
.social_content .social_item a:hover{ color:#ffd95a;}

.social_content .social_item a span{ font-size:0.8rem; display: block;}

@media (min-width:992px){
	.social_content{ position:fixed; z-index:99; top:100%; left:100%; margin-top:-340px; margin-left:-64px; height:200px; width:48px; padding:15px; border-radius:30px; background-color:rgba(96,193,161,0.8); text-align:center;}
	.social_content .social_item{ margin:8px 0; float:none; text-align:center;}
	
	.social_item_fb{ padding-left:3px;}
	.social_content .social_item a span{display: none;}
}



.mobile_header.mobile_scroll{ background-color:#fff; background-image:none; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.mobile_header.mobile_scroll .iconbar{border:2px solid #525269;}
.mobile_header.mobile_scroll .iconbar_open{background-image:url(../img/iconbar.png);}

@media (min-width:992px){
	.menu_header.menu_scroll{ background-color:#fff; background-image:none; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_header.menu_scroll .menu_ul li a{ color:#555;}
	.menu_header.menu_scroll .menu_ul li a:hover{ color:#b7da7d;}
	.menu_header.menu_scroll .menu_ul .sub_nav a{ color:#ccc;}
	.menu_header.menu_scroll .menu_ul .sub_nav a:hover{color:#fff; }

	.menu_header.menu_scroll .menu_ul .nav_language a{ color:#fff;}
	.menu_header.menu_scroll .menu_ul .nav_language a:hover{ color:#fff;}
	
}

/*==========main css==========*/


.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:0;}
@media (min-width:992px){
	.top_blank{ height:0;}
}




.carousel-fade .carousel-inner .carousel-item {
	height: 360px;
    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;
	
	position:relative;
	
}
.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:88px; text-align: left; 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 h2 span{ display: block; }
.carousel-caption p{ margin:15px 0; font-size: 0.8rem; animation-duration:1s; }

@media (min-width:480px){
	.carousel-caption h2 span{ display: inline-block;}
}
@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption h2{ font-size:2.8rem; animation-duration:1s;}

	.carousel-caption p{ font-size:1.2rem; margin-left:auto; margin-right:auto;}
	.carousel-caption{ top:240px;}
}
@media (min-width:1200px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption h2{ font-size:3.6rem; animation-duration:1s;}
	.carousel-caption p{ font-size:1.2rem;}
	.carousel-caption{ top:220px;}
}

@media (min-width:1600px){
	.carousel-fade .carousel-inner .carousel-item { height:720px;}
	.carousel-caption{ top:260px;}
}


@keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}
@-moz-keyframes animatedBackground {
    0% {-moz-transform: scale(1.0);}
    100% {-moz-transform: scale(1.2);}
}
@-webkit-keyframes animatedBackground {
    0% {-webkit-transform: scale(1.0);}
    100% {-webkit-transform: scale(1.2);}
}
@-ms-keyframes animatedBackground {
    0% {-ms-transform: scale(1.0);}
    100% {-ms-transform: scale(1.2);}
}
@-o-keyframes animatedBackground {
    0% {-o-transform: scale(1.0);}
    100% {-o-transform: scale(1.2);}
}


@keyframes animatedBackgroundMobile {
    0% {transform: scale(0.5);}
    100% {transform: scale(0.7);}
}
@-moz-keyframes animatedBackgroundMobile {
    0% {-moz-transform: scale(0.5);}
    100% {-moz-transform: scale(0.7);}
}
@-webkit-keyframes animatedBackgroundMobile {
    0% {-webkit-transform: scale(0.5);}
    100% {-webkit-transform: scale(0.7);}
}
@-ms-keyframes animatedBackgroundMobile {
    0% {-ms-transform: scale(0.5);}
    100% {-ms-transform: scale(0.7);}
}
@-o-keyframes animatedBackgroundMobile {
    0% {-o-transform: scale(0.5);}
    100% {-o-transform: scale(0.7);}
}


/*.carousel-item .top_banner_pic{
	display:none;
}
.carousel-item .top_banner_pic img{
}*/

.carousel-item .top_banner_pic{ 
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	animation: animatedBackgroundMobile 12s infinite alternate;
    -moz-animation: animatedBackgroundMobile 12s infinite alternate;
    -webkit-animation: animatedBackgroundMobile 12s infinite alternate;
    -ms-animation: animatedBackgroundMobile 12s infinite alternate;
    -o-animation: animatedBackgroundMobile 12s infinite alternate;
}
.carousel-item .top_banner_pic img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:auto;
	min-width: 100%;
  	min-height: 100%;
}

@media (min-width:992px){
	.carousel-item .top_banner_pic{ 
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		animation: animatedBackground 12s infinite alternate;
	    -moz-animation: animatedBackground 12s infinite alternate;
	    -webkit-animation: animatedBackground 12s infinite alternate;
	    -ms-animation: animatedBackground 12s infinite alternate;
	    -o-animation: animatedBackground 12s infinite alternate;
	}
	.carousel-item .top_banner_pic img{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:auto;
		height:auto;
		min-width: 100%;
	  	min-height: 100%;
	}
}



.scroll_down{ display:none;}
@media (min-width:992px){
	.scroll_down{ height:64px; width:28px; border:3px solid #fff; border-radius:14px; position:absolute; z-index:99; top:100%; left:50%; margin-top:-120px; margin-left:-14px;-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s; display:block;}
	.scroll_down:hover{ border:3px solid #b7da7d;}
	.scroll_item{ height:16px; width:4px; border-radius:2px; background-color:#fff; margin:15px auto;}
	.scroll_down:hover .scroll_item{ background-color:#b7da7d;}
}



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





.prev-alt{ background-color:#0d3c84; 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:#0d3c84; 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;}


.home_subtitle{ text-align:center; color:#999; font-size: 0.9rem;}
.home_title{ text-align:center; color:#333; font-weight: 900;}
.home_title_line{ width:80px; height:12px; border-radius:4px; background-color:#60c1a1; margin:-15px auto 30px auto; }

@media (min-width:992px){
	.home_title{font-size: 3rem;}
	.home_title_line{ width:120px; margin:-18px auto 30px auto;}
}




@keyframes animatedDot {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-moz-keyframes animatedDot {
    0% {transform: rotate(0deg) translate(-50%,-50%);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes animatedDot {
    0% {transform: rotate(0deg) translate(-50%,-50%);}
    100% {transform: rotate(360deg);}
}
@-ms-keyframes animatedDot {
    0% {transform: rotate(0deg) translate(-50%,-50%);}
    100% {transform: rotate(360deg);}
}
@-o-keyframes animatedDot {
    0% {transform: rotate(0deg) translate(-50%,-50%);}
    100% {transform: rotate(360deg);}
}

@keyframes animatedDothover {
    0% {transform: rotate(360deg);}
    100% {transform: rotate(0deg);}
}



.home_block1{ padding:80px 0; color:#777; overflow: hidden; background-image: url(../img/home_bg1.jpg); background-size: cover; background-position: center;}


.home_solution_nav ul{ padding:0; list-style:none; text-align: center;}
.home_solution_nav ul li{ cursor:pointer;  transition: all 0.3s; color:#999;}

.home_solution_icon{ width: 160px; height: 160px; border-radius: 50%; margin:15px auto; background-color:#ededed; position: relative; transition: all 0.3s;}
.home_solution_icon i{ font-size:4rem; padding-top: 45px;}
.home_solution_icon_dot{ 
	position:absolute; 
	width: 140px; 
	height: 140px; 
	border-radius: 50%; 
	top:50%; 
	left:50%;
	margin: -70px 0 0 -70px;
	border:8px dotted #999;
	transition: all 0.3s;

	/*animation: animatedDot 12s linear infinite;
	-moz-animation: animatedDot 12s linear infinite;
	-webkit-animation: animatedDot 12s linear infinite;
	-ms-animation: animatedDot 12s linear infinite;
	-o-animation: animatedDot 12s linear infinite;*/
}

.home_solution_nav ul li:hover,
.home_solution_nav ul li.active{ color:#60c1a1;  }
.home_solution_nav ul li:hover .home_solution_icon,
.home_solution_nav ul li.active .home_solution_icon{ background-color:#60c1a1; color:#fff; }
.home_solution_nav ul li:hover .home_solution_icon_dot,
.home_solution_nav ul li.active .home_solution_icon_dot{
	width: 190px; 
	height: 190px; 
	margin: -95px 0 0 -95px;
	border:8px dotted #60c1a1;

	animation: animatedDothover 12s linear infinite;
	-moz-animation: animatedDothover 12s linear infinite;
	-webkit-animation: animatedDothover 12s linear infinite;
	-ms-animation: animatedDothover 12s linear infinite;
	-o-animation: animatedDothover 12s linear infinite;
}

.home_solution_content{ }
.home_solution_pic{ height: 240px; background-size:cover; background-position:center; border-radius: 15px; margin-bottom: 30px; overflow: hidden;}

.home_solution_text h3{margin-bottom: 30px; color:#555; font-weight: 700; font-size: 2.4rem;}
.home_solution_text h3 span{color:#60c1a1;}


.home_solution_more{ margin:45px 0; }
.home_solution_more a{ padding:10px 30px; background-color:#60c1a1; color:#fff; border-radius: 30px; transition: all 0.3s; }
.home_solution_more a i{ margin-left:10px;  transition: all 0.3s;}
.home_solution_more a:hover{ background-color:#b7da7d; text-decoration: none;}
.home_solution_more a:hover i{ margin-left:15px; }

.home_solution_mobile{border-bottom: 1px solid #ccc; margin-bottom: 30px; text-align: center;}
.home_solution_mobile .home_solution_pic{ width:240px; height:240px; margin-left:auto; margin-right:auto; }

@media (min-width:992px){
	.home_block1{ padding:80px 0 160px 0; height: 1280px;}
	.home_solution_nav ul li{float: left; width: 25%}
	.home_solution_icon{ width: 160px; height: 160px;}

	.home_solution_pic{ height: 320px; width: 320px; float:left; margin-bottom: 0;}
	.home_solution_text{ margin-left:360px; }

	.home_solution_text p{ font-size:1.2rem; }
}



.home_block2{}
.home_block2 .container-fluid{ max-width:none; padding:0; height: 100%; position: relative;}

.home_block2 .home_subtitle{ text-align:center; color:#fff;}
.home_block2 .home_title{ text-align:center; color:#fff;}
.home_block2 .home_title_line{}


.home_case_pic_wrapper{height:320px; overflow: hidden; position: relative;}
.home_case_pic{ position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); height:120%; width: 120%; opacity: 0; background-size:cover; background-position:center; transition: all 0.3s; pointer-events: none;}
.home_case_pic a{  position:absolute; z-index: 9; left:0; top:0; width:100%; height:100%; background-color:#fff; opacity:0; transition: all 0.3s;}
.home_case_pic a:hover{ opacity:0.3; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.home_case_pic h3{ position:absolute; left:0; bottom:0; width:100%; height:64px; margin:0; padding: 12px 0; text-align: center; color:#fff; background-color:rgba(000,000,000,0.6); }

.home_case_pic.active{height:100%; width:100%; opacity: 1; pointer-events: auto;}

.home_case_text_wrapper{ background-image: linear-gradient(to top, #5fc1a1 0%, #c3dd78 100%); padding:30px 15px;}
.home_case_text{ width:320px; margin:0 auto; }

.home_case_nav_item{ color:#777; height:128px; width: 128px; margin: 15px auto; padding: 5px 0; border-radius: 15px; background-color:#fff; text-align: center; opacity: 0.5; cursor:pointer; transition: all 0.3s;}
.home_case_nav_item h3{ font-size:1.1rem;}

.home_case_nav_item:hover,
.home_case_nav_item.active{opacity:1; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; color:#60c1a1;}

.home_case_nav_icon{ font-size:3rem; margin:5px 0;}


@media (min-width:992px){
	.home_block2 .container-fluid{ padding:0; }
	.home_case_pic_wrapper{position: absolute; top:-80px; right:0; height: 640px; width: 60%; border-radius: 30px 0 0 30px; overflow: hidden;}
	.home_case_pic{}
	
	.home_case_text_wrapper{ height:640px; width: 48%; border-radius: 0 30px 30px 0; padding: 60px 8% 60px 30px;}
}

@media (min-width:1200px){
	.home_case_text_wrapper{ padding: 60px 8% 60px 60px;}
	.home_case_text{ width:360px; margin:0 auto; }
	.home_case_nav_item{ color:#777; height:160px; width: 160px;}
	.home_case_nav_icon{ font-size:4rem;}
}




.home_block3{ padding:80px 0; color:#777; overflow: hidden; background-image: url(../img/home_bg1.jpg); background-size: cover; background-position: center;}

.home_news_more{ float:right; }
.home_news_more a{padding:10px; color:#fff; background-color:#60c1a1; text-align: center; border-radius: 5px; font-size: 0.7rem; width: 60px; height: 60px; transition: all 0.3s; display: block;}
.home_news_more a:hover{background-color:#b7da7d; text-decoration: none;}
.home_news_more a i{ display:block; font-size:1.4rem; }

.home_news_wrapper .home_news_slick .slick-center{ transform:translate(0,-30px); }
.home_news_wrapper .home_news_slick .prev-alt{ background-color:transparent; color:#60c1a1;}
.home_news_wrapper .home_news_slick .next-alt{ background-color:transparent; color:#60c1a1;}


.home_news_item{margin:45px 30px 15px 30px; padding: 30px; border-radius: 15px; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; transition: all 0.3s;}
.home_news_date{font-weight:900; font-size: 0.9rem; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px;}
.home_news_date span{ font-size:3rem; line-height: 2.6rem; color:#60c1a1; display:block;}
.home_news_text h3{ font-size:1.2rem; font-weight:700; color:#555; margin-bottom: 30px;}
.home_news_pic{height: 240px; border-radius: 15px; background-position: center; background-size: cover;}

@media (min-width:992px){
	.home_news_wrapper .home_news_slick .prev-alt{ background-color:transparent; color:#60c1a1; top:50%; left:50%; padding:14px 15px 16px 15px; transform:translate(-250px,-50%); opacity:0.75;}
	.home_news_wrapper .home_news_slick .next-alt{ background-color:transparent; color:#60c1a1; top:50%; left:50%; padding:14px 15px 16px 15px; transform:translate(210px,-50%); opacity:0.75;}

	.home_news_item{margin:45px 30px 15px 30px; }
}

.home_contact_block{ padding:32px 0; background-color:#ededed; }

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



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

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




.page_bread{ background-color:#60c1a1; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:left; 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_banner{ background-position:center; background-size:cover; height:400px; position:relative;}
.page_banner h1{ text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,0); color:#fff; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}


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

.page_block{ padding:80px 0; color:#777; overflow: hidden; background-image: url(../img/page_bg1.jpg); background-size: cover; background-position: center;}


.about_block{background-image: url(../img/home_bg1.jpg);}

.about_company_wrapper{ position:relative; }

.about_company_pic{ height:240px; border-radius: 15px; background-size:cover; background-position:center; margin-bottom: 30px;}
.about_company_text{}
.about_company_text h3{ font-weight:700; color:#555; margin-bottom:30px; }

/*.about_ci_color{padding: 15px; background-color: #ededed; border-radius: 10px;}
.about_ci_color ul{ padding:0; list-style:none; }
.about_ci_color ul li{ margin:10px 0; background-color:#fff; vertical-align: middle; border-radius: 5px; overflow: hidden;}
.about_ci_color ul li span{ display: inline-block; padding:4px 30px; background-color:#333; color:#fff; margin-right: 15px;}
.about_ci_color ul li:nth-child(1) span{background-color:#eac764;}
.about_ci_color ul li:nth-child(2) span{background-color:#bcdc7a;}
.about_ci_color ul li:nth-child(3) span{background-color:#54ceec;}

.about_ci_color_pic{margin:30px 0; }
.about_ci_color_pic img{ max-width: 100%;}*/

.about_ci_text{}
.about_ci_text h3{ font-weight:700; color:#555; margin-bottom:30px; }

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

@media (min-width:992px){
	.about_company_pic{ position:absolute; top:-40px; left:0; width:52%; height: 480px; margin-bottom: 0; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.about_company_text{ height:480px; margin-left:auto; width:52%; border:8px solid #ededed; padding:80px 40px 40px 80px; border-radius: 15px; margin-top:80px; }

	/*.about_ci_text{ height:480px; margin-left:0; width:52%; border:8px solid #ededed; padding:120px 80px 40px 40px; border-radius: 15px; margin-top:80px;}
	.about_ci_color{position:absolute; top:-40px; left:48%; width:52%; height: 480px; padding:60px 60px; margin-bottom: 0; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.about_ci_color ul li span{ display: inline-block; padding:4px 45px; background-color:#333; color:#fff; margin-right: 30px;}*/

	.about_ci_pic{ width: 50%; margin-left: auto;}
	.about_ci_text{ position:absolute; top:50%; left:15px; transform:translate(0,-50%); width: 50%;}

}

@media (min-width:1400px){
	.about_company_pic{}
	.about_company_text{ padding:128px 80px 80px 120px;}

	/*.about_ci_text{ padding:128px 120px 80px 80px;}
	.about_ci_color{padding:60px 80px;}*/

	.about_ci_pic{ width: 28%; margin-left: auto;}
	.about_ci_text{ position:absolute; top:50%; left:15px; transform:translate(0,-50%); width: 72%;}
}


.about_block2{padding:80px 0; color:#fff; text-align:center; overflow: hidden; background-image: linear-gradient(to top, #5fc1a1 0%, #c3dd78 100%);}
.about_block2 .home_subtitle{ color:#fff;}
.about_block2 .home_title{ color:#fff;}

.about_service_item{ margin:15px 0; padding: 0 15px;}
.about_service_icon{font-size: 4rem; margin-bottom: 15px;}
.about_service_item h3{ font-size:1.4rem; font-weight: 700;}
@media (min-width:992px){
	.about_service_item{ padding: 0 15px;}
}
@media (min-width:1400px){
	.about_service_item{ padding: 0 30px;}
}

.about_block3{background-image: url(../img/home_bg1.jpg);}

.about_certificate_item{ margin:15px 0; text-align:center; }
.about_certificate_item p{ margin-top:15px; }



.solution_intro{position: relative; margin: 15px 0;}

.solution_intro_pic{ width:320px; height:320px; border-radius:50%; margin: 15px auto; background-position:center; background-size:cover; }
.solution_intro_text{ text-align:center; }
.solution_intro_text h3{ color:#555; font-weight:700; margin-bottom:15px; }
.solution_intro_text h3 span{color:#60c1a1;}

.solution_subtitle{color:#555; font-weight:700; margin-bottom:15px; }
.solution_subtitle span{color:#60c1a1;}

@media (min-width:1400px){
	.solution_intro_pic{width:320px; height:320px;  margin: 0;}
	.solution_intro_text{ position:absolute; top:50%; left:360px; transform:translate(0,-50%); text-align: left;}

}


.green_item{ margin:15px 0; }
.green_pic img{ border-radius:10px; }
.green_text h3{ color:#555; font-weight:700; margin:15px 0; padding-bottom:15px; border-bottom:1px solid #ccc; }
.green_text h3 span{color:#60c1a1;}



.page_category_item{margin: 10px 0;}
.page_category_item a{padding: 10px; border:1px solid #60c1a1; color:#60c1a1; border-radius: 30px; text-align: center; transition: all 0.3s; display: block;}
.page_category_item a:hover,
.page_category_item a.active{background-color:#60c1a1; color:#fff; text-decoration: none;}


.page_news_con{ position:relative; color:#777; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:30px;}
.page_news_pic{ height:240px; border-radius: 15px; background-position:center; background-size:cover;}
.page_news_text h4{ color:#555;}
.page_news_date{ margin:10px 0;}
.page_news_date .badge-primary{ background-color:#60c1a1; margin-right: 10px;}
.page_news_date .badge-info{ background-color:#b7da7d; margin-right: 10px;}

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

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


.news_detail_block .container-fluid{ max-width:1200px;}
.news_detail_block .news_detail_title{ color:#555; 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:#f4b100; color:#fff; border-radius:0; -webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */ transition: all 0.2s;}
.back_btn a:hover{ background-color:#f8cc00; text-decoration:none;}






.page_project_item{margin: 15px 0; position: relative;}
.page_project_item a{position: absolute; top:0; left:0; width: 100%; height: 100%; background-color: #fff; opacity: 0; transition: all 0.2s;}
.page_project_item a:hover{ opacity:0.4; }
.page_project_item h3{ background-color: #60c1a1; color:#fff; padding: 10px; text-align: center; font-size: 1.2rem; border-radius: 5px;}
.page_project_pic{height: 240px; background-size: cover; background-position: center; border-radius: 5px;}

.page_project_item ul{ padding:0; list-style:none; }
.page_project_item ul li{padding: 0; margin: 4px 0; border-radius: 5px; font-size: 0.8rem;  background-color: #ededed;}
.page_project_item ul li span{padding: 5px; margin-right: 10px; background-color:#333; color:#fff; width:120px; display: inline-block; border-radius: 5px 0 0 5px;text-align:center; }


.project_detail_title{ color:#555; border-bottom:1px solid #ccc; margin-bottom:15px; padding-bottom:15px;}

.project_detail_pic_item{width:100%; height: 240px; border-radius: 5px; background-size: cover; background-position: center; position: relative;}
.project_detail_pic_item a{ position: absolute; top:0; left:0; width:100%; height:100%; }

.project_detail_pic_slick_nav{ margin:5px -5px; }
.project_detail_nav_item{width:100%; height: 48px; margin: 5px; border-radius: 5px; background-size: cover; background-position: center; cursor: pointer;}


.project_detail_text ul{ padding:0; list-style:none; }
.project_detail_text ul li{padding: 0; margin: 12px 0; border-radius: 5px; font-size: 0.8rem;  background-color: #ededed;}
.project_detail_text ul li span{padding: 10px; margin-right: 10px; background-color:#333; color:#fff; width:160px; display: inline-block; border-radius: 5px 0 0 5px;text-align:center; }

.project_detail_subtitle{ border-left:8px solid #60c1a1; padding-left: 15px; color:#555; font-weight: 700;}
.project_detail_feature img {max-width: 100%;}


@media (min-width:992px){
	.project_detail_pic{ width:240px; float:left; }
	.project_detail_text{ margin-left:270px; }
	.project_detail_text ul li{font-size: 1rem; }
	.project_detail_text ul li span{padding: 13px; margin-right: 15px;}
}




.hr_block{background-image: url(../img/home_bg1.jpg);}

.hr_benefit_item{ margin: 30px auto; position:relative; }
.hr_benefit_icon{ width:240px; height:240px; border-radius:50%; border:1px solid #60c1a1; color:#60c1a1; padding: 70px 0 0 0; text-align: center; margin: 0 auto 30px auto;}
.hr_benefit_icon i{ font-size:6rem;  }
.hr_benefit_text{ text-align:center; }
.hr_benefit_text h3{ color:#555; font-weight:700; margin-bottom:15px; }

@media (min-width:992px){
	.hr_benefit_icon{  margin: 0;}
	.hr_benefit_text{ position:absolute; top:50%; left:280px; transform: translate(0,-50%); text-align:left; }
}


.hr_block2{ padding:80px 0; color:#777; background-color:#ededed; }

.hr_promotion_wrapper{ position:relative; }

.hr_promotion_text h3{ color:#555; font-weight: 700; margin-bottom:30px; }

#hrModal .modal-header{background-color:#60c1a1; color:#fff;}
#hrModal .modal-header button{color:#fff; line-height: 2.6rem; opacity: 1;}

#hrModal .hr_job_item{ text-align:center; margin: 15px 0; padding: 30px 0; border-radius: 15px; background-color: #ededed;}
#hrModal .hr_job_icon i{font-size: 4rem; margin-bottom: 15px; color:#60c1a1;}
#hrModal .hr_job_item h3{ font-size:1.4rem; font-weight: 700; margin-bottom: 15px;}
#hrModal .hr_job_item h3 span{color:#60c1a1;}
#hrModal  p{ color:#777; }

@media (min-width:992px){
	.hr_promotion_pic{ margin-left:auto; width:50%; max-width: 800px;}
	.hr_promotion_text{position: absolute; top:50%; left:0; transform: translate(0,-50%); width: 40%;}
}


@media (min-width:992px){
	.hr_promotion_pic2{ margin-left:0; width:50%; max-width: 800px;}
	.hr_promotion_text2{position: absolute; top:50%; left:60%; transform: translate(0,-50%); width: 40%;}
}

.contact_map{ margin:15px 0; }
.contact_map iframe{ border-radius:15px; }

.contact_info_item{ margin:15px 0; height: 200px; background-color: #ededed; border-radius: 15px; padding: 40px 0 0 0; text-align: center;}
.contact_info_item i{ font-size: 4rem; margin-bottom:15px; color: #60c1a1; display:block; }


.contact_form_block{padding:80px 0; color:#777; overflow: hidden; background-image: linear-gradient(to top, #5fc1a1 0%, #c3dd78 100%);}

.contact_form_block .home_subtitle{ color:#fff;}
.contact_form_block .home_title{ color:#fff;}

.page_contact_form{ background-color: #fff; padding: 30px; border-radius: 15px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

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


@media (min-width:992px){
	.page_contact_form{ padding: 80px;}
}









@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
    max-width: none;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}




/*========================================================
                        cookies
=========================================================*/

#cookies-box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.9);
    padding: 50px 50px;
    width: 100%;
	font-size: 1rem;
	line-height: 36px;
	color: #fff;
/*	display: none;*/
}
#cookies-box h4 {
    font-size: 1.3rem;
	font-weight: bold;
}
#cookies-box p {
    margin: 0;
}
#cookies-box a {
    color: #fff;
	border-bottom: 2px solid #60c1a1;
	padding-bottom: 2px;
	margin: 0 3px;
}
#cookies-box .cookies-btn {
	margin-top: 10px;
	text-align: center;
}
#cookies-box .cookies-btn a {
    display: inline-block;
    width: 140px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	text-align: center;
}
#cookies-box .cookies-btn a:hover {
    background-color: #60c1a1;
	border-color: #60c1a1;
}

@media (min-width: 992px) {
	#cookies-box .cookies-btn {
		margin-top: -5px;
		margin-left: 50px;
	}  
}


.privacy_block .container-fluid{ max-width:1200px; }

.privacy_block h3{ color:#555; font-weight: 700; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px; }