body {
	font-size:16px;
	background:none;
}

#Action_bar .logo_details {
	float: left;
	padding: 15px 0 0 0;
}
#Action_bar .logo_details img {
	height: 80px;
}
#Action_bar .contact_details {
	float: right;
	padding: 15px 0 0 0;
}
#Action_bar .contact_details li {
	display: inline-block;
	margin-right: 10px;
	padding: 20px 0;
	color: rgba(0, 0, 0, 1);
}
#Action_bar .contact_details li>i {
	margin-right: 2px;
}
#Action_bar .contact_details li:last-child {
	margin-right: 0px;
}
#Action_bar .social {
	float: right;
	padding: 20px 0;
}
#Action_bar .social li {
	display: inline-block;
	margin-right: 6px;
}
#Action_bar .social li:last-child {
	margin-right: 0px;
}
#Action_bar .social li a {
	color: rgba(255, 255, 255, .3);
	font-size: 15px;
	line-height: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#Action_bar .social li a:hover {
	color: rgb(255, 255, 255);
}
#Content {
	font-size: 18px;
	background:url(../images/body-bg.png) repeat;
}
.txt_small {
	font-size: 16px;
	color: #999;
}


#formWrapper input[type="date"], #formWrapper input[type="email"], #formWrapper input[type="number"], #formWrapper input[type="password"], #formWrapper input[type="search"], #formWrapper input[type="tel"], #formWrapper input[type="text"], #formWrapper input[type="url"], #formWrapper select, #formWrapper textarea {
	padding: 10px;
	outline: none;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 0;
	font-size: 18px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#formWrapper input[type="file"] {
	font-size: 18px;
	padding: 10px;
	background-color: #fff;
	width: 97.5%;
}
#formWrapper label {
	font-size:18px;
	padding-top:10px;
}
/* ---------------- contact form -------------------- */

#formWrapper .column input[type="text"], #formWrapper .column input[type="email"] {
	width: 100%;
}
#formWrapper .column {
	margin-bottom: 15px;
	margin-top:15px;
	
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"],  input[type="url"], select, textarea {
	padding: 10px;
	outline: none;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 0;
	font-size: 18px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.fancy_heading .title {
	color: #000;
}
table {
	line-height:1.5;
}
.courseTable {

}
table {
}
table td {
	border:1px solid #00aa9c;
}

table thead tr {
}
table thead th {
	background:#00aa9c;
	color:#fff;
	padding-top:25px;
	padding-bottom:25px;
	border-right:1px solid #fff;
}
table thead th:nth-last-child(1) {
	border-right:0px solid #fff;
}
table.courseTable th {
	font-weight:bold;
	line-height:1.5;
	font-size:20px;
}
table.courseTable tr:hover td {

}
table.courseTable tr:hover td  {
	color:#fff;
}
table.courseTable tr:hover td a {
	color:#fff;
}
.courseTable td {
	font-size:18px;
}
.courseTable td a:link , .courseTable td a:visited {
	color: #626262;
}
.courseTable td:nth-child(1) {
	width: 5%;
}
.courseTable td:nth-child(2) {
	text-align: left;
}
.courseTable td:nth-child(3) {
	width: 10%;
}
.courseTable td:nth-child(4) {
	width: 8%;
}
.courseTable td:nth-child(5) {
	width: 10%;
}
.courseTable td:nth-child(6) {
	width: 12%;
}
.courseTable td:nth-child(7) {
	width: 10%;
	font-size: 22px;
}
.courseTable td:nth-child(7) :link {
	color: #626262;
}
.courseTable td:nth-child(7) :hover {

}

.courseTable tr.cancel td a:link {
}
.courseTable tr.cancel {
	color: #ccc;
}
.courseTable tr.cancel:hover td {
	background-color: #fcfcfc;
	color:#ccc;
}

.courseTable tr.cancel a {
	color:#ccc;
}
.courseTable tr.cancel:hover td a {
	color:#ccc;
}
.courseTable tr.cancel td:nth-child(7) :hover {
	color: #ccc;
}
table.courseDetailTable {
}

