/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Project 1
- Project 2
- Details Modal
- Project 3
- Process
- Services
- About 
- Testimonials
- Team
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f7f9fd
- Buttons, icons - green #7dc22b
- Headings text - black #2b2b4f
- Body text - dark gray #53575a
******************************************/

/**************************/
/*     General Styles     */
/**************************/
/*
@import url(https://pggame-tip.com/article/css/animate.css);
@import url(https://pggame-tip.com/article/css/font-awesome.min.css);
@import url(https://pggame-tip.com/article/css/responsiveslides.css);
*/
/*
@import url(magnific-popup.css);
@import url(style_content.css);
@import url(timeline.css);
@import url(flaticon.css);
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@500;700&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;700&display=swap');
*/

/*------------------------------------------------------------------ 
    guide to webus
-------------------------------------------------------------------*/


:root {
	--color-core-text: var(--color-shades-dark);
	--color-core-bg: var(--color-shades-light-bright);
	--color-dark-bg: var(--color-shades-gray-glare);
	--color-dark-text: var(--color-shades-dark);
	--color-mid-text: var(--color-shades-gray);
	--color-mid-bg: var(--color-shades-light);
	--color-highlight-text: var(--bs-blue);
	--color-highlight-text-alt: var(--bs-indigo);
	--color-highlight-interact-bg: var(--bs-purple);
	--color-accent-text: var(--bs-pink);
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #28a745;
	--bs-teal: #20c997;
	--bs-cyan: #17a2b8;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #80022D;
	--bs-secondary: #DC0078;
	--bs-success: #28a745;
	--bs-info: #17a2b8;
	--bs-warning: #ffc107;
	--bs-danger: #b200ff;
	--bs-light: #f8f9fa;
	--bs-dark: #343a40;

	--color-state-bad-bright: #fce8e8;
	--color-state-bad-dim: #3b2d30;
	--color-state-bad-glare: #ffe9e8;
	--color-shades-dark: #191919;
	--color-shades-dim: #202124;
	--color-shades-charcoal: #303136;
	--color-shades-gray: #585b63;
	--color-shades-gray-bright: #a5a7af;
	--color-shades-gray-glare: #d2d3d7;
	--color-shades-light: #f8f9fa;
	--color-shades-light-bright: #ffffff;

	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}


* {
	box-sizing: border-box;
}

/*
body {
	color: #444444;
	font-size: 1.9rem;
	font-family: Mitr , Prompt , sans-serif;
	line-height:2.1;
	background-image: linear-gradient(250deg, #FFFFFF 40%, #f8f9fa 100%);
}
*/
body {
	line-height: 1.8;
	font-family: Kanit, Prompt, Charmonman, sans-serif;
	font-size: clamp(1.1rem, 0.96rem + 0.18vw, 1.125rem);
	/*
		color: var(--color-highlight-text);	
		color: var(--bs-gray-dark);
	*/
	color: var(--color-shades-dim);
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	background-image: linear-gradient(266deg, var(--color-shades-light-bright) 10%, var(--color-shades-light) 80%);
}


blockquote {
	background: #F4F4F4;
	border-left: solid 4px #baccd1;
	padding: 1.8rem 2.2rem;
	line-height: 2.65rem;
	font-size: 1.2rem;
}

blockquote {
	margin: 1rem 0 1rem 0.5rem;
}

@media (min-width: 769px) {
	.menu-mobile {
		text-align: left;
		list-style: none;
		background-color: #5b0032;
		background-clip: padding-box;
	}

	.menu-mobile {
		right: 0;
		left: unset;
		padding: 1px;
		min-width: 19rem;
		max-width: 26rem;
		border-left: 6px #DC0078 solid;
	}
}

@media (max-width: 767px) {

	blockquote {
		background-color: #ffd6ec;
		border: 1px #DC0078 solid;
		border-left: 6px #DC0078 solid;
		padding: 0.5rem;
		padding-left: 1.25rem;
		line-height: 1.6rem;
		font-size: 1.1rem;
		margin: 0.1rem;
	}
	.top-header .navbar .navbar-collapse ul li {
		margin: 0 2px;
		width: 90%;
	}
	.menu-mobile {
		font-size: 14px;
		padding: none;
		width: none;
		margin-left: none;
		background-color: #5b0032;
		border-left: 6px #DC0078 solid;
		margin-bottom: 15px;
	}
}

#accordion .card-header {
	/* background-image: linear-gradient(180deg,#ffffff 10%, #a8a8a8b8 100%);*/
	background-image: linear-gradient(180deg, #f6ffdd 15%, #ffe7a5 100%);
	border-left: 9px #f36411 groove;
	border-bottom: 2px solid #646977;
	border-radius: 11px 0 0 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);

}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 1rem 0 0 2.25rem;
	margin-bottom: 0.4rem;
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	border-radius: 15px 0 0 0;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-radius: 15px 0 0 0;
}

.hidden-max-1200 {
	display: none;
}

.hidden-min-900 {
	display: block;
}

.hidden-min-700 {
	display: block;
}

video {
	width: 100%;
	height: auto;
	background-color: var(--bs-teal);
	color: var(--color-shades-light-bright);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.9), 0 1px 2px rgba(0, 0, 0, 0.24);
	border: 4px var(--color-shades-charcoal) solid;
}


.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-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;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.095rem;
}

h1,
h2,
h3 {
	font-weight: normal;
	position: relative;
	margin-top: 5px;
}

