/***************************************
stressfreevalley Stylesheet by CMNice Solutions. *
***************************************/


/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Mobile */
@media screen and (max-width: 967.98px) {


	.header-mb {
		background: #9b6b30;
	}

	.mobile-logo {
		height: 70px !important;
	}

	.navbar-expand-lg {
		background-color: #000 !important;
	}

	.nav-item {
		border-bottom: 1px solid #f6f6f6;
	}

	.nav-item .nav-link {
		font: 18px/1.6 'Kanit', sans-serif !important;
		color: #000 !important;
		font-weight: 300 !important;
	}

	.navbar-nav .show {
		background-color: #0b3b25 !important;
		color: #fff !important;
	}

	.navbar-nav .dropdown-menu {
		background-color: #000 !important;
		color: #000 !important;
	}

	.nav-item .dropdown-menu .dropdown-item {
		color: #000 !important;
	}

	/**/
	.team-item-text {
		min-height: 7rem !important;
	}

	/**/
	.slide-text-contain {
		min-height: 200px !important;
	}

	/**/
	.service-block {
		height: 310px !important;
	}

	.service-block .mask {
		background: rgba(0, 85, 167, 0.75) !important;

	}

	.service-block .mask h3,
	.service-block .mask p {
		color: #fff !important;
	}

	.service-detail-contain-bg {
		background-size: auto 100% !important;
	}
}

/* Desktop */


/* Content Container */
.content_container {
	position: relative;
}

/* Content Wrapper Container */
.logo {
	position: relative;
}
.top-contact {
    position: relative;
    font-family: 'Kanit', sans-serif;
	background: #9b6b3088;

}
.top-contact {
	font: 15px/1.4 'Kanit', sans-serif;
	font-weight: 400;
	margin-bottom: 0;
}

.top-contact p {
	font: 14px/1.4 'Kanit', sans-serif;
	color: #fff;
	font-weight: 200;
}

.top-contact span {
	font: 'Kanit', sans-serif;
	color: #000;
	font-weight: 200;
}

.vertical.carousel .carousel-item {
	overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
	transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
	transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
	top: 0;
	left: unset;

	margin-left: unset !important;
	margin-right: 1rem;

	flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
	height: 30px;
	width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
	width: 100%;
	height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
	transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
	top: unset;
	bottom: 0;
}

.fa-stack[data-count] {
	cursor: pointer;
}

.fa-stack[data-count]:after {
	position: absolute;
	right: 0%;
	top: -5px;
	width: 15px;
	height: 15px;
	content: attr(data-count);
	font: 11px/14px 'Noto Sans SC', sans-serif !important;
	border-radius: 50%;
	text-align: center;
	font-weight: 700 !important;
	background: #fff;
	color: #000;
}

.bg-boxlang {
	/* background-color: #624827dc !important; */
	font-family: 'Kanit', sans-serif;
	border-radius: 0px !important;
	border: 1px solid #fff;
}

.bg-boxlang:hover {
	/* background-color: #624827dc !important; */
}

/* button */

.button-87 {
	margin: 10px;
	padding: 15px 30px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	border-radius: 10px;
	display: block;
	border: 0px;
	font-weight: 200;
	box-shadow: 0px 0px 14px -7px #f09819;
	background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }
  
  .button-87:hover {
	background-position: right center;
	/* change the direction of the change here */
	color: #fff;
	text-decoration: none;
  }
  
  .button-87:active {
	transform: scale(0.95);
  }

 
.button-65 {
  appearance: none;
  backface-visibility: hidden;
  background-color: #2f80ed;
  border-radius: 5px;
  border-style: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  /* height: 50px; */
  letter-spacing: normal;
  /* line-height: 1.5; */
  outline: none;
  overflow: hidden;
  /* padding: 14px 30px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-65:hover {
  background-color: #1366d6;
  box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.button-65:hover:after {
  opacity: .5;
}

.button-65:active {
  box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
  transform: translateY(2px);
  transition-duration: .35s;
}

.button-65:active:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .button-65 {
    padding: 14px 22px;
    width: 176px;
  }
}

/* Header */
.header-contain {
	position: absolute;
	top: 0;
	z-index: 99;
	background-color: #624827dc;

	/*background-color: rgba(255, 255, 255, 0.75);*/
}

.header_container {
	/* position: relative; */
	font-family: 'Kanit', sans-serif;
}

.header_container p {
	font: 18px/1 'Kanit', sans-serif;
	color: #624827;
	font-weight: 300;
}

.header_menu {
	position: relative;
	background-color: #624827;
	font-family: 'Kanit', sans-serif;
}

.header_container .btn-sm {
	font: 14px/1 'Kanit', sans-serif;
}

.header-nav {
	background-color: #624827;

}

.fixed-top {
	background-color: #624827;
	/* background: rgba(0, 0, 0, 0.753); */
	/* background: linear-gradient(90deg, rgba(31,87,34,1) 0%, rgba(33,105,43,1) 35%, rgba(33,118,50,1) 100%); */
}

#carouselCaptions {
	border: 0px solid #fff;
	overflow: hidden;
}

