@charset "utf-8";

html {
  scroll-behavior: smooth;
}

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

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

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

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



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


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



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

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

.menu_header img{ margin:12px 0;}

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

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


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background:#fff; border-bottom:0px solid #0d3c84; overflow-y:visible;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.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 #09f;}

.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:#09f;}

.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:#0d3c84; 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:#fff; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #0d3c84;  -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.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; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

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

.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(169,151,79,0.8); text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:0; padding: 8px 0; border-left:1px solid #fff;}
.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;}
.social_content_nav{ display:none; }
@media (min-width:992px){
	.social_content{ margin-top:0; transition: 0.3s;}
	.social_content.active{  margin-top:-68px;}
/*	.social_content{ position:fixed; z-index:99; top:45%; left:100%; margin-top:-340px; margin-left:-64px; height:200px; width:48px; padding:15px; border-radius:30px; background-color:rgba(169,151,79,0.8); text-align:center; display: none;}
	.social_content .social_item{ margin:8px 0; padding: 0; float:none; text-align:center; border: none;}
	
	.social_item_fb{ padding-left:3px;}
	.social_content .social_item a span{display: none;}*/

	.social_content_nav{position:fixed; z-index:99; top:20px; right:30px; cursor: pointer; display: block;}
}

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



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


.video_item video{ width:100%; height:auto; }


.banner_section{ position:relative; height:calc(100vh - 64px); }
.banner_text{ position:absolute; top:50%; right:15%; width:16%; transform:translate(0,-50%);}
.banner_logo{ position:absolute; top:75%; left:15%; width:40%; transform:translate(0,-50%);}
@media (min-width:992px){ 
	.banner_section{ height:auto; }
	.banner_text{ position:absolute; top:35%; left:75%; bottom:auto; right:auto; transform:translate(-50%,-50%); width:15%; }
	.banner_logo{ position:absolute; top:70%; left:75%; bottom:auto; transform:translate(-50%,-50%); width:15%; }
}

.section_pic_addon{ margin-top:1.25vw; }

.section1{ overflow:hidden; }
.section1_pic{margin: 0 -15px;}
.section1_title{ margin:12% auto 8% auto; width: 90%;}
.section1_text{ margin:0 auto; width:85%; }
.section1_slogan{ margin:8% auto 25% auto;  width: 90%;}

.section1_pic video{ width:100%; height:auto; }

@media (min-width:992px){ 
	.section1_pic{margin: 0;}
	.section1_title{ width:50%; margin:60px auto;}
	.section1_text{ width:100%; }
	.section1_slogan{ margin:60px auto 120px auto; width: 100%;}
}

.section2_pic,
.section3_pic,
.section4_pic{ position:relative; }
.section2_pic::after,
.section3_pic::after,
.section4_pic::after{ content: ""; position:absolute; top:0; right:0; width:1px; height:100%; background-color:#fff; }

@media (min-width:992px){ 
	.section2_pic::after,
	.section3_pic::after,
	.section4_pic::after{width:2px;}
}


.section3_title{ width:75%; }
.section3_text{ width:75%; }
@media (min-width:992px){ 
	.section3_title{ width:50%; }
	.section3_text{ width:80%; }
}

.section4_title{ width:80%; }
.section4_text{ width:75%; }
@media (min-width:992px){ 
	.section4_title{ width:50%; }
	.section4_text{ width:90%; }
}

.section5_title{ width:80%; }
.section5_text{ width:75%; }
@media (min-width:992px){ 
	.section5_title{ width:50%; }
	.section5_text{ width:100%; }
}

.section6_title{ width:80%; }
.section6_text{ width:75%; }
@media (min-width:992px){ 
	.section6_title{ width:50%; }
	.section6_text{ width:90%; }
}


.map_pic{ position:relative; }
.map_pic video{ position:absolute; bottom:0; left:0; width: 80%; height: auto; mix-blend-mode: multiply;}
@media (min-width:992px){ 
	.map_pic video{ bottom:0; left:-10px; width: 54%;}
}

.contact_btn_wrapper{ margin-top:60px; }
.contact_btn{ margin:15px 0; }
.contact_btn a{display: block; background-color: #c9bc54; color:#fff; padding: 15px 60px; position: relative;}
.contact_btn a i{ position:absolute; top:20px; left:30px; }
.contact_btn a:hover{ background-color:#9a7a41; text-decoration:none; }

.google_map{ margin:30px 0; }

.contact_form_wrapper{ padding-bottom:80px; }
.contact_form_wrapper h2{ text-align:center;  margin-bottom: 30px;}
.form-group input{ border-radius: 0; border-color:#c9bc54; padding: 15px;}
.form-group textarea{ border-radius: 0; border-color:#c9bc54; padding: 15px;}
.form-group button{ background-color:#c9bc54; color:#fff; border-color:#c9bc54; border-radius: 0; padding:10px 30px; }


.pop_wrapper{ position: fixed; z-index: 990; top:0; left:0; width: 100%; height: 100%; background-color:rgba(255,255,255,1); }
.pop_pic{  position: fixed; z-index: 991; top:0; left:50%; transform:translate(-50%,0); width:100%; }
.pop_cancel{  position: fixed; z-index: 992; top:10px; right:15px; cursor: pointer;}
@media (min-width:992px){ 
	.pop_wrapper{ background-color:rgba(000,000,000,0.5);}
	.pop_pic{ width:80%; top:50%; left:50%; transform:translate(-50%,-50%);}
	.pop_cancel{ 
		right:15px; 
		top:15px; 
		color:#fff; 
		background-color: rgba(000,000,000,0.0); 
		width: 48px; 
		height: 48px; 
		text-align: center; 
		padding-top: 0px;
		border-radius: 50%;
		border:1px solid #333;
		color:#333;
		font-size: 1.8rem;
	}
}


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