:root {
	--primary-color: #1b71b4;
	--secondary-color: #932018;
	--tird-color: #5383ec;

	--dark: #121214;
	--hover: #406ba5;

	--blue: #3b3d80;
	--l-blue: #406ba5;
	--green: #60993d;
	--l-lgreen: #8bb83a;
	--red: #e3322a;

	--gradient: linear-gradient(27deg, rgba(112, 19, 11, 1) 0%, rgba(181, 37, 26, 1) 66%);
	--gradient-blue: linear-gradient(27deg, rgba(8, 19, 42, 1) 0%, rgba(57, 108, 174, 1) 60%, rgba(49, 130, 235, 1) 100%);
	--gradient-green: linear-gradient(319deg, rgba(174, 224, 81, 1) 2%, rgba(118, 166, 23, 1) 100%);
	--gradient-red: linear-gradient(27deg, rgba(112, 19, 11, 1) 0%, rgba(181, 37, 26, 1) 66%);

	--c-glass: #bbbbbc;
	--c-light: #fff;
	--c-dark: #000;

	--c-content: #e1e1e1;
	--c-action: #03d5ff;

	--c-bg: #1b1b1d;

	--glass-reflex-dark: 2;
	--glass-reflex-light: 0.3;

	--saturation: 150%;

}

.text-green {
	color: #8bb83a;
}

[data-animate] {
	opacity: initial;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 75%;
	}
}

#page-title {
	padding-bottom: 40px;
}

#page-title[data-bg-parallax], [data-bg-parallax] {
	background-color: transparent;
}

html {
	scroll-behavior: smooth;
}

.text-color {
	color: var(--primary-color);
}

body, p,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav>ul>li>a,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.article-name span,
#footer p {
	/* font-family: "Prompt", sans-serif; */
	font-family: "Montserrat", "Noto Sans Thai", sans-serif;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000000;
}

body, p, address {
	font-size: 16px;
	font-weight: 400;
}

.italic {
	font-style: italic;
}

.w100, .w-100 {
	width: 100%;
}

.w80 {
	width: 80%;
}

.w70 {
	width: 70%;
}

section {
	background: transparent;
}

.index-main-content {
	position: relative;
}

a {
	color: var(--primary-color);
}

a:not(.btn):hover,
a:not(.btn-view):hover,
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
	color: var(--primary-color);
}

/* logo */
#header .header-inner #logo a>img {
	height: 64px;
	margin-top: -4px;
	vertical-align: middle;
}

#header .header-inner #logo a {
	display: inline-block;
	float: left;
	height: 80px;
	vertical-align: middle;
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
	color: #ffffff;
	border: none;
	line-height: 42px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-decoration: none;
	outline: none;
	padding: 0 30px;
	background: var(--gradient-blue);
}

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
	border-color: #333;
	color: #333;
	background: transparent;
}

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active,
button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
	background: linear-gradient(319deg, rgba(26, 27, 75, 1), rgba(20, 121, 255, 1) 56.72%);
	border-color: #1178e7;
	color: #fff;
	box-shadow: 0 10px 23px rgba(17, 108, 231, 0.79);
}

#header.header-modern:not(.header-active) .header-inner, #header.header-modern:not(.header-active) #header-wrap {
	border-radius: 16px;
}

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
	background: var(--gradient-blue);
	color: #fff;
	border-color: transparent;
	text-decoration: none;
	box-shadow: 0 10px 23px rgba(17, 108, 231, 0.79);
}

.btn-view {
	background: var(--gradient-blue);
	color: #fff;
	padding: 0 10px;
	border-radius: 50px;
}

.btn-view:hover {
	background: var(--gradient-green);
	color: #fff !important;
}

.headbar {
	position: relative;
}

.headbar .btn {
	position: absolute !important;
	right: 15px;
	top: 10px;
}

.header-extras>ul>li {
	margin-left: 5px;
}

.header-extras>ul>li.header-link {
	margin-left: 18px;
}

.flickity-button {
	border-radius: 50%;
}

.flickity-button:hover {
	background: var(--gradient-red);
}

.form-group label:not(.error) {
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 4px;
}

.btn-circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	display: inline-block;
	color: #fff !important;
	background: var(--gradient);
}

.btn-circle.btn-expand img {
	width: 14px;
	height: auto;
}

#search {
	background: rgba(31, 68, 80, 0.88);
	backdrop-filter: blur(2px);
}

#search .search-form .form-control {
	color: #fff;
	text-align: center;
}

#search .search-form .text-muted {
	color: rgba(255, 255, 255, 0.62) !important;
	opacity: 1;
}

#search .btn-search-close {
	background: var(--secondary-color);
	color: var(--primary-color)
}

.header-contact {
	margin-right: 20px;
}

.header-contact ul.list-contact li {
	display: inline-block;
}

.header-contact ul.list-contact li span {
	display: none;
}

ul.list-contact li i {
	margin-right: 1px !important;
}

ul.list-contact li a:hover i {
	color: var(--secondary-color);
	background: var(--primary-color);
}

.header-extras>ul>li>a:not(.btn) i,
.header-extras>ul>li .topbar-dropdown>.title i,
.header-language i {
	font-size: 18px;
}

.header-extras>ul>li a:hover,
.header-extras>ul>li a:hover i {
	color: var(--primary-color);
}

.header-extras>ul>li .p-dropdown a>span {
	top: -13px;
}

.img-flags {
	width: 20px;
}

.p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content {
	padding: 5px;
}

/* search */
#btn-shopping,
#btn-search {
	margin-top: 17px;
}

#btn-shopping,
#btn-search,
.search-btn {
	border: 1px solid #ddd;
	width: 42px;
	height: 42px;
	align-content: center;
	border-radius: 50%;
	line-height: 40px;
	padding: 0;
	text-align: center;
	box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
}

#btn-shopping i,
#btn-search i,
.search-btn i {
	line-height: inherit !important;
}

#btn-shopping:hover,
#btn-search:hover,
.search-btn:hover {
	box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
}

.search-btn:hover i {
	color: var(--primary-color);
}

.search-wrapper {
	width: 42px;
	height: 42px;
	display: flex;
	border-radius: 4rem;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.23);
	overflow: hidden;
	transition: 400ms ease-in-out;
	position: relative;
	margin-top: 16px;
}

.search-wrapper.active {
	width: 300px;
}

.search-wrapper input {
	color: #000;
	background: #fff;
	box-shadow: -1px 6px 9px rgba(0, 0, 0, 0.39) inset;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 40px;
	margin-right: 2px;
	outline: none;
	border: none;
	font-size: 500;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.search-btn {
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: auto;
	z-index: 1;
	color: #fff;
	border: none;
}

/* menu */
#mainMenu nav>ul>li>a {
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
	letter-spacing: 0;
	color: #2c237c;
}

#mainMenu nav>ul>li.hover-active>a, #mainMenu nav>ul>li.hover-active>span, #mainMenu nav>ul>li.current>a, #mainMenu nav>ul>li.current>span, #mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a, #mainMenu nav>ul>li:focus>span {
	color: var(--secondary-color);
}

