@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&amp;display=swap");
html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

a,
button,
div,
form,
input,
p,
span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  height: auto;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans Thai", sans-serif;
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 500;
}

h1 {
  font-size: 80px;
  line-height: 1.2;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

a {
  color: #283891;
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover {
  outline: 0;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.site-content .ast-container {
  display: block;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.cli-bar-btn_container a {
  border-radius: 5px;
}

/*header*/

.ast-logo-title-inline .ast-site-identity {
  padding: 10px 0;
}

.main-header-menu .menu-link {
  font-family: "IBM Plex Sans Thai", sans-serif;
  color: #000000;
  font-weight: 500;
}

.main-header-menu li .menu-link:hover,
.main-header-menu li.current-menu-item .menu-link {
  color: #ed1c24;
}

.home .sticky-wrapper {
  height: 0 !important;
}

.home .ast-primary-header-bar {
  background-color: transparent;
  border: none;
}

.home .sticky-wrapper.is-sticky .ast-primary-header-bar {
  background: rgba(0, 0, 0, 0.8);
}
#menu-item-10674 a,
#menu-item-10807 a,
.home .main-header-menu .menu-link {
  color: #fff;
  font-weight: 500;
}

li#menu-item-353 ul.sub-menu a {
  color: #000;
}

li#menu-item-350 a:hover {
  background: #fa7944;
}
.home .site-header .ast-builder-grid-row {
  border-bottom: 1px solid #b2b2b2;
}

.home .sticky-wrapper.is-sticky .ast-builder-grid-row {
  border-bottom: 1px solid transparent;
}

.home .ast-header-search .ast-icon {
  color: #fff;
}

.ast-header-search .ast-icon.icon-search {
  position: relative;
  top: 5px;
}

.ast-header-search label {
  margin-bottom: 0;
}

.ast-search-menu-icon.ast-dropdown-active .ast-icon {
  color: #283891 !important;
}

.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field {
  height: 50px;
}

.ast-icon.icon-close {
  display: none;
}

.ast-search-menu-icon.ast-dropdown-active .ast-icon.icon-search {
  display: none;
}

.ast-search-menu-icon.ast-dropdown-active .ast-icon.icon-close {
  display: block;
}

.ast-search-menu-icon.ast-dropdown-active .ast-icon.icon-close svg {
  width: 20px;
  height: 20px;
}

li.btn-menu .menu-link {
  height: 40px !important;
  background: #283891;
  color: #fff;
  border-radius: 10px;
  min-width: 139px;
  justify-content: center;
  margin-left: 15px;
}

.main-header-menu li.current-menu-item.btn-menu .menu-link {
  color: #fff;
}

li.btn-menu .menu-link:hover {
  background: #ed1c24;
  color: #fff;
}

.profile-menu img {
  border-radius: 50%;
  margin-right: 10px;
}

.profile-menu .menu-link {
  color: #283891;
}

.search .ast-primary-header-bar {
  border-bottom-color: transparent;
}

.search .sticky-wrapper.is-sticky .ast-primary-header-bar {
  border-bottom-color: #b3b3b3;
}

.search .ast-builder-grid-row {
  border-bottom: 1px solid #b3b3b3;
}

.search .sticky-wrapper.is-sticky .ast-builder-grid-row {
  border-bottom: transparent;
}
.profile-menu .dropdown-menu-toggle {
  display: none;
}

#ast-desktop-header .main-header-menu > .menu-item > .sub-menu {
  /*background: #fff;*/
  background: #fff;
  border-radius: 0 0 13px 13px;
  text-align: center;
  border: none;
  max-width: 176px;
  margin-top: 18px;
}
#ast-desktop-header .main-header-menu .sub-menu li {
  position: relative;
}
#ast-desktop-header .main-header-menu .sub-menu li::after {
  content: "";
  background: #fff;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
#ast-desktop-header .main-header-menu .sub-menu li:last-child::after {
  content: none;
}
#ast-desktop-header .main-header-menu .sub-menu .menu-link {
  padding: 0.6em 1em;
}
#ast-desktop-header .main-header-menu > .menu-item > .sub-menu::before {
  content: "";
  height: 18px;
  display: block;
}
#ast-desktop-header .main-header-menu .sub-menu .menu-link:hover {
  background: #fff;
  color: #ed1c24;
}
#ast-desktop-header .main-header-menu .sub-menu li:last-child .menu-link {
  border-radius: 0 0 13px 13px;
}

