/*@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Prompt|Ubuntu:500');
@import url('https://fonts.googleapis.com/css?family=Taviraj');
body{   
   /*font-family: 'Prompt',serif;*/
   font-family: 'Open Sans', sans-serif;
   color: #666;
   font-size: 16px;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.logo{ 
	font-family: 'Ubuntu', serif;
	/*font-size: 32px;*/
}

.normal-thai{
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 14px;
}

a{
	color: #666666;
}

a:hover{
	color: #28a745;
	text-decoration: none;
}

footer{
	margin-bottom: 20px;
}

footer table tr td{
	padding: 0px 4px 4px 0px;
}

footer table .info{
	margin-left: 4px;
}

.course-header-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #252525;
}

.course-header-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.course-header-subtitle a{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #333333;
}

.course-info{
	/*margin-left: 4px;*/
	font-size: 14px;
}

.normal-link{}
.normal-link a{
	text-decoration: none;
}

.dp-color{
	color: #28a745;
	/*color: #7ABA2F;*/
}

.dp-light-color{
	color: #7ABA2F;
}

.dp-op-color{
	color: #EF8C23;
}

.dp-bg-color{
	background-color: #28a745; 
}

.course{}

.course .card{
	margin-bottom: 28px;
}

.course .card-header{
	background-color: #ffffff; 
	border-bottom: 0px;
}

.course .card-footer{
	background-color: #ffffff; 
	border-top: 0px;	
}

.course-snippet{
	padding-top: 12px;
}

a.db-color:hover{
	color: #28a745;
	text-decoration: none;
}

.event-summary ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.event-summary ul li{
	display: block;
}

.event-item{
	min-height: 14px;
	display: block;
	clear: both;
	margin-bottom: 14px;
}
.event-icon{
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	color: #a2a2a2;
}
.event-info{
	float: left;
	position: relative;
	margin-left: 4px;
	font-size: 14px;
}

section.home{
	margin-top: 50px;
}

/* Font sizing */
.fm{
	font-size:  18px;
}

.fl{
	font-size:  22px;
}

.fs{
	font-size:  14px;
}

.mn-h-150{
	min-height: 150px !important;
}

.mn-h-160{
	min-height: 160px !important;
}

.mn-h-170{
	min-height: 170px !important;
}

.mn-h-180{
	min-height: 180px !important;
}