@charset "UTF-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background-color: #ffffff;
/*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	font-family: 'Noto Sans TC', sans-serif;

	}

	/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:44px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(https://2023itrisolutionday.com/images/loading.png); /* path to your loading animation */
	background-size: 200px 44px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-22px 0 0 -100px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:30px;
	height:30px;
	display:none;
  bottom:60px;
  right:20px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}


.q_link{
	position: fixed;
	width: 48px;
	right: 20px;
	bottom: 30%;
	cursor: pointer;
	z-index: 10;
}

.q_link:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); 
	-moz-opacity:0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}






#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right:0px;
	}

#WRAPER.reveal{
	position:absolute;
	right:180px;

}		



#HEADER{
	position: fixed;
	width:100%;
	top: 0px;
	left: 0px;
  	z-index: 10;
}

#HEADER.reveal{
	background-color: #12151f;
}


.logo{
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}


#KV{
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	overflow: hidden;
}


.kv_img{
	float: left;
	width: 100%;
}






.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:30px;
	right:20px;
  	z-index:4;
	}	

#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

}

#nav-icon3.light span{
  background: #cdd96c;
}

#nav-icon3.dark span{
  background: #cdd96c;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2){
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #cdd96c;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


#NAV{
	position: relative;
	float: right;
	z-index: 2;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	text-align: center;
	margin-right: 20px;
}



nav{
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
}

nav div {
	float: left;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:23px;
	position: relative;
}


nav div span{
	position: relative;
	 font-size: 18px;
 	 color: #ffffff;
	 z-index: 1;
}

nav div::after {
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-color: none;
}

nav div:hover span{
	color: #0c101f;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

nav div:hover:after {
	background-color: #f6ee1d;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
  }



.sec{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 100px 20px 100px 20px;
}


.white_bg{
	background-image: url('https://2023itrisolutionday.com/images/white_bg.png');
	background-size: cover;
}


.body_bg{
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}


.mid_content{
	display: inline-block;
	width: 1100px;
	text-align: center;
	position: relative;
	z-index: 1;
}



.intro_txt{
	display: inline-block;
	vertical-align: top;
	width: 800px;
	margin-top: 50px;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.7;
	text-align:left; 
	font-weight: 300;
}


.intro_txt span{
font-weight: bold;
}





.sec_title{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}


.sec_title img{
	display: inline-block;
	height: 94px;
}





.place_title{
	display: inline-block;
	width: 100%;
	border-bottom: #3c5690 1px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 10px;
	text-align: center;
	font-size: 30px;
	color: #3c5690;
	font-weight: bold;
	margin-top: 50px;
}

.place_title span{
	font-size: 18px;
	font-weight: normal;
}


.host_slider_wrap{
	display: inline-block;
	width: 100%;
	position: relative;
}

.host_left{
	position: absolute;
	width: 30px;
	top:50%;
	left: -30px;
	margin-top: -15px;
	cursor: pointer;
}

.host_right{
	position: absolute;
	width: 30px;
	top:50%;
	right: -30px;
	margin-top: -15px;
	cursor: pointer;
}


.host_wrap{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.host_slider{
	float: left;
	width: 100%;
}


.host_item{
	display: inline-block;
	width: 245px;
	vertical-align: top;
	margin: 20px;
	cursor: pointer;
	text-align: center;
}
.host_item .cover{
	display: inline-block;
	width: 180px;
}
.host_item .name{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #3c5690;
	font-weight: bold;
}
.host_item .title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #17273b;
}


.host_clr_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 12;
	display: none;
}

.host_clr_wrap.show{
	display: table;
}

.host_clr_wrap:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 0;
	background-color: #000000;
	opacity: .5;
}

.host_clr_wrap .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: center;
}

.host_clr_item{
	display: inline-block;
	width: 800px;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;

}


.host_clr_item .host_close{
	position: absolute;
	width: 20px;
	height: 20px;
	top:30px;
	right: 30px;
	cursor: pointer;
}

.host_clr_name{
	float: left;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 20px;
	border-bottom: #3c5690 1px solid;
	font-size: 20px;
	color: #3c5690;
}


.host_clr_des{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #17273b;
	text-align: left;
}











.address{
display: inline-block;
	width: 690px;
	margin-top: 50px;
}


.agenda_lan{
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 0;
}
.lan_btn{
	display: inline-block;
	width: 280px;
	height: 50px;
	font-size: 20px;
	color: #3c5690;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	border: #3c5690 1px solid;
	border-radius:5px;
	line-height: 48px;
	cursor: pointer;
}

