body {
  font-family: 'Kanit', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 100;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  color: #026475;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
}

.notifbutton {
  position: relative;
  top: -121px;
  right: 15px;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 19px 20px;
  float: none;
  clear: both;
  border: 1px solid red;
  border-radius: 50px;
  background-color: #fd0000;
  color: #fff;
  font-size: 18px;
}

.header {
  display: block;
  background-color: #ffe545;
}

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  background-color: #fbb829;
}

.loginform {
  margin-top: 20px;
  float: none;
}

.logininput {
  display: inline-block;
  width: 50%;
  margin-right: 10px;
  border: 1px solid rgba(184, 169, 84, .97);
  border-radius: 5px;
  background-color: rgba(194, 163, 79, .65);
  color: #fff;
  text-transform: none;
}

.loginlabel {
  display: inline;
  width: 55%;
  margin-right: 10px;
  margin-left: 0px;
  color: #826412;
  font-weight: 400;
}

.loginbutton {
  height: 42px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #f2dc5e;
  border-radius: 6px;
  background-color: #026475;
}

.loginbutton:hover {
  background-color: #003d47;
}

.logincolumn {
  text-align: center;
}

.margintop {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
  padding-top: 0px;
}

.newstab {
  padding: 1px;
  text-align: justify;
}

.newstabcontent {
  padding: 20px 20px 10px;
  border: 1px solid #faca61;
  border-radius: 0px 0px 13px 13px;
  background-color: #fefbaf;
  opacity: 1;
  color: #026475;
}

.newstablink {
  margin-right: 2px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-radius: 5px 5px 0px 0px;
  background-color: #ffe545;
  opacity: 1;
}

.newstablink:hover {
  margin-bottom: 0px;
  background-color: #026475;
  color: #fff;
  text-decoration: underline;
}

.newstablink.w--current {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #026475;
  color: #fff;
}

.newstablink.w--current:hover {
  text-decoration: underline;
}

.cardblock {
  display: block;
  margin: 0px;
  padding: 16px;
  border: 1px solid rgba(194, 163, 79, .52);
  border-radius: 5px;
  background-color: hsla(58, 98%, 84%, .54);
  color: #013f4a;
  text-align: center;
  text-decoration: none;
}

.cardblock:hover {
  text-decoration: none;
}

.footertextblock {
  margin: 5px 5px 0px;
  padding: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
}

.slide1 {
  background-image: url('../images/authen/Tulips.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/authen/pylon-882x300.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.list {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 4px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .61);
  list-style-type: none;
}

.list:hover {
  border-color: #b0b0b0;
  background-color: #f7f7b7;
}

.listbox {
  padding-left: 0px;
  list-style-type: none;
}

.bannerbox {
  padding: 12px;
  background-color: rgba(194, 163, 79, .49);
  text-align: center;
}

.bannerbox:hover {
  border: 1px solid #6b5927;
}

.bannersection {
  padding-bottom: 10px;
  background-color: #c2a34f;
}

.linktext {
  color: #02414d;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  list-style-type: none;
}

.sublistitem {
  text-align: left;
}

.menucontainer {
  position: static;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

._33pblock {
  width: 16.66%;
  height: 140px;
  padding: 5px;
  float: left;
  border-radius: 10px;
}
.inline-block {
  max-width: 100%;
  display: inline-block;
}
.menutile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.titleTable{
	background-color: #d9edf7;
	text-align:center;
	line-height: 34px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	border-radius:0px;
	color:#000;
	border:1px solid #fff;
}
.tile-text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 20;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tile-text.small_text {
  font-size: 18px;
}

.tile-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.tile-image.bg {
  border-radius: 10px;
  background-color: #0098ff;
}

.tile-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .18);
}

.loginmessage {
  margin-top: 0px;
  padding: 5px;
  float: none;
  direction: ltr;
  color: #855002;
  text-align: right;
  text-decoration: none;
  text-transform: none;
}

.othersystems {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  border: 1px dashed #ca950f;
  border-radius: 5px;
  background-color: transparent;
}

.othersystem_title {
  padding: 7px;
  color: #a05b11;
  font-size: 19px;
}

.other {
  width: 50%;
  margin-right: auto;
  margin-left: 0px;
  float: left;
  border: 1px dashed #ca950f;
  border-radius: 5px;
}

._33pblock50 {
  width: 33.33%;
  height: 140px;
  padding: 5px;
  float: left;
}

.other_title {
  width: 50%;
  padding: 7px;
  float: left;
  color: #a05b11;
  font-size: 19px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
}
.buttondamActive {
  background-color: #255092;
  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
border-radius: 4px;
width: 100%;
height: 70px;
}

.buttondam {
    background-color: #3570cc;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
	border-radius: 4px;
	width: 100%;
	height: 70px;
}

.cctvresize {
    width: 100%;
}

@media (max-width: 991px) {
  .footer {
    position: static;
  }
  .logininput {
    width: 45%;
  }
  .loginlabel {
    width: 50%;
  }
  ._33pblock {
    width: 16.66%;
    height: 130px;
  }
  .tile-text {
    font-size: 18px;
  }
  .tile-text.small_text {
    font-size: 16px;
  }
  .notifap {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .logo {
    display: block;
	width: 50%
  }
  .loginbutton {
    margin-bottom: 10px;
  }
  ._33pblock {
    width: 33.33%;
  }
  .tile-text.small_text {
    font-size: 19px;
  }
  .loginmessage {
    text-align: center;
  }
  ._33pblock50 {
    width: 66.66%;
  }
  .notifap {
    top: -109px;
  }
}

@media (max-width: 479px) {
  .logo {
    padding-right: 0px;
  }
  .footer {
    position: static;
  }
  .logincolumn {
    padding-bottom: 5px;
  }
  ._33pblock {
    width: 50%;
    height: 120px;
    float: left;
  }
  .tile-text {
    font-size: 18px;
    line-height: 20px;
  }
  .tile-text.small_text {
    font-size: 18px;
    line-height: 20px;
  }
  .tile-overlay {
    height: 100%;
  }
  .loginmessage {
    margin-top: 10px;
    text-align: center;
  }
  ._33pblock50 {
    width: 100%;
  }
   .notifap {
    top: -98px;
  }
}
