html {
	height: 100%;
}

body {
	font-family: 'Kanit', sans-serif;
	font-weight: 200;
	display: flex;
    flex-direction: column;
	height: 100%;
	font-size: 16px;
}

a {
	--tw-text-opacity: 1;
	/* color: rgba(156, 163, 175, var(--tw-text-opacity)); */
	color: blue;
  	text-decoration: none;
}

.white-background {
	background-image: url("../images/main-backgroud.png");
	background-repeat: no-repeat;
  	background-position: bottom right;
  	background-size: cover;
  	background-color: #fff;
}

.main-background {
	background-image: url("../images/main-backgroud2.png");
 	background-repeat: no-repeat;
  	background-position: bottom right;
  	color: #FFF;
  	background-size: cover;
}

.footer-background {
	background-image: url("../images/footer-background.png");
 	background-color: #343434;
 	background-repeat: no-repeat;
  	background-position: center;
  	color: #FFF;
  	background-size: cover;
}

.file-card {
	background-color: #E1E1E1;
}

.file-type-btn {
	background-color: #DBDBDB;
	padding: 2px 20px;
	font-weight: 500;
}

.file-type-btn:hover, .file-type-btn.actived {
	background-color: #14A2C6;
	color: #FFF;
	font-weight: 500;
}

.content {
	display: flex;
	flex: auto;
}

.main-color {
	color: #0C5AAB;
}

.navbar {
	transition: all 330ms ease-out;
	background-color: #0A5099;
}

.navbar-open {
	transform: translateX(0%);
}

.navbar-close {
	transform: translateX(-100%);
}

.menu-active {
	border-bottom: solid 1px #FFF;
}

.mobile-menu-button {
	color: #0C5AAB;
	border: solid 1px #0C5AAB;
}

.content-wrapper {
	background-color: #14a2c6;
}

.carousel-item {
	opacity: 0;
}

.carousel-item.active {
	position: static;
	opacity: 1;
	width: 100%;
	height: 450px;
	-webkit-transition: opacity 0.6s ease-in;
	transition: opacity 0.6s ease-in;
}

.carousel-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.carousel-message {
	background-color: rgb(15, 5, 78, 0.5);
}

.carousel-indicators {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #555;
	border-bottom: 5px solid transparent;
}

.triangle-right-white {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 5px solid transparent;
}

.triangle-icon {
	content: ' ';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    display: inline-block;
	transform: rotate(90deg);
  	-webkit-transform: rotate(90deg);
}

.carousel-dot {
	height: 15px;
	width: 15px;
	background-color: #FFFFFF;
	border-radius: 50%;
	border: solid 2px #0C5AAB;
	display: inline-block;
	cursor: pointer;
}

.carousel-dot:hover {
	background-color: #0C5AAB;
}

.carousel-dot.active {
	background-color: #0C5AAB;
}

.carousel-control {
	border: solid 2px #0C5AAB;
}

.home-temp-photo {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}

.banner-service-bg-gradient {
	background-image: linear-gradient(white, #0A5099);
	height: 50px;
}

.banner-service-photo {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}

.service-bg {
	background-color: #0A5099;
	padding: 0px 20px;
}

.card-content {
	background-color: #E1E1E1;
	padding: 5px 10px;
}

.question-temp-photo {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}


table {
	background: #FFFFFF;
	/* border-collapse: separate; */
	width: 100%;
	color: #000000;
	border: 1px solid #000000;
}

th {
	border: 1px solid #000000;
  	font-weight: 500;
	padding: 10px 0px;
	background: #EEEEEE;
	font-size: 1.125rem;
}

td {
	border: 1px solid #000000;
	padding: 10px 5px;
	font-size: 0.875rem;
}

.content-link {
	text-decoration: underline;
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.question-link {
	text-decoration: underline;
	color: #FFFFFF;
}

.reset-style {
	all: unset;
}

.reset-style ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.reset-style ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.reset-style ul ul, .reset-style ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.reset-style ol ol, .reset-style ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}