/*end header*/

.hero-one {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-one-text {
  color: #fff;
  text-align: center;
  max-width: 1140px;
  padding: 0 15px;
}

.hero-one-text span {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  display: block;
  margin: 0 0 20px;
}

.hero-one-text h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
}

.hero-one-text h4 {
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 40px;
}

.hero-one-text p {
  font-size: 20px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 300;
  margin: 0 auto 40px;
  max-width: 950px;
}

.btn-link {
  height: 40px;
  width: 100%;
  max-width: 140px;
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  background: #283891;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-link:hover {
  background: #fa7944;
  color: #fff;
}

.hero-one-text .btn-link {
  margin: 0 auto;
}

.hero-one-text h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}

.hero-one-text h2 img {
  width: unset !important;
  max-width: 126px;
  margin-left: 14px;
}

.arrow-st1 .owl-nav > button {
  color: #fff !important;
  font-size: 64px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-st1 .owl-nav > button.owl-prev {
  left: 25px;
}

.arrow-st1 .owl-nav > button.owl-next {
  right: 25px;
}

.arrow-st1 .owl-nav > button:hover {
  color: #fa7944 !important;
}

.dots-st1 .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.dots-st1 .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #585a5d;
  border-radius: 50%;
  margin: 0 5px;
}

.dots-st1 .owl-dots .owl-dot.active {
  background: #e3e4e5;
}

.hero-separate {
  height: 20px;
  background: rgb(40, 56, 145);
  background: linear-gradient(
    90deg,
    rgba(40, 56, 145, 1) 0%,
    rgba(237, 28, 36, 1) 100%
  );
  display: block;
}

.popup-banner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.popup-banner .mfp-close {
  color: #fff;
  font-family: icon;
  opacity: 1;
  font-size: 40px;
}

.s-content-home {
  background: #f5f5f5;
  padding: 64px 0 56px;
}

.title-main {
  color: #283891;
  font-weight: 700;
  border-bottom: 1px solid #b2b2b2;
  padding: 0 10px 10px;
  margin: 0 0 30px;
}

.latest-post .row {
  margin: 0 -10px;
}

.latest-post .row > div {
  padding: 0 10px;
}

.latest-post .row.post-slider-item {
  margin: 0 0 25px;
}
.latest-post .row.post-slider-item > div {
  padding: 0;
}

.post-one {
  display: block;
  margin: 0 0 25px;
}

.post-one:hover {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.s-content-home .post-one h4 {
  max-height: 60px;
  overflow: hidden;
}

.line-cat {
  display: block;
  height: 5px;
}

.post-one img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}

.post-one-text {
  padding: 10px 19px 29px;
  background: #fff;
  border: 1px solid rgba(178, 178, 178, 0.5);
  border-top: none;
  min-height: 150px;
}

.post-one-text h4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 2rem !important;
}

.post-one-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

.post-one-meta span {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #898989;
}

.bsf-rt-display-label::after {
  content: attr(prefix) !important;
}
.bsf-rt-display-time::after {
  content: attr(reading_time) !important;
}
.bsf-rt-display-postfix::after {
  content: attr(postfix) !important;
}
.label-cat {
  display: block;
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 10px;
  border-radius: 5px;
  padding: 4.5px 11px;
}

.cat-blocks {
  margin-bottom: 25px;
}

.cat-blocks a {
  height: 200px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  text-align: center;
}

.cat-blocks a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.25s ease;
}

.cat-blocks a h4 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.cat-blocks a:hover:after {
  background: rgba(0, 0, 0, 0.5);
}

.cat-blocks a span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.25s ease;
}

.cat-blocks a:hover span {
  opacity: 1;
}

.side-post .s-sing-up h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.side-post .s-sing-up {
  padding: 34px 0 49px;
  min-height: 400px;
  background: none !important;
}

.side-post .s-sing-up::after {
  background: linear-gradient(
    330deg,
    rgb(40, 56, 145) 0%,
    rgb(237, 28, 36) 100%
  );
  opacity: 1;
}

.side-post .s-sing-up::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-signup-side.png) no-repeat;
  z-index: 1;
  background-size: contain;
  background-position: right bottom;
}

