
@media(max-width:1600px)
{
	#menu-bar a {
		padding:0px 11px 0px 11px;
	}
	
	.nav-bar-toggle{display: none;}
	.menu-barMain .menu-header > div:first-child {
		/* background:#000; */
		font-size: 1.5em;
		letter-spacing: 1px;
		font-family: Kanit
	}
}
@media(max-width:1400px)
{
	#menu-bar a {
		
		padding:0px 7px 0px 7px;
	}
	
	.nav-bar-toggle{display: none;}
	.menu-barMain .menu-header > div:first-child {
		/* background:#000; */
		
		letter-spacing: 1px;
		font-family: Kanit
	}

}
/*@media(max-width:1250px)
{
	#menu-bar a {
		font-size:10px;
		padding:0px 6px 0px 6px;
		
	}
	#menu-bar ul{
		width: 250px
	}
	.menubar-collapse {display: block;}

	.nav-bar-toggle{display: none;}
}*/
@media(max-width:1280px)
{
	#menu-bar a {
		
		padding:0px 3px 0px 3px;
	}
	.menubar-collapse {display: block;}

	.nav-bar-toggle{display: none;}
	h3 a{font-size:0.4em;margin-top:6px;}
	.menu-barMain .menu-header > div:first-child {
		/* background:#000; */
		
		letter-spacing: 1px;
		font-family: Kanit
	}
}

@media(max-width:1100px)
{
	
	.menu-barMain .menu-header > div:first-child {
		/* background:#000; */
		
		letter-spacing: .5px;
		font-family: Kanit
	}
	#menu-bar a {
		
		padding:0px 2px 0px 2px;
	}
}
@media(max-width:1000px){
	.nav-bar-toggle{
		display: block;
		font-size: 16px;
		/* padding:0px 15px 0px 15px; */
	}
	
	.menubar-collapse {display: none;}
	h3 a{font-size:0.4em;margin-top:6px;}
	.menu-barMain .menu-header > div:first-child {
		/* background:#000; */
		font-size: 0.8em;
		letter-spacing: 1px;
		font-family: Kanit
	}
}


* { margin: 0; padding: 0; outline: 0; }
 h3 a{font-size:0.5em;float:right;margin-top:8px;} 
body ,html {
      overflow: auto;
    /* font-size: 12px;
    line-height: 19px;
    font-family: arial, sans-serif;
    color: #000; */
    /*background: #edf6ff url(../images/body.png) repeat-x 0 0;
    */
	
	
}

a { color: #000; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family:kanit, arial, sans-serif; }
textarea { overflow: auto; }



#navbar_section{
	margin-bottom:15px;
	/*margin-top: 15px; */
	position: fixed;
	top:0px;
	left:0px;
	z-index: 10;
	width:100%;
}

#homebanner{
	margin-top:80px;
}

.shell { margin: 0 auto; width: 1100px; }
.container { 
	/*background: #fff;  
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3); 
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); 
	-o-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
	 padding-left:20px;
  padding-right:20px;*/


}

.header { padding: 0px; width: 1100px; height:168px;display: block;}
#navbar_section{
	/* background: url(../images/navigation2.png) repeat 0 0; */
	background-color: #4D76FF;

}
#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  position:relative;
  z-index:999;

}
#menu-bar li {

	float: left;
	position: relative;
	list-style: none;
	line-height:60px;

}
.menu-barMain {width:100%;line-height: 50px}
.menu-barMain a{color:#D3CE4E;font-weight:bold;}
.menu-barMain div {
	float:left;

}
/* .menu-header + .menubar-collapse{
	display: none;
} */

.menu-barMain .menubar-collapse{
	width:auto;
}



.menu-barMain .menu-header > div{
	padding:5px 15px;
}
.menu-barMain .menu-header > div:hover{
	background:#162D7A;
	transition: background 0.5s;
  	color: #fff;
}

#menu-bar a {
	
	text-decoration: none;
	display: block; 
	
	font-family:kanit, arial, sans-serif;
	margin: 0;
	letter-spacing: 1px;
	color:#dfdfdf;

}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
    background:#0573fa;
	transition: background 0.5s;
 	color: #fff;

}
/* #menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: #ffff;
  border: none;
  color: #666;
  transition: background 0.5s;

} */


#menu-bar ul a:hover {
  
  color: #FFFFFF !important;

}
/* #menu-bar li:hover > ul {
  display: block;
 
  
} */

.searchcss{
	 margin-top:10px; 

}


.searchcss  button,.searchcss  input[type="text"]{
	display: inline;
	border:none;
	background:none;
	outline-style:none;
	box-shadow:none;
	border-color:transparent;
	width:10%;
}
.searchcss  input[type="text"]{width:85%;}
.searchcss{
	border:1px solid #dfdfdf;
	
	
	background-color: #fff;
	border-radius: 5px;
	width:100%;
}

