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

* {
	margin:0px;
	border:0px;
	padding:0px;
	font-family:'PT Sans Narrow', Arial, sans-serif, serif, Times, "Times New Roman", Geneva, Tahoma;
}
.div * {
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Simsun;
}

a {
	text-decoration:none;
}
body {
	background: #ccc url(../image/background.png) repeat;
	font-size:90%;
	text-align:justify
}
div {
	display:block;
}
p {
	padding: 0 0 0px 0;
	color: #1D1D1D;
	line-height: 1.7em;
	font-size: 100%
}
h1, h2, h3, h4, h5, h6 {
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #1D1D1D;
	text-shadow: 0px -1px 0px #fff;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

.chinese h1, h2, h3, h4, h5, h6 {
	font: normal 100% Simsun;
	color: #1D1D1D;
	text-shadow: 0px -1px 0px #fff;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

div.language{
	text-align:right;
	padding-top:15px;
	padding-right:20px;	
}

div.language a{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1D1D1D;
	text-shadow: 0px -1px 0px #fff;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

.chinese div.language a{
	font: bold 16px Simsun;
	color: #1D1D1D;
	text-shadow: 0px -1px 0px #fff;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}


div.language span, div.language a:hover{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: 0px -1px 0px #000;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

div.question h2{
	text-align:left
}

h2 {
	font: normal 150% Arial, Helvetica, sans-serif;
	text-align:center;
}
.chinese h2 {
	font: Bold 150% Simsun;
	text-align:center;
}
.chinese a, .chinese p{
	font-family: Simsun;
}
.chinese th, .chinese td{
	font-family: Simsun;
}
h3 {
	font: normal 100% Arial, Helvetica, sans-serif;
}
.chinese h3 {
	font: Bold 100% Simsun;
}
h4, h5, h6 {
	margin: 0;
	padding: 0 0 0px 0;
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 1.5em;
}
.chinese h4, h5, h6 {
	margin: 0;
	padding: 0 0 0px 0;
	font: bold 120% Simsun;
	color: #FFF;
	line-height: 1.5em;
}
h5, h6 {
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #888;
	padding-bottom: 15px;
}
.chinese h5, h6 {
	font: Bold 90% Simsun;
	color: #888;
	padding-bottom: 15px;
}
a, a:hover {
	color: #1D1D1D;
	background: transparent;
	outline: none;
	text-decoration: none;
}
a>img:hover{
}
/*setting home kt_main*/
#kt_main{
	height:1300px;
}
/*setting navigation bar*/
div.kt_navi_container {
	margin-top:5px;
	height: 35px;
	width:940px;
	background: #FFF;
	background: -moz-linear-gradient(#FFF, #CCC);
	background: -o-linear-gradient(#FFF, #CCC);
	background: -webkit-linear-gradient(#FFF, #CCC);
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;

}
div.kt_navi_bar {
	width: 940px;
	height: 50px;
	text-align: center;
	margin: 0;
}
ul.kt_ul_navi{
	margin-left:30px
}

ul.kt_ul_navi li {
	padding: 0 0 0 0px;
	list-style: none;
	margin: 2px 0 0 0;
	display: inline;
	background: transparent;
}
ul.kt_ul_navi li a {
	float: left;
	font: bold 100% Arial, Helvetica, sans-serif;
	height: 20px;
	margin: 5px 10px 3px 10px;
	text-shadow: 0px -1px 0px #000;
	padding: 3px 14px 1px 14px;
	background: transparent;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border: 4px 4px 4px 4px;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px #FFF;
	text-decoration: none;
}
.chinese ul.kt_ul_navi li a {
	float: left;
	font: bold 100% Simsun;
	height: 20px;
	margin: 5px 10px 3px 10px;
	text-shadow: 0px -1px 0px #000;
	padding: 3px 14px 1px 14px;
	background: transparent;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border: 4px 4px 4px 4px;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px #FFF;
	text-decoration: none;
}
ul.kt_ul_navi li.kt_li_current a, ul.kt_ul_navi li:hover a {
	background: #0043A8;
	background: -moz-linear-gradient(#43A9FF, #0043A8);
	background: -o-linear-gradient(#43A9FF, #0043A8);
	background: -webkit-linear-gradient(#43A9FF, #0043A8);
	color: #FFF;
	text-shadow: 1px 1px #000;
}
/*setting header*/
div.kt_header {
		width:940px;
	height: 114px;
	background: #658EC4;
	background: -moz-linear-gradient(#CEDBEC, #658EC4);
	background: -o-linear-gradient(#CEDBEC, #658EC4);
	background: -webkit-linear-gradient(#CEDBEC, #658EC4);
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
div.kt_logo_container {
	width: 940px;
	position: absolute;
	height: 50px;
	padding: 10px 0 0 0;
	background: transparent;
}
div.kt_logo {
	position:absolute;
	width:400px;
	top:-5px;
	left:70px;
	margin:10px;
}
div.kt_logo img {
	width:400px;
}
img.logo {
	width:150px;
}

div.kt_welcome {
}
div.kt_welcome H1 {
	font: normal 300% Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	text-align: center;
	text-shadow: 1px 1px #000;
	color: #fff;
	margin:0px 0px 0px 0px;
}
.chinese div.kt_welcome H1 {
	font: normal 300% Simsun;
	letter-spacing: -3px;
	text-align: center;
	text-shadow: 1px 1px #000;
	color: #fff;
	margin:0px 0px 0px 0px;
}
/* styling for the slideshow on the homepage */
div.kt_slideshow {
	float:left;
	width: 800px;
	height: 400px;
	margin-bottom: 20px;
}
ul.kt_ul_slideshow {
	list-style: none;
	width: 800px;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin: 120px 0px 0px 20px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	left: 50px;
}
ul.kt_ul_slideshow li {
	position:absolute;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
}
ul.kt_ul_slideshow li.show {
	z-index: 800;
}
ul img {
	border: none;
}
#slideshow-caption {
	width: 800px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 800;
}
#slideshow-caption .slideshow-caption-container {
	padding: 10px 25px 10px 25px;
	background: transparent url(../image/transparent.png) repeat;
	z-index: 800;
}
#slideshow-caption p {
	padding: 0;
	font: normal 130% arial, sans-serif;
	color: #FFF;
}
.chinese #slideshow-caption p {
	padding: 0;
	font: normal 130% Simsun;
	color: #FFF;
}
/*setting footer*/
 div.kt_footer_container {
	 	width:940px;

	margin-top: 0px;
	background: #658EC4;
	background: -moz-linear-gradient(#CEDBEC, #658EC4);
	background: -o-linear-gradient(#CEDBEC, #658EC4);
	background: -webkit-linear-gradient(#CEDBEC, #658EC4);
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
div.kt_footer {
	width: 940px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	color: #FFF;
	text-align:center;
	
}
div.kt_footer h6, div.kt_footer h6:hover {
	text-shadow: 1px 1px #000;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 0;
}
/*setting main content*/

div.kt_main_container {
	width: 940px;
	overflow: hidden;
	margin: 0;
	background: transparent url(../image/transparent_light.png) repeat;
}
div.kt_main_index {
	width: 920px;
	margin-top:435px;
	padding: 20px 0px;
}
div.kt_main {
	width: 920px;
	padding: 20px 0px;
}

div.kt_body {
	position:absolute
}
div.kt_main_container_s{
	width:370px;
	
}
div.kt_main_container_l_index{
	position:absolute;
	left:420px;
	top:644px;
}
div.kt_main_container_l{
	position:absolute;
	left:420px;
	top:50px;
}

div.kt_data_container_at_ll_paektu{
	width:890px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 9px;
	margin-bottom:10px;
	float: left;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
div.kt_data_container_at_paektu{
	padding: 10px 15px 10px 25px;
	float: left;
	width:400px;
}
div.kt_data_container_at_paektu p{
	text-align:center
}

div.kt_data_container_at_paektu img{
	width:400px;
}

div.kt_data_container,.kt_data_container_at,.kt_data_container_at_package ,.kt_data_container_at_l,.kt_data_container_at_ll,.kt_data_container_480,.kt_data_container_430,.kt_data_container_news{
	padding: 10px;
	margin-top: 10px;
	margin-left: 9px;
	margin-bottom:10px;
	float: left;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}

div.kt_data_container_480{
	width:480px;
}
div.kt_data_container_430{
	width:430px;
}


div.kt_data_container_430 img{
	width:430px;
	height:200px
}



div.kt_data_container_news img{
	width:200px;
	height:138px
}

div.kt_data_container h2,div.kt_data_container_480 h2 {
	text-align: center;
}
div.kt_data_container_at_l h2{
	text-align:center;
}

#contact td{
	height:40px;
}

#contact .button{
	margin-top:8px;
	padding:0px 5px 0px 5px;
	font-size:16px; 
	font-weight:500; 
	border-width:1px; 
	border-style:groove;
	border-radius: 5px;
	background-color:#99F;
	border-color:#93F;
	box-shadow:1px 1px 1px 1px #999999;
}

#contact input{
	height:23px;
	margin-bottom:5px;
	margin-top:0px;
}

#contact .text{
	border-width:1px;
	border-style:inset
}



#home_about_us {
	width:370px;
	margin-left:20px;
}
#home_about_us p{
	padding:0 0 0 0;
}
img.kt_img_170{
	width:170px;
	height:100px;
	padding:6px;
}
/*setting about travel navi*/
div.kt_at_navi_container {
	position:absolute;
	right:60px;
	top:10px;
}
ul.kt_ul_at_navi li {
	padding: 0 0 0 0px;
	margin: 2px 0 0 0;
	background: transparent;
	text-align:center;
	list-style:none;
}
ul.kt_ul_at_navi li a {
	font: bold 120% Arial, Helvetica, sans-serif;
	font-size:28px;
	margin: 10px 0 0 10px;
	text-shadow: 0px -1px 0px #000;
	padding: 6px 20px 0 20px;
	background: transparent;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border: 4px 4px 4px 4px;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px #FFF;
	text-decoration: none;
}
.chinese ul.kt_ul_at_navi li a {
	font: bold 120% Simsun;
	font-size:28px;
	margin: 10px 0 0 10px;
	text-shadow: 0px -1px 0px #000;
	padding: 6px 20px 0 20px;
	background: transparent;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border: 4px 4px 4px 4px;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px #FFF;
	text-decoration: none;
}
ul.kt_ul_at_navi li.kt_li_current a, ul.kt_ul_at_navi li:hover a {
	color: #FFF;
	text-shadow: 1px 1px #000;
}
/*setting attractions container*/
div.kt_data_container_at{
	width:275px;
}
div.kt_data_container_at_package{
	width:430px;
}
div.kt_data_container_at_package img:hover{
	opacity:0.5;
}

div.kt_data_container_at_package img{
	width:430px;
}

div.kt_data_container_at_l{
	width:580px;
}
div.kt_data_container_at_l p{
	text-align:center
}
div.kt_data_container_at img{
	width:275px;
}
div.kt_data_container_at img:hover{
	opacity:0.5;
}
div.kt_data_container_at_l img{
	width:580px;
	padding:5px 0 5px 0;
}
div.kt_data_container_at h5,div.kt_data_container_at_l h5{
	color:#1d1d1d;
	padding:0px;
	text-shadow:none;
}
div.kt_data_container_at h3,div.kt_data_container_at_l h3{
	text-align:center;
	margin:0px;
}
div.kt_data_container_at h3:hover{
	color:#ffffff;
	text-shadow: 1px 1px #000;
}
div.kt_at_att_main{
	float:left;
}
div.kt_at_att_navi{
	height:200px;
}
/*setting festival*/
div.kt_data_container_at_ll{
	width:900px;
}



div.kt_data_container_at_ll th, td{
	text-align:center
}
#kt_data_container_at_ll{
		position:absolute;
	bottom:40px;
}
#kt_data_container_at_lll{
		position:absolute;
	bottom:265px;
	padding:0px 0px 0px 0px;
	width:920px
}

div.kt_data_container_at_ll img{
	width:215px;
	height:120px;
	margin:5px;
}

div.kt_data_container_at_ll_360 img{
	width:200px;
	height:200px;
	margin-left:100px;
}

div.kt_data_container_at_ll img.logo{
	width:150px;
	height:80px;
	padding-right:10px;
	float:left
}


div.kt_data_container_at_ll h3{
	font-size:30px;
	text-align:center;
}
div.kt_data_container_at_ll h5, div.kt_data_container_at_ll_360 h5{
	font-size:20px;
	color:#1d1d1d;
}
/*setting site map*/
div.kt_sitemap_list{
	padding:0 5px 0 10px;
	float:left;
	font-size:90%;
}
.chinese div.kt_sitemap_list{
	padding:0 0px 0 37px;
	float:left;
	font-size:90%;
}
div.kt_sitemap_list h4{
	color:#000000;
	text-shadow: 0px -1px 0px #fff;
}

div.kt_sitemap_list h4 a:hover{
	color:#FFFFFF;
	text-shadow: 1px 1px #000;
}
ul.kt_ul_sitemap{
	list-style:none;
}
ul.kt_ul_sitemap li a:hover{
	color:#FFFFFF;
	text-shadow: 1px 1px #000;
}
/*setting home*/
ol.kt_ol_traveltips{
}
ol.kt_ol_traveltips li{
	margin:0 0 0 30px ;
}
ol.kt_ol_faq li{
	margin:0 0 0 30px ;
}
ol.kt_ol_news span{
	font-size:12px;
	padding-left:115px
}
ol.kt_ol_news li{
	margin-left:50px;
	font-size:18px;
}

ol.kt_ol_news img{
	position:relative;
	bottom:-28px;
	padding-right:15px;
}
.highlight{
	color:#00C
}

.highlight:hover{
	color:#CC0
}

ol.kt_ol_traveltips li a:hover, .kt_data_container_480 a:hover{
	color:#FFFFFF;
	text-shadow: 1px 1px #000;
}

ol.kt_ol_faq li a:hover{
	color:#FFFFFF;
	text-shadow: 1px 1px #000;
}

p.kt_p_gotop a:hover{
	color:#FFFFFF;
	text-shadow: 1px 1px #000;
	text-decoration:none
}

p.kt_p_gotop{
	text-decoration:underline
}

div.kt_readmore a:hover{
	color:#FFFFFF;
	text-shadow: 1px 1px #000;
}
div.kt_readmore a{
	text-decoration:underline;
}
/*setting follow us*/
div.kt_followus{
	padding-left:30px;
}
div.kt_followus img{
	width:50px;
	height:50px;
	margin-top: 10px;
	margin-left: 9px;
	margin-bottom:10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;

}
/*setting web link*/
div.kt_web_link img{
	width:174px;
	height:80px;
}
#kt_web_link{
	padding:0 0 0 0;
	width:920px;
}

.favourite{
	text-decoration:underline;
	color:#609;
}

.favourite:hover{
	color:#C00
}
/*setting kt_home_travel_package*/
#kt_home_travel_package img{
	width:230px;
	height:130px;
	padding:5px;
}
#kt_home_news_event img{
	width:170px;
	height:100px;
	float:left;
	padding:0 10px 10px 0;
}
#kt_home_news_event div{
	float:left;
}
/**/
#kt_att_select_menu img{
	opacity:0.3;
}
#kt_att_select_menu img:hover{
	opacity:1;
}
#kt_att_select_menu h3{
	color:#FFFFFF;
	text-shadow: 1px 1px #000;
}

#kt_att_select_menu img.kt_img_select{
	opacity:1;
}
#kt_att_select_menu h3.kt_h3_select{
	color:#000;
	text-shadow: 1px 1px #fff;
}
/**/
div.kt_data_container_at_ll img.kt_festival_img_select{
	width:440px;
	height:250px;
	float:left;
}
#kt_line{
	padding:0px;
	height:2px;
	background:#999999;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

#holiday td{
	text-align:left
}

table.package { border-collapse:collapse; }
table.package td, table.package th { border:1px solid black;padding:5px; }