.lan_btn:hover, .lan_btn.current{
	background-color: #3c5690;
	color: #ffffff;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}


.agenda_content{
float: left;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	padding: 30px;
	z-index: 1;
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 22px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 22px -16px rgba(0,0,0,0.75);
box-shadow: 0px 0px 22px -16px rgba(0,0,0,0.75);
margin-top: 40px;

}





.agenda{
	width: 100%;
	display: block;
	position: absolute;
	z-index: -100;
	top:0px;
	left: 0px;
	opacity: 0;
}

.agenda.show{
	position: relative;
	z-index: 2;
	opacity: 1;
}




.agenda_tr{
	width: 100%;
	display: table;
	margin-bottom: 5px;
}

.agenda_tr .agenda-td{
	display: table-cell;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 0px 10px 0px;
	text-align: left;
	vertical-align: middle;
}

.agenda_tr .agenda-td:first-child{
	width: 150px;
	font-size: 20px;
	color: #484848;
	border-right:#484848 1px solid;
}

.agenda_tr .agenda-td:nth-child(2){
	/* width: 540px; */
	font-size: 20px;
	color: #484848;
	line-height: 32px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
	font-weight: bold;
}


.agenda_tr .agenda-td:nth-child(3){
	/* width: 540px; */
	font-size: 18px;
	color: #484848;
	line-height: 32px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
}

.agenda_tr .agenda-td:nth-child(2) span{
	font-size: 18px;
	color: #484848;
	font-weight: normal;
}



.agenda_tr .agenda-td:last-child{
	font-size: 18px;
	color: #484848;
	font-weight: normal;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
}

.agenda_tr .agenda-td ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	font-size: 18px;
	color: #484848;
	font-weight: normal;
}

.agenda_note{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
	color: #484848;
}

.ag_note{
	font-size: 14px !important;
	color: #484848 !important;
}

.no_border{
	border-right:none !important;
}


.bigH{
	display: inline-block;
	font-size: 20px !important;
	font-weight: bold !important;
	color: #484848 !important;
}

.small_h{
	font-size: 18px;
}

.fix_time{
	width:180px !important;
}
.td_70{
	width: 410px !important;
	vertical-align: top !important;
}



.feature_wrap{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}


.feature_item{
	display: inline-table;
	margin: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 220px;
	height: 220px;
	border-radius: 110px;
	border: #ffffff 1px solid;
}

.feature_item .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.feature_item .ct img{
	display: inline-block;
	width: 110px;
	filter: brightness(0) invert(1);
}

.feature_item .ct p{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
}

.feature_item:hover{
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	background-color: #ffffff;
}

.feature_item:hover img{
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	filter: brightness(0) invert(0);
}

.feature_item:hover p{
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	color: #000000;
}




.feature_clr_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 12;
	display: none;
}

.feature_clr_wrap.show{
	display: table;
}

.feature_clr_wrap:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 0;
	background-color: #000000;
	opacity: .5;
}

.feature_clr_wrap .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: center;
}

.feature_clr_item{
	display: inline-block;
	width: 800px;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;

}


.feature_clr_item .feature_close{
	position: absolute;
	width: 20px;
	height: 20px;
	top:30px;
	right: 30px;
	cursor: pointer;
}


.feature_clr_des{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #17273b;
	text-align: left;
}




.evevt_gift_title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 30px;
    color: #3c5690;
    font-weight: bold;
	margin-top: 50px;
}

.evevt_gift{
	display: inline-block;
	margin-top: 50px;
	text-align: center;
}


.evevt_gift img{
	display: inline-block;
	margin: 20px;
	height: 300px;
}

