@charset "UTF-8";

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Regular.eot');
    src: url('../fonts/subset-Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Regular.woff2') format('woff2'),
        url('../fonts/subset-Lato-Regular.woff') format('woff'),
        url('../fonts/subset-Lato-Regular.ttf') format('truetype'),
        url('../fonts/subset-Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Bold.eot');
    src: url('../fonts/subset-Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Bold.woff2') format('woff2'),
        url('../fonts/subset-Lato-Bold.woff') format('woff'),
        url('../fonts/subset-Lato-Bold.ttf') format('truetype'),
        url('../fonts/subset-Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Light.eot');
    src: url('../fonts/subset-Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Light.woff2') format('woff2'),
        url('../fonts/subset-Lato-Light.woff') format('woff'),
        url('../fonts/subset-Lato-Light.ttf') format('truetype'),
        url('../fonts/subset-Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/subset-Kanit-Light.eot');
    src: url('../fonts/subset-Kanit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Kanit-Light.woff2') format('woff2'),
        url('../fonts/subset-Kanit-Light.woff') format('woff'),
        url('../fonts/subset-Kanit-Light.ttf') format('truetype'),
        url('../fonts/subset-Kanit-Light.svg#Kanit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('../fonts/subset-Kanit-SemiBold.eot');
    src: url('../fonts/subset-Kanit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Kanit-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-Kanit-SemiBold.woff') format('woff'),
        url('../fonts/subset-Kanit-SemiBold.ttf') format('truetype'),
        url('../fonts/subset-Kanit-SemiBold.svg#Kanit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}


html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #535353;
	line-height: 1.467;
}

/* Section */

.section {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
}

/* Intro */

#intro {
	max-width: 950px;
	margin: 20px auto;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}

#intro .heading {
	margin: 0 0 12px;
}

#intro .locations {
	margin: -6px 0 70px;
	padding: 0;
}

#intro .locations li {
	position: relative;
	margin: 0 -4px 0 0;
	padding: 0 41px;
	list-style: none;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #df0f0f;
}

#intro .locations li:after {
	position: absolute;
	left: -5px;
	top: 9px;
	content: "";
	width: 7px;
	height: 7px;
	background: #df0f0f;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#intro .locations li:first-child:after {
	display: none;
}

/* Why Us */

#whyUs {
	padding-bottom: 50px;
}

#whyUs .image {
	float: left;
	width: 603px;
}

#whyUs .text {
	margin-left: 658px;
	margin-top: -8px;
}

#whyUs .text .heading {
	margin: 0 0 15px;
}

#whyUs .text .bulletListing {
	margin-bottom: 38px;
}

.bulletListing {
	margin: 0 0 20px;
	padding: 0;
}

.bulletListing li {
	position: relative;
	margin: 0 0 0.2em;
	padding: 0 0 0 22px;
	list-style: none;
	font-size: 15px;
}

.bulletListing li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 8px;
	height: 8px;
	border: 1px solid #126451;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#whyUs .text .linkBtn {
	padding-top: 18px;
	padding-bottom: 18px;
}

/* Services */

#services {
	border-top: 1px solid #e9e9e9;
}

#services .section {
	padding-top: 60px;
	padding-bottom: 60px;
}

#services .heading {
	text-align: center;
}

#services .listing {
	margin: 50px -9px 0;
}

#services .listing .service {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0;
	padding: 0 9px;
	width: 25%;
}

#services .listing .service img {
	display: block;
	width: 100%;
	margin-bottom: 33px;
}

#services .listing .service .name {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #045b47;
	letter-spacing: 0.1em;
	margin: 0 0 5px;
}

/* News */

#news {
	background: #f8f8f8;
}

#news .section {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

#news .listing {
	max-width: 1112px;
	margin: 35px auto;
}

#news .listing ul {
	margin: 0 -16px;
	padding: 0;
}

#news .listing ul li {
	margin: 0 -4px 0 0;
	padding: 0 16px;
	list-style: none;
	width: 33.33333333333333%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#news .listing ul li div {
	position: relative;
	background: #fff;	
	padding: 32px 25px 32px 45px;
}

#news .listing ul li div:after {
	position: absolute;
	content: "";
	left: 25px;
	top: 40px;
	width: 8px;
	height: 8px;
	border: 1px solid #126451;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#news .listing ul li p {
	margin: 0;
}

#news .listing ul li .moreLink {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #169c7e;
}

#news .info {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
}

#news .info strong {
	font-weight: normal;
}


/* Miscelleneous */

p {
	margin: 0 0 25px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 25px;
	padding: 0;
	font-family: 'Kanit', Arial, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: #001e18;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

a.linkBtn,
.linkBtn {
	display: inline-block;
	background: #df0f0f;
	color: #fff;
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 33px;
	letter-spacing: 0.1em;
	pointer-events: auto;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

a.linkBtn:hover,
.linkBtn:hover {
	background-color: #ff442c;
}

.heading {
	font-family: 'Kanit', Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #001e18;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.heading span {
	font-weight: 300;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

