<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"utf-8";
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 16px;
	color: #1A1A1A;
	background-color: #243B5A;
}
img, div, p, input {
	padding: 0px;
	margin: 0px;
	border: 0px;
	box-sizing: border-box;
	display: block;
	min-height: 1px;
}
span {
	white-space: nowrap;
}
img a {
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #1A1A1A;
}
.divcontainer {
	width: 100%;
	height: auto;
}
.linkcursor {
	cursor: pointer;
}
.styletable {
	display: table;
}
.bgwhite {
	background-color: #ffffff;
}
/*---------------------------------------*/
.firstscroll {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
  flex-flow: column;
  height: 100vh;
	background-color: #000000;
}
.firstheader {
  height: 190px;
	background-color: #1D1D1D;
}
.mainheader {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	z-index: 10;
	left: 0;
  right: 0;
}
.white-header {
	width: 100%;
	height: 110px;
}
.grey-header {
	width: 100%;
	height: 110px;
	background-image: url('../Images/Header-Background.png');
}
.black-header {
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.7);
	margin-bottom: 0px;
}
.main-header-container {
	position: absolute;
	top: 0px;
	left: 0px;
  right: 0px;
}
.main-header-box {
	width: 100%;
	height: 110px;
}
.mainlogo {
	width: auto;
	height: 70px;
	margin-top: 21px;
	float: left;
}
.menu-body-mobile {
	display: none;
}
#mainiconbox {
	width: auto;
	height: auto;
	float: right;
}
.mainiconbox {
	width: auto;
	height: 105px;
	float: right;
	padding-top: 50px;
}
.iconfacebook {
	font-size: 30px;
	color: #cccccc;
}
.iconfacebook:hover {
	color: #F2A525;
}
.iconline {
	font-size: 30px;
	color: #cccccc;
}
.iconline:hover {
	color: #F2A525;
}
.icontwitter {
	font-size: 30px;
	color: #cccccc;
}
.icontwitter:hover {
	color: #F2A525;
}
.iconinstagram {
	font-size: 30px;
	color: #cccccc;
}
.iconinstagram:hover {
	color: #F2A525;
}
.iconyoutube {
	font-size: 32px;
	color: #cccccc;
}
.iconyoutube:hover {
	color: #F2A525;
}
.iconuser {
	font-size: 27px;
	color: #cccccc;
}
.iconuser:hover {
	color: #F2A525;
}
.iconsearch {
	font-size: 27px;
	color: #cccccc;
}
.iconsearch:hover {
	color: #F2A525;
}
.maincolorbar {
	width: 1px;
	height: 30px;
	float: right;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #484848;
}
.mainspacebar {
	width: 15px;
	height: 30px;
	float: right;
	margin-top: 50px;
}
#searchbox {
	display: none;
	width: 160px;
	height: 26px;
	line-height: 26px;
  border-radius: 10px;
  border: 1px solid #686868;
  padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E5E5E5;
	float: right;
	margin-top: 50px;
	margin-right: 5px;
}
/*-----------Menu-----------*/
.menu-body {
	width: auto;
	height: 80px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.menu-mobile {
	display: none;
}
.menu-box {
	width: auto;
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.menu-separator {
	width: 1px;
	height: 100%;
	background-color: #2E2E2E;
	display: table-cell;
}
.menutext-en {
	font-family: CabndWebBold;
	font-size: 23px;
	color: #FFAD33;
	margin-top: 13px;
}
.menutext-en-active {
	font-family: CabndWebBold;
	font-size: 23px;
	color: #EE5B92;
	margin-top: 13px;
}
.menutext-th {
	font-family: THPrakasFd;
	font-size: 13px;
	color: #C0C0C0;
	margin-top: 1px;
	margin-bottom: 5px;
}
/*-----------Sub Menu-----------*/
.submenu {
  width: 100%;
  height: auto;
}
.ddmenu-roll {
	width: 100%;
	height: auto;
	display: none;
}
.ddmenu-body {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #B2B2B2;
	padding-top: 6px;
	padding-bottom: 3px;
	background-color: #4E4E4E;
}
.ddmenu-box-space {
	width: 100%;
	height: 5px;
	background: #4E4E4E;
}
.ddmenu-arrow {
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #E7E7E7;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
.ddmenu-box {
  width: auto;
  height: auto;
  font-family: QuarkBold;
  font-size: 18px;
  color: #E7E7E7;
  float: left;
}
.ddmenu-box a {
  color: #E7E7E7;
}
.ddmenu-box a:hover {
  color: #ffad33;
  cursor: pointer;
}
.ddmenu-box-eng {
  font-family: QuarkBold;
  font-size: 15px;
  color: #E7E7E7;
}
.ddmenu-box a .ddmenu-box-eng {
  color: #E7E7E7;
}
.ddmenu-box a:hover .ddmenu-box-eng {
  color: #ffad33;
  cursor: pointer;
}
/*-----Image Box preview-----*/
.imgbox {
	float: left;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: cover;
}
/*-----------Footer-----------*/
.mainfooter {
	width: 100%;
	height: auto;
	background-color: #243B5A;
}
.columnzone {
	padding-top: 30px;
	padding-bottom: 35px;
	display: table-cell;
	height: 100%;
	vertical-align: top;
}
.logozone {
	width: 12%;
}
.addresszone {
	width: auto;
}
.channelzone {
	width: 35%;
}
.footerlogo {
	width: 120px;
}
.address-header {
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.address-header-text {
	font-family: sukhumvitreg;
	font-size: 25px;
	line-height: 27px;
	color: #F7AAC7;
	float: left;
}
.truehiticon {
	position: relative;
	top: 2px;
	margin-left: 5px;
	float: left;
}
.address-body {
	width: 100%;
	height: auto;
	font-family: sukhumvitreg;
	font-size: 18px;
	line-height: 22px;
	color: #cccccc;
	margin-top: 12px;
	margin-bottom: 11px;
}
.address-contact {
	width: 100%;
	height: auto;
	font-family: sukhumvitreg;
	font-size: 18px;
	line-height: 22px;
	color: #cccccc;
	margin-top: 7px;
}
.address-contact a {
	color: #cccccc;
}
.address-contact a:hover {
	color: #cccccc;
	text-decoration: underline;
}
.address-contact span {
	width: 135px;
	display: inline-block;
}
.channel-header {
	font-family: sukhumvitreg;
	font-size: 18px;
	line-height: 22px;
	color: #FFB266;
	margin-top: 20px;
}
.iconfooter {
	color: #cccccc;
	font-size: 25px;
}
#iconyoutubefooter {
	font-size: 20px;
}
#iconwebsitefooter {
	font-size: 22px;
}
.icontextfooter {
	font-family: sukhumvitreg;
	font-size: 16px;
	line-height: 22px;
	color: #cccccc;
	margin-left: 10px;
}
.icontextfooter:hover {
	text-decoration: underline;
}
.channel-body {
	width: 100%;
	display: table;
	margin-top: 7px;
}
.channel-body-box {
	width: 143px;
	display: table-cell;
	padding-top: 3px;
}
/*-----Body-----*/
.contentbox {
	width: 100%;
	height: auto;
}
.topspace-large2 {
	padding-top: 60px;
}
.topspace-large {
	padding-top: 50px;
}
.topspace-middle2 {
	padding-top: 40px;
}
.topspace-middle {
	padding-top: 30px;
}
.topspace-small {
	padding-top: 20px;
}
.topspace-ss {
	padding-top: 10px;
}
.bottomspace-large3 {
	padding-bottom: 80px;
}
.bottomspace-large2 {
	padding-bottom: 60px;
}
.bottomspace-large {
	padding-bottom: 50px;
}
.bottomspace-middle2 {
	padding-bottom: 40px;
}
.bottomspace-middle {
	padding-bottom: 30px;
}
.bottomspace-small {
	padding-bottom: 20px;
}
.bg-black {
	background-color: #000000;
}
.bg-white {
	background-color: #ffffff;
}
.bg-grey1 {
	background-color: #F2F2F2;
}
.bg-grey2 {
	background-color: #CBCBCB;
}
.bg-pink {
	background-color: #EE5B92;
}
/*--- navigation ---*/
.navigator {
	width: 100%;
	height: auto;
	text-align: left;
	border-bottom: 3px solid #EE5B92;
}
.navigator-active {
	background-color: #EE5B92;
	color: #ffffff;
}
.navigator-active a {
	color: #ffffff;
}
.navigator-inactive {
	background-color: #636363;
	color: #CCCCCC;
}
.navigator-inactive a {
	color: #CCCCCC;
}
.navigator-inactive a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.navigator span {
	width: auto;
	font-family: sukhumvitreg;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-right: 7px;
}
.morebutton {
	float: right;
	font-size: 20px;
}
.moretext {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 8px;
	color: #b31510;
}
.moreicon {
	position: relative;
	top: 9px;
	display: inline-block;
	color: #b31510;
}
/*--- paging ---*/
.page-roll {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	overflow: hidden;
}
.page-container {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	left: 50%;
}
.page-no {
	font-family: amblebold;
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	float: left;
	position: relative;
	left: -50%;
	padding-top: 1px;
	margin-left: 10px;
}
.page-no-active {
	background-color: #931A26;
	color: #FFF4CD;
}
.page-no-active a {
	color: #FFF4CD;
}
.page-no-normal {
	background-color: #383838;
	color: #D0D0D0;
}
.page-no-normal a {
	color: #D0D0D0;
}
.page-arrow-left {
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #C3C3C3;
	float: left;
	position: relative;
	left: -50%;
	margin-right: 3px;
	margin-top: 6px;
}
.page-arrow-right {
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #C3C3C3;
	float: left;
	position: relative;
	left: -50%;
	margin-left: 13px;
	margin-top: 6px;
}

@media (min-width: 1280px) {
	.container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 1280px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 1024px) and (max-width: 1279px)  {
	.container {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.menutext-en {
		font-size: 18px;
		margin-top: 15px;
	}
	.menutext-th {
		font-size: 12px;
		margin-top: 3px;
		margin-bottom: 0px;
	}
	.black-header {
		height: 75px;
	}
	.menu-body {
		height: 75px;
	}
	.mainlogo {
		height: 60px;
		margin-top: 25px;
	}
	.menu-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.firstheader {
		height: 185px;
	}
	.iconfacebook {
		font-size: 25px;
		color: #ffffff;
	}
	.iconline {
		font-size: 25px;
		color: #ffffff;
	}
	.icontwitter {
		font-size: 25px;
		color: #ffffff;
	}
	.iconinstagram {
		font-size: 25px;
		color: #ffffff;
	}
	.iconyoutube {
		font-size: 27px;
		color: #ffffff;
	}
	.iconuser {
		font-size: 22px;
		color: #ffffff;
	}
	.iconsearch {
		font-size: 22px;
		color: #ffffff;
	}
	.maincolorbar {
		height: 25px;
	}
	.mainspacebar {
		height: 25px;
	}
	#searchbox {
		width: 150px;
		height: 25px;
		line-height: 25px;
  }
  .ddmenu-arrow {
		width: 0px;
		height: 0px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #E7E7E7;
		float: left;
		margin-right: 10px;
		margin-top: 5px;
  }
  .ddmenu-box {
    font-size: 16px;
	}
	/*--- Footer ---*/
	.columnzone {
		padding-top: 25px;
		padding-bottom: 35px;
	}
	.logozone {
		display: none;
	}
	.addresszone {
		padding-left: 15px;
	}
	.channelzone {
		width: 38%;
	}
	.address-header {
		font-size: 20px;
		line-height: 20px;
	}
	.address-body {
		font-size: 16px;
		line-height: 20px;
		margin-top: 15px;
	}
	.address-contact {
		font-size: 16px;
		line-height: 20px;
		margin-top: 5px;
	}
	.channel-header {
		font-size: 16px;
		line-height: 20px;
		margin-top: 16px;
	}
	.iconfooter {
		font-size: 25px;
	}
	#iconyoutubefooter {
		font-size: 20px;
	}
	#iconwebsitefooter {
		font-size: 23px;
	}
	.icontextfooter {
		font-size: 16px;
		line-height: 20px;
	}
	.contentbox {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.bottomspace {
		padding-bottom: 10px;
	}
	.bottomheight {
		height: 10px;
	}
}

@media (max-width: 1023px) {
	.container {
		width: 100%;
		min-width: 375px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.firstscroll {
		display: block;
		height: 135px;
		background-color: #ffffff;
	}
	.firstheader {
		height: 135px;
		background-color: #ffffff;
	}
	.white-header {
		height: 90px;
		background-image: url('../Images/Header-Background.png');
		background-position: left;
	}
	.grey-header {
		height: 90px;
		background-position: left;
	}
	.black-header {
		height: 46px;
		background-color: #1F1F1F;
	}
	.main-header-box {
		height: 90px;
		padding-top: 12px;
	}
	.mainlogo {
		height: 65px;
		margin-top: 0px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#mainiconbox {
		display: none;
	}
	.menu-body {
		display: none;
	}
	.menu-body-mobile {
		display: block;
		width: 100%;
		height: 46px;
		padding-top: 7px;
		padding-bottom: 6px;
	}
	#menu-row-mobile {
		width: 32px;
		height: 32px;
		float: left;
		margin-top: -2px;
		cursor: pointer;
	}
	.hamburger {
		width: 32px;
		height: 4px;
		margin-top: 6px;
		background-color: #9F9F9F;
	}
	.search-row-mobile {
		float: right;
		margin-top: 2px;
	}
	#searchbox-mobile input[type="text"] {
		background: url(../Images/Search-Dark.png) no-repeat 10px 5px #444;
		border: 1px solid #111111;
		font: bold 0.8125em THPrakas;
		color: #EDEDED;
		width: 170px;
		padding: 3px 15px 3px 35px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
  }
  .ddmenu-arrow {
		width: 0px;
		height: 0px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #E7E7E7;
		float: left;
		margin-right: 8px;
		margin-top: 6px;
  }
  .ddmenu-box {
    font-size: 16px;
    padding-top: 1px;
	}
	/*--- Footer ---*/
	.mainfooter {
		width: 100%;
		height: auto;
		background-color: #243B5A;
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.columnzone {
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		height: auto;
	}
	.logozone {
		display: none;
	}
	.channelzone {
		width: 100%;
	}
	.addresszone {
		width: 100%;
	}
	.address-header {
		font-size: 20px;
		line-height: 20px;
		color: #ffffff;
	}
	.address-body {
		display: none;
	}
	.address-contact {
		font-size: 16px;
		line-height: 20px;
		margin-top: 3px;
	}
	#contact-tel {
		margin-top: 10px;
	}
	#contact-line {
		display: none;
	}
	.channel-header {
		font-size: 16px;
		line-height: 20px;
		margin-top: 16px;
	}
	.iconfooter {
		font-size: 25px;
	}
	#iconyoutubefooter {
		font-size: 20px;
	}
	#iconwebsitefooter {
		font-size: 23px;
	}
	.icontextfooter {
		font-size: 16px;
		line-height: 20px;
	}
	.contentbox {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.bottomspace {
		padding-bottom: 10px;
	}
	.bottomheight {
		height: 10px;
	}
}
</pre></body></html>