.form_wrap{
	display: inline-block;
	width: 900px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.evevt_gift_txt{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-top: 50px;
}

.evevt_gift_txt li{
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 18px;
	color: #565556;
	margin-left: 20px;
}
.evevt_gift_txt li .txt3{
	font-weight: bold;
		color: #f45d2b;
	}
.evevt_gift_txt li .txt1{
font-weight: bold;
	color: #b8bc4a;
}


.evevt_gift_txt li .txt2{
	font-weight: bold;
		color: #b19b65;
	}
	

.form_item{
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
	width: 100%;
}


.form_item .title{
	float: left;
	width:100%;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 60px;
	color: #ffffff;
	vertical-align: middle;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 10px;
}

.form_item .title:after{
	position: absolute;
	content: '*';
	left: 0px;
	font-size: 16px;
	top:0px;
	color: red;
	z-index: 1;
}

.form_item .input{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
	position: relative;
	border-radius: 10px;
	border: #333333 1px solid;
	background-color: #ffffff;
}
.form_item .input2{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
	position: relative;
	border-radius: 30px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #96989c;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #96989c;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #96989c;
}

.input_select{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 60px;
	position: relative;
  border-radius: 10px;
  border: #333333 1px solid;
  background-color: #ffffff;
 font-size: 14px;
/* color: #ffffff;*/
/* background-image: url(https://2023itrisolutionday.com/images/arrow_down.png);
 background-size: 31px 17px;
 background-repeat: no-repeat;
 background-position: right center; */
}

.input_select select{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	height: 100%;
	left: 0%;
	border: none;
	background: none;
	color: #333333;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

.input_select select:focus{
	outline: none;
}

.input_select select option{
  color: #333333;
}




.single_line{
  float: left;
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 border: none;
 background:none;
 font-size: 14px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 padding-left: 30px;
 padding-right: 30px;
 color: #868e62;
}


 .check_groupWrap{
 	float: left;
 	width: 100%;
 	text-align: left;
	margin-bottom: 20px;
 } 

 .check_group{
 	display: inline-block;
	width: 100%;
 	text-align: left;
 } 

  .check_group label{
	display: inline-block;
	width: 100%;
  	font-size: 16px;
  	vertical-align: middle;
  	color: #ffffff;
  	letter-spacing: 1px;
	margin-top: 20px;
 } 


.checkbox_item{
	float: left;
	min-height: 90px;
	text-align: left;
	width: 25%;
	margin-top: 10px;
	position: relative;
}

.checkbox_item label{
		display: inline-block;
		width: 100%;
	vertical-align: top;
    font-size: 16px;
    color: #344e6f;
    word-break: break-all;
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 35px;
}
.checkbox_item label a{
	display: block;
	font-size: 14px;
    color: #d4b24a;
    text-decoration: underline;
}

.checkbox_item input{
	position: absolute;
	top: 10px;
	left: -25px;
}

.checkbox_label{
		float: left;
	text-align: left;
	margin-top: 10px;
	position: relative;
	display: inline-block;
		vertical-align: middle;
}

.checkbox_label input{
		display: inline-block;
		vertical-align: middle;
}

.form_item_btn_group{
		display: inline-block;
	width: 100%;
	 margin-top: 10px;
	 text-align: center;
}

.form_item_btn{
	display: inline-block;
	          -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px 5px 20px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
    color: #d4b24a;
    border: #d4b24a 1px solid;
}

.form_item_btn:hover, .form_item_btn.current {
    color: #ffffff;
    background: #d4b24a;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.form_item_group{
	display: none;
}
.form_item_group.show{
	display: inline-block;
}

.btn_wrap{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
    text-align: center;
}

.btn_txt{
	display: inline-block;
	width: 100%;
	text-align: center;
    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none; 
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.submit{
	display: inline-block;
	width: 250px;
	border: none;
	height: 50px;
	border-radius: 25px;
	background-image: -moz-linear-gradient( -44deg, rgb(42,179,173) 0%, rgb(146,204,85) 100%);
	background-image: -webkit-linear-gradient( -44deg, rgb(42,179,173) 0%, rgb(146,204,85) 100%);
	background-image: -ms-linear-gradient( -44deg, rgb(42,179,173) 0%, rgb(146,204,85) 100%);
cursor: pointer;
font-size: 20px;
color: #ffffff;
}

  
  
.submit:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); 
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.field{
	display: inline-table;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 30px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-labelblock{
	display:inline-block;
	width: 100%;
	text-align: left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.field-labelblock .field-label{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-left:10px; 
}

.ckBox{
	display: inline-block;
	vertical-align: middle;
}






.field-content.full{
	display: inline-block;
	width: 100%;
	text-align: center;
    background: none; 
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 10px;
}

.field_note{
	font-weight: bold;
	text-align: center;
	 font-size: 16px;
	color: #ff4c4c;
}

.field_note2{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	 font-size: 16px;
	color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	background-color: rgb(169, 169, 2);
	text-align: left;
}


#other_info{
	display: none;
}





.traffic_body{
	float: left;
	width: 100%;
	margin-top: 40px;
}


.map_wrap{
	float: left;
	width: 100%;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	margin-top: 60px;
}

.map-responsive{
    overflow:hidden;
    position:relative;
    height:400px;
}
.map-responsive iframe{
    left:0;
    top:0;
    width:100%;
    position:absolute;
}


.traffic_item_wrap{
	float: left;
	width: 100%;
    text-align: center;
    		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
	margin-top: 60px;
}


.traffic_item{
	display: inline-table;
	width: 100%;
	margin-bottom: 40px;
}


.traffic_item:last-child{
	margin-bottom: 0px;
}


.traffic_icon{
	display: table-cell;
	width: 30px;
	vertical-align: top;
}

.traffic_icon img{
	width: 100%;
}



.traffic_des{
	display: table-cell;
	vertical-align: top;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
}


.traffic_title{
	font-size: 24px;
	color: #2a2a2a;
}


.traffic_txt{
	font-size: 20px;
	color: #2a2a2a;
	line-height: 32px;
	font-weight: 100;
}

.traffic_txt span{
	font-weight: bold;
}





#FOOTER{
	float:left;
	position: relative;
	z-index: 2;
	width:100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 20px 100px 20px;
	background-color: #ffffff;
	}


.spanBox{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 10px;
	width: 726px;
}	

.spanBox .spon{
	width: 100%;
}	




.copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
	font-size: 14px;
	color: #313233;
}


.copyright span{
	display: inline-block;
	width: 80%;
	height: 1px;
	background-color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}


.mb_show{
	display: none !important;
	width: 100%;
	font-size: 24px !important;
    font-weight: bold !important;
	color: #ffffff !important;
}



@media screen and (max-width: 1180px) {

	
	.mid_content{
		display: inline-block;
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.host_left{
		position: absolute;
		width: 30px;
		top:50%;
		left: 0px;
		margin-top: -15px;
		cursor: pointer;
	}
	
	.host_right{
		position: absolute;
		width: 30px;
		top:50%;
		right: 0px;
		margin-top: -15px;
		cursor: pointer;
	}
	
	
	.host_wrap{
		display: inline-block;
		width: 90%;
		margin-top: 20px;
		text-align: center;
	}
	
	
	


}

@media screen and (max-width: 960px) {



	.logo{
		float: left;
		width: 140px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
		z-index: 0;
	}


	.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:15px;
	right:0px;
  	z-index:12;
	}	


#NAV{
	position: fixed;
	float: none;
	width: 100%;
	height: 100%;
	top:-100%;
	left: 0%;
	z-index: 13;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	text-align: center;
	margin-right: 0px;
	background-color: #0e111e;
}

#NAV.reveal{
	top:0%;
}


