html body {
	font-family: 'Kanit', Arial, sans-serif;
	margin: 0px;
}

html body h1 {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 22px;
}

html body h2 {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 20px;
}

html body h3 {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 18px;
}

html body h4 {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 16px;
}

html body h5 {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 14px;
}

#info-ruamthun {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 20px;
}


#info-ruamthun2 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 20px;
}

#formRegis .btn-box div {
    margin-left: auto;
    margin-right: auto;
}
#formRegis .btn-confirm {
    font-family: 'Kanit', Arial, sans-serif;
    font-size: 22px;
    color: #fff;
    width: 190px;
    text-align: center;
    height: fit-content;
    padding: 8px 0;
    border-radius: 4px;
    background-color: #323691;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
	#info-ruamthun {
		padding: 0 16px;
	}
	#info-ruamthun2 {
		padding: 0 16px;
	}
}

#info-ruamthun .service-name {

	font-family: 'Kanit', Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #323691;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#info-ruamthun2 .service-name {

	font-family: 'Kanit', Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #323691;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#info-ruamthun .service-quote {
	margin-top: 30px;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 46px;
	font-weight: 500;
	color: #333333;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#info-ruamthun2 .service-quote {
	margin-top: 30px;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 46px;
	font-weight: 500;
	color: #333333;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#info-ruamthun .choice-box {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

#info-ruamthun2 .choice-box {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

@media screen and (max-width: 1280px) {
	#info-ruamthun .choice-box {
		width: 600px !important;
	}
	#info-ruamthun2 .choice-box {
		width: 600px !important;
	}
}

@media screen and (max-width: 640px) {
	#info-ruamthun .choice-box {
		width: 300px !important;
	}
	#info-ruamthun2 .choice-box {
		width: 300px !important;
	}
}

#info-ruamthun .choice-box .choice {
	width: 300px;
	display: flex;
	margin: 10px 0;
}

#info-ruamthun2 .choice-box .choice {
	width: 300px;
	display: flex;
	margin: 10px 0;
}

#info-ruamthun .choice-box .choice i {
	color: #e40989;
	font-size: 26px;
	font-weight: 600;
}


#info-ruamthun2 .choice-box .choice i {
	color: #e40989;
	font-size: 26px;
	font-weight: 600;
}

#info-ruamthun .choice-box .choice .text {
	margin-left: 10px;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 19px;
	color: #333333;
	font-weight: 400;
}

#info-ruamthun2 .choice-box .choice .text {
	margin-left: 10px;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 19px;
	color: #333333;
	font-weight: 400;
}

#info-ruamthun .service-information {
	display: flex;
	font-family: "Sarabun-Medium";
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-decoration: none;
}


#info-ruamthun2 .service-information {
	display: flex;
	font-family: "Sarabun-Medium";
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-decoration: none;
}


#info-ruamthun .service-information i {
	font-size: 18px;
	color: #243871;
}

#info-ruamthun2 .service-information i {
	font-size: 18px;
	color: #243871;
}


#info-ruamthun .service-information .text {
	margin-left: 10px;
	color: #243871;
	text-decoration: underline;
}


#info-ruamthun2 .service-information .text {
	margin-left: 10px;
	color: #243871;
	text-decoration: underline;
}

#info-ruamthun hr {
	margin: 30px 0 0;
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

#info-ruamthun2 hr {
	margin: 30px 0 0;
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}


#products {
	width: 100%;
	margin: 30px 0 0;
	padding: 15px 20px;
	height: fit-content;
	background-color: #f4f9ff;
}

@media screen and (max-width: 640px) {
	#products {
		padding: 15px 16px;
	}
}

#products .products-box {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: flex;
}

@media screen and (max-width: 640px) {
	#products .products-box {
		display: block;
	}

	#products .products-box .card-box {
		width: 100% !important;
	}
}

#products .products-box .card-box {
	width: 50%;
	height: fit-content;
	padding: 15px 0;
}

