@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Regular.eot"), /* IE9 Compat Modes */
  url("/../fonts/Kanit/Kanit-Regular.woff") format('woff'), /* Modern Browsers */
  url("../fonts/Kanit/Kanit-Regular.woff2") format('woff2'), /* Modern Browsers */
  url("../fonts/Kanit/Kanit-Regular.ttf") format('truetype'), /* Safari, Android, iOS */
}


html {
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  font-family: 'Kanit', sans-serif !important;
  font-size: 1em;
}
/* Headings
-------------------------------------------------- */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 0.5em;
  /*color: #0055aa !important;*/
}
h2 {
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
/* h2: PC styles */
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  border: 0 !important;
  text-decoration: none;
}
ul,
ul li {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* h1-topic: Mobile styles */
h1-topic {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 0.5em;
  display: block;
}
h1-topic-location {
  font-size: 4rem;
}
/* h1-topic: PC styles */
@media (min-width: 768px) {
  h1-topic {
    font-size: 5rem;
    padding: 10px;
  }
  h1-topic-location {
  font-size: 3.5rem;
  }
}

/* h2-subtopic: Mobile styles */
h2-subtopic {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 400;
  display: block;
  padding: 0 0 15px 0;
}
h2-topic-location {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
  display: block;
  padding: 0 0 15px 0;
}
/* h2-subtopic: PC styles */
@media (min-width: 768px) {
  h2-subtopic {
    font-size: 4rem;
    padding: 10px 0 20px 0px;
  }
  h2-topic-location {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 400;
  display: block;
  padding: 0 0 20px 0;
}
}
/* h2-subtopic: Mobile styles */
h3-subtopic {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}
/* h2-subtopic: PC styles */
@media (min-width: 768px) {
  h3-subtopic {
    font-size: 2.5rem;
  }
}

/* h3-for km day: Mobile styles */
.h3-km {
  font-size: 2rem;
}
/* h3-for km day: PC styles */
@media (min-width: 768px) {
  .h3-km {
    font-size: 3rem;
  }
}

.page-header {
  margin: 20px 0 0px !important;
}

img {
  /*display: block;*/
  max-width: 100%;
}
.txtRed {
  color: #ff0000;
}
.txtOrange {
  color: #ffc000;
}
.txtLightBlue {
  color: #60c5f1;
}
.txtShadow {
  text-shadow: 2px 2px 5px rgba(153, 153, 153, 0.682);
}
.txtShadow-simple {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.txtShadow-news {
  text-shadow: 2px 2px 4px #ffffff, 5px 4px 3px rgb(0 0 0 / 0%),
    0px -1px 10px rgb(171 255 239 / 16%);
}
.txtSpace-xs {
  letter-spacing: 1px;
}
.txtSpace-sm {
  padding-top: 20px;
  letter-spacing: 1px;
}
.txtSpace-md {
  letter-spacing: 3px;
}
.word-wrap {
  word-wrap: break-word;
}
.space {
  padding-top: 20px;
}
.flex-center {
  display: flex;
  justify-content: center;
}

.wrap {
  height: auto !important;
  margin: 0 auto -80px;
  min-height: 100%;
  padding: 0 0 80px;
  position: relative;
}

/* top section */
.top_navbar {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 30px;
  background-color: #0055aa;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .top_navbar {
    min-height: 15px;
  }
}
.top_navbar .hotline {
  padding-top: 5px;
  text-align: right;
}
.top_navbar .logout {
  padding-top: 5px;
  text-align: right;
}
.top_navbar .place {
  padding-top: 5px;
  text-align: left;
}
.top_navbar a {
  color: #ffffff;
}
.top_navbar a:hover {
  color: #ffffff;
  text-decoration: none;
}
.top_nav_list ul {
  margin: 0;
  padding: 10px 0 10px 0;
}
.top_nav_list li {
  float: left; /*in-line */
  margin: 0px 0px 0px 10px;
  color: #ffffff;
  list-style-type: none;
}
.top_nav_list li a {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  color: #ffffff;
  /*    background-color: #000;*/
}
.top_nav_list li a:hover {
  color: #ffff00;
  text-decoration: none;
}

.top_nav_list .contact-info {
  font-weight: normal;
  font-size: 13px;
}
.top_section {
  position: relative;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  /*height: 120px;*/
  /*-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
  /*background: #fff url(../images/top-bg.png) repeat-x left top;*/
  /*background: #0161a7;*/
  z-index: 999;
}
.modal-body {
  /*font-family: "SuperMarket";*/
}
.jumbotron-f {
  padding: 10px !important;
  margin-bottom: 0px;
  color: inherit;
  /*background: url('../images/_slide-bg-02.jpg');*/
  background-image: linear-gradient(
    to right,
    rgba(4, 82, 164, 1),
    rgba(83, 213, 177, 1)
  ) !important;
  box-shadow: 0 10px 15px 0 rgba(38, 48, 77, 0.14);
  color: #fff;
  /*font-family: "SuperMarket";*/
  /*background-color: #eee;*/
}
.jumbotron-f h1,
.jumbotron-f .h1 {
  font-size: 2em !important;
  color: inherit;
  padding-left: 18px;
}
.jumbotron-f h2.site-name,
.jumbotron-f .h2 {
  font-size: 46px !important;
  color: #ffffff !important;
  text-align: left;
}
.jumbotron-f h3.site-name,
.jumbotron-f .h3 {
  font-size: 2em !important;
  color: #ffffff !important;
  text-align: left;
  margin-top: -5px;
}

.jumbotron-f p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron-f > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron-f,
.container-fluid .jumbotron-f {
  border-radius: 6px;
}
.jumbotron-f .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron-f {
    padding: 48px 0;
  }
  .container .jumbotron-f,
  .container-fluid .jumbotron-f {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron-f h1,
  .jumbotron-f .h1 {
    font-size: 40px;
    color: #ffffff;
  }
}
/* Mobile */
@media screen and (max-width: 480px) {
  .jumbotron-f {
    margin-bottom: 0px;
  }
  .jumbotron-f h1,
  .jumbotron-f .h1 {
    color: inherit;
    padding-left: 18px;
    font-size: 36px;
  }
  .jumbotron-f h2.site-name,
  .jumbotron-f .h2 {
    color: #ffffff !important;
    font-size: 34px !important;
    text-align: left;
  }
  .jumbotron-f h3.site-name,
  .jumbotron-f .h3 {
    color: #ffffff !important;
    font-size: 20px !important;
    text-align: left;
    margin-top: -5px;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 14px !important;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  table {
    font-size: 11px !important;
  }
}
/*---- Panel ---*/

.panel-blue > .panel-heading {
  color: #ffffff !important;
  background-color: #3498db;
  border-color: #3498db;
}
.panel-blue .h4 {
  color: #ffffff !important;
}
.panel-green > .panel-heading {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
/*-------------*/

.well-green {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #1abc9c;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 40px;
  color: #ffffff;
}
.well-green blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  /*background-color: #1ABC9C;*/
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 36px;
  color: #ffffff;
}
.well-box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/*-------------*/
.main-box {
  background: #eff0f2;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.submain-box-location {
  display: block;
  padding: 0px;
  margin: 20px 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 38px;
  /*font-family: "SuperMarket";*/
}
.submain-box {
  display: block;
  padding: 10px;
  margin: 20px 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 38px;
  /*font-family: "SuperMarket";*/
}
.submain-sub-box {
  display: block;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*font-family: "SuperMarket";*/
  /*font-size: 32px;
font-weight: bold;*/
}
.submain-sub-box a {
  padding: 10px;
  margin: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.main-box a {
  color: #ffffff;
  text-decoration: none;
}
.main-box a:hover {
  color: #e1e1e1;
}
/*-------------*/
.txt-white {
  color: #ffffff;
}
.bg-green {
  background: #1abc9c;
  color: #ffffff;
}
.bg-darkgreen {
  background: #689e1d;
  color: #ffffff;
}
.bg-orange {
  background: #f39c12;
  color: #ffffff;
}
.bg-orange-pwa {
  background: #F37422;
}
.bg-blue-pwa {
  background: #279EFF;
}
.bg-blue {
  /*background: #085DAD;*/
  background-image: linear-gradient(
    to right,
    rgba(83, 213, 177, 1),
    rgba(4, 82, 164, 1)
  ) !important;
  color: #ffffff;
}
.bg-radial-blue {
  background: #0070bf;
  background: radial-gradient(
    circle,
    rgba(0, 112, 191, 1) 2%,
    rgba(71, 200, 255, 1) 62%,
    rgba(100, 227, 197, 1) 89%,
    rgba(253, 255, 153, 1) 100%
  );
}
.bg-blue-gradient {
  background: #0452a4;
  background: linear-gradient(
    237deg,
    rgba(4, 82, 164, 1) 12%,
    rgba(116, 242, 190, 1) 100%,
    rgba(83, 213, 177, 1) 82%
  );
}
.bg-2025-gradient {
  background-image: linear-gradient(
    to right,
    rgba(83, 213, 177, 1),
    rgba(4, 82, 164, 1)
  ) !important;
  color: #ffffff;
}
/*.bg-2025-gradient {
  background: #000236;
  background: linear-gradient(
    38deg,
    rgba(0, 2, 54, 1) 5%,
    rgba(8, 38, 110, 0.99) 32%,
    rgba(4, 82, 164, 0.99) 57%,
    rgba(104, 180, 252, 0.9) 100%
  );
}*/
.bg-dark-blue {
  background: #9cecfb; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #0052d4,
    #65c7f7,
    #9cecfb
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #0052d4,
    #65c7f7,
    #9cecfb
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-light-blue {
  background: #21bede;
  color: #ffffff;
}
.bg-light-green {
  background: #219ebc;
  color: #ffffff;
}

/*----- for show employee on mobile --------*/
.line {
  width: 629px;
  height: 0px;
  left: 700px;
  top: 920px;

  border: 0.5px #ced6df;
}
.employee-card {
  padding: 15px;
  margin-bottom: 15px;
  border: 2px solid #ced6df;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 38px;
  background-color: #f9f9f9;
}
.employee-card sub-header {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
}
.employee-card h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 29px;
  color: #000000;
}
.employee-card h4 {
  margin-top: 0;
}
.employee-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  /* display: flex; */
  /* align-items: center; */
  /* text-align: center; */
}

/*-------------*/
.btn-quiz {
  display: block;
  padding: 20px;
  background: #085dad;
  color: #ffffff;
}
.btn-quiz a {
  color: #ffffff !important;
}
.btn-quiz a:hover {
  background: #00a2e8;
  color: #ffffff !important;
}

/*-------------*/
.menu {
  padding-top: 20px;
}

/* Custom page footer */
#push {
  /*height: 100px;*/
}

#footer {
  padding: 1em 0 1em;
  margin-top: 20px;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 80px;
  width: 100%;
  border-top: 5px solid #0164ac;
  background-color: #383838;
  color: #fff;
  font-size: 12px;
}
footer.wrap {
  min-width: 100% !important;
}
#footer p {
  padding: 0px;
  margin: 0px;
}
.footer-left {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 1em;
}
.footer-left a {
  color: #ffffff;
}
.footer-left a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-right {
  text-align: right;
}
.footer p.text {
  padding-top: 20px;
  color: #fff;
  font-size: 24px;
}
.swal2-popup {
    font-size: 1.5rem !important;
    width: 32em !important;
    max-width: 90% !important;
}