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

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td input form{ margin: 0; padding: 0; border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit; font-size: 100%; font-family: inherit; 
}

.clear {
	clear: both;
 	display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

@font-face {
    font-family: 'thaisans_neuesemi_bold';
    src: url('fonts/thaisansneue-semibold-webfont.eot');
    src: url('fonts/thaisansneue-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thaisansneue-semibold-webfont.woff') format('woff'),
         url('fonts/thaisansneue-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thaisans_neueregular';
    src: url('fonts/thaisansneue-regular-webfont.eot');
    src: url('fonts/thaisansneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thaisansneue-regular-webfont.woff') format('woff'),
         url('fonts/thaisansneue-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #3d3d3d;
	font-size: 15px;
	position: relative;
	height: 100%;
	background: #fff url(../images/body_bg.jpg) repeat-x 0 -12px;
	line-height: 1.5;
	
}

ul {
	list-style: none;	
}

a {
	text-decoration: none;
	color: #fff;
}

h1, h2 {
	font-family: 'thaisans_neuesemi_bold';	
}


h1 {
	font-size: 30px;
}

h2 {
	font-size: 20px;
}

h3 {	
	font-size: 14px;
}

h4 {
	font-size: 14px;
	font-weight: bold;	
}

/*p {
	line-height: 1.5px;	
}*/

input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#cover {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	z-index: 9999;
	top:0;
	left: 0;	
}

.hidden_br {
	display: none;	
}


/********** general ***********/

header {
	background: url(../images/header_bg.jpg) repeat-x;
	height: 49px;
	box-shadow: 0 2px 20px #000;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 1000;	
}

#header_content {
	width: 100%;
	max-width: 940px;
	margin: auto;
	position: relative;	
}

#head_logo {
	width: 106px;
	height: 65px;
	position: absolute;
	top: -6px;	
}

#head_logo img{
	width: 100%;	
}

#header_left {
	margin-left: 115px;
}

#main_nav {
	float: left;	
}

#main_nav ul li{
	display: inline-block;
	float: left;	
}

#main_nav ul li a{
	display: block;
	height: 46px;
	padding-top: 3px;
	transition: background-color, .5s;
}

#main_nav ul li a:hover{
	background: #4e6642;	
}

#main_nav ul li a.active{
	background: #4e6642;	
}

#main_nav ul li a span{
	font-size: 15px;
	font-family: 'thaisans_neuesemi_bold';
	border-right: 1px solid #4e6642;	
	height: 44px;
	display: block;
	line-height: 44px;
	padding: 0 18px;	
}

#main_nav ul li:last-child a span{
	border-right: 0;
}

#main_nav ul li a span img{
	vertical-align: middle;	
}

#search_form {
	float: right;
	width: 250px;
	padding-top: 12px;
	position: relative;	
}

#search_input{
	background: #d8dcda;
	padding: 0 10px;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #768b80;
	color: #768b80;
	font-size: 14px;
	height: 28px;	
}

#search_btn {
	width: 20px;
	height: 20px;
	background: url(../images/search_bg.jpg) no-repeat;
	position: absolute;
	right: 5px;
	top: 16px;
	cursor: pointer;
	border: 0;	
}

#search_input::-webkit-input-placeholder {
   color: #768b80;
}

#search_input:-moz-placeholder { /* Firefox 18- */
   color: #768b80;  
}

#search_input::-moz-placeholder {  /* Firefox 19+ */
   color: #768b80;  
}

#search_input:-ms-input-placeholder {  
   color: #768b80;  
}

footer {
	font-size: 11px;	
	color: #fff;
	background: url(../images/black_transparent.png) repeat;
	padding: 7px 10px;
	font-family: 'thaisans_neuesemi_bold'; 
}

#footer_link {
	display: inline-block;
	float: left;
}

footer a{
	color: #fff;
	transition: border-color, .5s;	
	border-bottom: 1px solid transparent;	
}

footer a:hover{
	border-color: #fff;	
}

#footer_link a{
	margin: 0 5px;	
}

#developed_by {
	float: right;	
}

#inside_footer {
	margin-top: 60px;	
}

#mobile_header {
	padding: 0;
	height: 43px;
	background: url(../images/mobile_header_bg.jpg) repeat-x;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#mobile_logo {
	width: 53px;
	height: 34px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 20px;	
}

#mobile_logo img{
	width: 100%;	
}

#mobile_nav_btn {
	width: 20px;
	height: 20px;
	float: right;
	cursor: pointer;
	float:right;
	margin-top: 10px;
	margin-right: 20px;
}

#mobile_nav_btn img{
	width: 100%;	
}

#mobile_nav_container {
	width: 100%;
	position: fixed;
	top: 43px;
	background: #fff url(../images/mobile_nav_bg.jpg) repeat-x;
	text-align: center;
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 5px solid #808080;
	display: none;
}

#mobile_nav {
	margin-bottom: 30px;	
}

#mobile_nav a{
	display: inline-block;
	border-right: 1px solid #a7a7a7;
	text-align: center;
	font-size: 14px;
	font-family: 'thaisans_neueregular';
	color: #808080;
	height: 84px;
	padding: 5px 0px;
	vertical-align: top;
	line-height: normal;
	width:24%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 	
}

#mobile_nav a:nth-child(4){
	border-right: 0;	
}

#mobile_nav a:first-child img{
	width: 43px;
	height: 21px;
	margin-top: 15px;
}

#mobile_nav a:nth-child(2) img{
	width: 72px;
	height: 33px;
	margin-top: 27px;
}

#mobile_nav a:nth-child(3) img{
	width: 22px;
	height: 26px;
}

#mobile_nav a:nth-child(4) img{
	width: 24px;
	height: 27px;
}

#mobile_search {
	margin-bottom: 10px;	
}

#mobile_search_input {
	width: 80%;
	border: 1px solid #808080;
	margin: auto;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;	
}

#mobile_nav_close_btn {
	width: 15px;
	margin: 10px auto 0;
	cursor: pointer;	
}

#mobile_nav_close_btn img{
	width: 100%;	
}


/************ home ***********/

#player1 {
	width: 100%;
	height: 20px;	
}

#scroll_control {
	position: fixed;
	left: 30px;
	top: 50%;
	margin-top: -77px;	
}

.scroll_btn {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background: #fff;
	margin: 10px 0;
	cursor: pointer;
	border: 2px solid #fff;
}

.scroll_btn.area_active {
	background: #08361D;	
}

