.filtergrey {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=35%);
    -webkit-filter: grayscale(35%);
    filter: grayscale(35%);
}
/* ---------------------------------------- header ---------------------------------------- */
	#header {
		background: #d5413f;
		padding: 15px 0;
	}
	#header img.logo {
		width:100px;
	}
	#header #logo a {
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	#header #logo a {
	  -webkit-transition: all 0.2s ease-out;
	  -moz-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
	}
	#header #logo a:hover {
	  -webkit-opacity: 0.8;
	  -moz-opacity: 0.8;
	  opacity: 0.8;
	}
	#header #main_nav .nav {
	  padding-top: 10px;
	}
	#header #main_nav .nav > li {
		font-size: 22px;
		font-family: 'thaisansneue_regular';
		text-align: center;
		min-width: 90px;
	}
	#header #main_nav .nav > li.tools {
		font-size: 22px;
		font-family: 'thaisansneue_regular';
		text-align: left;
		padding: 0 10px 0;
		min-width: 120px;
		border-left:1px solid rgba(255, 255, 255, 0.5);
		margin-left:20px;
	}
	#header #main_nav .nav > li.tools i {
	  margin-bottom: 10px;
	  font-size: 15px;
	  display: inline-block;
	}
	#header #main_nav .nav > li i {
	  margin-bottom: 10px;
	  font-size: 30px;
	  display: block;
		width: auto !important;
	}
	#header #main_nav .nav > li .name {
	  display: block;
	}
	#header #main_nav .nav > li > a {
	  color: #fff;
	  padding: 0 5px;
	  -webkit-transition: all 0.2s ease-out;
	  -moz-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
	}
	#header #main_nav .nav > li > a:hover {
	  -webkit-opacity: 0.8;
	  -moz-opacity: 0.8;
	  opacity: 0.8;
	  background: transparent;
	}
	#header #main_nav .nav > li > a:focus,
	#header #main_nav .nav > li > a:active {
	  background: transparent;
	}
	.header-tools {
		text-align: right;
		padding: 10px;
		font-size: 16px;
		color: #d5413f;
	}
	.header-tools a {
		color: #d5413f;
	}
	.header-tools a:hover {
		color: #666;
		text-decoration: none;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 12px;
		margin-right: 0;
		margin-bottom: 8px;
		background-color: rgb(213, 65, 63);
		background-image: none;
		border: none;
		border-radius: 4px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
		display: block;
		width: 30px;
		height: 4px;
		border-radius: 1px;
		margin-bottom: 5px;
	}
	.navbar-collapse {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.carousel { margin: 20px 0 50px; }
	.carousel-indicators li {
		background-color: rgba(255, 255, 255, 0.5);
		border-color: rgba(255, 255, 255, 0);
		border-radius: 10px;
		width: 12px;
		height: 12px;
	}
	.carousel-indicators .active {
		width: 15px;
		height: 15px;
	}
/* ---------------------------------------- header ---------------------------------------- */
/* ---------------------------------------- footer ---------------------------------------- */
	#footer {
		background: #555e6a;
		padding: 45px 0 30px;
	}
	#footer .heading {
	  color: #fff;
	  font-size: 25px;
	  font-family: 'thaisansneue_bold';
	  font-weight: normal;
	  text-transform: uppercase;
	  margin: 0 0 15px;
	}
	#footer .headlink {
	  color: #fff;
	  font-size: 20px;
	  font-family: 'thaisansneue_bold';
	  font-weight: normal;
	  text-transform: uppercase;
	  margin: 0 0 5px;
	}
	#footer .headlink a {
	  color: #fff;
	}
	#footer .headlink a:hover {
	  color: #b2b2b2;
	  text-decoration:none;
	  -webkit-transition: all 0.2s ease-out;
	  -moz-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
	}
	#footer .footer-column {
		border-right: 1px solid #aaa;
		min-height: 180px;
	}
	#footer .footer-column:first-child .footer-box {
	  padding-left: 0;
	}
	#footer .footer-column:last-child {
	  border-color: transparent;
	}
	#footer .footer-column:last-child .footer-box {
	  padding-right: 0;
	}
	#footer .footer-box {
	  color: #b2b2b2;
	  padding: 0 30px;
	}
	#footer .footer-box {
	  color: #b2b2b2;
	  padding: 0 10px;
	}
	#footer .footer-box.contact-us {
	  font-size: 1em;
	  font-weight: 500;
	}
	#footer .footer-box.contact-us .company {
	  margin-bottom: 0;
	}
	#footer .footer-box.contact-us .tel,
	#footer .footer-box.contact-us .email {
	  color: #fff;
	  font-size: 0.9em;
	  font-weight: 700;
	  letter-spacing: 1px;
	  margin-bottom: 0;
	}
	#footer .footer-nav ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}
	#footer .footer-nav ul:after {
	  content: ' ';
	  display: inline-block;
	  clear: both;
	}
	#footer .footer-nav ul li {
	  font-size: 1em;
	  line-height: 1.8em;
	  font-weight: 500;
	  display: block;
	  float: left;
	  width: 50%;
	}
	#footer .footer-nav.project ul li {
		width: 100%;
	}
	#footer .footer-nav ul li a {
	  color: #b2b2b2;
	  -webkit-transition: all 0.2s ease-out;
	  -moz-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
	}
	#footer .footer-nav ul li a:hover {
	  -webkit-opacity: 0.8;
	  -moz-opacity: 0.8;
	  opacity: 0.8;
	}
	#footer .follow-me ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}
	#footer .follow-me ul li {
	  margin-right: 6px;
	  display: inline-block;
	}
	#footer .follow-me ul li a {
	  color: #b2b2b2;
	  -webkit-transition: all 0.2s ease-out;
	  -moz-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
	}
	#footer .follow-me ul li a:hover {
	  -webkit-opacity: 0.8;
	  -moz-opacity: 0.8;
	  opacity: 0.8;
	}
