* {
  margin:0 auto;
}

html, body {
  background-color: #fff;//#999;
  height:100%;
}

.container {
  background-color: #fff;//#999;
  width:100%;
}

.header {
  background-color:#fff;
  height:174px;
  width:950px;
  padding-top:5px;
  padding-bottom:10px;
  color:#5e2a2c;
}

.header .logo {
  padding-left:10px;
}

.header h2 {
  float:right;
  padding-top:28px;
  font-family: 'Bree Serif', serif;
  font-weight:500;
}

.header a {
  color:#5e2a2c;
}

.header .line {
  padding-right:20px;
  padding-bottom:10px;
}

.navbar {
  background-color:#2e706e;
  width:100%;//950px;
  min-height:50px;
  cursor:pointer;
}

.navbar a {
  display:inline-block;
  width:calc(950px / 4);
  min-height:50px;
  line-height:50px;
  color:#fff;
  font-family: 'Bree Serif', serif;
  font-size:20px;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
  text-align:center;
}

.navbar a:hover {
  background-color:#338d8a;
}

.navbar .last {
  margin-right: 0;
}

.content {
  width: 950px;
  height: 444px;
  background-color:#fff;
  padding-top:20px;
}

.content .left-description {
  display:block;
  float:left;
  font-family:sans-serif;
  width: 342px;
  padding-top:50px;
  padding-left:10px;
}

.content .home-gallery {
  display:block;
  float:right;
  height:444px;
  width: 592px;
}

.content .home-gallery img {
  display:block;
  width:100%;
  height:100%;
}

.content .certificate-mum {
  display:inline-block;
  width:400px;
  height:400px;
}

.content .working {
  display:inline-block;
  width:400px;
  height:400px;
}

.content .about-content {
  padding-top:10px;
  font-family:sans-serif;
}

.content .form {
  float:left;
  margin-top:20px;
  width:320px;
  font-family: sans-serif;
  font-size:20px;
}

.content .form .send-button {
  display:block;
  width:300px;
  background-color:#2e706e;
  color:#fff;
  line-height:40px;
  text-align:center;
  border-radius:5px;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
  margin-left:10px;
  margin-right: 10px;
  margin-bottom:10px;
  margin-top:15px;
}

.content .form .send-button:hover {
  background-color:#338d8a;
}

.content .form .label {
  padding:10px;
  color:#999;
}

.content .form input {
  font-family: sans-serif;
  display:inline-block;
  font-size:20px;
  width:300px;
  height:40px;
  margin-left:10px;
  border-radius:5px;
  border:1px solid #ccc;
  padding-left:10px;
}

.content .form .enquiry-input {
  font-family: sans-serif;
  display:inline-block;
  width:300px;
  height:100px;
  margin-left:10px;
  font-size:20px;
  border-radius:5px;
  border:1px solid #ccc;
  resize:vertical;
  padding-left:10px;
  padding-top:10px;
}

.content .dip-board img {
  padding-top:60px;
  display:block;
  width:500px;

}

.content .social {
  display:inline-block;
  font-family:sans-serif;
  font-size:20px;
  line-height:30px;
  float:right;
  margin-right:150px;
  margin-top:15px;
}

.content .social a {
  color: #000;
  text-decoration:none;
}

.content .social i.fa-facebook-official {
  font-size:20px;
  margin-right:5px;
  color:#3765a3;
}

.pic-description {
  width:250px;
  float:left;
  padding-left:30px;
  padding-right:30px;
}

.sub-title {
  text-align: center;
  font-size:20px;
  padding-bottom:10px;
  font-family:sans-serif;
  font-weight:600;
}

.sub-content img {
  width:250px;
  height:230px;
  padding-top:10px;
}

.sub-text {
  padding-top:10px;
  display:block;
  font-family:sans-serif;
  word-wrap: break-word;
}

a.button {
  text-decoration: none;
  display:block;
  margin-top:60px;
  line-height:60px;
  text-align:center;
  width:275px;
  color:#fff;
  font-family:sans-serif;
  font-size:20px;
  background-color:#2e706e;
  border-radius:5px;
  transition: background-color 0.2s ease-in;
}

a.button:hover {
  background-color: #338d8a;
}

img.certificate {
  height:430px;
  float:right;
  padding-right:25px;
}

.sub-title-background {
  width:330px;
  text-align: center;
  font-size:20px;
  padding-bottom:10px;
  font-family:sans-serif;
  font-weight:600;
}

.sub-text-background {
  padding-top:10px;
  width:330px;
  display:block;
  font-family:sans-serif;
  word-wrap: break-word;
}

.gallery {
  display:block;
  width:950px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.viewport {
  display:inline-block;
  width:868px;
  height:600px;
  margin-top:20px;
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:1px solid #E0E0E0;
}

.button-left {
  position:relative;
  bottom:360px;
  display:inline-block;
  font-size:40px;
  transition: color 0.2s ease-in;
  cursor:pointer;
}
.button-left:hover {color:#363636;}

.button-right {
  display:inline-block;
  float:right;
  font-size:40px;
  position:relative;
  top:287px;
  transition: color 0.2s ease-in;
  cursor:pointer;
}
.button-right:hover {color:#363636;}

.viewport-image {
  display:block;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:#fff;
}

.image-grid {
  margin-bottom:30px;
}

.image-grid img {
  width:120px;
  height:100px;
  padding:5px;
  border: 3px solid #fff;
  margin-right:10px;
  cursor:pointer;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color:#fff;
}

.footer {
  display:block;
  background-color:#2e706e;
  line-height:50px;
  height:50px;
  color:#fff;
  font-family:sans-serif;
  font-size:19px;
  text-align:center;
  display:none;
}