#home_footer {
	position: absolute;
	bottom:0;
	width: 100%;
	padding: 7px 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bg {
	position: absolute;
	left: 0;
	top: 43px;
	width: 100%;
	z-index: -1;	
}

#highlight_bg {
	z-index: 0;
	background:url(../images/bg/bangkok.jpg) no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 885px;		
}

#traffic_bg {
	z-index: 0;
	background:url(../images/bg/traffic.jpg) no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 815px;
	display: block;		
}

#news_bg {
	z-index: 0;
	background:url(../images/bg/news_bg.jpg) no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 847px;
}

#lost_bg {
	z-index: 0;
	background:url(../images/bg/lost_and_found.jpg) no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 815px;
	box-shadow: 0 1px 20px #000;
	position: relative; 
	z-index: 1;
	display: block;	
}

#post_bg {
	z-index: 0;
	background:url(../images/bg/post_and_share.jpg) no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 980px;
}

#main_hilight_content {
	padding-top: 80px;
	width: 665px;
	margin: auto;
	position: relative;
	margin-bottom: 232px;	
}

#main_logo {
	text-align: center;
	margin-bottom: 20px;	
}

#main_logo img{
	max-width: 100%;	
}

#main_logo h2 {
	font-size: 18px;
	color: #fff;	
}

#highlight_list {
	width: 100%;
	margin-bottom: 10px;	
}

#highlight_list li{
	background: #fff;
	width: 32%;
	margin-right: 2%;
	float: left;
	height: 275px;
	overflow: hidden;	
}

#highlight_list li:last-child{
	margin-right: 0;	
}

.shadow {
	box-shadow: 0 0 20px #000;	
}

#highlight_list li img{
	width: 100%;	
}

#highlight_list li > a {
	display: inline-block;
	position: relative; 
}

.highlight_content {
	padding: 0 10px 17px;	
}

.highlight_content a{
	font-size: 16px;
	color: #4d6642;
	font-family: 'thaisans_neuesemi_bold';
	line-height: 1.5;
		
}

.highlight_content h4{
	font-size: 12px;
	margin: 5px 0;
	
}

.main_news_text {
	display: none;	
}

#news_list li p{
	display: none;	
}

#news_list li div{
	display: none;	
}

.highlight_content p {
	display:none;	
}

#highlight_left {
	width: 32%;
	float: left;
}

#radio_container {
	width: 100%;
	/*background: #08361d;
	border-radius: 10px;*/
	position: relative;	
}

#radio_container img{
	width: 100%;	
}

#radio_content {
	padding: 2px 15px;
	color:#fff;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;	
}

#radio_content span{
	font-size: 13px;
	font-family: 'thaisans_neueregular';
}

#social_container {
	width: 100%;	
	color: #fff;
	padding: 10px 0;
}

#social_container h2{
	display: inline-block;
	font-size: 15px;
	line-height: 30px;	
	text-shadow: 0 0 2px #000;
	font-family: 'thaisans_neuesemi_bold';
	font-weight: 700; 		
}

#social_container a{
	float: right;
	margin-left: 11px;	
}

#twitter_container {
	float: right;
	width: 66%;
	background: #08361d;
}

.twitter-timeline {
	margin-bottom: 10px;	
}

#twitter_content {
	padding: 10px;	
}

#follow_btn {
	display: inline-block;
	float: right;
	text-align: right;	
}

#twitter_content > span{
	float: left;
	color: #fff;
	font-size: 12px;
	font-family: 'thaisans_neuesemi_bold'; 		
}

#twitter_content > span img{
	vertical-align: middle;	
}

#emergency_num {
	float: right;
	display:inline-block;
	color: #fff;
	font-family: 'thaisans_neuesemi_bold'; 	
	font-size: 14px;
	margin-top: 20px;
	width: 173px;	
}

#emergency_num img{
	width: 100%;
}

.phone1 {
	width: 245px;
	height: 65px;
	background: url(../images/desktop_phone1.png) no-repeat;
	position: absolute;
	bottom: 34px;
	left: 0;
	display: block;	
}

.phone2 {
	width: 241px;
	height: 40px;
	background: url(../images/desktop_phone2.png) no-repeat;
	position: absolute;
	bottom: 34px;
	left: 242px;
	display: block;		
}


#main_traffic_content {
	padding: 20px;
	width: 785px;
	background: #08361d;
	margin: 0 auto 310px;
}

#main_traffic_content h1{
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 20px;	
}

#main_traffic_content h1 img{
	vertical-align: middle;	
}

#view_map_btn {
	display:inline-block;
	border: 1px solid #fff;
	padding: 1px 8px;
	font-size: 18px;
	color: #fff;
	font-family: 'thaisans_neuesemi_bold'; 
	float: right;
	margin-bottom: 10px;
	visibility: hidden;		
}

#traffic_map {
	width: 540px;
	float: left;
	/*height: 0;	
	position: relative;
	padding-bottom: 45.5%;
	padding-top: 25px;*/
	clear: both;	
}

#traffic_map img{
	wicth: 100%;
}

#traffic_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map_feed_container {
	width: 230px;
	float: right;
	overflow: auto;
	height: 380px;	
}

#map_feed_list {
	padding-right: 15px;
		
}

#map_feed_list li{
	border-bottom: 1px solid #4a584b;
	padding: 10px 0;
	color: #fff;	
}

#map_feed_list li:last-child{
	border-bottom: 0;	
}

.time {
	font-family: 'thaisans_neuesemi_bold';
}

#main_news_content {
	padding: 20px;
	width: 785px;
	background: #08361d;
	margin: 0 auto 50px;
}

#main_news_list {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;	
}

#main_news_list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	min-height: 351px;	
}

#main_news_list li:last-child{
	margin-right: 0;	
}

#main_news_list li img{
	width: 100%;	
}

#main_news_list li > a{
	color: #fff;
	font-size: 17px;
	font-family: 'thaisans_neuesemi_bold';	
}

#main_news_list li h4{
	font-size: 14px;
	margin: 5px 0;	
}

.main_news_tag_container {
	width: 100%;
	margin: 10px 0;	
}

.main_news_tag_container a {
	background: #fff;
	color: #3d3d3d;
	font-size: 14px;
	padding: 1px 8px;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;	
}

.view_all_btn_container {
	text-align: center;
}

.view_all_btn {
	color: #fff;
	font-size: 20px;
	font-family: 'thaisans_neuesemi_bold';
}