#mainMenu nav>ul>li {
	display: inline-block;
	float: none;
	margin: 0;
}

#mainMenu nav>ul>li .dropdown-menu li {
	line-height: 40px;
	font-size: 1em;
}

#mainMenu nav>ul>li .dropdown-menu li a {
	color: #333;
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a, #mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a, #mainMenu nav>ul>li .dropdown-menu>li:hover>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a, #mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a, #mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a, #mainMenu nav>ul>li .dropdown-menu>li.hover-active>span {
	color: var(--secondary-color);
}

#mainMenu nav>ul>li>a {
	padding: 10px 15px;
	border-radius: 50px;
}

#mainMenu nav>ul>li.active>a,
#mainMenu nav>ul>li>a:hover {
	background: var(--gradient-blue);
	color: #fff;
	text-decoration: none;
}

#slider::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 1;
	pointer-events: none;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 63%, rgba(0, 0, 0, 1) 100%);
	opacity: 0.4;
	backdrop-filter: blur(9px);
}

#slider::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	z-index: 1;
	pointer-events: none;
	background: #fff;
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.93) 19.33%, rgba(252, 252, 255, 0.4) 49.16%, rgba(248, 248, 248, 0.11) 75.21%, rgba(255, 255, 255, 0));
	z-index: 198;
}

.inspiro-slider .slide .slide-captions {
	width: 50%;
	text-align: center;
	margin: auto;
}

.inspiro-slider .slide .container,
.inspiro-slider .slide .container-wide {
	align-self: auto !important;
}

.inspiro-slider .slide .slide-captions {
	top: 160px;
}

.inspiro-slider .slide .slide-captions>p,
.inspiro-slider .slide .slide-captions h1 {
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
	color: #fff;
}

.inspiro-slider .slide .slide-captions h1 {
	font-weight: 500;
	font-size: 3em;
	letter-spacing: 0;
	line-height: 1.5;
}

.inspiro-slider .slide .slide-captions h1 span {
	font-family: "STIX Two Text", "Noto Sans Thai", sans-serif !important;
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
	letter-spacing: 5px;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.42);
}

.inspiro-slider .slide .slide-captions>p {
	font-size: 1.7em;
	color: #fff;
	margin-bottom: 20px;
}

/* service */
.sect-service {
	overflow: initial;
	padding: 0;
}

/* .sect-service .container >.row{
position: relative;
top: -200px;
margin-bottom: -200px;
z-index: 2;
} */

/* about */
.sect-about {
	background: url(../images/bg-01.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
}

.sect-about .headbar .ctm-title {
	font-size: 3em;
	max-width: 500px;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1.25;
	margin-right: 40px;
	float: left;
}

.sect-about .lft img {
	width: 90%;
	border-radius: 20px;
}

.sect-about .headbar .ctm-title span {
	color: var(--secondary-color);
}

.sect-about .headbar .htitle {
	font-size: 2.5em;
	color: #8f8b8b;
}

.sect-about:not(.page-about) .headbar .htitle {
	float: right;
	display: inline-block;
	width: 50%;
	text-align: right;
}

.sect-about .cright {
	text-align: right;
}

.sect-about .about-content {
	align-content: center;
}

.text-sm-floating {
	position: absolute;
	right: 15px;
	top: 16px;
	font-size: 14px;
}

img.img-bed {
	position: relative;
	left: -10%;
	width: 900px;
}

.video-box {
	position: relative;
	margin-bottom: 10px;
}

.box-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: -webkit-flex;
}

.box-btn a i {
	color: #0f6dc4 !important;
}

.box-btn a.play-button {
	width: 60px;
	height: 60px;
	z-index: 3;
	margin: auto;
	text-align: center;
	background: #fff;
	color: #000 !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-btn a i {
	color: #e02121 !important;
	font-size: 24px;
}

.pulse {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	animation: pulse-animation 1.5s infinite ease-out;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.pulse:nth-child(2) {
	animation-delay: 0.5s;
}

.pulse:nth-child(3) {
	animation-delay: 1s;
}

@keyframes pulse-animation {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}

.transition {
	transition: all .3s ease-in-out;
}

/* articles Section */
.sect-articles {
	padding: 80px 0;
	padding-bottom: 160px;
}

.article-slide {
	margin: 0 -15px;
}

.article-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	margin: 15px 0;
	height: 100%;
}

.article-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.article-image {
	position: relative;
	overflow: hidden;
	height: 250px;
}

.article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.article-card:hover .article-image img {
	transform: scale(1.1);
}

.article-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.article-card:hover .article-overlay {
	opacity: 1;
}

.article-content {
	position: relative;
	padding: 20px;
	min-height: 200px;
}

.article-content h4 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: var(--primary-color);
	line-height: 1.4;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.article-content p {
	color: #666;
	margin-bottom: 15px;
	font-weight: 500;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.article-meta {
	display: flex;
	justify-content: space-between;
	color: #888;
	font-size: 0.9em;
}

.article-meta span {
	display: flex;
	align-items: center;
}

.article-meta i {
	margin-right: 5px;
	color: var(--primary-color);
}

/* article Slider Navigation */
.article-slide .flickity-button {
	background: var(--primary-color);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.article-slide .flickity-button:hover {
	background: var(--secondary-color);
}

.article-slide .flickity-button:disabled {
	opacity: 0.3;
}

.article-slide .flickity-page-dots {
	bottom: -40px;
}

.article-slide .flickity-page-dots .dot {
	background: #ddd;
	opacity: 1;
}

.article-slide .flickity-page-dots .dot.is-selected {
	background: var(--primary-color);
}

@media (max-width: 767px) {
	.sect-articles {
		padding: 60px 0;
	}

	.article-card {
		margin: 0px;
	}

	.article-image {
		height: 180px;
	}
}

/* service */
.article-card.service-card .article-content {
	min-height: 175px;
}

.article-card.service-card .article-content p {
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

/* banner */
/* .sect-banner{ padding-top: 0;} */
.sect-banner .bnr-left {
	width: 90%;
	float: left;
	border-radius: 0 300px;
	position: relative;
	overflow: hidden;
	/* left: 2%; */
}

.sect-banner .bnr-right {
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	border-radius: 200px 0;
	overflow: hidden;
	right: 2%;
}

.caption-inside {
	position: relative;
}

.caption-inside .captions {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15%;
	margin: auto;
	vertical-align: middle;
	align-content: center;
	font-size: 1.5em;
	max-width: 41%;
}

.quote-icon {
	position: relative;
}

.quote-icon::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 70px;
	left: -60px;
	top: -20px;
	background: url(../images/icon-quote-green.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}

/* footer */
#footer {
	background: #e7e7e7;
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#footer {
	background: #03071d;
	background: url(../images/bg-footer.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
}

#footer, #footer p, #footer a, #footer a:not(.btn):not(:hover) {
	color: #ddd;
}

#footer h4,
#footer strong,
#footer .name-th,
#footer a:hover {
	color: #fff !important;
}

#footer .footer-content {
	position: relative;
}

