<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Signika', sans-serif;
	font-family: 'Kanit', sans-serif;
}
h1 , h2 , h3 , h4 , h5 , a , p {
	font-family: 'Signika', sans-serif;
	font-family: 'Kanit', sans-serif;
} 
.text-center {
	text-align: center;
}
div.row.justify-content-center {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.navbar-brand {
	color: #fff;
}
.navbar-brand:hover {
	color: #929292;
}
.navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
	color: #ffc72b;
}
.navbar-nav .nav-item a::before {
	background: #929292;
}
.navigation {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.section-header .section-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #293985;
    position: relative;
}
.section-title2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffc72b;
    position: relative;
}
.section-header .section-title:before {
	background: #293985;
}
.sticky .navbar-nav .nav-item a {
	color: #293985; 
	font-weight: bold;	
}
.btn-common {
	background-color: #293985; 
}
.footer-social li a {
	background-color: #293985; 
}
.icon i {
	color: #293985; 
}

#copyright p a:hover {
	color: #293985; 
}
.section-subtitle {
	font-size: 24px;
	color: #575757;
	line-height: 150%;
	font-weight: normal;
}
.section-subtitle2 {
	font-size: 24px;
	color: #c9c9c9;
}
a.navbar-brand {
	margin: 0px;
}
.item-boxes .icon i {
	color: #293985; 
}
#about .box-item .icon i {
	color: #293985; 	
}
.contact-info i {
	color: #293985; 
}
.form-control:focus {
	border: 1px solid #293985;
  	outline: none;
  	box-shadow: none; }
}
.item-boxes {
    background-color: #000;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin: 15px 0;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#about.section {
	background: #294163;
}
section.footer-Content {
	color: #fff;
	background: #294163;
}
h3.block-title {
	color: #ffc72b;
	font-size: 18px;
}
footer .menu li a {
	color: #fff;
}
footer .menu li a:hover {
	color: #e3b10b;
}
.detail {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	line-height: 150%;
	font-weight: normal;
}
.item-boxes h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
ul.menu li {
  list-style-type: square;
}
.item-boxes:hover {
	color: #294163;
    background: #dbdbdb;
    box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}
.item-boxes {
	padding: 30px;
    background: #294163;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}
.item-boxes h4  {
	color: #e3b10b;
}</pre></body></html>