.d-flex {
  display: flex;
}
body {
  font-family: "Anuphan", sans-serif !important;
  font-size: 1rem;
  background: white;
}
body h4 {
  font-size: 1.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anuphan", sans-serif !important;
}
header {
  font-family: "Anuphan", sans-serif;
  text-align: center;
}
header a:hover {
  text-decoration: none;
}
header .header-title {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 5px;
}
header .header-subtitle {
  font-size: 2rem;
  line-height: 1;
}
header .top-bar {
  padding-top: 3px;
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top-bar .social-group {
  display: flex;
  column-gap: 1rem;
  font-size: 2rem;
}
header .top-bar .font-group {
  font-size: 1rem;
  display: flex;
  align-items: baseline;
  column-gap: 1rem;
}
header .top-bar .font-group .font-icon-sm {
  font-size: 0.8em;
}
header .top-bar .font-group .font-icon-md {
  font-size: 1em;
}
header .top-bar .font-group .font-icon-lg {
  font-size: 1.2em;
}
header .site-menubar {
  background-color: #003683;
}
header .site-menubar #nav-topmenu {
  border-bottom-color: #413893;
}
header .site-menubar #nav-topmenu > li > a {
  color: #ffffff;
  border-radius: 0;
}
header .site-menubar #nav-topmenu > li > a:hover,
header .site-menubar #nav-topmenu > li > a:focus {
  background-color: #5f6bb9;
  border: 0;
  border-left: 1px solid #b179dd;
  border-right: 1px solid #b179dd;
}
header .site-menubar #nav-topmenu > li.active > a {
  background: #752ea9;
  border: 0;
  border-left: 1px solid #b179dd;
  border-right: 1px solid #b179dd;
}
header .site-menubar #nav-topmenu > li.open > a {
  background-color: #5f6bb9;
}
.bg-purple {
  background-color: purple;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-box {
  padding: 1em;
  background-image: url(../images/section-purple.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
.card-img {
  width: 100%;
  object-fit: cover;
}
.client-carousel img {
  width: 100%;
  object-fit: cover;
}
.h-box {
  background: transparent !important;
  margin: 20px 10%;
  border-bottom: none;
}
.h-box h3 {
  font-weight: bold;
  color: #310085 !important;
}
.section-box h2,
.section-box a {
  color: #fff !important;
}
.section-box .service-box-icon img {
  width: auto !important;
  height: auto !important;
}
.nav-tab-center {
  display: flex;
  justify-content: center;
}
.list-view .pagination {
  margin: 0px auto;
}
.label-default {
  background-color: #6e30b5 !important;
}
.post-item {
  margin-bottom: 10px;
}
.w-100 {
  width: 100%;
}
.deepsea-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em;
  background: #05347e;
  box-shadow: 5px 4px 0px 0px #e6e6e6;
  -webkit-box-shadow: 5px 4px 0px 0px #e6e6e6;
  -moz-box-shadow: 5px 4px 0px 0px #e6e6e6;
}
.oc-banner {
  display: flex;
  align-items: center;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  width: 220px;
  margin: 0.5em 1.2em;
}
.oc-banner .oc-banner-img {
  width: 64px;
}
.oc-banner .oc-banner-label {
  margin-left: 1em;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.flex-align-center {
  align-items: center;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-between {
  justify-content: space-between;
}
.manage-box {
  /*font-size: 2.2em;*/
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
  color: #fff;
  background-color: #05347E;
}
.box-shadow {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.post-content {
  margin-top: 5px;
}
.post-content h4 a {
  color: #4200db;
}
.post-content h4 p {
  color: #2b0082;
  font-weight: bold;
}
.nav-ocean {
  background: #a9e2ff;
}
.nav-ocean a {
  color: #1b629f;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #767676 !important;
}
.error-summary ul li {
  margin-left: 20px;
}
/*# sourceMappingURL=style.css.map */