#footer .company-name {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#footer .name-th {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	/* color: var(--primary-color); */
}

#footer address {
	font-style: normal;
	line-height: 1.8;
	margin-bottom: 20px;
}

#footer .list-contact li {
	margin-bottom: 15px;
}

#footer .list-contact li i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #1a2034;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	transition: all 0.3s ease;
}

#footer .social-icons {
	margin-top: 20px;
}

#footer .social-icons li {
	margin-right: 10px;
}

#footer .social-icons li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	transition: all 0.3s ease;
}

#footer .social-icons li a:not(:hover) {
	background: #1a2034 !important;
}

#footer .social-icons li a:hover {
	background: var(--hover-color);
	transform: translateY(-3px);
}

#footer .list-links li {
	margin: 0 8px;
	float: left;
}

#footer .list-links li:first-child {
	margin-left: 0;
}

#footer .list-links li a {
	font-weight: 500;
	color: #666;
	transition: all 0.3s ease;
}

#footer .list-links li a:hover {
	color: var(--primary-color);
}

#footer .copyright {
	font-size: 14px;
	margin: 0;
	line-height: 32px;
	float: right;
}

.img-qrcode {
	width: 150px;
	margin: -5px;
}

ul.list-contact li {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 500;
}

ul.list-contact li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	color: var(--primary-color);
	font-size: 14px;
}

footer ul.list-contact li i {
	margin-right: 7px !important;
}

/*ul.list-contact li a{ color:#fff !important; }*/
ul.list-contact li a:hover {
	color: #000 !important;
	background: transparent;
	text-decoration: underline;
}

#footer .widget .widget-title,
#footer .widget h4 {
	font-weight: normal;
	font-size: 16px;
}

#footer .copyright-content {
	background: transparent;
}

#footer .copyright-content {
	font-size: 15px;
}

footer .col-qr {
	text-align: right;
}

footer .col-qr .widget {
	display: inline-block;
	text-align: left;
}

footer .cright .inner {
	display: inline-block;
	float: left;
	margin-left: 40px;
}

footer .cright .social-icons {
	clear: both;
}

footer ul.list-contact {
	display: inline-block;
	float: left;
}

.clear {
	clear: both;
	display: block;
}

.img-qrcode {
	float: right;
}

footer .ft-connect .widget {
	text-align: center;
	display: inline-block;
	float: right;
	/* background: rgba(255, 255, 255, 0.53);*/
	border-radius: 20px;
	backdrop-filter: blur(6px);
}

footer .ft-connect .widget h4 {
	text-transform: none;
}

footer .ft-connect .widget a:hover {
	color: #fff;
}

footer .ft-connect img {
	border-radius: 13px;
}

footer ul.list-contact li i {
	background: var(--primary-color);
	color: #fff;
}

footer ul.list-contact li a:hover i {
	background: var(--hover-color);
	color: #fff;
}

#scrollTop:after, #scrollTop:before {
	background: var(--primary-color);
}

#footer .col-fll .list-links a {
	font-weight: 600 !important;
}

#footer .col-right .list-links {
	float: right;
}

.list-contact.social span {
	display: none;
}

.list-contact.social li {
	display: inline-block;
}

.bg-color-box {
	background: #91c53f;
	color: #fff;
	padding: 20px;
}

#header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
	border-radius: 0;
}

.social-icons li.social-facebook a:hover {
	background-color: #227df5 !important;
	color: #fff;
}

.social-icons li.social-youtube a:hover {
	background-color: #ff0000 !important;
	color: #fff;
}

.social-icons li.social-line a:hover {
	background-color: #00c300 !important;
	color: #fff;
}

.social-icons li.social-x a {
	background-color: #000;
	color: #fff;
}

.social-icons li.social-x a:hover img, .social-icons li.social-line a:hover img {
	filter: brightness(0) invert(1);
}

.social-icons li.social-tiktok a:hover {
	background-color: #000 !important;
	color: #fff;
}

.social-icons li.social-linkedin a:hover {
	background-color: #0b66c2 !important;
	color: #fff;
}

.social-icons.social-icons-colored .social-whatsapp a, .social-icons.social-icons-colored-hover .social-whatsapp a:hover {
	background-color: #24d366 !important;
	color: #fff;
}

.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social {
	filter: none;
}

.social-icons.social-icons-colored-hover li.social-x a:not(:hover),
.social-icons.social-icons-colored-hover li.social-tiktok a:not(:hover) {
	background: transparent;
	color: #000;
}

.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social {
	filter: brightness(0) invert(1);
}

.social-icons.light li a:not(:hover) .image-icon-social {
	filter: brightness(0) invert(1);
}