.leaderboard {
	width: 728px;
	height: 90px;
	margin: 27px auto 0;
	display: block;
}

.leaderboard img{
	width: 100%;	
}

.leaderboard_mobile {
	display: none;	
}

#traffic_ipad {
	display: none;	
	width: 100%;
	position: relative;
	margin: 15px 0;
}

#traffic_ipad img{
	width: 100%;	
}

#traffic_mobile {
	display: none;	
	width: 100%;
	position: relative;
}

#traffic_mobile img{
	width: 100%;	
}

.view_map_container {
	border: 1px solid #fff;
	width: 203px;
	padding: 15px 0;
	background: url(../images/black_transparent.png) repeat;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -101px;
	top: 50%;
	margin-top: -55px;
	font-family: 'thaisans_neuesemi_bold';	
}

#news_view_content {
	margin-top: 90px;
}

#mobile_full_ad {	
	z-index: 0;
	background:url(../images/ads/mobile_full_ad.jpg) no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 150px;
}

#mobile_full_ad2 {	
	z-index: 0;
	background:url(../images/ads/mobile_full_ad.jpg) no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 150px;	
}

#mobile_full_ad2 img{	
	width:100%;
	display: block;	
}

#mobile_full_ad img{
	width:100%;
	display: block;	
}



/********** traffic **********/

.inside_leaderboard {
	margin: 90px auto 0;
}

.inside_content {
	width: 940px;
	margin: 40px auto 0;	
}

#map_large {
	width: 100%;
	border: 1px solid #808080;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	clear: both;
	position: relative;
	padding-bottom: 80%;
	padding-top: 25px;
	height: 0;

	
}

#map_large iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*#map_large img{
	width: 100%;
	display: block;	
}*/

#latest_traffic_container {
	width: 640px;
	float: left;	
}

#latest_traffic_list {
	margin-top: 20px;
	font-size: 14px;	
}

#latest_traffic_list li{
	margin-bottom: 18px;
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 18px;	
}

#banner_container {
	width: 250px;
	float: right;
}

#banner_container a{
	display: block;
	width: 250px;
	margin-bottom: 20px;	
}

#banner_container a img{
	width: 100%;	
}

.news_tag_container {
	width: 100%;	
}

#main_lost_content {
	padding: 20px;
	width: 785px;
	background: #08361d;
	margin: 250px auto 0;
}

#main_lost_list {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;	
}

#main_lost_list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	min-height: 351px;	
}

#main_lost_list li:last-child{
	margin-right: 0;	
}

#main_lost_list li img{
	width: 100%;	
}

#main_lost_list li > a{
	color: #fff;
	font-size: 17px;
	font-family: 'thaisans_neuesemi_bold';	
}

#main_lost_list li h4{
	font-size: 14px;	
}

.main_lost_tag_container {
	width: 100%;
	margin: 10px 0;
		
}

.main_lost_tag_container a {
	background: #fff;
	color: #3d3d3d;
	font-size: 14px;
	padding: 1px 8px;
	text-align: center;
	display: inline-block;
	margin: 0 0 5px;	
}

#main_lost_content h1 {
	display: inline-block;
	float: left;
	color: #FFF;
	font-size: 20px;
}

#main_lost_content h1 img {
	vertical-align: middle;
}

#main_post_content {
	padding: 20px;
	width: 785px;
	background: #08361d;
	margin: 280px auto 0;
}

#main_post_list {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;	
}

#main_post_list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	min-height: 351px;	
}

#main_post_list li:last-child{
	margin-right: 0;	
}

#main_post_list li img{
	width: 100%;	
}

#main_post_list li > a{
	color: #fff;
	font-size: 17px;
	font-family: 'thaisans_neuesemi_bold';
	position: relative;
	display: inline-block;	
}

#main_post_list li h4{
	font-size: 14px;	
}

.main_post_tag_container {
	width: 100%;
	margin: 10px 0;	
}

.main_post_tag_container a {
	background: #fff;
	color: #3d3d3d;
	font-size: 14px;
	padding: 1px 8px;
	text-align: center;
	display: inline-block;
	margin: 0 0 5px;	
}

#main_post_content h1 {
	display: inline-block;
	float: left;
	color: #FFF;
	font-size: 20px;
}

#main_post_content h1 img {
	vertical-align: middle;
}


/************ news ********/

#news_list {
	width: 100%;
	margin-top: 45px;	
}

#news_list li{
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 20px;
	height: 370px;	
}

#news_list li .news_date{
	margin: 5px 0;	
}

#news_list li:nth-child(3n){
	margin-right: 0;
}

#news_list li > img{
	width: 100%;	
}

#news_list li > a{
	font-size: 16px;
	font-family: 'thaisans_neuesemi_bold';
	color: #3d3d3d;
	line-height: 1.5;
	position: relative;
	display: inline-block;	
}

#news_list li > a img{
	width: 100%;	
}

.video_icon {
	width: 93px;
	height: 61px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -46px;
	margin-top: -30px;	
}

.news_tag_container {
	margin: 8px 0;	
}

.news_tag_container a {
	background: #808080;
	color: #fff;
	font-size: 14px;
	padding: 3px 8px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;	
}

.news_tag_container a.tag_active {
	background: #000;	
}

#loadmore_btn {
	font-size: 18px;
	cursor: pointer;
	width: 300px;
	margin: 30px auto 0;
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 10px;
	text-align: center;	
}

#news_highlight_container {
	width: 100%;
	position: relative;	
	margin-bottom: 20px;
}

#news_highlight_slide {
	width: 100%;	
}

.slide {
	width: 100%;	
}

.news_highlight_image {
	width: 620px;
	height: 350px;
	float: left;	
}

#news_text a {
	color:#216d00;
	
}

.news_highlight_image img{
	width: 100%;
}

.news_highlight_detail {
	width: 300px;
	float: right;
	height: 350px;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0;	
}

.news_highlight_detail h1{
	font-size: 20px;
	line-height: 1.5;
}

.news_highlight_detail h1 a{
	color: #3D3D3D;	
}


.social_like {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	overflow: hidden;	
}

.fb-share-button {
	margin-right: 5px;
}


.readmore_btn {
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 13px;
	font-family: 'thaisans_neueregular';
	color: #3d3d3d;	
}

#slide_pager {
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

