/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 2, 2020 */


@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-size: 14px;
	/* เพื่อให้ 1rem มีค่าประมาณ 16px */
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Prompt', sans-serif;
	font-weight: 300;
	color: #000;
	background-color: #f1f2f2;
	position: relative;
	-webkit-text-size-adjust: none;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	color: #c4302b;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
strong,
b {
	font-weight: 600;
}

/* iphone */
@media only screen and (min-device-width: 280px) {
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.2rem;
	}

	h5 {
		font-size: 1rem;
	}
}

/* ipad */
@media only screen and (min-device-width: 834px) {

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.2rem;
	}

	h3 {
		font-size: 2rem;
	}

	h4 {
		font-size: 1.8rem;
	}

	h5 {
		font-size: 1.6rem;
	}

}

/* ----------- lap top ----------- */
@media screen and (min-device-width: 1600px) {
	html {
		font-size: 16px;
	}

	h1 {
		font-size: 4rem;
	}

	h2 {
		font-size: 3rem;
	}

	h3 {
		font-size: 2.5rem;
	}

	h4 {
		font-size: 2rem;
	}

	h5 {
		font-size: 1.5rem;
	}
}

/* Portrait and Landscape */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	h1 {
		letter-spacing: -2px !important;
	}

	h2,
	h3,
	h4,
	h5 {
		letter-spacing: -1px !important;
	}

	h2 *,
	h3 *,
	h4 *,
	h5 * {
		letter-spacing: -1px !important;
	}
}


.header {
	z-index: 90;
	display: block;
}

.header nav {
	display: none;
}

nav a {
	text-decoration: none !important;
}

.header,
.footer {
	text-align: center;
}

#Footer65 {
	background-color: #d41c24;
	padding: 30px 15px;
	min-height: 100px;
	color: #fff;
}

#Footer65 h5 {
	display: inline-block;
	border-radius: 80px;
	background-color: #fff;
	color: #d41c24;
	padding: 5px 15px;
}

#Footer65 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer65 a {
	color: #fff;
	text-decoration: none;
}

#Footer65 a:hover {
	text-decoration: underline;
}



.container {
	max-width: 2100px;
}

.btn01 {
	display: inline-flex;
	text-decoration: none;
	text-align: center;
	padding: 10px 15px;
	border-radius: 4px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 5px;
	border: 2px solid;

}

.btn01:hover {
	color: white !important;
	transition: .40s;
	-webkit-transition: .40s;
}

.btn-c1 {
	border-color: #c4302b;
	color: #c4302b !important;
}

.btn-c1:hover {
	background: #c4302b;
}