/* Font Sarabun **********************************************************************************/
/* thai */
@font-face {
	font-family: "Sarabun";
	/* font-style: normal; */
	/* font-weight: 400; */
	/* font-display: swap; */
	src: url("../fonts/THSarabun/DtVmJx26TKEr37c9YNpoik8s6yLUrwB0lw.woff2") format("woff2");
	unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}

/* vietnamese */
@font-face {
	font-family: "Sarabun";
	/* font-style: normal; */
	/* font-weight: 400; */
	/* font-display: swap; */
	src: url("../fonts/THSarabun/DtVmJx26TKEr37c9YNpoilQs6yLUrwB0lw.woff2") format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
		U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
		U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: "Sarabun";
	/* font-style: normal; */
	/* font-weight: 400; */
	/* font-display: swap; */
	src: url("../fonts/THSarabun/DtVmJx26TKEr37c9YNpoilUs6yLUrwB0lw.woff2") format("woff2");
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
		U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: "Sarabun";
	/* font-style: normal; */
	/* font-weight: 400; */
	/* font-display: swap; */
	src: url("../fonts/THSarabun/DtVmJx26TKEr37c9YNpoilss6yLUrwA.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
		U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Font THK2dJuly8 *******************************************************************************/
@font-face {
	font-family: "THK2dJuly8";
	src: url("../fonts/THK2dJuly8/th_k2d_july8-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/THK2dJuly8/th_k2d_july8-webfont.woff2") format("woff2"),
		url("../fonts/THK2dJuly8/th_k2d_july8-webfont.woff") format("woff"),
		url("../fonts/THK2dJuly8/th_k2d_july8-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* Font DBHelvethaicaX55 ************************************************************************/
@font-face {
	font-family: 'DBHelvethaicaX55';
	src: url('../fonts/DBHelvethaicaX55/DBHelvethaicaX-55Regular.eot');
	src: url('../fonts/DBHelvethaicaX55/DBHelvethaicaX-55Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DBHelvethaicaX55/DBHelvethaicaX-55Regular.woff2') format('woff2'),
		url('../fonts/DBHelvethaicaX55/DBHelvethaicaX-55Regular.woff') format('woff'),
		url('../fonts/DBHelvethaicaX55/DBHelvethaicaX-55Regular.ttf') format('truetype'),
		url('../fonts/DBHelvethaicaX55/DBHelvethaicaX-55Regular.svg#DBHelvethaicaX-55Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* html,
body {
	font-family: "DBHelvethaicaX55";
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	color: #343a41;
} */
body {
	font-family: "Sarabun";
	text-shadow: 0px 0px 1px #a7a7a7;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
	font-size: inherit;
}

.sidebar-nav .has-arrow::after {
	font-size: 14px;
}

@media (min-width: 992px) {
	#main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav>.sidebar-item>.has-arrow:after {
		font-size: 14px;
	}
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
	font-size: inherit;
}

.input-icon {
	position: relative;
}

.input-icon .form-control:not(:first-child) {
	padding-left: 2.5rem;
}

.topbar .top-navbar .navbar-header .navbar-brand {
	display: flex;
	align-items: center;
	justify-content: start;
	/* padding: 0 35px; */
	padding-left: 20px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 35px !important;
	margin: 0;
}

.select2-container--krajee-bs5 .select2-selection {
	box-shadow: unset !important;
}

a {
	color: #0c439c;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}