/*==================================
* Author        : "ThemeSine"
* Template Name : Zombiz
* Version       : 1.0
==================================== */

/*==================================

font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;

==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2. 	Header
3.	Menu
4.	Slider
5. 	About
6. 	Service
7. 	Statistics
8. 	Project
9. 	Team
10.	Pricing
11.	Testimonial
12. Client
11.	Testemonial 
14. Contact
15. New-project
16.	Footer
17.	Footer Copyright

===========*/
/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-size:16px;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
	opacity: 0;
  	transition: opacity 0.5s ease-in; /* กำหนดให้ body ค่อยๆ ปรากฏ */
}
body.loaded {
	opacity: 1;
  }

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	text-transform: capitalize;
}
p {
	margin: 0;
	font-size:14px;
}
img{	border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea{box-shadow:none;outline:0!important;}


html,body{
    height: 100%;
	position: relative;
    z-index: 2;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/*=============Style css=========*/

/*-------------------------------------
		2. Header
--------------------------------------*/
/* .wrapper {
    position: relative;
    z-index: -1;
} */

.header{
	padding-top:20px;
	padding-bottom: 12px;

}
.header li  a{
	color: #888;
	outline: 0;
}
/* header-left  */
.header-left li {
    display: inline-block;
	margin-right: 50px;
	font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}
.header-left li  i{
	margin-right:7px;
	color: #888;
}
.header-left li :hover {
	color: #433878;
	/*color: #7370d8;*/
}/* header-left  */

/* header-right */
.header-right {
	color: #888;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	
}
.header-right li {
	display:inline-block;
}
.header-right li a{
	font-size:16px; /*------ขนาดตัวหนังสือ ด้านบนเมนู----------------------------*/
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	padding-bottom: 7px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}
.header-right li a:hover{
	color:#433878;
}
.reg a {
    margin-right: 5px;
    margin-left: 5px;
}

/* social-icon */
.social-icon{
	margin-left:6px;
	top:0;
	right:0;
}
.social-icon li a {
    margin-left:14px;
}/* social-icon */

/* header-right */

/* modal 
--------------------*/
.modal-header {
    border-bottom: none;
}
.modal-title {
    font-size: 30px;
    font-weight: 500;
    color: #eb1b33;
}
.lg-frm button,
.sm-frm button {
    margin-top: 25px;
    background: transparent;
    border-color: #eb1b33;
    color: #eb1b33;	
}
/*-------------------------------------
		3. Menu
--------------------------------------*/
#menu{
	z-index: 999;
}
/* navbar-brand */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus{
	margin-top: 10px;
	padding:0;
}/* navbar-brand */

/* wrapper-sticky */
.wrapper-sticky{
	position: relative;
	display: inline-block;
	/*background: rgba(115,112,216,1);*/
	background: #433878;
}

/* sticky */
.sticky{
	/*background: rgba(115,112,216,1);*/
	background: #433878;
	padding: 10px 0px 0px;
	height:80px;
	color: #fff;
}

.sticky  .navbar-brand{
	margin-top:20px;
}
.sticky  .navbar-default .navbar-nav li a,
.sticky  .navbar-default .navbar-nav li a:active,
.sticky  .navbar-default .navbar-nav li a:focus,
.sticky  .navbar-default .navbar-nav li a:hover{
	color: #fff;
	margin: 0px 0px;
}
.sticky .navbar-default .navbar-toggle ,
.sticky .navbar-default .navbar-toggle:focus,
.sticky .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 15px;
}/* sticky */

/* wrapper-sticky */

/* navbar-default */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav li a{
	font-size: 16px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	margin-top:18px;
	padding-left: 27px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.navbar-default.navbar-nav li a:active,
.navbar-default.navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover{
	color: #fff;
	outline: 0;
	font-weight:500;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 27px;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background:transparent;
    color: #fff;
	font-weight:500;
	font-family: 'Lato', sans-serif;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 27px;
}/* navbar-default */

/* navbar-toggle*/
.navbar-default .navbar-toggle ,
.navbar-default .navbar-toggle:focus,
 .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #fff;
	color: #fff;
    margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;

}/* navbar-toggle*/

/* .search */
.sticky .search span {
	top:16px;
}
.sticky .search input {
	top:40px;
}


.search span {
    position: absolute;
    right: -17px;
    top:35px;
    cursor: pointer;
    z-index: 1;
    color: #fff;
}
.search input {
    position: absolute;
    top:60px;
    right: -17px;
    width: 15px;
    height: 20px;
    border-radius: 4px;
    font-size: 14px;
    padding:20px;
    border: 1px solid #ccc;
    z-index: 1;
    opacity:0;
}
.search input.active{
	border-radius: 0 4px;
}/* .search */

