@font-face {
  font-family: 'LINE Seed Sans TH';
  src: url('../fonts/line-seed-sans-th/EOT/LINESeedSansTH_W_Rg.eot');
  src: url('../fonts/line-seed-sans-th/EOT/LINESeedSansTH_W_Rg.eot?#iefix') format('embedded-opentype'), url('../fonts/line-seed-sans-th/WOFF/LINESeedSansTH_W_Rg.woff') format('woff'), url('../fonts/line-seed-sans-th/WOFF2/LINESeedSansTH_W_Rg.woff') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LINE Seed Sans TH';
  src: url('../fonts/line-seed-sans-th/EOT/LINESeedSansTH_W_Bd.eot');
  src: url('../fonts/line-seed-sans-th/EOT/LINESeedSansTH_W_Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/line-seed-sans-th/WOFF/LINESeedSansTH_W_Bd.woff') format('woff'), url('../fonts/line-seed-sans-th/WOFF2/LINESeedSansTH_W_Bd.woff') format('woff2');
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  min-height: 100%;
}
body {
  color: #001E4F;
  font-family: 'LINE Seed Sans TH', sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 991px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
  line-height: 1.5;
}
.container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
.no-wrap {
  flex-wrap: nowrap;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
a {
  transition: 250ms;
  text-decoration: none;
}
.content p:last-child {
  margin-bottom: 0;
}
.image img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header {
  height: 80px;
  position: relative;
  z-index: 999;
}
.site-header.fixed .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  background-color: #fff;
  transform: translateY(-100%);
  opacity: 0;
}
.site-header.on-show .header-wrap {
  transition: transform 300ms;
  transform: translateY(0);
  opacity: 1;
}
.site-header .header-wrap {
  transition: opacity 300ms;
}
.site-header .header-inner {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: 300ms;
}
.site-header .logo img {
  max-height: 32px;
}
.site-header .main-navigation {
  margin-left: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.site-header .main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .main-navigation .menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-header .main-navigation .menu > li:first-child {
  margin-left: 0;
}
.site-header .main-navigation .menu > li a {
  color: #001E4F;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}
.site-header .main-navigation .menu > li a:hover {
  color: #0047BB;
}
.site-header .main-navigation .menu > li.btn-contact {
  padding: 0;
  background: none;
  border: none;
}
.site-header .main-navigation .menu > li.btn-contact a {
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  background-color: #0047BB;
}
.site-header .main-navigation .menu > li.btn-contact a:hover {
  color: #fff;
  background-color: #002767;
}
.site-header .lang-switcher .wpml-ls {
  border: none;
  padding: 0;
}
.site-header .lang-switcher .menu,
.site-header .lang-switcher .wpml-ls > ul {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 4px;
  gap: 0;
}
.site-header .lang-switcher .menu li,
.site-header .lang-switcher .wpml-ls > ul li {
  display: flex;
  margin: 0;
}
.site-header .lang-switcher .menu li a,
.site-header .lang-switcher .wpml-ls > ul li a {
  color: #001E4F;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .lang-switcher .menu li.disabled a,
.site-header .lang-switcher .wpml-ls > ul li.disabled a {
  color: #9C9CAB;
  cursor: default;
}
.site-header .lang-switcher .menu li.disabled a:hover,
.site-header .lang-switcher .wpml-ls > ul li.disabled a:hover {
  color: #9C9CAB;
}
.site-header .lang-switcher .menu li.active a,
.site-header .lang-switcher .wpml-ls > ul li.active a,
.site-header .lang-switcher .menu li.wpml-ls-current-language a,
.site-header .lang-switcher .wpml-ls > ul li.wpml-ls-current-language a {
  color: #001E4F;
  font-weight: bold;
}
.site-header .lang-switcher .menu li.active a:hover,
.site-header .lang-switcher .wpml-ls > ul li.active a:hover,
.site-header .lang-switcher .menu li.wpml-ls-current-language a:hover,
.site-header .lang-switcher .wpml-ls > ul li.wpml-ls-current-language a:hover {
  color: #001E4F;
}
.site-header .menu-toggle {
  color: #001E4F;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .site-header {
    z-index: 100;
  }
  .site-header .header-inner {
    padding: 28px 0;
  }
  .site-header .logo img {
    max-height: 24px;
  }
  .site-header .main-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    z-index: 99;
    padding: 24px 40px;
    width: 384px;
    max-width: 100vw;
    overflow-y: auto;
    background-color: #F7F9FD;
    box-shadow: 0px 0px 8px rgba(17, 17, 31, 0.3);
    transition: transform 300ms, opacity 300ms;
    opacity: 0;
    transform: translateX(110%);
  }
  .menu-opened .site-header .main-navigation {
    opacity: 1;
    transform: translateX(0);
  }
  .site-header .main-navigation > .menu {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    order: 5;
  }
  .site-header .main-navigation > .menu li {
    width: 100%;
  }
  .site-header .main-navigation > .menu .btn-contact {
    width: 100%;
  }
  .site-header .main-navigation .lang-switcher {
    position: absolute;
    top: 24px;
    left: 40px;
  }
  .site-header .main-navigation .menu-toggle {
    margin-left: auto;
    margin-bottom: 80px;
  }
  .site-header .lang-switcher .menu li + li,
  .site-header .lang-switcher .wpml-ls > ul li + li {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #EAEAED;
  }
  .site-header .lang-switcher .menu li a,
  .site-header .lang-switcher .wpml-ls > ul li a {
    color: #6F6F85;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
  }
  .site-header .lang-switcher .menu li.disabled a,
  .site-header .lang-switcher .wpml-ls > ul li.disabled a {
    color: #9C9CAB;
    cursor: default;
  }
  .site-header .lang-switcher .menu li.disabled a:hover,
  .site-header .lang-switcher .wpml-ls > ul li.disabled a:hover {
    color: #9C9CAB;
  }
  .site-header .lang-switcher .menu li.active a,
  .site-header .lang-switcher .wpml-ls > ul li.active a,
  .site-header .lang-switcher .menu li.wpml-ls-current-language a,
  .site-header .lang-switcher .wpml-ls > ul li.wpml-ls-current-language a {
    color: #001E4F;
    font-weight: bold;
  }
  .site-header .lang-switcher .menu li.active a:hover,
  .site-header .lang-switcher .wpml-ls > ul li.active a:hover,
  .site-header .lang-switcher .menu li.wpml-ls-current-language a:hover,
  .site-header .lang-switcher .wpml-ls > ul li.wpml-ls-current-language a:hover {
    color: #001E4F;
  }
}
@media (max-width: 575px) {
  .site-header .main-navigation {
    padding: 24px 32px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header .lang-switcher {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #EAEAED;
  }
  .site-header .lang-switcher .menu,
  .site-header .lang-switcher .wpml-ls > ul {
    background-color: #F7F9FD;
  }
  .site-header .lang-switcher .menu li.active a,
  .site-header .lang-switcher .wpml-ls > ul li.active a,
  .site-header .lang-switcher .menu li.wpml-ls-current-language a,
  .site-header .lang-switcher .wpml-ls > ul li.wpml-ls-current-language a {
    background-color: #fff;
  }
}
.site-footer {
  color: #6F6F85;
  font-size: 14px;
}
.site-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.site-footer .footer-contact {
  display: flex;
  gap: 40px;
}
.site-footer .footer-contact h3 {
  color: #001E4F;
  font-size: inherit;
  margin-bottom: 4px;
}
.site-footer .footer-contact p {
  margin: 0;
}
.site-footer .footer-contact .col-email,
.site-footer .footer-contact .col-phone {
  flex-shrink: 0;
}
.site-footer .menu {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .menu li a {
  color: inherit;
}
.site-footer .menu li a:hover {
  color: #0047BB;
}
.site-footer .footer-bottom {
  border-top: 1px solid #EAEAED;
}
.site-footer .copyright p {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 16px 0;
  }
  .site-footer .logo {
    margin-bottom: 24px;
  }
  .site-footer .footer-inner {
    flex-direction: column;
    padding: 24px 0;
  }
  .site-footer .menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .site-footer .footer-bottom .footer-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .site-footer .footer-bottom .copyright {
    font-size: 12px;
    margin-top: 56px;
  }
}
@media (max-width: 575px) {
  .site-footer .logo {
    margin: 0 auto 40px;
  }
  .site-footer .footer-contact {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.btn {
  font-weight: bold;
  border-radius: 8px;
  padding: 8px 20px;
}
.btn-primary {
  color: #fff;
  background-color: #0047BB;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0047BB;
}
.btn-secondary {
  color: #0047BB;
  background-color: #fff;
}
.btn-secondary:hover {
  color: #001E4F;
  background-color: #fff;
}
@media (max-width: 991px) {
  body.menu-opened {
    overflow: hidden;
  }
}
#page {
  overflow-x: hidden;
}
.sec-header {
  margin-bottom: 40px;
}
.sec-header h2 {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 575px) {
  .sec-header h2 {
    font-size: 24px;
  }
}
.sec-inner-header {
  margin-bottom: 32px;
}
.sec-inner-header h2 {
  font-size: 24px;
  margin: 0;
}
.sec-wrap {
  padding: 80px 0;
  position: relative;
}
.sec-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sec-background.opacity-90::after {
  opacity: 0.9;
}
.sec-background::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001E4F;
  opacity: 0.8;
}
.sec-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-background ~ div {
  position: relative;
  z-index: 2;
}
.sec-content-intro {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-content-intro h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.sec-content-intro h2 span,
.sec-content-intro h2 b,
.sec-content-intro h2 strong {
  color: #0047BB;
}
.sec-content-intro p {
  color: #6F6F85;
  font-size: 24px;
}
.sec-content-intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .sec-content-intro {
    padding: 0;
  }
  .sec-content-intro h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .sec-content-intro p {
    font-size: 18px;
  }
  .sec-content-intro .col-content {
    padding: 56px 0 24px;
  }
  .sec-content-intro .col-image {
    padding: 76px 0;
  }
  .sec-content-intro .col-image .image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .sec-content-intro {
    padding: 0;
  }
  .sec-content-intro .col-content {
    padding: 80px 0;
  }
  .sec-content-intro .col-image {
    padding: 80px 0;
  }
  .sec-content-intro .col-image .image {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 992px) {
  .sec-content-intro {
    min-height: 600px;
  }
  .sec-content-intro .col-image .image {
    margin-right: -80px;
  }
}
.sec-concepts .sec-header {
  margin-bottom: 64px;
}
.sec-concepts .concept-list {
  display: grid;
  grid-gap: 56px;
}
.sec-concepts .concept-item {
  display: flex;
}
.sec-concepts .concept-item .icon {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #F7F9FD;
  margin-right: 24px;
  flex-shrink: 0;
}
.sec-concepts .concept-item .icon img {
  display: block;
  width: 32px;
  height: auto;
}
.sec-concepts .concept-item .content {
  flex-grow: 1;
}
.sec-concepts .concept-item .content h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.sec-concepts .concept-item .content p {
  color: #6F6F85;
}
@media (max-width: 575px) {
  .sec-concepts {
    padding: 56px 0;
  }
  .sec-concepts .sec-header {
    margin-bottom: 56px;
  }
  .sec-concepts .concept-item {
    display: block;
  }
  .sec-concepts .concept-item .icon {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .sec-concepts .sec-header {
    margin-bottom: 80px;
  }
  .sec-concepts .concept-list {
    grid-template-columns: 1fr 1fr;
  }
}
.sec-concepts-highlight {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 96px;
}
.sec-concepts-highlight .content-wrap {
  display: grid;
  grid-gap: 32px;
}
.sec-concepts-highlight .content-wrap h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .sec-concepts-highlight {
    padding: 56px 0;
  }
  .sec-concepts-highlight .content-wrap {
    grid-gap: 24px;
  }
  .sec-concepts-highlight .content-wrap h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .sec-concepts-highlight .content-wrap .content-left {
    font-size: 32px;
  }
  .sec-concepts-highlight .content-wrap .content-right {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .sec-concepts-highlight {
    min-height: 600px;
  }
  .sec-concepts-highlight .content-wrap {
    grid-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }
  .sec-concepts-highlight .content-wrap .content-left h2 {
    margin-bottom: 0;
  }
}
.sec-products .sec-header {
  text-align: center;
}
.sec-products .product-content-wrap {
  display: grid;
  grid-gap: 40px;
}
.sec-products .nav {
  margin: 0 auto 40px;
  justify-content: center;
}
.sec-products .nav .nav-link {
  color: #001E4F;
  border-radius: 50px !important;
  margin: 0 4px;
  padding: 8px 24px;
  outline: none;
  box-shadow: none;
}
.sec-products .nav .nav-link.active {
  color: #fff;
  background-color: #0047BB;
}
.sec-products .content-list {
  display: grid;
  grid-gap: 40px;
}
.sec-products .content-group h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.sec-products .content-group .content {
  color: #6F6F85;
}
.sec-products .content-group ul {
  margin-left: 0;
  padding-left: 1.2em;
  margin-bottom: 0;
}
.sec-products .content-group ul li::marker {
  font-size: 0.75em;
}
@media (max-width: 991px) {
  .sec-products .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .sec-products .nav:before,
  .sec-products .nav:after {
    content: '';
    display: block;
    margin: auto;
  }
  .sec-products .nav .nav-link {
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .sec-products .nav {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  .sec-products .product-content-wrap {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .sec-products .content-list {
    display: grid;
    grid-gap: 40px;
  }
}
.sec-use-cases {
  color: #fff;
  background-color: #002767;
}
.sec-use-cases .sec-header {
  text-align: center;
}
.sec-use-cases .sec-inner + .sec-inner {
  margin-top: 80px;
}
.sec-use-cases .related-industries-carousel {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-use-cases .related-industries-carousel .slick-list {
  overflow: visible;
}
.sec-use-cases .related-industries-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.sec-use-cases .related-industries-carousel .related-industry-item {
  padding-left: 16px;
  padding-right: 16px;
  outline: none;
  float: none;
  height: auto;
}
.sec-use-cases .related-industries-carousel .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  margin: 40px auto 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.1);
}
.sec-use-cases .related-industries-carousel .slick-dots li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.sec-use-cases .related-industries-carousel .slick-dots li.slick-active button {
  background-color: #fff;
}
.sec-use-cases .related-industries-carousel .slick-dots button {
  display: block;
  width: 56px;
  height: 4px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 8px;
  background-color: transparent;
}
.sec-use-cases .related-industry-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 16px;
  height: 100%;
  background: linear-gradient(90deg, #023C9B 0%, #012C73 100%);
  background-blend-mode: overlay;
  backdrop-filter: blur(52px);
  border-radius: 24px;
}
.sec-use-cases .related-industry-card .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 249, 253, 0.1);
  border-radius: 50%;
}
.sec-use-cases .related-industry-card .icon img {
  display: block;
  width: 40px;
  height: auto;
}
.sec-use-cases .related-industry-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.sec-use-cases .related-industry-card ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1.2em;
}
.sec-use-cases .related-industry-card ul li::marker {
  font-size: 0.75em;
}
.sec-use-cases .related-industry-card .detail {
  width: 100%;
}
.sec-use-cases .related-industry-card .detail + .detail {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}
.sec-use-cases .key-service-list {
  display: grid;
  grid-gap: 24px;
}
.sec-use-cases .key-service-item {
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}
.sec-use-cases .key-service-item .icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.sec-use-cases .key-service-item .icon img {
  display: block;
  width: 24px;
  height: auto;
}
.sec-use-cases .key-service-item h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 575px) {
  .sec-use-cases .key-service-item h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sec-use-cases .key-service-list {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .sec-use-cases .key-service-list {
    grid-template-columns: 1fr 1fr;
  }
}
.sec-our-clients .sec-header {
  text-align: center;
  margin-bottom: 40px;
}
.sec-our-clients .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.sec-our-clients .logo-list .logo-item img {
  max-height: 80px;
}
.sec-our-clients .sec-inner + .sec-inner {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #EAEAED;
}
@media (max-width: 767px) {
  .sec-our-clients .sec-header h2 {
    font-size: 32px;
  }
  .sec-our-clients .col-right {
    border-top: 1px solid #EAEAED;
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .sec-our-clients .sec-header h2 {
    font-size: 32px;
  }
  .sec-our-clients .col-right {
    border-left: 1px solid #EAEAED;
  }
}
.sec-contact {
  color: #fff;
  text-align: center;
}
.sec-contact .sec-header .description {
  margin-top: 8px;
}
.sec-contact .sec-header .description p {
  margin: 0;
}
.sec-contact .contact-info {
  margin-top: 56px;
}
.sec-contact .contact-info p {
  margin: 0;
}
.sec-contact .action {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.sec-contact .btn-send-email {
  display: flex;
  align-items: center;
  border-radius: 50px;
}
.sec-contact .btn-send-email svg {
  height: 24px;
  width: auto;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .sec-contact {
    padding: 40px;
  }
  .sec-contact .contact-info {
    margin-top: 80px;
  }
  .sec-contact .action {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
}