.side-post .s-sing-up p {
  margin: 0 auto 20px;
  font-size: 15px;
  max-width: 300px;
}
.s-sing-up a {
  color: #fff;
}
.s-sing-up .wppb-alert,
.s-sing-up #wppb-login-wrap {
  display: none !important;
}

.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 0;
}

.custom-pagination .page-numbers {
  margin: 0 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  color: #212b36;
  font-weight: 500;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
}

.custom-pagination .page-numbers.current {
  color: #fff;
  background: #283891;
  border: 1px solid #283891;
}

.tranding-post .custom-pagination {
  margin: 50px 0 0;
}

.dots-st2 .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  width: 100%;
}

.dots-st2 .owl-dots .owl-dot {
  margin: 0 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  color: #212b36 !important;
  font-weight: 500;
  background: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
}

.dots-st2 .owl-dots .owl-dot.active {
  color: #fff !important;
  background: #283891;
  border: 1px solid #283891;
}

.dots-st2 .owl-dots {
  counter-reset: dots;
}

.dots-st2 .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.post-slider2.dots-st2 .owl-dots {
  margin-top: 50px;
}

.s-content-home2 .tranding-post .title-main {
  margin: 0;
}

.s-content-home2 {
  padding: 64px 0 68px;
}

.post-one-row {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #b2b2b2;
}

.s-content-home2 .tranding-post .row > div:first-child .post-one-row,
.tranding-post .row:first-child > div:first-child .post-one-row {
  padding-top: 0;
}

.post-one-row .post-one-img {
  max-width: 413px;
}
.post-one-img {
  position: relative;
}
.post-one-img .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  height: auto !important;
  z-index: 1;
}

.post-one-row .post-one-img img {
  height: 245px;
  width: 100%;
  object-fit: cover;
}
.post-one-img .btn-play + noscript + img,
.post-one-img .btn-play + img {
  filter: brightness(85%);
}

.post-one-row .post-one-text {
  border: none;
  padding: 0 22px 0 39px;
}

.post-one-row .post-one-meta {
  margin: 0 0 30px;
}

.post-one-row h4 {
  margin: 0 0 10px;
}

.post-one-text p {
  color: #000;
  font-size: 15px;
}

.s-partners {
  background: #f5f5f5;
  padding: 49px 0 49px;
  text-align: center;
}

.s-partners .container {
  max-width: 1000px;
}

.s-partners h3 {
  color: #283891;
  font-weight: 700;
  margin: 0 0 50px;
}

.s-partners .row > div {
  min-width: 14%;
}

.partners-one {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  max-width: 80px;
  height: 120px;
  transition: all 0.25s ease;
}

.partners-one:hover {
  transform: translateY(-10px);
}

.s-sing-up {
  padding: 56px 0;
  text-align: center;
  position: relative;
}

.s-sing-up:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(40, 56, 145);
  background: linear-gradient(
    180deg,
    rgba(40, 56, 145, 1) 0%,
    rgba(237, 28, 36, 1) 100%
  );
  opacity: 0.7;
}

.s-sing-up .container {
  position: relative;
  z-index: 1;
}

.s-sing-up h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.s-sing-up p {
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  margin: 0 0 30px;
}

.s-sing-up p strong {
  text-decoration: underline;
  font-weight: 500;
}