.courseDetailTable tr:hover td {
	background-color: transparent !important;
}
.courseDetailTable td {
	text-align: left;
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
}
.courseDetailTable td:nth-child(1) {
	width: 27%;
	font-size:20px;
	font-weight:bold;
}
.courseDetailTable td:nth-child(2) {
	width: 73%;
}
.courseDetailTable .txt_small {
	color:#13bfb1;
	padding-top:10px;
	font-size:18px;
}
.red {
	color:#ff0000;
}
.noTable {
	background:#13bfb1;
	font-size:30px;
	font-weight:bold;
	border:0;
	border-radius:0;
	color:#fff;
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.15);
}
.noTable td {
	vertical-align:top;
	text-align:left;
	border:0;
	padding-top:25px;
}
.noTable td:nth-child(1) {
	width: 27%;
}
.noTable td:nth-child(2) {
	width: 73%;
}
.noTable h3 {
	color:#fff;
	line-height:1.5;
}
.title_fancy_divider {
	padding-top: 50px;
}
.title_fancy_divider h3 {
	color: #fff;
	line-height: 1.5;
}
table.courseQualifyTable {
}
table.courseQualifyTable th {
	font-weight: 700;
	line-height:1.5;
}
table.courseQualifyTable tr td a {
	color:#727272;
}
table.courseQualifyTable tr:hover td {
	color:#fff;
}
table.courseQualifyTable tr:hover td a {
	color:#fff;
}
table.courseQualifyTable tr:hover td li {
	color:#fff;
}
.courseQualifyTable td {
	vertical-align: top;
	font-size:18px;
	padding-bottom:15px;
	 padding-top:15px;
}
.courseQualifyTable td:nth-child(1) {
	width: 5%;
}
.courseQualifyTable td:nth-child(2) {
	width: 20%;
	text-align: left;
}
.courseQualifyTable td:nth-child(3) {
	width: 20%;
	text-align: left;
}
.courseQualifyTable td:nth-child(4) {
	text-align: left;
}
.courseQualifyTable td:nth-child(5) {
	width: 5%;
}
.courseQualifyTable td:nth-child(6) {
	width: 5%;
}
.courseQualifyTable td:nth-child(6) select {
	width: 100px;
}
.fancy_heading h2.title {
	line-height: 1.5;
}
table.courseReportTable {
}
table.courseReportTable th {
	font-weight: 700;
	line-height:1.5;
}
table.courseReportTable tr:hover td {
}
.courseReportTable tr td {
	font-size:18px;
	padding-bottom:15px;
	padding-top:15px;
}
.courseReportTable tr:hover td {
	background-color: transparent !important;
}
.courseReportTable tr.total {
	background-color: #13bfb1;
	color: #fff;
	font-weight: bold;
}
.titleCenter {
	text-align: center;
}
.titleCenter h3 {
	font-weight: bold;
	padding-bottom: 40px;
	line-height:1.5;
}
.headerColor {
	background-color: #13bfb1;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.15);
}
.headerColor h4 {
	padding: 0;
	margin: 0;
}
.headerColor h4.title {
	color: #fff;
	font-weight:bold;
	font-size:24px;
}
textarea {
	font-size: 16px;
}
#Top_bar .menu {
	margin-top:15px;
}
#Top_bar .menu>li>a {
	padding: 15px 8px;
}
#Top_bar .menu li span {
	font-size: 24px;

}
#Top_bar .menu li:hover span {
}
#Top_bar .menu li ul li span {
	font-size:18px;
}
#Top_bar .menu>li>a span:not(.description) {
	padding: 0 15px;
}
#Top_bar .menu li ul li {
	width: 300px;
}
#Footer .footer_copy {
	background-color: #00aa9c;
	color: #fff;
}
#Footer a {
	color: #fff;
}
#Footer a:hover {
	color: #fff;
}
#Footer .copyright {
	font-size: 16px;
}
.flv_span_16px {
	font-size:16px;
}
.flv_span_18px {
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
}
.column_list {
	margin-bottom:5px;
}
.searchType1 {
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	font-size:18px;
}
#searchform label {
	font-size:20px;
}
.numList {
	text-align: right;
	margin-bottom: 15px;
}
.pager {
	margin-bottom: 70px;
}
.iconFooter {
	background-color:#f0f0f0;
}
.column_icon_box {
	margin-bottom: 0;
}
.iconFooter .desc_wrapper h4 {
	font-weight:bold;
	font-size:20px;
}
input[type="text"], select {
	font-size: 18px;
}
#gallery-4 {
	margin: auto;
}
#gallery-4 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33.33%;
}
#gallery-4 img {
	border: 2px solid #cfcfcf;
}
#gallery-4 .gallery-caption {
	margin-left: 0;
}
.feature_list p {
	font-size:18px;
	font-weight:bold;
}
.team .image_frame {
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.15);
	border:0;
}
.fancy_heading_line {
	background-image:url(../images/fancy_heading_hr.png);
}
a.button {
	border-radius:0;
	font-weight:bold;
}
a.button_left {
	border-radius:0;
}
a.button_theme {
	border-radius:0;
	/*background-color:#c4ebe8;
	color:#727272;*/
}
a.button_js {
	border-radius:0;
}
a.button.button_theme, a.tp-button.button_theme {
	box-shadow: 4px 4px 0 0 #c1bda1
}
table a.button {
	border-radius:0;
	font-weight:bold;
	margin-bottom:0;
}
table a.button_left {
	border-radius:0;
	margin-bottom:0;
}
table a.button_theme {
	border-radius:0;
	margin-bottom:0;
}
table a.button_js {
	border-radius:0;
	margin-bottom:0;
}

.icon_box .icon_wrapper {

}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  display:none;
}
.custom-file-input {
	border:1px solid #e8e8e8;
	position:relative;
	z-index:1;
	padding:10px 0 10px 5px;
}
.custom-file-input::before {
  content: 'เลือกไฟล์';
  background:#13bfb1;
  padding: 6px 10px;
  right:0;
  z-index:11111;
  top:0px;
  position:absolute;
  font-size: 18px;
  font-family:'cloudlight';
  color:#fff;
}
.custom-file-input:hover::before {
}
.custom-file-input:active::before {
  background:#13bfb1;
}
.gallery-item {
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.15);
}

@media only screen and (max-width: 1239px) {
	#Top_bar {
		height: 38px;
	}
	.header-classic #Header a.responsive-menu-toggle {
		top: 0px;
	}
	.sections_style_4, div.sections_style_4 {
		padding-top: 15px;
	}
}
