@charset "utf-8";

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

a{ text-decoration:none; }

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

.footer{
	color:#fff;
	background-color:#003649;
	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:#aa9649;}
.backtop i{ color:#fff;}
@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:20px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:240px; height:auto;}
@media (min-width:992px){
	.header_logo { top:24px; left:15px; z-index:950;}
	.header_logo  img{ width:320px;}
}
@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:#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; position: relative; overflow: hidden;}

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

.menu_ul li .nav_item_down_btn{ position:absolute; top:15px; right:15px; color:#fff; font-size:1.6rem; }

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

	.menu_ul li .nav_item_down_btn{ 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; list-style: none; padding-bottom: 15px;}
.menu_ul .sub_nav li{  border: none;}
.menu_ul .sub_nav a{ padding:5px 0; font-size:0.9rem;}
.menu_ul .sub_nav a:hover{background-color:transparent; color:#fc0;}
@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(138,120,70,1); text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:0px 0; padding:8px 0; border-left:1px solid #fff;}
.social_content .social_item:nth-child(1){ border-left:none;}
.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{ display: none; 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(170,150,73,0.8); text-align:center;}
	.social_content .social_item{ margin:8px 0; padding: 0; float:none; text-align:center; border-left:none;}
	
	.social_item_fb{ padding-left:3px;}
	.social_content .social_item a span{display: none;}
}

.header_lg{ display: none;}
@media (min-width:992px){
	.header_lg{ display: flex; justify-content: space-between; position: fixed; z-index: 999; width: 100%; height: 4vw; background-color: rgba(130,110,75,1);}
	.header_lg_title{ margin:1.2vw 10% 0 10%; }
	.header_lg_title a{ color:#fff; font-weight:700; font-size: 0.9vw;}
	.header_lg_title a:hover{color:#aa9649;}

	.header_lg_nav{margin:0 10%; display: flex;}
	.header_lg_mav_item{ margin:0 15px; padding:1.2vw 0 0 0;  }
  .header_lg_mav_item:last-child{ border-left:1px solid #fff; padding-left: 30px;}
	.header_lg_mav_item a{color:#fff; font-weight:700; font-size: 0.9vw;}
	.header_lg_mav_item a:hover{color:#aa9649;}
	
	.header_lg.menu_scroll{ background-color: rgba(130,110,75,0.8); }

}

@media (min-width:1400px){
  .header_lg_title{ margin:1.5vw 10% 0 10%; }
  .header_lg_mav_item{ padding:1.5vw 30px 0 30px; }
  .header_lg_mav_item:last-child{ border-left:1px solid #fff; padding-left: 60px; padding-right: 0;}
}



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

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

.section_cover{
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.section_cover_aerial{
    width: 228vw;
}
img {
    pointer-events: none; /*禁止none, 啟用auto*/
}
.grecaptcha-badge{
	display:none;
}


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


.banner_section{ position:relative; }
.banner_logo{position: absolute; top:71%; left:70%; width:10%; }
.banner_text{position: absolute; top:10%; left:50%; transform: translate(-50%,0); width: 60%; }
@media (min-width:992px){
  .banner_section{ position:relative;}
  .banner_logo{position: absolute; top:54%; left:10%; width: 14%; }
  .banner_text{position: absolute; top:62%; right:7%; left:auto; transform: translate(0,0); width: 26%; }
  
  .section_cover_aerial{ width:100%;}
}

/*-------------------------光束效果-------------------------*/

.aerial_wrapper{ position:relative; overflow-x:scroll; overflow-y:hidden;}
.aerial_wrapper img{}

.aerial_pic{ position:relative; width:229vw; }
.aerial_text{ position:absolute; top:13.27%; left:50%; transform: translate(-53.4%,0); width:53.9% }

.aerial_addon1{
  position:absolute; 
  bottom:20%; 
  left:21%; 
  transform:rotate(0deg); 
  width:33%; 
  height:auto; 
}
.aerial_addon2{
  position:absolute; 
  bottom:-1%; 
  left:50.8%; 
  transform:rotate(0deg); 
  width:4.6%; 
  height:auto; 
}

.aerial_effect{
	position:absolute; 
	bottom:17%; 
	left:49.5%; 
	transform:translate(-50%,0); 
	width:13%; 
	height:auto; 
	mix-blend-mode: screen;
	animation: flash 2s linear infinite;
}

.aerial_light_wrapper{ 
	position:absolute; 
	bottom:30%; 
	left:49.5%; 
	transform:translate(-50%,0); 
	width:2%; 
	height:35%; 
}
.aerial_light_col{
	position:absolute; 
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(254, 179, 106,0.0), rgba(254, 179, 106,0.0));
	border-radius: 0 0 10px 10px;
	animation: flash 2s linear infinite;
}

.aerial_light_content{ position:relative; width:100%; height:100% }
.aerial_light{
	position: absolute;
	top: 100%;
	width: 2px;
	height: 2px;
	background-color: #feb36a;
	
}
.aerial_light:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 1);
  /*box-shadow: 0 0 5px 3px #feb36a,0 0 10px 2px #feb36a,0 0 15px 3px #feb36a,0 0 5px 1px #fff,0 0 15px 3px #fff,0 0 10px 2px #fff;*/
  box-shadow: 0 0 15px 3px #feb36a,0 0 10px 2px #feb36a,0 0 15px 3px #feb36a,0 0 5px 1px #fff,0 0 15px 3px #fff,0 0 10px 2px #fff;
}

.aerial_light1{left:50%; animation: light1 1.8s linear infinite; animation-delay: -1s;}
.aerial_light2{left:50%; animation: light2 3.8s linear infinite; animation-delay: -2s;}
.aerial_light3{left:50%; animation: light3 2.8s linear infinite; animation-delay: -3s;}
.aerial_light4{left:50%; animation: light4 5.8s linear infinite; animation-delay: -4s;}
.aerial_light5{left:50%; animation: light5 4.8s linear infinite; animation-delay: -5s;}
.aerial_light6{left:50%; animation: light6 6.4s linear infinite; animation-delay: -1s;}
.aerial_light7{left:50%; animation: light7 10.4s linear infinite; animation-delay: -2s;}
.aerial_light8{left:50%; animation: light8 7.4s linear infinite; animation-delay: -3s;}
.aerial_light9{left:50%; animation: light9 8.4s linear infinite; animation-delay: -4s;}
.aerial_light10{left:50%; animation: light10 9.4s linear infinite; animation-delay: -5s;}

@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
  	opacity: 0;
  }
}

@keyframes light {
  0% {
    opacity: 0;
    margin-top: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
    opacity: 0;
  }
}

@keyframes light1 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: -100%;
    opacity: 0;
  }
}
@keyframes light2 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: 200%;
    opacity: 0;
  }
}
@keyframes light3 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: -200%;
    opacity: 0;
  }
}
@keyframes light4 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: 100%;
    opacity: 0;
  }
}
@keyframes light5 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: 300%;
    opacity: 0;
  }
}
@keyframes light6 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: -300%;
    opacity: 0;
  }
}
@keyframes light7 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: 150%;
    opacity: 0;
  }
}
@keyframes light8 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: -150%;
    opacity: 0;
  }
}
@keyframes light9 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: -50%;
    opacity: 0;
  }
}
@keyframes light10 {
  0% {
    opacity: 0;
    margin-top: 0%;
    margin-left: 0%;
  }
  12% {
    opacity: 0.1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
  	margin-top: -800%;
  	margin-left: 50%;
    opacity: 0;
  }
}