.social-icons:not(.social-title) li.social-instagram a,
.social-icons:not(.social-title) li.social-instagram a:hover {
	background-color: transparent;
	background: url('../images/social/instagram-bg.jpg') no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

/* .social-icons:not(.social-title) li.social-tiktok a, */
.social-icons:not(.social-title) li.social-tiktok a:hover {
	background-color: transparent;
	background: #000 url('../images/social/tiktok-bg.webp') no-repeat !important;
	background-size: 15px !important;
	background-position: center !important;
}

.social-icons li.social-tiktok a:hover i {
	opacity: 0;
}

.image-icon-social {
	height: 13px;
	top: -1px;
	position: relative;
	filter: brightness(0) invert(1);
}

footer .social-icons li.social-line a:hover .image-icon-social {
	filter: brightness(0) invert(1);
}

.social-x a:hover {
	color: #0766c2;
}

footer .social-icons li.social-instagram a:hover {
	color: #fff;
}

.social-icons li:hover img {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

.social-icons img {
	height: 16px;
}

.social-icons.social-icons-colored .social-gmail a, .social-icons.social-icons-colored-hover .social-gmail a:hover {
	background-color: #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.34) inset;
}

.social-icons li.social-line a {
	background-color: #00c300 !important;
	color: #fff;
}

.social-icons li.social-linemyshop a {
	background-color: #00c300 !important;
	color: #fff;
}

.social-icons li.social-linemyshop a img.image-icon-social {
	filter: none;
}

.social-icons .social-phone a {
	background: #25940f;
}

.social-icons .social-website a {
	background: #285fb4;
}

.social-icons .line-oa img {
	max-width: 81%;
	height: auto;
}

.social-shopee a, .social-shopee a:hover {
	background: #ee4d2d !important;
}

.social-shopee a img {
	filter: brightness(0) invert(1);
}

img.social-img-lazada {
	height: 23px;
}

.social-lazada a:hover {
	background: url(../images/social/social-lazada.png) no-repeat !important;
	background-size: 40px !important;
	background-position: center;
}

.social-img-icon a:hover img {
	opacity: 0 !important;
}

/* about */
.sh_subpage .dark #mainMenu nav>ul>li>a,
.sh_subpage .dark .header-extras .p-dropdown a>span,
.sh_subpage .dark .header-extras a>i {
	color: #000;
}

#header[data-transparent=true]+#page-title {
	top: initial;
	margin-bottom: initial;
	position: relative;
	padding: 80px 0 40px 0;
}

/* Services Page */
.service-card {
	background-color: #fff;
	border: none;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	transition: all 0.4s ease;
	overflow: hidden;
	height: 100%;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(40, 40, 90, 0.15);
}

.service-card .card-img-top {
	border-radius: 0;
	height: 200px;
	object-fit: cover;
}

.service-card .card-body {
	padding: 15px;
}

.service-card .card-title {
	font-size: 1.13em;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.service-card .card-text {
	color: #666;
	font-size: 15px;
	margin-top: 7px;
	/* margin-bottom: 25px; */
	/* min-height: 70px; */
}

/* Pagination */
.pagination {
	justify-content: center;
	margin-top: 30px;
}

.pagination .page-item .page-link {
	border: none;
	border-radius: 50px !important;
	/* important to override bootstrap */
	color: var(--primary-color);
	background-color: #f0f0f0;
	margin: 0 5px;
	padding: 10px 15px;
	min-width: 45px;
	text-align: center;
	transition: all 0.3s ease;
}

.pagination .page-item .page-link:hover {
	background-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
}

.pagination .page-item:not(.disabled).active>.page-link {
	color: #fff;
}

.pagination .page-item.active .page-link {
	background: var(--primary-color);
	background: linear-gradient(319deg, rgba(26, 27, 75, 1), rgba(20, 121, 255, 1) 56.72%);
	color: #fff;
	box-shadow: 0 5px 15px rgba(20, 121, 255, 0.4);
}

.pagination .page-item.disabled .page-link {
	background-color: #e9ecef;
	color: #6c757d;
}

/* Service Detail Page */
.service-detail .product-image {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-detail .product-title h3 {
	font-size: 30px !important;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 10px !Important;
}

.service-detail .product-brief {
	font-size: 1.1em;
	line-height: 1.8;
	color: #555;
	margin-bottom: 30px;
}

.service-detail .product-features h4 {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.service-detail .product-features ul {
	list-style: none;
	padding-left: 0;
}

.service-detail .product-features ul li {
	font-size: 1.05em;
	color: #666;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.service-detail .product-features ul li i {
	color: var(--secondary-color);
	margin-right: 12px;
	font-size: 1.2em;
}

/* Post Meta */
.service-detail .post-date {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.service-detail .category-link {
	border-radius: 50px;
	font-size: 0.9em;
	font-weight: 500;
	transition: all 0.3s ease;
}

.service-detail .category-link:hover {
	color: var(--hover);
	text-decoration: none;
}

.service-detail .post-meta-date {
	color: #888;
	font-size: 0.95em;
}

.service-detail .post-meta-date i {
	margin-right: 8px;
}

.post-share {
	margin-left: auto;
}

.btn-share {
	color: #555;
	font-weight: 500;
	transition: color 0.3s ease;
}

.btn-share:hover {
	color: var(--primary-color);
	text-decoration: none;
}

/* Share Modal */
.modal-wrapper {
	display: none;
	position: fixed;
	z-index: 1050;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.modal-wrapper.show {
	display: flex;
}

.modal-content {
	background-color: #fff;
	margin: auto;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	width: 90%;
	max-width: 400px;
	text-align: center;
	position: relative;
	animation: fadeInModal 0.4s;
}

@keyframes fadeInModal {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.close-modal-btn {
	color: #aaa;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.modal-content h4 {
	margin-top: 0;
	font-size: 1.5em;
	color: var(--primary-color);
}

.share-options {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 20px;
}

.share-btn {
	padding: 12px 20px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.share-btn:hover {
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}

.facebook-btn {
	background-color: #1877F2;
}

.twitter-btn {
	background-color: #1DA1F2;
}

.copy-link-btn {
	background-color: #6c757d;
}

.link-copied-message {
	margin-top: 15px;
	color: var(--secondary-color);
	font-weight: 500;
}

.news-card .post-meta-date {
	font-size: 14px;
	margin-bottom: 4px;
	display: inline-block;
	color: #9c9c9c;
}

/* Contact Page */
.contact-form .form-control {
	border-radius: 8px;
	padding: 12px 15px;
	height: auto;
	border: 1px solid #e9ecef;
}

.contact-form .form-control:focus {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 0.2rem rgba(60, 61, 128, 0.25);
}

.contact-form label {
	font-weight: 500;
	color: #333;
}

.contact-info-detail {
	background-color: #f8f9fa;
	padding: 30px;
	border-radius: 10px;
}

.contact-info-detail h4 {
	color: var(--primary-color);
	font-weight: 600;
	margin-bottom: 20px;
}

.list-icon {
	list-style: none;
	padding-left: 0;
}

.list-icon li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #555;
	font-size: 1.05em;
}

.list-icon li i {
	color: var(--primary-color);
	margin-right: 15px;
	font-size: 1.3em;
	width: 25px;
	text-align: center;
}

.contact-map iframe {
	border-radius: 10px;
}

.btn-primary.btn-block {
	background: var(--primary-color);
}

/* Privacy Policy Page */
.privacy-policy-content h4 {
	font-size: 1.5em;
	font-weight: 600;
	color: var(--primary-color);
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 10px;
}

.privacy-policy-content p {
	line-height: 1.8;
	margin-bottom: 15px;
}

.privacy-policy-content ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 15px;
}

.privacy-policy-content ul li {
	margin-bottom: 10px;
}

.privacy-policy-content address {
	font-style: normal;
	line-height: 1.8;
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin-top: 20px;
}

/* PDPA Banner */
.pdpa-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(26, 27, 75, 0.95);
	color: #fff;
	padding: 20px;
	z-index: 1100;
	display: none;
	backdrop-filter: blur(5px);
	box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.pdpa-banner.show {
	display: block;
}

.pdpa-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 75%;
	margin: 0 auto;
	gap: 20px;
}

.pdpa-content p {
	margin: 0;
	font-size: 0.95em;
	color: #fff;
}

.pdpa-content p a {
	color: var(--secondary-color);
	text-decoration: underline;
}

.pdpa-content p a:hover {
	color: #fff;
}

#pdpa-accept-btn {
	flex-shrink: 0;
	background: var(--secondary-color);
	color: #fff;
}

#pdpa-accept-btn:hover {
	background: #7ca535;
}

@media (max-width: 768px) {
	.pdpa-content {
		flex-direction: column;
		text-align: center;
	}

	.pdpa-content p {
		margin-bottom: 15px;
	}
}

.btn-viewmore {
	position: relative;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 2em;
	background-color: var(--primary-color);
	color: #fff !important;
	transition: all .2s ease-in-out;
}

.btn-viewmore img {
	width: 69px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	right: 0;
	margin: auto;
	z-index: 3;
}

.btn-viewmore::before {
	position: absolute;
	content: "";
	left: -20px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 150px;
	height: 150px;
	background: url(../images/contact.png) no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 1;
	-webkit-animation: spin 5s linear infinite;
	-moz-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}

.btn-viewmore:hover::before {
	animation: paused;
}

.btn-viewmore:hover {
	transform: scale(1.1);
	background: var(--secondary-color);
	box-shadow: -0.9921875px 15.84375px 17px rgba(117, 111, 111, 0.22);
}

.rotate {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin: -60px 0 0 -60px;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.sect-banner .btn-viewmore {
	position: absolute;
	top: 10%;
	right: 12%;
	z-index: 2;
	box-shadow: 0 10px 23px rgba(17, 108, 231, 0.79);
}

#scrollTop {
	bottom: 70px !important;
}

/* index-2-styl */
/* 0a69de */
.headbar .htitle {
	color: var(--primary-color);
}

.container-fluid {
	padding: 0 40px;
}

#header .header-inner,
.hero-banner-wrap {
	/* background: #929292;
background: linear-gradient(to right, rgba(235, 235, 235, 1), rgba(228, 228, 228, 1) 18%, rgba(255, 255, 255, 1) 32%,
rgba(137, 150, 172, 1) 43%, rgba(202, 206, 213, 1) 68%, rgba(255, 255, 255, 1));

background:linear-gradient(to right, rgba(235, 235, 235, 1), rgba(228, 228, 228, 1) 18%, rgba(255, 255, 255, 1) 32%,
rgba(204, 224, 216, 1) 43%, rgba(202, 206, 213, 1) 68%, rgba(255, 255, 255, 1)); */
}

.hero-banner-wrap .container-fluid {
	padding: 0px 40px 40px 40px;
}

.top-link {
	float: right;
	line-height: normal;
	overflow: hidden;
	z-index: 2;
}

.top-link .alink {
	position: relative;
	height: 52px;
	line-height: 52;
	background: var(--gradient-blue);
	display: inline-block;
	padding-left: 60px;
}

.top-link .alink::before {
	position: absolute;
	content: "";
	width: 136px;
	height: 52px;
	left: 0;
	top: 0;
	background: url(../images/decor/shape-left.png) no-repeat;
	background-size: 100%;
	background-position: left top;
}

.top-link .alink:hover {
	background: linear-gradient(59deg, rgba(26, 27, 75, 1), rgba(20, 121, 255, 1) 81.51%);
}

.alink p {
	z-index: 2;
	padding: 0 20px;
	color: #fcfffb;
	text-shadow: 0 2px 1px rgba(62, 62, 62, 1);
	font-weight: 600;
	line-height: 52px;
}

/* #slider{border-radius: 20px;} */
#slider::before,
#slider::after {
	display: none;
}

.sect-service {
	padding: 80px 0;
	padding-top: 40px;
}

.sect-articles {
	background: url(../images/bg-about.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

/* Icon Boxes */
.sect-value {
	background: url(../images/bg-ab.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

.icon-box {
	/* background: #fff; */
	padding: 20px !important;
	border-radius: 20px;
	/* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
	transition: all 0.4s ease;
	/* height: 100%; */
	position: relative;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.icon-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--gradient-green);
	transform: scaleX(0);
	transition: transform 0.4s ease;
}

.icon-box:hover::before {
	transform: scaleX(1);
}

.icon-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.icon-wrapper {
	width: 80px;
	height: 80px;
	background: var(--gradient-green);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	position: relative;
	transition: all 0.4s ease;
	box-shadow: 0 18px 19px #cbec6b;
}

.icon-box:hover .icon-wrapper {
	transform: scale(1.1);
	box-shadow: 0 10px 25px rgba(139, 184, 58, 0.4);
}

.icon-emoji {
	font-size: 2.5em;
	line-height: 1;
}

.icon-emoji img {
	width: 43px;
	filter: brightness(1) invert(1);
}

.icon-box h4 {
	font-size: 1.3em;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 15px;
	line-height: 1.3;
}

.icon-box p {
	color: #666;
	line-height: 1.6;
	margin: 0;
	font-size: 0.95em;
}

@media (max-width: 768px) {
	.icon-box {
		padding: 30px 20px;
		margin-bottom: 20px;
	}

	.icon-wrapper {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.icon-emoji {
		font-size: 2em;
	}

	.icon-box h4 {
		font-size: 1.2em;
	}
}

.article-content h4 {
	margin-bottom: 0;
}

.sect-service .service-slide .article-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 1px -7px 30px rgba(0, 0, 0, 0.08);
}

.article-card.service-card .article-content {
	min-height: initial;
	padding-right: 60px;
}

.article-card.service-card .article-content .btn-circle {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.article-card.service-card .article-content .btn-circle:not(:hover) {
	background: #e2e2e2;
	color: #333 !important;
}

.sect-service .service-slide .article-card .article-content p {
	display: none;
}

/* banner */
.sect-banner.banner-style-2 {
	overflow: initial;
	padding: 120px 0;
}

.sect-banner.banner-style-2 .captions h4 {
	font-size: 2em;
	max-width: 50%;
	margin: auto;
	text-shadow: 0 1px 3px #000;
}

.sect-banner.banner-style-2 .btn.btn-outline {
	border-color: #fff;
	color: #fff;
}

.sect-banner.banner-style-2 .inner {
	position: relative;
	overflow: hidden;
	background: #0756b4;
	background: #0756B4;
	background: linear-gradient(0deg, rgba(7, 86, 180, 1) 0%, rgba(25, 137, 212, 1) 100%);
	padding: 120px 0;
}

.sect-banner.banner-style-2 .bnr-right {
	right: 4%;
	top: -60px;
	border-radius: initial;
}

.sect-banner.banner-style-2 .bnr-right img {
	border-radius: 200px 0;
}

/* ball */
.ball {
	--delay: 0s;
	--size: 0.4;
	--speed: 20s;
	aspect-ratio: 1;
	width: calc(150% * var(--size));
	/* background: linear-gradient(259.53deg, #0A3FFF 6.53%, #F55F0A 95.34%); */
	background: linear-gradient(259.53deg, #26cad5 6.53%, #12ef15 95.34%);
	filter: blur(10vw);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	animation: loop var(--speed) infinite linear;
	animation-delay: var(--delay);
	transform-origin: 50% 50%;
	opacity: 0.6;
}

@keyframes loop {
	0% {
		transform: translate3D(0%, 51%, 0) rotate(0deg);
	}

	5% {
		transform: translate3D(8%, 31%, 0) rotate(18deg);
	}

	10% {
		transform: translate3D(22%, 13%, 0) rotate(36deg);
	}

	15% {
		transform: translate3D(40%, 2%, 0) rotate(54deg);
	}

	20% {
		transform: translate3D(46%, 21%, 0) rotate(72deg);
	}

	25% {
		transform: translate3D(50%, 47%, 0) rotate(90deg);
	}

	30% {
		transform: translate3D(53%, 80%, 0) rotate(108deg);
	}

	35% {
		transform: translate3D(59%, 98%, 0) rotate(125deg);
	}

	40% {
		transform: translate3D(84%, 89%, 0) rotate(144deg);
	}

	45% {
		transform: translate3D(92%, 68%, 0) rotate(162deg);
	}

	50% {
		transform: translate3D(99%, 47%, 0) rotate(180deg);
	}

	55% {
		transform: translate3D(97%, 21%, 0) rotate(198deg);
	}

	60% {
		transform: translate3D(80%, 7%, 0) rotate(216deg);
	}

	65% {
		transform: translate3D(68%, 25%, 0) rotate(234deg);
	}

	70% {
		transform: translate3D(59%, 41%, 0) rotate(251deg);
	}

	75% {
		transform: translate3D(50%, 63%, 0) rotate(270deg);
	}

	80% {
		transform: translate3D(38%, 78%, 0) rotate(288deg);
	}

	85% {
		transform: translate3D(21%, 92%, 0) rotate(306deg);
	}

	90% {
		transform: translate3D(3%, 79%, 0) rotate(324deg);
	}

	100% {
		transform: translate3D(0%, 51%, 0) rotate(360deg);
	}
}

.glow-container {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
}

.sect-banner.banner-style-2 .cta-box .h-title {
	font-size: 2.25em;
	letter-spacing: 0;
	margin-bottom: 20px;
}

/* article */
.sect-articles .article-slide {
	margin: 0;
}

.sect-articles .cleft {
	max-height: 505px;
}

.sect-articles .article-card,
.sect-articles .article-slide .flickity-viewport {
	border-radius: 25px;
}

.sect-articles .article-card {
	margin: 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.sect-articles .article-image {
	height: initial;
}

.sect-articles .article-content {
	position: absolute;
	bottom: 0;
	min-height: initial;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.05) 100%);
	width: 100%;
	padding: 30px;
	padding-top: 60px;
}

.sect-articles .article-content h4,
.sect-articles .article-content p,
.sect-articles .article-meta,
.sect-articles .article-meta i {
	color: #fff;
}

.sect-articles .article-content h4 {
	margin-bottom: 10px;
	font-size: 1.6em;
}

.sect-articles .article-card:hover {
	transform: none;
}

.sect-articles .article-meta span {
	padding: 8px 14px;
	background-color: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(8px);
	border-radius: 50px;
	margin-bottom: 15px;
	margin-left: -4px;
	font-weight: 600;
}

.sect-articles .article-card .btn-circle {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	width: 50px;
	aspect-ratio: 1;
	height: initial;
	align-content: center;
	font-size: 1.6em;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(8px);
}

.sect-articles .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	margin: 3px 0 5px 0;
}

.sect-articles .post-thumbnail-list .post-thumbnail-entry>img {
	float: left;
	display: block;
	height: 79px;
	width: 120px;
	margin-right: 16px;
	border-radius: 10px;
}

.sect-articles .cright {
	padding-left: 40px;
}

.sect-articles {
	padding-bottom: 80px;
}

#footer {
	border: none;
	/* background: linear-gradient(0deg, rgba(7, 86, 180, 1) 0%, rgba(25, 137, 212, 1) 100%); */
	background: linear-gradient(to top, rgba(251, 251, 251, 1), rgb(255, 255, 255) 57.56%, rgba(247, 247, 247, 1));
}

#footer, #footer p, #footer a, #footer a:not(.btn):not(:hover),
#footer h4, #footer strong, #footer .name-th {
	color: #333 !important;
}

#footer a:hover {
	color: var(--primary-color) !important;
}

#footer .list-contact li a:not(:hover) i,
#footer .social-icons li a:not(:hover) {
	background: #c6c8cd !important;
	color: #505866 !important;
}

#footer .social-icons li a:hover {
	color: #fff !important;
}