.wd_banner_logo {
	position: absolute;
	width: 160px;
	max-width: 160px;
	margin-left: 59px;
	margin-top: -15px;
	z-index: 999;
	border-radius: 5px;
}

h1 {
	font-size: 39px;
}

h2 {
	font-size: 2.5rem;
	color: #810052;
	text-shadow: 1px 1px .05rem rgba(58, 7, 0, 0.9);
}
h2:hover {
	color: #0069e0;
	text-shadow: 1px 1px .09rem  rgba(38, 33, 56, 0.9);
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 18px;
	line-height: 1.8;
	/* font-size: clamp(1.44rem, 0.96rem + 0.18vw, 1.125rem); */
	color: #07528d;
	margin-top: 25px;
}

h4 .small_tag {
	font-size: 14px;
	color: #aa6908;
	margin-top: -5px;
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 12px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none;
	opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}

a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}

/*
.blue_bg_color  img {
    min-width:75%;
	max-width:90%;
}
*/

.blog-post ul li {
	list-style-type: disc;
	border-bottom: 1px dashed rgba(194, 158, 0, 0.8);
	padding-left: 15px;
	margin-left: 30px;
	padding-top: 15px;
	width: 100%;
}

.blog-post ul li ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-top: 10px;
}

.blog-post ul li ul li {
	list-style-type: disc;
	/* circle;*/
	list-style-position: outside;
	/* border-left: 2px groove rgb(255 200 163 / 60%); */
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	margin-left: -26px;
}

.img_animation {
	transition: width 300ms;
	-webkit-animation: bounce 4s ease-in-out infinite both;
	animation: bounce 4s ease-in-out infinite both;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;

}

.flash_animation {
	transition: width 300ms;
	-webkit-animation: pulse 3s ease-in-out infinite both;
	animation: pulse 3s ease-in-out infinite both;
	animation-delay: 0.3s;
	animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.logo_animation {
	border-radius: 0 15px 15px 0;
	transition: width 400ms;
	-webkit-animation: move 2s ease-in-out infinite both;
	animation: move 2s ease-in-out infinite both;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
}

.yesllow_bg {
	background: linear-gradient(to right, #ffffffd9 60%, #ffffff 100%);
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.dark_bg {
	background: #f2f9f8;
	background: linear-gradient(to right, #ffffffd9 60%, #ffffff 100%);
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.dark_bg p {
	/*background: linear-gradient(to right, #1e72bc 0%, #30CFD0 100%);*/
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	text-shadow: 0px 1px 5px rgb(0 0 0 / 60%);
	padding-left: 10px;
	padding-right: 10px;

}

.padding_left_right {
	padding-left: 15px;
	padding-right: 15px;
}

.padding_left_right_30 {
	padding-left: 30px;
	padding-right: 30px;
}


.padding_top {
	padding-top: 10%;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-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;
	transition: all .3s ease-in-out;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}



/* ----------  copy guide ------------------ */

.clear {
	clear: both;
}


ul,
li,
ol {
	list-style: none;
}

/* ----------  copy guide ------------------ */


button:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: var(--color-state-bad-bright);
	opacity: 1;
}

/*------------------------------------------------------------------ 
   LOADER 
-------------------------------------------------------------------*/

#preloader {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11000;
	position: fixed;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.loader {
	display: block;
	flex-wrap: wrap;
	width: 250px;
	height: auto;
	-webkit-transform-style: preserve-3d;
}

.loader img {
	width: 100%;
	height: auto;
}

.box {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background-image: none;
	background-size: auto auto;
	background-image: none;
	-webkit-animation: move 2s ease-in-out infinite both;
	animation: move 2s ease-in-out infinite both;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	background-image: url('../images/icon_cloud.gif');
	background-size: 100% 100%;
}

.box:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.box:nth-child(2) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.box:nth-child(3) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
}

@-webkit-keyframes move {

	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}

	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}

	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}

	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}

	50% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}

	62.5% {
		-webkit-transform: translate(30px, 60px);
		transform: translate(30px, 60px);
	}

	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 40px);
	}

	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}

@keyframes move {

	0%,
	100% {
		-webkit-transform: none;
		transform: none;
	}

	12.5% {
		-webkit-transform: translate(40px, 0);
		transform: translate(40px, 0);
	}

	25% {
		-webkit-transform: translate(80px, 0);
		transform: translate(80px, 0);
	}

	37.5% {
		-webkit-transform: translate(80px, 40px);
		transform: translate(80px, 40px);
	}

	50% {
		-webkit-transform: translate(80px, 80px);
		transform: translate(80px, 80px);
	}

	62.5% {
		-webkit-transform: translate(40px, 80px);
		transform: translate(40px, 80px);
	}

	75% {
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
	}

	87.5% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
	}
}

#scroll-to-top {
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: 15px;
	right: 20px;
	display: none;
	font-size: 25px;
	border-radius: 0;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-weight: 900;
	border-radius: 100%;
}

/*------------------------------------------------------------------ HEADER -------------------------------------------------------------------*/

.top-header .navbar {
	padding: 5px 0px;
}

