/* Main Scss */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* black */
/* white */
/* blue */
/* grey */
/* white */
/* black */
/* blue */
/*white*/
/* blue */
* {
  box-sizing: border-box; }

body {
  color: #000000;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  line-height: 1.3; }

* {
  box-sizing: border-box; }

/*body#page*/
a:link {
  color: #000000;
  text-decoration: none; }

.mobilemenu a:link {
  color: #ffffff;
  text-transform: uppercase; }

.menu a:hover {
  color: #ffffff; }

img {
  display: block;
  width: 100%;
  /*img*/ }

.mobilehide {
  display: none; }

.desktophide {
  display: block; }

.mobilemenu {
  background: #004080; }

.topbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 80px; }

.logo {
  width: 235px; }

.banner {
  min-height: 190px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.bpic1 {
  background: url(../images/banner.jpg) no-repeat center bottom; }

.bpic2 {
  background: url(../images/banner.jpg) no-repeat center bottom; }

.bpic3 {
  background: url(../images/banner.jpg) no-repeat center bottom; }

.banner_text {
  width: 300px;
  text-align: center; }
  .banner_text h1 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase; }
  .banner_text p {
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0 15px; }
  .banner_text a {
    color: #000000;
    border: 1px solid black;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 3px 15px; }
  .banner_text a:hover {
    color: #ffffff;
    border: 1px solid white; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .row section {
    width: 300px;
    margin: 0 10px 40px; }
    .row section a:hover {
      text-decoration: underline; }

.partition {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #91aec1;
  /*light blue*/
  margin-bottom: 40px; }

.row h2 {
  font-size: 26px;
  margin-bottom: 10px; }

.service {
  text-align: center; }
  .service img {
    width: 140px;
    margin: 0 auto; }
  .service p {
    padding: 0 40px; }

.project p,
.content p {
  margin-top: 10px; }

.viewcontent:link {
  color: #004080;
  text-transform: uppercase;
  float: right;
  margin-top: 30px; }

.incontent img {
  margin: 20px auto;
  max-width: 620px; }
.incontent p {
  margin-bottom: 20px; }

.about,
.servicepage,
.inproject,
.incontent,
.contact {
  padding: 0 12%; }
  .about h2,
  .servicepage h2,
  .inproject h2,
  .incontent h2,
  .contact h2 {
    margin: 30px 0; }
  .about p,
  .servicepage p,
  .inproject p,
  .incontent p,
  .contact p {
    margin-bottom: 40px; }

.contact {
  padding: 0 6%; }
  .contact p {
    margin-bottom: 15px;
    color: #004080; }

.projectpic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.bigproject {
  margin-bottom: 10px; }

.smallproject {
  width: 48%;
  margin: 10px 0;
  max-width: 460px; }

.contactbox {
  background: #004080; }

.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

.address,
.social {
  width: 300px;
  padding-top: 25px;
  margin: 0 10px 25px; }

.address img {
  margin-bottom: 10px; }
.address p {
  line-height: 2;
  color: white; }
  .address p a {
    color: white; }
  .address p a:hover {
    text-decoration: underline; }

h2 {
  font-size: 30px;
  color: #004080;
  text-transform: uppercase; }

h3 {
  font-size: 26px;
  margin-bottom: 10px; }

h4 {
  font-size: 26px;
  color: white; }

.social img {
  width: 42px; }
.social p {
  overflow: hidden;
  color: white;
  font-size: 20px;
  line-height: 42px; }
  .social p img {
    float: left; }
.social ul {
  color: white;
  list-style-type: disc;
  list-style-position: inside; }
.social li {
  margin-top: 10px; }

.sociallink {
  overflow: hidden;
  margin: 16px 0; }
  .sociallink img {
    float: left;
    margin-right: 20px; }

small {
  text-transform: uppercase;
  margin-left: 13%;
  line-height: 40px; }

.rowpic img {
  margin-bottom: 20px; }

.contactdetail section {
  overflow: hidden; }
  .contactdetail section img {
    width: 25px;
    float: left;
    margin-right: 4%; }
.contactdetail p {
  float: left;
  line-height: 1.5;
  width: 85%; }
.contactdetail ul {
  float: left;
  list-style: disc inside;
  color: #004080;
  margin-bottom: 15px;
  width: 80%; }
.contactdetail li {
  margin-bottom: 5px; }
.contactdetail a,
.contactdetail span {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  color: #004080;
  display: block;
  float: left; }
.contactdetail a:hover {
  text-decoration: underline; }
.contactdetail iframe {
  width: 280px;
  height: 280px;
  margin: 0 auto 25px;
  display: block; }

p.phonenumber {
  font-size: 20px;
  margin-bottom: 5px; }

.contactdetail .qrcode {
  width: 80px;
  margin-bottom: 30px; }

.contactdetail .recruit {
  float: none;
  margin-bottom: 40px;
  max-width: 375px; }

@media only screen and (min-width: 810px) {
  .mobilehide {
    display: block; }

  .desktophide {
    display: none; }

  header {
    max-width: 1400px;
    margin: 0 auto; }

  .topbar {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: start;
    align-items: start;
    max-width: 960px;
    margin: auto;
    padding: 0 3%; }

  .logo {
    width: 320px;
    padding: 37px 0 14px; }

  .menu a {
    display: block;
    padding: 37px 4px 14px;
    text-transform: uppercase; }
  .menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .menu ul li {
      height: 73px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 65px;
      text-align: center; }
  .menu span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    /*+font*/ }

  .menu a:hover {
    color: #ffffff;
    background: #004080; }

  .line {
    width: 65px;
    height: 1px;
    border-bottom: 1px solid black; }

  a:hover .line {
    border-bottom: 1px solid white; }

  .banner {
    height: 470px; }

  .banner_text {
    width: 660px; }
    .banner_text h1 {
      font-size: 55px; }
    .banner_text p {
      font-size: 16px;
      margin: 20px 0 30px; }

  .row {
    max-width: 960px;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    margin: 0 auto; }
    .row section {
      width: 300px; }

  .container {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
    padding: 0 10px; }

  .incontent,
  .inproject {
    max-width: 1400px;
    margin: 0 auto; }

  .rowpic {
    max-width: 960px;
    margin: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

  .large {
    width: 57%; }

  .medium {
    width: 40%; }

  .small {
    width: 30%; }

  .contact {
    padding: 0 12%; }

  .contactdetail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
    padding: 0 10px; }
    .contactdetail div {
      width: 50%; }
    .contactdetail iframe {
      width: 370px;
      height: 370px;
      margin: 0 4% 0 0; }

  .contactdetail .qrcode {
    margin-bottom: 100px; } }

/*# sourceMappingURL=style.css.map */
