/*@import url('https://fonts.googleapis.com/css2?family=Noto+Thai:wght@100..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Thai:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

body {
/*	--bs-body-font-size: 1.25rem;*/
	--bs-list-group-item-padding-x: 0.5rem;
	font-family: "Noto Sans Thai", serif;
}
strong {
	color: #000000;
	font-weight: 400;
}
.form-control {
}
.bg-header {
	background: #824e9c;
}
.text-title {
	color: #814f9e;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.text-alert {
	color: #3d3c41;
}
.text-date {
	color: #824e9f;
	font-weight: bold;
}
.section-footer {
    background-color: #d04b96;
    color: #ffffff;
}
.bg-gray {
	color: #000000;
	background-color: #e7e7e7;
}
.btn-pink {
	--bs-btn-bg: #ef2864;
	--bs-btn-color: #ffffff;
	--bs-btn-border-color: #ef2864;
	--bs-btn-hover-bg: #d6104c;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-border-color: #d6104c;
	--bs-btn-active-bg: #a60c3b;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-border-color: #a60c3b;
}


	@media screen and (min-width: 768px) {
		.list-specialties {
			flex-direction: row;
			flex-wrap: wrap;
		}
		.list-specialties .list-group-item {
			flex-basis: 48%;
			margin: 0 1%;
		}
		.list-group-flush>.list-group-item:last-child {
			border-bottom-width: 1px;
		}
	}