.text-slide {
	font-family: 'Kanit', sans-serif;
}


.main_menu {
	width: 100%;
	text-align: right;
	list-style: none;
	display: block;
}

.main_menu li {
	display: inline-block;
	border: 1px solid #eb2031;
	vertical-align: top;
	margin: 0 10px;
}

.main_menu li a {
	font: 20.64px/32px 'supermarket';
	color: #fff;
	padding: 0 5px;
}

.main_menu li:hover {
	background-color: #fde7e8;
	border: 1px solid #000;
}

.main_menu li:hover a {
	color: #000;
}

#menu_active {
	background-color: #fde7e8;
	border: 1px solid #000;
}

#menu_active a {
	color: #000;
}

.submenu {
	width: 792px;
	position: absolute;
	top: 91px;
	right: 0;
	background-color: #000;
	z-index: 9;
	list-style: none;
	display: block;
	box-sizing: border-box;
	padding-left: 20px;
	text-align: center;

}

.submenu li {
	display: inline-block;
	border: 0;
	margin: 0 5px;
	position: relative;
}

.submenu li a {
	font: 14.55px/34px 'supermarket';
	color: #fff;
}

.submenu li #submenu {
	width: 120px;
	position: absolute;
	top: 34px;
	left: -10px;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
}

.submenu li:hover #submenu {
	opacity: 1;
}

.submenu li #submenu li {
	width: 100%;
	background-color: #ff3333;
	margin: 0;
	padding: 0 10px;
	text-align: left;

}

.submenu li #submenu li a {
	color: #fff;
}

.nav-item .nav-link {
	font: 16px/1 'Kanit', sans-serif;
	color: #fff;
	font-weight: 400;
	transition: all 0.5s;
	border-right: #55555533 solid 1px;
	/* text-shadow: 1px 1px #000; */
}

.nav-item .nav-link i {
	font-size: 14px;
}

.nav-item .nav-link:hover {
	color: #fff;
}

.nav-item .active {
	color: #fff !important;
}

.nav-item .dropdown-menu {
	background: rgba(255, 255, 255, 0.75);
	color: #fff;
	top: 105%;
}

.nav-item .dropdown-menu .dropdown-item {
	font: 16px/1.5 'Kanit', sans-serif;
	font-weight: 300;
}

.nav-item .dropdown-menu .dropdown-item:hover {
	background-color: #fff;
	color: #0071bd;
	--mdb-image-hover-transition: all 0.3s ease-in-out;
	transition: var(--mdb-image-hover-transition);
}

.navbar-toggler {
	background-color: #ff9900;
}

.dropdown-toggle::after {
	vertical-align: 0.1em !important;
}

.nav-mb-button {
	font-size: 30px;
}

.black-nav {
	z-index: 5;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	font-family: 'Kanit', sans-serif;
}

.black-nav .nav-link {
	font: 14px/1 'Kanit', sans-serif;
	color: #000;
	font-weight: 300;
}

/* position dots in carousel */
.flickity-page-dots {
	bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
	width: 12px !important;
	height: 12px !important;
	opacity: 1 !important;
	background: transparent !important;
	border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
	background: white !important;
}

.carousel-cell {
	width: 100%;
	margin-right: 10px;
}


/* WIDTH SETTING */
.container {
	width: 100%;
	height: auto;
	max-width: 1200px !important;
	display: block;
	margin: 0 auto;
}

/* LOGO */
.logo-active {
	display: inline-block;
	width: 157px;
	height: 146px;
	position: relative;
	background: #866d2d;
	vertical-align: top;
}

.logo-active::after {
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 78.5px 0 78.5px;
	border-color: #866d2d transparent transparent transparent;
}

.logo-active img,
.logo-inactive img {
	display: block;
	margin: 15px auto;
}