.btn-sing-up a {
  height: 40px;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.btn-sing-up a svg {
  margin-right: 10px;
}

.sign-fb {
  background: #283891;
  color: #fff !important;
  margin-bottom: 10px !important;
}

.sign-google {
  background: #568ffa;
  color: #fff !important;
  margin-bottom: 10px !important;
  padding-right: 20px;
}
.sign-google svg {
  padding: 5px;
  border-radius: 50%;
  background-color: #fff;
}

.sign-email {
  background: #ffffff;
  color: #000000 !important;
}

.btn-sing-up span {
  display: flex;
  align-items: center;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  max-width: 330px;
  margin: 0 auto 10px;
}

.btn-sing-up span:after,
.btn-sing-up span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

.btn-sing-up span:before {
  margin-right: 10px;
}

.btn-sing-up span:after {
  margin-left: 10px;
}

.site-above-footer-wrap {
  padding-top: 52px;
  padding-bottom: 60px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"]
  .ast-builder-grid-row {
  max-width: 1310px;
  color: #fff;
}

.site-footer .widget {
  margin: 0 0 50px;
}

.site-footer-section-1 img {
  width: 110px;
}

.site-footer-section-1 .widget_media_image .widget-title {
  color: #fff;
  text-align: center;
  max-width: 110px;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 7px;
}

h2.widget-title {
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  margin: 0 0 20px;
}

.textwidget p {
  font-family: "IBM Plex Sans Thai", sans-serif;
}

.site-footer .menu {
  display: flex;
  flex-wrap: wrap;
}

.site-footer .menu li {
  flex-basis: 33.33%;
  margin: 0 0 10px;
}

.site-footer .menu li .menu-link {
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.site-footer .menu li .menu-link:hover {
  color: #fa7944;
}

.ast-footer-copyright {
  text-align: left;
}

.ast-footer-copyright p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
}

.footer-social-inner-wrap a {
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}

.site-footer-section-2 .widget {
  margin: 0 0 20px;
}

.site-footer-section-3 .widget {
  margin: 0 0 30px;
}

#media_image-3 {
  margin: 0;
}

.site-above-footer-inner-wrap {
  display: flex;
}

.site-above-footer-inner-wrap > div {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.site-above-footer-inner-wrap .site-footer-section-1 {
  max-width: 290px;
}

.site-above-footer-inner-wrap .site-footer-section-2 {
  max-width: 400px;
}

/*category post*/

.s-cat-header {
  height: 65vh;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.cat-header-text h1 {
  color: #fff;
}

.cat-header-text h2 {
  color: #fff;
  max-width: 465px;
}

.cat-header-text .line {
  width: 100px;
  height: 5px;
  display: block;
  margin: 20px 0 44px;
}

.s-category-posts {
  padding: 60px 0 160px;
}

.s-category-posts .container {
  max-width: 878px;
}

.category-showroom .cat-header-text h2 {
  max-width: 650px;
}

.category-big-data-101 .cat-header-text h2,
.category-data-for-business .cat-header-text h2 {
  max-width: 550px;
}

.s-category-posts .alm-btn-wrap {
  display: none;
}

.tranding-post .tabs {
  margin: -27px 0 30px;
  border-bottom: 1px solid #b3b3b3;
}

.tranding-post .tabs .tab {
  color: #283891;
  font-size: 20px;
  font-weight: 700;
  margin: 0 10px;
  cursor: pointer;
}

.tranding-post .tabs .tab.active {
  color: #ed1c24;
  text-decoration: underline;
}

/*About*/

.page-template-about .cat-header-text h2 {
  max-width: 500px;
}

.s-about-content {
  padding: 60px 0 10px;
}

.s-about-content .container {
  max-width: 768px;
}

.s-about-content h3:first-child {
  margin-top: 0;
}

.s-about-content h3 {
  color: #283891;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
}

.s-about-content p {
  margin-bottom: 25px;
}

.s-about-content figcaption {
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 20px;
}

.s-about-content .wp-block-image .aligncenter {
  width: 100%;
}

.s-about-contact {
  background: #f5f5f5;
  padding: 62px 0 60px;
}

.s-about-contact .container {
  max-width: 1094px;
}

.s-about-contact h3 {
  color: #283891;
  font-weight: 700;
  margin-bottom: 10px;
}

.s-about-contact p {
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}

#forminator-module-248 {
  max-width: 414px;
}

#forminator-module-248 .forminator-label {
  display: block;
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 20px;
  margin: 0;
}

.forminator-required {
  color: #ed1c24;
  position: relative;
  left: -4px;
}

#forminator-module-248 .forminator-textarea,
#forminator-module-248 .forminator-input {
  background: #ffffff;
  border-radius: 10px;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid transparent;
  width: 100%;
}

#forminator-module-248 .forminator-textarea {
  min-height: 120px;
  height: 120px;
}

#forminator-module-248 .forminator-button-submit {
  background: #283891;
  border: none;
  width: 100%;
  max-width: 139px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 18px;
  padding: 6px;
}

#forminator-module-248 .forminator-button-submit:hover {
  color: #fff;
  background: #fa7944;
}

.forminator-error-message {
  display: none;
}

.forminator-has_error .forminator-input,
.forminator-has_error .forminator-textarea {
  border-color: #ed1c24 !important;
}

