@charset "utf-8";

#wrapper{width:100%;position:relative;}
#wrapper:after { /* clearfix */
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}
#home-container{
	background:#fff;
	width:100%;
	margin:0;
	position:relative;
	z-index:50;
	text-align:center;
}
#home-header .inner {
	padding: 15px 0 35px 0;
}
#home-header-top{
	width:100%;
	height: 15px;
	background:#fff;
}
#home-header-bottom{
	width:100%;
	height: 15px;
	background:#fff;
}
#home-header a{position:relative;margin:0;z-index:99999;}
#home-header img{margin-right:40px;}
#home-header .brand{display:inline-block;}
#slide-title {
	/*background:url(../images/slide-title-back.png) top left no-repeat;*/
	font-size:20px;
	line-height: 1;
	font-family:'helveticathai';
	padding:10px;
	margin-top:0;
	float:right;
	z-index:50;
}
.camera_caption a{color:#fff;text-shadow: 1px 1px 0 #000;}
.camera_caption a:hover{color:#ff0000;}

#home-content {padding:15px;position:relative;width:100%;}
#home-top-left{display:none;}
#home-top-right{display:none;}
#home-left{width:100%;background:#fff;}
#home-right{width:100%;background:#fff;}
#home-text-box{width:100%;padding:10px;}
#news-item {margin-bottom:8px;}
#news-item img{display:none;}

@media only screen and (min-width: 1080px) {
#home-container{
	background:rgba(220,220,220,0.8);
	width:100%;
	height:100px;
}
/*#home-header-top{
	background:none;
	display:block;
	position:relative;
	width:100%;
	margin-top:-120px;
	border-bottom: 45px solid rgba(255,255,255,0);
	border-right: 45px solid transparent;
	z-index:50;
}
#home-header-bottom{
	display:block;
	position:relative;
	width:100%;
	background:rgba(255,255,255,0);
	z-index:50;
}*/
#home-header a{position:absolute;top:20px;left:80px;z-index:99999;}
#home-header .inner {padding: 0 0 30px 0;background:none;}
#slide-title {font-family:'helveticathai-med';font-size:24px;margin-top:0;padding:20px 30px 20px 30px;/*background:url(../images/slide-title-back.png) bottom left no-repeat;*/}

#home-content{padding: 2% 5%;}
#home-top-row{width:100%;overflow:hidden;}
#home-top-left{display:block;width:70%;vertical-align:top;float: left;}
#home-top-right{display:block;width:28%;vertical-align:top;float:right;}
#home-left{width:70%;vertical-align:top;float:left;margin-bottom:-99999px;padding-bottom:99999px;background:#fff;}
#home-right{width:28%;vertical-align:top;float:right;margin-bottom:-99999px;padding-bottom:99999px;background:#fff;}
#home-text-box{width:100%;padding: 0 40px 15px 40px;}

#news-item:nth-child(1) {text-align:center;background:rgba(220,220,220,0.5)}
#news-item:nth-child(1) #news-title {padding:5px;}
#news-item:nth-child(1) img{display:block;width:100%;}
#news-item:nth-child(2) #news-title:before,#news-item:nth-child(3) #news-title:before,#news-item:nth-child(4) #news-title:before {display:inline-block;content:'»';margin-right:5px;font-size:15px;}
#news-item:nth-child(2) #news-title,#news-item:nth-child(3) #news-title,#news-item:nth-child(4) #news-title{text-indent:-5px;margin-left:10px;}
#news-item:nth-child(2) img,#news-item:nth-child(3) img,#news-item:nth-child(4) img{display:none;}
}