#menu-bar ul {
  background: #0573fa;
   display: none; 
  margin: 0;
 	padding:0;
  min-width: 250px;
   position: absolute; /* #022958 */
  left: 0;
  z-index: 1000;
}

 #menu-bar li:hover > ul li a:hover{
	 background: #022958;
} 
#menu-bar ul li {
  float: none;
  margin: 0;
  padding:0;
}

#menu-bar ul a {
  padding:0px 0px 0px 15px;
  color:#fff !important;

}

#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

#menu-bar #nav_con a {
  border: none;
}


/***********recommended menu************/
#menu-recommended{
	width:754px;
	height:65px;
	margin:10px;


}

#menu-recommended-bar a{
	width:130px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
	border: solid 1px #b4b4b4;
	border-right: 1px solid #FFF;
	text-decoration: none;


}


#menu-recommended-bar  .first a  {
	color:#3275cf;	
}
#menu-recommended-bar .first a:hover  {
	background:#3275cf;	
	color:#fff;	
}

#menu-recommended-bar  .second a  {
	color:#9e02ac;	
}
#menu-recommended-bar .second a:hover  {
	background:#9e02ac;	
	color:#fff;	
}

#menu-recommended-bar  .thrid a  {
	color:#00bed4;	
}
#menu-recommended-bar .thrid  a:hover  {
	background:#00bed4;	
	color:#fff;	
}

#menu-recommended-bar  .fourth a  {
	color:#d49600;	
}
#menu-recommended-bar .fourth  a:hover  {
	background:#d49600;	
	color:#fff;	
}




#menu-recommended-bar  .last a  {
border-right: 1px solid #b4b4b4;
	color:#be0707;	
}
#menu-recommended-bar .last a:hover  {
	background:#be0707;	
	color:#fff;	
}




/*********************/


.box h3{
  text-align:center;
    position:relative;
    top:80px;
}
.box {
    width:70%;
    height:200px;
    background:#FFF;
    margin:40px auto;
}
/*==================================================
 * Effect 1
 * ===============================================banner*/
.effect1{
    -webkit-box-shadow: 0 10px 10px -6px #e2e2e2;
       -moz-box-shadow: 0 10px 10px -6px #e2e2e2;
            box-shadow: 0 10px 10px -6px #e2e2e2;
            padding-bottom: 10px;
}