#slide_pager span{
	font-size: 1px;
	text-indent: -9999px;
	margin: 0 5px;
	cursor: pointer;
	width: 11px;
	height: 11px;
	border-radius: 3px;
	display: inline-block;
	background: #e5e5e5;
	border: 2px solid #e5e5e5;
}

#slide_pager span.cycle-pager-active {
	background: #08361d;
}

#news_view_container {
	width: 670px;
	border: 1px solid #3d3d3d;
	border-left: 0;
	border-right: 0;
	float: left;
	padding: 15px 0;	
}

#news_view_container h4{
	display: inline-block;	
}

#news_view_container .news_date{
	float: left;
}	

#news_view_container .social_like {
	display: inline-block;
	position: relative;
	bottom: 0;
	float: right;
	overflow: visible;
}

#news_view_container2 .social_like {
	display: inline-block;
	position: relative;
	bottom: 0;
	float: right;
	overflow: visible;
}

#news_view_container h1{
	padding-bottom: 10px;
	border-bottom: 1px solid #3d3d3d;
	margin-bottom: 15px;
	font-size: 25px;
	line-height: 1.5;	
}

#news_view_container > img{
	width: 100%;
	margin: 10px 0 15px;	
}

#news_view_container p {
	margin-bottom: -20px;	
}

#gallery {
	width: 100%;
	margin: auto;
	padding:  0;
	margin-top: 35px;	
}

.item {
	width:32%;
	margin-bottom: 15px;
}

.item img{
	width: 100%;
	display: block;	
}

.gutter-sizer { width: 2%; }

/*.social_like  #twitter-widget-0 {
	width: 90px !important; 
}*/

#news_control {
	width: 100%;	
	font-family: 'thaisans_neueregular';
	margin-bottom: 20px;
}

#news_control img{
	vertical-align: middle;
}

#prev_news {
	float: left;
	font-size: 14px;
	color: #3d3d3d;
}

#prev_news img{
	vertical-align: middle;
}

#next_news {
	float: right;
	font-size: 14px;
	color: #3d3d3d;	
	font-size: 14px;	
}

#next_news img{
	vertical-align: middle;	
}

#news_prev {
	position: absolute;
	top: 50px;
	left: 15px;
	display: none;	
}

#news_next {
	position: absolute;
	top: 50px;
	right: 15px;
	display: none;		
}

.slide_prev {
	position: absolute;
	left: 50%;
	display: block;	
	z-index: 900;
	width: 18px;
	height: 49px;
	display: none;	
}

.slide_next {
	position: absolute;
	right: 50%;
	display: block;	
	z-index: 900;
	width: 18px;
	height: 49px;	
	display: none;	
}

#highlight_prev {
	top: 113px;
	margin-left: -150px;	
}

#highlight_next {
	top: 113px;
	margin-right: -150px;		
}

#main_news_prev {
	top: 113px;
	margin-left: -160px;	
}

#main_news_next {
	top: 113px;
	margin-right: -160px;		
}

#traffic_prev {
	bottom: 74px;
	margin-left: -148px;	
}

#traffic_next {
	bottom: 74px;
	margin-right: -148px;		
}

.slide_prev img, .slide_next img{
	width: 100%;	
}

#below_ad {
	margin-top: 90px;	
}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}
 
.video_container iframe,
.video_container object,
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********** lost & found ************/

#lost_status_update {
	border-top: 1px solid #3D3D3D;
	margin-top: 25px;
}

#lost_status_update li{
	padding: 25px 0 25px;
	border-bottom: 1px solid #3D3D3D;	
}

#lost_status_update li:last-child{
	border-bottom: 0;
	padding: 25px 0 10px;	
}

#lost_status_update li h4{
	margin-bottom: 10px;	
}

.update_time img{
	margin-right: 8px;
}

#lost_img_container {
	text-align: center;
	margin-bottom: 25px;	
}

#lost_img{
	display: inline-block;	
}

#lost_img img {
	max-width: 100%;
	display: block;	
}

.lost_detail_container {
	background: #08361d;	
}

.lost_detail {
	width: 93%;
	margin: auto;
	padding: 7px 0;
	color: #fff;
	background: url(../images/header_logo.png) right 7px no-repeat;
	background-size: 58px 35px;
	text-align: left;	
}

.lost_detail h5 {
	margin-bottom: 10px;	
}

.lost_detail p{
	font-family: 'thaisans_neuesemi_bold';
	font-size: 16px;
	margin-bottom: 0 !important;
}


.lost_detail p a {
	font-size: 30px;	
}

/********* update on 19 May by Vow ************/

#other_news{
	border-top: 1px solid #3d3d3d;
	padding: 20px 0 0;
	margin: 20px 0 0;	
}

#other_news #news_list {
	margin: 20px 0 0;	
}

#other_news #news_list .news_date {
	float: none;
	margin: 5px 0;
	display: block;
}

#contact_content {
	padding-top: 110px;
	margin-bottom: 140px;	
}

#contact_map_container {
	width: 660px;
	float: left;
	border: 1px solid #5f6a6c;
	height: 370px;
	overflow: hidden;	
}

#contact_map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

#contact_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#contact_info {
	width: 250px;
	float: right;
	font-family: 'thaisans_neueregular';
}

#contact_info a{
	color: #3d3d3d;
}

#contact_info a:hover{
	text-decoration: underline;	
}

#search_content {
	padding-top: 40px;
}

#search_result_list {
	width: 100%;	
}

#search_result_list li{
	width: 100%;
	margin-bottom: 25px;	
}

#search_result_list li a{
	font-size: 20px;
	font-weight: bold;
	color: #3d3d3d;	
}

.keyword {
	color: #bc0602;	
}

#pagination {
	width: 100%;
	font-family: 'thaisans_neueregular';
	text-align: center;
	margin-top: 40px;
}

#pagination a{
	color: #3d3d3d;
	margin: 0 5px;	
}

#pagination a:hover{
	text-decoration: underline;	
}

#search_result_form {
	font-family: 'thaisans_neueregular';
	width: 100%;
	margin-bottom: 40px;	
}

#search_result_input {
	width: 290px;
	border: 1px solid #3d3d3d;
	height: 27px;
	border-radius: 4px;
	padding: 0 8px;
	font-size: 16px;
	margin-right: 10px;	
}

.select_styled {
   width: 290px;
   background: url(../images/select_arrow.jpg) no-repeat right 8px #fff;
   border: 1px solid #3d3d3d;
   display: inline-block;
   margin-right: 6px;
   border-radius: 4px;
}

