* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 16px/1.5 "Bai Jamjuree", Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: #EDEDEB url(../images/bg_54aa65fc32.png) no-repeat fixed;
	color: #3C3C3C;

	padding: 25px 0;
    background-size: cover;
}
a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}

a,
em, .mark {
	color: #FF6900;
}

.main {
	margin: 25px auto;
/* 	max-width: 1140px; */
	max-width: 790px;
	
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
body:before,
body:after,
.main:before {
    content: "\00a0";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
}
body:before {
	bottom: 13%;
	height: 13%;
	background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,.9) 33%, rgba(237,237,237,0) 100%);
}
body:after {
	height: 13%;
    bottom: 0;
    background: rgba(237,237,237,1);
}
.main:before {
    z-index: -1;
    top: 0;
    bottom: 0;
    background: rgba(237,237,237,.3);
}

.logo {
	display: block;
	position: relative;
	font-size: 0;
	text-align: left;
	background: #F6F8FB;
	z-index: 999;
}
.logo img {
	position: relative;
	display: block;
	width: 360px;
	padding: 40px 0 10px 53px;
}
.logo:before {
    content: "\00a0";
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    height: 36px;
    background: url(../images/Frame_7efcb162f2.png) no-repeat;
}
.columns {
	columns: 2;
}
.nobreaker {
	page-break-inside: avoid;
}
.head {
	position: relative;
}
.head div {
	padding: 40px 60px 0 60px;
}
.head div h3:first-child {
	padding-top: 0;
	margin-top: -3px;
}
.head img {
	display: block;
}
.slider_wrap {
    max-width: 100%;
}
.content {
	padding: 0 60px;
/*
	padding: 0 60px 35px 60px;
 */
}
.footer div {
	padding: 0 60px 30px 60px;
/* 
	padding: 50px 60px 40px 60px;
	background: #FF6900;
	color: #ffffff;
 */
}
/*
.footer h3,
.footer div a {
	color: #ffffff;
}
*/
div.important {
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
    width: 48%;
	float: left;
}
.footer_right {
    width: 48%;
	float: right;
}
.iframe_container {
    position: relative;
    padding: 0 0 56.15% 0;
    height: 0;
    overflow: hidden;
}
.iframe_container iframe,
.iframe_container object,
.iframe_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4 {
	font-family: "Raleway" Arial, sans-serif;
    text-transform: inherit;
	line-height: inherit;
	color: #FF6900;
}
h2, h3, h4 {
	font-size: 1.3em;
	padding: 1em 0 1em 0;
}
h1 {
    text-transform: inherit;
	font-size: 2em;
	line-height: 1.2;
	padding: .5em 0 1em 0;
	color: #373a36;
}
h1 + p {
	padding-top: .6em;
}
h1 span {
    text-transform: inherit;
    font-weight: 300;
}
.h1_small {
	font-family: ;
    font-size: inherit;
    text-transform: inherit;
	font-weight: inherit;
	padding: inherit;
	color: inherit;
}
h2 {
	font-size: ;
	padding: ;
	color: ;
}
h3 {
 	font-size: ;
	padding: ;
	color: ;
}
h1, h1 strong, h1 b {
	font-weight: 700;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 1.25em 0;
}
ul  {
    padding: 0 0 1.25em 1.25em;
}
ul ol,
ol ul,
ol ol,
ul ul {
	padding-bottom: 0;
	padding-left: 20px;
}
li {
    padding: 0 0 .125em 0;
    position: relative;
    list-style-type: none;

/*
	list-style-type: disc;
	list-style-type: square;
	list-style-type: "\25AA\00a0\00a0";
 */
 
}
li::marker {
	color: ;
}
ul > li:last-child {
	padding-bottom: 0;
}
li:before {
    content: "\25CF";
	position: absolute;
 	font-size: .9em;
	line-height: 1.7;
	color: inherit;
	margin: 0 0 0 -1.2em;
}
ol > li {
	list-style-type: decimal;
}
ul > li ul > li {
	padding-left: 0;
	list-style-type: circle;
}
ul > li ul > li ul > li {
	list-style-type: square;
}
ul > li ul > li:before {
/*
	content: "\25AB";
*/
	display: none;
    background: none;
 	border: 1px solid #000000;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 75%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.btn {
	font-family: inherit;
	display: inline-block;
    font-size: inherit;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: inherit;
    padding: .75em 1.5em;
    margin: 1.25em auto;
    color: #ffffff;
    background: #FF6900;
    border: 1px solid #FF6900;
/* 
    border-radius: 24px;
 */
}
.btn:hover {
    border-color: #373a36;
    background: #373a36;
    color: #ffffff;
    text-decoration: none;
}
@media only screen and (max-height:500px) {
	body:before,
	body:after {
 		display: none;
	}
}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		padding: 0;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	body:before,
	body:after,
	.main:before {
		display: none;
	}
	.main {
		margin: 0 auto;
		margin: 2% auto;
	    width: 96%;
	    border: 0;
/* 	    font-size: .875em; */
	}
	body:before,
	body:after,
	.main:before {
	}
	.logo {
		position: static;
		margin: 0;
	    float: none;
	    width: auto;
	}
	.logo img {
		margin: 0;
		width: 280px;
		padding: 20px 5%;
	}
.logo:before {
display: none;}
	.columns {
		columns: 1;
	}
	.head div {
	    float: none;
	    width: auto;
		margin: 0;
		padding: 4% 5% 0 5%;
	}
	.head div h3:first-child {
		padding-top: 0;
		margin-top: inherit;
	}
	.content {
	    float: none;
	    width: auto;
		margin: 0;
		padding: 0 5%;
	}
	.footer div {
	    float: none;
	    width: auto;
		margin: 0;
		padding: 0 5% 5% 5%;
/*
		padding: 0 5%;
 */
	}
	div.important {
		position: static;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
		padding: 0;
		margin: 0;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}
	h1, h2, h3, h4 {
	}
	h1 {
		font-size: 1.4em;
	}
	h2 {
	}
	h3 {
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:410px) {

}
@media print  {
	@page {
		margin: 0;
		padding: 0;
	}
	html, body {
		margin: 0 auto;
		padding: 0;
	    width: 100%;
		height: auto;
	}
	body {
		color: Black;
	}
}