@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #23323D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: bold;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #23323D;
	/* [disabled]display: inline-block; */
}
/* Navigation */
header {
	height: 10%;
	background-color: #23323D;
	border-bottom: 1px solid #2C9AB7;
}
.logo {
	width: 20%;
	margin-left: 5%;
	float: left;
	font-family: inherit;
	color: #fff;
	margin-top: 40px;
	letter-spacing: 5px;
	text-align: center;

}
nav {
	float: right;
	width: 55%;
	margin-right: 5%;
	margin-top: 40px;
}
header nav ul {
	list-style: none;
	float: right;
	font-family: cabin;
	font-style: normal;
	font-size: 16pt;
	font-weight: 400;
	color: #FFFFFF;
}
nav ul li {
	float: left;
	color: #000080;
	font-size: 14px;
	text-align: left;
	margin-right: 10px;
	letter-spacing: 2px;
	font-weight: bold;
}
ul li a {
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	padding-bottom: 6px;
}
ul li:hover a {
	color: #FFF1A9;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.18);
}
.hero_header {
	color: #0074FF;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	/* [disabled]background-color: rgba(0,0,0,0.41); */
	font-family: passion-one;
	font-style: normal;
	/* [disabled]font-weight: 400; */
	font-size: 48pt;
	padding-right: 25%;
}
/* Hero Section */
.hero {
	background-color: #B3B3B3;
	background-image: url(/img/bg13.jpg), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,130,203,1.00) 100%);
	background-image: url(/img/bg13.jpg), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,130,203,1.00) 100%);
	background-image: url(/img/bg13.jpg), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,130,203,1.00) 100%);
	background-image: url(/img/bg13.jpg), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(0,130,203,1.00) 100%);
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
	margin-top: 0px;
	height: 300px;
	max-width: 100%;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: left;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: passion-one;
	font-style: normal;
	font-size: x-large;
	padding-left: 100px;
}
/* About Section */
.text_column {
	/* [disabled]width: 85%; */
	text-align: left;
	font-weight: normal;
	/* [disabled]line-height: 25px; */
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-style: normal;
	margin-right: 15%;
	margin-left: 15%;
	font-size: 13pt;
	display: inline-block;
	font-family: Tahoma;
}
.about {
	padding-top: 50px;
	background-color: #2A3C49;
	padding-bottom: 80px;
	margin-top: 0px;
	margin-bottom: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-image: url(/img/line06.png); */
	background-position: bottom;
	background-repeat: no-repeat;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(/img/bg11.jpg);
	height: 500px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.parallax {
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	letter-spacing: 2px;
	margin-top: 0px;
	background-color: rgba(42,60,73,0.90);
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 22pt;
	padding-bottom: 20px;
	border-radius: 0 0 50px 50px;
	margin-bottom: 0px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.parallax_description {
	color: #FFFFFF;
	text-align: left;
	padding-right: 50px;
	/* [disabled]width: 30%; */
	font-weight: normal;
	line-height: 23px;
	background-color: rgba(42,60,73,0.90);
	font-size: 12pt;
	font-family: Tahoma;
	font-style: normal;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 55px;
	margin-top: 0px;
	border-radius: 0 0 100px 100px;
	margin-right: 10%;
	margin-left: auto;
}
/* More info */
footer {
	/* [disabled]padding-bottom: 100px; */
}
.footer_column {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: rgba(255,255,255,1);
	/* [disabled]padding-left: 10%; */
	padding-bottom: 100px;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	/* [disabled]line-height: 36pt; */
	font-weight: bold;
	margin-left: 5%;
	margin-right: 5%;
	font-style: normal;
	font-size: 16pt;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
	background-color: #006DB3;
}
.container footer h2 forclient {
}

.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 45px;
	line-height: 22px;
	text-align: right;
	font-size: 18px;
	padding-top: 30px;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background-color: inherit;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 95%;
	margin: auto;
	text-align: left;
	padding-bottom: 30px;
	font-size: 12pt;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
.hero_header {
	color: #0074FF;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	/* [disabled]background-color: rgba(0,0,0,0.41); */
	font-family: passion-one;
	font-style: normal;
	/* [disabled]font-weight: 400; */
	font-size: 24pt;
	padding-right: 25%;
}
.parallax_description {
	color: #FFFFFF;
	text-align: left;
	padding-right: 70px;
	/* [disabled]width: 30%; */
	font-weight: 400;
	/* [disabled]line-height: 23px; */
	background-color: rgba(0,0,0,0.7);
	font-size: 12pt;
	font-family: lato;
	font-style: normal;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 55px;
	margin-top: 0px;
	border-radius: 0 0 100px;
	margin-right: 5%;
}


}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.hero_header {
	color: #0074FF;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	/* [disabled]background-color: rgba(0,0,0,0.41); */
	font-family: passion-one;
	font-style: normal;
	/* [disabled]font-weight: 400; */
	font-size: 36pt;
	padding-right: 25%;
}

}
.forclient {
	padding-left: 15%;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 36pt;
	color: rgba(255,255,255,1);
	padding-top: 10px;
	width: 85%;
	letter-spacing: -2px;
}
.section_forclient {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(42,60,73,1.00);
	padding-top: 10px;
	/* [disabled]background-image: url(/img/line08.png); */
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.forclient_column {
	font-size: 13pt;
	/* [disabled]width: 80%; */
	font-family: Tahoma;
	margin-right: 18%;
	margin-left: 18%;
	font-weight: normal;
	padding-left: 2%;
	/* [disabled]background-image: url(/img/bullet02.png); */
	background-position: left center;
	background-repeat: no-repeat;
}
.section_forcadidate {
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(212,225,222,1.00);
	padding-top: 10px;
	/* [disabled]background-image: url(/img/line02.png); */
	background-position: bottom;
	background-repeat: no-repeat;
}
.forcandidates_column {
	font-size: 13pt;
	/* [disabled]width: 90%; */
	font-family: Tahoma;
	/* [disabled]margin-top: 15%; */
	margin-right: 18%;
	margin-left: 18%;
	/* [disabled]margin-bottom: 15%; */
	font-weight: normal;
	padding-left: 2%;
	/* [disabled]background-image: url(/img/bullet01.png); */
	background-position: left;
	background-repeat: no-repeat;
}
.footer_column2 {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #2A3C49;
	/* [disabled]padding-left: 10%; */
	padding-bottom: 100px;
}
.forcandidate {
	padding-left: 15%;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 36pt;
	color: #2A3C49;
	padding-bottom: 0px;
	padding-top: 10px;
	width: 85%;
	letter-spacing: -2px;
}
.logo-a {
	font-family: AngsanaUPC;
	color: #fff;
	letter-spacing: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 36px;
}
.but-aboutus {
	border-radius: 10px;
	color: #FFF1A9;
	background-color: rgba(255,255,255,0.18);
}
