@charset "utf-8";

html,body {
	width:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: auto;
	/*
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


nav, ul, li, a  {margin: 0; padding: 0; }

img {
	-ms-interpolation-mode: bicubic;
	outline:none;
	border:none;
}

ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

input.logintext {
	width:180px; height:20px;font-weight:normal;border:none; outline: none;background:#E5E5E5
}

input.logintext:focus {
	background:#E5E5E5
}

img.logo {
	margin-top:5px;height:70px;
}

.bold { font-weight:bold; }


section, header{
	display: block;
}

a{
	color:#0099CC;
	text-decoration: none;
	outline:none
}

a:hover{
	color:#008BB9;
}

.clrtop{
	clear: both;
	margin-top:10px;
}

.clrbottom{
	clear: both;
}

.hide {
	display:none;
}

.nowrap { white-space:nowrap }
/*--------------------------------------------------------------------------------------------------------------------*/
														/*Area Top Bar*/
/*--------------------------------------------------------------------------------------------------------------------*/
.area-top{
	line-height: 24px;
	font-size: 11px;
	background-color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	position: relative;
	font-family: Cambria, Georgia, serif;
}



/*--------------------------------------------------------------------------------------------------------------------*/
														/*Area Header*/
/*--------------------------------------------------------------------------------------------------------------------*/

/*skin */
.blue-yellow-header-bg {
	/*background: url(../images/bg-blue.jpg);*/
	background: url(../images/light-blue.jpg);
	backgrounds:#e7e7e7;
	background-repeat:repeat-x;
	border-bottom:0px solid #3a8096;
}

/*skin */
.dark-blue-header-bg {
	background: url(../images/bg-dark-blue.jpg);
	background-repeat:repeat-x;
}

.main-header span.logoimg {
	background: url(../images/logo.png) no-repeat;
}

.main-header div.inside{
	background-color: rgba(255, 255, 255, 0.6);
	padding:0 7%!important;
}

.main-header span.right {
	float: right;
	text-align:right;
	font-size:13px;
	font-family:tahoma;
	color:#000;
	padding:8px 15px;
	outline:none;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

/* skin */
.main-header span.blue-yellow-top-nav{
	background: -moz-linear-gradient(top, #feb21a 0%, #fdd71b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb21a), color-stop(100%,#fdd71b));
	background: -webkit-linear-gradient(top, #feb21a 0%,#fdd71b 100%);
	background: -o-linear-gradient(top, #feb21a 0%,#fdd71b 100%);
	background: -ms-linear-gradient(top, #feb21a 0%,#fdd71b 100%);
	background: linear-gradient(top, #feb21a 0%,#fdd71b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb21a', endColorstr='#fdd71b',GradientType=0 );
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

/* skin */
.main-header span.dark-blue-top-nav{
	background: -moz-linear-gradient(top, #3d94f6 0%, #0ddcf1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d94f6), color-stop(100%,#0ddcf1));
	background: -webkit-linear-gradient(top, #3d94f6 0%,#0ddcf1 100%);
	background: -o-linear-gradient(top, #3d94f6 0%,#0ddcf1 100%);
	background: -ms-linear-gradient(top, #3d94f6 0%,#0ddcf1 100%);
	background: linear-gradient(top, #3d94f6 0%,#0ddcf1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d94f6', endColorstr='#0ddcf1',GradientType=0 );
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}


.main-header span.welcome {
	float:left;
}

.main-header a {
	letter-spacing: 1px;
	font-family:tahoma;
	font-size:12px;
	color:#FFA806;
	color:#666;
}

.main-header a:hover {
	color:#FFA806;
	color:#666;
	text-decoration:underline;
}

.main-header a:visited {
	text-decoration:underline;
	color:#FFA806;
	color:#666;
}

.main-header a:active {
	text-decoration:none;
	color:#FFA806;
	color:#666;
}


/*-----------------------*/
.main-header span.right a {
	padding: auto 10px;
	letter-spacing: 1px;
	font-family:tahoma;
	font-size:12px;
	color:#000;
	text-decoration:none
}

.main-header span.right a:hover {
	color:#fff!important;
}

.main-header span.right a:visited {
	color:#000;
}

.main-header span.right a:active {
	color:#000;
}

/*-------------------------*/

.main-header div.menu{
	margin-top:20px;
	float: right;
	text-align:right;
	font-size:13px;
	text-align:right;
}

/* Member btn */
span.member-btn{
	text-decoration: none!important;
	text-align:left;
	font-family:Tahoma;
	margin-top:5px
}
span.member-btn a {
	padding: 3px 8px 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #fafafa;
	color: #fafafa!important;
}
span.member-btn a:hover{
	color: #FFFF66!important;
	border: 1px solid #FFFF66;
	text-decoration: none!important;
}

span.member-btn a.current-tabs,
span.member-btn a.current-tabs:hover{
	color: #b13165!important;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	outline:none;
}

.main-header span.left {
	float: left;
}

.main-header span.left >h5 {
	color:#fff;
	margin:10px 0px;
	font-size:30px;
	height:25px;
}

.main-header span.left >h4 {
	color:#000;
	font-size:20px;
	text-transform: uppercase;
	height:25px;
}
/* Media Queries */

h1 {
	font-family: 'pgvimregular';
	font-weight: normal;
	font-size:20px;
}

h2 {
	font-family: 'thaisansbold';
	font-weight: normal;
	color: #930181;
	font-size:20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
}

h4 {
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.6);
}

h5 {
	font-family: 'thaisansbold';
	font-weight:normal;
	font-size:20px;
}

h6 {
	font-family: 'tankhunbold';
	font-weight:normal;
	font-size:20px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/*Main Content Area*/
/*--------------------------------------------------------------------------------------------------------------------*/
.main-content{
	font-size: 12px;
	font-family:tahoma;
	position:relative;
	background:#f7f7f7
}

.main-content div.cont-white {
	padding: 15px 7%;
	background: #fff;
	border-top: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}

.main-content div.cont-top {
	padding: 15px 7%;
	background: #fafafa url("../images/bg04.png");
	border-top: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}

.main-content div.cont-gallery {
	padding: 15px 7%;
	background: #fbfbfb url("../images/bg01.png");
	border-top: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}


.main-content div.cont-calendar {
	min-height:300px;
	padding: 15px 7%;
	padding-bottom:40px;
	background: #e8e8e8;
	background: #fbfbfb url("../images/light_toast.png");

	border-top: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}

.main-content div.cont-media {
	padding: 15px 7%;
	padding-bottom:50px;
	background: #fbfbfb url("../images/fabric_plaid.png");
	border-top: solid 1px #e7e7e7;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.main-content div.cont-general {
	padding: 15px 7%;
	background: #fafafa;
	border-top: solid 1px #e7e7e7;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.main-content div.tablerow {
	display:table-row;
}

.main-content div.leftpanel {
	width:10%;
	padding:20px 10px 30px 10px;
	border-left:0px solid #ccc;
	display:table-cell;
	background-color: rgba(255,255,255,0.95);
}

.main-content div.middlepanel {
	background-color:#fff;
	background-color: rgba(255,255,255,0.95);
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
	display:table-cell;
	vertical-align:top;
	padding-top:20px;
}

.main-content div.rightpanel {
	width:15%;
	background-color: rgba(255,255,255,0.95);
	padding:20px 10px 30px 10px;
	border-right:0px solid #ccc;
	display:table-cell;
	vertical-align:top;
}

/*--------------------------------------------------------------------------------------------------------------------*/
														/* Main Footer*/
/*--------------------------------------------------------------------------------------------------------------------*/
.main-footer{
	font-size: 12px;
	font-family:tahoma;
	position:relative;
}

.main-footer div.footer-top {
	padding: 25px 7%;
	border-top: solid 1px #f3f3f3;
	height:260px;
	background:#f0f7fb;
	background: -ms-radial-gradient(circle, #f0f7fb, #cee8f9);
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#f0f7fb), to(#cee8f9));
	background: -webkit-radial-gradient(circle, #f0f7fb, #cee8f9);
	background: -moz-radial-gradient(circle, #f0f7fb, #cee8f9);
	border-color: transparent;
}

.main-footer div.footer-bottom {
	padding: 0px 7%;
	height:60px;
	background:#006699;
}

/* skin */
a.blue-orange:hover,
a.blue-orange:focus {
	color: #008ac9!important;
}



/* =====  skin dark blue =====*/




/* ===== end skin dark blue =====*/


/*-------------------------------------------------------------------------*/
							/*Go to Top*/
/*-------------------------------------------------------------------------*/

.back-to-top {
	color:#fff;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-decoration: none!important;
	text-align:center!important;
	font-size: 1.5em;
	padding: 0.2em 0.2em 0.1em 0.2em;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
   transition: background 0.1s ease-in-out;
   -moz-transition: background 0.1s ease-in-out;
   -webkit-transition: background 0.1s ease-in-out;
}


/*-------- blue -----------*/
.blue-orange-back {
	background-color: #5467A7;
}

.blue-orange-back:hover {
	background-color: #7988BB;
	color:#EAFFFD
}

/*-------- dark blue -----------*/
.dark-blue-back {
	background-color: #008ac9;
}

.dark-blue-back:hover {
	background-color: #0e639d;
}



/*=============== main layout ================ */

h2.headline { 
	font-size:2.4em!important;
	color:#333333;padding:0px;
}
div.subline {
	border-top:1px solid #FFD6B0;padding:10px 0px 10px 0px;
}

div.subline_title {
	border-bottom:1px solid #8A97C4;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	display:block;
}

h2.subheadline { 
	font-size:2em!important;
	color:#333333;
	padding:0px;
	margin:0px;
	display:inline-block;
}

h2.subheadline a { 
	font-size:25px;
}

div.headline h1 {
	font-size:25px; letter-spacing:1px;
}

section div.contentblock {
	position:relative;
	display:block;
	background: #fff;
	padding: 40px 30px 45px 30px;
	box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
	margin: 0 0 10% 0;
	min-height:240px
}

section div.videoblock {
	position:relative;
	display:block;
	background: #fff;
	padding: 10px 30px 40px 30px;
	box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
	margin: 0 0 10% 0;
	min-height:240px
}

a.see-all-btns {
	color: #fff;
	text-transform: uppercase;
	padding: 8px 10px;
	display: inline-block;
	font-size: 13px;
	text-decoration:none!important;
	font-weight: normal;
	white-space:nowrap;
	opacity: 0.9;
	letter-spacing: 1px;
	float:left;
	margin:5px 10px 10px 10px
}

a.tabs-all-btns {
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	display: block;
	font-size: 13px;
	text-decoration:none!important;
	font-weight: normal;
	white-space:nowrap;
	opacity: 0.9;
	letter-spacing: 1px;
	float:right;
	margin:0px;
	position:absolute;
	right:10px;
	bottom:10px;
}

a.see-all-links {
	color:#777;
	backgrounds:#f5f5f5;
	padding: 0px 0px 8px 0px;
	font-size: 13px;
	text-decoration:none!important;
	font-weight: normal;
	display:inline-block;
	margin:10px auto;
	letter-spacing: 1px;
	border:none!important
}

a.see-all-links:hover {
	color:#3399FF;
}

.text-dark-blue {
	color:#5467A7;
}

.text-blue {
	color:#8A97C4;
}

.text-pink {
	color: #ff5a60;
}


/* skin */
a.blue-orange-btn {
	color: #5467A7;
	text-transform: uppercase;
	padding: 10px 7px;
	display: inline-block;
	font-size: 13px;
	text-decoration:none!important;
	font-weight: normal;
	white-space:nowrap;
	letter-spacing: 1px;
	float:left;
	margin:10px 10px 10px 0px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
   	background: none;
	border: 1px solid #8A97C4;
	border-radius:4px;
}
/* skin */
a.blue-orange-btn:hover {
	background: #5467A7;
	color:#fff;
	border: 1px solid #5467A7;
}


/* skin */
a.blue-orange-icon-btn {
	color:#333;
	border:1px solid #d7d7d7; /* Old browsers */
   transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

/* skin */
a.blue-orange-icon-btn:hover {
	color:#fff;
	background: #ffab23; /* Old browsers */
	border:1px solid #ffab23; /* Old browsers */
}

/* footer and bottom */
.bottom-left { 
	float:left;
	color:#fff;
}

.bottom-right { 
	float:right;
	color:#fff;
}

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

.bottom-right a:hover { 
	color:#fff;
	text-decoration:underline
}


div.subline_footer ,
div.subline_footer_noborder
{
	padding:5px 0px 10px 0px;
}

div.subline_footer h2{
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
	border-bottom:1px solid #66CCCC;
	display:inline;
	font-size:2em;
	color:#f98262
}

div.subline_footer_noborder h2{
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
	display:inline;
	font-size:2em;
	color:#3399CC
}

section.stat {
	 width:80%;
}

section.footer-contact {
	font-size:1em;
}

section.footer-contact p {
	padding:5px 0px 10px 0px;
}

section.footer-contact p > span {
	font-size:1.2em;
	padding-right:5px;
}

p.social {
	font-size:1.7em;
}


span.social_enable {
	color:#8A97C4;
	font-size:1.3em;
}

span.social_disable {
	color:#999;
	font-size:1.3em;
}

p.operating_system {
	color:#49b7e6;
	font-size:2.2em;
}

p.browser {
	color:#999;
	font-size:2.2em;
}

p.social span {
	margin:0px 10px 0px 0px
}

div.border-stat {
	border:2px solid rgba(255,255,255,0.6);
	border:1px solid  #66CCCC;
	border-radius:6px;
	text-align:left;
	vertical-align:middle!important;
	background:rgba(255,255,255,0);
	box-shadow: 1px 1px 1px 1px rgba(218, 218, 218, 0);
	padding:10px;
}
div.border-stat h2 {
	color:#000;
	padding-bottom:5px;
	margin-bottom:10px
}
div.border-stat p{
	padding:5px 0px;
	text-align:left;
}

div.border-stat p > i {
	color:#999;
	padding-right:10px;
}

div.border-stat p i.online {
	color:#00CC00;
}

div.border-stat p > span.counter {

	float:right;
}



/*=============== recent entry 1 ประกาศ ================ */

ul.notice-box li {
	padding: 0.8em 0 1em 0;
	overflow: hidden;
	font-size:13px;
}


ul.notice-box li:first-child {
	padding-top: 5px !important;
	border-top: 0 !important;
}

.notice-box li:last-child {
	padding-bottom: 0px !important;
	border-bottom: 0 !important;
}


ul.notice-box li a {
	font-size:13px;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

/* skin */
ul.notice-box li.blue-orange a {
	color:#1d98c7;
}


ul.notice-box li a:hover {
	color:#000;
	text-decoration:none
}

ul.notice-box li div.cont {
	display: block;
	margin: 0px 0px 0px 80px;
	text-align:left;
	height:65px;
	line-height:1.3em;
	border-bottom:1px dotted #ccc;
	position:relative;
}

ul.notice-box li:last-child div.cont {
	border-bottom:none!important;
}

ul.notice-box li div.cont > span.minitext {
	display:block;
	color:#777;
	padding-top:5px;
}

ul.notice-box li div.cont > span.datetext {
	position:absolute;
	bottom:5px;
	right:0px;
	font-size:0.9em;
	color:#777;
}

ul.notice-box li span.icon {
	display: inline-block;
	margin: 0 0em 0 0;
	vertical-align: bottom;
	font-size: 1.1em;
	line-height:1.2em;
}

ul.notice-box li div.bg {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	text-align:center;
	border-radius: 50%;
	background: #e7e7e7;
	background-position: center;
	background-repeat:no-repeat!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: absolute!important;
	margin: 0 0 0 0px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
}

ul.notice-box li div.bg:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);										
	opacity:0.7;
	z-index:0;
}

ul.notice-box li div.bg span.hidden{
	opacity:0;
}


ul.notice-box li div.bg span{
	position:relative;
	width:100%;
	height:40%;
	top:30%;
	font-size:1.5em;
	padding:5px;
}

/*=============== recent entry 2 ================ */

.news-box li {
	padding: 0.5em 0 0.5em 0;
	overflow: hidden;
}


.news-box li:first-child {
	padding-top: 25px !important;
	border-top: 0 !important;
}

.news-box li:last-child {
	padding-bottom: 0px;
	border-bottom: 0 !important;
}


.news-box li a {
	font-size:13px;
	margin:0px;
	padding:0px;
	color:#1d98c7;
	text-decoration:none;
}

.news-box li a:hover {
	color:#000;
	text-decoration:none
}

.news-box li div.cont {
	display: block;
	margin: 0px 0px 0px 80px;
	text-align:left;
	height:65px;
	line-height:1.3em;
	border-bottom:1px dotted #ccc;
	position:relative;
}

.news-box li:last-child div.cont {
	border-bottom:none!important;
}

.news-box li div.cont > span.minitext {
	display:block;
	color:#777;
	margin-top:5px;
	cursor:text;
	font-size:1em;
}

.news-box li div.cont > span.datetext {
	position:absolute;
	bottom:5px;
	right:0px;
	font-size:0.9em;
	color:#777;
}

.notice-box li span.icon {
	display: inline-block;
	margin: 0 0em 0 0;
	vertical-align: bottom;
	font-size: 1.1em;
	line-height:1.2em;
	color:#444;
}

.news-box li div.bg {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	text-align:center;
	border-radius: 50%;
	background: #e7e7e7;
	background-repeat:no-repeat!important;
	background-size: cover!important;
	position: absolute!important;
	margin: 0 0 0 0px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
}


.news-box li div.bg:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);										
	opacity:0.7;
	z-index:0;
}

.news-box li div.bg span.hidden{
	opacity:0;
}


.news-box li div.bg span{
	position:relative;
	width:100%;
	height:40%;
	top:30%;
	font-size:1.5em;
	padding:5px;
}


/*=============== recent entry 3 ================ */

.success-box {

}

.success-box li {
	padding: 0.5em 0 0.5em 0;
	overflow: hidden;
}


.success-box li:first-child {
	padding-top: 0px !important;
	border-top: 0 !important;
}

.success-box li:last-child {
	padding-bottom: 20px !important;
	border-bottom: 0 !important;
}


.success-box li div.cont {
	display: block;
	margin: 0px 0px 0px 120px;
	font-size: 0.85em;
	text-align:left;
	height:80px;
	line-height:1.3em;
	border-bottom:1px dotted #ccc;
	padding:0px 10px 20px 10px;
}

.success-box li:last-child div.cont {
	border-bottom:none!important;
	padding-bottom:5px!important;
}

.success-box li h2.headtext {
	color:#999;
	font-size:1.65em;
	font-weight:normal;
	padding-top:5px;
}

.success-box li a {
	display:block;
	margin-top:5px;
	color:#1d98c7;
	font-size:13px;
	text-decoration:none;
}

.success-box li a:hover {
	color:#000;
	text-decoration:none;
}

.success-box li span.minitext {
	display:block;
	color:#999;
	margin-top:5px;
	cursor:text;
	font-size:1em;
}

.success-box li span.icon {
	display: inline-block;
	margin: 0 0em 0 0;
	vertical-align: bottom;
	font-size: 1.1em;
	line-height:1.2em;
	color:#777;
}

.thumbnail {
	position: relative;
	width: 90px;
	height: 70px;
	overflow: hidden;
	float:left;
	display: block;
	margin-left:10px;
}

.thumbnail img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
		  transform: translate(-50%,-50%);
}

.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.success-box li a.border {
	float:left;
	display:block;
	width: auto;
	height: auto;
	padding:3px 3px 0px 3px;
	border:1px solid #40b0db;
	background:#fff;
	margin-left:10px;
}

.success-box li div.bg {
	display: inline-block;
	width: 90px;
	height: 70px;
	text-align:center;
	background-repeat:no-repeat!important;
	background-size: cover!important;

	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}


.success-box li div.bg:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);										
	opacity:0.7;
	z-index:0;
}

.success-box li a.border:hover {
	border:1px solid #40b0db;
}

.success-box li div.bg span.hidden{
	opacity:0;
}


.success-box li div.bg span{
	position:relative;
	width:100%;
	height:40%;
	top:30%;
	font-size:1.5em;
	padding:5px;
}


.success-box li div.head {
	display: block;
	margin: 0px 0px 0px 120px;
	font-size: 0.85em;
	text-align:left;
	display:block;
	height:10px;
	backgrounds:#fafafa;
	border-left:0px solid #47a3da;
	border-bottom:1px dotted #eaeaea;
	padding:10px;
	font-weight:bold;
}

.success-box span.head-title ,
.success-box span.cont-title {
		float:left;
		width:75%;
		backgrounds:#CCFF00
}

.success-box span.head-by {
	color:#000;
	float:right;width:20%;
}
.success-box span.cont-by {
	color:#999;
	float:right;width:20%;
}

.db_content {
	font-size:13px!important;
}

.db_content a {
	color:#003366!important;
	text-decoration:none!important;
	font-family:tahoma!important;
	font-size:13px!important;
}

.db_content a:hover {
	color:#000!important;
	text-decoration:underline!important;
}

div.thumbnail-entry {
	display: block;
	width: 60px;
	height: 60px;
	text-align:center;
	border-radius: 0px;
	border:solid 0px #ccc;
	background: #e7e7e7;
	background-position: center;
	background-repeat:no-repeat!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	position: absolute!important;
	margin: 0 0 0 0px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}




/*=== Featured section ===*/

.mu-header-featured-area {
	float: left;
	width:100%;
	padding: 20px 0;
	background:#5467A7;
	background: #fafafa url("../images/bg04.png");
	background: #fbfbfb url("../images/light_toast.png");
	background: #fbfbfb url("../images/overlay.png");
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	font-size:13px;
	background:#2e72ba;
	background: -ms-radial-gradient(circle, #f0f7fb, #cee8f9);
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#f0f7fb), to(#cee8f9));
	background: -webkit-radial-gradient(circle, #f0f7fb, #cee8f9);
	background: -moz-radial-gradient(circle, #f0f7fb, #cee8f9);
	border-color: transparent;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);

	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.4);

}

.mu-header-featured-img {
	display: inline;
	float: left;
	width: 40%;
}

.mu-header-featured-content {
	display: inline;
	float: right;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.mu-header-featured-content h1 {
	font-size: 35px;
	color:#f98262;
	font-weight: 300;
	margin-bottom: 15px;
	font-family: 'thaisansbold';
	font-weight: normal;
}

.mu-header-featured-content h1 span {
	font-weight: 700;
	font-size: 35px;
	color:#000;
}

.mu-header-featured-content p{
	color: #000;
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:23px;
}

.mu-app-download-area {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-app-download-area h4 {
	color: #000;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 20px;
}

.mu-apply-btn {
	border: 2px solid #cccccc;
	border-radius: 50%;
	width:65px;
	height:65px;
	display: inline-block;
	margin: 10px 10px;
	padding: 15px 20px 25px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size:33px;
	line-height:25px;
	color:#F86945;
	background:#f7f7f7;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
	background: linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 );

}

.mu-apply-btn span {
	font-size:22px!important;
	white-space:nowrap;
	color:#000!important;
}

.mu-apply-btn:hover,
.mu-apply-btn:focus {
	background: #fff;
	border: 2px solid #fff;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}

.mu-apple-btn,
.mu-google-btn,
.mu-windows-btn {
	border: 2px solid #5467A7;
    border-radius: 50px;
    color: #5467A7;
	color:#000;
    display: inline-block;
    margin: 0 10px;
    padding: 11px 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mu-apple-btn:hover,
.mu-google-btn:hover,
.mu-windows-btn:hover,
.mu-apple-btn:focus,
.mu-google-btn:focus,
.mu-windows-btn:focus {
	background-color: #8A97C4;
	background-color: #fff;
	border: 2px solid #fff;
	color:#5467A7;
}

.mu-apple-btn i,
.mu-google-btn i,
.mu-windows-btn i {
	display: block;
    float: left;
    font-size: 20px;
    line-height: 24px;
    margin-right: 10px;
}

.mu-apple-btn span,
.mu-google-btn span,
.mu-windows-btn span {
	display: block;
	float: left;
	line-height: 24px;
}


/*--------------------*/
/* FAQ */
/*--------------------*/

#mu-faq {
	float: left;
	position: relative;
	width: 100%;
}

.mu-faq-area {
	display: inline;
	float: left;
	padding: 0px 0;
	width: 100%;
}

.mu-faq-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0px;
	margin-top: 10px;
	font-weight: normal;
	font-size:13px;
	color:#555;
}

.mu-faq-content .panel-default {
	border-color: #e8e8e8;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06);
}

.mu-faq-content .panel-default > .panel-heading {
	color: #333;
	background-color: #f8f8f8;
	border-color: #ddd;
	padding: 0;

}

.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	text-align: left;
}


.mu-faq-content .panel-title {
	text-align: left;
}

.mu-faq-content .panel-title a {
	display: block;
	padding: 12px 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-faq-content .panel-title a>span {
	margin-right: 5px;
}


.section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.property-meta{
    padding: 20px 0px;
}
.property-info-entry .property-info-label {
    font-size: 13px;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
}
.property-info-entry .property-info-value {
    font-size: 18px;    
    line-height: 24px;
    white-space: nowrap;
} 
.property-info-unit{
    font-size: 12px;    
    line-height: 12px;
    white-space: nowrap;
}

.property-features ul {
    padding: 0px ;
    list-style: outside none none;
}
.property-features ul li{
    margin: 0px 15px 15px 0px;
    display: inline-table;
}
.property-features ul li a::after{
    content: "/";
    color: #FDC600;
    font-weight: bold;
    padding-left: 5px;
    font-size: 14px;
}
.property-features ul li a{
    text-transform: uppercase;
    color: #9C9C9C;
    font-weight: 500;
}
.property-features ul li a:hover{    
    color: black;
}

.additional-details-list{
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
.additional-details-list li{
    overflow: hidden;
    margin: 2px;
    border: 1px solid #F3F3F3;
}

.clearfix {
    clear: both;
}

.s-property-title {
    margin-bottom: 15px;
    color:#ff5a60;
	color:#000;
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:23px
}

.s-property-title::after {
    background-color: #DDD;
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin: 0px 0px 0px 2px;
}

.s-property-content {

	color:#333;
}

.additional-details-list{
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
.additional-details-list li{
    overflow: hidden;
    margin: 2px;
    border: 1px solid #ddd;
}

.add-d-title {
    background-color: #727272;
	height:30px;
	line-height:30px;
    margin: 0px;
	padding:5px 10px;
    color: #FFF;
	width:20%;
	float:left;
	vertical-align:middle;
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:20px
}

.add-d-entry {
	line-height:40px;
	padding:5px 10px;
	vertical-align:middle;
	color:#555;
}


.fee ul {
	margin-left:50px;
}
.fee ul li {
	list-style:square;
	margin-top:10px;
	line-height:35px;
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:20px;
	color:#777;
}

.fee ul li > span {
	color:#ff5a60
}

.fee a {
	font-family: 'thaisansbold'!important;
	font-size:20px!important;
	color:#FF9900!important;
}

.fee a:hover {
	text-decoration:none!important;
	color:#F36505!important;
}


section.box-shadow {
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:1px 1px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}

.pretest h1 {
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:20px;
	text-indent:50px;
	margin-bottom:20px;
}

div.des {
	font-size:13px;
	text-indent:50px;
	margin-bottom:20px;
	line-height:20px;
}

table.award { 
  border-spacing: 0; 
  border-collapse: 0; 
  background:white;
  border-radius:6px;
  border:1px solid #8594C0; 
  overflow:hidden;
  width:80%;

}
  
table.award  td,th { 
	padding-left:8px;
	font-size:13px;
}

table.award th {
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:20px;
	text-align:left;
	line-height:30px;
	background-color:#A9B3D3;
	color:#fff;
	padding:5px 10px;
	line-height:17px;
	text-shadow: 1px 0px 0px rgba(0,0,0,0.4);
	-webkit-text-shadow: 1px 0px 0px rgba(0,0,0,0.4);
	-moz-text-shadow: 1px 0px 0px rgba(0,0,0,0.4);
}

table.award  td {
	background:#f8f8f8
}

table.award thead tr { 
    height:40px;
    background:#FFED86;
	background:#f8f8f8;
    font-size:13px;
}
  
table.award tbody tr { 
	height:48px; border-bottom:1px solid #E3F1D5 ;
}


table.schedule {
	border-top:1px solid #8594C0;
	border-left:1px solid #8594C0;
	border-radius:4px;
}

table.schedule th {
	border-right:1px solid #8594C0;
	border-bottom:1px solid #8594C0;
	font-family: 'thaisansbold';
	font-weight: normal;
	font-size:20px;
	text-align:left;
	line-height:30px;
	background-color:#A9B3D3;
	color:#3D4B76;
	padding:5px 10px;
	line-height:17px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}

table.schedule th:first-child {
	border-top-left-radius:4px;
}

table.schedule th:last-child {
	border-top-right-radius:4px;
}


table.schedule  td {
	border-right:1px solid #8594C0;
	border-bottom:1px solid #8594C0;
	line-height:20px;
	padding:3px 10px;
	background-color:#f8f8f8;
}

table.schedule tr:last-child td:last-child {
	border-bottom-right-radius:4px;
}

.text-dark-blue {
	color:#5467A7;
}

.text-blue {
	color:#8A97C4;
}

.text-pink {
	color: #ff5a60;
}

.text-red {
	color:#FF0000;
	font-size:12px;
}

.text-green {
	color:#009900;
	font-size:12px;
}


.warning {
	text-align:center;
	font-family: 'thaisansbold';
	font-size:23px;
	line-height:30px;
	color:#CC0000!important;
}

.userpass {
	text-align:left;
	font-family: 'thaisansbold';
	font-size:26px;
	color:#444;
	line-height:30px;
}

.userpass i {
	font-size:23px;
}

.size_28 {
	font-size:28px!important;
}

.size_32 {
	font-size:32px!important;
}

input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 50px #ffffff inset;
	-webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px #ffffff inset!important;
	-webkit-text-fill-color: #333;
} 

.login-blocks label {
	font-family: 'thaisansbold';
	font-size:23px;
}	

.btn-login {
    color: #fff!important;
    background-color: #413538;
    border-color: #382829;
	font-size:13px;
	border-radius:0px;
	padding:10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
} 

.btn-login:active,
.btn-login:focus,
.btn-login:hover {
    color: #fff!important;
    background-color: #5467A7!important;
    border-color: #5467A7!important;
} 

.suggestion div {
	line-height:20px;
}

a.link_header {
	font-family: 'thaisansbold'!important;
	font-size:26px!important;
	text-decoration:none!important;
}

a.link_header:hover,
a.link_header:focus {
	color: #008ac9!important;
}

.timelinecontent a {
	color:#000!important;
	text-decoration:underline!important;
}


.timelinecontent a:hover {
	color:#fff!important;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#mu-counter {
	background-color: #fff;
	padding:0px;
}

.mu-counter-area {
	padding: 10px 0px;
}

.mu-counter-area h2 {
	color: #fff;
	text-align: center;
}

.mu-counter-block {
	widths: 100%;
	border: 1px solid #ddd;
	border: 1px solid #ff871c;    
}

.mu-single-counter {
	text-align: center;
	padding-bottom: 10px;
	margin: 0 5%;
}

.mu-single-counter i {
	font-size: 25px;
	padding: 5px 25px;
	margin-bottom: 0px;
	display: inline-block;
	padding-bottom: 0;
	margin-top: -60px;
	background: #fff;
	color:#555;
}

.counter-value {
	font-size: 38px;
	font-family: 'thaisansbold'!important;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#FF6600
}

.mu-counter-name {
	color: #ff871c;
}


.relative label {
	font-family: 'thaisansbold'!important;
	font-size:21px!important;
}

.timelinecontent a {
	color:#FFFF00!important;
}

table#paginate td {
	background:none;
	font-family:tahoma;
	font-size:13px;
}