html {
	font-size: 16px;
}

@font-face {
	font-family: 'SourceSans3-Light';
	src: url('fonts/SourceSans3-Light.eot');
	src: url('fonts/SourceSans3-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/SourceSans3-Light.woff') format('woff'),
		url('fonts/SourceSans3-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-SemiBold';
	src: url('fonts/Inter-SemiBold.eot');
	src: url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-SemiBold.woff') format('woff'),
		url('fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Light';
	src: url('fonts/Inter-Light.eot');
	src: url('fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Light.woff') format('woff'),
		url('fonts/Inter-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter-Regular';
	src: url('fonts/Inter-Regular.eot');
	src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-Regular.woff') format('woff'),
		url('fonts/Inter-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Kanit-Regular';
	src: url('fonts/Kanit-Regular.eot');
	src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Kanit-Regular.woff') format('woff'),
		url('fonts/Kanit-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Charmonman-Regular';
	src: url('fonts/Charmonman-Regular.eot');
	src: url('fonts/Charmonman-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Charmonman-Regular.woff') format('woff'),
		url('fonts/Charmonman-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'SourceSans3-Light';
	cursor: default;
	position: relative;
	line-height: 1.5;
	font-size: 1rem;
	overflow-x: hidden;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;

}

#nav-icon3 {
	z-index: 56;
	width: 35px;
	height: 25px;
	position: relative;
	top: 0rem;
	right: 0;
	left: auto;
	margin: 0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 60%;
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 100%;
}

#nav-icon3 span:nth-child(4) {
	top: 20px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span {
	background: #1B2452;
}

/*///////////Start-Header///////////////*/
.headbar-main {
	padding: .75rem 0;
	transition: all 0.6s;
	background-color: transparent;
}

.slim.headbar-main {
	transition: all 0.6s;
	background: rgb(27 36 82 / 90%);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.hamburgers-box {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headbar-main .row {
	margin: auto;
}

.navbar-brand {
	width: auto;
	text-align: left;
	margin: 0;
	padding: 0;
}

.navbar-brand img {
	width: 125px;
	transition: all 0.5s;
	margin: 0;
	border-radius: 30px;
}

.navbar-collapse .navbar-brand {
	padding: .75rem 0;
	margin: 0 auto 3rem;
	text-align: center;
	display: block;
	width: 100%;
	background-color: #FFF;
}

.navbar-collapse .navbar-brand img {
	width: auto;
	max-width: 80%;
	border-radius: 30px;
}

.navbar-nav li {
	padding: 0 15px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .75rem;
	font-family: 'Kanit-Regular';
}

.navbar-nav li a {
	padding: 8px 15px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}

.navbar-nav li.languagebox {
	display: none;
}

.navbar-nav li.active a,
.navbar-nav a:hover {
	color: #FFF;
}

/* Underline From Center */
.hvr-underline-from-center {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #FFF;
	height: 1px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.navbar-nav li .hvr-underline-from-center:hover:before,
.navbar-nav li .hvr-underline-from-center:focus:before,
.navbar-nav li.active .hvr-underline-from-center:before {
	left: 20%;
	right: 20%;
}

.social-header {
	margin: 2rem auto;
	padding: 0 30px;
	text-align: center;
	color: #FFF;

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.social-header ul img {
	width: 22px;
}

.social-header ul {
	list-style: none;
	margin-bottom: 2rem;
}

.social-header a:hover {
	color: #F00;
}

.social-header img {
	width: 40px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.social-header img:hover {
	transform: scale(1.05);
}

.social-header ul li {
	margin-bottom: 1rem;
}


.languagebox img {
	width: 30px;
	transition: all 0.6s;
}

.languagebox img:hover {
	transform: scale(1.05);
}

.languagemobile {
	position: absolute;
	right: 3rem;
	top: 0rem;
	z-index: 1;
	color: #FFF;
}

.languagemobile img {
	width: 30px;
}

.languagebox .dropdown-menu,
.languagemobile .dropdown-menu {
	padding: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
	overflow: hidden;
	width: 100%;
	min-width: inherit;
}

.languagebox .dropdown-menu a,
.languagemobile .dropdown-menu a {
	display: block;
	padding: 5px 0;
	text-align: center;
}

/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide {
	position: relative;
}

#carouselmainSlide .carousel-item {
	position: relative;
	height: 515px;
}

#carouselmainSlide .carousel-item img {
	width: 100%;
}

#carouselmainSlide .carousel-indicators {
	align-items: center;
	margin-bottom: 0;
	justify-content: center;
	bottom: .75rem;
	z-index: 4;
}

#carouselmainSlide .carousel-indicators button {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #1b2452;
}

#carouselmainSlide .carousel-indicators button.active {
	background: #1b2452;
}

#carouselmainSlide .carousel-control-prev,
#carouselmainSlide .carousel-control-next {
	z-index: 99;
}

.bannercaptions {
	left: 0;
	right: 0;
	z-index: 2;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	color: #FFF;
	position: absolute;
	text-transform: uppercase;
}

.bannercaptions.d-flex {
	margin-bottom: 1rem;
}

.bannercaptions h1 {
	font-size: 60px;
	margin: 0;
	font-family: 'Inter-Regular';
	text-shadow: 2.179px 3.355px 0px rgba(0, 0, 0, 0.21);
}

.bannercaptions h1.textbannerright {
	margin-left: -1rem;

	-webkit-animation: slideleft 0.5s linear both;
	animation: slideleft .5s linear both;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.bannercaptions h1.textbannerleft {
	margin-left: -1rem;

	-webkit-animation: slideright 0.5s linear both;
	animation: slideright .5s linear both;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.bannercaptions h2 {
	font-size: 30px;
	margin: 0;
	font-family: 'Inter-Light';
	text-shadow: 2.179px 3.355px 0px rgba(0, 0, 0, 0.21);

	-webkit-animation: slidetop 0.5s linear both;
	animation: slidetop .5s linear both;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#carouselmainSlide .carousel-item img {
	height: 100%;
	object-fit: cover;
}

#carouselmainSlide .carousel-item .bannercaptions img.logobanner1 {
	width: 150px;
	position: relative;
	z-index: 2;
	-webkit-animation: fadebanner 0.5s linear both;
	animation: fadebanner .5s linear both;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}



@-webkit-keyframes fadebanner {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slidetop {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes slideleft {
	0% {
		transform: translateX(-30px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes slideright {
	0% {
		transform: translateX(30px);
		opacity: 0;
	}

	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.contentfullhomepage {
	background: url("../images/bg-fullcontent.png") bottom center no-repeat;
	background-size: cover !important;
}

.content-box {
	padding: 10% 0;
	color: #000;
}

.title-box {
	text-align: center;
	margin-bottom: 2rem;
}

.title-box h1 {
	font-size: 40px;
	margin: 0;
	font-family: 'Inter-Light';
	background: -webkit-linear-gradient(180deg, #519de8, #185eb1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title-box h2 {
	font-size: 1.4rem;
	margin: 0;
}

.title-box.subtitle ul {
	justify-content: flex-start;
}

.title-box ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.title-box ul li {
	font-size: .85rem;
	margin-right: 5px;
	opacity: .7;
}

.title-box ul li.active {
	opacity: 1;
}

.title-box ul li a {
	padding-right: 5px;
}


.img-box {
	text-align: center;
	overflow: hidden;
}

.img-box img {
	width: 100%;
	transition: all 0.6s;
}

.iconbox1 {
	text-align: center;
	margin-bottom: 2rem;
	overflow: hidden;
}

.iconbox1 img {
	width: auto;
	max-width: 100%;
}

.textbox1 {
	border-radius: 0 100px 100px 0;
	margin-right: 1rem;
	margin-bottom: 2rem;
	padding: 1rem;
	background-color: rgb(255 255 255 / 40%);
	box-shadow: 1px 2px 9px 0px rgb(0 0 0 / 10%), rgb(0 0 0 / 5%) -1px -4px 0px 0px inset;
}

.textbox1 h1 {
	font-size: 40px;
	margin-bottom: .5rem;
	background: -webkit-linear-gradient(180deg, #519de8, #185eb1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.textbox1 h2 {
	font-size: 25px;
	margin-bottom: .75rem;
	color: #236cc3;
	font-family: 'Charmonman-Regular';
}

.textbox1 span:first-child {
	color: #236cc3;
}

.textbox1 span:last-child {
	color: #3173c6;
}

.textbox1 p {
	margin: 0;
}

.contentbox1 .row.g-0 {
	justify-content: center;
}

.textbox2 {
	font-family: 'SourceSans3-Light';
	text-align: center;
}

.textvision {
	text-align: center;
	font-family: 'SourceSans3-Light';
	padding: 0 4rem;
	margin-bottom: 3rem;
}

.textvision h1 {
	font-size: 33px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	font-family: 'Inter-Light';
	background: -webkit-linear-gradient(180deg, #519de8, #185eb1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.textvision p {
	margin: 0;
}

.textvision span {
	color: #236cc3;
}

.icon-box {
	text-align: center;
	padding: 2rem 1rem;
	border-radius: 65px;
	margin-bottom: 1rem;
	background: rgba(255, 255, 255, .5);
	box-shadow: 1px 2px 9px 0px rgb(0 0 0 / 10%), rgb(172 172 172 / 15%) 2px -4px 0px 0px inset;
}

.icon-box img {
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
}

.icon-box:hover img {
	transform: scale(1.05);
}

.icon-box p {
	margin: 1rem auto 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
	height: calc(1rem* 1.4* 5);
}

.textbox3 {
	padding: 7rem 1rem;
	position: relative;
	margin: 2rem auto;
	color: #1b2452;
	background: url("../images/bgblueradius.png") center center no-repeat;
	background-size: cover !important;
	border-radius: 20px;
	font-family: 'Inter-Light';
}

.textbox3 img {
	position: absolute;
	z-index: 1;
}

.textbox3 img.sqr {
	top: -1rem;
	right: 0rem;
	width: 80px;

	-webkit-animation: updown 5s linear infinite;
	animation: updown 5s linear infinite;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}


@-webkit-keyframes updown {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(-15px);
	}

	50% {
		transform: translateY(0px);
	}

	75% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(0px);
	}
}

.textbox3 img.sql {
	bottom: 1rem;
	left: -2.5rem;
	width: 70px;

	-webkit-animation: leftright 4s linear infinite;
	animation: leftright 4s linear infinite;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

@-webkit-keyframes leftright {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-15px);
	}

	50% {
		transform: translateX(0px);
	}

	75% {
		transform: translateX(-15px);
	}

	100% {
		transform: translateX(0px);
	}
}

.textbox3 .textin {
	transform: rotate(-90deg) translateX(10px);
}

.textbox3 h1 {
	font-size: 45px;
	margin: 0;
}

.textbox3 p {
	font-size: 24px;
	margin: 0;
}

.shouldbe-box {
	color: #FFF;
	font-size: 1.2rem;
	padding: 1rem;
	border-radius: 40px;
	background-color: rgb(62, 79, 130);
	margin-bottom: 1rem;
	box-shadow: inset -12px 12px 10px rgba(255, 255, 255, 0.25), inset 5px -3px 11px rgba(0, 0, 0, 0.25);
}

.shouldbe-box .row {
	align-items: center;
}

.shouldbe-icon {
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.6s;
	margin-right: 1rem;
	background-color: rgb(255, 255, 255);
	box-shadow: 1px 2px 9px 0px rgb(0 0 0 / 23%), rgb(172 172 172 / 38%) 4px -5px 0px 0px inset;
}

.shouldbe-box:hover .shouldbe-icon {
	transform: scale(1.05);
}

.shouldbe-icon img {
	width: auto;
	max-width: 100%;
}

.shouldbe-box p {
	margin: 0;
}


.textleft-title,
.textright-title {
	text-align: center;
	margin-bottom: 1rem;
}

.textleft-title h1 {
	font-size: 25px;
	margin: 0;
	font-family: 'SourceSans3-Light';
}

.textright-title h1 {
	font-size: 25px;
	margin: 0;
	font-family: 'SourceSans3-Light';
}

.textbox4 {
	font-family: 'SourceSans3-Light';
	margin: 2rem auto 1rem;
}

.textbox4 ul {
	list-style: none;
}

.textbox4 ul li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 1rem;
}

.textbox4 img {
	width: 20px;
	margin-right: 8px;
	margin-top: 5px;
}

.textbox4 h1 {
	font-size: 33px;
	margin-bottom: .75rem;
	font-family: 'Inter-Light';
	background: -webkit-linear-gradient(180deg, #519de8, #185eb1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.img-box.imgradius1 {
	height: 100%;
	margin: 0;
	border-radius: 20px;
	transition: all 0.6s;
}

.img-box.imgradius1 img {
	height: 100%;
	object-fit: cover;
}

.img-box.imgradius {
	border-radius: 20px;
	margin-bottom: 1rem;
}

.img-box.imgradius:hover img,
.img-box.imgradius1:hover img {
	transform: scale(1.05);
}


.content-box.tagline {
	background: #FFF;
	padding: 7% 0;
	text-align: center;
}

.content-box.tagline h1 {
	font-size: 27px;
	margin: 0;
	font-family: 'Inter-Light';
	background: -webkit-linear-gradient(180deg, rgb(81 157 232) 45%, rgb(0 53 117) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.textbox5 {
	text-align: center;
	margin: 2rem auto;
}

.textbox5 h1 {
	font-size: 1rem;
	margin: 0;
	font-family: 'Inter-Light';
}

.textbox5 p {
	font-size: 28px;
	margin: 3rem auto 1rem;
	color: rgb(223, 240, 255);
	text-transform: uppercase;
	font-family: 'Inter-Light';
	text-shadow: rgb(83, 149, 222) 2px 0px 0px, rgb(83, 149, 222) 1.75517px 0.958851px 0px, rgb(83, 149, 222) 1.0806px 1.68294px 0px, rgb(83, 149, 222) 0.141474px 1.99499px 0px, rgb(83, 149, 222) -0.832294px 1.81859px 0px, rgb(83, 149, 222) -1.60229px 1.19694px 0px, rgb(83, 149, 222) -1.97998px 0.28224px 0px, rgb(83, 149, 222) -1.87291px -0.701566px 0px, rgb(83, 149, 222) -1.30729px -1.5136px 0px, rgb(83, 149, 222) -0.421592px -1.95506px 0px, rgb(83, 149, 222) 0.567324px -1.91785px 0px, rgb(83, 149, 222) 1.41734px -1.41108px 0px, rgb(83, 149, 222) 1.92034px -0.558831px 0px, 1px 2px 5px rgba(0, 0, 0, 0.60);
}

.textbox5 h1 span {
	font-size: 28px;
	font-family: 'Inter-SemiBold';
	background: -webkit-linear-gradient(180deg, #519de8, #003575);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.social-box {
	margin: 1rem auto;
}

.social-box h1 {
	font-size: 1.2rem;
	letter-spacing: 3px;
	margin-bottom: .5rem;
	font-family: 'Inter-Light';
	background: -webkit-linear-gradient(180deg, #519de8, #003575);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.social-box img {
	width: 35px;
	transition: all 0.6s;
	filter: invert(15%) sepia(15%) saturate(4596%) hue-rotate(204deg) brightness(88%) contrast(97%);
}

.social-box img:hover {
	transform: scale(.95);
	filter: none;
}

.mapbox {
	width: 100%;
	height: 315px;
	overflow: hidden;
}

.mapbox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contect-form {
	margin: -7rem auto 2rem;
	padding: .7rem 1.2rem .7rem;

	color: rgb(44, 79, 163);
	border-radius: 20px;
	position: relative;
	z-index: 3;
	font-family: 'Inter-Light';
	box-shadow: rgb(0 0 0 / 45%) 3px 3px 4px;

	background: linear-gradient(219deg, rgba(58, 99, 201, 1) 0%, rgba(48, 83, 167, 1) 39%, rgba(0, 42, 103, 1) 100%);
}

.contect-form .fa-xmark {
	position: absolute;
	right: .75rem;
	top: .75rem;
	z-index: 1;
	font-size: 26px;
	filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 0.9));
}

.contect-form .row.inbg {
	background: rgb(224, 226, 238);
	border-radius: 20px;
	padding-top: 2rem;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contect-form h1 {
	font-size: 30px;
	margin-bottom: 1rem;
	text-align: center;
	letter-spacing: 3px;
}

.detail-form span {
	color: #f00;
}

.detail-form {
	margin-bottom: 1rem;
}

.detail-form p {
	margin-bottom: .5rem;
}

.detail-form #captcha-refresh {
	cursor: pointer;
	color: rgb(44, 79, 163);
	font-size: 26px;
	vertical-align: middle;
}

.detail-form span,
.detail-form p.red-text {
	color: #F00;
	display: initial;
}

.detail-form h1 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.detail-form .custom-file-input,
.detail-form .custom-file {
	height: auto;
}

.form-text,
.custom-file-label {
	padding: 8px 15px;
	background-color: transparent;
	border: none;
	width: 100%;
	color: #1b2452;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 7px,
		rgb(27 31 35 / 11%) 1px 2px 3px inset,
		rgb(255 255 255) -3px -2px 4px inset;
}

.form-text:focus {
	outline: none;
	box-shadow: none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 7px,
		rgb(27 31 35 / 11%) 1px 2px 3px inset,
		rgb(255 255 255) -3px -2px 4px inset;
}

.form-text::placeholder {
	color: #d2d2d2;
}

.detail-form ul {
	list-style: none;
}

.detail-form ul li {
	padding-bottom: 5px;
}

.sendus-btn {
	width: 200px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	margin: .5rem auto 1rem;
	cursor: pointer;
	transition: all 0.5s;
	border-radius: 30px;
	border: none;

	box-shadow: rgb(33 35 38) 0px 10px 6px -10px;
	background: linear-gradient(180deg, rgba(166, 193, 255, 1) 0%, rgba(42, 102, 232, 1) 71%, rgba(17, 72, 191, 1) 100%);
}

.sendus-btn img {
	width: 35px;
	margin: 0;
}

.sendus-btn:hover img {
	filter: brightness(0) invert(1);
}

.sendus-btn:hover {
	transform: scale(.95);
}

.content-box.contactpage {
	background: url("../contactus/images/contactbg.png") center center no-repeat;
	background-size: cover !important;
}

.bannerpage {
	height: 315px;
	overflow: hidden;
	position: relative;
}

.bannerpage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerpage.contactpage .title-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.bannerpage .title-box {
	margin: 0;
}

.bannerpage .title-box h1 {
	margin: 0;
	color: #FFF;
	background: none;
	font-family: 'Inter-Light';
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	text-shadow: 2.179px 3.355px 0px rgba(0, 0, 0, 0.21);
}

.circlecolor {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0rem auto .5rem;
}

.circlecolor .fa-circle {
	margin: 3px;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.6) -1.05px 2.95px 2.6px, rgb(255 255 255 / 60%) 1px -1px 2px;
}

.circlecolor .redcircle {
	color: red;
}

/* Custom Pagination Styles */
.pageclick .pagination {
	margin-top: 30px;
}

.pageclick .page-item .page-link {
	color: #333;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 5px;
	padding: 8px 16px;
	font-size: 16px;
	transition: all 0.3s;
}

.pageclick .page-item.active .page-link {
	background-color: #519de8;
	border-color: #519de8;
	color: #fff;
	font-weight: bold;
}

.pageclick .page-item .page-link:hover {
	background-color: #f0f0f0;
	color: #519de8;
	border-color: #519de8;
}

.pageclick .page-item.disabled .page-link {
	color: #ccc;
	background-color: #fff;
	border-color: #eee;
	cursor: not-allowed;
}

.circlecolor .yellowcircle {
	color: yellow;
}

.circlecolor .greencircle {
	color: green;
}


.bannerpage.policypage,
.bannerpage.servicespage {
	padding: 20% 0 6%;
	height: auto;
	background: url("../images/bg-banner.png") center center no-repeat;
	background-size: cover !important;
}

.services-box {
	margin-bottom: 2rem;
}

.services-box .img-box {
	width: 80%;
	margin: auto;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	transition: all 0.6s;
	aspect-ratio: 4/3;
}

.textservices {
	padding: 7rem 1rem .5rem;
	text-align: center;
	color: #FFF;
	margin-top: -6rem;
	border-radius: 15px;
	background: -webkit-linear-gradient(#92bbd8, #3b6d9d);
}

.services-box:hover .img-box {
	transform: translateY(-10px);
}

.services-box .img-box img {
	height: 100%;
	object-fit: cover;
}

.textservice {
	margin: 1rem auto;
}

.textservice h1 {
	font-size: 33px;
	margin-bottom: .5rem;
	font-family: 'Inter-Light';
	background: -webkit-linear-gradient(180deg , #519de8, #003575);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.iconservice {
	color: #FFF;
	padding: 1rem;
	margin: 0 auto 1rem;
	border-radius: 30px;
	text-align: left;
	background-color: rgb(62, 79, 130);
	box-shadow: inset -12px 12px 10px rgba(255, 255, 255, 0.25), inset 5px -3px 11px rgba(0, 0, 0, 0.25);
}

.iconservice h1 {
	font-size: 25px;
	margin: 1rem 0 0;
	font-family: 'Inter-Regular';
}

.iconservice p {
	margin: 0;
	font-family: 'SourceSans3-Light', sans-serif !important;
	font-weight: 400 !important;
}

.iconservice .imgservice {
	width: 85px;
	height: 85px;
	border-radius: 15px;
	background: #FFF;
	padding: .5rem;
	transition: all 0.5s;
}

.iconservice:hover .imgservice {
	transform: scale(1.03);
}

.iconservice img {
	width: auto;
	max-width: 100%;
	transition: all 0.5s;
}

.textdetailservice ul {
	list-style: none;
	margin: .5rem auto;
}

.textdetailservice ul li {
	margin-bottom: .3rem;
}


.textpolicy {
	margin-bottom: 1rem;
}

.textpolicy h1 {
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Inter-SemiBold';

	font-family: 'Inter-Light';
	background: -webkit-linear-gradient(180deg, #519de8, #185eb1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.textpolicy h2 {
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Inter-Regular';

	font-family: 'Inter-Light';
	background: -webkit-linear-gradient(180deg, #519de8, #185eb1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.textpolicy .fa-circle-chevron-right {
	font-size: 1rem;
	margin-right: 10px;
}

.textpolicy p {
	text-indent: 3%;
	margin-left: 1rem;
}

.textpolicy ul {
	list-style: none;
	padding-left: 3%;
	margin: .5rem auto;
}

/*///////////Start-Policy///////////////*/
.policy-box {
	position: fixed;
	bottom: 0%;
	right: 0%;
	width: 100%;
	text-align: left;
	padding: 1rem;
	color: #000;
	z-index: 1234;
	display: block;
	font-size: 1rem;
	background: #FFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.policy-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.policy-box ul li {
	padding: 0 10px;
}

.policy-box p {
	font-size: 1.1rem !important;
	margin-bottom: 0;
}

.policy-box a {
	text-decoration: underline;
}

.policy-box a:hover {
	text-decoration: none;
	color: #235dc2;
}

.policy-box .btn-policy {
	width: 210px;
	padding: 8px;
	transition: all 0.5s;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	margin: .5rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	border: 1px solid #235dc2;
	background: #235dc2;
	border-radius: 30px;
}

.btn-policy:hover {
	color: #235dc2;
	background: #FFF;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer {
	color: #FFF;
	padding: 10% 0 5%;
	font-family: 'Inter-Light';
	background: linear-gradient(0deg, rgba(122, 168, 224, 0.85) 0%, rgba(35, 93, 194, 0.85) 6%);
}

.footer ul {
	list-style: none;
}

.footer h1 {
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'SukhumvitSet-SemiBold';
}

.footer hr {
	width: 2em;
	margin: .5rem 0 .75rem;
	opacity: 1;
	border-color: #000;
}

.footer a {
	display: inline-block;
}

.footer p {
	margin-bottom: 0rem;
}

.footer a:hover {
	color: #1B2452;
	text-decoration: underline;
}

.contact-footer {
	margin: 2rem auto;
}

.address-footer img {
	width: 150px;
}

.social-footer {
	margin: 2rem auto 0;
	text-align: center;
}

.social-footer img {
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.social-footer img:hover {
	transform: scale(.95);
	filter: none;
}

.copyright-box {
	text-align: center;
	margin-top: 2rem;
	font-size: .9rem;
	border-top: 1px solid #FFF;
	padding-top: 1rem;
	font-family: 'Inter-Light', 'Kanit-Regular';
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body {
		max-width: 100% !important;
	}

	.navbar-collapse {
		position: fixed;
		width: 100%;
		background: rgb(43 117 209 / 90%);
		height: 100% !important;
		max-height: none !important;
		top: -40%;
		display: block;
		left: 0%;
		opacity: 0;
		margin: 0 !important;
		z-index: 55;
		transition: all .5s;
		overflow-y: scroll;
		box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}

	.navbar-collapse::-webkit-scrollbar {
		width: 0;
	}

	.navbar-collapse.in {
		top: 0;
		opacity: 1;
		transition: all .5s;
	}

	.navbar-collapse.show {
		top: 0;
		opacity: 1;
		transition: all .5s;
	}

	.all-container {
		width: 100%;
	}

	.all-container.-collapse {
		transition: all .5s;
	}

	.navbar-expand-lg,
	.navbar-collapse,
	.navbar-collapse.collapsing,
	.all-container.all-container.all-container {
		transition: all .5s !important;
	}

	.navbar-expand-lg.-collapse {
		width: 100%;
		transition: all .5s;
	}


}



.vdoproducts {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 3/2;
	margin: 2rem auto 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.vdoproducts iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-for .slick-dots {
	bottom: -30px !important;
}

.slider-for {
	margin-bottom: 60px !important;
}

/* Video Embed Styles */
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Custom Pagination Styles */
.pageclick .pagination {
	margin-top: 30px;
}

.pageclick .page-item .page-link {
	color: #333;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 5px;
	padding: 8px 16px;
	font-size: 16px;
	transition: all 0.3s;
}

.pageclick .page-item.active .page-link {
	background-color: #519de8;
	border-color: #519de8;
	color: #fff;
	font-weight: bold;
}

.pageclick .page-item .page-link:hover {
	background-color: #f0f0f0;
	color: #519de8;
	border-color: #519de8;
}

.pageclick .page-item.disabled .page-link {
	color: #ccc;
	background-color: #fff;
	border-color: #eee;
	cursor: not-allowed;
}

/* Service Detail Styles */
.service-detail {
	font-family: 'SourceSans3-Light', sans-serif;
}

.service-detail ul {
	padding: revert-layer;
	margin: 0;
	list-style: revert-layer;
}

/* PDF Download Button */
.btn-pdf {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background: linear-gradient(180deg, #519de8 0%, #003575 100%);
	padding: 8px 20px;
	border-radius: 10px;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 53, 117, 0.3);
	border: none;
}

.btn-pdf:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 53, 117, 0.5);
	color: #FFF;
}

.btn-pdf img {
	height: 25px;
	width: auto;
	margin-right: 8px;
	filter: brightness(0) invert(1);
}