#products .products-box .card-box .card {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#products .products-box .card-box .card .icon {
	width: 120px;
	height: 120px;
	background-color: #323691;
	border-radius: 50%;
	padding: 35px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#products .products-box .card-box .card .icon i {

	font-size: 50px;
	color: #ffffff;

}

#products .products-box .card-box .card .title {
	margin-top: 20px;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#products .products-box .card-box .card ul {
	padding: 0;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin: 10px 0 0;
}

#products .products-box .card-box .card ul li {
	font-family: 'Kanit', Arial, sans-serif;
	/* font-size: 14px; */
	font-size: 17px;
	font-weight: 500;
	color: #333333;
	line-height: 2.14;
	list-style-type: square;
}

#tagSection {
	margin-top: 20px;
	width: 100%;
	padding: 0 20px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 640px) {
	#tagSection {
		padding: 0 16px;
	}
}

#tagSection .tag-box {
	display: flex;
	flex-wrap: wrap;
}

#tagSection .tag-box i {
	margin-right: 10px;
	color: #243871;
	font-size: 18px;
	padding-top: 12px;
}

#tagSection .tag-box .tag-badge-box {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 28px);
}

#tagSection .tag-box .tag-badge-box .tag-badge {
	font-family: "Prompt-Regular";
	font-size: 16px;
	font-weight: 500;
	color: #243871;
	border-radius: 15px;
	border: solid 1px #243871;
	background-color: #ffffff;
	padding: 2px 10px;
	margin: 5px 5px 0 0;
	cursor: pointer;
}

#tagSection .tag-box .tag-badge-box .tag-badge:hover {
	background-color: #243871;
	color: #fff;
}

.content-card {
	text-decoration: none;
	width: 298px;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.3);
	margin: 7.5px 7.5px;
	background-color: white;
	transition: all 0.2s;
	position: relative;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	/* Firefox */
	-webkit-animation: fadein 1s;
	/* Safari and Chrome */
	-o-animation: fadein 1s;
	/* Opera */
}