/*-------------------------------------
		4. Slider
--------------------------------------*/
.header-slider-area {
    position: relative;
    z-index: 1;
}
/* .single-slide-item */
.single-slide-item {
    padding-top: 184px;
    padding-bottom:294px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.single-slide-item h2 {
	color:#fff;
	font-size:70px;
	font-weight:500;
	line-height: 1.28;
	margin-bottom: 27px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: capitalize;
}
.single-slide-item p {
	color:#fefefe;
	font-size:24px;
	max-width:805px;
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Kanit", sans-serif;
    line-height: 1.5;
	margin-bottom:51px;
}
.single-slide-item button.slide-btn,
.single-slide-item  button:active .slide-btn ,
.single-slide-item button:focus .slide-btn{
	display: inline-block;
    background: #f5f5fb;
    padding: 17px 50px;
    color: #5549af;
    border: 1px solid #f5f5fb;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Kanit", sans-serif;
	font-weight: 700;
	margin-right: 36px;
	margin-bottom: 30px;
	outline:0;
	box-shadow:none;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

.single-slide-item  button.slide-btn:hover{
	 background: transparent;
	 color: #fff;
	 border: 1px solid #fff;
}
.single-slide-item.slide-1 {
	background-image:url(../../assets/images/banner/02.png);
	position:relative;
	z-index:1;
	max-width:auto;
	height:600px; /*กำหนดขนาดภาพหน้าหลัก*/
}
.single-slide-item.slide-2 {
	background-image:url(../../assets/images/banner/banner2.png);
	position:relative;
	z-index:1;
	max-width:auto;
	height:600px; /*กำหนดขนาดภาพหน้าหลัก*/
}
.single-slide-item.slide-1:before,.single-slide-item.slide-2:before{
	background:rgba(115,112,215,.6);
	position:absolute;
	left:0;
	top:0;
	/*
	width:100%;
	height:100%;
	*/
	

	width:1920px;
	height:500px; /* กำหนดความสูงของ แถบสีม่วง ตรง Slide Show ในหน้าแรก  */

	content:'';
	z-index:-1;
}
.single-slide-item-img img{
	/*
	width:auto;
	height:705px;
	*/
	width:1700px;
	height:500px;
}
/* .single-slide-item */


/* .carousel-indicators */
.carousel-indicators {
    bottom: 40px;
    display: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin:12px 10px 0 0;
    background-color: #f7b405;
	border:1px solid #f7b405;
}
/* .carousel-indicators */

/* .carousel-control */
.carousel-control {
	position:absolute;
	width:75px;
	height:75px;
	line-height:75px;
	text-align:center;
	top:39.5%;
	left:20px;
	background:transparent;
	color:#fff;
	font-size: 22px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	border-radius: 50%;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.carousel-control:hover {
	background: #fff;
	color:#6967d1;
	font-size: 22px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
}
/* .carousel-control */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*-------------------------------------
		4. We-do
--------------------------------------*/
.we-do{
	padding: 20px 0 50px;
	font-family: "Kanit", sans-serif;
}

/* section-header */
.section-header h2{
	color: #433878;
	font-size: 30px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
}
.section-header h2 span{
	color: #4d4e54;
}
.section-header p{
	color: #888;
	font-size: 16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	max-width: 1000px;
    margin: 0 auto;
    margin-top: 32px;
    line-height: 1.8;
}/* section-header */


/*single-we-do-box */
.we-do-carousel {
    padding-top: 60px;
}
.we-do-description {
    padding: 50px 0 50px;
}
.single-we-do-box  {
    box-shadow:0 0 5px rgba(35,37,41,.1);
	overflow-x:hidden;
	margin-top: 15px;
	border-radius: 15px;
	opacity:1;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

/*we-do-description*/
.single-we-do-box{
	/*background:#fff;*/
	/*background:#433878;*/
	background:#7E60BF;
	min-height: 280px;
}
/* we-do-info */
.we-do-info {
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: capitalize;
}
.we-do-img {
    margin-right: 5px;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.we-do-topics {
    margin-top: 32px;
    margin-bottom: 27px;
	font-family: "Kanit", sans-serif;
}
.we-do-topics h2 a{
	color:#44454f;
	font-size:20px;
}
.we-do-topics h1{
	color:#ffffff;
	font-size:60px;
}
/* we-do-info */


/* we-do-comment */
.we-do-comment {
    margin-top: 14px;
}
.we-do-comment p{
	/*color:#888;*/
	color:#ffffff;
	font-size:16px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	max-width: 306px;
	margin: 0 auto;
}/* we-do-comment */


/*we-do-description*/
.single-we-do-box:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity:1;
}

/*owl carousel*/
.owl-carousel .owl-stage {
    position: relative;
    padding-top: 26px;
	padding-bottom: 40px;
}
/*-------------------------------------
		4. We-do
--------------------------------------*/
.we-do2{
	padding: 20px 0 20px;
}

/* section-header */
.section-header h2{
	color: #44454f;
	font-size: 30px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	font-weight: 700;
}
.section-header h2 span{
	color: #4d4e54;
}
.section-header p{
	color: #888;
	font-size: 16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	max-width: 1000px;
    margin: 0 auto;
    margin-top: 32px;
    line-height: 1.8;
}/* section-header */


/*single-we-do-box */
.we-do2-carousel {
    padding-top: 60px;
}
.we-do2-description {
    padding: 55px 0 70px;
}
.single-we-do2-box  {
    box-shadow:0 0 5px rgba(35,37,41,.1);
	overflow-x:hidden;
	margin-top: 15px;
	opacity:1;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

/*we-do-description*/
.single-we-do2-box{
	background:#fff;
	min-height: 345px
}
/* we-do-info */
.we-do2-info {
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: capitalize;
}
.we-do2-img {
    margin-right: 5px;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.we-do2-topics {
    margin-top: 32px;
    margin-bottom: 27px;
	font-family: "Kanit", sans-serif;
}
.we-do2-topics h2 a{
	color:#44454f;
	font-size:20px;
}/* we-do2-info */


/* we-do-comment */
.we-do2-comment {
    margin-top: 14px;
}
.we-do2-comment p{
	color:#888;
	font-size:16px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	max-width: 306px;
	margin: 0 auto;
}/* we-do-comment */


/*we-do-description*/
.single-we-do2-box:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity:1;
}

/*owl carousel*/
.owl-carousel .owl-stage {
    position: relative;
    padding-top: 26px;
	padding-bottom: 40px;
}
/*-------------------------------------
		4. We-do3
--------------------------------------*/
.we-do3{
	padding: 10px 0 50px;
}

/* section-header */
.section-header h2{
	color: #44454f;
	font-size: 30px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	font-weight: 700;
}
.section-header h2 span{
	color: #4d4e54;
}
.section-header p{
	color: #888;
	font-size: 16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	max-width: 1000px;
    margin: 0 auto;
    margin-top: 32px;
    line-height: 1.8;
}/* section-header */


/*single-we-do-box */
.we-do3-carousel {
    padding-top: 60px;
}
.we-do3-description {
    padding: 55px 0 70px;
}
.single-we-do2-box  {
    box-shadow:0 0 5px rgba(35,37,41,.1);
	overflow-x:hidden;
	margin-top: 15px;
	opacity:1;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

/*we-do-description*/
.single-we-do3-box{
	background:#fff;
	min-height: 345px
}
/* we-do-info */
.we-do3-info {
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: capitalize;
}
.we-do3-img {
    margin-right: 5px;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.we-do3-topics {
    margin-top: 32px;
    margin-bottom: 27px;
	font-family: "Kanit", sans-serif;
}
.we-do3-topics h2 a{
	color:#44454f;
	font-size:20px;
}/* we-do3-info */


/* we-do-comment */
.we-do3-comment {
    margin-top: 14px;
}
.we-do3-comment p{
	color:#888;
	font-size:16px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	max-width: 306px;
	margin: 0 auto;
}/* we-do-comment */


/*we-do-description*/
.single-we-do3-box:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity:1;
}

/*owl carousel*/
.owl-carousel .owl-stage {
    position: relative;
    padding-top: 26px;
	padding-bottom: 40px;
}

/*--------------------------------------*/
.we-do4{
	padding: 20px 0 50px;
	font-family: "Kanit", sans-serif;
	background: linear-gradient(to right,
		rgba(126, 96, 191, 0.85) 0%,
		rgba(126, 96, 191, 0.6) 30%,
		rgba(126, 96, 191, 0.3) 50%,
		rgba(126, 96, 191, 0.0) 70%
	),
	            url('../../assets/images/bg/bg-wedo.png') no-repeat center center;
	background-size: cover;
}

/* section-header */
.section-header4 h2{
	color: #fefefe;
	font-size: 30px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
}
.section-header h2 span{
	color: #4d4e54;
}
.section-header p{
	color: #888;
	font-size: 16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	max-width: 1000px;
    margin: 0 auto;
    margin-top: 32px;
    line-height: 1.8;
}/* section-header */


/*single-we-do-box */
.we-do4-carousel {
    padding-top: 60px;
}
.we-do4-description {
    padding: 50px 0 50px;
}
.single-we-do4-box  {
    box-shadow:0 0 5px rgba(35,37,41,.1);
	overflow-x:hidden;
	margin-top: 15px;
	border-radius: 15px;
	opacity:1;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

/*we-do-description*/
.single-we-do4-box{
	/*background:#fff;*/
	/*background:#433878;*/
	/*background:#7E60BF;*/
	background: rgba(126, 96, 191, 0.7); /* #7E60BF with 80% opacity */
	min-height: 280px;
}
/* we-do-info */
.we-do4-info {
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: capitalize;
}
.we-do4-img {
    margin-right: 5px;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.we-do4-topics {
    margin-top: 32px;
    margin-bottom: 27px;
	font-family: "Kanit", sans-serif;
}
.we-do4-topics h2 a{
	color:#44454f;
	font-size:20px;
}
.we-do4-topics h1{
	color:#ffffff;
	font-size:60px;
}
/* we-do-info */


/* we-do-comment */
.we-do4-comment {
    margin-top: 14px;
}
.we-do4-comment p{
	/*color:#888;*/
	color:#ffffff;
	font-size:16px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	max-width: 306px;
	margin: 0 auto;
}/* we-do-comment */


/*we-do-description*/
.single-we-do4-box:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity:1;
}

/*owl carousel*/
.owl-carousel .owl-stage {
    position: relative;
    padding-top: 26px;
	padding-bottom: 40px;
}
/*-------------------------------------
/*-------------------------------------
		5. About
--------------------------------------*/
.about-us{
	background: #f9faff;
	/*background-image:url(../../assets/images/counter/bg4.png);*/
	/*background-repeat: no-repeat;*/
	padding: 80px 0 110px;
	font-family: "Kanit", sans-serif;
}
.about-us-txt{
	margin-top: 103px;
}
.about-us h2 {
	color:#433878;	
	font-size:30px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	font-weight: 700;
}
.about-us p{
	color:#433878;	
	font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	line-height: 1.7;
	max-width: 501px;
    margin-top: 28px;
    margin-bottom: -18px;
}
.about-us-img  {
	position: relative;
	box-shadow: 0 10px 30px rgba(112,134,230,.2);
	z-index: 1;
}
.about-us-img:before{
	position: absolute;
	content: " ";
	top:55px;
	left:-23px;
	border: 3px solid #ebecfb;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.about-new-img{
	border-radius: 5px;
	transition: 1s ease;
}
.about-new-img:hover{
	border-radius: 5px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(1.1);
	transition: 1s ease;
}
/*-------------------------------------
		6. Service
--------------------------------------*/
.service{
    padding: 0px 0 5px;
	/*background:url(../../assets/images/counter/bg-education.png)no-repeat;*/
}
.service-single{
	margin-bottom:30px;
}
.service-content-one{
	margin-top: 42px;
	margin-bottom: 60px;

}

.service-img img{
	height: 65px;
	margin-top: 30px;
}
/*.service-txt*/
.service-single {
	max-width: 304px;
    margin: 0 auto;
   	margin-bottom: 15px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.service-txt h2 a{
	color:#433878;	
	font-size:24px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	padding: 47px 0 25px;
}
.service-txt h4 a{
	color:#433878;	
	font-size:20px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	padding: 47px 0 25px;
}
.service-txt p {
	color:#756c6a;	
	font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	line-height: 1.67;
}
a.service-btn,
a:active.service-btn,
a:hover.service-btn,
a:focus.service-btn{
	color: #433878;
    font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
    text-transform: capitalize;
    margin-top:12px;
    margin-bottom: 15px;
}/*.service-txt*/

.service-single:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity: 1;
}
/*----------------------------------------------------*/
/*.service-txt*/
.service22-single {
	background:url(../../assets/images/service/tran1.png);
	opacity: 0.5;
	/*max-width: auto;*/
	width: 480px;
    margin: 0 auto;
   	margin-bottom: 15px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.service22-txt h2 a{
	color:#fff;	
	font-size:24px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	padding: 47px 0 25px;
}
.service22-txt h4 a{
	color:#fff;	
	font-size:20px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	padding: 47px 0 25px;
}
.service22-txt p {
	color:#fff;	
	font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	line-height: 1.67;
}
a.service22-btn,
a:active.service22-btn,
a:hover.service22-btn,
a:focus.service22-btn{
	color: #433878;
    font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
    text-transform: capitalize;
    margin-top:12px;
    margin-bottom: 15px;
}/*.service-txt*/

.service22-single:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity: 1;
}
.service-details p{
	font-size: 16px;
}
.service-details a{
	font-size: 16px;
	color: #363636;
}
.service-details a:hover{
	color: #FFBF61;
}
/*-------------------------------------

/*-------------------------------------
		7. Statistics
--------------------------------------*/
.statistics{
	position:relative;
	background:url(../../assets/images/counter/counter7.png)no-repeat;
	background-position:center;
	background-size:cover;
	padding: 98px 0 81px;
}
.statistics:before{
	position:absolute;
	content:'';
	background: rgba(115,112,216,.8);
	height:100%;
	width:100%;
	top:0;
	left:0;
}
/* single-ststistics-box */
.single-ststistics-box {
	/*background:url(../../assets/images/service/tran1.png);*/
    display: flex;
    margin-bottom:30px;
	height: 75px;
}
/* single-ststistics-box */
.statistics-content {
    margin-left: 28px;
	color: #ffffff;
}
.statistics-content a {
    margin-left: 28px;
	color: #ffffff;
	font-size:40px;
}
.statistics-content .counter{
	color:#fff;
	font-size:32px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
}
.statistics-content h3{
	color:#fff;
	font-size:20px;
	text-transform:capitalize;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	margin-top: 9px;
	line-height: 1.5;
}
.statistics-content h2{
	color:#fff;
	font-size:25px;
	text-transform:capitalize;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	margin-top: 9px;
	line-height: 1.5;
}
/*------Add New-------------------------*/
.statisticsnew{
	position:relative;
	background-position:center;
	background-size:cover;
	background: rgba(115,112,216,.8);
}
.statisticsnew img{
	transition: .5s ease;
	/*opacity: 0.5;*/
	top: 50%;
	left: 50%;
}
.statisticsnew.img-responsive{
	max-width: 100%;
    height: auto;
}
.statisticsnew img:hover{
	-webkit-transform: scale(1.2);
	/*transform: translateX(42px);*/
	transform: scale(1.1);
	transition: .5s ease;
	/*opacity: 0.5;*/
	/*text-align: center;*/
	color: white;
}
.containertext22 {
  position: relative;
  text-align: center;
  color: #FFFFFF;
}
/* Centered text */
.centered {
  position: absolute;
  font-family: "Kanit", sans-serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered a{
	color: #ffffff;
	font-family: "Kanit", sans-serif;
}
/*-------------------------------------
		8. Project
--------------------------------------*/
.project{
	padding: 80px 0 109px;
}
.project-details{
	
}
.project-content {
    margin-top:62px;
}

/* project-header  */
.project-header h2{
	color: #44454f;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
}
.project-header p{
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	max-width:470px;
    margin-top: 32px;
}
/* project-header  */

/* clear fix */
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
/* ---- .item ---- */
.isotope .col-sm-6 {
    width:auto;
}
.isotope .item {
	float: left;
	height: 286px;
	position:relative;
	overflow:hidden;
	margin-bottom: 30px;
}
.isotope .item.big-height {height: 604px;}
/*.item img*/
.isotope .item img{
	width:100%;
	height:100%;
	transition:.5s;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.isotope .item:hover  img{
	-webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/

/*.isotope-overlay*/
.isotope-overlay{
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(115,112,216,.75);
	display:flex;
	align-items:center;
	text-transform: capitalize;
	justify-content:center;
	flex-direction: column;
	-webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.isotope-overlay h3 a,.isotope-overlay  a{
	color:#fff;	
	font-size:24px;
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Kanit", sans-serif;
}
.isotope-overlay h3 a{
	margin-top: 20px;
}
.isotope-overlay p{
	color:#fff;	
	font-size:14px;
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Kanit", sans-serif;
	margin-top: 15px;
}
.isotope .item:hover .isotope-overlay{
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
	top:0;
}/*.isotope-overlay*/

/*project-btn*/
.project-btn{
	margin-top: 49px;
	letter-spacing: 1.2px;
	font-family: "Kanit", sans-serif;
}
.project-view {
    background: #433878;
    border: 1px solid #433878;
    width:185px;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.project-view:hover {
	color: #433878;
	background: transparent;
}/*project-btn*/

/*-------------------------------------
		9. Team
--------------------------------------*/
.team{
	padding: 50px 0;
	background: #908ddc;
}
.team.team-main{
	background: #fff;
}

/*team-head*/
.project-header.team-header h2,
.project-header.team-header p{
	color: #fff;
	font-family: "Kanit", sans-serif;
}
.project-header.team-header.team-head h2,
.project-header.team-header.team-head p {
    color: #000;
}
.project-header.team-header.team-head p {
    margin:0 auto;
    margin-top: 32px;
}/*team-head*/

/*singleteam-box*/
.team .team-carousel .col-sm-3,
.team .team-carousel .col-xs-12{
	width:100%;
	height:auto;
}
.team-card{
	padding: 75px 0 0 0;
}
.team-card.team-mrt-70{
	margin-top: -70px;
}
.single-team-box{
	position: relative;
	height: 352px;
	background-size: cover;
	background-position: center;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
/*single-team-box*/



/*team-box-bg*/

.team-box-bg-1{
	background: url(../../assets/images/team/team.jpg) no-repeat;
}
.team-box-bg-2{
	background: url(../../assets/images/team/team3.jpg) no-repeat;
}
.team-box-bg-3{
	background: url(../../assets/images/team/team2.jpg) no-repeat;
}
.team-box-bg-4{
	background: url(../../assets/images/team/team3.jpg) no-repeat;
}
.team-box-bg-plan1{
	background: url(../../assets/images/team/plan_1.jpg) no-repeat;
}
/*-------------------Start Dean------------------------------*/
.team-box-bg-dean{
	background: url(../../assets/images/dean/1.jpg) no-repeat; width:270px;
}
.team-box-bg-dean1 img{
	width:270px;
	border-radius:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*-------------งานแผน---------------------*/
.team-box-bg-plan11{
	background: url(../../assets/images/team/plan/suwanna2.png) no-repeat;
}
.team-box-bg-plan2{
	background: url(../../assets/images/team/plan/narongsak.png) no-repeat;
}
.team-box-bg-plan3{
	background: url(../../assets/images/team/plan/teerapun.png) no-repeat;
}
/*-------------จบ งานแผน---------------------*/
/*-------------งานบริการการศึกษา---------------------*/
.team-box-bg-edu1{
	background: url(../../assets/images/team/education/sukanya.png) no-repeat;
}
.team-box-bg-edu2{
	background: url(../../assets/images/team/education/tippawan.png) no-repeat;
}
.team-box-bg-edu3{
	background: url(../../assets/images/team/education/pasit.png) no-repeat;
}
.team-box-bg-edu4{
	background: url(../../assets/images/team/education/sumrit.png) no-repeat;
}
.team-box-bg-edu5{
	background: url(../../assets/images/team/education/nopporn.png) no-repeat;
}
.team-box-bg-edu6{
	background: url(../../assets/images/team/education/siwakorn.png) no-repeat;
}
.team-box-bg-edu7{
	background: url(../../assets/images/team/education/supanwadee.png) no-repeat;
}
.team-box-bg-edu8{
	background: url(../../assets/images/team/education/supee.png) no-repeat;
}
/*-------------จบ งานบริการการศึกษา---------------------*/

/*-------------งานคลังและพัสดุ---------------------*/
.team-box-bg-money1{
	background: url(../../assets/images/team/money/vipa.png) no-repeat;
}
.team-box-bg-money2{
	background: url(../../assets/images/team/money/suda.png) no-repeat;
}
.team-box-bg-money3{
	background: url(../../assets/images/team/money/sai.png) no-repeat;
}
.team-box-bg-money4{
	background: url(../../assets/images/team/money/kan.png) no-repeat;
}
.team-box-bg-money5{
	background: url(../../assets/images/team/money/parinya.png) no-repeat;
}
.team-box-bg-money6{
	background: url(../../assets/images/team/money/kornchanok.png) no-repeat;
}
/*-------------จบ งานคลังและพัสดุ---------------------*/

/*-------------งานบริหารและธุระการ---------------------*/
.team-box-bg-mange0{
	background: url(../../assets/images/team/mange/parichat.png) no-repeat;
}
.team-box-bg-mange1{
	background: url(../../assets/images/team/mange/tunyaporn.png) no-repeat;
}
.team-box-bg-mange2{
	background: url(../../assets/images/team/mange/pimchanok.png) no-repeat;
}
.team-box-bg-mange3{
	background: url(../../assets/images/team/mange/thanawan.png) no-repeat;
}
.team-box-bg-mange4{
	background: url(../../assets/images/team/mange/wassamon.png) no-repeat;
}
.team-box-bg-mange5{
	background: url(../../assets/images/team/mange/wan.png) no-repeat;
}
.team-box-bg-mange6{
	background: url(../../assets/images/team/mange/sumet.png) no-repeat;
}
.team-box-bg-mange7{
	background: url(../../assets/images/team/mange/rangsan.png) no-repeat;
}
.team-box-bg-mange8{
	background: url(../../assets/images/team/mange/thanakit.png) no-repeat;
}
.team-box-bg-mange9{
	background: url(../../assets/images/team/mange/nopporn.png) no-repeat;
}
.team-box-bg-mange10{
	background: url(../../assets/images/team/mange/sakuna.png) no-repeat;
}
.team-box-bg-mange11{
	background: url(../../assets/images/team/mange/usa.png) no-repeat;
}
.team-box-bg-mange12{
	background: url(../../assets/images/team/mange/sakuna2.png) no-repeat;
}
.team-box-bg-mange13{
	background: url(../../assets/images/team/mange/padcharee.png) no-repeat;
}
.team-box-bg-mange14{
	background: url(../../assets/images/team/mange/aranya.png) no-repeat;
}
.team-box-bg-mange15{
	background: url(../../assets/images/team/mange/ket.png) no-repeat;
}
.team-box-bg-mange16{
	background: url(../../assets/images/team/mange/pattanan.png) no-repeat;
}
.team-box-bg-mange17{
	background: url(../../assets/images/team/mange/sadapporn.png) no-repeat;
}
.team-box-bg-mange18{
	background: url(../../assets/images/team/mange/pannaari.png) no-repeat;
}
.team-box-bg-mange19{
	background: url(../../assets/images/team/mange/porn.png) no-repeat;
}
/*-------------จบ งานบริหารและธุระการ---------------------*/
/*team-box-bg*/


/*team-box-inner*/
.team-box-inner{
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
	padding: 19px 0 0px 30px;
	background: rgba(65,62,126,.8);
	height: 90px;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.team-box-inner h3{
	color: #fff;
    display:block;
    font-size:18px;
	margin-bottom:8px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
}
.team-box-inner .team-meta{
	display:block;
	color:#fff;
	font-size:12px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
a.learn-btn,
a:hover.learn-btn,
a:focus.learn-btn,
a:active.learn-btn{
    color: #7086e6;
    font-size:12px;
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Kanit", sans-serif;
	font-weight: 700;
    text-transform: capitalize;
    margin-top: 8px;
    padding-bottom: 18px;
    opacity:0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.single-team-box:hover a.learn-btn{
	opacity: 1;
}/*team-box-inner*/
.single-team-box:hover .team-box-inner{
	height: 100px;
}
.single-team-box:hover{
	box-shadow: 5px 5px 30px 5px rgba(65,62,126,.2);
}
.single-team-box.single-team-card:hover{
	box-shadow: 0px 5px 35px 5px rgba(6,5,49,.2);
}

/*-------------------------------------
		10.	Pricing 
--------------------------------------*/
.pricing{
	padding:115px 0 78px;
}
.pricing-content {
    padding-top: 105px;
}
.price-head {
	letter-spacing: 3.5px;
}

/*pricing-box */
.pricing-box{
	background: #fcfcff;
    text-align: center;
    padding:0px 0px 40px;
    border-radius: 5px;
	margin-bottom:30px;
	opacity:.6;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
    transition: all 0.3s linear;
}

/*pricing-header */
.pricing-header{
	background:#433878;
	padding-top: 25px;
    padding-bottom: 28px;
    -webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-header h2{
    font-size:24px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
}
.pricing-header p{
	color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
	text-transform:capitalize;
}


/* plan-lists */
.plan-lists{
	display: inline-grid;
	margin-top: 28px;
}
.plan-lists li {
    font-size: 16px;
	line-height: 40px;
	color:#888;
	text-transform:capitalize;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
    transition: all 0.3s linear;
}

/* packeg_p */
.packeg_p{
	color: #fff;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    padding-top: 30px;
    padding: 11px 0 11px;
    -webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
    transition: all 0.3s linear;
}
.packeg_p span {
    vertical-align: 12px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-right: 5px;
}
.project-btn.pricing-btn a{
	text-transform: capitalize;
	color: #fff;
}
.pricing-box:hover {
	box-shadow: 0px 0px 30px 0px rgba(115, 120, 216, 0.3);
    opacity: 1;
}
.project-btn.pricing-btn a:hover{
	color:#433878;
}

/*-------------------------------------
		11.	Testemonial 
--------------------------------------*/

.testemonial{
	position:relative;
	background: #f9faff;
	padding-top: 116px;
}

/*testemonial-carousel*/
.home1-testm.item {
    padding-top: 49px;
}
.testemonial .owl-carousel .owl-item img {
    display: inline-block;
    width:100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid #433878;
}
.testemonial .owl-theme .owl-nav.disabled+.owl-dots {
    padding-bottom: 110px;
    margin-top: 5px;
}
.testemonial .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    border-radius:50%;
    background: transparent;
    border: 2px solid #dfdeff;	
}
.testemonial .owl-theme .owl-dots .owl-dot.active span{
    background: #433878;
    border: 2px solid #433878;
}

/*home1-testm-txt*/
.home1-testm-txt {
    padding-top: 50px;
}
.home1-testm-txt p{
	color: #888;
	font-size: 24px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
    padding: 15px 0 30px;
}
.home1-testm-txt h3 a{
	color: #433878;
	font-size: 24px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.home1-testm-txt h4{
	color: #888;
	font-size: 18px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
    font-weight: 500;
    padding: 14px 0 0px;
}
.home1-testm-txt span {
    color: #c3c3ef;
    font-size: 40px;
}/*home1-testm-txt*/

/*testemonial-carousel*/

/*-------------------------------------
		12. Client
--------------------------------------*/
.clients{
	background: #433878;
	padding: 53px 0 0px;
}
.clients-area {
    padding: 33px 0 59px;
	position:relative;
}
.clients-area .item {
    padding: 0 13px 2px;
}

.clients .clients-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
	border-radius:0;
}

/*-------------------------------------
		13. Latest News
--------------------------------------*/
.news{
	padding: 50px 0 0px;
}
.news-card {
    margin-top: 10px;
}
.news-card-pb-25{
	padding-bottom: 25px;
}
/*single-news-box*/
.single-news-box{
	box-shadow:0 5px 30px 0px rgba(115,112,215,.2);
	min-height: 350px;
	margin-bottom: 13px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}
.single-news-box.news-mb-20{
	margin-bottom:20px;
}/*single-news-box*/

/*news-box-bg*/
.news-box-bg {
	position: relative;
	overflow: hidden;
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1); 
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	
}
.single-news-box:hover .isotope-overlay{
	-webkit-transform:scaleY(1);
    -moz-transform:scaleY(1);
    -ms-transform:scaleY(1);
    -o-transform:scaleY(1);
    transform:scaleY(1);
	top:0;
}/*news-box-bg*/

/*news-box-inner*/
.news-box-inner{
	padding: 30px 0px 30px 20px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-box-inner h3 a{
	color: #4d4e54;
    display:block;
    font-size:16px;
	margin-bottom: 17px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	font-style: italic ;
	max-width: 350px;
	font-weight: 600;
	line-height: 1.4;
}
.news-box-inner .team-meta{
	display:block;
	color:#4d4e54;
	font-size:12px;
	font-family: 'Poppins', sans-serif;
}

.news-box-inner span{
	color:#908edf;

}
a.learn-btn,
a:hover.learn-btn,
a:focus.learn-btn,
a:active.learn-btn{
    color: #7086e6;
    font-size:12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
    text-transform: capitalize;
    margin-top: 8px;
    padding-bottom: 18px;
    opacity:0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.single-news-box:hover .news-box-inner {
	background: #f9faff;
	
}/*team-box-inner*/
.single-news-box:hover{
	box-shadow:0 5px 35px 0px rgba(115,112,215,.2);
}
.single-news-box:hover .news-box-bg{
	-webkit-transform:scaleY(1.05);
    -moz-transform:scaleY(1.05);
    -ms-transform:scaleY(1.05);
    -o-transform:scaleY(1.05);
    transform:scaleY(1.05);
}

/*-------------------------------------
		14. Contact
--------------------------------------*/
.contact {
    padding: 115px 0 120px;
    background:url(../../assets/images/footer/map.jpg)no-repeat;
	background-position:center;
	background-size: cover;
	position: relative;
}
.contact:before{
	background:rgba(115,112,215,.85);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
}

/*contact-head */
.section-header.contact-head h2,
.section-header.contact-head p{
	position: relative;
	color: #fff;
}
.contact-form h3{
	color: #fff;
	font-size: 24px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	text-transform:capitalize;
	margin-bottom:40px;
}
/*contact-head */

.contact-content {
    padding: 0 0 0 0;
	margin-top: 30px;
	overflow:hidden;
}
.contact-form {
	position: relative;
	margin: 50px 0 0 0;
	
}
.contact-form  .form-group {
    margin-bottom: 15px;
	
}
.contact-form .form-control {
	padding: 24px 21px;
	font-size: 16px;
	border: 1px solid #f9faff;
    border-radius: 0px;
    box-shadow: none;
	outline:0!important;
    background:#f9faff;
    color: #888;
	resize: none;

}
.contact-form .form-group {
    padding-bottom:7px;
}

/*--contct button--*/
.contact-form .single-contact-btn button{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #433878;
	height:50px;
	width: 195px;
	border:1px solid #433878;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	margin-top: 3px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn button.contact-btn ,
.contact-form .single-contact-btn button.contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fff;
    letter-spacing: 2.5px;
    border-radius: 0px;
    font-size:14px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}

.single-contact-btn:hover button.contact-btn {
	color:#433878;
	background:#fff;
	border:1px solid #433878;
}

/*--contct button--*/

/* contact-right */
.contact-right {
    display: flex;
}

/* contact-adress */
.contact-adress {
    margin: 68px 0 0px;
	display:flex;
	flex-direction: column;
}
.contact-office-address {
    margin-bottom: 18px;
}
.contact-office-address h3{
	color: #fff;
	font-size: 24px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	text-transform:capitalize;
}
.contact-office-address p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 14px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	margin-top: 30px;
	margin-bottom: 50px;
}
.contact-online-address{
	color:#fff;
	font-size: 14px;
}
.single-online-address {
	position:relative;
	margin-bottom: 30px;
}
.single-online-address i {
    padding-right: 7px;
}
.single-online-address span{
  position:absolute;
  font-size: 14px;
  left:25px;
  top:0;
  width:100%;
}/* contact-adress */

/*hm-foot-icon*/
.contact-icon {
    margin-top:19px;
}
.contact-icon ul li{float:left;}
.contact-icon ul li>a {
	color: #fff;
	margin-right:13px;
	padding: 0px 12px 0px 0px;
	-webkit-transition: .3s; 
	-moz-transition:.3s; 
	-ms-transition:.3s; 
	-o-transition:.3s;
    transition: .3s;

}/*contact-icon*/

/* contact-right */

/*-------------------------------------
		15. New-project
--------------------------------------*/
.new-project {
    padding: 72px 0 72px;
    background: #433878;
}
.new-career {
    padding: 30px 0 30px;
    background: #433878;
	font-family: "Kanit", sans-serif;
	color: #ffffff;
}
.single-new-project h3{
	color: #fff;
	font-size: 30px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	line-height: 1.5;

}
.single-new-project p{
	color: #fff;
	font-family: "Kanit", sans-serif;
}
.single-new-project a.slide-btn,
.single-new-project  a:active .slide-btn ,
.single-new-project a:focus .slide-btn{
	display: inline-block;
    padding: 17px 42px;
    background: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-size:13px;
	text-transform: uppercase;
	font-family: "Kanit", sans-serif;
	font-weight: 700;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

.single-new-project  a.slide-btn:hover{
	background: #f5f5fb;
	color: #5549af;
    border: 1px solid #f5f5fb;
}
/*-------------------------------------
		16. Footer
--------------------------------------*/
.hm-footer{
    padding-bottom:20px;
    background: #7E60BF;
}
.hm-footer-details {
    margin-top: 50px;
}
.hm-footer-widget{
	margin-bottom:30px;
}

/* hm-foot-title */
.hm-foot-title h4{
	color:#fff;
	font-size:20px;
	margin-bottom: 32px;
	/*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: capitalize;
}
.hm-foot-title .logo{
	margin-bottom: 32px;
}
.hm-foot-para p{
	color:#fff;
	font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: lowercase;
	text-transform: initial;
    max-width: 260px;
}/* hm-foot-title */

/*hm-foot-icon*/
.hm-foot-icon {
    margin-top: 33px;
}
.hm-foot-icon ul {
    display: inline-flex;
	margin-left: -11px;
}
.hm-foot-icon ul li {
    width: 32px;
    height: 32px;
    background: #aaa;
    line-height: 32px;
    text-align: center;
	margin-left:10px;
    border-radius: 5px;
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.hm-foot-icon ul li>a>i {
    color: #212135;
}
.hm-foot-icon ul li:hover {
	background: #fff;
}/*hm-foot-icon*/

/* footer-menu  */
.footer-menu ul {display: grid;}
.footer-menu li a{
	font-size:15px;
	font-family: "Kanit", sans-serif;
	color:#fff;
	padding-bottom: 20px;
	text-transform:capitalize;
	

	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.footer-menu   li a:hover,
.footer-menu   li a:focus{
	color: #fff;
	font-weight: 700;
	-webkit-transform:translateX(5px);
	-moz-transform:translateX(5px);
	-o-transform:translateX(5px);
	-ms-transform:translateX(5px);
	transform:translateX(5px);
}/* footer-menu  */




/*hm-foot-email*/
.hm-foot-para p.para-news{
	color:#aaa;
	font-size:15px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: initial;
    max-width: 263px;
    padding-top: 3px;
}

.hm-foot-email{
    display: flex;
	margin-top:35px;
	font-family: "Kanit", sans-serif;
}
.foot-email-box .form-control {
	background:#3d3d4d;
	display: block;
    padding: 32px 32px 33px;
	outline:0!important;
	box-shadow:none;
	border:0;
	border-radius: 0;
}
.foot-email-box input[placeholder="Email Address"] {
	color: #8b8b8b;
	font-size: 16px;
}
.foot-email-subscribe button{
    width:65px;
    height:65px;
    background: #433878;
	font-size:14px;
    color: #fff;
    text-transform: uppercase;
	display:flex;
	align-items:center;
	justify-content:center;
	outline:0;
	box-shadow:none;
	border: 0;
}/*hm-foot-email*/

/*hm-para-news*/
.hm-para-news a{
	color:#aaa;
	font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: lowercase;
	text-transform: initial;
    max-width: 200px;
	border-radius: 3px;
    margin-bottom: 8px;
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.hm-para-news img{
	border-radius: 10px;
	border: 2px solid #DDDDDD;
}
.hm-para-news a:hover {
	color: #433878;
}
.footer-line {
    padding: 30px 0 35px;
}
.border-bottom{
	border-bottom: 1px solid #aaa;
}
.hm-para-news  span{
	color:#aaa;
	font-size:12px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	margin-top:20px;
}/*hm-para-news*/

/*-------------------------------------
		17. Footer- copyright
--------------------------------------*/
.footer-copyright {
	background:#433878;
	padding: 30px 0 35px;
}
.foot-copyright{
	color:#fff;
	font-size:16px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	text-align: center;
	padding-right: 50px;
}
.foot-copyright-policy{
	text-align: right;
	justify-content: flex-end;
}
.foot-copyright a{
	color:#fff;
}
/* foot-menu  */
.foot-menu ul li {
    float: left;
    padding-left:15px;
    text-transform: capitalize;
}

.foot-menu li a{
	color:#fff;
    background-color: transparent;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	display: inline-block;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.foot-menu   li a,
.foot-menu   li a:hover,
.foot-menu   li a:focus{
	
}
.foot-menu  li {
	position:relative;
	padding-left:42px;
}
/*-------------------------------------
		ABOUT PAGE
--------------------------------------*/

/*-------------------------------------
		i. about-part
--------------------------------------*/

.about-part{
	position:relative;
	/*background:url(../../assets/images/about/about-banner.jpg)no-repeat;*/
	background:url(../../assets/images/blog/header.jpg)no-repeat;
	background-position:center;
	/*background-size:cover;*/
	padding: 55px 0 100px;  /*---------แก้ไขขนาดภาพ ด้านบนในหน้าภาควิชาต่างๆ-------------------------------------*/
	z-index:1;
}
.about-partcontacts{
	position:relative;
	/*background:url(../../assets/images/about/about-banner.jpg)no-repeat;*/
	background:url(../../assets/images/service/contact.jpg)no-repeat;
	background-position:center;
	background-size:cover;
	padding: 124px 0 144px;  
	z-index:1;
}
.about-part.service-part{
	background: url(../images/service/policy.jpg)no-repeat center;
	/*background: url(../images/service/service-banner.jpg)no-repeat center;*/
}
.about-part.dean-part{
	background: url(../images/service/dean.jpg)no-repeat center;
	/*background: url(../images/service/service-banner.jpg)no-repeat center;*/
}
.about-part.info-guide{
	background: url(../images/service/position.jpg)no-repeat center;
	/*background: url(../images/service/position.jpg)no-repeat center;*/
}
.about-part.info-kpi{
	background: url(../images/service/kpi.jpg)no-repeat center;
	/*background: url(../images/service/position.jpg)no-repeat center;*/
}
.about-part.info-down{
	background: url(../images/service/downloads.jpg)no-repeat center;
	/*background: url(../images/service/position.jpg)no-repeat center;*/
}
.about-part.info-part{
	background: url(../images/service/edubox.jpg)no-repeat center;
	/*background: url(../images/service/service-banner.jpg)no-repeat center;*/
}
.about-part.info-part2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.info-part3{
	background: url(../images/service/contact.jpg)no-repeat center;
	/*background: url(../images/service/contact.jpg)no-repeat center;*/
}
.about-part.info-part-master{
	background: url(../images/service/master.png)no-repeat center;
	/*background: url(../images/service/bac.jpg)no-repeat center;*/
}
.about-part.info-part-detail{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.info-part-master2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.info-part-doctor{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.info-part-shotcourse{
	background: url(../images/service/course.jpg)no-repeat center;
	/*background: url(../images/service/bac.jpg)no-repeat center;*/
}
.about-part.info-part-serviceresearch{
	background: url(../images/service/research2.jpg)no-repeat center;
	/*background: url(../images/service/bac.jpg)no-repeat center;*/
}
.about-part.info-part-nondegree{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.info-part-calenda{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-part.info-partdepart1 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-part.info-partdepart2{
	background: url(../images/service/depart2.jpg)no-repeat center;
	/*background: url(../images/service/bac.jpg)no-repeat center;*/
}
.about-part.info-partdepart3{
	background: url(../images/service/depart3.png)no-repeat center;
	/*background: url(../images/service/bac.jpg)no-repeat center;*/
}
.about-part.info-partdepart4{
	background: url(../images/service/depart4.jpg)no-repeat center;
	/*background: url(../images/service/bac.jpg)no-repeat center;*/
}
.about-part.info-partdepart5{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.info-service-edu{
	background: url(../images/service/service-edu.jpg)no-repeat center;
	/*background: url(../images/service/bac.jpg)no-repeat center;*/
}
.about-part.info-student{
	background: url(../images/service/student.jpg)no-repeat center;
	/*background: url(../images/service/bac.jpg)no-repeat center;*/
}

.about-part.project-part{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.alumni-part{
	background: url(../images/project/alumni.png)no-repeat center;
}
.about-part.scola-part{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.congrats-part{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.congrats-55y{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.student-part{
	background: url(../images/banner/student.png)no-repeat center;
}
.about-part.innovation-part{
	background: url(../images/banner/innovation.png)no-repeat center;
}
.about-part.bookprogram-part{
	background: url(../images/banner/bg-book.png)no-repeat center;
}
.about-part.contactnew-part{
	background: url(../images/banner/contact.png)no-repeat center;
}
.about-part.research-part{
	background: url(../images/banner/research.png)no-repeat center;
}
.about-part.kurun-part{
	background: url(../images/banner/kurun2.png)no-repeat center;
}
.about-part.teching-part{
	background: url(../images/banner/bg-teching.png)no-repeat center;
}
.about-part.infomation-part{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.researchdoc-part{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.eventedu-part{
	background: url(../images/banner/bg-event.png)no-repeat center;
}
.about-part.rdi-part{
	background: url(../images/banner/edurdi.jpg)no-repeat center;
}
.about-part.guidebook-part{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.guidecen-part{
	background: url(../images/banner/bg-guide-center.png)no-repeat center;
}
.about-part.contruc-part{
	background: url(../images/service/bn-under.png)no-repeat center;
}
.about-part.around-part{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.history-part{
	background: url(../images/banner/bg-history.png)no-repeat center;
}
.about-part.event-part{
	background: url(../images/project/event6.png)no-repeat center;
}
.about-part.applycose-part{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-part.hook-part{
	background: url(../images/project/hook3.png)no-repeat center;
}
.about-part.team-part{
	background: url(../images/team/team-banner2.jpg)no-repeat center;
}
.about-part.team-part_edu{
	background: url(../images/team/team-banner3.jpg)no-repeat center;
}
.about-part.team-part_money{
	background: url(../images/team/team-banner4.jpg)no-repeat center;
}
.about-part.team-part_doc{
	background: url(../images/team/team-banner5.jpg)no-repeat center;
}
.about-part.team-part_research{
	background: url(../images/team/team-banner6.jpg)no-repeat center;
}
.about-part.blog-part{
	background: url(../images/blog/blog-banner.jpg)no-repeat center;
}
.about-part:before{
	position:absolute;
	content:'';
	background: rgba(115,112,216,.6);
	opacity: 1;
	/*height: 500px; /*----------แก้ไขความสูงแถบสีม่วง ด้านบน ในหน้ารายละเอียดต่าง----------------------------------------*/
	/*width:100%; /*----------แก้ไขความสูงแถบสีม่วง ด้านบน ในหน้ารายละเอียดต่าง----------------------------------------*/
	/*top:30px;
	left:450px;
	border-radius: 5px;
	*/
}
.about-part-details h2 {
	position:relative;
	color:#fff;
	font-size:40px;
	font-weight:400;
	font-family: "Kanit", sans-serif;
	margin-bottom: 3px;
	text-shadow: 3px 3px 5px #433878;
	
}
.about-part-content {
    position: relative;
}

/* breadcrumb */
.breadcrumb {
    background-color:transparent;
}
.breadcrumb>li+li:before {
    padding: 0 0px;
    color:transparent;
    content: "";
}
.breadcrumb li>a{
	color:#dddcff;
	font-size:20px;
	font-weight:500;
	font-family: "Kanit", sans-serif;
	text-transform:capitalize;
}
.breadcrumb li{
	color:#dddcff;
	font-family: "Kanit", sans-serif;
}
.breadcrumb li span {
    margin-left:8px;
	margin-right: 4px;
	font-size:20px;
}

/*-------------------------------------
		ii. about-history
--------------------------------------*/
.about-history{
	padding: 115px 0 90px;
}
.about-history-img img {
    box-shadow: 0 0 20px rgba(112,134,230,.2);
    height: 435px;
}
.about-history-txt h2{
	color:#4d4e54;
	font-size:30px;
	font-family: 'Playfair Display', serif;
	text-transform:capitalize;
	font-weight: 600;
	padding: 16px 0 20px 0;
}
.about-history-txt p {
	color:#888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.7;
}





/*main-timeline*/
.about-vission-content {
    padding: 90px 0 0;
}
.main-timeline{
    position: relative;
    margin-top: 39px;
    transition: all 0.4s ease 0s;
}
.main-timeline:before{
    content: "";
    width:1px;
    background: #dbdbdb;
    position: absolute;
    top: 5.2%;
    left: 14.5%;
    height:80%;
}
.xtra-timeline.main-timeline:before{
	display:none;
    /* content: "";
    width:1px;
    background: #dbdbdb;
    position: absolute;
    top: 8.2%;
    left: 0.5%;
    height: 72%; */
	
}
.main-timeline .timeline{
    position: relative;
    margin-bottom: 25px;
    left: -15px;
}

.main-timeline .timeline-content{
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.timeline-content  span>i{
    display: inline-block;
	color: #433878;
	position: relative;
    top: 15px;
    left: -9px;
	background: #fff;
}


.experience-time h3 {
    font-size: 16px;
    color: #4d4e54;
    /*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	text-transform:capitalize;
	font-weight: 600;
	margin-top: 14px;
}
.main-timeline .description,.xtra-timeline.main-timeline .description{
    font-size:14px;
    color: #888;
	margin-left: 36px;
    margin-top: -7px;
    max-width: 390px;
}

.main-timeline .timeline.timeline-ml-20{
	margin-left: 20px;
}

/*-------------------------------------
		BLOG PAGE
--------------------------------------*/
.blogs-widget{
	position: relative;
	margin:0 0 34px 0;
}
 .blogs-widget h2{
	color:#4d4e54;
	font-size: 20px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}

/*--blog sidebar search--*/
.blogs-widget .form-control {
	position: relative;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    height: 50px;
    border: 1px solid #d7d7d7;
}
.blogs-widget input {
	color: #888;
	font-size: 20px;
	padding-left: 20px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	font-weight: 500;
	margin-bottom: 38px;
}
.blog-search-icon a{
	color: #888;
	position: absolute;
	top: 15px;
    right: 18px;
    font-size: 20px;
}/*--blog sidebar search--*/

/*--blog-categories-list--*/
.blog-categories-list {
    margin-top: 20px;
}
.blog-categories-list ul li a{
	display: inline-block;
	padding:12px 0 0px;
	color: #888;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
    transition: all 0.5s linear;
}
.blog-categories-list ul li a:hover{
	color:#908edf;
	-webkit-transform:translate(10px);
	-moz-transform:translate(10px);
	-ms-transform:translate(10px);
	-o-transform:translate(10px);
	transform:translate(10px);
	
}
.blog-categories-list ul li a i{
	padding-right: 10px;
}/*--blog-categories-list--*/

/*blog-related-news*/
.blog-related-news{
	padding: 38px 0 0px;
}
.bl-txt {
    display: -webkit-box;
    max-width: 240px;
    padding:0px 0 25px;
    
}
.bl-img a img{
	width: 100px;
	height: auto;
}
.bl-txt p a{
	color: #4d4e54;
	font-size:14px;  /*-------------------------กิจกรรมอื่นๆที่ผ่านมา------------------------------*/
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: capitalize;
    margin-left:20px;
    line-height: 1.4;
    -webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
    transition: all 0.5s linear;
}
.bl-txt  span{
	display: block;
   	color:#888;
   	font-size:12px;
   	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	margin-left:20px;
    padding-top: 8px;
}
.bl-txt p a:hover{
	color: #FFBF61;
}/*blog-related-news*/


/*--blog button--*/
.blog-tags{
	padding:38px 0 0 0;
}
.blogs-widget .btn {
    color: #4d4e54;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    background-color: #fff;
    border-color: #4d4e54;
    margin: 0 10px 10px 0;
    padding: 3px 11px 3px 11px;
	outline:0;
	box-shadow:none;
	border-radius: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
    transition: .5s;
}

.blogs-widget .btn:hover{	
	color:#908edf;
	border:1px solid #908edf;
}
/*-blog button-*/

/*pagination*/
.pagination-part .pagination {
    display: flex;
    justify-content: center;
    gap: 15px; /* ระยะห่างระหว่างปุ่ม */
    margin-top: 63px;
    padding: 0;
    list-style: none;
}
.pagination-part .pagination>li>a,
.pagination-part .pagination>li>span {
    padding: 11px 17px;
    font-size: 20px;
    color: #888;
    background-color: #fff;
    border: 1px solid #888;
    text-decoration: none;
}
.pagination-part .pagination>.active>a {
    background-color: #908edf;
    color: #fff;
    border-color: #908edf;
}


/*-------------------------------------
		BLOG-SINGLE PAGE
--------------------------------------*/

/*bl-single-head*/
.bl-single-head h3 a {
    padding: 21px 0 17px 0;
    color: #4d4e54;
    font-size: 30px;
    font-weight: 700;
    /*font-family: 'Playfair Display', serif;*/
	font-family: "Kanit", sans-serif;
	text-transform: capitalize;
}
.bl-single-head p{
	color: #a4a4a4;
    font-size: 16px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	/*text-transform: capitalize;*/ /*-----Text Begin Upper Case-------------*/
}
.bl-single-head p span{
	color: #4d4e54;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;

}/*bl-single-head*/


/*bl-single-para*/
.bl-single-para{
	padding: 34px 0 0 0;
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	color: #696969;
}

.bl-single-para a{
	padding: 3px 0 0 0;
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	color: #696969;
}

.bl-single-para h3{
	color: #636363;
    font-size: 22px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	letter-spacing: -0.5px;
    line-height: 1.6;
    text-transform: none;
    margin-bottom: 26px;
}
.bl-single-para p{
	color: #888;
    font-size:16px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	line-height: 1.87;
    text-transform: none;
}
.bl-single-para  blockquote {
    color: #636363;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: italic;
	max-width: 571px;
    margin: 0 auto;
    line-height: 1.6;
    border-left: transparent;
   	padding: 18px 0 20px;
}
.bl-single-paraceo{
	padding: 5px 0 0 0;
	font-family: "Kanit", sans-serif;
	color: #696969;
}
.bl-single-paraceo h4{
	font-family: "Kanit", sans-serif;
	color: #433878;
}
.bl-single-course a{
	padding: 3px 0 0 0;
	font-family: "Kanit", sans-serif;
	color: #696969;
}

/*blog-xtra-body*/
.blog-xtra-body {
    padding: 32px 0 29px 0;
}

.xtra-para{
	max-width: 335px;
	margin-top: 22px;
}
.news-box-bg.blog-body-img img {
    height: 360px;
	/*
	height: 360px;
	*/
}
.img-activity{	
	border:none;width:380px; height:200px; /*--------------------Chenge Size img in activity------------------------*/
}
.img-blog-detail{	
	border:none;width:780px; height:auto; /*--------------------Chenge Size img in activity------------------------*/
}
.blog-xtra-img{
	position: relative;
}
.blog-single-musiq{
	position: absolute;
	top: 40%;
    left: 38%;
}/*blog-xtra-body*/

/*bl-single-para*/

/*bl-single-contact-box*/
.bl-single-contact-box{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding: 22px 0 43px;
	margin: 31px 0 47px;
}
/*.bl-list-icon */
.bl-list-icon {
    float: left;
}
.bl-list-icon ul {
	display: flex;
}
.bl-list-icon  ul li a{
	color: #a4a4a4;
    font-size: 16px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
	padding-right: 14px;
	cursor:pointer;
}
.bl-single-tag p{
	color: #a4a4a4;
    font-size: 16px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
}
.bl-single-detail p{
	color: #a4a4a4;
    font-size: 20px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
}
.bl-single-tag p span a{ 
	color: #636363;
	text-transform: capitalize;
}/*.bl-list-icon */

.bl-single-tag {
    float: right;
}

/*bl-single-contact-box*/

/*.blog-single-form */
.contact-form.blog-single-form {
    padding-bottom: 25px;
}
.contact-form.blog-single-form h3{
	color: #4d4e54;
}
.contact-form.blog-single-form input,
.contact-form.blog-single-form textarea{
	background: transparent;
	border: 1px solid #b2b2b2;
}/*.blog-single-form */


/*.comments-area */

.comments-area h3 {
	color:#4d4e54;
    font-size: 20px;
    /*font-family: 'Poppins', sans-serif;*/
	font-family: "Kanit", sans-serif;
    margin-bottom: 40px;
}

.comment-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comment {list-style:none;}
.children {
	padding-left:108px;
}

/*comment-content*/
.comment-body{
	display: -webkit-box;
	padding-bottom:43px;
	margin-bottom: 38px;
	
}
.xtra-comment-body{
	border-bottom: 1px solid #dfdfdf;
}
.comment-content{
	padding-left: 27px;
}
.comment-content>b.fn a{
	color:#4d4e54;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
.comment-content>b.fn a span{
	padding: 0 16px 0 26px;
	color:#888;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.reply {
	display: inline-block;
	color:#7e7bda;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.comment-content p{
	color:#888;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-top: 15px;
    line-height: 1.7;
}
.comment-content:hover .reply,
.comment-content:hover .reply a{color:#ea1b33;transition:.7s;}

/*comment-content*/

/*.comments-area */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: #fff;
    background:#433878;
	border:1px solid #433878;
	border-radius:5px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#433878;
    color: #fff;
	border:1px solid #433878;
	border-radius:50%;
}

/*========================Thank you=================

/* Style The Dropdown Button */
.dropbtn {
  /*background-color: #3e1161;*/
  background-color: transparent;
  background-color: none;
  color: white;
  padding: 16px;
  font-family: "Kanit", sans-serif;
  font-size: 14px; /*------------------ขนาดตัวหนังสือ เมนู-----------------------------------------------------------*/
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  font-family: "Kanit", sans-serif;
}
.dropdown a{
	color: #fff;
	font-size: 14px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #7E60BF; opacity: 0.9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  /*animation: fadeIn 0.5s;*/
  border-radius: 3px;
  font-family: "Kanit", sans-serif;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  /*animation: fadeIn 1s;*/
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1;
	color: #000000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #433878;
  color: #E4B1F0;
}
/*-----------------------------------------------------------------------*/

/*========================Thank you=================

/* Style The Dropdown Button */
.dropbtn2 {
  background-color: #ffffff;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn2 {
  background-color: #43205f;
}
/*-----------------------------------------------------------------------*/


* {
  box-sizing: border-box;
}
bodytap {
	/*
  font-family: "Open Sans";
  */
  background: #6e5387;
  color: #ecf0f1;
  line-height: 1.618em;
}
.wrappertap {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}
.tabs {
  position: relative;
  margin: 3rem 0;
  background: #433878;
  height: 15.75rem;
}
a.tabslink{
  font-size: 16px;
  color: #696969;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #433878;
  border-right: 0.125rem solid #6e5387;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  /*	
  height: 20rem;
  */
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #696969;  /*------กำหนดสีของฟ้อนในรายละเอียดแท๊ป-------------------------*/
  font-size: 16px;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  transition: all 0.35s;
  width: 100%
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #6e5387;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
/*-----------------------------------------Font---------------------------*/
/*-------------------------START TAB2-------------------------------------*/
/* Style the tab */
.tab2 {
  overflow: hidden;
  border: 1px solid #dddddd;
  background-color: #433878;
  color:#fefefe;
}

/* Style the buttons inside the tab */
.tab2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: #fefefe;
  color: #433878;
}

/* Style the tab content */
.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/*----------------------------------END TAB2----------------------------------*/

.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
  color: #696969;
}
.kanit-thin p{
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
  color: #696969;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.select-box-downloads{
	width: 50%;
	height: 55px;
	padding: 5px;
	font-family: "Kanit", sans-serif;
	color: #444444;
    font-size: 18px;
	border-color: #DDDDDD;
	border-radius: 5px;
}
.table_person {
  border-collapse: collapse;
  width: 100%;
}
.table_person td{
  border: 1px solid #ddd;
  padding: 8px;
}
.table_person tr:nth-child(even){background-color: #f2f2f2;}
.table_person tr:hover {background-color: #FFDEAD;}
.table_person th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}
/*----------------------------START Blog Icon-------------------------------*/
* {
  box-sizing: border-box;
}
.blogicon {
  padding: 30px;
  font-size: 16px;
  text-align: center;
  background: #FF6600;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
}
.blogicon2 {
  padding: 16px;
  font-size: 16px;
  text-align: center;
  background: #99CC00;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
}
.blogicon3 {
  padding: 30px;
  font-size: 16px;
  text-align: center;
  background: #6633CC;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
}
.blogicon4 {
  padding: 30px;
  font-size: 16px;
  text-align: center;
  background: #483D8B;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
}
.blogicon5 {
  padding: 30px;
  font-size: 16px;
  text-align: center;
  background: #48D1CC;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
}
.blogicon6 {
  padding: 30px;
  font-size: 16px;
  text-align: center;
  background: #A0522D;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
}
.blogproject1 {
  padding: 16px;
  font-size: 16px;
  text-align: center;
  background: #FF6600;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
}
.blogproject2 {
  padding: 16px;
  font-size: 16px;
  text-align: center;
  background: #6633CC;
  color: #ffffff;
  border-radius: 10px;
  width: 250px;
}
/*-----------------------------------------------------------------------------------*/
.blogcourse {
 padding: 16px;
 background-image:url(../../assets/images/counter/bg-ped.png);
 background-color: #433878;
 background-repeat: no-repeat;
  border: 1px solid #433878; 
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
}
.blogcourse p{
  color: #ffffff;
}
.blogcourse-view {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-view:hover {
	color: #433878;
	background: transparent;
}
.regis-button {
    background: transparent;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #fff;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.regis-button:hover {
	color: #433878;
	background: #fff;
}
.regisheader-button {
    background: transparent;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #fff;
	border-radius: 25px;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
	font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.regisheader-button:hover {
	color: #433878;
	background: #fff;
}
/*----------------------------------------------------------*/
.around-button {
    background: transparent;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #363636;
	border-radius: 25px;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #363636;
	font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.around-button:hover {
	color: #fff;
	background: #FFBF61;
	border: 1px solid #FFBF61;
}
/*-------------------------------------------------------------*/
/*----------------------------------------------------------*/
.eduplan-button {
    background: #FFBF61;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #FFBF61;
	border-radius: 25px;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #fff;
	font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.eduplan-button:hover {
	color: #433878;
	background: #fff;
	border: 1px solid #fff;
}
/*-------------------------------------------------------------*/
/*----------------------------------------------------------*/
.book-button {
    background: #FFBF61;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #363636;
	border-radius: 25px;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #363636;
	font-family: "Kanit", sans-serif;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.book-button:hover {
	color: #433878;
	background: #fff;
	border: 1px solid #fff;
}
/*-------------------------------------------------------------*/

.blogcourse-regis {
    background: #fff;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #433878;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-regis:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #7E60BF;
}
/*-----------------------------------------------------------------------------*/
.btn-regiscourse {
    background: #fff;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #433878;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.btn-regiscourse:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #FFBF61;
}
/*-------------------------------------------------------------------------*/
.blogcourse-viewmid {
    background: transparent;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #7E60BF;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #7E60BF;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-viewmid:hover {
	color: #7E60BF;
	background: transparent;
}
/*----------------------------END Blog Icon-------------------------------*/
/*-------------------------------------------------------------------------*/
.bt-guidebook {
    background: transparent;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #7E60BF;
	border-radius: 5px;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #7E60BF;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.bt-guidebook:hover {
	color: #fff;
	background: #FFBF61;
	border: 1px solid #FFBF61;
}
/*----------------------------END Blog Icon-------------------------------*/
/*-----------------------------------------------------------------------------------*/
.blogcourse-edu {
 padding: 16px;
 background-image:url(../../assets/images/counter/bg-education.png);
 background-color: #433878;
 background-repeat: no-repeat;
  border: 1px solid #433878; 
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
}
.blogcourse-edu p{
  color: #ffffff;
}
.blogcourse-edu-view {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-edu-view:hover {
	color: #433878;
	background: transparent;
}
/*----------------------------END Blog Icon-------------------------------*/
/*-----------------------------------------------------------------------------------*/
.blogcourse-voc {
 padding: 16px;
 background-image:url(../../assets/images/counter/bg-voc.png);
 background-color: #433878;
 background-repeat: no-repeat;
  border: 1px solid #433878; 
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
}
.blogcourse-voc p{
  color: #ffffff;
}
.blogcourse-voc-view {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-voc-view:hover {
	color: #433878;
	background: transparent;
}
/*----------------------------END Blog Icon-------------------------------*/
/*-----------------------------------------------------------------------------------*/
.blogcourse-psy {
 padding: 16px;
 background-image:url(../../assets/images/counter/bg-psy.png);
 background-color: #433878;
 background-repeat: no-repeat;
  border: 1px solid #433878; 
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
}
.blogcourse-psy p{
  color: #ffffff;
}
.blogcourse-psy-view {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-psy-view:hover {
	color: #433878;
	background: transparent;
}
/*----------------------------END Blog Icon-------------------------------*/
/*-----------------------------------------------------------------------------------*/
.blogcourse-tec {
 padding: 16px;
 background-image:url(../../assets/images/counter/bg-edtech.png);
 background-color: #433878;
 background-repeat: no-repeat;
  border: 1px solid #433878; 
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
}
.blogcourse-tec p{
  color: #ffffff;
}
.blogcourse-tec-view {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-tec-view:hover {
	color: #433878;
	background: transparent;
}
/*----------------------------END Blog Icon-------------------------------*/
/*-----------------------------------------------------------------------------------*/
.blogcourse-grad {
 padding: 16px;
 background-image:url(../../assets/images/counter/gradregis.png);
 background-color: #433878;
 background-repeat: no-repeat;
  border: 1px solid #433878; 
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
}
.blogcourse-grad p{
  color: #ffffff;
}
.blogcourse-grad-view {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-grad-view:hover {
	color: #433878;
	background: transparent;
}
/*----------------------------END Blog Icon-------------------------------*/
/*-----------------------------------------------------------------------------------*/
.blogcourse-grad2 {
 padding: 16px;
 background-image:url(../../assets/images/counter/center2.png);
 background-color: #433878;
 background-repeat: no-repeat;
  border: 1px solid #433878; 
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
}
.blogcourse-grad2 p{
  color: #ffffff;
}
.blogcourse-grad2-view {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
    border: 1px solid #433878;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blogcourse-grad2-view:hover {
	color: #433878;
	background: transparent;
}
/*----------------------------END Blog Icon-------------------------------*/
.blogcourse-daycare {
 padding: 16px;
 background-image:url(../../assets/images/counter/daycare.png);
 background-size: 1920px 500px;
 background-color: #433878;
 background-repeat: no-repeat;
  border: 1px solid #433878; 
  border-radius: 15px;
  width: 100%;
  color: #ffffff;
}
.blogcourse-daycare p{
  color: #ffffff;
}

/*----------------------------STRART Blog Site Map------------------------*/
.blogsitemap {
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background: #433878;
  color: #ffffff;
  border-radius: 5px;
  width: 250px;
}
/*----------------------------End Blog Site Map------------------------*/
/*----------------------------STRART Blog Site Map------------------------*/
.blogprograms {
	/*background: transparent;*/
	background-color: #FFDEAD;
	font-family: "Kanit", sans-serif;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-radius: 10px;
	width: 100%;
}
.blogprograms p {
	font-size: 16px;
	color: #363636
	padding-bottom: 10px;
}
.blogprograms a{
	font-size: 16px;
	color: #363636
}
/*----------------------------End Blog Site Map------------------------*/
/*----------------------------STRART Blog Site Map------------------------*/
.blog-undergrad {
	background: transparent;
	font-family: "Kanit", sans-serif;
	/*background-color: #FFDEAD;*/
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px solid #DDD;
	border-radius: 10px;
	width: 100%;
}
.blog-undergrad p{
	color: #888;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-undergrad a{
	color: #363636;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-undergrad a:hover{
	color: #FFBF61;
	font-size: 16px;
	padding-bottom: 10px;
	transition: 0.5s;
}
/*----------------------------End Blog Site Map------------------------*/
/*----------------------------STRART Blog Site Map------------------------*/
.blog-master {
	background: transparent;
	font-family: "Kanit", sans-serif;
	/*background-color: #FFDEAD;*/
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px solid #363636;
	border-radius: 10px;
	width: 100%;
}
.blog-master p {
	color: #888;
	font-size: 16px;
	padding-bottom: 10px;
}
/*----------------------------End Blog Site Map------------------------*/
/*----------------------------STRART Blog Site Map------------------------*/
.blog-header-programs {
	position: center;
	background: #433878;
	opacity: 0.4;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
    border: 1px solid #DDD;
	border-radius: 5px;
	width: 40%
}
.blog-header-programs h3 {
	color: #fff;
	opacity: 1;
}
/*----------------------------End Blog Site Map------------------------*/
/*----------------------------STRART Blog Site Map------------------------*/
.blogtexthard {
	background: transparent;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
    border: 1px solid #7E60BF;
	width: 450px;
	color: #7E60BF;
}
/*----------------------------End Blog Site Map------------------------*/
/*--------------------------STRAT Processing------------------------------*/
.lds-ripple {
  /* change color here */
  color: #332871
}
.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/*--------------------------END Processing------------------------------*/
/*-------------------------STRST CSS TEAM CEO----------------------------*/
.containerceo {
  position: relative;
}

.bottomleftceo {
  position: absolute;
  bottom: 10px;
  left:10%;
  font-size: 18px;
  background-color: #433878;
  opacity: 40%;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}
.containerceo h3{
	font-size: 18px;
	color: #FFFFFF;
}

/*-------------------------END CSS TEAM CEO----------------------------*/
/*--------------------------START CSS IMG CEO------------------------------------------*/

.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}

/*--------------------------END CSS IMG CEO------------------------------------------*/
.bgindex{
	padding: 30px 0 0 0;
}
.bgindex img{
	border-radius: 10px;
}
/* Shine */
.hover14 figure {
	position: relative;
	padding: 30px 0 0 0;
}
.hover14 img {
	border-radius: 10px;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine 5s;
	animation: shine 5s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}

#mainav, #breadcrumb2, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb2 li a::after, .sidebar nav a::after{position:absolute; font-family:"FontAwesome"; font-size:10px; line-height:10px;}
/* Top Navigation */
#mainav{}
#mainav ul{text-transform:uppercase;}
#mainav ul ul{z-index:9999; position:absolute; width:160px; text-transform:none;}
#mainav ul ul ul{left:160px; top:0;}
#mainav li{display:inline-block; position:relative; margin:0 30px 0 0; padding:0;}
#mainav li:last-child{margin-right:0;}
#mainav li li{width:100%; margin:0;}
#mainav li a{display:block; padding:20px 0;}
#mainav li li a{border:solid; border-width:0 0 1px 0;}
#mainav .drop{padding-left:15px;}
#mainav li li a, #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
#mainav .drop::after, #mainav li li .drop::after{content:"\f0d7";}
#mainav .drop::after{top:25px; left:5px;}
#mainav li li .drop::after{top:15px; left:5px;}
#mainav ul ul{visibility:hidden; opacity:0;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav form{display:none; margin:0; padding:20px 0;}
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:1px solid;}
#mainav form select option{margin:5px; padding:0; border:none;}

/* Navigation */
#mainav li a{color:inherit;}
#mainav .active a, #mainav a:hover, #mainav li:hover > a{color:#40B8FF; background-color:inherit;}
#mainav li li a, #mainav .active li a{color:#FFFFFF; background-color:rgba(0,105,168,.7);/* #0069A8 */ border-color:rgba(255,255,255,.2);}
#mainav li li:hover > a, #mainav .active .active > a{color:#FFFFFF; background-color:#0069A8;}
#mainav form select{color:#474747; background-color:#FFFFFF; border-color:rgba(0,0,0,.2);}

#breadcrumb2 a{color:inherit; background-color:inherit; opacity:.3;}
#breadcrumb2:hover a{opacity:1;}
#breadcrumb2 li:last-child a{color:#40B8FF;}

/* Breadcrumb2 */
#breadcrumb2{padding:120px 0 30px;}
#breadcrumb2 ul{margin:0; padding:0; list-style:none; text-transform:uppercase;}
#breadcrumb2 li{display:inline-block; margin:0 6px 0 0; padding:0;}
#breadcrumb2 li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px;}
#breadcrumb2 li a::after{top:4px; right:0; content:"\f101";}
#breadcrumb2 li:last-child a{margin:0; padding:0;}
#breadcrumb2 li:last-child a::after{display:none;}
#breadcrumb2 .heading{margin:0; font-size:1.6rem;}

/*--------------------VDO--------------------------------------------------*/
.tm-site-header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px;
}

.tm-logo-container {
    display: block;
    padding: 30px;
    width: 320px;
    height: 160px;
}

.tm-site-logo { font-size: 3rem; }
.tm-site-name { font-size: 1.9rem; }

#tm-video-container {
    max-height: 720px;
    overflow: hidden;
    background-color: #333;
}

#tm-video {
    max-width: 100%;
    height: auto;
}

.tm-bg-black {
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.tm-bg-gray { background-color: #F4F4F4; }
.tm-text-primary { color: #3399CC; }
.tm-text-secondary { color: #3CAFAF; }

.tm-nav-link {
    color: white;
    font-size: 1.4rem;    
}

#tm-main-nav .nav-item .nav-link { border-bottom: 1px solid transparent; }

#tm-main-nav .nav-item.active .nav-link,
#tm-main-nav .nav-item:hover .nav-link {
    border-bottom: 1px solid white;
    color: white;
}

.tm-welcome-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 999;
	background:rgba(50, 50, 51, 0.6); /*-----------กำหนดแถบม่วงบน VDO---------------------*/
	font-family: "Kanit", sans-serif;
}
tm-welcome-container h2{
	font-family: "Kanit", sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}

.tm-welcome-container-inner { margin-top: 20px; }
.tm-welcome-text { font-size: 1.6rem; }

hr.event {
  border: 1px solid #FFBF61;
}
hr.eventblod {
  border: 3px solid #FFBF61;
}
hr.subevent {
  border-top: 1px solid #FFBF61;
}
.menugrad{
	padding: 15px;
	background-color: #7E60BF;
}
/*-----------------------------START Middle-------------------------------*/
.column {
	margin: 0px 0px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 421px;
	height: auto;
	margin: 0 0 0 0px;
	padding: 0;
	text-align: center;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 421px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 421px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: 36px;
	opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/*---------------------------END Middle Box---------------------------------*/
/* Admissions Buttons Section start */
.admissions {
  max-height: 300px;
  overflow: hidden;
}

.admissions__inner {
  display: flex;
  width: 100%;
}

.admissions__inner__single {
  background-position: center;
  height: 300px;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.admissions__inner__single:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  /*background: rgba(1, 60, 101, 0.6);*/
  background: #7E60BF;
  opacity: 0.2;
}

.admissions__inner__single__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  text-align: center;
}

.admissions__inner__single__content__label {
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0;
  color: #fff;
  align-items: center;
}

.admissions__inner__single__content__cta {
  display: flex;
  align-items: center;
  opacity: 0;
  font-size: 3rem;
  color: #FFBF61;
  margin: 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  padding-bottom: .2rem;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
  align-items: center;
}

.admissions__inner__single__content__cta img {
  width: 0;
  transition: all .25s ease-in-out;
  margin-left: 0.5rem;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

.admissions__inner__single:hover {
  flex: 1.25;
}

.admissions__inner__single:hover .admissions__inner__single__content__cta {
  opacity: 1;
  font-size: 1.3rem;
}

.admissions__inner__single:hover .admissions__inner__single__content__cta img {
  width: 20px;
}

@media (max-width: 1024px) {
  .admissions {
    max-height: unset;
  }
  .admissions .admissions__inner {
    flex-direction: column;
  }
  .admissions .admissions__inner__single {
    height: auto;
    min-height: 100px;
    padding: 3rem 0;
  }
  .admissions .admissions__inner__single__content__cta {
    opacity: 1;
    font-size: 1rem;
  }
  .admissions .admissions__inner__single__content__cta img {
    width: 20px;
  }
}
/* End Admissions Buttons Section */
/* Stories Section Start */

.stories {
  padding: 3rem 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .stories {
    padding: 3rem 1rem;
  }
}

.stories__single {
  display: flex;
  gap: 0 .5rem;
  border: 1px solid #433878;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
}

.stories__single:not(:last-child) {
  margin-bottom: 2rem;
}

.stories__single__image {
  flex: 1;
}

.stories__single__image a {
  display: flex;
  height: 100%;
  position: relative;
}

.stories__single__image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.stories__single__copy {
  flex: 2;
  padding: 1.5rem;
  font-family: "Kanit", sans-serif;
}

.stories__single__copy p {
  color: #888;
  font-size: 16px;
}

.stories__single__copy button,
.stories__single__copy a.button {
  color: #ffffff;
  background-color: #433878;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: max-content;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: .5rem 1.25rem;
  font-size: 12px;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.stories__single__copy button:hover {
  color: #000000;
  background-color: #FFBF61;
}

.stories__single__copy h5 {
  color: #433878;
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 1rem;
}
.stories__single_hr{
	border: 2px solid #FFBF61;
	padding-top: -2px;
}

.stories__single:nth-child(even) .stories__single__image {
  order: 1;
}

@media (max-width: 500px) {
  .stories__single {
    flex-direction: column;
  }
  .stories__single:nth-child(even) .stories__single__image {
    order: unset;
  }
  .stories__single__image {
    overflow: hidden;
  }
  .stories__single__image a {
    height: 200px;
  }
}

/* End Stories Section */
/*-------------------------START Site Header----------------*/
.site-header{
    width:100%;
    position:relative;
	top: 129px;
    clear:both;
	text-align: left;
	padding-left: 15px;
}
.site-header .page-header .row .columns{
    z-index:5000;
    /*background-color:rgba(1,60,101,.64);*/
	background-color:rgba(67,56,120,.64);
    padding-top:.9375rem;
    padding-bottom: 20px;;
	padding-left: 15px;
	padding-right: 15px;
	/*width: 430px;*/
}
.site-header .page-header .site-title,.site-header-noimage .site-title{
    color:#fff;
    font-weight:400!important;
    font-size:2em;
    line-height:1.1em;
    margin-bottom:10px;
	font-family: "Kanit", sans-serif;
}
.btn-regis{
	font-family: "Kanit", sans-serif;
}
.site-header .page-header .site-title a,.site-header-noimage .site-title a{
    color:#fff
}
.site-header .page-header .page-title,.site-header-noimage .page-title{
    color:#fff;
    text-transform:uppercase;
    margin-bottom:0
}
.site-header .page-header .page-sub-title,.site-header-noimage .page-sub-title{
	font-family: "Kanit", sans-serif;
    color:#fff;
    line-height:1.15em;
    border-top:1px solid #FFBF61;
    margin-bottom:0;
    padding-top:.675rem;
}
.slick-dots{
    position:absolute;
    bottom:20px;
    display:block;
    width:100%;
    padding:0;
    margin:0;
    list-style:none;
    z-index:5001
}
.slick-dots li,.slick-dots li button{
    width:16px;
    height:16px;
    cursor:pointer
}
.slick-dots li{
    position:relative;
    display:inline-block;
    margin:0 5px;
    padding:0
}
.slick-dots li button{
    font-size:0;
    line-height:0;
    display:block;
    padding:5px;
    color:transparent;
    border:0;
    outline:0;
}
 .medium-1{
        width:8.3333333333%
    }
    .medium-2{
        width:16.6666666667%
    }
    .medium-3{
        width:25%
    }
    .medium-4{
        width:33.3333333333%
    }
    .medium-5{
        width:41.6666666667%
    }
    .medium-6{
        width:50%
    }
    .medium-7{
        width:58.3333333333%
    }
    .medium-8{
        width:66.6666666667%
    }
    .medium-9{
        width:75%
    }
    .medium-10{
        width:83.3333333333%
    }
    .medium-11{
        width:91.6666666667%
    }
    .medium-12{
        width:100%
    }
.slick-dots li button:focus,.slick-dots li button:hover{
    outline:0
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{
    opacity:1
}
.slick-dots li button:before{
    font-family:slick;
    font-size:6px;
    line-height:20px;
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    opacity:.25;
    color:#000
}
.slick-dots li.slick-active button{
    background-image:url(//www.unco.edu/_resources/images/slider/dot-active.svg)
}
@media only screen and (min-width:40.063em){
    .site-header .page-header{
        position:absolute;
        bottom:0;
        z-index:5000
    }
}
@media only screen and (min-width:40.063em) and (max-width:64em){
    .site-header .page-header .site-title{
        font-size:2em
    }
    .slick-dots{
        bottom:10px
    }
}
@media only screen and (max-width:40.063em){
    .site-header{
        background-color:#433878
    }
    .site-header .page-header .site-title,.site-header-noimage .site-title{
        font-size:1.5em!important
    }
    .slick-dots{
        display:none!important
    }
    .dropdown li.title h5 a:hover{
        background-repeat:no-repeat
    }
}
@media print{
    .site-header{
        display:none
    }
}
/*-------------------------------End-------------------------*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.border-bottom-warning {
  border-bottom: 0.5rem solid #FFBF61 !important;
}
.border-left-warning {
  border-left: 0.5rem solid #FFBF61 !important;
}
/*----------------------End Card-----------------------------------*/
.blog-degree-option{
	background: #FFDEAD;
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-degree-option h2{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-degree-option h3{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-degree-option p{
	font-family: "Kanit", sans-serif;
	color: #363636;
	font-size: 16px;
	padding-bottom: 10px;
}
/*---------------------------------------------------------------------*/
/*----------------------End Card-----------------------------------*/
.blog-around{
	background-image:url(../../assets/images/banner/bg-around.png);
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-around h1{
	font-size: 50px;
	font-family: "Kanit", sans-serif;
	color: #fff;
	padding-bottom: 15px;
}
.blog-around h2{
	font-family: "Kanit", sans-serif;
	color: #fff;
	padding-bottom: 15px;
}
.blog-around h3{
	font-family: "Kanit", sans-serif;
	color: #fff;
	padding-bottom: 15px;
}
.blog-around p{
	font-family: "Kanit", sans-serif;
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-around-hilight{
	font-family: "Kanit", sans-serif;
	font-size: 25px;
	color: #FFBF61;
	text-alight: center;
}
/*---------------------------------------------------------------------*/
/*----------------------End Card-----------------------------------*/
.blog-nisit{
	background-image:url(../../assets/images/banner/bg-nisit.png);
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-nisit h1{
	font-size: 50px;
	font-family: "Kanit", sans-serif;
	color: #fff;
	padding-bottom: 15px;
}
.blog-nisit h2{
	font-family: "Kanit", sans-serif;
	color: #FFBF61;
	padding-bottom: 15px;
}
.blog-nisit h3{
	font-family: "Kanit", sans-serif;
	color: #fff;
	padding-bottom: 15px;
}
.blog-nisit p{
	font-family: "Kanit", sans-serif;
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-nisit-hilight{
	font-family: "Kanit", sans-serif;
	font-size: 32px;
	color: #FFBF61;
	text-alight: center;
}
/*---------------------------------------------------------------------*/
/*----------------------End Card-----------------------------------*/
.blog-drom{
	background-image:url(../../assets/images/banner/bg-drom.png);
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-drom h1{
	font-size: 50px;
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-drom h2{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-drom h3{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-drom h4{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-drom p{
	font-family: "Kanit", sans-serif;
	color: #363636;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-drom-hilight{
	font-family: "Kanit", sans-serif;
	font-size: 25px;
	color: #FFBF61;
	text-alight: center;
}
/*---------------------------------------------------------------------*/
/*----------------------End Card-----------------------------------*/
.blog-history{
	background-image:url(../../assets/images/banner/history.png);
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-history h1{
	font-size: 50px;
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history h2{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history h3{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history h4{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history p{
	font-family: "Kanit", sans-serif;
	color: #363636;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-history-hilight{
	font-family: "Kanit", sans-serif;
	font-size: 25px;
	color: #FFBF61;
	text-alight: center;
}
/*---------------------------------------------------------------------*/
/*----------------------End Card-----------------------------------*/
.blog-history2{
	background-image:url(../../assets/images/banner/history2.png);
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-history2 h1{
	font-size: 50px;
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history2 h2{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history2 h3{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history2 h4{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history2 p{
	font-family: "Kanit", sans-serif;
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-history2-hilight{
	font-family: "Kanit", sans-serif;
	font-size: 25px;
	color: #FFBF61;
	text-alight: center;
}
/*---------------------------------------------------------------------*/
/*----------------------End Card-----------------------------------*/
.blog-history3{
	background-image:url(../../assets/images/banner/history3.png);
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-history3 h1{
	font-size: 50px;
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history3 h2{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history3 h3{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history3 h4{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-history3 p{
	font-family: "Kanit", sans-serif;
	color: #363636;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-history3-hilight{
	font-family: "Kanit", sans-serif;
	font-size: 25px;
	color: #FFBF61;
	text-alight: center;
}
/*---------------------------------------------------------------------*/
/*----------------------End Card-----------------------------------*/
.blog-around2{
	backgroung: transparent;
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-around2 h1{
	font-size: 50px;
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-around2 h2{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-around2 h3{
	font-family: "Kanit", sans-serif;
	color: #363636;
	padding-bottom: 15px;
}
.blog-around2 p{
	font-family: "Kanit", sans-serif;
	color: #363636;
	font-size: 16px;
	padding-bottom: 10px;
}
.blog-around2-hilight{
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	color: #FFBF61;
	text-alight: center;
}
/*---------------------------------------------------------------------*/
/*----------------------End Card-----------------------------------*/
.blog-degreemaster-option{
	background: #FFDEAD;
	/*background: url(../../assets/images/banner/bg-master2.png);*/
	background-size: 1300px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-degreemaster-option h2{
	font-family: "Kanit", sans-serif;
	color: #444444;
	padding-bottom: 15px;
}
.blog-degreemaster-option h3{
	font-family: "Kanit", sans-serif;
	color: #444444;
	padding-bottom: 15px;
}
.blog-degreemaster-option p{
	font-family: "Kanit", sans-serif;
	color: #444444;
	font-size: 16px;
	padding-bottom: 10px;
}
/*---------------------------------------------------------------------*/
.blog-degreephd-option{
	/*background: #FFDEAD;*/
	background: url(../../assets/images/banner/bg-phd.png);
	background-size: 1300px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.blog-degreephd-option h2{
	font-family: "Kanit", sans-serif;
	color: #444444;
	padding-bottom: 15px;
}
.blog-degreephd-option h3{
	font-family: "Kanit", sans-serif;
	color: #444444;
	padding-bottom: 15px;
}
.blog-degreephd-option p{
	font-family: "Kanit", sans-serif;
	color: #444444;
	font-size: 16px;
	padding-bottom: 10px;
}
/*---------------------------------------------------------------------*/

.blog-apply{
	font-family: "Kanit", sans-serif;
	background-image:url(../../assets/images/banner/kulogo.png);
	background-repeat: repeat-x;
	opacity: 0.1;
	z-index: -1;
	padding-top: 25px;
	padding-bottom: 25px;

}
.blog-apply-content{
	position: relative;
	z-index: 1;
}
/*------------------------------------------------------------------*/
.blog-future{
	font-family: "Kanit", sans-serif;
	padding-top: 50px;
	padding-bottom: 20px;
}
.blog-future h2{
	font-family: "Kanit", sans-serif;
	color: #888;
}  
.blog-future h3{
	font-family: "Kanit", sans-serif;
	color: #888;
}  
.blog-future p{
	font-family: "Kanit", sans-serif;
	color: #888;
	font-size: 16px;
} 
/*------------------------------------------------------------------*/ 
.blog-master-regis{
	font-family: "Kanit", sans-serif;
	color: #fff;
}
.blog-master-regis h2{
	font-family: "Kanit", sans-serif;
	color: #fff;
}
.blog-master-regis-left{
	font-family: "Kanit", sans-serif;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}
/*----------------------------------------------------------------------*/
.event-img{
  border-radius: 20px;
  transition: all .25s ease-in-out;
  margin-left: 0.5rem;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}
/*----------------------------------------------------------------------*/
.parent {
  position: relative;
  font-family: "Kanit", sans-serif;
  color: #363636;
}

.parent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: url(../../assets/images/banner/edu55-small.png);
  background-repeat: repeat;
  opacity: 0.1; /* ปรับค่าตามที่ต้องการ */
  z-index: -1; /* ให้มันอยู่ด้านหลังเนื้อหา */
}

.child {
  position: relative; /* ให้เนื้อหาภายในอยู่ข้างหน้า */
  z-index: 1; /* ชัดเจนกว่าพื้นหลัง */
  padding-top: 25px;
  padding-bottom: 20px;
}
.child p{
  font-size: 16px;
}
/*-------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.parent-index {
  position: relative;
  font-family: "Kanit", sans-serif;
  color: #363636;
}

.parent-index::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: url(../../assets/images/banner/edu55-small.png);
  background-repeat: repeat;
  opacity: 0.1; /* ปรับค่าตามที่ต้องการ */
  z-index: -1; /* ให้มันอยู่ด้านหลังเนื้อหา */
}

.child-index {
  position: relative; /* ให้เนื้อหาภายในอยู่ข้างหน้า */
  z-index: 1; /* ชัดเจนกว่าพื้นหลัง */
  padding-top: 25px;
  padding-bottom: 20px;
}
.child-index p{
  font-size: 16px;
}
/*-------------------------------------------------------------------*/
/*-------------------Sub Menu----------------------------------------*/
.submenu-bg{
	background: #e8e8e8;
}
.submenu {
    background: #e8e8e8;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
    border: 0px solid #363636;
    height:45px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #363636;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.submenu:hover {
	color: #fefefe;
	background: #FFBF61;
}
/*--------------------------------------------------------------------*/
.blogtitle-depart {
  position: relative;
  width: 350px;
  height: 200px;
  font-family: "Kanit", sans-serif;
  color: #363636;
}

.blogtitle-depart::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: #433878;
  opacity: 0.5; /* ปรับค่าตามที่ต้องการ */
  z-index: -1; /* ให้มันอยู่ด้านหลังเนื้อหา */
}

.blogtitle-depart-text {
  position: relative; /* ให้เนื้อหาภายในอยู่ข้างหน้า */
  z-index: 1; /* ชัดเจนกว่าพื้นหลัง */
  padding-top: 25px;
  padding-bottom: 20px;
}
.blogtitle-depart p{
  font-size: 16px;
}
/*-----------------------------------------------------------------------------*/
.blog-admin{
	color: #363636;
	padding-top: 50px;
	font-family: "Kanit", sans-serif;
}
.blog-admin p{
	font-size: 16px;
	color: #FFBF61;
	padding-bottom: 20px;
}
.img-admin{
	width: 200px;
	border-radius: 50%;
	padding-bottom: 10px;
	transition: 1s ease-in-out;
}
.img-admin:hover{
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(1.1);
}
.blog-admin h3{
  /*	
  text-decoration-line: underline; 
  text-decoration-color: #FFBF61;
  text-decoration-thickness: 2px;
  */
}
/*-----------------------------------------------------------------------------*/
.blog-event{
	background-color: #f8f8f8;
	font-family: "Kanit", sans-serif;
	padding-top: 25px;
	padding-bottom: 50px;
}
.blog-event-content{
	height: 380px;
	background-color: #fff;
	color: #363636;
	border-radius: 5px;
	padding-bottom: 10px;
}
.blog-event-content:hover{
	height: 380px;
	background-color: #fff;
	color: #363636;
	border-radius: 3px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 10px #888;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog-event-content p{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	font-size: 1.7rem;
}
.blog-event-content a{
	font-size: 1.7rem;
	color: #363636;
}
.blog-event-content a:hover{
	font-size: 1.7rem;
	color: #FFBF61;
	transition: 0.5s ease-in-out;
}
.blog-event-content span{
	font-size: 1.3rem;
	color: #888;
	padding-left: 8px;
}
.blog-event-img{
	width: 100%;
	height: 150px;
}
.blog-event-button {
    background: #433878;
	padding-left: 30px;
	padding-right: 30px;
    border: 1px solid #433878;
	border-radius: 20px;
	font-size: 1.2rem;
    height:40px;
    line-height: 30px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog-event-button:hover {
	color: #433878;
	background: transparent;
}
/*-----------------------------------------------------*/
.blog-event-main{
	font-family: "Kanit", sans-serif;
}
.blog-event-main p{
	font-size: 1.7rem;
}
.blog-event-main a{
	font-size: 1.7rem;
	color: #363636;
}
.blog-event-main a:hover{
	font-size: 1.7rem;
	color: #FFBF61;
	transition: 0.5s ease-in-out;
}
.blog-event-main span{
	color: #888;
	font-size: 1.4rem;
}
.blog-event-main-button {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
    border: 1px solid #433878;
	border-radius: 3px;
	font-size: 1.5rem;
    height:50px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog-event-main-button:hover {
	color: #433878;
	background: transparent;
}
/*----------------------------------------------------------*/
/*-----------------------------------------------------*/
.blog-event-main-sub p{
	font-size: 1.5rem;
}
.blog-event-main-sub a{
	font-size: 1.5rem;
	color: #363636;
}
.blog-event-main-sub a:hover{
	font-size: 1.5rem;
	color: #FFBF61;
	transition: 0.5s ease-in-out;
}
.blog-event-main-sub span{
	color: #888;
	font-size: 1.4rem;
}
.blog-event-main-sub-button {
    background: #433878;
	padding-left: 40px;
	padding-right: 40px;
    border: 1px solid #433878;
	border-radius: 3px;
	font-size: 1.5rem;
    height:50px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #ffffff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.blog-event-main-sub-button:hover {
	color: #433878;
	background: transparent;
}
/*----------------------------------------------------------*/
.blog-infomation{
	font-family: "Kanit", sans-serif;
}
.blog-infomation-head{
	background-color: #DCDCDC;
	font-family: "Kanit", sans-serif;
	padding-top: 20px;
	padding-bottom: 15px;
}
.blog-infomation-content{
	background-color: #F5F5F5;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
}
.blog-infomation-content-detail{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
}
.blog-infomation-download{
	text-alight: right;
}
.blog-infomation-head a{
	color: #433878;
}
.blog-infomation-head a:hover{
	color: #FFF;
	transition: 0.5s;
}
.blog-infomation-head p{
	word-spacing: 10px;
}
.blog-infomation h2{
	font-family: "Kanit", sans-serif;
	color: #363636;
}
/*----------------------------------------------------*/
.textbox-search{
	width: 250px;
	border: 1px solid #DDDDDD;
	padding: 5px;
	border-radius: 3px;
	font-family: "Kanit", sans-serif;
}
.button-search{
	background-color: #F5F5F5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
}
.blog-vission{
	background: url(../../assets/images/banner/bg-vission.png);
	font-family: "Kanit", sans-serif;
	padding-top: 80px;
	padding-bottom: 50px;
}
.blog-vission h2{
	font-family: "Kanit", sans-serif;
}
.blog-vission p{
	font-family: "Kanit", sans-serif;
	font-size: 16px;
}
.blog-guide-nisit{
	/*background: url(../../assets/images/banner/bg-guide.png);*/
	background: transparent;
	font-family: "Kanit", sans-serif;
	padding-top: 30px;
	padding-bottom: 50px;
}
.blog-guide-nisit p{
	color: #363636;
	font-size: 16px;
}
/*-----------------------------------------------------------*/
.blog-research-68{
	font-family: "Kanit", sans-serif;
}
.blog-research-68 h3{
	font-family: "Kanit", sans-serif;
	color: #FFBF61;
}
.blog-research-68 p{
	font-size: 16px;
	color: #363636;
}
.blog-research-68-img{
	border-radius: 20px;
	transition: 1s ease;
}
.blog-research-68-img:hover{
	border-radius: 20px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(1.1);
	transition: 1s ease;
}
/*-------------------------------------------------*/
.blog-run{
	/* background: url(../../assets/images/banner/bg-run.png); */
	font-family: "Kanit", sans-serif;
	padding-top: 80px;
	padding-bottom: 50px;
	color: #363636;
}
.blog-run p{
	color: #363636;
	font-size: 16px;
}
.blog-run h3{
	color: #FFBF61;
}
/*--------------------------------------------------*/
.blog-teching{
	font-family: "Kanit", sans-serif;
	padding-top: 80px;
	padding-bottom: 50px;
	color: #363636;
}
.blog-teching p{
	color: #363636;
	font-size: 16px;
}
.blog-teching h3{
	color: #FFBF61;
}
/*-------------------------------------------------*/
.grad-content{
	background: url(../../assets/images/banner/grad-content.png);
	background-repeat: no-repeat;
	font-family: "Kanit", sans-serif;
}
.grad-content p{
	font-size: 16px;
	color: #363636;
}
/*-------------------------------------------------*/
.sitemap{
	font-family: "Kanit", sans-serif;
	padding-top: 80px;
	padding-bottom: 50px;
	color: #363636;
}
.sitemap-header{
	background-color: #433878;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sitemap p{
	color: #363636;
	font-size: 16px;
	padding-top: 5px;
}
.sitemap h3{
	color: #FFBF61;
}
.sitemap a{
	font-size: 16px;
	color: #363636;
}
.sitemap a:hover{
	font-size: 16px;
	color: #FFBF61;
	transition: 0.5s ease-in-out;
}
/*-------------------------------------------*/
.contactus{
	font-family: "Kanit", sans-serif;
}
.contactus h3{
	color: #433878;
}
.contactus-tel{
	color: #FFBF61;
	font-size: 20px;
	padding-top: 5px;
}
/*---------------------------------------------*/
.policy-edu{
	font-family: "Kanit", sans-serif;
}
.policy-edu p{
	color: #363636;
	font-size: 16px;
}
/*----------------------------------------------*/
.personpage{
	font-family: "Kanit", sans-serif;
	background-color: #aea1cc;
	border-radius: 20px;
	width: 100%;
	height: 200px;
	padding: 10px;
}
.personpage:hover{
	box-shadow: 0px 0px 20px #888;
	transition: 0.3s;
}
.personpage-sub{
	background-color: #fff;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	padding-top: 20px;
}
.personpage-sub p a{
	font-size: 18px;
	color: #363636;
}
.personpage-sub a:hover{
	color: #FFBF61;
	transition: 0.3s ease-in-out;
}
/*------------------------------------------------------*/
.blog-person{
	background: url(../../assets/images/banner/bg-person.png);
	font-family: "Kanit", sans-serif;
}
.blog-person-content{
	background-color: rgba(126, 96, 191, 0.5); /* ค่าสีเดิมพร้อมความโปร่งใส */
	width: 700px;
	height: auto;
	box-shadow: 0px 0px 30px #888;
	border-radius: 5px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.blog-person-content p{
	color: #fff;
	font-size: 18px;
	padding-bottom: 8px;
}
.blog-person-content a{
	color: #fff;
	font-size: 18px;
}
.blog-person-content a:hover{
	color: #FFBF61;
	transition: 0.3s;
}
/*-----------------------------------------------*/
.download-doc{
	background: url(../../assets/images/banner/bg-download.png);
	font-family: "Kanit", sans-serif;
	padding-bottom: 50px;
}
.download-doc p{
	font-size: 16px;
	padding-bottom: 5px;
	color: #363636;
}
.download-doc a{
	font-size: 16px;
	color: #363636;
}
.download-doc a:hover{
	font-size: 16px;
	color: #FFBF61;
	transition: 0.3s;
}
/*----------------------------------------------------*/
.book{
	background: url(../../assets/images/banner/book-program.png);
	font-family: "Kanit", sans-serif;
}
.book h2{
	color: #fff;
	font-size: 50px;
	padding-top: 50px;
}
.book p{
	color: #fff;
	font-size: 18px;
	padding-bottom: 50px;
}
.book-content{
	color: #363636;
	font-family: "Kanit", sans-serif;
}
.book-light{
	color: #FFBF61;
	font-size: 18px;
}
.book-content p{
	font-size: 16px;
	padding-bottom: 5px;
}
.book-second-part{
	font-family: "Kanit", sans-serif;
}
.book-second-part h2{
	color: #FFBF61;
	font-size: 35px;
	padding-bottom: 10px;
}
.book-second-part p{
	color: #363636;
	font-size: 16px;
	padding-bottom: 8px;
}
.book-trid-part{
	background: url(../../assets/images/banner/bg-book2.png);
	font-family: "Kanit", sans-serif;
	padding: 30px;
}
.book-trid-part h2{
	color: #FFBF61;
	font-size: 35px;
	padding-bottom: 10px;
}
.book-trid-part p{
	color: #363636;
	font-size: 16px;
	padding-bottom: 8px;
}
.book-four{
	background-color: #DCDCDC;
	font-family: "Kanit", sans-serif;
	padding: 30px;
}
.book-four p{
	color: #363636;
	font-size: 16px;
	padding-bottom: 8px;
}
.book-four h2{
	color: #FFBF61;
	font-size: 35px;
	padding-bottom: 10px;
}
/*--------------------------------------------------*/
.bg-menu-sub{
	font-family: "Kanit", sans-serif;
	background-color: #aea1cc;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}
.menu-sub {
  position: relative;
  display: inline-block;
}

.menu-sub-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.menu-sub-content a{
	color: #363636;
}
.menu-sub-content a:hover{
	color: #FFBF61;
	transition: 0.3s ease-in-out;
}
.menu-sub:hover .menu-sub-content {
  display: block;
}
/*--------------------------------------------------*/
.vission-new{
	background: url(../../assets/images/banner/mis1.png);
	font-family: "Kanit", sans-serif;
}
.vission-new h1{
	font-size: 50px;
	padding-top: 80px;
}
.vission-text{
	font-size: 30px;
	padding-bottom: 80px;
	color: #FFBF61;
}
/*--------------------------------------------------*/
.mission{
	background: url(../../assets/images/banner/bg-download.png);
	font-family: "Kanit", sans-serif;
}
.mission h1{
	font-size: 50px;
	padding-top: 30px;
}
.mission-text{
	font-size: 20px;
	padding-bottom: 8px;
}
.mission-last{
	background: url(../../assets/images/banner/mis2.png);
	font-family: "Kanit", sans-serif;
	color: #fff;
	padding-bottom: 50px;
}
.mission-last h1{
	font-size: 50px;
	padding-top: 30px;
}
.mission-last-text{
	font-size: 20px;
	padding-bottom: 8px;
}
.text-content{
	color: #FFBF61;
	font-size: 20px;
}
/*--------------------------------------------*/
.load-identity-main img{
	height: 70px;
	align: center;
}
.load-identity-depart img{
	height: 40px;
	align: center;
}
/*----------------------------------------------*/
/* สไตล์ Popup */
.popup {
    display: none; /* ซ่อน Popup ไว้ก่อน */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* พื้นหลังมืด */
    justify-content: center;
    align-items: center;
	z-index: 1000; /* ให้ป๊อปอัปอยู่ด้านบนสุด */
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 800px;
	height: 420px;
    text-align: center;
    position: relative;
}
.popup img{
	border-radius: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
	color: #FF3131;
	z-index: 1001;
}
.close-btn{
	background-color: #FF3131;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
	font-size: 16px;
}


.popup-content {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/*-------------------------------------------------*/
/* พื้นหลัง popup */
    .popupuser-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1000;
    }

    /* กล่อง popup */
  /* กล่อง popup */
.popupuser-box {
  background: #F5F5F5;
  width: 90%;
  max-width: 1000px;
  padding: 20px;
  border-radius: 10px;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  color: #363636;
  max-height: 90vh;        /* จำกัดความสูงไม่เกิน 90% ของ viewport */
  overflow-y: auto;        /* เลื่อนเมื่อข้อมูลยาวเกิน */
}


    /* ปุ่มปิด */
    .popupuser-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 18px;
      cursor: pointer;
      color: #888;
    }

    .popupuser-close:hover {
      color: #000;
    }
	/* เพิ่มตรงนี้ */
.blog-user-info {
  background-color: #888;
  color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
}
	/*------------------------------------------------*/
/* พื้นฐาน */

.blog-container {
    max-width: 800px;
    margin: 0 auto;
}

.blog-post {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.blog-post:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blog-title {
    margin-top: 0;
    color: #333;
}
.blog-right {
    margin-top: 0;
    color: #DDDDDD;
	float: right;
}

.blog-content {
    color: #666;
}

.full-content {
    display: none; /* ซ่อนเนื้อหาเต็มไว้ก่อน */
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
	opacity: 0;
    transition: 1s ease;
    max-height: 0;
    overflow: hidden;
}

.blog-post.active .full-content {
    display: block; /* แสดงเนื้อหาเต็มเมื่อคลิก */
	opacity: 1;
    max-height: 500px; /* ปรับตามความสูงของเนื้อหา */
}

/*-------------------------------------------------------------*/
/*------------------------------------------------------------*/
.pagination .page-item {
    margin: 0 5px; /* เพิ่มระยะห่างระหว่างปุ่ม */
}

.pagination .page-link {
    color: #fff; /* เปลี่ยนสีตัวอักษรเป็นสีขาว */
    background-color: #433878; /* พื้นหลังสีแดง */
    border-color: #433878; /* กำหนดสีขอบ */
    border-radius: 3px; /* ทำให้ขอบมน 3px */
    padding: 10px 25px; /* ปรับขนาดปุ่ม */
}

.pagination .page-link:hover {
    background-color: #7E60BF; /* เปลี่ยนสีปุ่มเมื่อ hover */
    border-color: #7E60BF;
}

.pagination .active .page-link {
    background-color: #7E60BF !important; /* ปุ่ม active เป็นสีแดงเข้ม */
    border-color: #7E60BF !important;
}
/*--------------------------------------------------------------*/
.research-dev {
	font-family: "Kanit", sans-serif;
	position: relative;
	z-index: 1;
	overflow: hidden; /* ป้องกันพื้นหลังล้น */
  }
  
  .research-dev::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: url(../../assets/images/banner/research2.png);
	background-size: cover;
	background-position: center;
	opacity: 0.1; /* ปรับความจาง */
	z-index: -1;
  }
  .research-dev p{
	font-size: 16px;
  }
  .research-dev a{
	font-size: 16px;
	color: #212135;
  }
  .research-dev a:hover{
	color:#3399CC;
  }
/*------------------------------------------------------------------*/  
.blog-research {
	border: 2px solid #FFBF61;
	border-radius: 5px;
	background-color: transparent;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
  }
  .blog-research img{
	border-radius: 50%;
  }
  .research-info-blog{
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 50px;
  }
  .dot-line {
	border: none;
	border-top: 1px dotted #444444;
	height: 0;
	margin: 1em 0;
  }
  .posted-small{
	font-size: 12px;
	color: #696969;
  }
  /*--------------------------------------------------------*/
.animate__delay-0-5s {
	animation-delay: 0.5s;
}
.animate__delay-1-5s {
	animation-delay: 1.5s;
}
/*-----------------------------------------------------------*/
#loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.5s ease;
  }
  
  #loadingOverlay.fade-out {
	opacity: 0;
	pointer-events: none;
  }
  

.loader {
	position: relative;
}

.logo-process {
	width: 100px;
	height: 100px;
	object-fit: contain;
	z-index: 2;
	position: relative;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 140px;
	height: 140px;
	margin-top: -70px;
	margin-left: -70px;
	border: 5px solid transparent;
	border-top: 5px solid #433878;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 1;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
  /*----------------------------------------------------------------*/
  .cookie-consent {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	max-width: 1000px;
	margin: auto;
	background: #fff;
	color: #333;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
	transition: opacity 0.5s ease;
	opacity: 0;
	pointer-events: none;

	font-family: "Kanit", sans-serif;
	font-size: 16px;
  }
  .cookie-consent p,
  .cookie-consent button {
  font-size: 16px;
  font-family: "Kanit", sans-serif;
}
  
  .cookie-consent.show {
	opacity: 1;
	pointer-events: auto;
  }
  
  .cookie-consent button {
	background-color: #433878;
	color: white;
	border: none;
	padding: 8px 14px;
	border-radius: 6px;
	cursor: pointer;
  }
/*---------------------------------------------------------*/  
.blog-mid-content {
  height: 100vh; /* หรือปรับตามที่เหมาะกับคุณ */
  background-image: url('../../assets/images/banner/bg-mid.png');
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-out;
  /* เพิ่ม padding/margin ได้ตามดีไซน์ */
}

.blog-mid-content.zoomed {
  background-size: 100%;
}

		/*---------------------------------------------------------------*/
.box-congrate{
	width: 100%;
	min-height: 100px; /* เพิ่มความสูงให้เห็นพื้นหลัง */
	margin-top: 50px;
	background-color: #F5F5F5;
	border-radius: 10px;
	padding: 20px;
}
.box-congrate img {
	border-radius: 50%;
	width: 200px;
	height: auto;
	transition: transform 0.4s ease, box-shadow 0.4s ease; /* ใส่ transition ให้ box-shadow ด้วย */
}
.box-congrate img:hover {
	transform: scale(1.1); /* ขยายขึ้น 10% เมื่อ hover */
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* เงานุ่มลึก */
}
.gradient-text {
  font-size: 4rem; /* หรือขนาดที่ต้องการ */
  font-weight: bold;
  background: linear-gradient(to right, #433878, #629e8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.gradient-text-money {
  font-size: 4rem; /* หรือขนาดที่ต้องการ */
  font-weight: bold;
  background: linear-gradient(to right, #433878, #FFBF61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  text-align: center;
}
/*----------------------------------------*/
.main-box-congrats {
  position: relative;
  width: 100%;
  height: 160vh;
  background-color: #ffffff;
  overflow: hidden;
}

.main-box-congrats::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 10%; /* ลดความสูงลง */
  background: 
    radial-gradient(circle at 40% 60%, #FFBF61 0%, rgba(255,191,97,0.6) 15%, rgba(255,191,97,0.2) 30%, transparent 50%),
    radial-gradient(circle at 60% 50%, #433878 0%, rgba(67,56,120,0.6) 12%, rgba(67,56,120,0.2) 27%, transparent 45%);
  z-index: 0;
}

.main-box-congrats > * {
  position: relative;
  z-index: 1;
}

/* ✅ Responsive height settings */
@media (max-width: 1024px) {
  .main-box-congrats {
    height: 140vh;
  }
}

@media (max-width: 768px) {
  .main-box-congrats {
    height: 120vh;
  }
}

@media (max-width: 480px) {
  .main-box-congrats {
    height: auto; /* ปรับตามเนื้อหาถ้าจอเล็กมาก */
    padding-bottom: 60px; /* กันล้น */
  }
}
/*----------------------------------------*/
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr; /* ✅ ให้ col-3 กว้างขึ้น */
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  align-items: stretch;     /* ✅ ให้เซลล์ยืดตามแถว */
  justify-items: center;    /* ✅ ตรงกลางแนวนอน */
  /*place-items: center;*/
}

.grid-item img {
  width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ✅ รูปใหญ่ตรงกลาง */
.featured {
  grid-column: 3;
  grid-row: 1 / span 3; /* หรือ grid-row: 1 / 4; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%; /* ✅ แก้ตรงนี้จาก 300px เป็น auto */
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/*-------------------------------------------------------*/
.box-money {
	background-image: url('../../assets/images/bg/bg-money2.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px; /* หรือขนาดที่เหมาะสมกับภาพ */
	margin-top: 50px;
	margin-bottom: 30px;
	font-family: "Kanit", sans-serif;
	font-size: 20px;
	color: #363636;
}
.box-money h1{
	text-align: center;
	font-size: 50px;
	background: linear-gradient(to right, #433878, #FFBF61);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.box-money-content {
  background-color: rgba(0, 0, 0, 0.6); /* สีดำโปร่งใส 60% */
  color: #fff; /* ให้ข้อความอ่านง่ายบนพื้นหลังเข้ม */
  padding: 1rem;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  margin-top: 20px;
  box-shadow: 0px 0px 30px #888;
}
.box-money-content p{
	font-size: 18px;
	padding-bottom: 8px;
}
.box-money-content a{
	font-size: 18px;
	color: #fefefe;
}
.box-money-content a:hover{
	color: #FFBF61;
}
.erroe_404{
	{
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    background: #fff;
    color: #000;
    text-align: center;
}
/*-------------------------------------------------------*/

/*-----------------------------------*/
.bog-show-aticle {
  background-color: #d3d3d3 !important;
  border-radius: 20px !important;
  padding: 30px !important;
  margin-bottom: 50px !important;
  padding-top: 80px !important;
}
/*----------------------------------*/
.box-cv{
	background-color: #888888;
	padding: 20px;
	font-family: "Kanit", sans-serif;
	color: #04AA6D;
}
.cv-textcustom{
	width: 100%;
	border-radius: 10px;
	padding: 8px;
}
/*-----------------------------------*/
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.tag-container .badge {
  border-radius: 20px;
  padding: 6px 12px;
  font-weight: 500;
  background-color: #009900;
  color: #fff;
  transition: transform 0.2s ease;
  white-space: normal;        /* อนุญาตให้ตัดบรรทัด */
  max-width: 250px;            /* ไม่เกินความกว้าง container */
  word-break: break-all;      /* ตัดคำกลางคำได้เลย */
  overflow-wrap: break-word;  /* ป้องกัน overflow */
  line-height: 1.3;
}

.tag-container .badge:hover {
  transform: scale(1.1);
  background-color: #007700;
}









