@charset "utf-8";
/* CSS Document */

.Kanit{
	font-family: 'Kanit', sans-serif !important;
}
.Sriracha{
    font-family: 'Sriracha', cursive !important;
}
.Font12{
	font-size:12px !important;
}
.Font13{
	font-size:13px !important;
}
.Font14{
	font-size:14px !important;
}
.Font15{
	font-size:15px !important;
}
.Font16{
	font-size:16px !important;
}
.Font18{
	font-size:18px !important;
}
.Font24{
	font-size:24px !important;
}
.Font36{
	font-size:36px !important;
}
.NoMargin{
	margin:0px !important;
}
.NoPadding{
	padding:0px !important;
}

/*--------------- Menu ---------------*/
.Logo{
	float:left;
	line-height:50px;
	text-align:center;
}
.Logo img{
	max-height:50px;
	width:auto;
	display: inline-block;
}
.HeadMobile{
	float:right;
	padding:10px 0 0 0;
}
.MenuMobile{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 4px 0px rgba(204,204,204,1);
	background:#fff;
	padding-top:5px;
	padding-bottom:5px;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	height:60px;
}
.MenuMobile i{
	line-height:50px;
	cursor:pointer;
}


/*--------------- Slide Bar ---------------*/
.SlideLeft,
.SlideRight{
	background:#333;
	padding:0 1px;
}
.SlideLeft ul{
	padding:0px;
	margin:0px;
}
.SlideLeft ul li{
	background:url(../images/bg-bars02.png) bottom repeat-x;
	line-height:48px;
	padding:0 0 2px 0;
	margin:0px;
	list-style:none;
}
.SlideLeft ul li a{
	background:url(../images/bg-bars01.png) left repeat-y;
	display:block;
	padding:0 0 0 20px;
	font-family: 'Raleway', sans-serif !important;
	font-size:16px;
	color:#fff;
}
.SlideLeft ul li a:hover{
	background:url(../images/bg-bars01.png) left repeat-y rgba(255, 255, 255, 0.3);
	text-decoration:none;
}
.SlideRight ul{
	padding:0px;
	margin:0px;
}
.SlideRight ul li{
	background:url(../images/bg-bars02.png) bottom repeat-x;
	line-height:48px;
	padding:0 0 2px 0;
	margin:0px;
	text-align:right;
	list-style:none;
}
.SlideRight ul li a{
	background:url(../images/bg-bars01.png) right repeat-y;
	display:block;
	padding:0 20px 0 0;
	font-family: 'Kanit', sans-serif !important;
	font-size:16px;
	color:#fff;
}
.SlideRight ul li a:hover{
	background:url(../images/bg-bars01.png) right repeat-y rgba(255, 255, 255, 0.3);
	text-decoration:none;
}
.IconSearch {
    font-size: 18px;
    position: absolute;
    right: 2px;
    top: 8px;
	color:#000;
}
.navbar-form {
	background:url(../images/bg-bars02.png) bottom repeat-x;
	padding-top:20px;
	padding-bottom:20px;
	margin:0px;
}
.navbar-form .form-group {
	width:100%;
	position:relative;
}
.navbar-form .form-control {
    width:100%;
}
.CopyLeft{
	background:url(../images/bg-bars02.png) top repeat-x;
	padding:20px 0 0 20px;
	margin:0px;
	display:block;
	width:100%;
}
.CopyRight{
	text-align:right;
	padding:20px 20px 0 0;
	margin:0px;
	display:block;
	width:100%;
}
.TH-EN{
	text-align:right;
	padding:10px 15px 10px 0;
}
.TH-EN img{
	max-height:40px;
}