.aerial_info{ padding:15% 0; }
.aerial_info_title{ width:52%; margin:0 auto 4% auto; }
.aerial_info_text{ width:76%; margin:0 auto; }


@media (min-width:992px){
  .aerial_section{ height:80vw; }
	.aerial_wrapper{ overflow-x:auto; overflow-y:hidden; width:90%; margin:0 auto; }
	.aerial_wrapper img{ width:100%; }

	.aerial_pic{ width: 100%;}
	.aerial_text{ position:absolute; top:20.7%; left:47.8%; transform: translate(-50%,0); width:59.9% }

  .aerial_addon1{
    position:absolute; 
    bottom:20.8%; 
    left:17.9%; 
    transform:rotate(0deg); 
    width:36.5%; 
    height:auto; 
  }
  .aerial_addon2{
    position:absolute; 
    bottom:auto;
    top:68%; 
    left:50.9%; 
    transform:rotate(0deg); 
    width:5.2%; 
    height:auto; 
  }


	.aerial_effect{
		position:absolute; 
		bottom:17%; 
		left:49.5%; 
		transform:translate(-50%,0); 
		width:25%; 
		height:auto; 
		mix-blend-mode: screen;
		animation: flash 2s linear infinite;
	}

	.aerial_light_wrapper{ 
		position:absolute; 
		bottom:28%; 
		left:49.5%; 
		transform:translate(-50%,0); 
		width:2%; 
		height:35%; 
	}



  .aerial_info{ padding:5% 0; }
  .aerial_info_title{ width:18%; margin:0 auto 2% auto; }
  .aerial_info_text{ width:70%; margin:0 auto; }

  .aerail_caption{ width:90%; margin:0 auto; padding:5% 0; }
}