#footer .logo-footer {
	height: auto;
	margin-right: 0;
	max-width: 100%;
	width: 195px;
}

/* #footer::before {
position: absolute;
content: "";
width: 100%;
height: 5px;
top: 0;
left: 0;
background: var(--gradient-green);
background: #929292;
background: linear-gradient(90deg, rgba(146, 146, 146, 1) 0%, rgba(228, 228, 228, 1) 18%, rgba(255, 255, 255, 1) 32%,
rgba(137, 150, 172, 1) 43%, rgba(202, 206, 213, 1) 68%, rgba(255, 255, 255, 1) 100%);
} */

/* partner logo */
.slider {
	height: 75pt;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	cursor: default;
	user-select: none;
	touch-action: none;
}

.slider:before {
	left: 0;
	top: 0;
}

.slider:after,
.slider:before {
	background: linear-gradient(to right,
			#efeef2 0%,
			hsla(0, 0%, 100%, 0) 100%);
	content: "";
	height: 75pt;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.slider:after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider:after,
.slider:before {
	background: linear-gradient(to right, #ffffff, hsla(0, 0%, 100%, 0));
	content: "";
	height: 75pt;
	position: absolute;
	width: 200px;
	z-index: 2;
	pointer-events: none;
}

.slider .slide-track-1 {
	animation: scroll-l 30s linear infinite;
	display: flex;
	width: 3500px;
}

.slider .slide-track-2 {
	animation: scroll-r 30s linear infinite;
	display: flex;
	width: 3500px;
}

/* Pause animation on hover */
.slider .slide-track-1:hover,
.slider .slide-track-2:hover {
	animation-play-state: paused;
}

.slider .slide {
	height: 75pt;
	width: 250px;
	display: flex;
	align-items: center;
	text-align: center;
}

.slider .slide img {
	width: 180px;
	padding: 0 30px;
	vertical-align: middle;
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 100%;
	transition: all .2s ease-in-out;
}

.slider .slide img:hover {
	transform: scale(1.1);
}

@keyframes scroll-l {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes scroll-r {
	100% {
		transform: translateX(0);
	}

	0% {
		transform: translateX(calc(-250px * 7));
	}
}

/* service page */
ul.list-service-item li {
	width: 100%;
	margin: 60px auto;
	align-content: center;
	vertical-align: middle;
	position: relative;
}

ul.list-service-item li .col-detail,
ul.list-service-item li .col-images {
	width: 50%;
	float: left;
	margin: auto;
}

/* ul.list-service-item li .col-images{ text-align: center;} */
ul.list-service-item li .col-images img {
	width: 80%;
	margin: 0 auto;
	border-radius: 20px;
}

/* สลับตำแหน่ง col-images สำหรับ li คู่ (even) */
ul.list-service-item li:nth-child(even) .col-images {
	float: right;
	text-align: right;
}

ul.list-service-item li:nth-child(even) .col-detail {
	float: left;
}

ul.list-service-item li .col-detail {
	margin: auto;
	padding: 0;
	align-content: center;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

ul.list-service-item li:nth-child(even) .col-detail {
	right: 50%;
}

ul.list-service-item li .col-detail .htitle {
	font-size: 1.8em;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

/* all set responsive */
@media(min-width: 2117px) {
	body, p, address {
		font-size: 18px;
	}

	.sect-about .headbar .ctm-title {
		margin-right: 0;
		max-width: initial;
	}

	.sect-about .about-content h4 {
		font-size: 1.5em;
	}

	.sect-articles .cleft {
		max-height: 521px;
	}

	.post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
		font-size: 17px;
	}

	footer .cright {
		padding-left: 5%;
	}
}

@media(min-width: 2400px) {
	body, p, address {
		font-size: 20px;
	}

	.sect-articles .cleft {
		max-height: 540px
	}

	footer .cright {
		padding-left: 9%;
	}

	#slider,
	#slider .flickity-viewport,
	.inspiro-slider .slide {
		height: 900px !important;
	}
}

@media(max-width: 1550px) {
	ul.list-service-item li .col-detail .desc {
		text-overflow: ellipsis;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
		overflow: hidden;
		display: -webkit-box;
	}
}

@media(max-width: 1367px) {
	#mainMenu.menu-left nav {
		margin-left: 50px;
	}

	.inspiro-slider .slide .slide-captions h1 {
		font-size: 2.5em;
	}

	.inspiro-slider .slide .slide-captions>p {
		font-size: 1.5em;
	}

	.sect-about .headbar .ctm-title {
		max-width: 50%;
		margin: 0;
	}

	.sect-about .headbar .htitle {
		font-size: 2em;
	}

	.article-content h4 {
		font-size: 1em;
	}

	.sect-banner .bnr-left {
		border-radius: 0 13em;
	}

	.sect-banner .bnr-right {
		border-radius: 9em 0;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}

	#footer .copyright {
		margin-right: 0;
	}

	#footer .logo-footer {
		height: auto;
		width: 100%;
	}

	footer .col-links, footer .cp-right {
		width: auto;
		max-width: initial;
		flex: none;
	}

	footer .col-links {
		width: 60%;
	}

	footer .cp-right {
		width: 40%;
	}
}

@media(max-width: 1280px) {
	#mainMenu.menu-left nav {
		margin-left: 8vw;
	}

	ul.list-service-item li .col-detail {
		padding: 0 30px;
	}

	ul.list-service-item li .col-images img {
		width: 90%;
	}
}