/* ---------------------------------------- footer ---------------------------------------- */
/* ---------------------------------------- tag ---------------------------------------- */
	.sidebar-tags li {
		padding: 0;
	}
	.sidebar-tags li a {
		color: #555;
		font-size: 12px;
		padding: 3px 5px;
		background: #f7f7f7;
		margin: 0 2px 5px 0;
		display: inline-block;
	}
	.sidebar-tags li a:hover, .sidebar-tags li a:hover i {
		background: #EEE;
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.sidebar-tags li a i {
		color: #777;
	}
	.bg-grey-silver {
		border-color: #BFBFBF !important;
		background-image: none !important;
		background-color: #BFBFBF !important;
		color: #FAFCFB !important;
	}
/* ---------------------------------------- tag ---------------------------------------- */
/* ---------------------------------------- Section thumb-img ---------------------------------------- */
	.section.award .thumbnail .thumb-img {
		height: 250px;
		overflow: hidden; 
	}
	.section.award .thumbnail .thumb-img img {
		width: 100%;
		height: auto;
	}
	.section.hilight .thumbnail .thumb-img {
		height: 250px;
		overflow: hidden; 
		margin: 0 0 10px;
		text-align: center;
	}
	.section.hilight .thumbnail .thumb-img img {
		max-height: 100%;
		width: auto;
	}
	
	.section.banner .thumbnail .thumb-img {
		max-height: 160px;
		overflow: hidden; 
		margin: 0 0 10px;
	}
	.section.banner .thumbnail .thumb-img img {
		width: 100%;
		height: auto;
	}
	.section.maincourse .thumbnail .thumb-img {
		max-height: 220px;
		overflow: hidden; 
		margin: 0 0 10px;
	}
	.section.article .thumbnail .thumb-img {
		max-height: 150px;
		overflow: hidden; 
		margin: 0 0 10px;
	}
	.section.latestnews .thumbnail .thumb-img {
		max-height: 150px;
		overflow: hidden;
		margin: 0 0 10px;
	}
	.section.news .thumbnail .thumb-img {
		max-height: 100px;
		overflow: hidden; 
		margin: 0 0 10px;
	}

	.section.hilight-ebook .thumbnail .thumb-img {
		height: 250px;
		overflow: hidden;
		margin: 0 0 10px;
		text-align: center;
	}

	.section.ebook .thumbnail .thumb-img {
		overflow: hidden;
		margin: 0 0 10px;
	}

	.section.related .thumbnail .thumb-img {
		max-height: 120px;
		overflow: hidden; 
		margin: 0 0 10px;
	}
	.section.related .thumbnail .thumb-img img {
		width: 100%;
		height: auto;
	}
	.section.story .thumbnail .thumb-img {
		max-height: 250px;
		overflow: hidden; 
		margin: 0 0 10px;
	}
	.section.story .thumbnail .thumb-img img {
		width: 100%;
		height: auto;
	}
	.section.vstaridol .thumbnail .thumb-img {
		max-height: 220px;
		overflow: hidden; 
		margin: 0 0 10px;
	}
	.section.vstaridol .thumbnail .thumb-img img {
		width: 100%;
		height: auto;
	}

	.thumbnail .thumb-img img.landscape {
		width: 100%;
		height: auto;
	}
	.thumbnail .thumb-img img.portait {
		max-height: 100%;
		width: auto;
	}
/* ---------------------------------------- Section thumb-img ---------------------------------------- */
/* ---------------------------------------- breadcrumb ---------------------------------------- */
	.breadcrumb {
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 2px 0;
		background: none;
		font-size: 12px;
	}
	.breadcrumb li {
	  font-weight: bold;
	}
	.breadcrumb li.active {
	  font-weight: normal;
	}
	.breadcrumb li i {
		padding: 5px;
		color: #fff;
		border-radius: 50%;
		margin-right: 3px;
		width: auto !important;
	}
	 .breadcrumb li a {
	  color: #888;
	  text-decoration: none;
	  -webkit-transition: all 0.2s ease-out;
	  -moz-transition: all 0.2s ease-out;
	  -o-transition: all 0.2s ease-out;
	  transition: all 0.2s ease-out;
	}
	 .breadcrumb li a:hover {
	  color: #333;
	}
	.breadcrumb li + li:before {
	  content: '\003e';
	}
/* ---------------------------------------- breadcrumb ---------------------------------------- */
/* ---------------------------------------- section ---------------------------------------- */
	.section {
		margin-bottom: 20px;
	}
	.section.top {
		margin-top:10px;
		margin-bottom:0;
	}
	.section.top img {
		width: 100%;
		height: auto;
		margin-bottom:20px;
	}
	.section .heading {
		margin:30px 0 20px;
		/*text-align:center;*/
	}
	.section .heading i {
		font-size:25px;
		padding: 10px;
		color: #fff;
		border-radius: 50%;
	}
	.section .heading span {
		font-size:30px;
		font-family: 'thaisansneue_bold';
		margin-left:10px;
	}
	.section .heading.big {
		margin:10px 0 0;
		text-align:center;
	}
	.section .heading.big i {
		font-size: 40px;
		padding: 10px;
		color: #fff;
		border-radius: 50%;
		margin-bottom:10px;
	}
	.section .heading.big i img {
		width: 40px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	.section .heading.big span {
		font-size:35px;
		font-family: 'thaisansneue_bold';
		margin-top:8px;
		margin-left:0px;
		display:block;
		line-height: 1;
	}
	.section .heading.big span.desc-heading {

	}
	.section .heading.big span.desc-detail {
		font-family: 'thaisansneue_regular';
		line-height: 1;
		font-size: 25px;
		color: #828992;
		margin-top: 0;
	}

	.highlight-item{
		margin: 0 10px;
	}

	.section .item {
		border-radius: 15px;
		padding-top: 10px;
		/*padding-bottom: 10px;
		margin-bottom: 10px;*/
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.section .item.banner {
		height: 200px;
	}
	.section .item.featured {
		background-color: rgba(218, 68, 83, 0.2);
		padding: 10px 10px 0;
	}
	.section.latestnews .item {
		min-height: 280px;
	}
	.section.latestnews.vertical .item { /*แนวตั้ง*/
		min-height: 0;
	}
	/*.section.latestnews .item {  ใช้กรณีเป็น item ไม่พึ่ง col
		float: left;
		min-height: 1px;
		width: 25%;
		padding: 0 10px;
		position: relative;
	}*/
	 .section .item a {
		color: #666;
		text-decoration: none;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	/*.section .item  a:hover {
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.section .item .thumbnail:hover {
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	*/

	/* hover หัวข้อข่าว */
	.section .item a:hover .newstitle {
		color: #da4453;
		  -webkit-transition: all 0.2s ease-out;
		  -moz-transition: all 0.2s ease-out;
		  -o-transition: all 0.2s ease-out;
		  transition: all 0.2s ease-out;
	}
	.section.alizalin .item a:hover .newstitle { color: #e74c3c; } /*tkn*/
	.section.darkgrey-o .item a:hover .newstitle { color: #999; } /*knowledge*/
	.section.sunflower-o .item a:hover .newstitle { color: #f6bb42; } /*vqa*/
	.section.orange .item a:hover .newstitle { color: #f39c12; } /*kathin*/
	.section.belize .item a:hover .newstitle { color: #2980b9; } /*speechcontest*/
	.section.aqua .item a:hover .newstitle { color: #4fc1e9; } /*rsasmart*/
	.section.pinkrose .item a:hover .newstitle { color: #ec87c0; } /*moralteacher*/
	.section.wisteria .item a:hover .newstitle { color: #8e44ad; } /*sod*/

	.section.lightgrey {
		background-color: rgba(236, 236, 236, 0.5);
	}

	.section .item a:hover .thumb-img {
		-webkit-opacity: 0.9;
		-moz-opacity: 0.9;
		opacity: 0.9;
		  -webkit-transition: all 0.2s ease-out;
		  -moz-transition: all 0.2s ease-out;
		  -o-transition: all 0.2s ease-out;
		  transition: all 0.2s ease-out;
	}
	.section .item .thumbnail {
		border-radius: 0;
		border: none;
		padding: 0;
		background: none;
		margin-bottom: 15px;
		position: relative;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.0);
		box-shadow: 0 1px 2px rgba(0,0,0,.0);
	}
	.section .item h3.title { /**/
		text-align:center;
		font-size: 1.25em;
		font-weight: bold;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.section .item .description { /**/
		text-align:center;
		color:#666;
		font-size: 1em;
		padding-left: 5px;
		padding-right: 5px;
	}
	 .section.hilight .item .newstitle { /**/
		font-size: 23px;
		font-weight: bold;
		line-height:1;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: initial;
		color:#666;
	}

	.section.hilight-ebook .item .ebooktitle {
		font-size: 23px;
		font-weight: bold;
		line-height: 1;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		color: #666;
	}

	.section.hilight .item .newsdescription { /**/
		color: #777;
		font-size: 14px;
		line-height: 1.25;
		padding: 0;
		text-align: initial;
	}
	 .section .item .newstitle { /**/
		font-size: 14px;
		font-weight: bold;
		line-height:1.25;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0; /*5px*/
		color:#666;
	}
	 .section .item .bannerstitle { /**/
		font-size: 20px;
		font-family: 'thaisansneue_regular';
		line-height:1 ;
		padding: 0px;
		margin-top: -5px;
		margin-bottom: 0; /*5px*/
		text-align: center;
	}
	.section .item .newsdescription { /**/
		color:#999;
		font-size: 13px;
		line-height: 1.25;
		padding: 0;
		margin-top:5px;
		margin-bottom: 0;
	}
	.section .item span.newscategory { /**/
		color:#d5413f;
		font-size: 11px;
		line-height: 1;
		font-weight: bold;
		margin-bottom: 0;
	}
	.section .item .newsdate { /**/
		color:#aaa;
		font-size: 11px;
		margin-left:5px;
	}
	.section.region .item span.newscategory { /**/
		color:#f39c12;
	}
	.section.story .item h3.title { /**/
		text-align:center;
		font-family: 'thaisansneue_bold';
		font-size: 20px;
		font-weight: normal;
		padding: 0 ;
		margin: 0 0 5px;
	}
	.section.story .item a:hover .title {
		color: #d770ad;  -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
	}
	.section.book .item h3.title { /**/
		text-align:center;
		font-family: 'thaisansneue_bold';
		font-size: 18px;
		font-weight: normal;
		padding: 0 ;
		margin: 0 0 5px;
	}
	.section.book .item a:hover .title {
		color: #4fc1e9; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
	}
	.section.drama .item a:hover .description {
		color: #e67e22; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
	}
/* ---------------------------------------- section ---------------------------------------- */
/* ---------------------------------------- section list ---------------------------------------- */
	.section .lists {
	  font-size: 1em;
	  padding: 10px 15px;
	  border-top: 1px solid #dedede;
	}
	.section .lists .heading {
	  font-size: 1.3em;
	  font-family: 'eq_th';
	  font-weight: bold;
	  margin-top: 0;
	  margin-bottom: 10px;
	}
	.section .lists ul {
	  padding: 0;
	  margin: 0;
	  text-align: left;
	  list-style: none;
	}
	.section .lists ul li {
	  font-size: 1em;
	  margin-bottom: 5px;
	}
	.section .lists ul li a {
	  color: #666;
	  text-decoration: none;
	}
	.section .lists ul li a:hover {
	  -webkit-opacity: 0.8;
	  -moz-opacity: 0.8;
	  opacity: 0.8;
	}
	.section .lists ul li .name {
	  font-weight: bold;
	  display: inline-block;
	  padding: 0 5px;
	  margin-right: 0px;
	}
	.section .lists ul li .labelname {
		color:#fff;
		font-weight: bold;
		display: inline-block;
		padding: 0 5px;
		margin-right: 5px;
	}
	.section-more {
		text-align: center;
		padding-top: 15px;
		clear: both;
	}
	.section-more .btn-more {
		color: #888;
		font-size: 18px;
		font-family: 'thaisansneue_regular';
		line-height: 1;
		padding: 5px 20px 6px;
		border: 1px solid #888;
		border-radius: 0;
		outline: 0;
		box-shadow: none;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.section-more .btn-more:hover {
		color: #fff;
		background-color: #aaa;
	}
	.topic-headnews {
		font-size: 30px;
		color: #656d78;
		font-family: 'thaisansneue_regular';
		margin-top: 10px;
	}
	.title-box {
		margin: 0;
	}
	.title-head {
		background: #eee ;
		height: 1px;
		text-align: center;
		width: 100%;
	}
	.title-head-text {
		background: #fff;
		color: #656d78 ;
		font-size: 2rem;
		padding: 0 20px;
		top: -20px;
		z-index: 2;
		position: relative;
	}
	.title-head.hilight {
		background: rgba(218, 68, 83, 0.3) ;
	}
	.title-head-text.hilight {
		color: #da4453  ;
	}
	.title-head-text.hilight.hotnews {
		color: #da4453  ;
		background: #FDEDEC;
	}
/* ---------------------------------------- section list ---------------------------------------- */
/* ---------------------------------------- pagination ---------------------------------------- */
	.pagination.vstarnews>li>a, .pagination.vstarnews>.disabled>span {
		color: #555e6a ;
		background-color: #fff;
		font-size: 15px;
	}
	.pagination.vstarnews>li>a:hover {
		color: #555e6a;
		background-color: #fff;
		border-color: #555e6a;
	}
	.pagination.vstarnews >.active>a, .pagination.vstarnews .active > a:hover {
		background-color: #555e6a;
		border-color: #555e6a;
		color:#fff;
		font-weight:bold;
	}
	.pagination>li>a, .pagination>.disabled>span {
		color: #555e6a ;
		background-color: #fff;
		font-size: 15px;
	}
	.pagination>li>a:hover {
		color: #555e6a;
		background-color: #fff;
		border-color: #555e6a;
	}
	.pagination>.active>a, .pagination .active > a:hover {
		background-color: #555e6a;
		border-color: #555e6a;
		color:#fff;
		font-weight:bold;
	}
/* ---------------------------------------- pagination ---------------------------------------- */
/* ---------------------------------------- co ---------------------------------------- */
	.co_li .zone {
	font-family: 'tahoma';
	color:#999;
	font-size:13px;
	margin-top:5px;
	}
	.co_li ul {
		list-style-type:none;
		margin-left:-10px;
		font-family: 'thaisansneue_regular';
		font-size:25px;
	}
	.co_li ul li {
		line-height: 20px;
		color: #e74c3c;
	}
	.co_li a, .co_li ul li a {
		color: #e74c3c;
	}
	.co_li a:hover, .co_li ul li a:hover {
		color: #c0392b;
		text-decoration:none;
	}
	.co-content {
		background-color:#fff;
		font-family: 'Tahoma';
		color: #666;
		font-size: 12px;
		margin-left: 0px;
		margin-bottom:20px;
		padding: 10px 20px 20px 20px;
	}
	.co-list {
		margin-bottom:30px;
	}
	.co-detail {
		/*width: 450px;
		float: left;*/
		display: block;
		margin-left:20px;
		font-size:15px;
		padding-left:10px;
	}
	.co-detail.indent {
		text-indent: 73px;
	}
	.co-detail-bold {
		/*width: 400px;
		float: left;*/
		display: block;
		margin-left:20px;
		margin-bottom:10px;
		padding-top:15px;
		font-size:17px;
		font-weight:bold;
	}
	.co-img {
		float:left;
		width:150px;
		margin-right: 20px;
		box-shadow: 3px 3px 5px #ccc;
	}
/* ---------------------------------------- co ---------------------------------------- */
/*---------------------------------------------  @ Page Download */
	.downloadcenter .sidebar h5,h4 {
		font-family: 'thaisansneue_bold';
		font-size:22px;
		margin: 5px;
		color: #666;
	}
	.downloadcenter .sidebar a:link {
		color: #666;
		text-decoration: none;
	}
	.downloadcenter .sidebar a:visited {
		color: #666;
		text-decoration: none;
	}
	.downloadcenter .sidebar a:hover {
		color: #e74c3c;
		text-decoration: underline;
	}
	.downloadcenter .sidebar ul {
		list-style-type: none;
		margin-bottom:30px;
	}
	.downloadcenter .sidebar ul li {
		font-size:15px;
	}
	.fileicon-big {
		width:50px;
		height:45px;
	}
	.fileicon-line {
		margin-bottom:10px;
	}
	.downloadcenter.filearea {
		padding-left: 20px;
	}
	.downloadcenter.filearea img {
		width:35px;
	}
	.downloadcenter td {
		font-size: 13px;
	}
	.downloadcenter hr {
		margin: 10px 0;
	}
	/*.downloadcenter a:link {color:#333;}*/
	.bt-download {
		font-size: 15px;
		background-color: #e74c3c;
		display: inline-block;
		padding: 1px 5px;
		color:#fff;
	}
	.bt-download:link {
		color:#fff;
	}
	.bt-download:focus {
		color:#fff;
	}
	.bt-download:hover {
		opacity: 0.8;
		color:#fff;
		text-decoration:none;
	}
	.pull-left p {
		padding-top:5px;
	}
	p.namegroup {
		font-size: 25px;
		line-height:1.1em;
		font-family: 'thaisansneue_regular';
		color: #666;
	}
	p.namegroup span {
		font-family: 'tahoma';
		font-size:13px;
		color:#c0c0c0;
		display:block;
	}
	p.namegroup span.day {
		font-size: 11px;
		color: #AAA;
		margin-top: -12px;
		margin-left: 5px;
	}
	p.uploaddate {
		font-size: 10px;
		color: #BBB;
		margin-top: -2px;
	}
	td.icon {
		width:50px;
	}
	td.name {
		width:450px;
	}
	td.name a:link{color:#666;}
	td.name a:focus {color:#666;}
	td.name a:visited {color:#666;}
	td.name a:hover {
		text-decoration: underline;
		color:#e74c3c;
	}
	td.type {
		width:60px;
	}
	td.size {
		width:60px;
	}
	td.button {
		width:0px;
	}
/*---------------------------------------------  @ End Page Download */
/* ---------------------------------------- form ---------------------------------------- */
	.section.login .login-bg {
		background-color: #fff;
		margin:50px 0;
		padding:10px 20px 50px;
	}
	.section.login .login-logo {
		text-align:center;
		padding:0 0;
		border: 2px solid #e74c3c;
		min-height: 160px;
	}
	.section.login .login-logo.selected {
		margin-top: 0;
		padding: 0;
	}
	.section.login .login-logo a.btn {
		cursor: pointer;
		text-align:center;
		text-decoration: none;
		display: inline-block;
		height: 160px;
		width:100%;
		background-color: #fff;
		padding:20px 0 20px 0;
		border-radius: 0;
	}
	.section.login .login-logo a.btn > i {
		margin: 10px 0;
		display: block;
		font-size: 50px;
		text-align: center;
	}
	.section.login .login-logo a.btn:hover {
		background-color: rgba(231, 76, 60, 0.1);
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.section.login .login-logo.selected a.btn:hover {
		background-color: #fff;
		cursor: default;
	}

	.section.login .input_text {
		border: 2px solid #e74c3c;
		font-size: 18px;
		color: #8a8a8a;
		width: 100%;
		margin: 10px 0;
		border-radius: 0;
		padding: 10px 15px;
		height: auto;
		background-color: #fff;
	}
	.section.login  .input_text:focus {
		background-color: #FBF2F2;
		color: #e64144;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.section.login .btn-login {
		font-size: 19px;
		padding: 10px 15px;
		color: #fff;
		background-color: #e74c3c;
		border-color: #e74c3c;
		border-radius: 0;
	}

	.section.search {
		margin:50px 0 30px;
	}
	.section.search .input_text {
		border: 2px solid #e64144;
		border-right: none;
		font-size: 18px;
		color: #8a8a8a;
		width: 100%;
		margin: 10px 0;
		border-radius: 0;
		padding: 10px 15px;
		height: auto;
		background-color: #fff;
	}
	.section.search  .input_text:focus {
		background-color: #FBF2F2;
		color: #e64144;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.section.search .input-group-btn>.btn {
		font-size: 19px;
		padding: 10px 15px;
		color: #fff;
		background-color: #e64144;
		border-color: #e64144;
		border-radius: 0;
	}


	.input-icon {
		position: relative;
	}
	.input-icon.right > i {
		right: 8px;
		float: right;
	}
	.input-icon > i {
		color: #ccc;
		display: block;
		position: absolute;
		margin: 8px 2px 4px 10px;
		z-index: 3;
		width: 16px;
		height: 16px;
		font-size: 16px;
		text-align: center;
	}
	.input-icon.right > .form-control {
		padding-right: 33px;
		padding-left: 12px;
	}
	.input-circle {
		border-radius: 25px !important;
	}
/* ---------------------------------------- form ---------------------------------------- */
/* ---------------------------------------- content ---------------------------------------- */
	.section.stepsendname {
		padding:20px 30px;
	}
	.section.stepsendname p {
		color: #434a54;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.section.stepsendname img {
		margin: 20px 0;
		padding:0 20px;
	}
	.section.stepsendname hr {
		margin: 20px 0 30px;
		border-top: 1px solid #ccc;
	}

	.section.blog .newstopic {
		color: #434a54;
		margin: 10px 0 10px;
		font-size: 35px;
		font-family: 'thaisansneue_bold';
		line-height: 1;
	}
	.section.blog .blogtopic {
		color: #434a54;
		margin: 0 0 5px;
		font-size: 45px;
		font-family: 'thaisansneue_bold';
		line-height: 1;
		text-align: center;
	}
	.section.blog .subblogtopic {
		color: #434a54;
		margin: 0 0 20px;
		font-size: 30px;
		font-family: 'thaisansneue_bold';
		line-height: 1;
		text-align: center;
	}
	.section.blog .detail {
		font-size: 12px;
		margin-bottom: 10px;
		color: #aab2bd ;
	}
	.section.blog .detail i {
		margin-right: 2px;
	}
	.section.blog h3.heading {
		font-family: 'thaisansneue_bold';
		font-size: 28px;
		margin-bottom: 0;
		margin-top:15px;
		color: #666;
	}
	.section.blog h3.heading i {
		font-size: 20px;
		padding: 5px 0;
		color: #666;
	}
	.section.blog .detail span {
		margin-right:15px;
		display: inline-block;
	}
	.section.blog .detail a span {
		color: #aab2bd;
	}
	.section.blog .detail a:hover span {
		color: #666;
	}
	.blog-content {
		padding: 10px;
	}
	.blog-content img {
		width: 100%;
		height: auto;
		margin-bottom:15px;
		text-align: center;
	}
	.blog-content p {
		color: #555;
		display: block;
		margin-bottom: 1em;
		line-height: 1.5em;
		font-size: 16px;
	}
	.blog-content p > strong {
		margin: 1em 0;
	}
	.blog-cover {
		max-height: 450px;
		overflow: hidden;
		margin: 15px 0;
	}
	.blog-cover img {
		width: 100%;
		height: auto;
	}
	.blog-summary {
		border-top: 1px solid #eee;
	}
	.blog-gallery {
		padding: 10px 0 0;
	}
	.blog-gallery .thumbnail .thumb-img {
		max-height: 110px;
		overflow: hidden;
		margin: 0 0 10px;
	}
	.blog-gallery .thumbnail .thumb-img img {
		width: 100%;
		height: auto;
	}
	.blog-tag {

	}
	.blog-tag .tag-body {
		margin-top: 10px;
	}
	.blog-tag .tag-body a {
		font-size: 13px;
		font-size: 1.3rem;
		display: block;
		float: left;
		color: #555;
		background: #eee;
		padding: 8px;
		margin: 0 1px 1px 0;
		line-height: 1.3;
	}
	.blog-tag .tag-body a:hover {
		background: #666;
		color:#fff;
		text-decoration:none;
	}
	.blog-tag.hit {
		padding-top:5px;
	}
	.blog-tag.hit .tag-body a:hover {
		background: #da4453;
		color:#fff;
	}
	.blog-comment {
		padding: 10px 0 0;
		border-top: 1px solid #eee;
	}
	.fb_iframe_widget > span {}
	.fb-comments, .fb-comments iframe[style], .fb-comments > span {width: 100% !important;}

/* ---------------------------------------- content ---------------------------------------- */
	#toTop {
		width:120px;
		border-radius: 5px;
		opacity:0.8;
		filter:alpha(opacity=80);
		background:#555;
		text-align:center;
		padding:5px;
		position:fixed; /* this is the magic */
		bottom:20px; /* together with this to put the div at the bottom*/
		right:30px;
		cursor:pointer;
		display:none;
		color:#fff;
		font-size:15px;
		z-index:9999;
		}
	div {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a.more-link { color: #FFF !important ; padding: 3px 7px; display: inline-block; margin-top: 2px;} 	a.more-link:focus { text-decoration: none; }
	a.more-link:hover { 
		background: #444 !important; 
		text-decoration: none;    
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.more-button {
		text-align: right;
	}
	.more-button .more-link {
		font-size: 20px;
		font-family: 'thaisansneue_bold';
	}


	.hilight .item .detail{
		max-width: 350px;
		text-align: center;
		margin: 0 auto;
	}

	.section.hilight .thumbnail .thumb-img img{
		text-align: center;
		margin: 0 auto;
	}

/*---------------------------------------------  @ Big Screen    1200px*/
	@media (min-width: 1200px) {
		#header #main_nav .nav > li {
		  min-width: 100px;
		}
	}
/*---------------------------------------------  @ End Big Screen    1200px*/

/*---------------------------------------------  @ Small Screen    768px -  979px*/
	@media (min-width: 768px) and (max-width: 979px) {
		#header #main_nav .nav > li {
			font-size: 20px;
			min-width: 70px;
		}
		#header #main_nav .nav > li i {
			font-size: 25px;
		}
		.section.hilight .thumbnail .thumb-img {
			height: 150px;
		}
		.section.hilight .item .newstitle {
			font-size: 20px;
		}
		.section.news .thumbnail .thumb-img {
			max-height: 130px;
		}
		.section .item.banner {
			height: 140px;
		}
	}
/*---------------------------------------------  @ End Small Screen    768px -  979px*/

/*---------------------------------------------  @ Mini Screen    max-width: 767px */
	@media (max-width: 767px) {
		#header {
			padding: 0;
		}
		#header img.logo {
			width: 70px;
			padding: 8px 0 0 5px;
		}
		#header #main_nav .nav {
			padding-top: 20px;
		}
		#header #main_nav .nav > li {
			font-size: 22px;
			text-align: inherit;
			padding-left: 10px;
		}
		#header #main_nav .nav > li i {
			margin-bottom: 20px;
			margin-right: 8px;
			font-size: 25px;
			display: inline-block;
		}
		#header #main_nav .nav > li .name {
			display: inline-block;
			margin-left: 5px;
		}
		.carousel { margin: 20px 0 ; }
		.carousel-indicators {display: none;}
		.section.stepsendname {
			padding:20px 0;
		}
		.section.stepsendname p {
			font-size: 16px;
		}
		.section.stepsendname img {
			padding: 0;
		}

		.blog-content {
			padding: 0;
		}
		.section.hilight .thumbnail .thumb-img {
			height: 200px;
			overflow: hidden;
		}
		.section.blog .topic {
			font-size: 30px;
		}
		.section.latestnews .item {
			min-height: 200px;
		}
		.section .item .newsdescription {
			display: none;
		}
		.topic-headnews {
			font-size:25px;
			text-align:center;
			margin-top: 20px;
		}
		.more-button {
			text-align: center;
		}
		#footer .footer-nav ul li {
		 float: inherit; 
		}
		#footer .footer-box {
			padding: 10px 10px 0;
		}
		.co-img {
			width: 100px;
		}
		.co-detail-bold {
			padding-top: 0;
			font-size: 15px;
			margin-bottom: 0px;
		}
		.co-detail {
			font-size: 13px;
		}
	}
/*---------------------------------------------  @ End Mini Screen    max-width: 767px */

/* ---------------------------------------- mobile ---------------------------------------- */
	@media (max-width: 480px) {

	}
/* ---------------------------------------- mobile ---------------------------------------- */