.about-map .leaflet-map {
  height: 293px !important;
  margin-bottom: 30px;
}

.menu-social {
  display: flex;
  list-style: none;
  margin: 10px -13px 0;
}

.menu-social li {
  margin: 0 13px;
}

.menu-social li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #283891;
  color: #283891;
  border-radius: 50%;
  font-size: 25px;
}

.menu-social li a:hover {
  background: #da6f50;
  border: 1px solid #da6f50;
  color: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}
.menu-social li a:hover img {
  filter: brightness(10);
}
.menu-social li a:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #da6f50;
}

.social {
  display: flex;
  list-style: none;
  margin: 0 -5px;
}
.social li {
  margin: 0 5px;
}
.social li a {
  max-width: 30px;
  display: block;
}
.social li a img {
}

/*Search*/
.search .s-category-posts {
  padding: 60px 0 60px;
}

/*Register*/
.s-register {
  padding: 60px 0 85px;
}

.s-register .container {
  max-width: 876px;
}

.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label,
#wppb-login-wrap .login-auth label {
  width: 100% !important;
  max-width: 207px;
  margin: 0;
  margin-top: 6px;
}

.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="password"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input,
#wppb-login-wrap .login-auth input {
  width: calc(100% - 207px) !important;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms textarea {
  border: 1px solid #b3b3b3 !important;
  border-radius: 8px !important;
  height: 40px;
  background: #f5f5f5;
  padding: 5px 10px !important;
}

.wppb-user-forms textarea {
  height: 80px;
}

.wppb-user-forms ul li.wppb-form-field {
  padding-bottom: 20px;
}

ul .wppb-form-field > span {
  margin-left: 207px;
  font-size: 12px;
  font-style: normal;
}

ul .wppb-form-field .wppb_upload_button {
  background: #283891;
  border: none;
  width: 100%;
  max-width: 139px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  padding: 6px;
  border: none !important;
  text-align: center;
}

ul .wppb-form-field .wppb_upload_button:hover {
  color: #fff;
  background: #fa7944;
}

.wppb-default-about-yourself-heading h4,
.wppb-default-contact-info-heading h4 {
  color: #283891;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #b2b2b2;
  padding: 0 10px 10px;
  margin: 20px 0 30px;
}

.wppb-default-about-yourself-heading h4 {
  margin-bottom: 14px;
}

.wppb-phone .wppb-description-delimiter {
  display: none;
}

#wppb-register-user > ul:nth-child(2) {
  display: none;
}

.wppb-checkbox label {
  max-width: unset;
}

.wppb-checkbox .wppb-description-delimiter {
  display: none;
}

.wppb-checkboxes {
  display: flex;
  flex-wrap: wrap;
  max-width: unset !important;
  width: 100% !important;
}

.wppb-checkboxes > li {
  flex-basis: 50%;
  display: flex !important;
  align-items: center;
  margin: 0 0 15px !important;
}

.wppb-checkboxes > li input {
  display: none;
}

.wppb-checkboxes > li label {
  padding-left: 30px !important;
  position: relative;
  cursor: pointer;
}

.wppb-checkboxes > li label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  background: #f5f5f5;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

.wppb-checkboxes > li input:checked + label:before {
  background: #081353;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #081353;
}

#wppb-form-element-17 .wppb-checkboxes > li:nth-child(4),
#wppb-form-element-17 .wppb-checkboxes > li:nth-child(6),
#wppb-form-element-17 .wppb-checkboxes > li:nth-child(8) {
  padding-left: 60px !important;
}

.wppb-checkboxes .wppb-hidden {
  display: none !important;
}

.login-submit .button,
.form-submit .submit {
  background: #283891;
  border: none;
  width: 100%;
  max-width: 139px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  padding: 6px;
  border: none !important;
  text-align: center;
}

.login-submit .button:hover,
.form-submit .submit:hover {
  color: #fff;
  background: #fa7944;
}

.wppb-user-forms .form-submit {
  text-align: center;
}

#wppb_register_pre_form_message {
  margin: 0 0 30px;
}

/*Profile*/
.s-profile {
  padding: 60px 0;
}

.s-profile .container {
  max-width: 876px;
}

.sprofile > img {
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
}

.s-profile h3 {
  margin-top: 60px;
}

.s-profile h3:first-child {
  margin-top: 0;
}

.profile-row {
  display: flex;
}