.select_styled select{
   background: transparent;
   width: 100%;
   height: 27px;
   -webkit-appearance: none;
   font-size: 14px;
   border: 0;
   color: #666;
   text-align: right;
   padding: 0 10px;
}

#search_again_btn {
	border: 1px solid #3d3d3d;
	background: transparent;
	cursor: pointer;
	width: 106px;
	text-align: center;
	font-family: 'thaisans_neueregular';
	height: 28px;
	font-size: 14px;
	line-height: 23px;
	vertical-align:bottom;	
}

@media only screen and (min-width : 728px) and (max-width : 939px) {
	#contact_map_container {
		width: 100%;
		float: none;
		border: 1px solid #5f6a6c;
		height: 370px;
		overflow: hidden;	
	}
	
	#contact_info {
		width: 100%;
		float: none;
		font-family: 'thaisans_neueregular';
		padding-top: 40px;
	}
	
	#contact_info_left {
		float: left;
		width: 50%;	
	}
	
	#contact_info_right {
		float: right;
		width: 50%;		
	}
	
	#search_result_input {
		width: 170px;
		border: 1px solid #3d3d3d;
		height: 27px;
		border-radius: 4px;
		padding: 0 8px;
		font-size: 16px;
		margin-right: 10px;	
	}
	
	.select_styled {
	   width: 170px;
	   background: url(../images/select_arrow.jpg) no-repeat right 8px #fff;
	   border: 1px solid #3d3d3d;
	   display: inline-block;
	   margin-right: 6px;
	   border-radius: 4px;
	}
	
	.select_styled select{
	   background: transparent;
	   width: 100%;
	   height: 27px;
	   -webkit-appearance: none;
	   font-size: 14px;
	   border: 0;
	   color: #666;
	   text-align: right;
	   padding: 0 10px;
	}
	
	#search_again_btn {
		border: 1px solid #3d3d3d;
		background: transparent;
		cursor: pointer;
		width: 96px;
		text-align: center;
		font-family: 'thaisans_neueregular';
		height: 28px;
		font-size: 14px;
		line-height: 23px;
		vertical-align:bottom;	
	}
	
}

@media only screen and (min-width : 50px) and (max-width : 727px) {
	#contact_map_container {
		width: 100%;
		float: none;
		border: 1px solid #5f6a6c;
		height: 200px;
		overflow: hidden;	
	}
	
	#contact_info {
		width: 100%;
		float: none;
		font-family: 'thaisans_neueregular';
		padding-top: 40px;
	}
	
	#contact_info_left {
		float: none;
		width: 100%;	
	}
	
	#contact_info_right {
		float: none;
		width: 100%;		
	}
	
	#contact_content {
		padding-top: 70px;
		margin-bottom: 0;	
	}
	
	#search_content {
		padding-top: 60px;
	}
	
	#search_result_form {
		font-family: 'thaisans_neueregular';
		width: 100%;
		margin-bottom: 40px;
	}
	
	#search_result_input {
		width: 100%;
		border: 1px solid #3d3d3d;
		height: 27px;
		border-radius: 4px;
		padding: 0 8px;
		font-size: 16px;
		margin-right: 10px;
		margin: 10px 0;	
	}
	
	.select_styled {
	   width: 100%;
	   background: url(../images/select_arrow.jpg) no-repeat right 8px #fff;
	   border: 1px solid #3d3d3d;
	   display: inline-block;
	   margin-right: 6px;
	   border-radius: 4px;
	   margin: 10px 0;
	}
	
	.select_styled select{
	   background: transparent;
	   width: 100%;
	   height: 27px;
	   -webkit-appearance: none;
	   font-size: 14px;
	   border: 0;
	   color: #666;
	   text-align: right;
	   padding: 0 10px;
	   
	}
	
	#search_again_btn {
		border: 1px solid #3d3d3d;
		background: transparent;
		cursor: pointer;
		width: 106px;
		text-align: center;
		font-family: 'thaisans_neueregular';
		height: 28px;
		font-size: 14px;
		line-height: 23px;
		vertical-align:bottom;
		margin: 10px auto 0;
		display: block;	
	}
	
	#search_result_list li a {
		font-size: 18px;
		font-weight: bold;
		color: #3D3D3D;
	}
	
}

/********** end update ********/

/********* update on 09 June by Vow ************/
.checkbox {
	-webkit-appearance: checkbox;
}

.news_tag_container > div{
	background: #808080;
	color: #FFF;
	font-size: 14px;
	padding: 3px 8px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

#post_share_main_container {
	background: url(../images/postandshare.jpg) no-repeat;
	background-position: center 0;
	background-size: 100% auto;
}


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

/*********** update on 26 Sep 2016 by Vow **************/

.fb_iframe_widget span {
    vertical-align: baseline !important;
}

.get_url_container {
	background: #fff;
	padding: 7px 10px;
	position: absolute;
	top: 32px;
	right: 0;
	display: none;
}

.url {
	background: #dfdfdf;
	border: 1px solid #afafaf;
	font-size: 12px;
	padding: 5px;
	display: inline-block;
}

.copy_url_btn {
	border-radius: 5px;
	background: #959595;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 6px 10px;
	margin-left: 10px;
}

.share_move {
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	z-index: 990;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
}

.share_move.move_down {
	top: 49px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
}

#news_view_container2 {
	width: 670px;
	border-left: 0;
	border-right: 0;
	float: left;
	padding: 10px 0 3px;	
}

/*********** update on 14 Mar 2017 by Vow **************/

.hash_top{
	background: #f4f4f4;
	padding: 89px 0 10px;
	text-align: center;
}

.hash_top p{
	display: inline-block;
	width: 256px;
	text-align: left;
	font-family: 'thaisans_neuesemi_bold';
	font-size: 14px;
	vertical-align: top;
	margin-top: 12px;
	margin-left: 10px;
}

.hash_top p.show_mob{
	display: inline-block;
	width: 256px;
	text-align: left;
	font-family: 'thaisans_neuesemi_bold';
	font-size: 14px;
	vertical-align: top;
	margin-top: 12px;
	margin-left: 10px;
	display: none;
}

.campaign_list {
	margin-top: -40px;
	font-family: 'thaisans_neuesemi_bold';
}

.campaign {
	padding: 40px 0;
	text-align: center;
}

.campaign h1{
	font-size: 23px;
}

.campaign p{
	width: 100%;
	max-width: 600px;
	font-size: 13px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}