nav{
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 80px;
}

nav div {
	float: none;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
	position: relative;
}



nav div span {
color: #ffffff;
}



.intro_txt{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 50px;
	font-size: 20px;
	color: #ffffff;
	line-height: 1.7;
	text-align:left; 
	font-weight: 300;
}



.host_clr_item{
	display: inline-block;
	width: 96%;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px;
	background-color: #ffffff;
	
}



.host_clr_name{
	float: left;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 5px;
	border-bottom: #3c5690 1px solid;
	font-size: 14px;
	color: #3c5690;
}


.host_clr_des{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #17273b;
	text-align: left;
}



.address{
	float: left;
	width: 100%;
	margin-top: 50px;
}

.td_70{
	width: 100% !important;
	vertical-align: top !important;
}


.feature_clr_item{
	display: inline-block;
	width: 96%;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px;
	background-color: #ffffff;

}


.lan_btn{
	display: inline-block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #3c5690;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	border: #3c5690 1px solid;
	border-radius:5px;
	line-height: 38px;
	cursor: pointer;
}



.agenda{
	width: 100%;
	display: block;
	position: absolute;
	z-index: -100;
	top:0px;
	left: 0px;
	opacity: 0;
}

.agenda.show{
	position: relative;
	z-index: 2;
	opacity: 1;
}




.agenda_tr{
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.agenda_tr .agenda-td{
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 0px 10px 0px;
	text-align: left;
	vertical-align: middle;
}

.agenda_tr .agenda-td:first-child{
	width: 100%;
	font-size: 20px;
	color: #484848;
	border-right:none;
	border-bottom:#484848 1px solid;
}

.agenda_tr .agenda-td:nth-child(2){
	/* width: 540px; */
	font-size: 20px;
	color: #484848;
	line-height: 32px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
	font-weight: bold;
}


.agenda_tr .agenda-td:nth-child(3){
	/* width: 540px; */
	font-size: 18px;
	color: #484848;
	line-height: 32px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
}

.agenda_tr .agenda-td:nth-child(2) span{
	font-size: 18px;
	color: #484848;
	font-weight: normal;
}



.agenda_tr .agenda-td:last-child{
	font-size: 18px;
	color: #484848;
	font-weight: normal;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
}

.agenda_tr .agenda-td ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0px;
	font-size: 18px;
	color: #484848;
	font-weight: normal;
}



	.form_wrap{
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	
	
	.form_item{
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	

	








}




@media screen and (max-width: 480px) {


.q_link{
	position: fixed;
	width: 40px;
	right: 10px;
	bottom: 130px;
	cursor: pointer;
	z-index: 10;
}


.sec_title img{
	display: inline-block;
	height: 88px;
}




.mb_show{
	display: none;
}


.spanBox{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 10px;
	width: 100%;
}	
  .goTop{
	position:fixed;
	z-index:100;
	width:30px;
	height:30px;
	display:none;
  bottom:60px;
  right:15px;
	}


	.host_item .name{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 28px;
		color: #3c5690;
		font-weight: bold;
	}

}