.main_wrapper{ width:80%; margin:0 auto; padding:15% 0; position: relative;}

.main_title{width: 80%; margin:0 auto 5% auto;}
.main_text{width: 100%; margin:0 auto 15% auto;}
.main_caption{width: 65%; margin:0 auto}

.main_wrapper2 .main_title{width: 64%;}
.main_wrapper3 .main_title{width: 70%;}
.main_wrapper4 .main_title{width: 70%;}
.main_wrapper5 .main_title{width: 60%;}
.main_wrapper6 .main_title{width: 60%;}
.main_wrapper7 .main_title{width: 60%;}
.main_wrapper8 .main_title{width: 70%;}
.main_wrapper8 .sub_text{width: 65%; margin:6% auto 2% auto;}


.main_wrapper3 .aerial_light_wrapper{
	bottom:28%; 
	left:18.5%; 
	transform:translate(-50%,0); 
	width:6%; 
	height:35%; 
}

.main_wrapper7 .main_light{
	position:absolute; 
	top:30%;
	left:50%; 
	transform:translate(-50%,0); 
	width:100%; 
	height:auto; 
	mix-blend-mode: screen;
	animation: flash 4s linear infinite;
}


.main_wrapper9 .content_box{ position:relative; padding-bottom:40px; min-height:50vw;}
.main_wrapper9 .main_title{ width:76%; margin:0 auto 3% auto;}
.main_wrapper9 .main_text{ width:80%; margin:0 auto 5% auto;}
.main_wrapper9 .main_pic{ position:absolute; z-index:5; top:0; right:7%; width:80%;}
.main_wrapper9 .main_name{ position:absolute; z-index:5; bottom:24%; right:10%; width:31%;}
.main_wrapper9 .sub_text{ position:absolute; z-index:5; top:7%; left:16.6%; width:18%;}
.main_wrapper9 .style2{ min-height:75vw;}
.main_wrapper9 .style2 .main_name{ bottom:-3%; right:10%; width:32%;}
.main_wrapper9 .style2 .sub_text{ top:9%; left:12.6%; width:28%;}


