/* CSS Document */
body {
	margin:0;
	padding:0;	
}
#cont {
	width: 100%;
	height: 100%;
	z-index: 70;
}
#iview {
	display: block;
	max-width: 100%;
	min-width: 300px;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	margin: 10px 0;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 900px;
	height: 500px;
	overflow: hidden;
	border-radius: 4px;
}



#iview div.iview-directionNav {
	position: absolute;
	top: 47%;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(../img/bg_direction_nav.png);
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}

.iview-caption {
	background: url('../img/caption-bg.png');
	color: #FFF;
	border-radius: 3px;
	padding: 10px 15px;
	font-family: Verdana;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}

.iview-caption.caption1 {
	text-shadow: none;
}

.iview-caption.caption2 {
	background: #FFF;
	color: #000;
	text-shadow: none;
}

.iview-caption.caption3 {
	background: #c4302b;
	box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}

/*----------- Menu TOP -----------*/
#nav_top {
	position:fixed;	
	margin-top:0;
	width:100%;
	display:none;
	z-index:9999;
	background:#38549E;	
}
#nav_top nav {
	padding:0;
}
#nav_top nav ul {
	margin:0;
	padding:0;
}
.cursor {
	cursor:pointer;	
}
nav {
	clear:both;
	margin-top:5px;
	
}
nav a {
	text-decoration:none!important;	
	font-size:24px;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding: 0;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;	
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	border-radius: 4px 4px 0 0 ;
	background: #EEE;
}
nav ul li:hover a {
	color: #2A64AE;
}
nav ul li a {
	display: block; 
	padding: 5px 25px;
	color: #fff; 
	text-decoration: none;
}
nav ul ul {
	background: #EEE; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	z-index: 30;
}
nav ul ul li {
	float: none; 
	border-top: 1px solid #FBFBFB;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 30;
}
nav ul ul li a {
	padding: 15px 30px;
	color: #fff;
}	
nav ul ul li a:hover {
	background: #2A64AE;
	color: #fff;
}
/*----------------------------------------- เพิ่มเติม  -----------------------------------------*/
.scrollup {
	display:none;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 10px;
    right: 100px;
    z-index: 9999;	
    background: url('../img/icon-top.png') no-repeat;
}
.bxAd {
	margin:15px 0;
	padding:20px;
	width:100%;
	height:auto;
	line-height:25px;
	font-size:1.0em;	
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #CCC;
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfff4 0%, #e9edda 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9edda)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9edda 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfff4 0%,#e9edda 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfff4 0%,#e9edda 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfff4 0%,#e9edda 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9edda',GradientType=0 ); /* IE6-9 */
}
.bxAd h1{
	margin:0 0 15px;
	font-size:36px;
	font-family:psl;
}
.bxAd h2{
	margin:0;
	font-size:24px;
	font-family:psl;
}
.bxAd td{
	padding:10px;
}
.bxCeo {
	margin:15px auto;
	padding:10px 0;
	width:200px;
	height:auto;
	border:1px solid #999;
	border-radius:10px;
	background: #b7deed; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */	
}
/*---------------------------------------------------------------------------------------------*/
.footer_bg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	background: rgb(100,165,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(100,165,253,1) 0%, rgba(53,138,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,165,253,1)), color-stop(100%,rgba(53,138,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(100,165,253,1) 0%,rgba(53,138,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(100,165,253,1) 0%,rgba(53,138,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(100,165,253,1) 0%,rgba(53,138,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(100,165,253,1) 0%,rgba(53,138,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a5fd', endColorstr='#358afd',GradientType=0 ); /* IE6-9 */	
}