.top-header {
	background-image: linear-gradient(180deg, #80022d 0%, #13080c 100%);
	-webkit-animation: fadeInUp 1s ease-in-out both;
	animation: fadeInUp 1s ease-in-out both;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: auto 100%;
	/*
			-webkit-animation-delay: -1s;
			animation-delay: -1s;
			-webkit-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
			-webkit-animation-name: fadeInDown;
			animation-name: fadeInDown;	  
	*/
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.top-header .navbar .navbar-collapse ul li a {
	text-transform: uppercase;
	font-size: 16px;
	padding: 7px 20px;
	position: relative;
	font-weight: 500;
	overflow: hidden;
	/*color: #622a62c9;*/
	color: #ffffff;
	text-shadow: 0 0.08rem 1px rgba(255, 205, 3, 0.959);
	/*line-height: 36px;*/
}

a .navbar-brand {
	display: inline-block;
	left: 35px;
	position: relative;
}

.top-header .navbar .navbar-collapse ul li a.active {
	line-height: 1.8;
	font-family: Kanit, Prompt, Charmonman, sans-serif;
	font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
	color: var(--bs-teal);

}

.top-header .navbar .navbar-collapse ul li a:hover,
.top-header .navbar .navbar-collapse ul li a:focus {
	/*background: transparent;*/
	color: #0066ff;
	text-shadow: 0 1px .08rem 1px rgba(126, 0, 59, 0.9);
}

.search_icon.nav-link img {
	width: 25px;
}

.top-header .navbar .navbar-collapse ul li {
	margin: 0 2px;
}

.top-header.fixed-menu {
	width: 100%;
	position: fixed;
	box-shadow: 0px 0px 9px 6px rgba(0, 0, 0, 0.4);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	/*background: #fffff9f5;*/
	background-image: linear-gradient(35deg, #80022d 0%, #13080c 100%);
	z-index: 20;

	/*
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	*/
}

.navbar-toggler {
	border: 2px solid #ffade5;
	border-radius: 10px;
	margin: 15px 15px;
	padding: 8px 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span {
	background: #f43866;
	display: block;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span+span {
	margin-top: 5px;
}

.navbar-toggler:hover {
	border: 2px solid #b09e6c;
}

.navbar-toggler:hover span {
	background: #f43866;
}


/* search bar */

.search-box {
	position: absolute;
	top: 0;
	right: 50px;
	height: auto;
	padding: 0;
	margin-top: 25px;
}

.search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
}

.top-header #navbar-wd {
	padding-right: 100px;
}

.search-btn {
	float: right;
	width: 59px;
	/* ค่าเริ่มต้น 41px */
	height: 45px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #775f16;
	border-radius: 0 5px 5px 0;
	padding-left: 10px;
}

.search-txt {
	border: none;
	outline: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 41px;
	width: 0;
	transition: width 400ms;
	background: #fff;
	padding: 0;
	font-weight: 300;
}

.theme_color {
	/*
	color: #f2184f;
	color: #ffc107;
	*/
	color: #775f16;
}


/*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/

.home-slider {
	position: relative;
	height: 540px;
}

.lbox-caption {
	display: table;
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

.lbox-details {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1 {
	font-size: 54px;
	/*font-family: 'Montserrat', sans-serif;*/
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.lbox-details h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}

.lbox-details p {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details p strong {
	color: #70c6eb;
	font-size: 40px;
	font-family: 'Prompt', sans-serif;
}

.lbox-details a.btn {
	background: #ffffff;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #3a4149;
	border-radius: 0px;
	position: relative;
	z-index: 3;
}

.lbox-details a.btn:hover {
	background: #70c6eb;
}

.pogoSlider-nav-btn {
	background: #878026a6;
}

.pogoSlider-nav-btn--selected {
	background: #896e58 !important;
}

.pogoSlider--navBottom .pogoSlider-nav {
	bottom: 20px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	display: none;
}

.img-responsive {
	max-width: 100%;
}

.slide_text h3 {
	font-size: 28px;
	font-weight: 500;
	padding: 0;
	line-height: 50px !important;
	/* text-transform: uppercase;*/
	transition: ease-in-out 1s;
	color: #ffc107;
	text-shadow: #CCC 2px 1px 0;
}

.slide_text h4 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #CCC;
	line-height: 40px;
	text-transform: flash 2s;
}

.slide_text p {
	color: #8f5400;
	font-size: 22px;
	font-weight: 200;
	padding-top: 10px;
	line-height: 34px;
}

.contact_bt {
	/* ปุ่ม ฺ Button ขนาดใหญ่ */
	padding: 10px 20px 10px 20px;
	width: 189px;
	height: 50px;
	background: #896e58d9;
	color: #ebd871;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
	border-radius: 25px;
}

.contact_bt:hover,
.contact_bt:focus {
	color: #495f51;
}

.dark_bg .contact_bt {
	margin-top: 30px;
}

.slide_text {
	/*height:1200px;*/
	margin-top: 140px;
	padding-left: 25px;
	padding-right: 25px;
	transition: ease-in-out 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/*------------------------------------------------------------------ About -------------------------------------------------------------------*/

.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #70c6eb;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}

.about-box {
	padding: 70px 0px;
}

.title-box {
	text-align: center;
	margin-bottom: 30px;
}

.title-box h2 {
	font-size: 75px;
	/*font-family: 'Great Vibes', cursive;*/
	color: #e91327;
	font-weight: 400;
	padding: 0;
}

.title-box h2 span {
	color: #70c6eb;
	text-decoration: underline;
}

.about-main-info h2 span {
	color: #70c6eb;
	text-decoration: underline;
}

.about-main-info {
	margin-bottom: 30px;
}

.about-m {}

.about-img {
	padding: 30px 0px;
}

.about-img img {
	border-radius: 10px;
}

.about-m ul {
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.about-m ul li {
	display: inline-block;
	text-align: center;
}

.about-m ul li a {
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover {
	background: #333333;
	color: #ffffff;
}

.about-main-info h2 {
	font-size: 45px;
	color: #e91327;
	font-weight: 600;
}

.about-main-info a {
	border-radius: 2px;
	transition: .2s;
	padding: 10px 25px;
	background: #e91327;
	color: #ffffff;
	font-weight: 300;
	font-size: 15px;
	border-radius: 0 15px;
	margin-top: 10px;
}

.about-main-info a:hover {
	color: #ffffff;
}

.about-main-info div.full>img {
	height: 500px;
}

.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	transition-duration: 0.3s;
	color: #fff;
	float: left;
	width: 169px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	transform: perspective(1px) translateZ(0);
	/*background: /*#b9368ec2;
		-webkit-transition-property: color;*/
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	background-image: linear-gradient(135deg, #00437B 0%, #75b5b1 100%);
	/* #e4decc78 */
	box-shadow: -3px 2px 5px #453006d1;
	/* 0 0 6px rgb(241 41 237 / 80%);*/

}

.hvr-radial-out::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 10;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	background-image: linear-gradient(-65deg, #453006 0%, #00437B 100%);
	box-shadow: -2px 1px 4px #453006d1;
	/* 0 0 6px rgb(241 41 237 / 80%);*/
}

.hvr-radial-out:hover::before,
.hvr-radial-out:focus::before,
.hvr-radial-out:active::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

a.hvr-radial-out:hover,
a.hvr-radial-out:focus {
	color: #fff;
	box-shadow: -3px 3px 5px #8f5e0fe3;
}

/*
.heading_main ,.title_art{

	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);		
	transform: scale(1.02);

}

.heading_main , .title_art:hover{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {left: 125%;}
}

@keyframes shine {
	100% {left: 125%;}
}
*/

/*------------------------------------------------------------------ Services -------------------------------------------------------------------*/
.service_blog_last {
	float: left;
	width: 90%;
	padding: 4px;
	margin-top: 30px;
	transition: ease all 0.2s;
	border-radius: 0px 0px 5px 5px;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	line-height: 1.5;
	box-shadow: 0 0 4px rgb(232 167 54 / 89%);
}

/*------------------------------------------------------------------ Services -------------------------------------------------------------------*/
.service_blog_singer {
	/*min-height:300px;*/
	display: inline-block;
	float: left;
	width: 95%;
	margin-top: 30px;
	transition: ease all 0.4s;
	border-radius: 5px;
	word-wrap: break-word;
	/*background-image: linear-gradient(180deg, #FFFFFF 80%, #CCCCCC 120%);*/
	background-clip: border-box;
	line-height: 1.5;
	padding: 5px 20px 20px 20px;
	/*
    border:0px solid #c6a488;
    box-shadow: 0 0 4px #0d6efd;
		margin-left:30px;
		*/
}

.service_blog_singer:hover {
	/*
    transition: ease all 0.4s;
    border-radius: 5px;
    word-wrap: break-word;
    border:1px solid #c6a488;
    box-shadow: 0 0 4px #0d6efd;
		*/
	transform: scale(1.02);
}


.service_blog_singer>img,
.service_icons>img {
	border-radius: 12px;
	margin: 2px;
}


/*	
.service_blog {
	padding: 5px 10px 10px 10px;	
	float: left;
    width: 90%;
	min-height:520px;
    margin-top: 30px;
    transition: ease all 0.4s;
    border-radius: 5px 5px 10px 10px;
    word-wrap: break-word;
  	background-image: linear-gradient(180deg, var(--color-shades-light-bright) 80%, var(--color-shades-gray-glare) 140%); 
    background-clip: border-box;
    border:1px solid #c6a48860;
    line-height: 1.5;
    box-shadow:  0 0 2px rgb(223 216 151 / 75%);
	margin-left:30px;
}
*/
.service_blog {
	padding: 5px 0 15px 0;
	float: left;
	width: 96%;
	/*min-height: 709px;*/
	margin-top: 30px;
	transition: ease all 0.4s;
	/* border-radius: 5px 5px 10px 10px; */
	word-wrap: break-word;
	background-image: linear-gradient(130deg, #fffef191 80%, var(--color-shades-gray-glare) 140%);
	background-clip: border-box;
	border: 1px solid #c6a48860;
	line-height: 1.5;
	box-shadow: 0 0 2px rgb(202 192 108 / 75%);
	/* margin-left: 30px; */
	border-radius: 5px 5px 20px 20px;
}


.service_blog:hover,
.service_blog:focus {
	color: #525860;
	transition: ease all 0.6s;
	background-image: linear-gradient(180deg, var(--color-shades-light-bright) 60%, var(--color-shades-gray-glare) 120%);
	/* c6a488  */
	border: 2px solid #c6a488;
	box-shadow: 0 1 9px rgb(var(--bs-primary) / 95%);
	transform: scale(1.02);
}

.service_blog .service_icons {
	/*width: calc(100% + 60px);*/
	overflow: hidden;
	z-index: 9;
	padding: 2px;
}

/* ------------- ชุดคำสั่ง  Link ----------- */



.service_blog .full {
	padding: 5px 15px 5px 15px;
}


/*
.service_icons {
    padding: 5px 20px 20px 20px;	
}

	 a .service_icons img {
		position: relative;
		display: block;
		overflow: hidden;
	}

	a .service_icons img: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, 0.3) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);	
	}

	 a .service_icons img:hover{
		-webkit-animation: shine .75s;
		animation: shine .75s;
	}

	@-webkit-keyframes shine {
		100% {left: 125%;}
	}

	@keyframes shine {
		100% {left: 125%;}
	}

*/


/* ------------- ชุดคำสั่ง  Link ----------- */

.service_blog h4 {
	.service_blog h4 {
		font-weight: 700;
		-webkit-animation: fadeInUp 1s ease-in-out both;
		animation: fadeInUp 1s ease-in-out both;
		font-size: 22px;
		border-bottom: dashed #bb921f6b 1px;
		color: var(--bs-indigo);
		/* margin-bottom: 30px; */
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		text-align: left;
		line-height: 2.2em;
	}
}

.service_blog h4:hover {
	color: var(--color-highlight-interact-bg);
	font-size: 26px;
}


.effect-service {
	position: relative;
	height: auto;
	text-align: center;
	cursor: pointer;
	border: 8px solid #eee;
	margin-bottom: 30px;
}

figure.effect-service {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure.effect-service img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption {
	padding: 10px;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-service h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

figure.effect-service h2 {
	background: #e91327;
	padding: 13px;
	width: 94%;
	height: 58px;
	border: 0;
	margin: 0;
	font-weight: 200;
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	/*font-family: 'Great Vibes', cursive;*/
}

figure.effect-service p {
	padding: 15px;
	width: 100%;
	height: 80%;
	font-size: 14px;
	border: 2px solid #fff;
	margin: 0;
	font-weight: 300;
	display: none;
}

figure.effect-service p {
	float: right;
	padding: 20px;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.effect-service:hover img {
	opacity: 0.6;
}

figure.effect-service:hover p {
	opacity: 1;
}

figure.effect-service:hover {
	border: 8px solid #e91327;
}


/*------------------------------------------------------------------ Gallery -------------------------------------------------------------------*/

.gallery-box {
	padding: 70px 0px 120px;
}

.gallery-box ul {}

.gallery-box ul li {
	position: relative;
	width: 31.33%;
	margin: 0 1% 20px !important;
	padding: 0px;
	float: left;
	border: none;
	overflow: hidden;
	margin-bottom: 0px;
}

.gallery-box ul li a {
	position: relative;
	display: inline-block;
	border: 4px solid #ffffff;
}

.gallery-box ul li a::before {
	content: "";
	position: absolute;
	background: rgba(233, 19, 39, 0.9);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.gallery-box ul li a .overlay {
	background: #70c6eb;
	color: #3a4149;
	font-size: 22px;
	text-align: center;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.gallery-box ul li a:hover::before {
	top: 0;
	opacity: 1;
}

.gallery-box ul li a:hover .overlay {
	opacity: 1;
}

.gallery-box ul li a:hover {
	border: 4px solid #e91327;
}

.gallery-box ul li a .overlay {
	background: #fff;
	color: #e91327;
}


/*------------------------------------------------------------------ Properties -------------------------------------------------------------------*/

.properties-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.single-team-member {
	position: relative;
	margin-top: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.filter-button-group {
	margin-bottom: 30px;
}

.filter-button-group button {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #57cef8;
	color: #ffffff;
	cursor: pointer;
	border: none;
}

.filter-button-group button:hover {
	color: #ffffff;
}

.properties-single {
	margin-bottom: 30px;
	background: #ffffff;
	transition: all 0.5s ease 0s;
}

.fuit {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.fuit a {
	background: #57cef8;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
}

.for-sal {
	background: #3a4149;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	z-index: 10;
}

.pro-price {
	background: #57cef8;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 13px;
	z-index: 10;
}

.properties-img {
	position: relative;
	overflow: hidden;
}

.properties-img img {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
	transition-delay: 0s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}

.properties-single:hover .properties-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hover-box {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	transition-delay: 0s;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}

.properties-single:hover .hover-box {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

.properties-dit {
	padding: 15px;
}

.properties-dit h3 {
	font-size: 20px;
}

.properties-dit ul {
	padding: 10px 0px;
}

.properties-dit ul li {
	float: left;
	width: 33.33%;
	font-size: 12px;
	line-height: 30px;
}

.properties-dit ul li i {
	float: right;
	padding: 7px 10px;
	font-size: 15px;
	color: #57cef8;
}

.properties-dit p {
	margin: 0px;
}

.properties-dit p i {
	padding-right: 10px;
}

/*------------------------------------------------------------------ counter ----------------------------------------------------------------*/

h2.timer.count-title.count-number {
	color: #ffc107;
	text-shadow: #333 2px 1px 0;
	font-size: 60px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 60px;
}

p.count-text {
	color: #f43866;
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	border-bottom: solid #fff 5px;
	padding-bottom: 10px;
	width: 50%;
}

/*------------------------------------------------------------------ Team -------------------------------------------------------------------*/

.team-box {
	padding: 70px 0px;
}

.team_member_img img {
	border: solid rgb(255 201 102 / 67%) 18px;
	border-radius: 50%;
	width: 250px;
	height: 250px;
}

.team_member_img img:hover {
	border: solid #FFE9E9 15px;
	border-radius: 40%;
	background: rgb(221 152 25 / 55%);
}

#team_slider h3 {
	margin-bottom: 10px;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	padding: 0;
	margin-top: 25px;
}

#team_slider p {
	padding: 0 43px;
}

.team_member_img {
	position: relative;
}

.team_member_img .social_icon_team {
	/*
    position: absolute;
    top: 2px;
    left: 62px;
    width: 70%;
    height: 97%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgb(221 152 25 / 55%) ;

	position: absolute;
    top: 8px;
    left: 80px;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: rgb(221 152 25 / 55%);
		opacity:0;
		transition: ease all 0.2s;
		*/
}

.team_member_img:hover .social_icon_team,
.team_member_img:focus .social_icon_team {
	opacity: 1;
}

.our-team {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.our-team:before,
.our-team:after {
	content: "";
	width: 130px;
	height: 150px;
	background: #57cef8;
	position: absolute;
	z-index: -1;
}

.our-team:before {
	bottom: -20px;
	left: 0;
}

.our-team:after {
	top: -20px;
	right: 0;
}

.our-team .pic {
	margin: 8px;
	position: relative;
	border: 3px solid #57cef8;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
	border-color: #3a4149;
}

.our-team .pic:after {
	content: "";
	width: 100%;
	height: 0;
	background: #57cef8;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after {
	height: 100%;
	opacity: 0.85;
}

.our-team img {
	width: 100%;
	height: auto;
}

.our-team .team-content {
	width: 100%;
	position: absolute;
	top: -50%;
	left: 0;
	transition: all 0.5s ease 0.2s;
}

.our-team:hover .team-content {
	top: 38%;
}

.our-team .title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin: 0px;
}

.our-team .post {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-transform: capitalize;
}

.our-team .social {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	margin: 0 7px;
	transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
	background: #fff;
	color: #00bed3;
}



@media only screen and (max-width: 990px) {
	h1{
		font-size: 28px;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 19px;
	}	
	.our-team {
		margin-bottom: 30px;
	}

	.hidden-max-1200 {
		display: none;
	}

	.hidden-min-900 {
		display: none;
	}

	.hidden-min-700 {
		display: block;
	}

	/*
	.blue_bg_color  img {
		min-width:95%;
		max-width:95%;
	}
	*/
	.blog-post ul li {
		list-style-type: disc;
		border-bottom: 1px dashed rgba(194, 158, 0, 0.8);
		padding-left: 5px;
		margin-left: 5px;
		padding-top: 5px;
		width: 90%;
	}

	.blog-post ul li ul {
		list-style-type: disc;
		margin-left: 5px;
		margin-top: 10px;
	}

	.blog-post ul li ul li {
		list-style-type: disc;
		/* circle;*/
		list-style-position: outside;
		/* border-left: 2px groove rgb(255 200 163 / 60%); */
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		margin-left: -26px;
	}

}


/*------------------------------------------------------------------ Blog -------------------------------------------------------------------*/

.blog-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.blog-inner {
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.blog-img {
	margin-bottom: 15px;
	overflow: hidden;
}

.blog-img img {
	transition: all 0.9s ease 0s;
}

.blog-inner:hover .blog-img img {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}

.blog-inner a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #57cef8;
	color: #ffffff;
}

.blog-inner a:hover {
	color: #ffffff;
}


/*------------------------------------------------------------------ Contact -------------------------------------------------------------------*/

.contact-box {
	padding: 70px 0px;
}

.left-contact h2 {
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 30px;
}

.cont-line {
	overflow: hidden;
	margin-bottom: 30px;
}

.icon-b {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 25px;
	margin-right: 15px;
	color: #fff;
	border-radius: 100%;
	background: #896e58;
}

.dit-right h4 {
	font-size: 16px;
	color: #3a4149;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.dit-right p {
	font-size: 14px;
	margin-top: 0;
}

.dit-right a {
	font-size: 14px;
	color: #3a4149;
	font-weight: 300;
	line-height: normal;
}

.dit-right a:hover {
	color: #57cef8;
}

.contact-block {}

.contact-block .form-group .form-control {
	background: #fff7f0;
	height: 39px;
	font-size: 14px;
	border-bottom: solid 3px #6c757dd1;
	padding: 5px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 200;
	letter-spacing: 0px;
	border-radius: 2px;
	margin-bottom: 4px;
}

.submit-button .btn-common {
	background-color: #F9C;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	color: #40083b9c;
	padding: 0 20px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	opacity: 1;
}

.contact-block .form-group textarea.form-control {
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common:hover {
	background-color: #F3C;
	color: #FFC;
	opacity: 1;
}

.custom-select {
	height: 45px;
	font-size: 16px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(45px + 2px);
}

.help-block ul li {
	color: red;
}

.footer-box {
	/*  พื้นหลังสีเขียว โทรปานกลาง    */
	background: #d8d0b9;
	padding: 50px 10px;
}

.footer-box .footer-company-name {
	text-align: center;
	margin: 0px;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	padding-top: 2px;
}

.footer-box .footer-company-name a {
	color: #FFF;
	text-decoration: underline !important;
}

.footer-box .footer-company-name a:hover {
	color: #e91327;
}


/*------------------------------------------------------------------ Subscribe -------------------------------------------------------------------*/

.subscribe-box {
	padding: 70px 0px;
	background: #e91327;
}

.subscribe-inner {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.subscribe-inner h2 {
	font-size: 80px;
	font-weight: 600;
	color: #ffffff;
	/*font-family: 'Great Vibes', cursive;*/
	padding: 0;
}

.subscribe-inner p {
	color: #cccccc;
}

.subscribe-inner .form-group .form-control-1 {
	width: 100%;
	padding: 12px 15px;
	border-radius: 0px;
	border: none;
}

.subscribe-inner .form-group button {
	border-radius: 0;
	transition: .2s;
	padding: 10px 18px;
	background: #222;
	color: #ffffff;
	border: none;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: 0.1px;
	border-radius: 0 15px 0 15px;
}

.about-main-info h2 img {
	margin-top: -10px;
}

p {
	margin-top: 5px;
	margin-bottom: 1rem;
	/*
	font-size: 16px;
	font-weight: 300;
	*/
	line-height: normal;
}

.text_align_center {
	text-align: center;
}

.red_bg {
	background: #e91327;
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
	color: #fff !important;
}

.red_bg .about-main-info a {
	background: #fff;
	color: #e91327;
}

.testimonial_img {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}

.mfp-figure figure .mfp-bottom-bar {
	display: none;
}

#client_slider .carousel-indicators {
	bottom: -45px;
}

#client_slider .carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #999;
}

#client_slider .carousel-indicators li.active {
	background: #e91327;
}

.layout_padding {
	padding-top: 50px;
	padding-bottom: 50px;
	/* 75px */
}

/* ---------------- มาใหม่ --------------- */

.layout_padding_rowBlog {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	display: flex;
	box-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.layout_padding_row {
	flex-direction: row;
}

.layout_padding_rowReverse {
	flex-direction: row-reverse;
}


.layout_padding_FlexText {
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: .01rem;
	line-height: 2rem;
	padding: 38px 59px;
}


.layout_padding_FlexImg {
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: .01rem;
	line-height: 2rem;
	padding: 48px;
}

.layout_padding_imgBlog {
	margin: 34px 10px 34px 10px;
	min-height: calc(100% - 68px);
	width: calc(100% - 20px);
}

/* ---------------- มาใหม่ --------------- */

.layout_padding_top {
	padding-top: 8%;
}

.layout_padding_top h1 {
	transition: all 0.3s linear;
	-webkit-animation: fadeInUp 1s ease-in-out both;
	animation: fadeInUp 1s ease-in-out both;
	font-size: min(4.388889vw, 48px);
	letter-spacing: -0.5px;
	font-weight: 500;
	padding-left: 20px;
	margin-left: 20px;
	color: #554315;
	border-left: 6px solid #FFd0b9;
}

.layout_padding_top p {
	transition: all 0.3s linear;
	-webkit-animation: fadeInUp 1s ease-in-out both;
	animation: fadeInUp 1s ease-in-out both;
	font-size: min(3.388889vw, 28px);
	color: #ffbd00;
	text-shadow: 1px 1px 2px rgb(20 20 20 / 95%);
	margin-left: 20px;
}

.heading_main {
	width: 100%;
	margin: 5px;
}

.heading_main h2 {
	transition: all 0.3s linear;
	-webkit-animation: fadeInUp 1s ease-in-out both;
	animation: fadeInUp 1s ease-in-out both;
	font-size: 40px;
	letter-spacing: -1.5px;
	font-weight: 500;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: 20px;
	text-shadow: 1px 2px 2px rgb(143 143 143 / 90%);
	border-radius: 12px;
}

.heading_main h3 {
	font-size: 20px;
	letter-spacing: -0.2px;
	font-weight: 400;
	padding: 5px 5px 5px 10px;
	margin-left: 10px;
	/*color: #d254a9;*/
	/*border-left:3px solid #ff20b8;*/
	/*font-family: 'Raleway', sans-serif;*/
}

.heading_main h3:hover {
	border-left: 8px solid #ff9bdfd1;
	background-image: linear-gradient(90deg, #ff9bdf40, #ffdaf3);
	/*background-image: linear-gradient(90deg, rgb(255 219 244 / 95%), rgba(255, 255, 250, 0.4));*/
	transition: all 0.3s linear;
}

.heading_main p.large {
	font-size: min(6.388889vw, 26px);
	color: #605f5f;
	position: relative;
	padding: 0;
	font-weight: 500;
	margin: 0;
}

.heading_main p {
	/* font-size: 24px; */
	font-size: min(6.388889vw, 18px);
}

.heading_main p.small_tag {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 600;
	margin: 10px;
}

.center {
	display: flex;
	justify-content: center;
}

p.section_count {
	font-size: 15px;
	margin: 0 45px 0 0;
	color: #cccac5;
	font-weight: 400;
	line-height: 70px;
}

.padding_0 {
	padding: 0;
}

.full {
	float: left;
	width: 100%;
}

.heading_main {
	float: left;
}

.theme_bg {
	background: #07528d;
}

h3.small_heading {
	font-size: 24px;
	font-style: italic;
	line-height: 34px;
	padding: 5px;
	border-left: 5px #d0a360c7 solid;
	margin-bottom: 10px;
	margin-top: 10px;
}




.carousel a.carousel-control-prev {
	background: #f43866;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	top: 40%;
	left: -80px;
}

.carousel a.carousel-control-next {
	background: #f43866;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	top: 40%;
	right: -80px;
}

#demo {
	margin-bottom: 20px;
}

.social_icon_team {
	align-items: center;
	/* float: center;*/
	text-align: center;
	margin-top: 5px;
}

.social_icon_team a {
	font-size: 18px;
	margin-left: 5px;
}

.social_icon_team a i {
	line-height: 52px;
	color: #000;
	width: 52px;
	height: 50px;
	background: #FACCFF;
	border-radius: 100%;
}

ul.social_icon li {
	float: left;
	margin: 0 5px;
}

.inner_page .top-header {

	position: relative;

}

.inner_page .inner_page_header {

	padding: 20px 0;
	transition: all .5s ease-in-out;
	background-image: linear-gradient(135deg, #096389 15%, #28a6a7 100%);
	/* background:  /* #75b5b1; /*#d8d0b9 ;  #696927d1  */

}

.inner_page .inner_page_header h3 {

	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 500;
	/*  text-transform: uppercase;*/

}

.footer_bottom {
	background: #fefef8;
	padding: 15px;
	box-shadow: 0px -3px 10px rgb(163 160 154 / 83%);
}

.footer_bottom p.crp {
	float: left;
	margin: 0;
	color: #664f08;
	font-size: 15px;
}

.footer_menu ul {
	list-style: none;
	width: 100%;
	float: left;
}

.footer_blog li a {
	font-size: 16px;
	color: #f8f9fa;
	text-shadow: 1px 2px 2px rgb(0 0 0 / 99%);
}

.footer_blog li a:hover {
	font-size: 16px;
	color: #f8f9fae6;
	text-decoration: none;
	font-weight: 400;

	/* color:#FFC; */
}

.recent_post_footer p {
	color: #716224 !important;
	font-size: 13px;
}

.footer_blog h3 {
	margin-bottom: 10px;
}

.newsletter_form input {
	padding: 5px 10px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	margin-bottom: 10px;
}

.newsletter_form button {
	background: #a86e40b5;
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 25px;
	border-radius: 5px;
	cursor: pointer;
}

footer.footer-box p {
	font-size: 14px;
}

.footer_blog {
	float: left;
	width: 100%;
}

ul.bottom_menu li a {
	color: #ca66a7;
}

ul.bottom_menu li a:hover {
	color: #b3187d;
	font-size: 15px;
}

ul.bottom_menu li {
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin-left: 20px;
}

.bottom_menu {
	float: right;
	color: #ff8015;
}

p.bottom_menu a {
	color: #ff8015;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.3s linear;
	display: flex;
	justify-content: center;
	align-items: center;
}

p.privacy_menu a {
	color: #ff8015;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.3s linear;
	justify-content: center;
	align-items: center;
}

p.privacy_menu a:hover {
	color: #0d6efd;
}


.innerpage_banner {
	background-color: #f9f9f9;
	min-height: 150px;
	text-align: center;
	background-image: url("../images/slider-01.jpg");
	background-size: cover;
	background-position: center center;
}

.innerpage_banner h2 {
	margin: 55px 0 0;
	padding: 0;
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	position: relative;
}

#demo .img-responsive {
	width: 100%;
}

.top-header.fixed-menu .search-btn {
	background-image: linear-gradient(180deg, #80022d 0%, #13080c 100%);
}

.top-header.fixed-menu .search-btn img {
	width: 25px;
}

.top-header.fixed-menu .search-box:hover .search-txt {
	width: 240px;
	padding: 0 10px;
	border: solid #000 1px;
	height: 41px;
}

.top-header.fixed-menu ul li:hover a,
.top-header.fixed-menu ul li:focus a {
	color: #495f51;
}

.carousel-item .img-responsive {
	border: solid #FCC 5px;
	border-radius: 10px;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	opacity: 1;
}

.carousel-item .img-responsive:hover {
	border: solid rgb(47, 69, 78) 6px;
}

.nav-link {}

nav-link:active {
	background: #896e58;
	color: #fff;
}

.text_full {
	color: #ffd85e;
	text-shadow: -2px 2px 3px rgb(0 0 0);
}

dl,
dt,
dd {
	color: #f8f9fae6;
	text-shadow: -2px 2px 3px rgb(0 0 0);
}

dd>a {
	color: #f8f9fae6;
	text-decoration: none;
	font-weight: 400;

}

dd>a:hover {
	color: #ffd9d9d9;
	font-weight: 500;
	font-size: 14px;
}

/*
background-image: linear-gradient(35deg, #95cfff 0%, #003050 100%);
*/
.alert-groupit {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.footer-transition .groupit {
	position: relative;
	padding: 0.4rem 0.5rem;
	margin-bottom: 2rem;
	border: 3px solid;
	border-radius: 2.25rem;
	border-color: #DC0078;
}

.footer-transition {
	padding: 30px 10px;
	transition: all .5s ease-in-out;
	background-image: linear-gradient(35deg, #80022d 0%, #13080c 100%);
	box-shadow: 0px -3px 12px rgb(163 160 154 / 90%);
}

#footer_logo_1 {
	width: 200px;
	max-width: 300px;
	margin: 5px;
}

/* -------------------- Sub Content ------------- */

.kd_accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.kd_active,
.kd_accordion:hover {
	background-image: linear-gradient(250deg, #e8e0d042 -10%, #f8f9fa 100%);
}

.kd_kd_panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}





@media screen and (max-width: 700px) {
.wd_banner_logo {
	position: absolute;
	width: 90px;
	max-width: 95px;
	margin-left: 59px;
	margin-top: -35px;
	z-index: 699;
	border-radius: 0px;
}

	#footer_logo_2 {
		width: 95%;
	}

	.service_blog_singer {}

	.service_blog_singer,
	.service_blog {
		width: 99%;
		background-image: #FFFFFF;
		padding: 0px 5px 0px 15px;
	}

	.layout_padding_top {
		padding-top: 2%;
	}

	.heading_main .theme_color {
		display: none;
	}

	.heading_main .small_tag {
		display: none;
	}

	.hidden-max-1200 {
		display: none;
	}

	.hidden-min-900 {
		display: none;
	}

	.hidden-min-700 {
		display: none;
	}

}