/*

November Template

http://www.templatemo.com/tm-473-november

*/

/* --** Reset CSS **-- */
* { margin: 0px; padding: 0px; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html, body, button, input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
ul, ol { margin-top: 0; margin-bottom: 10px; }
ul ul { margin-bottom: 0; }
li { font-size: 13px; margin: 5px 0px 10px 0px; }
pre { overflow: auto; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
a img { border: 0; }
a, input { outline: none; }
a { color: #F06;  }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 5px 0px 15px 0px; clear: both; font-weight: lighter; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }
p {font-size: 13px; margin: 5px 0px 15px 0px; }

img { -ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; display: block;  }
figure { margin: 0; }
::-webkit-input-placeholder { color: rgba(51, 51, 51, 0.7); }
:-moz-placeholder { color: rgba(51, 51, 51, 0.7); }
::-moz-placeholder { color: rgba(51, 51, 51, 0.7); opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: rgba(51, 51, 51, 0.7); }
input:focus, textarea:focus { background-color: #fff; border: 1px solid #c1c1c1; border: 1px solid rgba(51, 51, 51, 0.3); color: #333; }
input:focus, select:focus { outline: 2px solid #c1c1c1; outline: 2px solid rgba(51, 51, 51, 0.3); }
.hide { display: none;}

.clear { clear: both; height: 0px; overflow: hidden; }

/* <<< Design Holder >>> */
.DesignHolder { position: relative; display: block; width: 100%; min-height: 100%; }

/* <<< Layout Frame >>> */
.LayoutFrame { margin: 0; width: 100%; display: block; }

/* <<< Body >>> */
body { background: #fff; padding-top: 105px; }

/* <<< Header >>> */
header { width: 100%; position: fixed !important; top: 0px; left: 0px; height: 105px; background: linear-gradient(to right, #032b46c1, #00796b8e); z-index: 999; }
header .Center { max-width: 1250px; margin: auto; }
header .site-logo {
    padding: 10px 0; /* 縮小 padding 確保 logo 不被擠壓 */
	margin-top: 10px; /* 調整 logo 的垂直位置 */
	margin-left: -50px;
    width: auto;
    height: 100%; 
    float: left;
    display: flex;
    align-items: center; 
    transition: all 0.3s ease;
}
header .site-logo img {
    max-width: 250px; 
    height: auto; 
    margin: 0 auto; 
}

header.smaller { padding: 0px 0px 0px 0px; height: 60px; transition: all 0.3s; background: linear-gradient(to right, #032b46c1, #00796b8e); }
header.smaller .site-logo {padding: 13px 0px 0px 0px; }

header.smaller .site-logo img {
    max-height: 35px; 
    height: auto; 
    transition: all 0.3s ease;
}


/* <<< Navigation >>> */
/* .Navigation { float: right; width: 68.18%; margin-right: 11px; } */
.Navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Navigation ul { list-style: none; margin: 0px; float: right; }
.Navigation li { float: left; padding: 0px;  margin: 0px; height: 105px; position: relative; transition: all 0.3s ease; }
.Navigation li a { padding: 35px 15px 45px 15px; font-size: 16px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; display: block; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.Navigation li span { 
	border-bottom: solid 5px #ff9000;
	background: rgba(56,87,122,1);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(0%, rgba(56,87,122,1)), color-stop(100%, rgba(44,68,94,1)));
	background: linear-gradient(to bottom, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(56,87,122,1) 0%, rgba(44,68,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38577a', endColorstr='#2c445e', GradientType=0 );
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
	transition: all 0.5s ease;
}
.Navigation li:hover span, .Navigation li.active span {
	opacity: 1;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0; 
    background: linear-gradient(to right, #032b46e5, #00796bc0);
    width: 100%; /* 匹配父菜单项宽度 */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    
}

.dropdown-content li {
    width: 100%;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #ff9000;
}


.smaller .dropdown-content {
    position: absolute;
    left: 0;
    width: 100%; 
    background: linear-gradient(to right, #032b46e5, #00796bc0);
    z-index: 1;
    padding: 0; 
}

.smaller .dropdown-content li {
    display: block;
    width: 100%; 
    text-align: left; 
}

.smaller .dropdown-content a {
    padding: 10px 15px; 
    font-size: 14px; 
    display: block;
}

header.smaller .Navigation li {
    height: auto; 
}

header.smaller .Navigation li a {
    padding: 20px 30px; /* 调整文字的 padding */
}


.mobile { display: none;  }
.mobile .fa { padding: 12px 14px; font-size: 31px; width: 55px; height: 55px; color: #fff; cursor: pointer; background: #ff9408; }
.mobile .fa:hover { background: #e3860e; }
.mobile.closed .fa-bars { display: none; }
.mobile .fa-times { padding: 11px 15px; width: 55px; height: 55px; display: none; font-size: 31px; }
.mobile.closed .fa-times { display: block; }

/* <<< Banner Section >>> */
.Banner_sec {
    width: 100%;
    height: 687px;
    position: relative;
    overflow: visible; 
    background: url(../img/background_4.jpg) top center no-repeat;
    background-size: cover;
}

.Banner_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0.322), rgba(255, 255, 255, 0.3)); */
    /* z-index: -1;  */
}
.Banner_sec .bannerside { width: 100%; position: absolute; top: 256px; left: 0px; }
.Banner_sec .Center { max-width: 1100px; margin: auto; }
.Banner_sec .leftside { padding: 92px 0px 0px 0px; width: 28.90%; float: left; }
.Banner_sec .leftside .text-box {
    background: rgba(255, 255, 255, 0.85); /* 白色透明背景 */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #004d80; /* 深藍色文字 */
}

.Banner_sec .leftside h3 {
    font-size: 36px;
    color: #00796b; /* 深綠色標題 */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.Banner_sec .leftside h3 span { color: #6278e9; font-family: 'Open Sans', sans-serif; font-weight: 600; display: block; }
.Banner_sec .leftside p {
    font-size: 16px;
    color: #333333; /* 深灰色文字 */
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.Banner_sec .leftside a { padding: 11px 16px; font-size: 14px; color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 600; text-transform: uppercase; text-decoration: none; display: inline-block; border: solid 1px #b0bdc8; background: rgba(64, 93, 118, 0.8); transition: all 0.3s ease; }
.Banner_sec .leftside a:hover { background: #00a2e8; color: #fff; border: solid 1px #00a2e8; }
.Banner_sec .rightside { width: 68.36%; float: right; position: relative; }
.Banner_sec .rightside .bx-wrapper { position: relative; z-index: 1; }
.Banner_sec .rightside ul { list-style: none; margin: 0px; }
.Banner_sec .rightside li { padding: 0px; margin: 0; float: none!important; }
.Banner_sec .rightside #slider { width: 100%; float: right;  position: relative; z-index: 1; }
.Banner_sec .rightside .Slider .text { padding: 25px 47px 21px 30px; position: absolute; bottom: 0px; left: 0px; width: 100%; background: rgba(0, 0, 0, 0.7); }
.Banner_sec .rightside .Slider .text .Icon { width: 38%; float: left; }
.Banner_sec .rightside .Slider .text ul { list-style: none; margin: 0px; }
.Banner_sec .rightside .Slider .text li { float: left!important; padding: 0px 30px 0px 10px; margin: 0px; }
.Banner_sec .rightside .Slider .text li a { display: block; font-size: 14px; color: #fff; text-decoration: none; font-family: 'Open Sans', sans-serif; font-weight: 400; transition: all 0.3s ease;}
.Banner_sec .rightside .Slider .text li:last-child { padding: 0px; }
.Banner_sec .rightside .Slider .text li:hover a { color: #ff9000!important;}
.Banner_sec .rightside .Slider .text li a .fa { padding: 13px; margin-right: 10px; color: #fff; border-radius: 50px; border: solid 2px #fff; transition: all 0.3s ease; }
.Banner_sec .rightside .Slider .text li:hover a .fa { background: #ff9000; color: #fff; border: solid 2px #ff9000; }
.Banner_sec .rightside .Slider .text li:last-child { padding-right: 0px; padding-left: 0px;}
.Banner_sec .rightside .Slider .text .Lorem { float: right; width: 100%; }
.Banner_sec .rightside .Slider .text .Lorem p { padding-top: 5px; font-size: 24px; color: #00ebd0; margin: 0px; font-family: 'Open Sans', sans-serif; font-weight: 400; text-transform: uppercase; text-align: right; line-height: 19px; }
.Banner_sec .rightside .Slider .text .Lorem p span { font-size: 16px; text-align: right; color: #6278e9; display: block; text-transform: capitalize;}
.Banner_sec .rightside .prevBtn { width: 42px; height: 42px; display: block; text-indent: -9999px; background: url(../img/prev-arrow.png) no-repeat; position: absolute; top: 213px; left: 49px;  z-index: 1; opacity: 0.5; transition: opacity 0.3s ease; }
.Banner_sec .rightside .prevBtn:hover {  opacity: 1; }	
.Banner_sec .rightside .nextBtn { width: 42px; height: 42px; display: block; text-indent: -9999px; background: url(../img/next-arrow.png) no-repeat; position: absolute; top: 213px; right: 47px;  z-index: 1; opacity: 0.5; transition: opacity 0.3s ease; }
.Banner_sec .rightside .nextBtn:hover { opacity: 1; }	
.Banner_sec .rightside .Shadow { position: absolute; bottom: -3px; left: -25px; max-width: none; }

/* <<< bg color>>> */
.bgcolor {  height: 74px; width: 100%; background: rgba(249,250,251,1); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,250,251,1)), color-stop(0%, rgba(249,250,251,1)), color-stop(100%, rgba(225,228,231,1)));
	background: linear-gradient(to bottom, rgba(249,250,251,1) 0%, rgba(249,250,251,1) 0%, rgba(225,228,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e1e4e7', GradientType=0 ); }
	
	
	/* <<< Container >>> */
	#Container { overflow: hidden; width: 100%; }

	/* <<< About Section >>> */
	.About_sec {
		padding: 115px 0px 88px 0px;
		width: 100%;
		overflow: hidden;
		background: url('../img/background_7.jpg') no-repeat center center;
		background-size: cover;
		position: relative;
	}
	
	.About_sec::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.322), rgba(255, 255, 255, 0.3));
		z-index: 1;
	}
	
	.About_sec .Center {
		max-width: 1100px;
		margin: auto;
		overflow: hidden;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	.About_sec h2 {
		font-size: 56px;
		color: #000;
		font-family: 'Oswald', sans-serif;
		font-weight: 600; 
		text-transform: uppercase;
		line-height: 60px;
		letter-spacing: -0.4px;
	}
	.About_sec p {
		font-size: 20px; 
		color: #000000; 
        font-weight: bold;
		line-height: 28px;
	}
	.About_sec .Line { border: solid 1px #004d80; height: 2px; width: 252px; margin: auto; }
	.About_sec .Tabside { padding: 90px 0px; width: 100%;}
	.About_sec .Tabside ul { list-style: none; margin: 0px; padding-bottom: 59px; }
	.About_sec .Tabside li { float: none; padding: 0px; margin: 0px -2px; display: inline-block;}
	.About_sec .Tabside li a { padding: 14px 40px 13px 40px; font-size: 20px; color: #070707; font-family: 'Open Sans', sans-serif; font-weight: 400; text-decoration: none; text-transform: uppercase; border: solid 3px #004d80; display: block; transition: all 0.3s ease; }
	.About_sec .Tabside li a:hover, .About_sec .Tabside li a.activeLink { border: solid 3px #004d80; background: #004d80; color: #fff;}
	.About_sec .Tabside .TabImage { width: 55%; float: left; position: relative; }
	.About_sec .Tabside .TabImage img {
		width: 90%; 
		max-height: 600px; 
		object-fit: cover; 
		border: solid 5px #004d80;
		background: #fff;
	}
	.About_sec .Tabside .Description {
		width: 45%;
		float: right;
		text-align: left;
		margin-top: -40px;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		color: #333; 
		line-height: 1.8; 
	}
	
	.About_sec .Tabside .Description h3 {
		font-size: 28px; 
		color: #ca2828; 
		border-bottom: solid 2px #004d80;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.About_sec .Tabside .Description p {
		margin-bottom: 5px; 
		font-size: 20px; 
        font-weight: bold;
		color: #000000; 
	}
	
	


	

	/* <<< Services Section >>> */
	/* Services Section Styling with Blurred Background */
	.Services_sec {
		padding: 114px 0px 90px 0px;
		width: 100%;
		overflow: hidden;
		background: url(../img/Services-bg.jpg) top center no-repeat;
		background-size: cover;
		position: relative;
	}

	.Services_sec::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background: inherit; */
        background: linear-gradient(to right, rgba(255, 255, 255, 0.322), rgba(255, 255, 255, 0.3));
		/* filter: blur(8px);  */
		z-index: 1;
		opacity: 0.8; 
	}

	/* Text and content styling over the blurred background */
	.Services_sec .Center {
		max-width: 1100px;
		margin: auto;
		overflow: hidden;
		text-align: center;
		position: relative;
		z-index: 2; 
	}
	.Services_sec h2 {
		font-size: 56px;
		color: #000000; 
		font-family: 'Oswald', sans-serif;
		font-weight: 600; 
		margin: 0px;
		text-transform: uppercase;
		line-height: 60px;
	}
	.Services_sec p {
		padding: 25px 0px 35px 0px;
		font-size: 20px; 
		color: #000000; 
        font-weight: bold;
		margin: 0px;
		font-family: 'Open Sans', sans-serif;
		line-height: 28px; 
	}
	.Services_sec .Line { 
		border: solid 1px #00796b;
		height: 2px;
		width: 252px;
		margin: auto;
	}
	.Services_sec .Serviceside { padding: 76px 0px 30px 0px; width: 100%; overflow: hidden; }
	.Services_sec .Serviceside ul { list-style: none; margin: 0px }
	.Services_sec .Serviceside li { float: left; padding: 0px; margin: 0px 40px 0px 0px; text-align: center; width: 245px; }
	.Services_sec .Serviceside li:last-child { margin-right: 0px;}
	.Services_sec .Serviceside li.CoreTechnology { padding: 44px 0px 161px 0px; background: url(../img/Development-bg.jpg) no-repeat;box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75); }	
	.Services_sec .Serviceside li.CoreTechnology a { text-decoration: none; background: url(../img/Development-cn.png) top center no-repeat; display: block; }
	.Services_sec .Serviceside li.CoreTechnology h4 { padding: 138px 0px 0px 0px;  font-size: 18px; color: #ffffff; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
	.Services_sec .Serviceside li.CoreTechnology a:hover h4 { color: #fff; background: url(../img/Develop-hover-icn.png) top center no-repeat; }

	.Services_sec .Serviceside li.Research { padding: 44px 0px 159px 0px;background: url(../img/desgin-bg.jpg) no-repeat; box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75);  }
	.Services_sec .Serviceside li.Research a { text-decoration: none; background: url(../img/desgin-icn.png) top center no-repeat; display: block; }
	.Services_sec .Serviceside li.Research h4 { padding: 138px 0px 0px 0px;  font-size: 18px; color: #ffffff; text-decoration: none; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
	.Services_sec .Serviceside li.Research a:hover h4 { color: #fff; background: url(../img/desgin-hover-icn.png) top center no-repeat; }

	.Services_sec .Serviceside li.Applications { padding: 44px 0px 159px 0px; background: url(../img/concept-bg.jpg) no-repeat; box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75);  }
	.Services_sec .Serviceside li.Applications a { text-decoration: none; background: url(../img/concept-icn.png) top center no-repeat; display: block; }
	.Services_sec .Serviceside li.Applications h4 { padding: 138px 0px 0px 0px; font-size: 18px; color: #ffffff; text-decoration: none; text-transform: uppercase;font-family: 'Open Sans', sans-serif; font-weight: 400; }
	.Services_sec .Serviceside li.Applications a:hover h4 { color: #fff; background: url(../img/concept-hover-icn.png) top center no-repeat; }

	.Services_sec .Serviceside li.Patents { padding: 44px 0px 159px 0px;background: url(../img/systam-bg.jpg) no-repeat; box-shadow: 1px 4px 7px -4px rgba(0,0,0,0.75);  }
	.Services_sec .Serviceside li.Patents a { text-decoration: none; background: url(../img/systam-icn.png) top center no-repeat; display: block; }
	.Services_sec .Serviceside li.Patents h4 { padding: 138px 0px 0px 0px;  font-size: 18px; color: #ffffff; text-decoration: none; letter-spacing: -1px; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-weight: 400;  }
	.Services_sec .Serviceside li.Patents a:hover h4 { color: #fff; background: url(../img/systam-hover-icn.png) top center no-repeat;}
	


	/* <<< Contact Section >>> */
	.Contact_sec { width: 100%; overflow: hidden; }
	.Contact_sec { background: url(../img/Contact-bg.jpg) top center no-repeat; background-size: cover; overflow: hidden;}
	.Contact_sec .Center { padding: 115px 0px 77px 0px;  max-width: 1100px; margin: auto; overflow: hidden; text-align: center; }
	.Contact_sec h2 { font-size: 57px; color: #000000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 0px; text-transform: uppercase; line-height: 60px;}
	.Contact_sec p { padding: 24px 0px 35px 0px; font-size: 14px; color: #ebebeb; margin: 0px; font-family: 'Open Sans', sans-serif; line-height: 25px; font-weight: 400; }
	.Contact_sec .Line { border: solid 1px #004d80; height: 2px; width: 252px; margin: auto; }
	.Contact_sec .Pricingside { padding: 70px 0px 10px 0px; width: 100%; overflow: hidden; text-align: initial; }
	
	/* <<< Map >>> */
	.Map { position: relative; z-index: 1; width: 100%; overflow: hidden; 
		-webkit-box-shadow: 0px 1px 12px 3px #242424; -moz-box-shadow: 0px 1px 12px 3px #242424; -o-box-shadow: 0px 1px 12px 3px #242424; box-shadow: 0px 1px 12px 3px #242424; }
		.Map #GoogleMap { height: 399px; }

		/* <<< Get Section >>> */
		.Get_sec {
			width: 100%;
			overflow: hidden;
			background: url(../img/Get-bg.jpg) top center no-repeat;
			background-size: cover;
			position: relative;
		}
		
		/* Background Overlay */
		.Get_sec::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(to right, #004d8043, #00796b3c); /* 深色遮罩，讓文字和圖標更顯眼 */
			z-index: 1;
		}
		
		/* Center Content */
		.Get_sec .Mid {
			position: relative;
			z-index: 2; /* 使內容位於遮罩之上 */
			padding: 76px 0px 95px 0px;
			max-width: 1100px;
			margin: auto;
			overflow: hidden;
		}
		
	
		.Get_sec .Rightside h3 {
			padding-bottom: 44px;
			font-size: 46px;
			color: #00ff33;
			font-family: 'Oswald', sans-serif;
			font-weight: 400;
			margin: 0px;
			text-transform: uppercase;
			line-height: 46px;
			text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); 
		}
		.Get_sec .Rightside address {
			padding: 0px 0px 27px 65px;
			margin-left: 3px;
			font-size: 20px;
			color: #ffffff;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			font-style: normal;
			background: url(../img/location-icn.png) left 4px no-repeat;
			line-height: 24px;
			text-decoration: underline;
		}
		
		.Get_sec .Rightside address.Number {
			background: url(../img/phone-icn.png) left 5px no-repeat;

		}
		
		.Get_sec .Rightside address.Email {
			margin-left: 4px;
			background: url(../img/mail-icn.png) left 0px no-repeat;

		}
		.Get_sec .Rightside address.Email a { text-decoration: none; color: #ffffff; }
		.Get_sec .Rightside address.Email a:Hover { color: #f88e04; }
		.Get_sec .Rightside ul { list-style: none; margin: 0px; padding: 27px 0px 0px 3px; }
		.Get_sec .Rightside li { float: left; padding: 0px; margin: 0px  22px 0px 0px; }
		.Get_sec .Rightside li a { text-decoration: none; }
		.Get_sec .Rightside ul li a img {
			filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)); 
			transition: transform 0.3s ease;
		}


		/* <<< footer >>> */
		footer { overflow: hidden; width: 100%; text-align: center; background: rgba(0, 0, 0, 0.6); }
		footer .Cntr { padding:  28px 0px; max-width: 1100px; margin: auto;}
		footer .Cntr p { padding: 0px; font-size: 13px; color: #a9abad; font-family:'Open Sans'; margin: 0px; }
		footer .Cntr a { color: #a9abad; text-decoration: none; }
		footer .Cntr a:hover { color: #fff; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
   #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: #3498db; -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
   	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ z-index: 1001; }
   	#loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent;
   	border-top-color: #e74c3c; -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
   animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
   #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent;
border-top-color: #f9c922; -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #222222; z-index: 1000; -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */ transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;  
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}


/* Breadcrumb Navigation--------------------------------------------------------------------------------------------------------  */
.breadcrumb {
    position: relative; 
    margin: 0 !important;          
    padding: 10px 0;    
    top: 0;             
    z-index: 9;         
    text-align: center; 
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb a:hover {
    color: #ff9408;
}

.breadcrumb span {
    font-size: 14px;
    color: #606060;
    margin: 0 5px;
}

/* map ------------------------------------------------------------------------------------*/
.Map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.custom-iframe {
    width: 100%;
    height: 600px; /* 調整地圖高度 */
    border: 0;
    border-radius: 10px; /* 增加圓角 */
}


/* Core Technology-------------------------------------------------------------------------------------------------------- */

.hexagon {
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: relative;
    width: 200px;
    height: 160px; 
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin: 10px;
	padding: 30px;
}

.hexagon img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 圖片縮放以適應六角形容器，不裁切 */
    border-radius: 5px;
	/* padding: 5px; */
}


.hexagon img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.hexagon:hover {
    transform: scale(1.05); 
}

.CoreTechSection {
    padding: 50px 20px;
    background: url('../img/background_3.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.CoreTechSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(10, 110, 211, 0.658), rgba(57, 241, 60, 0.641)); 
    /* -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px); */
    z-index: -1;
}

.CoreTechContent {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: auto;
    color: #ffffff;
}

.CoreTechSection h2 {
    font-size: 50px;
    color: #ff9408;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.CoreTechSection h3 {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.CoreTechSection p,span {
    font-size: 24px; 
    color: #ffffff; 
    line-height: 1.8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.TechFeatures {
    list-style: none;
    padding: 0;
}

.TechFeatures li {
    font-size: 18px;
    margin: 10px 0;
    color: #e0e0e0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}


.SystemIntegration {
    margin-top: 40px;
    text-align: center;
}

.SystemIntegration span {
	font-size: 24px;
	color: #ff9408;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.CoreComponents {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

.CoreComponents, .EndProducts, .Vehicles {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.CoreComponents .ComponentItem, .EndProducts .ProductItem {
    text-align: center;
    margin: 0 15px;
}


.CoreComponents span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}


.EndProducts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


.IntegrationArrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
    text-align: center;
}
.IntegrationArrow img {
    max-width: 50px;
    margin-bottom: 10px;
}

.IntegrationArrow p {
    font-size: 24px;
    color: #ff9408;
    font-weight: bold;
    margin-top: 5px;
}

.Vehicles {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.CoreTechDetailSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    text-align: center;
}

.CoreTechDetail-img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
	border-radius: 8px;
}

.CoreTechDetail {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
}

.CoreTechText p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
}


/* Research Section Styling with Blurred Background -------------------------------------------------------------------------*/
.ProductSection {
    padding: 50px 20px;
    background: url('../img/background_1.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.ProductSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(10, 110, 211, 0.553), rgba(57, 241, 60, 0.537)); 
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
    z-index: -1;
}

.ProductSection h2 {
    font-size: 48px;
    color: #ff9408;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 2;
}

.ProductSection p {
    font-size: 24px;
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
}



.images {
	
    display: flex;
    justify-content: center;
    gap: 10px;
}

.images img {
    max-width: 150px; 
    height: auto;
    border-radius: 5px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* border: 2px solid #652dff; */
    padding: 5px; 
    /* background-color: #ffffff;  */
}


/* Application Styling------------------------------------------------------------------------------ */

.ApplicationSection {
    padding: 50px 20px;
    background: url('../img/market_bg.jpg') center center no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ApplicationSection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(10, 110, 211, 0.553), rgba(57, 241, 60, 0.273)); 
    /* -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px); */
    z-index: -1;
}

.ApplicationSection > * {
    position: relative;
    z-index: 2;
}

.ApplicationSection p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #000000;
}

.ApplicationSection h2 {
    font-size: 36px;
    color: #ff9100;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.Scenes {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 每行顯示3個卡片 */
    gap: 20px; 
    justify-items: center; 
    margin-top: 40px;;
	margin-left: 200px;
	margin-right: 200px;
}

.ApplicationCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 每行顯示3個卡片 */
    gap: 20px; 
    justify-items: center; 
    margin-top: 40px;
	margin-left: 200px;
	margin-right: 200px;
}

.ApplicationCard {
    position: relative;
    width: 300px;
    height: 400px; 
    overflow: hidden;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
	
}

.ApplicationCard:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.ApplicationCard img {
    width: 100%;
    height: 70%; /* 調整圖片比例 */
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.CardOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px; 
	background: rgba(0, 0, 0, 0.5);
	color: white;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
}

.ApplicationCard:hover .CardOverlay {
	opacity: 1;
}

.CardOverlay h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.CardOverlay p {
	font-size: 16px;
	text-align: center;
}

.CardText {
    position: relative;
    width: 100%;
    height: 30%;
    background: #f9f9f9;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* 彈出視窗樣式 */
.ModalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.ModalContent {
	background: white;
	padding: 20px;
	border-radius: 10px;
	width: 400px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	text-align: center;
}

.ModalContent h3 {
	margin-bottom: 10px;
	color: #333;
}

.ModalContent p {
	color: #666;
	line-height: 1.6;
}

.ModalClose {
	margin-top: 15px;
	background: #004d40;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

/* 顯示彈出視窗 */
.ShowModal {
	display: flex;

}

/* PatentsSection Styling------------------------------------------------------------------------------ */
.PatentsSection {
    padding: 50px 20px;
    background: url('../img/background_5.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
}

.PatentsSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(10, 110, 211, 0.553), rgba(57, 241, 60, 0.537)); 
    /* -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px); */
    z-index: -1;
}

.PatentsSection h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ff7b00;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
}

.PatentsSection p {
    font-size: 24px; 
    color: #0c0320; 
    font-weight: bold;
    line-height: 1.8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.585);
}

.PatentsSection p strong {
	color: #ff7b00;
}

.Patents-chart-container,
.Patents-chart-size {
    max-width: 80%; 
    margin: 20px auto; 
    padding: 15px; 
    background: rgb(255, 255, 255);
    border-radius: 15px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}


/* language-switch--------------------------------------------------------------------------- */
/* .language-switch {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 10px;
    padding: 10px 0; 
    margin-left: auto;
	
} */

.language-switch {
    display: flex;
    align-items: center;
    gap: 5px; /* 調整按鈕之間的距離 */
    position: absolute;
    top: 50%;
    right: 150px; /* 避免與搜尋框重疊 */
    transform: translateY(-50%);
    z-index: 10; /* 確保不被其他元素遮擋 */
}



.lang-switch {
    width: 85px; /* 控制按鈕大小 */
    padding: 6px 12px;
    font-size: 14px;
    color: #ffffff;
    background-color: #0288d1;
    border: 2px solid transparent;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0px; /* 原本有 25px，導致按鈕跑掉 */
}


.smaller .lang-switch {
    width: 70px; 
    padding: 6px 12px;
    font-size: 12px;
    margin-top: 0px; /* 在较小视图下去掉顶部间距 */
}


.lang-switch[data-lang="zh"] {
    background-color: #0288d1; /* 繁體中文按鈕背景顏色 */
}

.lang-switch[data-lang="en"] {
    background-color: #8bc34a; /* 英文按鈕背景顏色 */
}

.lang-switch.active {
    border: 2px solid #ff9800; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
}

.lang-switch:hover {
    background-color: #ff9800; /* 懸停背景顏色 */
    transform: scale(1.05); 
}


.language-switch-mobile {
	display: none; 
}

.search-box {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
}




/* SearchBox------------------------------------------------------------------------------------------------- */
/* 搜尋框樣式 */
.search-box {
	position: absolute; 
    top: 50%; 
    right: 10px; 
    transform: translateY(-50%); 
    display: flex;
    align-items: center;
}

.search-form {
    display: flex;
    align-items: center;
}

.search-input {
    width: 100px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
}

.search-button {
    background-color: #15e7c4;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #00796b;
}

.search-button i {
    font-size: 16px;
}

/* 搜尋結果區域樣式 */
.SearchSection {
    padding: 50px 20px;
    background: url('../img/background_6.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.SearchSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.322), rgba(255, 255, 255, 0.3));
    z-index: -1;
}

.SearchSection h2 {
    font-size: 36px;
    font-weight: bold;
    color: #ff9408;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.breadcrumb {
    padding: 10px 0;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #333;
    margin-bottom: 20px;
}

/* PlanningSection------------------------------------------------------------ */
.PlanningSection {
    background: linear-gradient(to bottom, #f7f7f700, #ffffff00);
    padding: 60px 20px;
    text-align: center;
}

.PlanningSection h2 {
    font-size: 56px;
    color: #ff9900;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
	/* border-bottom: #ff9900 solid 2px; */
}

.PlanningSection p {
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.PlanningList {
    list-style: none;
    padding: 0;
    margin: 0 auto 40px;
    max-width: 700px;
}

.PlanningList li {
    font-size: 20px;
    color: #000000;
    margin: 10px 0;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 10px;
}

.PlanningList li i {
    color: #ff9000;
    font-size: 32px;
}

.ServiceCards {
    display: flex;
    flex-direction: column;
    gap: 20px; 
    align-items: center;
    margin-top: 40px;
	justify-content: center;
	margin: 0 auto;
    max-width: 800px;
}

.ServiceCard h3 {
    font-size: 36px;
    color: #ff9100;
    margin-bottom: 15px;
	text-align: left;
	border-bottom: #ff9100 solid 2px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.ServiceCard p {
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
	text-align: left;
}

.ServiceCard ul {
    list-style: none;
    padding: 0;
    margin: 0;
	
}

.ServiceCard ul li {
    font-size: 20px;
    color: #000000;
    margin: 8px 0;
	text-align: left;
}

.ApplicationScenes h3 {
    font-size: 50px;
    color: #ff9100;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* .ProductSection------------------------------------------------------------------------------ */
.ProductSpec {
    padding: 80px 0;
    background: #f9f9f9;
}

.ProductContainer {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    gap: 40px;
}

.ProductImage {
    flex: 1;
    max-width: 50%;
}

.ProductImage img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ProductText {
    flex: 1;
    max-width: 50%;
    text-align: left;
}

.ProductText h2 {
    font-size: 36px;
    font-weight: bold;
    color: #00796b;
    margin-bottom: 15px;
}

.ProductText p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

.ProductText ul {
    list-style-type: disc;
    padding-left: 20px;
}

.ProductText ul li {
    font-size: 18px;
    color: #555;
    margin-bottom: 5px;
}

.ProductText ul li strong {
    color: #00796b;
}
.ProductText ul li span {
    font-size: 18px;
    color: #555;
    margin-bottom: 5px;
    text-shadow: none;
}