.logo-inactive {
	display: inline-block;
	width: 157px;
	height: 146px;
	position: relative;
	vertical-align: top;
}

.nav-logo {
	display: block;
	position: relative;
	max-height: 100%;
	z-index: 10;
}

/* NAVIGATION */
.nav-bar {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #ccffcc;
}

.nav-bar p {
	font-size: 14px;
	font-family: 'kanitregular';
	line-height: 1;
	color: #000;
	margin-bottom: 0;
	vertical-align: middle;
}

.nav-bar p svg {
	font-size: smaller;
}

.nav-bar p img {
	vertical-align: middle;
	margin: 0 5px;
}

.nav-bar .fa-stack {
	font-size: 0.7em;
}

.nav-bar a {
	color: #fff;
}

.nav-bar a i {
	top: 0.1em;
	position: relative;
}

/* Main Menu */
.nav-list {
	width: 100%;
	height: 28px;
	position: relative;
	margin-bottom: 0;
}

.nav-list li {
	display: inline-block;
	height: 100%;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.nav-list li::after {
	font: 15px/1 kanitregular;
	color: #000;
	position: absolute;
	top: 7px;
	right: -12px;
	content: "/";
}

.nav-list li:last-child::after {
	display: none;
}

.nav-list li a {
	font-size: 13px;
	font-family: 'kanitregular';
	line-height: 1;
	color: #000;
	text-decoration: none;
}

.nav-menu {
	display: none;
}

/* Sub nav */
.nav-list>li>ul {
	width: 160%;
	min-width: 180px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	padding-top: 5px;
}

.nav-list>li>ul::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #f4cb14 transparent;
	position: absolute;
	top: -3px;
	left: 10%;
	content: "";
}

.nav-list>li:hover>ul {
	display: block;
}

.nav-list>li>ul::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -3px;
	left: 0;
	content: "";
	display: none;
}

.nav-list>li>ul>li {
	min-height: 25px;
	width: 100%;
	margin: 0;
	text-align: center;
	background: rgba(0, 0, 0, 1);
	border-bottom: 1px solid #e6e1e0;
	padding: 5px;
}

.nav-list>li>ul>li:hover {
	background: #f7b717;
}

.nav-list>li>ul>li::after {
	display: none;
}

.nav-list>li>ul>li:last-child>a {
	border: 0;
}

.nav-list>li>ul>li>a {
	font-size: 16px;
	font-family: 'kanitregular';
	line-height: 1;
	color: #fff
}

.nav-list>li>ul>li>ul {
	width: 230px;
	display: none;
	position: absolute;
	top: 0;
	left: 230px;
	z-index: 99;
	padding-top: 0;
}

.nav-list>li>ul>li>ul::before {
	display: none;
}

.nav-list>li>ul>li:hover>ul {
	display: block;
}

.nav-list>li>ul>li>ul>li {
	min-height: 25px;
	width: 100%;
	margin: 0;
	text-align: left;
	background: rgba(255, 255, 255, .9);
	border-bottom: 2px dotted #005E20;
	padding: 5px;
}

.nav-list>li>ul>li>ul>li:hover {
	background: #f4cb14;
}

.nav-list>li>ul>li>ul>li::after {
	display: none;
}

.nav-list>li>ul>li>ul>li:last-child>a {
	border: 0;
}

.nav-list>li>ul>li>ul>li>a {
	font-size: 18px;
	font-family: 'kanitregular';
	line-height: 1;
	color: #000;
}

/* Left menu  */
.left-nav-list li a.list-box-1 {
	font-size: 16px;
	font-family: 'kanitregular';
	line-height: 1.6;
	color: #000;
	background-color: #CCCCCC;
}

.left-nav-list li a i {
	font-size: 16px;
	vertical-align: middle;
	line-height: 1.4em;
}

/* Slider */
.slider-container {
	width: 100%;
	height: auto;
	position: relative;
}

/* Header */
.header {
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/bg-1.jpg) center no-repeat;
	background-size: cover;
	z-index: 11;
}

.header-contact-address {
	font-size: 16px;
	font-family: 'kanitregular';
	line-height: 1;
}

.header-contact-address p {
	font-size: 16px;
	font-family: 'kanitregular';
	line-height: 1;
}

.header-contact-address a,
.header-contact-address a:hover {
	color: #fff;
	vertical-align: middle;
}

.header-contact-address p svg {
	font-size: smaller;
}

.header-contact-address img {
	width: 20%;
}