.hashtag {
	color: #08361c;
	font-size: 16px;
	display: inline-block;
	background: #d5d5d5;
	padding: 3px 8px; 
	border-radius: 5px;
	margin: 10px 0;

}

.campaign_img li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 35px;
}

.campaign_img li:nth-child(3n){
	margin-right: 0;
}

.campaign_img li img {
	display: block;
	width: 100%;
}

.view_all_btn {
	width: 90%;
	max-width: 290px;
	border-bottom: 1px solid #555555;
	padding-bottom: 5px;
	display: inline-block;
	font-family: 'thaisans_neueregular';
	font-size: 18px;
	color: #555555;
}

.popup_container {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1000;
	overflow-y: scroll;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	display: none;
}

/*.popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	max-width: 90%;
	text-align: center;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);	
}
*/
.popup {
	/*position: absolute;
	margin: auto;
	width: 90%;
	height: 90%;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);*/
	/*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	max-width: 900px;
	width: 100%;
	height: 100%;
	text-align: center;*/
	max-width: 90%;
	max-height: 90%;
}

.popup_img_container {
	background: #fff;
	padding: 12px 12px 10px;
	text-align: right;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.popup_img {
	width: 100%;
	height: 100%;
}

.popup_img_container img{
	display: block;
	width: 100%;
	height: 100%;
}

.popup_img_container a{
	font-size: 13px;
	font-family: 'thaisans_neuesemi_bold';
	color:#555555;
}


.close_pop_btn {
	top: 30px;
	right: 30px;
	position: fixed;
}

.hide_mob {
	display: inline-block;
}

.show_mob {
	display: none;
}

/*** update on 23/11/17 **/

.related_news {
	background: #eaeaea;
	padding: 30px 17px;
	margin: 20px 0;
}

.related_news h3{
	font-family: 'thaisans_neuesemi_bold';
	font-size: 20px;
}

.related_news #news_list {
	margin-top: 15px;
}

.related_news #news_list li {
	height: auto;
}

.hidden_desk {
	display: none;
	margin: 15px auto;
}

.hidden_mobile {
	display: block;
	margin: 15px auto;
}

.cb {
	margin: 15px auto;
}

.respond_cb {
	margin: 0 auto;
	width: 728px;
}

@media only screen and (min-width : 728px) and (max-width : 939px) {
	
	.hidden_desk {
		display: block;
	}
	
	h1 {
		font-size: 26px;
	}
	
	#header_content {
		width: 100%;
		max-width: 728px;
		margin: auto;
		position: relative;
	}
	
	.inside_content {
		width: 665px;
		margin: 40px auto 0;
	}
	
	#banner_container {
		width: 100%;
		float: none;
		padding: 15px 0;
		border-top: 0;
		border-bottom: 1px solid #808080;
		margin-bottom: 20px;
	}
	
	#latest_traffic_container {
		width: 100%;
		float: none;
	}
	
	#banner_container a {
		display: block;
		width: 125px;
		margin-bottom: 0;
		float: left;
		margin-right: 55px;
	}
	
	#banner_container a:last-child {
		margin-right: 0;	
	}	
	
	#news_view_container {
		width: 100%;
		border: 1px solid #3D3D3D;
		border-left: 0;
		border-right: 0;
		float: none;
		padding: 15px 0;
	}
	
	#main_news_content {
		padding: 20px;
		width: 625px;
		background: #08361D;
		margin: 0 auto 50px;
	}
	
	#main_traffic_content {
		padding: 20px;
		width: 625px;
		background: #08361D;
		margin: 0 auto 408px;
	}
	
	#traffic_map {
		width: 100%;
		height: 0;
		float: none;
		margin-bottom: 15px;
		position: relative;
		padding-bottom: 50%;
		padding-top: 25px;
		clear: both;
		display: none;
	}
	
	#traffic_ipad {
		display: block;	
		width: 100%;
		position: relative;
	}
	
	#traffic_ipad img{
		width: 100%;	
	}
	
	#traffic_mobile {
		display: none;	
		width: 100%;
		position: relative;
	}
	
	#map_feed_container {
		width: 100%;
		float: none;
		overflow: auto;
		height: 130px;
	}
	
	#main_traffic_content {
		padding: 20px;
		width: 625px;
		background: #08361D;
		margin: 0 auto 278px;
	}
	
	.news_highlight_image {
		width: 439px;
		height: 248px;
		float: left;
	}
	
	.news_highlight_detail {
		width: 213px;
		float: right;
		height: 248px;
		border-top: 1px solid #3D3D3D;
		border-bottom: 1px solid #3D3D3D;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.news_highlight_detail h1 {
		font-size: 16px;
	}
	
	#news_list li{
		width: 32%;
		margin-right: 2%;
		float: left;
		margin-bottom: 20px;
		height: 370px;	
	}
	
	#view_map_btn {
		display: none;	
	}
	
	#head_logo {
		width: 74px;
		height: 46px;
		position: absolute;
		top: 3px;
	}
	
	#header_left {
		margin-left: 75px;
	}
	
	#main_nav ul li a span {
		font-size: 14px;
		font-family: 'thaisans_neuesemi_bold';
		border-right: 1px solid #4E6642;
		height: 44px;
		display: block;
		line-height: 44px;
		padding: 0 10px;
	}
	
	#search_form {
		float: right;
		width: 170px;
		position: relative;
	}
	
	#search_input {
		background: #D8DCDA;
		padding: 0 10px;
		border-radius: 5px;
		width: 100%;
		border: 1px solid #768B80;
		color: #768B80;
		font-size: 12px;
		height: 28px;
	}
	
	#main_lost_content {
		padding: 20px;
		width: 625px;
		background: #08361D;
		margin: 210px auto 0;
	}
	
	#main_post_content {
		padding: 20px;
		width: 625px;
		background: #08361D;
		margin: 300px auto 0; 
	}
	
	#scroll_control {
		display: none;
	}


}