.content-card.preview-item {
	position: absolute;
	top: 50%;
	left: calc(50% - 7px);
	transform: translate(-50%, -50%);
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {

	/* Firefox */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {

	/* Safari and Chrome */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {

	/* Opera */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.content-card.three-row {
	width: 403px;
}

.content-card:hover {
	box-shadow: 0 2px 8px 0 rgba(155, 155, 155, 0.6);
	transition: all 0.2s;
}

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

@media screen and (max-width: 1280px) {
	.content-card {
		width: calc(50% - 15px) !important;
	}

	.content-card .image-banner {
		max-height: unset !important;
	}
}

@media screen and (max-width: 640px) {
	.content-card {
		width: calc(100% - 15px) !important;
	}
}

.content-card .image-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-width: 200px;
	max-height: 200px;
}

.content-card .image-banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	transition: all 0.2s ease-in-out;
}

.content-card .content-section {
	padding: 20px 10px 41px;
}

.content-card .content-section .content-header {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #243871;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content-card .content-section .content-date {
	font-family: "Sarabun-Regular", sans-serif;
	font-size: 12px;
	color: #9b9b9b;
	display: flex;
}

.content-card .content-section .content-date i {
	padding-top: 2px;
	margin-right: 5px;
}

.content-card .content-section .content-detail {
	margin-top: 10px;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	max-lines: 3;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 24px;
}

.content-card .content-section .see-more-box {
	position: absolute;
	display: flex;
	text-decoration: none;
	width: fit-content;
	bottom: 20px;
	left: 10px;
	cursor: pointer;
}

.content-card .content-section .see-more-box .see-more-text {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 14px;
	color: #ee347f;
	background: white;
	z-index: 1;
}

.content-card .content-section .see-more-box .slide-box {
	position: relative;
}

.content-card .content-section .see-more-box .slide-box .icon-sl-readmore {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	color: #ee347f;
	transition: 0.3s;
	left: -30px;
	top: 6px;
}

.content-card .content-section .see-more-box:hover .slide-box .icon-sl-readmore {
	transition: 0.3s;
	left: 10px;
}

.loading-card {
	width: 298px;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.3);
	margin: 7.5px 7.5px;
	background-color: white;
	transition: all 0.2s;
	position: relative;
}

@keyframes shine-lines {
	0% {
		background-position: -100px;
	}

	50% {
		background-position: 200px;
	}

	100% {
		background-position: 400px;
	}
}

.loading-card.three-row {
	width: 403px;
}

@media screen and (max-width: 1280px) {
	.loading-card {
		width: calc(50% - 15px) !important;
	}
}

@media screen and (max-width: 640px) {
	.loading-card {
		width: calc(100% - 15px) !important;
	}
}

.loading-card .image-banner {
	width: 100%;
	height: 200px;
	background-color: #f4f4f4;
	background-image: linear-gradient(90deg, #f4f4f4 0px, rgba(229, 229, 229, 0.8) 100px, #f4f4f4 200px);
	background-size: 600px;
	animation: shine-lines 1s infinite ease-out;
}

.loading-card .content-section {
	padding: 20px 10px 21px;
}

.loading-card .content-section .content-header .line {
	border-radius: 10px;
	background-color: #aebde8;
	height: 24px;
	width: 80%;
	background-image: linear-gradient(90deg, #aebde8 0px, #91a1ce 100px, #aebde8 200px);
	background-size: 600px;
	animation: shine-lines 1s infinite ease-out;
}

.loading-card .content-section .content-detail {
	margin-top: 10px;
	margin-bottom: 20px;
}

.loading-card .content-section .content-detail .line {
	border-radius: 10px;
	background-color: #f4f4f4;
	height: 24px;
	margin-bottom: 5px;
	background-image: linear-gradient(90deg, #f4f4f4 0px, rgba(229, 229, 229, 0.8) 100px, #f4f4f4 200px);
	background-size: 600px;
	animation: shine-lines 1s infinite ease-out;
}

.loading-card .content-section .content-detail .line:nth-child(1) {
	width: 40%;
}

.loading-card .content-section .content-detail .line:nth-child(3) {
	width: 60%;
}

#cardSection {
	width: 100%;
	padding: 30px 12.5px 22.5px;
	background-color: #fff;
}

@media screen and (max-width: 640px) {
	#cardSection {
		padding-left: 8.5px;
		padding-right: 8.5px;
	}
}

#cardSection .card-content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1255px;
}

#cardSection .card-content .card-header-box {
	display: flex;
	width: calc(100% - 10px);
}

@media screen and (max-width: 640px) {
	#cardSection .card-content .card-header-box {
		width: calc(100% - 7.5px);
	}
}

#cardSection .card-content .card-header-box .card-header {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	margin: 0 10px 7.5px;
}

#cardSection .card-content .card-header-box .see-all {
	margin-left: auto;
	margin-right: 0;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	cursor: pointer;
	color: #333333;
	text-decoration: none;
}

#cardSection .card-content .card-header-box .see-all:hover {
	color: #ee347f;
	transition: all 0.2s;
}

#cardSection .card-content .card-detail {
	display: flex;
	flex-wrap: wrap;
}

.card-page .btn-box {
	width: 100%;
	padding-bottom: 30px;
}

.card-page .btn-box .btn {
	width: 180px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	background-color: #ee347f;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding-top: 8px;
	cursor: pointer;
}

.card-page .btn-box .btn.disabled {
	opacity: 0.5 !important;
	cursor: no-drop !important;
}

.btn-confirm a{
	color: #fff  !important;
	text-decoration: none  !important;
}

.btn-confirm a:hover{
	color: #fff  !important;
	text-decoration: none  !important;
}