@charset "utf-8";
/* CSS Document */
html{
	height:auto !important;
	height:100%;
	min-height:100%;
	padding:0;
}
#header{
 	width:100%;
	height:125px;
	font-size: 16pt;
	margin: 0 0 0 0;
 } 
 #searchx{
 	width: 210px;
 	height: 40px;
 	position: absolute;
 	margin:170px 0 0 1050px;
 }
 #header_nav{
 	width: 100%;
	height:52px;
	font-size: 18pt;
	margin:0 0 0 0px;
	
 } #header_nav a:link {
	text-decoration: none;
	color:#664943;	
}
	#header_nav a:hover {
	text-decoration: none;
	color:#eb840b;	
}
#header_nav  a:visited {
	text-decoration: none;
	color:#664943;
}
 #header_nav2{
 	width: 80%;
	height:42px;
	font-size: 18pt;
	margin:0 0 0 0px;
	
 } #header_nav2 a:link {
	text-decoration: none;
	color:#8cc63f;	
}
	#header_nav a:hover {
	text-header_nav2: none;
	color:#eb840b;	
}
#header_nav2  a:visited {
	text-decoration: none;
	color:#8cc63f;
}
 #logoBook{
 width:131px;
 height:41px;
 position:absolute;
 padding:5px 0 0 1020px;
 }
 
 #logo{
 width:373px;
 height:115px;
 position:absolute;
 margin:10px 0 0 0;
 }
 #logo img{
 width:373px;
 height:115px;
 }

#wellcome_box{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	background-color: #fdfdf6;

}
#news_box{
	margin: 0 auto;
	font-family: 'thaisans_neueregular'; 
	width:97%;
	color: #000000;
	font-size: 40pt;
}
#news_box h1{
		margin: 35px 0 0 0;	
		font-size: 40pt;
}#news_box h2{
		margin: 0 0 0 0;	
		font-size: 20pt;
		color: #696262;
}#news_box h3{
		margin: 0 0 0 0;	
		font-size: 23pt;
		color: #000;
}#news_box h4{
		margin: 10px 0 0 0;	
		font-size: 18pt;
		color: #de0501;
}#news_box hr{
		margin: 4px 0 5px 0;	
}#news_box p{
		margin: 0 0 0 0;	
		font-size: 14pt;
		color: #000;
}
#news_box b{
		font-size: 14pt;
		color: #01b9af;
}
#view{
	width:100%;
	height:auto;
	font-size:18px;
	font-family: 'thaisans_neueregular'; 
	background-color:#FFFFFF;
}
#footer{
	width: 100%;
	margin: 0 auto;
	height: auto;
	text-align: center;
	padding-top: 20px;
	background-color: #f2f1ed;
}
img, div { 
behavior: url(../js/iepngfix.htc);
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix{
	height:1%;
}

/* Global */
 

img { max-width:100%; }

a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
        filter: alpha(opacity=50); /* IE7 */
        opacity: 0.6;
        text-decoration: none;
    }



.thumbnails li> .fff .caption { background:#fff !important; padding:10px }
/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
    }
    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
        }



/* Thumbnail Box */
.caption h4 {
   
    color: #444;
    }
    .caption p {
       
        color: #999;
        }
        .btn.btn-mini {
            
            }


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
        background: #666;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px 0px;
        position: static;
        height: 30px;
        width: 15px;
        }





/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
    text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
    word-break: break-all;
    }
}


li { list-style-type:none;}
