@charset "utf-8";

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

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

.footer{
	color:#fff;
	background-color:#8db600;
	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:#8db600;}

@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; transition: all 0.3s; width:128px; height:auto;}
@media (min-width:992px){
	.header_logo { top:15px; left:15px; z-index:950;}
	.header_logo  img{ width:200px;}
}
/*@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:320px;}
}
*/

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

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#8db600; -webkit-transition: margin 0.3s;  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:none;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background: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 #afdd3f;}

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

.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:1rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#afdd3f; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 30px 32px 30px;}
}


.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 #0d3c84; }

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

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

.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;}
@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;}
}

@media (min-width:992px){
	.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(141,182,0,1); text-align:center;}
.social_content .social_item{ float:left; width:50%; 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:-260px; margin-left:-64px; height:120px; width:48px; padding:15px; border-radius:30px; background-color:rgba(141,182,0,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;}
}

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



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

.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;}


.logo_section{ position:relative; }
.banner_logo{ position:absolute; z-index: 55; top:30px; right:30px; width:320px; }

.title_section{ position:absolute; z-index:56; width: 100%; height:100vh; background-color:transparent; margin: 0; padding: 0;}
.banner_title{ padding-top: 500px; text-align: center; font-weight:900; opacity: 0; font-family:"Lobster","Noto Sans TC","微軟正黑體", "新細明體", "Arial Unicode MS" ;}
@media (min-width:992px){
	.title_section{width: calc(100% - 18px);}
	.banner_title{ font-size:4rem; }
}

.imgsequence_section {
  height: 100vh;
  background: #fff;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.imgsequence_section canvas {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
}


.video_section{ position:relative; padding:60px 0; overflow: hidden;}
.video_section .container-fluid{ max-width:none; }

.video_section > video{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_item{ opacity: 0.7; transition: 0.3s; cursor: pointer; margin: 15px 0;}
.video_item:hover{ opacity:1; transform:translate(0,-15px);}
.video_item img{border-radius: 15px;}


/*.video_pic{ position: relative; border-radius: 15px; overflow:hidden; margin: 15px 0; opacity: 0.7; transition: 0.3s;}
.video_pic:hover{ opacity:1; transform:translate(0,-30px); -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.video_pic a{ 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background-color:rgba(000,000,000,0.3); 
	color:#ff0000; 
	opacity:0; 
	transition:0.3s; 
	font-size: 3rem;
	display: flex; 
	justify-content: center; 
	align-items: center; 
}
.video_pic a:hover{ opacity:0.8; text-decoration: none;}

.video_pic video{ position:fixed; z-index: 99; top:50%; left:50%; transform:translate(-50%,-50%); width:1200px; height:800px; }*/

@media (min-width:992px){
	.video_section{ padding:120px 0;}
	.video_item{ margin: 30px 0;}
/*	.video_pic{ margin: 30px 0;}*/
}


.spec_section{ padding:60px 0; overflow: hidden;}

.spec_wrapper{ max-width:960px; margin:0 auto; padding: 15px; position: relative;}

.dot_nav{position:absolute; width: 16px; height: 16px; background-color: #8db600; color:#fff; text-align: center; font-size: 0.7rem; border-radius: 50%; transition: 0.3s;}
.dot_nav:hover{ background-color:#afdd3f; animation-play-state: paused;}
.dot_content{ display:none; }


.dot_nav_lens{ top:16%; right:5%;}
.dot_nav_omm{ top:29%; right:41%;}
.dot_nav_nose{ top:46%; right:43%;}
.dot_nav_btn{ top:58%; right:32%;}
.dot_nav_speaker{ top:68%; right:42%;}
.dot_nav_knob{ top:12%; left:45%;}
.dot_nav_volume{ top:24%; left:28%;}
.dot_nav_typec{ top:60%; left:8%;}

.spec_table_wrapper{ padding:0 15px; margin-top:30px; }
.spec_table_wrapper table thead tr{ background-color:#8db600; color:#fff; }

@media (min-width:992px){ 
	.spec_section{ padding:160px 0;}
	.spec_wrapper{ max-width:640px; padding: 0;}

	.spec_table_wrapper{ display:none; }

	.dot_nav{ width: 32px; height: 32px; font-size: 1.2rem; cursor: pointer;}
	.dot_content{ display: block; position: absolute; font-size: 1.4rem; color:#afdd3f; border-bottom:1px solid #afdd3f; transition: 0.3s;}
	
	.dot_nav_lens{ top:15%; right:3%;}
	.dot_content_lens{
		top:12%;
		right:-27%;
		width: 30%;
		text-align: right;
		
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	  	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	.dot_nav_omm{ top:29%; right:41%;}
	.dot_content_omm{
		top:33%;
		right: -26.2%;
		width: 70%;
		text-align: right;
		border-left:1px solid #afdd3f;
		
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	  	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	.dot_nav_nose{ top:46%; right:43%;}
	.dot_content_nose{
		top:42.5%;
		right: -16.2%;
		width: 60%;
		text-align: right;
		
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	  	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	.dot_nav_btn{ top:58%; right:32%;}
	.dot_content_btn{
		top:63%;
		right: -25.5%;
		width: 60%;
		text-align: right;
		border-left:1px solid #afdd3f;
		
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	  	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	.dot_nav_speaker{ top:68%; right:42%;}
	.dot_content_speaker{
		top:72%;
		right: -5.5%;
		width: 50%;
		text-align: right;
		border-left:1px solid #afdd3f;
		
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	  	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	.dot_nav_knob{ top:10%; left:45%;}
	.dot_content_knob{
		top:7%;
		left:-10%;
		width: 55%;
		text-align: left;
		
		-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	  	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}

	.dot_nav_volume{ top:22%; left:28%;}
	.dot_content_volume{
		top:13%;
		left:-10%;
		width: 38%;
		text-align: left;
		
		-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	  	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}

	.dot_nav_typec{ top:60%; left:6%;}
	.dot_content_typec{
		top:65%;
		left:-22%;
		width: 30%;
		text-align: left;
		border-right:1px solid #afdd3f;
		padding-top: 6%;
		
		-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	  	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}
}
@media (min-width:1400px){ 
	.spec_wrapper{ max-width:960px;}
	.dot_content_lens{ top:13%; right:-17%; width: 20%;}
	.dot_content_omm{ top:33%; right: -17.2%; width: 60%; padding-top: 2%;}
	.dot_content_nose{ top:44%; right: -7%; width: 50%;}
	.dot_content_btn{ top:56%; right: -16%; width: 48%; border-left: none;}
	.dot_content_speaker{ top:66%; right: -7%; width: 50%; border-left: none;}
	.dot_content_knob{ top:8%; left:-10%; width: 55%;}
	.dot_content_volume{ top:20%; left:-10%; width: 38%;}
	.dot_content_typec{ top:64%; left:-16.5%; width: 24%;}
}


.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:#0d3c84; 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:#09f; text-decoration:none;}



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







/*------------------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; }