@media (min-width:992px){
  .main_wrapper{padding:5% 0; height:64vw; }
  .main_title{width: 32%; margin:0 auto 2% auto;}
  .main_text{width: 80%; margin:0 auto 8% auto;}
  .main_caption{width: 100%; margin:5% auto 0 auto}

  .main_wrapper2{  height:60vw; }
  .main_wrapper2 .main_title{ position: absolute; top:13%; left:3.6%; width: 28%;}
  .main_wrapper2 .main_text{ position: absolute; top:21%; left:3.6%; width: 28%;}

  .main_wrapper3{ width:90%; height:90vw; }
  .main_wrapper3 .main_title{ position: absolute; z-index: 5; top:12%; left:12.6%; width: 24%;}
  .main_wrapper3 .main_text{ position: absolute; z-index: 5; top:17%; left:12.6%; width: 24%;}
  .main_wrapper3 .aerial_light_wrapper{ bottom:36%; left:47.5%; width:2%;}

  .main_wrapper4{ height:70vw; }
  .main_wrapper4 .main_title{ position: absolute; z-index: 5; top:11%; right:4%; width: 28%;}
  .main_wrapper4 .main_text{ position: absolute; z-index: 5; top:17%; right:4%; width: 28%;}

  .main_wrapper5{ height:94vw; }
  .main_wrapper5 .main_title{ position: absolute; z-index: 5; top:65.5%; left:73.5%; width: 23%;}
  .main_wrapper5 .main_text{ position: absolute; z-index: 5; top:70%; left:73.5%; width: 23%;}
  
  .main_wrapper6{ height:54vw; }
  .main_wrapper6 .main_title{ position: absolute; z-index: 5; top:41.5%; left:73.5%; width: 23%;}
  .main_wrapper6 .main_text{ position: absolute; z-index: 5; top:49%; left:73.5%; width: 23%;}
  
  .main_wrapper7{ height:83vw; }
  .main_wrapper7 .main_title{ position: absolute; z-index: 5; top:19%; left:6.6%; width: 22%;}
  .main_wrapper7 .main_text{ position: absolute; z-index: 5; top:25%; left:6.6%; width: 22%;}
  .main_wrapper7 .main_light{ top:0;}
  
  .main_wrapper8{  }
  .main_wrapper8 .main_title{ width:38%; margin:0 0 3% 0;}
  .main_wrapper8 .main_text{ width:95%;  margin:0 0 5% 0;}
  .main_wrapper8 .main_pic{ width:100%;  margin:0 0 3% 0;}
  .main_wrapper8 .sub_text{ width:95%;  margin:0 0 5% 0;}
  
  .main_wrapper9{ padding:0 0 5% 0; height:49vw;}
  .main_wrapper9 .wrap_box:first-child{ border-right:1px solid #000;}
  .main_wrapper9 .main_title{ width:55%; margin:0 auto 3% auto;}
  .main_wrapper9 .main_text{ width:50%; margin:0 auto 5% auto;}
  .main_wrapper9 .content_box{ position:static; min-height:inherit;}
  .main_wrapper9 .main_pic{ width:42%; margin:0 auto 7% auto; position:static;}
  .main_wrapper9 .main_name{ width:30%; margin:0 auto 10% auto; position:static;}
  .main_wrapper9 .sub_text{ width:65%; margin:0 auto 5% auto; position:static;}
  .main_wrapper9 .style2{}
  .main_wrapper9 .style2 .main_pic{ width:85%;}
  .main_wrapper9 .style2 .main_name{ width:75%;}
  .main_wrapper9 .style2 .sub_text{ width:65%;}
}


.contact_section{ background-image:url(../img/contact_bg.jpg); background-position:center; background-size:cover; padding:15% 0 80px 0; position:relative; }
.contact_section .container-fluid{ /*max-width:95%;*/  max-width:90%;}
.contact_addon{position: relative;}
.contact_info{ width:90%; margin: 0 auto 5% auto; }
.contact_deco{ position:absolute; right:0; top:0; width:15%; z-index:10;}

.contact_wrapper{position: relative;z-index:5; margin: 0 0 0 0; padding:10% 7%;  background-image:url(../img/contact_wrapper_bg.jpg); background-position:center; background-size:cover; }
.contact_wrapper h2{ text-align:center; font-weight:700; color:#fff; margin:0 0 30px 0; }

#form1{ font-size:0.9rem; position:relative;}
#form1 .form-item-input{ position:relative; border:1px solid #fff; padding: 10px; margin: 10px 0;}
#form1 .form-item-input span{ color:#585659; font-weight:bold;}
#form1 .form-item-input label{ position: absolute; top:50%; left:10px; transform: translate(0,-50%);  color:#fff; }
#form1 .form-item-input input{
	color:#fff;
    width: calc(100% - 100px);
    margin:0 0 0 auto;
    border: none;
    border-bottom:0px solid #ccc;
    border-radius: 0;
    padding: 5px 4px;
    font-size:0.9rem; 
    color:#fff;
    background-color: transparent;
}
#form1 .form-item-input input::placeholder{ color:#fff; }
#form1 .form-item-input textarea{
	color:#fff;
    width: 100%;
    margin:0;
    border: none;
    border-bottom:0px solid #ccc;
    border-radius: 0;
    padding: 5px 4px;
    font-size:0.9rem; 
    background-color: transparent;
}
#form1 .form-item-input textarea::placeholder{ color:#fff; }