.profile-row > * {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.profile-row > label {
  font-weight: 500;
  max-width: 207px;
}

.nav-profile {
  display: flex;
  margin: 60px -15px 0;
  justify-content: center;
}

.nav-profile .btn-link {
  margin: 0 15px;
  max-width: unset;
  width: unset;
  min-width: 139px;
  padding: 5px 17px;
}

#wppb-edit-user,
#select_user_to_edit_form {
  display: none;
}

.wppb-success {
  padding-top: 8px !important;
  margin-top: 25px;
}

/*Log in*/
.s-login {
  padding: 60px 0;
}

.s-login .container {
  max-width: 876px;
}
.s-login .title-main {
  padding-left: 0;
}
.s-login .container > p {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  margin-top: 5px;
}
.s-login .container > p a {
  text-decoration: underline;
  color: #000;
}
#wppb-login-wrap p {
  padding-bottom: 20px !important;
}

.login-remember input {
  display: none;
}

.login-remember label {
  padding-left: 25px !important;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}

.login-remember label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  background: #f5f5f5;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}

.login-remember input:checked + label:before {
  background: #081353;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #081353;
}

#wppb-login-wrap .login-remember {
  margin-left: 207px;
  margin-bottom: 37px;
  overflow: unset;
}

.login-submit {
  text-align: center;
}

.form-submit .grecaptcha-badge,
.login-submit .grecaptcha-badge {
  /*display: none;*/
}

.wppb-sc-buttons-container {
  display: none;
}

.s-login .btn-sing-up span {
  color: #000000;
}

.s-login .btn-sing-up span::after,
.s-login .btn-sing-up span::before {
  background: #000000;
}

.s-login .btn-sing-up {
  margin-top: 10px;
}

#wppb-recover-password ul {
  margin-top: 30px;
}
#wppb-recover-password .form-submit .submit {
  max-width: 200px;
}
#wppb-login-wrap .login-remember {
  justify-content: space-between;
}
#wppb-login-wrap .login-remember a {
  color: #000;
  font-size: 12px;
}

/*Events*/
.s-events {
  padding: 60px 0;
}

.s-events .container > .row {
  margin: 0 -10px;
}

.s-events .container > .row > div {
  padding: 0 10px;
}

.events-block .row:first-child > div:first-child .post-one-row {
  padding-top: 0;
}

.events-block:first-child {
  margin: 0 0 60px;
}

.events-block:last-child .post-one-text p,
.events-block:last-child .post-one-row h4,
.events-block:last-child .event-one-meta {
  color: #545454;
}

.event-one-meta {
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 20px;
}

.event-one-meta span {
  font-size: 50px;
  line-height: 1;
}

.events-block .post-one-row .post-one-text {
  display: block;
  flex-direction: column;
  justify-content: center;
}

.events-block .alm-btn-wrap .alm-load-more-btn {
  background: #283891;
  font-family: "IBM Plex Sans Thai", sans-serif;
  border-radius: 10px;
  height: 40px;
  min-width: 140px;
  display: none;
}

.events-block .alm-btn-wrap .alm-load-more-btn.loading,
.events-block .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #ed1c24;
}

.alm-load-more-btn.done {
  display: none;
}

.events-block .alm-btn-wrap {
  padding: 0;
  margin: 50px 0 0;
}

#events-list {
  margin: 25px 0;
}

.mEvents a {
  background: #f5f5f5;
  border-bottom: 5px solid #283891;
  padding: 14px 0 10px;
}

.mEvents .day {
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.mEvents a > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 108px;
}

.text-ev {
  padding-right: 14px;
}

.text-ev h4 {
  font-size: 19px;
}

.text-ev span {
  color: #898989;
  font-size: 15px;
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
}
.alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

/*Single*/
.s-single-top {
  padding: 60px 0 0;
}

.s-single-top .container {
  max-width: 1134px;
}

.s-single-top h1 {
  font-size: 48px;
  color: #283891;
  margin: 0 0 7px;
  text-align: center;
}

.post-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 3px;
}

.post-bar-right > span,
.post-bar > span {
  color: #898989;
  font-size: 15px;
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
  white-space: nowrap;
}

.post-bar-right {
  display: flex;
  align-items: flex-end;
}

.post-bar-right
  .eapps-social-share-buttons-position-right
  .eapps-social-share-buttons-container {
  transform: none;
}