.header-contact-address p img {
	width: 35%;
	height: auto;
	vertical-align: middle;
	margin: 0 5px;
}

.header-contact-address .fa-stack {
	font-size: 0.7em;
}

.header-contact-address a {
	color: #fff;
}

.header-contact-address a i {
	top: 0.1em;
	position: relative;
}

.lang {
	width: 30px;
	height: auto;
}

/* Heading */
.heading-contain {
	font-family: 'kanitbold';
	font-size: 36px;
}

.heading-contain button {
	vertical-align: middle;
	font-size: 14px;
	font-family: 'kanitregular';
}
.line-top {
    border-top: 3px solid #E7D6BC;
    width: 50px;
}
/* About */
.about-contain {
	/* background: url(../images/bg-about.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed; */
	background-color: #000;
}
.about-wrap {
	font-family: 'Kanit', sans-serif !important;
	color: #fff;
	background-color: #373737;
}

.about-wrap h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 33px;
	line-height: 1.5 em;
	color: #E7D6BC;
	font-weight: 200;
}

.about-wrap h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 33px;
	line-height: 1.5 em;
	color: #030043;
}

.about-wrap p {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	line-height: 1.5 em;
	color: #fff;
	font-weight: 300;
}

.about-block-img {
	/* width: 100%; */
	/* height: 600px; */
	position: relative;
	/* position: absolute; */
	overflow: hidden;
	/* top:-200px; */
}

/* Service */

.service-wrap-topic {
	font-family: 'Kanit', sans-serif;
	font-size: 36px;
	background: rgba(3, 3, 3, 0.807)center no-repeat;
	color: #fff;

}

.service-wrap-topic h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
}


.service-block-detail {
	font-family: 'Kanit', sans-serif;
	line-height: 3;


}

/* article */
.article-contain {
	font-family: 'Kanit', sans-serif !important;
	background: #fff
}

.article-contain p {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 1.5em;
}

.article-contain li {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 1.5em;
}

.article-contain ul {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 1.5em;
}

.article-contain-topic h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 36px;
	color: #fff;
}

.article-contain-topic h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	color: #fff;
}

.article-contain-topic h3 {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color: #fff;
}


/* Service */
.service-contain {
	font-family: 'Kanit', sans-serif !important;
	background: #fff
}

.service-contain-topic h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 36px;
	color: #fff;
}

.service-contain-topic h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	color: #fff;
}

.service-contain-topic h3 {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color: #fff;
}

/* course */
.course-contain {
	font-family: 'Kanit', sans-serif !important;
	background: url('../images/course-bg.png') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
}

.course-contain h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 36px;
	color: #fff;
}

.course-contain h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	color: #fff;
}

.course-contain h3 {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color: #fff;
}
.course-contain p {
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	color: #5D6B74;
}

/* contact-contain */
.contact-contain {
	font-family: 'Kanit', sans-serif !important;
	/* background: url('../images/contact-bg.png') center no-repeat; */
	/* background-size: cover; */
	/* height: 449px; */
	background-color: #000;
}

.contact-contain h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 33px;
	line-height: 1.5 em;
	color: #E7D6BC;
	font-weight: 200;

}

.contact-contain h2 {
	font-family: 'Kanit', sans-serif !important;
	font-size: 14px;
	color: #fff;

}
.contact-contain p {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	line-height: 1.5 em;
	color: #fff;
	font-weight: 300;
}
.contact-contain a {
	font-family: 'Kanit', sans-serif !important;
	font-size: 14px;
	color: #fff;
	text-decoration: none !important;

}
.contact-wrap {
	font-family: 'Kanit', sans-serif !important;
	/* color: #fff; */
	background-color: #373737;
}

.contact-block-img {
	/* width: 100%; */
	height: 600px;
	position: relative;
	/* position: absolute; */
	overflow: hidden;
	top:-48px;
}


/* news */
.news-contain {
	font-family: 'Kanit', sans-serif !important;
	background: #000;
}

.news-contain h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #e2d2b8;
}
.news-contain p {
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	color: #fff;
}

.news-contain-topic {
	font-family: 'Kanit', sans-serif;
	line-height: 3;
	color: #fff;
	text-decoration: none;
}

.news-contain-topic a {
	font-family: 'Kanit', sans-serif;
	line-height: 3;
	color: #fff;
	text-decoration: none;
}

.news-contain-topic h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	color: #fff;
}


