@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kanit:300,300i,400,400i,500,500i,700,700i&display=swap");
@font-face {
  font-family: "Glow Sans";
  src: url("../fonts/glow-sans/GlowSansSC-Compressed-Regular.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Glow Sans";
  src: url("../fonts/glow-sans/GlowSansSC-Compressed-Medium.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Glow Sans";
  src: url("../fonts/glow-sans/GlowSansSC-Compressed-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Medium.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Kanit";
  src: url("../fonts/Kanit/Kanit-Bold.ttf");
  font-weight: 700;
}
body {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25em;
  margin: 0;
}
body:last-child {
  margin-bottom: 0;
}

a {
  color: #076b9c;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00aafb;
}

p {
  margin-bottom: 12px;
}
p.primary {
  color: #076b9c;
}
p.secondary {
  color: #969696;
}
p.tertiary {
  color: #77aa43;
}
p.dark {
  color: #fff;
}
p.dark.primary {
  color: #a1e7ff;
}
p.dark.secondary {
  color: #e6e6e6;
}
p a, p a:visited {
  color: #076b9c;
  text-decoration: none;
}
p a:hover, p a:visited:hover {
  text-decoration: underline;
}

nav.navbar {
  box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.16);
}
nav.navbar li.nav-item {
  padding: 0px 4px;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

br {
  display: block;
  margin: 10px 0;
  line-height: 20px;
  content: " ";
}

.margin-top-hero {
  margin-top: 80px;
}

.margin-bottom-hero {
  margin-bottom: 80px;
}

.btn-primary {
  background: #00aafb;
  border-color: #00aafb;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.footer {
  background: #155072;
}

.main {
  overflow-x: hidden;
}

.homepage .feature-banner {
  background: radial-gradient(ellipse 100% 0% at -100% 100%, #89c34d 0%, #03abf7 100%, #00aafb 100%, #03abf7 100%);
  border-radius: 0px;
  height: 224px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.homepage .feature-banner img.main-image {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .feature-banner .feature-banner-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.homepage .feature-banner .feature-banner-content .label {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.75px;
}
.homepage .feature-banner .feature-banner-content h1 {
  position: relative;
  padding: 16px;
  font-size: 50px;
  font-weight: 700;
}

.category-block, .related-post {
  margin-top: 80px;
  padding-bottom: 32px;
  border-bottom: solid 1px #f5f5f5;
}
.category-block .title, .related-post .title {
  font-size: 40px;
  font-weight: 600;
}
.category-block .show-more, .related-post .show-more {
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
}
.category-block .show-more a, .related-post .show-more a {
  color: #333333;
}
.category-block .show-more a:hover, .category-block .show-more a:focus, .related-post .show-more a:hover, .related-post .show-more a:focus {
  color: #00aafb;
}
.category-block .show-more a .icon, .related-post .show-more a .icon {
  color: #00aafb;
}
.category-block img, .related-post img {
  width: 100%;
  height: auto;
}
.category-block .tags, .related-post .tags {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 0px 12px;
}
.category-block .tags.border-top, .related-post .tags.border-top {
  border-top: solid 1px #f5f5f5;
}
.category-block .tags ul, .related-post .tags ul {
  padding: 0px;
  margin: 0px;
  display: flex;
}
.category-block .tags ul li, .related-post .tags ul li {
  list-style: none;
  padding-right: 20px;
}
.category-block .tags a, .related-post .tags a {
  color: #00aafb;
}
.category-block .post-title, .related-post .post-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.category-block .post-title a, .related-post .post-title a {
  color: #333333;
}
.category-block .post-title a:hover, .category-block .post-title a:focus, .related-post .post-title a:hover, .related-post .post-title a:focus {
  color: #00aafb;
}
.category-block .post-title.big, .related-post .post-title.big {
  font-size: 30px;
  line-height: 40px;
}
.category-block .meta, .related-post .meta {
  font-size: 12px;
  font-weight: 700;
}

.our-mission-sections {
  margin-top: 80px;
  position: relative;
}
.our-mission-sections .row {
  min-height: 325px;
}
.our-mission-sections .our-mission-bg-img {
  position: absolute;
  left: 0;
  z-index: 1;
  width: auto;
  object-fit: cover;
  height: 100%;
}
.our-mission-sections .title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.75px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
.our-mission-sections .content {
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  padding: 24px 0px;
}

.post-card-list {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: solid 1px #e6e6e6;
}
.post-card-list .thumb-img img {
  width: 100%;
}
.post-card-list .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.post-card-list .title a {
  color: #333333;
}
.post-card-list .title a:hover, .post-card-list .title a:focus {
  color: #00aafb;
}
.post-card-list .categories {
  font-size: 16px;
  font-weight: 700;
  padding: 0px 0px 12px 0px;
}
.post-card-list .categories.border-top {
  border-top: solid 1px #f5f5f5;
}
.post-card-list .categories ul {
  padding: 0px;
  margin: 0px;
  display: flex;
}
.post-card-list .categories ul li {
  list-style: none;
  padding-right: 20px;
}
.post-card-list .categories a {
  color: #00aafb;
}

ul.breadcrumb {
  padding: 0px;
  margin: 0px;
  display: flex;
  font-size: 16px;
  font-weight: normal;
}
ul.breadcrumb li {
  list-style: none;
  padding-right: 10px;
}
ul.breadcrumb li a {
  color: #026d9b;
}

@media (max-width: 991.98px) {
  .homepage .feature-banner {
    height: 220px;
  }
  .homepage .feature-banner .feature-banner-content {
    width: 100%;
    padding: 0px 16px;
    margin-top: 12px;
  }
  .homepage .feature-banner .feature-banner-content h1 {
    padding: 12px;
    font-size: 40px;
    font-weight: 600;
  }

  .category-block {
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: solid 1px #f5f5f5;
  }
  .category-block .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .category-block .show-more {
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .our-mission-sections {
    margin-top: 80px;
    position: relative;
  }
  .our-mission-sections .our-mission-bg-img {
    position: absolute;
    left: 0;
    z-index: 1;
    width: auto;
    object-fit: cover;
    min-height: 100%;
  }
  .our-mission-sections .title {
    position: relative;
    z-index: 2;
    font-size: 14px;
    margin-top: 0px;
  }
  .our-mission-sections .content {
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    padding: 14px 20px;
  }

  .mobile-max-width {
    padding: 0px !important;
  }
}

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