@media (min-width:992px) and (max-width: 1103px) {
	#mainMenu nav>ul>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.alink p span {
		display: none;
	}
}

@media(max-width: 1024px) {
	#header #logo {
		left: 15px;
		right: initial;
		width: auto;
	}

	#mainMenu nav>ul>li:hover>a,
	#mainMenu nav>ul>li>a:hover {
		background: var(--gradient-blue);
		color: #fff !important;
	}

	button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide),
	a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
		font-size: 14px;
		height: auto;
		line-height: 40px;
	}

	.header-extras {
		float: right;
		margin-right: -30px;
	}

	#mainMenu-trigger {
		margin-right: 20px;
	}

	#header #logo>a {
		vertical-align: middle;
	}

	#mainMenu:not(.menu-overlay).menu-left nav {
		margin-left: 120px;
	}

	.sect-about .headbar .ctm-title,
	.sect-about:not(.page-about) .headbar .htitle {
		width: 50%;
	}

	.sect-banner.banner-style-2 {
		padding: 80px 0;
	}

	.sect-banner.banner-style-2 .captions h4 {
		max-width: 80%;
	}

	.sect-articles .article-image {
		height: 100%;
	}

	.article-content h4 {
		min-height: 44px;
	}

	.sect-banner .bnr-left {
		border-radius: 0 10em;
	}

	.sect-banner .bnr-right {
		border-radius: 6em 0;
	}

	.sect-articles .cleft {
		width: 55%;
		flex: none;
		max-width: initial;
	}

	.sect-articles .cright {
		padding-left: 15px;
	}

	footer .cright .inner {
		margin-left: 0;
	}

	#footer .name-th {
		font-size: 1.3em;
	}

	footer .col-links, footer .cp-right {
		width: 100%;
		flex: none;
		max-width: initial;
	}

	#footer .copyright {
		margin-top: 10px;
		float: left;
	}
}

