html{
	font-family: "Tahoma", Arial;
	font-size: 14px;
}
body{
	background-color: #f7f7f7;
	font-size: 1rem;
}
a{
	color: #333;
}
a, a:hover, a:active, a:visited{
	text-decoration: none !important;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
/*.container{
	max-width: 1020px;
}*/
header{
	/*height: 200px;*/
}
.logo a {
	display: block;
	width: 90px;
	height: 75px;
	background: url() no-repeat;
	background-size: cover;
}
.logo-header{
	background-color: #ccc;
	padding: 10px 0;
}

.wrapper{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.tagbar{
	display: block;
	background-color: #edffd7;
	padding: 0;
	line-height: 26px;
	font-size: 90%;
}
.tagbar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.tagbar ul li{
	float: left;
	padding: 0 5px;
}
.tagbar ul li:nth-child(1){
	background-color: #d2f5a7;
	padding: 0 10px;
	margin-right: 5px;
	font-weight: bold;
	color: #527924;
}
.tagbar ul li a{
	color: #4caf50;
}
.tagbar ul li a:hover{
	color: #000;
}

.news-hilight-2,
.news-hilight-3,
.news-hilight-4,
.news-hilight-5{
	min-height: 350px;
}

.news-top-hilight{

}
.news-top-hilight .news-hilight-img{
	width: 100%;
	height: 270px;
}

.news-hilight .news-hilight-item a{
	display: block;
	height: 180px;
}
.news-hilight .news-hilight-item .news-hilight-img{
	width: 100%;
	height: 100px;
	margin-bottom: 6px;
}
.news-hilight .news-hilight-item .news-hilight-img img{
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px){
	.news-hilight .news-hilight-item a{
		height: 250px;
	}
	.news-hilight .news-hilight-item .news-hilight-img{
		width: 100%;
		height: 200px;
	}
}



.news-hilight-2 .news-hilight-item a{
	display: block;
	height: 200px;
}
.news-hilight-2 .news-hilight-item .news-hilight-img{
	width: 100%;
	height: 150px;
	margin-bottom: 6px;
}
.news-hilight-2 .news-hilight-item .news-hilight-img img{
	display: block;
	width: 100%;
	height: 100%;
}

.headtopic{
	display: block;
	font-size: 1.7rem;
	font-weight: normal;
	margin-bottom: 8px;
	background: url('../img/head-line.png') no-repeat;
	font-family: "Kanit", Tahoma, Arial;
}
.headtopic a{
	display: block;
}
.headtopic a:hover{
	color: #00C8FF;
}
.headtopic-interest{
	background-position: 145px 10px;
}
.headtopic-interest a{
	color: #ff9800;
}
.headtopic-newtopic{
	background-position: 157px 10px;
}
.headtopic-newtopic a{
	color: #009688;
}
.tabs-hilight{
	list-style: none;
	/*margin: 0 8px 10px 8px;*/
	padding: 0;
	border-bottom: 4px solid #d2f5a7;
	position: relative;
}
.tabs-hilight li{
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}
.tabs-hilight li a{
	display: block;
	padding: 5px 15px;
	background-color: #eee;
	font-family: "Kanit", Tahoma, Arial;
	font-size: 120%;
	color: #6b6b6b;
}
.tabs-hilight li a:hover{
	background-color: #edffd7;
}
.tabs-hilight li.active a{
	background-color: #d2f5a7;
	color: #527924;
}
.tabs-hilight li a.link-to-hilight{
	background-color: #eadeff;
	color: #673AB7;
	position: absolute;
	right: 0;
}
@media (max-width: 767px){
	.tabs-hilight{
		border-bottom: none;
		position: static;
	}
	.tabs-hilight li{
		margin: 0 5px 5px 0;
	}
	.tabs-hilight li a.link-to-hilight{
		position: static;
	}
}

.space10{margin-top: 10px !important}
.space20{margin-top: 20px !important}
.space30{margin-top: 30px !important}
.space40{margin-top: 40px !important}
.space50{margin-top: 50px !important}
.space60{margin-top: 60px !important}
.space70{margin-top: 70px !important}
.space80{margin-top: 80px !important}
.space90{margin-top: 90px !important}
.space100{margin-top: 100px !important}

.wrap_spec{
	position: relative;
	/*width: 1020px;*/
	height: 0;
	/*margin: auto;*/
}
.chatroom_icon{
	position: absolute;
	z-index: 2;
	left: -50px;
	top: -50px;
	background: url('../img/1478540585_bubble.png');
	width: 128px;
	height: 128px;
}
h1.chatroom_head{
	position: absolute;
	z-index: 2;
	left: 100px;
	top: -35px;
	font-family: "Kanit", Tahoma, Arial;
	font-size: 50px;
	text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
	color: #fff;
}
.chatroom_list_home{
	list-style: none;
	margin: none;
	padding: 0;
}
.chatroom_list_home li{
	float: left;
	background: #ccc;
	margin: 2px;
}

.navbar-nav .nav-link{
	font-family: "Kanit", Tahoma, Arial;
	font-size: 110%;
}

.bg-navbarccc {
    background-color: #efefef !important;
}
.navbar-brand{
	background: url('../img/logo-ikyzaa2.png') no-repeat;
	width: 89px;
	height: 25px;
}

.blankpage{
	min-height: 500px;
}

footer{
	background: #fff;
	font-size: 90%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
footer h5{
	font-family: "Kanit", Tahoma, Arial;
	font-size: 140%;
}
.underfooter{
	padding: 20px;
}
.underfooter p{
	padding: 2px;
	margin: 0;
	text-align: center;
}

.radioList a{
	text-align: center;
}
.radioList a img{
	width: 100px;
	height: 100px;
}
.news-hilight-img img{
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.getGroupNewsRight a{
	display: block;
	margin-bottom: 15px;
}
.getGroupNewsRight .news-img img{
	max-width: 100%;
	margin-bottom: 5px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}