@font-face {
    font-family: 'Misans';
    src: url('../fonts/MiSans-Normal.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MiSans-Normal.woff') format('woff'),
         url('../fonts/MiSans-Normal.ttf') format('truetype'),
         url('../fonts/MiSans-Normal.svg#supermaket') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MiSansThai';
    src: url('../fonts/MiSansThai.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MiSansThai.woff') format('woff'),
         url('../fonts/MiSansThai.ttf') format('truetype'),
         url('../fonts/MiSansThai.svg#supermaket') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "Misans","MiSansThai" !important;
}

.-warapper {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: auto;
  overflow: hidden;
}

.top-page {
  height: 50%;
  width: 100%;
  padding: 0;
  margin: auto;
  overflow: hidden;
  background: #161179;
}

.bottom-page {
  height: 50%;
  width: 100%;
  padding: 0;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 30px 30px 0 0;
}

.box-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.topbar {
  background: #161179;
  width: 100%;
  height: 60px;
  padding: 10px;
  overflow: hidden;
}
.bottombar {
  width: 100%;
  height: 100px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  padding-top: 15px;
  font-size: 80%;
  font-weight: bold;
  background: #fff;
}

.-innercontent {
  width: 100%;
  margin: auto;
  overflow: auto;
  background: #fff;
}

.blog-scan {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
  padding: 30px 0 30px 0;
  margin-top: 30px;
}

.bigtext {
  color: #161179;
  font-size: 200%;
  font-weight: bold;
}

.bigtext2 {
  color: #000;
  font-size: 140%;
  font-weight: bold;
}

.bigtext3 {
  color: #161179;
  font-size: 120%;
  font-weight: bold;
}

.bigtext:hover,.bigtext:focus {
  color: #161179;
}

.linebtm {
  border-bottom: 2px solid #161179;
  margin: auto;
  margin-top: 7px;
  margin-bottom: 7px;

}