@media (max-width: 479px) {
	.HeadMobile{
		display:none;
	}
	.single-header-info {
		float: left;
		padding-left: 5px;
	}
	
	.single-header-info .icon-box,
	.single-header-info .content {
		display: table-cell;
		vertical-align: middle;
	}
	
	.single-header-info .icon-box .inner-box {
		width: 30px;
		height: 30px;
		border: 1px solid #E1E1E1;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		margin-right: 5px;
	}
	
	.single-header-info .icon-box .inner-box i{
		line-height:30px !important;
	}
	
	.single-header-info .icon-box .inner-box i:before {
		font-size: 14px;
		color: #fbca00;
	}
	
	.single-header-info .content h3 {
		font-size: 12px;
		text-transform: uppercase;
		color: #2B2B2B;
		font-family: 'Raleway', sans-serif;
		font-weight: 800;
		margin: 0;
		margin-bottom: 5px;
	}
	
	.single-header-info .content p {
		font-size: 10px;
		margin: 0;
		color: #B6B6B6;
	}
	
	.single-header-info .content p b {
		font-size: 10px;
		color: #000000;
		font-weight: 500;
	}
	
	.single-header-info .thm-btn {
		margin: 7px 0;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.PRnone{
		padding-right:0px;
	}
	.PLnone{
		padding-left:0px;
	}
	.single-header-info {
		float: left;
		padding-left: 6px;
	}
	
	.single-header-info .icon-box,
	.single-header-info .content {
		display: table-cell;
		vertical-align: middle;
	}
	
	.single-header-info .icon-box .inner-box {
		width: 30px;
		height: 30px;
		border: 1px solid #E1E1E1;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		margin-right: 6px;
	}
	
	.single-header-info .icon-box .inner-box i{
		line-height:28px !important;
		vertical-align:top;
	}
	
	.single-header-info .icon-box .inner-box i:before {
		font-size: 14px;
		color: #fbca00;
	}
	
	.single-header-info .content h3 {
		font-size: 12px;
		text-transform: uppercase;
		color: #2B2B2B;
		font-family: 'Raleway', sans-serif;
		font-weight: 800;
		margin: 0;
		line-height:normal;
	}
	
	.single-header-info .content p {
		font-size: 10px;
		margin: 0;
		color: #B6B6B6;
		line-height:normal;
	}
	
	.single-header-info .content p b {
		font-size: 10px;
		color: #000000;
		font-weight: 500;
	}
	
	.single-header-info .thm-btn {
		margin: 7px 0;
	}
}


/*--------------- End ---------------*/



.CBlue{
	color:#1c1551 !important;
}
.COrange{
	color:#f15822 !important;
}
.TopSocial a{
	color:#555;
	margin:0 0 0 10px;
}
.BgPage1{
	background:url(../images/01.png) top center no-repeat #e5f1ff;
}
.BgPage1 .cs-section-tiltle h1{
	color:#1c1551;
}
.cs-welcome-area .cs-welcome-box i img{
	display:inline-block;
	width:auto;
}
.cs-section-tiltle h2{
	color:#1c1551;
}
.cs-team-area .my-hover-9 .hover-img img{
	width:auto;
	margin:0px auto;
}
.cs-inside-bdr img{
	max-width:170px;
}
.cs-footer-area::before{
	background-color: rgba(28, 21, 81, 0.5) !important;
}
.cs-footer-social img{
	display:inline-block;
	width:auto;
}
.PageCourses .cs-service-col .cs-service-content{
	padding-bottom:34px;
}
.PageCourses .cs-service-col .cs-service-content .courses-list-btn{
	bottom: -15px;
}
.BgPage2{
	background:url(../images/28.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.ListAbout li{
	font-family: 'Kanit', sans-serif;
	list-style:disc;
	text-align:justify;
	margin:0 0 10px 16px;
}
.Toefl {
    position: relative;
    padding: 80px 0px 50px;
}
.Toefl .cs-title-center{
	text-align:left;
}
.Toefl .cs-title-center i{
	right:inherit;
}
.Toefl .cs-title-center .cs-title-bdr-one{
	margin:inherit;
}
.Toefl .cs-title-center .cs-title-bdr-two {
    margin-top: 4px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.Toefl .cs-title-center .cs-top-sub-title{
	font-size:18px;
	letter-spacing: 1px;
	margin-bottom:0px;
}
.Toefl .cs-title-center p {
    margin-bottom: 40px;
}
.Toefl .section-title{
	border-bottom:#ccc 1px solid;
}



@media (max-width: 479px) {
	.TopSocial{
		text-align:center;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.TopSocial{
		text-align:center;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.TopSocial{
		text-align:right;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.TopSocial{
		text-align:right;
	}
}
@media (min-width: 1200px) {
	.TopSocial{
		text-align:right;
	}
	
}