.main{ height:100%;	 }
.main h3 { color: #293237; font-size: 30px; margin-top:10px;margin-bottom: 5px }
.main h3 a { color: #293237; } 

.main-sub{ height:2500px;	 }

.main  h2 {  background: url(../images/navigation2.png) repeat 0 0; height:26px; padding-top:6px; padding-left:30px; color:#FFFFFF; width:735px;}
.main-sub h3 { color: #293237; font-size: 19px; line-height: 21px; font-weight: normal; }
.main-sub h3 a { color: #293237; } 
.navigation { width: 745px; background:#666666; height:20px; color:#FFFFFF; padding-left:20px;}
.banner{ width: 770px; height:380px; float:left; }

.flexslider {  height: 377px;overflow: hidden; margin-bottom:1px;  }

.recombox{}
.recomended {  height:200px; background:#cccccc;margin:5px 0 0 0; margin-right:1px;position: relative;}
.recomended span.shadow-t { width: 770px; height: 11px; background: url(../images/box-shadow-t.png) no-repeat 0 0; position: absolute; top: 0; left: 0; display: block;}
.recomended span.shadow-b { width: 770px; height: 11px; background: url(../images/box-shadow-b.png) no-repeat 0 0; position: absolute; bottom: -4px; left: 0; display: block;}
.recomended h1 { padding:10px;color:#f36621; font-size:14px;  }

.sort {height:85px;  background:#e6e6e6;margin:5px 0 0 0; margin-right:1px; position: relative;}
.sort ul {
  
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
	margin-left:10px;

}

.sort a {
float:left;

	text-transform:uppercase;

    background-color: #fff;
    padding: 0.5em 20px;;
    border-right: 1px solid #ccc;
	text-align:center;

	
}

.sort a:hover {
    background-color: #2c82ac;
	color:#fff;
}

.sort li {
    display: inline;
	height:25px;

	
}

.sort #active {
  background-color: #2c82ac;
  color: #fff;
  cursor: default;
}

.sort h1 {padding:10px 0 3px 10px;  color:#2f89c7; font-size:14px;}
.sort img{ margin: 0 7px;}
.sort span.shadow-t { width: 770px; height: 11px; background: url(../images/box-shadow-t.png) no-repeat 0 0; position: absolute; top: 0; left: 0; display: block;}
.sort span.shadow-b { width: 770px; height: 11px; background: url(../images/box-shadow-b.png) no-repeat 0 0; position: absolute; bottom: -4px; left: 0; display: block;}
.newsandevants{ height:180px; margin:5px 0 0 5px;position: relative; }
.newsandevants span.shadow-t { width: 770px; height: 11px; background: url(../images/box-shadow-t.png) no-repeat 0 0; position: absolute; top: 0; left: 0; display: block;}
.newsandevants span.shadow-b { width: 770px; height: 11px; background: url(../images/box-shadow-b.png) no-repeat 0 0; position: absolute; bottom: -4px; left: 0; display: block;}
.sub-page{ width:750px; margin:0px; height:auto;}
.sub-page h1 { color:#333333;}
.sub-page h2{ color:#333333;}

.detailpage{ margin-top:200px; margin:10px; font-size:16px;  height: 2400px;
    overflow: scroll;}
.country{ margin:10px;}
.country img{ border-width:thin;}
.sidebar { width:330px;  float:right;}
.booking { height:480px;;}
.news {  height:371px; background:#ccc;  border-radius:5px 5px 0px 0px ; -moz-border-radius:5px 5px 0px 0px ; -webkit-border-radius:5px 5px 0px 0px ; -o-border-radius:5px 5px 0px 0px; }
.news h1 {padding:10px;color:#8b8c17; font-size:14px;}
.news .block {  width:320px; height:330px; border:1px solid #ccc; padding: 4px; background: #FFF; border-radius:0px 0px 5px 5px ; -moz-border-radius:0px 0px 5px 5px ; -webkit-border-radius: 0px 0px 5px 5px; -o-border-radius: 0px 0px 5px 5px; margin-bottom:10px;} 
.ad {  height:371px;  }
.ad .block {  width:320px; height:330px; margin:4px; margin-top:5px;} 
.news .block .detail { margin:5px;  text-align: justify; color:#333333;}
.detail { margin:5px;  text-align: justify; color:#333333;}

.news .block a.col-btn { background: url(../images/col-btn.png) repeat 0 0; float: left; border: 1px solid #afd1f6; height: 21px; line-height: 21px; text-align: center; padding: 0 15px; color: #324957; 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;
	text-shadow: rgba(255,255,255,0.9) 1px 1px 1px; float:right;
}

.news .block a.col-btn:hover { background-position: 0 bottom; text-decoration: none; }



/* section { padding: 0 32px 27px; } */
.last-section { border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -o-border-radius: 0px 0px 5px 5px; }
.cols { background: url(images/cols.png) repeat-x 0 bottom; }
.cols h3 { padding-bottom: 14px;  }
.cols p { padding-bottom: 10px;  }
.cols .col { width: 212px; float: left; }
.cols .col+.col { padding-left: 14px; }

.box { padding: 19px 32px 29px 32px; position: relative; height: 100%;  }
.box span.shadow-t { width: 1100px; height: 11px; background: url(../images/box-shadow-t.png) no-repeat 0 0; position: absolute; top: 0; left: 0; display: block;}
.box span.shadow-b { width: 1100px; height: 11px; background: url(../images/box-shadow-b.png) no-repeat 0 0; position: absolute; bottom: -4px; left: 0; display: block;}
.box h3 { float: left; }
.boxpackage{ margin-top:5px; }
.package{   width:768px;   float:left;  }
.package h2 { padding-left:7px; padding-bottom:10px; color:#92278f; font-size:14px;}
.package h1 { padding-left:7px; padding-bottom:10px; color:#ed145b; font-size:14px;}

.package a.col-btn { background: url(../images/col-btn.png) repeat 0 0; float: left; border: 1px solid #afd1f6; height: 21px; line-height: 21px; text-align: center; padding: 0 15px; color: #324957; 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;
	text-shadow: rgba(255,255,255,0.9) 1px 1px 1px; float:right;
}

.package a.col-btn:hover { background-position: 0 bottom; text-decoration: none; }
.package a.col-btn2 { background: url(../images/col-btn.png) repeat 0 0; float: left; border: 1px solid #92278f; height: 21px; line-height: 21px; text-align: center; padding: 0 15px; color: #324957; margin-left:200px; margin-bottom:20px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;
	text-shadow: rgba(255,255,255,0.9) 1px 1px 1px; 
}

.package a.col-btn2:hover { background-position: 0 bottom; text-decoration: none; }


.package a.col-btn3 { background: url(../images/col-btn.png) repeat 0 0; float: left; border: 1px solid #ed145b; height: 21px; line-height: 21px; text-align: center; padding: 0 15px; color: #324957; margin-left:200px; margin-bottom:20px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;
	text-shadow: rgba(255,255,255,0.9) 1px 1px 1px; 
}

.package a.col-btn3:hover { background-position: 0 bottom; text-decoration: none; }

.main-block{float:left;}
.livetickets{  margin-top:10px; width:100%; }
.livetickets img { border:medium; border-color:#FFFFFF;}
.livetickets h1 { padding:10px;color:#f36621; font-size:14px;  }
.promotion .detail{}
.package span.shadow-t { width: 900px; height: 11px; background: url(../images/box-shadow-t.png) no-repeat 0 0; position: absolute; top: 0; left: 0; display: block;}
.package span.shadow-b { width: 900px; height: 11px; background: url(../images/box-shadow-b.png) no-repeat 0 0; position: absolute; bottom: -4px; left: 0; display: block;}
.links{ width:170px; padding:10px; float:right;}
.links-sub{ width:170px; padding:10px; float:right; margin-top:800px;}
.links img{ float:right; }
.links-sub img{ float:right; }

.services { border-top: 30px solid #fff; }
.services .widget {  }
.footer { padding: 18px 0 30px 0; }
.footer p.copy {font-size: 12px; color:#676767; text-align:center; }


/* SLIDESHOW ------------------------------------------------------------*/

div#slideshow{
	overflow: hidden;
	position: relative;
	height: 377px;

	width: 769px;
}

div#slideshow ul#slides{
	margin: 0 auto;
	width: 770px;
	height: 377px;

	left: -5px;
}



div#slideshow img#prev{
	position: absolute;
	top:180px;
	left: 0px;
	z-index: 20;
}

div#slideshow img#next{
	position: absolute;
	top: 180px;
	right: 0px;
	z-index: 20;
}



div#slideshow span{
	background: url(../img/slideshow-border.png) no-repeat;
	width: 770px;
	height: 377px;
	display: block;
	position: absolute;
	top: 0px;
	left: -1101px;
}

#slideshow-nav{
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 10px;
	right: 20px;
	z-index: 20;
}

#slideshow-nav a { 
	display: block;
	float: left;
	background: url(../img/slidebutton.png) no-repeat; 
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	margin-right: 5px;
}

#slideshow-nav a.activeSlide { 
	background: url(../img/slidebutton-over.png) no-repeat; 
}

.searchbox {height: 80px; width:759px; margin-top:677px;padding-left:10px;  background:#e6e6e6; border:medium; border-color:#FFFFFF; position:relative; }
.tb10 {
	margin: 0;
		padding: 5px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		border:1px solid #0076a3;
        border-radius:5px 5px 5px 5px ; -moz-border-radius:5px 5px 5px 5px ; -webkit-border-radius:5px 5px 5px 5px ; -o-border-radius:5px 5px 5px 5px; 
}

.tfbutton {
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #0076a3; border-right:0px;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		 border-radius:5px 5px 5px 5px ; -moz-border-radius:5px 5px 5px 5px ; -webkit-border-radius:5px 5px 5px 5px ; -o-border-radius:5px 5px 5px 5px; 
	}
	.tfbutton:hover {
		text-decoration: none;
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}


.h-col-cate .badge{
	font-size:1em;
}
.h-col-cate{
	font-size:22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:5px 0px;
	padding-left:15px;
	-webkit-border-top-left-radius:10px;
	-o-border-top-left-radius:10px ;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-o-border-top-right-radius:10px ;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius:10px;
} 

.h-col-cate-bestsell{
	color:#000;
	background:  #FF784D;
	 background: -webkit-linear-gradient(left,#FF784D, #FFF385); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left,#FF784D, #FFF385); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left,#FF784D, #FFF385); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left,#FF784D, #FFF385); /* Standard syntax */

}
.h-col-cate-promotion{
	color:#fff;
	background:  #00A66E;
	 background: -webkit-linear-gradient(left,#00A66E, #D8FFCC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left,#00A66E, #D8FFCC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left,#00A66E, #D8FFCC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left,#00A66E, #D8FFCC); /* Standard syntax */

}
.h-col-cate-all{
	color:#000;
	background:  #69D2E7;
	 background: -webkit-linear-gradient(left,#69D2E7, #E0E4CC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left,#69D2E7, #E0E4CC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left,#69D2E7, #E0E4CC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left,#69D2E7, #E0E4CC); /* Standard syntax */

}

/*
	** image hover animation 
*/

.caption-style-4{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}
	.caption-style-4 li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.caption-style-4 li:hover .caption{
		opacity: 1;
	}
	.caption-style-4 li:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}
	.caption-style-4 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}
	.caption-style-4 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
	}
	.caption-style-4 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.caption-style-4 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 300px;
		width: 400px;
		z-index: 5;
		position: absolute;
	}
	.caption-style-4 .caption-text h1{
		text-transform: uppercase;
		font-size: 24px;
	}
	.caption-style-4 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 400px;
		height: 300px;
		text-align: center;
		top:100px;
	}
/* framework carousel */
	.owl-item img {
	  display: block;
	  width: 100%;
	  height: auto;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	}