#eapps-social-share-buttons-1 {
  margin-left: 30px;
}

.post-bar-right
  .eapps-social-share-buttons-bg-color-native
  .eapps-social-share-buttons-item::before,
.post-bar-right
  .eapps-social-share-buttons-bg-color-on-hover-native
  .eapps-social-share-buttons-item::after {
  background-color: transparent;
  border: 1px solid #283891;
}

.post-bar-right
  .eapps-social-share-buttons-icon-color-white
  .eapps-social-share-buttons-item
  .eapps-social-share-buttons-item-icon
  *,
.post-bar-right
  .eapps-social-share-buttons-icon-color-white
  .eapps-social-share-buttons-item
  .eapps-social-share-buttons-item-icon {
  fill: #283891;
}

.post-bar-right
  .eapps-social-share-buttons-bg-color-on-hover-black
  .eapps-social-share-buttons-item::after {
  background: #283891;
}

.post-bar-right .eapps-social-share-buttons-item {
  height: 30px;
  line-height: 30px;
}

.post-bar-right
  .eapps-social-share-buttons-text-hide
  .eapps-social-share-buttons-inner
  .eapps-social-share-buttons-item {
  text-align: center;
  width: 30px;
  min-width: 30px;
}

.post-bar-right .eapps-social-share-buttons-item-icon-container {
  padding: 7px 12px;
}

.s-single-content {
  padding: 60px 0;
}

.s-single-content .container {
  max-width: 768px;
}

.s-single-content .wp-block-code {
  background: #282c34;
  color: #fff;
  border-radius: 10px;
}
.s-single-content .wp-block-code code {
  white-space: inherit;
}

.s-single-content .wp-block-quote {
  margin: 0 0 60px;
  border-left: 5px solid #ed1c24;
  padding: 5px 0 5px 20px;
}

.s-single-content .wp-block-quote p {
  margin-bottom: 0;
}

.s-single-content .wp-block-image {
  margin: 0 0 60px;
}

.s-single-content p {
  margin-bottom: 30px;
}

.s-single-content h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 60px 0 30px;
}
.s-single-content h3 {
  margin: 60px 0 30px;
}

.s-single-content .wp-block-image figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-single-content .wp-block-image figcaption {
  width: 100%;
  margin-bottom: 0;
}

.s-single-content strong {
  font-weight: 500;
}

.post-tag {
  list-style: none;
  display: flex;
  margin: 50px -5px 0;
  flex-wrap: wrap;
}
.post-tag li {
  margin: 10px 5px 0;
}
.post-tag li a {
  display: block;
  background: #e9e9e9;
  border-radius: 5px;
  padding: 4.5px 10.5px;
  color: #000;
  font-weight: 500;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 10px;
}

.s-related {
  padding: 0 0 60px;
}

.s-related .alm-btn-wrap {
  padding: 0;
  margin: 25px 0 0;
}

.s-related .alm-btn-wrap .alm-load-more-btn {
  background: #283891;
  font-family: "IBM Plex Sans Thai", sans-serif;
  border-radius: 10px;
  height: 40px;
  min-width: 140px;
}

.s-related .alm-btn-wrap .alm-load-more-btn.loading,
.s-related .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #ed1c24;
}

.s-related .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}

.s-users-post {
  padding: 0 0 60px;
}

.s-users-post .row {
  margin: 0 -10px;
  justify-content: center;
}

.s-users-post .row > div {
  padding: 0 10px;
}

.authors-one {
  background: #ebebeb;
  padding: 62px 62px;
  text-align: center;
  /* display: table; */
  /* min-height: 450px; */
  min-height: 400px;
  /* height: 100%; */
}

.authors-one img {
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
  margin-bottom: 16px;
}