@media only screen and (min-width : 50px) and (max-width : 727px) {

	.hidden_desk {
		display: block;
		
	}
	
	h1 {
		font-size: 26px;
	}
	
	.inside_content {
		width: 90%;
		margin: 0 auto 0;
		padding: 20px 0 0;
	}
	
	#banner_container {
		width: 100%;
		float: none;
		padding: 15px 0;
		margin: 0 auto 20px;
	}
	
	#latest_traffic_container {
		width: 100%;
		float: none;
	}
	
	#banner_container a {
		display: block;
		width: 48%;
		margin-bottom: 15px;
		float: left;
		margin-right: 4%;
	}
	
	#banner_container a:nth-child(2n) {
		margin-right: 0;	
	}
	
	#inside_footer {
		margin-top: 20px;
	}
	
	footer {
		text-align: center;
	}
	
	#footer_link {
		display: inline-block;
		float: none;
	}
	
	#developed_by {
		float: none;
	}
	
	.leaderboard {
		width: 234px;
		height: 60px;
		margin: 27px auto 0;
	}
	
	.leaderboard_desktop {
		display: none;	
	}
	
	.leaderboard_mobile {
		display: block;	
	}
	
	#map_large {
		width: 100%;
		border: 1px solid #808080;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	
	#news_view_container {
		width: 100%;
		border: 1px solid #3D3D3D;
		border-left: 0;
		border-right: 0;
		float: none;
		padding: 15px 0;
		margin: auto;
	}
	
	#prev_news span, #next_news span {
		display: none;	
	}
	
	#news_control {
		width: 100%;
		font-family: 'thaisans_neueregular';
		margin-bottom: 5px;
	}
	
	.news_tag_container a {
		background: #808080;
		color: #FFF;
		font-size: 14px;
		padding: 3px 8px;
		text-align: center;
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
	#news_list li {
		width: 90%;
		margin: auto;
		float: none;
		margin-bottom: 20px;
		height: auto;
	}
	
	#news_list li:nth-child(3n){
		margin: auto;
	}
	
	.news_highlight_image {
		width: 100%;
		height: auto;
		float: none;
	}
	
	.news_highlight_detail {
		width: 100%;
		float: right;
		height: auto;
		border-top: 0;
		border-bottom: 1px solid #3D3D3D;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-bottom: 10px;
	}
	
	.news_highlight_detail .social_like {
		display: inline-block;
		position: absolute;
		bottom: 15px;
		display: none;
	}
	
	.readmore_btn {
		position: static;
		right: 0;
		bottom: 15px;
		font-size: 13px;
		font-family: 'thaisans_neueregular';
		color: #3D3D3D;
		margin-top: 20px;
		display: inline-block;
		float: right;
	}
	
	#slide_pager {
		text-align: center;
		width: 100%;
		margin-top: 10px;
		display: none;
	}
	
	#news_list {
		width: 100%;
		margin-top: 20px;
	}
	
	.news_highlight_detail h1 {
		font-size: 20px;
	}
	
	header {
		display:none;	
	}
	
	body {
		font-family: Helvetica, Arial, sans-serif;
		color: #3D3D3D;
		position: relative;
		height: 100%;
		font-size: 15px;
		background: #FFF url(../images/body_bg.jpg) repeat-x 0 -18px;
	}
	
	#mobile_header {
		display: block;	
	}
	
	#highlight_bg {
		z-index: 0;
		background:url(../images/bg/bangkok.jpg) no-repeat;
		width: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		height: 793px;		
	}
	
	#traffic_bg {
		z-index: 0;
		background: #08361d url(../images/bg/mobile_traffic_bg.jpg) repeat-x;
		width: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-position: left top;
		background-repeat: repeat-x;
		height: 550px;
		display: block;		
	}
	
	#news_bg {
		z-index: 0;
		background: #08361d url(../images/bg/mobile_traffic_bg.jpg) repeat-x;
		width: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-position: left top;
		background-repeat: repeat-x;
		height: 800px;
	}

	#mobile_full_ad2 {
		margin-top: 30px;
	}
	
	#news_prev {
		position: absolute;
		top: 80px;
		left: 5px;
		display: block;	
		z-index: 900;
		width: 18px;
		height: 49px;
		display: block;	
	}
	
	#news_next {
		position: absolute;
		top: 80px;
		right: 5px;
		display: block;
		z-index: 900;
		width: 18px;
		height: 49px;	
		display: block;
	}
	
	#news_prev img, #news_next img{
		width: 100%;	
	}
	
	#twitter_container {
		float: right;
		width: 66%;
		background: #08361D;
		display: none;
	}
	
	#main_logo {
		text-align: center;
		margin-bottom: 20px;
		display: none;
	}
	
	#highlight_list li {
		background: #FFF;
		width: 100%;
		margin: 0 auto;
		float: none;
		height: 275px;
		overflow: hidden;
	}
	
	#highlight_list {
		width: 213px;
		margin-bottom: 10px;
		margin: 0 auto 10px;
	}
	
	#main_hilight_content {
		padding-top: 75px;
		width: 100%;
		margin: auto;
		position: relative;
		margin-bottom: 95px;
		text-align: center;
		position: relative;
	}
	
	#highlight_left {
		width: 213px;
		float: none;
		margin: auto;
	}
	
	#emergency_num {
		float: none;
		display: inline-block;
		color: #FFF;
		font-family: 'thaisans_neuesemi_bold';
		font-size: 14px;
		margin-top: 20px;
		width: 130px;
	}
	
	.highlight_content {
		padding: 0 10px 17px;
		text-align: left;
		
	}
	
	#social_container h2 {
		display: inline-block;
		font-size: 14px;
		line-height: 30px;
		display: none;
	}
	
	#social_container {
		width: 100%;
		color: #FFF;
		padding: 10px 0;
		border-bottom: 1px solid #262C28;
		text-align: center;
	}
	
	#social_container a {
		float: none;
		margin: 0 5px;
	}
	
	.phone1 {
		width: 110px;
		height: 44px;
		background: url(../images/mobile_phone1.png) no-repeat;
		position: static;
		bottom: 0;
		left: 0;
		display: inline-block;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
	}
	
	.phone2 {
		width: 100px;
		height: 47px;
		background: url(../images/mobile_phone2.png) no-repeat;
		position: static;
		bottom: 0;
		left: 242px;
		display: inline-block;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;		
	}
	
	#main_news_content {
		padding: 20px 20px 0;
		width: auto;
		background: none;
		margin: 0 auto 35px;
		position: relative;
	}
	
	#main_news_list {
		width: 251px;
		margin: 5px auto 20px;
	}
	
	#main_news_list li {
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 10px;
		min-height: 300px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	.slide_prev {
		position: absolute;
		left: 50%;
		display: block;	
		z-index: 900;
		width: 18px;
		height: 49px;
		display: block;	
	}
	
	.slide_next {
		position: absolute;
		right: 50%;
		display: block;	
		z-index: 900;
		width: 18px;
		height: 49px;	
		display: block;	
	}
	
	#main_traffic_content {
		padding: 20px;
		width: auto;
		background: none;
		margin: 0 auto 0;
		position: relative;
	}
	
	#traffic_map {
		width: 290px;
		height: 260px;
		float: none;
		margin: auto;
		background: #fff;
		padding-bottom: 0;
		display: none;
	}
	
	#traffic_ipad {
		display: none;	
		width: 100%;
		position: relative;
	}
	
	#traffic_ipad img{
		width: 100%;	
	}
	
	#traffic_mobile {
		display: block;	
		width: 290px;
		margin: 15px auto 0;
		position: relative;
	}
	
	#main_traffic_content h1 {
		display: inline-block;
		float: left;
		color: #FFF;
		font-size: 17px;
	}
	
	#view_map_btn {
		display: inline-block;
		border: 1px solid #FFF;
		padding: 1px 8px;
		font-size: 14px;
		color: #FFF;
		font-family: 'thaisans_neuesemi_bold';
		float: right;
		margin-bottom: 10px;
		display: none;
	}
	
	#map_feed_container {
		width: 230px;
		float: none;
		overflow: visible;
		height: auto;
		margin: auto;
	}
	
	#map_feed_list li {
		border-bottom: 0;
		padding: 10px 0;
		color: #FFF;
	}
	
	#news_view_container h1 {
		padding-bottom: 10px;
		border-bottom: 1px solid #3D3D3D;
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 1.5;
	}

	#below_ad {
		margin-top: 20px;	
	}
	
	#player1 {
		width: 100%;
		height: 40px;	
	}
	
	.slide {
		width: 100%;
	}
	
	
	.item {
		width:100%;
		margin-bottom: 15px;
	}
	
	.item img{
		width: 100%;
		display: block;	
	}
	
	.gutter-sizer { width: 0; }
	
	.inside_leaderboard {
		margin: 64px auto 0;	
	}
	
	#lost_bg {
		z-index: 0;
		background: #08361d url(../images/bg/mobile_traffic_bg.jpg) repeat-x;
		width: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-position: left top;
		background-repeat: repeat-x;
		height: 470px;
		box-shadow: none;
	}
	
	#post_bg {
		z-index: 0;
		background: #08361d url(../images/bg/mobile_traffic_bg.jpg) repeat-x;
		width: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-position: left top;
		background-repeat: repeat-x;
		height: 900px;
	}
	
	#main_post_prev {
		position: absolute;
		top: 105px;
		margin-left: -160px;
	}
	
	#main_post_next {
		position: absolute;
		top: 105px;
		margin-right: -160px;
	}
	
	#main_post_prev img, #main_post_next img{
		width: 100%;	
	}
	
	#main_lost_prev {
		position: absolute;
		top: 105px;
		margin-left: -160px;
	}
	
	#main_lost_next {
		position: absolute;
		top: 105px;
		margin-right: -160px;
	}
	
	#main_lost_prev img, #main_lost_next img{
		width: 100%;	
	}
	
	#main_lost_content {
		padding: 20px 20px 0;
		width: auto;
		background: none;
		margin: 130px auto 0;
		position: relative;
	}
	
	#main_lost_list {
		width: 251px;
		margin: 5px auto 20px;
	}
	
	#main_lost_list li {
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 10px;
		min-height: 300px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	#main_post_content {
		padding: 20px 20px 0;
		width: auto;
		background: none;
		margin: 30px auto 0;
		position: relative;
	}
	
	#main_post_list {
		width: 251px;
		margin: 5px auto 20px;
	}
	
	#main_post_list li {
		color: #FFF;
		border-bottom: 1px solid #FFF;
		padding-bottom: 10px;
		min-height: 300px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	#news_view_container .social_like {
		display: block;
		position: relative;
		bottom: 0;
		float: right;
		margin: 15px 0;
	}
	
	#news_view_container .news_date {
		float: none;
	}
	
	#mobile_full_ad {
		width:100%;
		display: block;	
	}
	
	#mobile_full_ad2 {
		width:100%;
		display: block;	
	}
	
	#news_list li > a {
		display: block;
		width: 100%;
	}
	
	#news_list li > a img{
		width: 100%;	
	}
	
	#news_view_content {
		margin-top: 50px;
	}
	
	#scroll_control {
		display: none;
	}
	
	#search_input{
		background: #d8dcda;
		padding: 0 10px;
		border-radius: 5px;
		width: 80%;
		border: 1px solid #768b80;
		color: #768b80;
		font-size: 14px;
		height: 28px;	
	}
	
	#prev_news {
		float: none;
		font-size: 14px;
		color: #3D3D3D;
		display: inline-block;
	}

	.share_move {
	    background: rgba(255,255,255,0.8);
	    position: fixed;
	    top: -40px;
	    z-index: 990;
	    width: 100%;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;
	}

	.share_move.move_down {
		top: 43px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;	
	}

	#news_view_container2 {
	    width: 100%;
	    border-left: 0;
	    border-right: 0;
	    float: left;
	    padding: 0px 0 3px;
	}

	.hash_top {
	    background: #f4f4f4;
	    padding: 59px 0 10px;
	    text-align: center;
	}

	.hash_top p {
	    width: 183px;
	    margin-top: 2px;
	    display: none;
	}

	.hash_top p.show_mob{
		display: inline-block;
		width: 195px;
		text-align: left;
		font-family: 'thaisans_neuesemi_bold';
		font-size: 11px;
		vertical-align: top;
		margin-top: 12px;
		margin-left: 4px;
	}

	.campaign_img li {
	    float: left;
	    width: 32.5%;
	    margin-right: 1.25%;
	    margin-bottom: 5px;
	}

	.campaign {
	    padding: 40px 0 0;
	    text-align: center;
	}

	.view_all_btn {
	    margin-top: 30px;
	}

	.hide_mob {
		display: none;
	}

	.show_mob {
		display: inline-block;
	}

	.related_news {
		background: #eaeaea;
		padding: 30px 17px;
		margin: 20px -5.7%;
	}

	.related_news #news_list li {
	    width: 100%;
	    margin: auto;
	    float: none;
	    margin-bottom: 20px;
	    height: auto;
	}

	.hidden_mobile {
		display: none;
	}

	.respond_cb {
		margin: 0 auto;
		width: 320px;
	}

}