@media screen and (max-width: 991px) {
	.inspiro-slider .slide .slide-captions>p {
		line-height: 1.2;
	}

	.sect-about .headbar .ctm-title {
		font-size: 2.5em;
	}

	.service-card .card-img-top {
		height: auto;
	}

	.service-card .card-title {
		font-size: 1em;
	}

	.service-card .card-text {
		font-size: 13px;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		display: -webkit-box;
	}

	.pdpa-banner.show {
		padding-bottom: 80px;
	}

	.top-link .alink::before {
		width: 136px;
		height: 52px;
		left: 0;
		top: 0;
	}

	ul.list-service-item li .col-detail .htitle {
		font-size: 1.5em;
	}

	ul.list-service-item li .col-detail .desc {
		font-size: 15px;
	}

}

@media(max-width: 768px) {

	.inspiro-slider {
		height: 50vh;
	}

	.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
		align-self: center !important;
	}

	.inspiro-slider .slide .slide-captions h1 {
		font-size: 2em;
	}

	.inspiro-slider .slide .slide-captions>p {
		font-size: 1em;
	}

	.inspiro-slider .slide .slide-captions {
		top: initial;
	}

	.sect-about .headbar .ctm-title {
		font-size: 2em;
	}

	.sect-about .headbar .ctm-title,
	.sect-about:not(.page-about) .headbar .htitle {
		width: 100%;
		max-width: 100%;
		text-align: left;
	}

	.sect-about .lft,
	.sect-about .about-content {
		width: 100%;
		max-width: initial;
		flex: none;
	}

	.sect-about .about-content {
		margin-top: 20px;
	}

	.headbar .htitle {
		font-size: 2em;
	}

	.article-image {
		height: auto;
	}

	.article-content h4 {
		font-size: 13px;
	}

	.sect-about .headbar .htitle,
	.sect-banner.banner-style-2 .captions h4 {
		font-size: 1.5em;
	}

	.caption-inside .captions h4 {
		font-size: 1em;
	}

	.sect-banner .btn-viewmore {
		z-index: 5;
		zoom: 0.6;
	}

	.sect-articles .cleft,
	.sect-articles .cright {
		width: 100%;
		flex: none;
		max-width: initial;
		margin: auto;
		margin-bottom: 30px;
	}

	.sect-articles {
		padding-bottom: 0;
	}

	.sect-articles .article-content {
		padding: 20px;
	}

	#footer .logo-footer {
		height: 80px;
		width: auto;
		margin-bottom: 20px;
	}

	#footer .company-name {
		flex-direction: initial;
		text-align: left;
		flex: none;
	}

	footer .flogo,
	footer .cleft,
	footer .cright {
		width: 100%;
		flex: none;
		max-width: initial;
	}
	

	h2.htitle {
		font-size: 1.8em;
	}

	/* service */
	ul.list-service-item li .col-detail,
	ul.list-service-item li .col-images {
		width: 100%;
		position: relative;
	}

	ul.list-service-item li .col-images img {
		width: 100%;
	}

	ul.list-service-item li .col-detail .htitle {
		margin-top: 15px;
		font-size: 1.5em;
	}

	ul.list-service-item li:nth-child(even) .col-detail {
		right: initial;
	}

	ul.list-service-item li .col-detail .desc {
		text-overflow: initial;
		-webkit-line-clamp: initial;
	}
}