.authors-one-text h4 {
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.authors-one-text span {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.authors-one .authors-one-left .role,
.authors-one-text span.role {
  background: #283891;
  color: #fff;
  height: 25px;
  display: inline-flex;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 10px;
  align-items: center;
  border-radius: 5px;
  min-width: 77px;
  justify-content: center;
  padding: 5px;
  margin: 0 0 19px;
  text-transform: capitalize;
  font-weight: 600;
}
.authors-one .authors-one-left .role {
  display: block;
  text-align: center;
  margin: 15px 0 0;
}
.authors-one-text p {
  font-size: 15px;
}
.authors-one-text a {
  color: #000;
}

.s-comment .container {
  max-width: 738px;
}
.s-comment .container > h3 {
  color: #283891;
  margin: 0 0 5px 5px;
}
.s-comment #comments {
  max-width: unset;
  padding: 0;
}
.s-comment .form-submit .submit {
  background: #283891 !important;
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  border-radius: 10px !important;
  height: 40px;
  min-width: 130px;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.s-comment .form-submit .submit:hover {
  background-color: #ed1c24 !important;
}

.s-comment #comments textarea {
  border: 1px solid #b3b3b3 !important;
  border-radius: 5px !important;
  height: 140px;
  background: transparent;
  margin-bottom: 30px;
}
.s-comment .ast-comment-list {
  padding-bottom: 0;
}
.s-comment #comments > p {
  font-weight: 500;
  margin-top: 20px;
}
.s-comment #comments > p a {
  text-decoration: underline;
}
.ast-comment-content p {
  font-size: 15px;
}
.comments-area p.logged-in-as {
  display: none;
}
.ast-comment-list .ast-comment-edit-reply-wrap {
  display: none;
}
.ast-comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px 1.6em 0;
  margin: 0;
}
.ast-comment-meta .timendate time,
.ast-comment-meta .timendate a {
  color: #898989;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.ast-comment-cite-wrap {
  color: #283891;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.ast-comment-info {
  min-width: 100px;
  margin-right: 40px;
}
.ast-comment-content {
  width: 100%;
}
.ast-comment-list li.depth-1 .ast-comment,
.ast-comment-list li.depth-2 .ast-comment {
  display: flex;
}
p.comment-notes {
  font-size: 14px;
}
.comment-bar {
  display: flex;
  margin-top: 10px;
}
.comment-form-cookies-consent + .comment-bar {
  display: none;
}
.comment-form-cookies-consent label {
  display: inline;
}
.comment-bar .avatar {
  border-radius: 50%;
  min-width: 100px;
  margin-right: 40px;
}
.comment-bar span {
  color: #283891;
  font-size: 20px;
  font-weight: 600;
}
.logged-in .comments-area .comment-form-comment {
  padding-left: 140px;
  margin-top: -55px;
}

.side-post
  .cmcal-calendar-container.cmcal-calendar-13
  .fc
  .fc-content-skeleton
  .fc-day-top
  .fc-day-number,
.events-side
  .cmcal-calendar-container.cmcal-calendar-12
  .fc
  .fc-content-skeleton
  .fc-day-top
  .fc-day-number {
  border: 3px solid transparent;
}

.side-post
  .cmcal-calendar-container.cmcal-calendar-13
  .fc
  .fc-content-skeleton
  .fc-day-top.has-events
  .fc-day-number,
.events-side
  .cmcal-calendar-container.cmcal-calendar-12
  .fc
  .fc-content-skeleton
  .fc-day-top.has-events
  .fc-day-number {
  background-color: transparent !important;
  border: 3px solid #283891;
  color: #000;
}
/*
.side-post .cmcal-calendar-container.cmcal-calendar-13 .fc .fc-content-skeleton .fc-day-top.has-events.fc-wed .fc-day-number,
.events-side .cmcal-calendar-container.cmcal-calendar-12 .fc .fc-content-skeleton .fc-day-top.has-events.fc-wed .fc-day-number {
  background-color: #ED1C24 !important;
  border: none;
  color: #fff;
}
*/
.side-post
  .cmcal-calendar-container.cmcal-calendar-13
  .fc
  .fc-content-skeleton
  .fc-day-top.fc-today
  .fc-day-number,
.events-side
  .cmcal-calendar-container.cmcal-calendar-12
  .fc
  .fc-content-skeleton
  .fc-day-top.fc-today
  .fc-day-number {
  background-color: #ed1c24 !important;
  border: 3px solid #ed1c24;
  color: #fff;
  font-weight: 700;
}
.fc-unthemed .fc-row {
  padding: 3px 0;
}

/* page default*/

.s-dpage {
  padding: 100px 0;
}
.s-dpage .container {
  max-width: 1000px;
}
.s-dpage .wp-block-table {
  white-space: nowrap;
}
.wp-block-image.aligncenter {
  width: 100%;
}
