/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body {
	font-family: 'Prompt', sans-serif;
}
.button {
	font-family: 'Poppins', 'Prompt', sans-serif;
}

.thaifont {
	font-family: 'Poppins', 'Prompt', sans-serif;	
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Poppins', sans-serif;
}*/

.poster {
	font-family: 'Montserrat','Poppins', 'Prompt', sans-serif;
}

#logo a {
	color: rgb(68, 68, 68);
	font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: 36px;
}
.year {
	-webkit-text-stroke: 2px rgb(68, 68, 68); 
}

.testi-image {
	float: none;
    margin: 0px auto 0; 
    margin-bottom: 20px;
    display: inline-block;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 0px 0; 
}

.full-header .primary-menu .menu-container {
    
    border-right: 0px solid #EEE;
}

#page-title {
	
    background-size: cover; padding: 50px 0;
    background-repeat: no-repeat;
    background-position: right;
    color: white;
}

#page-title h1{
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-size: 3.5rem;
    text-transform: uppercase;
    font-family: 'Montserrat','Poppins', 'Prompt', sans-serif;

}

#page-title h1, .title-h2 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat','Poppins', 'Prompt', sans-serif;

}
#page-title span {
	display: block;
    font-weight: 700;
    color: white;
    font-size: 18px;
    margin-left: 5px;
    font-family: 'Montserrat','Poppins', 'Prompt', sans-serif;
}
#page-title .virtual {
    text-transform: uppercase;
}
#page-title .eleven {
	font-family: 'Montserrat', 'Poppins', 'Prompt', sans-serif;
	color: white;
	font-weight: 300;
}


.section-schedule .nav-link {
	position: relative;
	padding: 15px 20px;
	font-size: 20px;
	background-color: #FFF;
	margin-bottom: 10px;
	box-shadow: 3px 8px 30px 4px rgba(0, 0, 0, 0.1);
	font-family: "Sansita", sans-serif;
	border-left: 5px solid transparent;
	overflow: hidden;
	color: #444;
	transition: all .3s ease;
}

.section-schedule .nav-pills .nav-link.active {
	box-shadow: 3px 8px 30px 4px rgba(0, 0, 0, 0.2);
	border-left-color: #7E9680;
	background-color: #FFF;
	color: #7E9680;
}

.section-schedule .nav-link::after {
	content: "";
	position: absolute;
	opacity: 0;
	bottom: 0;
	right: 5px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100% 90%;
	background-size: 50px 50px;
	transition: all .3s linear;
	
}

.section-schedule .nav-link.active::after,
.section-schedule .nav-link:hover::after {
	opacity: .6;
	background-position: 100% 70%;
}

.schedule-wrap {
	position: relative;
	padding: 30px;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 3px 8px 30px 4px rgba(0, 0, 0, 0.2);
}

.schedule-wrap::after {
	content: "";
	position: absolute;
	opacity: .07;
	bottom: 20px;
	right: 20px;
	width: 200px;
	height: 200px;
	
	z-index: 0;
}


.schedule-wrap dt { margin-bottom: 10px; }

.schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.schedule-wrap dt:nth-last-of-type(1),
.schedule-wrap dt:nth-last-of-type(1) + dd { margin-bottom: 0px; }



/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {


	.schedule-wrap dt { margin-bottom: 20px; }

}

.schedule-teacher {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    z-index: 2;
    /*position: relative;*/
}

.schedule-desc small {
    display: block;
    font-size: 13px;
    opacity: .5;
    margin-top: 4px;
}

.entry-title h2 {
	text-transform: none;
}


.content-wrap {
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}

.entry-content {
     margin-top: 5px; 
}

.about-container {
	/*background-color: red;*/
	background: url('/images/bgabout.png') no-repeat center top; 
	background-size: cover; 
	padding: 100px 0 0; 
	/*background-color:rgba(0, 0, 0, 0.5);*/
	/*opacity: 0.3;*/
}
.fbox-icon-track {
	height: 4rem;
    padding: 0 0.75rem;
}
.fbox-icon-track img {
	width: 4.5rem;
}

label {
	font-family: Prompt, sans-serif;
}