@media(max-width: 560px) {
	body, p, address {
		font-size: 15px;
	}

	.inspiro-slider .slide .slide-captions {
		width: 80%;
	}

	.article-content h4 {
		font-size: 16px;
	}

	.sect-articles .article-content h4 {
		font-size: 1.2em;
		min-height: initial;
	}

	#footer .list-links li {
		display: block;
		margin: 0;
		width: 100%;
	}
}

@media(min-width: 521px) {
	.alink p i {
		display: none;
	}
}

@media(max-width: 520px) {
	.alink p {
		margin: 0;
		left: 90px;
		right: initial;
	}

	.alink p span {
		display: none;
	}

	.header-extras {
		margin-right: -20px;
	}

	#mainMenu:not(.menu-overlay).menu-left nav {
		margin-left: 0;
		text-align: center;
	}

	.headbar .htitle {
		width: auto;
		float: left;
	}

	.headbar .btn {
		float: right;
		margin-top: 0px;
	}

	.sect-about .headbar .ctm-title,
	.sect-about:not(.page-about) .headbar .htitle {
		width: 100%;
		max-width: initial;
	}

	.sect-about:not(.page-about) .headbar .htitle {
		text-align: left;
		margin-top: 20px;
	}

	.sect-about .about-content {
		margin-top: 20px;
	}

	.sect-banner .bnr-left {
		border-radius: 0 4em;
	}

	.sect-banner .bnr-right {
		border-radius: 3em 0;
	}

	.caption-inside .captions h4,
	.sect-articles .article-content h4 {
		font-size: 16px;
	}

	.sect-articles .cleft {
		width: 100%;
	}

	#footer .list-links li {
		display: block;
		width: 100%;
		margin: 0;
		font-size: 16px;
		line-height: 40px;
	}

}

@media(max-width: 480px) {
	body, p, address {
		font-size: 16px;
	}

	#header .header-inner #logo a>img {
		height: 55px;
		padding: 0;
	}

	.sect-articles .headbar {
		position: relative;
		text-align: center !important;
		margin-bottom: 20px;
	}

	.sect-about .about-content p {
		text-align: left;
	}

	.caption-inside .captions h4 {
		font-size: 13px;
	}

	.article-content h4 {
		min-height: initial;
	}

	#footer .logo-footer {
		width: 120px;
	}

	#footer .name-th {
		font-size: 1.2em;
	}

	.sect-articles {
		padding-bottom: 20px;
	}

	#footer .footer-content {
		padding-top: 40px;
	}

	#footer .copyright {
		line-height: 1.5;
	}

	footer .flogo {
		text-align: center;
	}


	.headbar .btn {
		position: relative !important;
		top: inherit;
		right: initial;

	}

	.headbar {
		margin-bottom: 10px;
	}

	.headbar .htitle {
		margin-bottom: 5px;
	}

	#page-title {
		padding: 20px 0;
	}

	.contact-info-detail {
		padding: 20px;
	}

	.list-icon li i {
		margin-right: 10px;
	}

	.contact-info-detail h4 {
		font-size: 1em;
		margin: 10px 0;
	}

	.list-icon li {
		font-size: 14px;
		word-break: break-word;
	}

	.slider:after, .slider:before {
		width: 20%;
	}

	/* service */
	.m-t-60 {
		margin-top: 20px !important;
	}

	ul.list-service-item li {
		padding: 0;
		margin: auto;
		margin-bottom: 40px;
	}

	ul.list-service-item li .col-detail .htitle {
		margin-bottom: 0;
	}

	ul.list-service-item li .col-images img {
		width: 100%;
	}

	ul.list-service-item li .col-detail {
		padding: 20px 0;
	}

	ul.list-service-item li .col-detail .btn {
		width: 100%;
	}

	/* service-deatil*/
	#page-title .page-title>h1,
	.service-detail .product-title h3 {
		font-size: 1.5em !important;
		line-height: 1.5;
	}

	#page-title h2 {
		font-size: 1.2em;
		text-align: center;
		margin-top: 10px;
	}

}

@media(max-width: 440px) {
	body, p, address {
		font-size: 14px;
	}

	.headbar .htitle {
		font-size: 1.8em;
	}

	.quote-icon::before {
		width: 35px;
		height: 70px;
		left: -40px;
		top: -30px;
	}

	.article-content p {
		display: none;
	}
}

@media(max-width: 390px) {
	#mainMenu-trigger {
		margin-right: 10px;
	}

}

@media(max-width: 375px) {
	body, p, address {
		font-size: 14px;
	}

	.alink p strong {
		display: none;
	}

	.alink p i {
		font-size: 1.5em;
	}

	.headbar .btn {
		position: relative !important;
		right: initial;
		top: initial;
	}

	.caption-inside .captions h4, .sect-articles .article-content h4 {
		font-size: 14px;
	}

	#scrollTop {
		bottom: 120px !important;
	}

	#footer .copyright {
		line-height: 1.5;
	}

	.service-detail .product-title h3 {
		font-size: 1.5em !important;
	}

	.service-detail .post-date {
		width: 100%;
		display: inline-block;
	}

	.post-date .post-share {
		float: right;
	}

}

@media(max-width: 320px) {
	.container {
		padding: 0 15px;
	}

	.inspiro-slider {
		height: 35vh;
	}

	.inspiro-slider .slide .slide-captions h1 {
		font-size: 1.2em;
	}

	.inspiro-slider .slide .slide-captions>p {
		font-size: 14px;
		line-height: 1.5;
	}

	.headbar .htitle {
		font-size: 1.5em;
	}

	.headbar .btn {
		margin-top: 0;
	}

	.sect-about .headbar .ctm-title {
		font-size: 1.8em;
	}

	.sect-about:not(.page-about) .headbar .htitle {
		margin-top: 0;
	}

	.sect-about .headbar .htitle,
	.sect-banner.banner-style-2 .captions h4 {
		font-size: 1.25em;
	}

	.m-b-40 {
		margin-bottom: 10px !important;
	}

	.sect-articles .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
		-webkit-line-clamp: 3;
	}

	.post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a,
	#footer .copyright {
		font-size: 12px;
	}

	.quote-icon::before {
		width: 28px;
		height: 70px;
		left: -34px;
		top: -24px;
	}

	.caption-inside .captions h4, .sect-articles .article-content h4 {
		font-size: 10px;
	}

	#footer .social-icons li {
		margin-right: 3px;
	}
}