#form1 .form-item-input select{
    color:#fff;
    width: calc(100% - 100px);
    margin:0 0 0 auto;
    border: none;
    border-bottom:0px solid #ccc;
    border-radius: 0;
    padding: 5px 4px;
    font-size:0.9rem; 
    color:#fff;
    background-color: transparent;
    background-image: url(../img/select_arrow.svg);
}
#form1 .form-item-input select option{ color:#333; }


#form1 .form-check-inline{ margin-right:0.5rem; margin-top:1.5rem; }

.form-item-notice{ margin:15px 4px; color:#fff; font-size: 0.65rem; text-align: center;}
.form-item-notice a{color:#fff;}
.form_notice_text span{ display:block; }

.form-item-btn button{ width:100%; padding:20px 10px; background-color:#8a7846; border:none; color:#fff; font-weight:700; }
.form-item-btn button:hover{ background-color:#836f20; }

.form-check-input:checked{background-color:#836f20; border-color:#836f20;}

/*#twzipcode select{
    color:#000;
    width: 100%;
    margin:0;
    border: none;
    border-bottom:1px solid #ccc;
    border-radius: 0;
    padding: 5px 0;
    margin-top: 20px;
}

#twzipcode input{ 
    display:none;
}*/

.copyright{ margin:30px 0; color:#fff; text-align:center; font-size:0.7rem; }

.form-link-item{ margin:10px 0; }
.form-link-item a{ display:block; width: 100%; padding: 10px; background-color:#fff; color:#000; font-weight: 700; text-align:center; }
.form-link-item a i{ margin-right:10px; color:#8a7846; }
.form-link-item a:hover{ background-color:#ccc; }

.form-link-item.for_map{ background-color:#fff;}
.form-link-item.for_map i{ color:#fff;}
.form-link-item.for_map p{ margin-bottom:0; padding:5px 0; font-weight:700; font-size:0.6rem;}
.form-link-item.for_map a{ background-color:#8a7846; color:#fff; padding:15px;}
.form-link-item.for_map a:hover{ background-color:#836f20;} 

@media (min-width:992px){
	.copyright{ font-size:1rem; }
	#form1{ font-size:1rem; }
	.contact_section{ padding:5% 0 2% 0 }
	.contact_section  .container-fluid{ max-width:80%; }
	.contact_info{ width:80%;}
	.contact_wrapper{padding:5% 10% 8% 10%; margin:0;}
	.contact_deco{ width:13%;}
	
	#form1 .form-item-input input{ font-size:1rem; }
	#form1 .form-item-input textarea{ font-size:1rem; }
  #form1 .form-item-input select{ font-size:1rem; }
  .form-item-btn{ margin-top:21px; }
  .form-item-btn button{ padding:7px; font-size:1.2rem; }

  .form-item-notice{ position:absolute; top:100%; left:50%; transform:translate(-50%,0); font-size:1rem; }

  .form-horizontal{ margin:0 -30px; }
  #form1 .col-lg-6{ padding:0 30px; }
  .form-link-item.for_map p{ font-size:1rem;}
}





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

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

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

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








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