.news-contain-topic h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 36px;
	color: #fff;
}


.customers-block .img {
	width: 100%;
	height: 306px;
}

.customers-block .img-2 {
	width: 100%;
	height: 220px;
}

.customers-block a {
	font-size: 14px;
	font-family: 'kanitregular';
}

/* review */
.review-contain {
	font-family: 'Kanit', sans-serif !important;
	background-color: #000;
}

.review-contain h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 33px;
	line-height: 1.5 em;
	color: #E7D6BC;
	font-weight: 200;
}

.review-contain h2 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	color: #e2d2b8;
}

.review-contain h3 {
	font-family: 'Kanit', sans-serif;
	font-size: 14px;
	color: #e2d2b8;
}

/* contact*/
.contact-content {
	font-family: 'Kanit', sans-serif !important;
	background-color:#FCF6E3 ;
}

.contact-content h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 33px;
	line-height: 1.5 em;
	color: #E7D6BC;
	font-weight: 200;
}

.contact-content p {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
	font-weight: 200;
}



/* Footer */
.footer-content {
	/* position: relative; */
	background-color: #202C5A;
	/* width: 100%;
	height: 350px; */

}

.footer-content h1 {
	font: 24px/1 'Kanit', sans-serif;
	color: #fff;
	font-weight: 200;
}

.footer-content h2 {
	font: 42px/1 'Kanit', sans-serif;
	color: #fff;
}

.footer-content h3 {
	font: 35px/1 'Kanit', sans-serif;
	color: #fff;
}

.footer-content p {
	font: 13px/1.3 'Kanit', sans-serif;
	color: #fff;
	font-weight: 200;
	line-height: 1.5em;
	margin-bottom: 0% !important;
}
.footer-content ul {
	font: 13px/1.3 'Kanit', sans-serif;
	color: #fff;
	font-weight: 200;
	line-height: 1.5em;
}
.footer-content li {
	font: 13px/1.3 'Kanit', sans-serif;
	color: #fff;
	font-weight: 200;
	line-height: 1.5em;

}

.footer-content a {
	font: 13px/1.3 'Kanit', sans-serif;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.footer-menu {
	background-color: #9b6b30;
	border-top: 1px solid #5555557a;
	font-family: 'Kanit', sans-serif;
	font: 16px;
	width: 100%;

}
.footer-menu h3 {
	font: 14px/1 'Kanit', sans-serif;
	color: #fff;
	font-weight: 200;
}

.footer-menu a {
	color: #fff;
	text-decoration: none;
}
.footer-menu :hover{
	color: #5CB4E8;
	text-decoration: none;
}

/* Item Slide */
.flex-direction-nav a {
	line-height: normal;
}

.btn-search {
	margin-left: -5px;
	margin-top: -5px;
	line-height: 1.65;
}

/* Sticky Nav */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	/*
	height:36px;
	position: fixed;
	top: 0;
	width: 100%;
	*/
}

/* Swiper*/
.swiper-arrow-contain {
	width: 50px !important;
	height: 20px;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.swiper-arrow-contain .swiper-button-prev,
.swiper-arrow-contain .swiper-button-next {
	width: 20px;
	height: 20px;
	border: 1px solid #66addf;
	background-color: #aad3f0;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.swiper-arrow-contain .swiper-button-prev {
	left: 0;
}

.swiper-arrow-contain .swiper-button-next {
	right: 0;
}

:root {
	--swiper-navigation-size: 10px !important;
}

/* User setting */
.theme-color {
	color: #6dcff6;
}

.theme-bg-color {
	background-color: #6dcff6;
}

.theme-font {
	font-family: 'kanitregular';
}

.theme-font button {
	cursor: pointer;
}

.theme-font-s {
	font-size: 10px !important;
}

.theme-font-m {
	font-size: 16px !important;
}

.theme-font-l {
	font-size: 20px !important;
}

/* Pager */
.paginate-pagination {
	list-style: none;
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-family: 'kanitregular';
}

.paginate-pagination ul {
	display: inline-block;
}

.paginate-pagination ul li a.active {
	opacity: 1 !important;
	background-color: #663366 !important;
	color: #fff !important;
}

.social-logo {
	width: 40px;
	height: auto;
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 99;
}

button {
	cursor: pointer;
}

.clearfix {
	clear: both;
}

#scrollUp {
	bottom: 20px;
	right: 20px;
	padding: 10px 20px;
	background: #555;
	color: #fff;
	text-decoration: none;
}
