@charset "UTF-8";
@font-face {
  font-family: 'ruby-icon';
  src: url("../fonts/icons.ttf?v=1.6.3") format("truetype"), url("../fonts/icons.woff?v=1.6.3") format("woff"), url("../fonts/icons.svg?v=1.6.3#ruby-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.rbi, [class^='rbi-'], [class='rbi-'] {
  font-family: 'ruby-icon' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

.rbi-cright:before {
  content: '\e902'; }

.rbi-cleft:before {
  content: '\e903'; }

input {
  -webkit-user-select: auto !important; }

body {
  margin: 0;
  padding: 0;
  font: 15px/1.5em "sukhumvit_setlight", sans-serif; }
  body .site-content .container {
    z-index: 1; }
  body:not(.home) .site-content {
    background-color: #f3f5f6;
    padding-top: 36px;
    padding-bottom: 60px; }

a {
  color: #111;
  transition: color .25s;
  text-decoration: none !important;
  outline: none !important; }
  a:hover {
    color: #0c4da2; }
  a:focus, a.btn:focus {
    outline: none; }

button {
  outline: none !important; }

.button {
  font-family: "Noto Sans Thai", sans-serif;
  min-height: 44px;
  line-height: 1.2 !important; }

input[type=submit] {
  cursor: pointer; }

::selection {
  background: rgba(90, 90, 90, 0.8);
  color: #fff; }

::-moz-selection {
  background: rgba(90, 90, 90, 0.8);
  color: #fff; }

h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3em; }

h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.4em; }

h3 {
  font-size: 1.8em; }

h4 {
  font-size: 1.4em; }

h1, h2, h3, h4 {
  line-height: 1.35em;
  font-family: "Noto Sans Thai", sans-serif; }

p {
  margin: 0 0 15px 0;
  font-size: 1.05em;
  line-height: 1.6em; }

img {
  max-width: 100%; }

ol, ul {
  margin-bottom: 15px;
  padding-left: 30px; }

strong {
  font-family: 'sukhumvit_setbold', sans-serif; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.disable {
  pointer-events: none;
  opacity: 0.3;
  color: #777 !important; }

.no-margin {
  margin-left: 0 !important; }

.whitespace {
  white-space: nowrap; }

form select, input[type=text], input[type=email], input[type=number], input[type=password], input[type=button], input[type=tel], textarea {
  border: 1px solid #ddd;
  min-height: 44px;
  padding: 0 15px;
  display: block;
  border-radius: 2px;
  background: #fff; }

input[type=checkbox], input[type=radio] {
  margin-right: 6px; }

textarea {
  height: inherit; }

.container {
  position: relative; }

.sticky {
  position: sticky;
  top: 24px;
  margin-bottom: 24px; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row [class*=col-] {
    padding-left: 12px;
    padding-right: 12px; }

.dropdown-item:active {
  background-color: rgba(221, 221, 221, 0.5);
  color: #111; }

/* Preload */
.loader-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #0c4da2;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader div {
  background-color: #0c4da2;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: .5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite; }

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

/* Preload */
@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ballPulseDouble {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
select.form-control:not([size]):not([multiple]) {
  min-height: 44px; }

.site-main {
  padding: 0; }

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none; }

.header {
  padding: 12px 0;
  margin: 0;
  position: relative;
  z-index: 4;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4); }
  .header .container {
    display: flex;
    align-items: center; }
    .header .container .left {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 1; }
    .header .container .right {
      margin-left: auto; }
  .header .logo {
    width: 150px;
    display: block; }

.nav-toggle {
  display: none;
  position: absolute;
  top: 0;
  z-index: 2;
  border: 0;
  width: 40px;
  height: 45px;
  line-height: 38px;
  padding: 0;
  text-align: center; }
  .nav-toggle + .overlay {
    opacity: 0;
    transition: .2s all; }

.nav-toggle span {
  display: block;
  position: relative;
  height: 100%; }

.nav-toggle i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  color: #111;
  text-indent: -55px;
  background: #111;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  left: -5px; }

.nav-toggle i:before, .nav-toggle i:after {
  content: '';
  width: 27px;
  height: 2px;
  background: #111;
  position: absolute;
  left: 0;
  transition: all .2s ease-out; }

.nav-toggle i:before {
  top: -7px; }

.nav-toggle i:after {
  bottom: -7px; }

.nav-toggle.active {
  z-index: 11; }
  .nav-toggle.active + .overlay {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    width: 100%;
    opacity: 1;
    background-color: rgba(17, 17, 17, 0.15); }

.nav-toggle.active i {
  background: none; }

.nav-toggle.active i:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.nav-toggle.active i:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.menu-main-menu-container {
  margin-left: 24px; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; }
  .menu li {
    list-style: none;
    margin: 0 12px; }
    .menu li a:hover {
      color: #0c4da2; }
  .menu .menu-item {
    margin: 0 16px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Noto Sans Thai", sans-serif;
    font-weight: 400;
    position: relative; }
    .menu .menu-item a {
      display: block; }
    .menu .menu-item:last-child .sub-menu {
      right: 0; }
    .menu .menu-item .sub-menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .menu .menu-item .sub-menu li {
        margin: 0; }
        .menu .menu-item .sub-menu li span {
          position: relative;
          display: flex; }
        .menu .menu-item .sub-menu li a {
          display: block;
          position: relative;
          width: 100%;
          padding: 12px 24px; }
        .menu .menu-item .sub-menu li i {
          min-width: 24px;
          height: 24px;
          margin: 10px 24px;
          position: relative;
          cursor: pointer; }
          .menu .menu-item .sub-menu li i:before {
            content: '';
            border: solid black;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            position: absolute;
            left: 9px;
            top: 6px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg); }
          .menu .menu-item .sub-menu li i.active:before {
            border-color: #0c4da2; }
  .menu > .menu-item > ul {
    box-shadow: rgba(17, 17, 17, 0.1) 0px 6px 16px 0px;
    background-color: #fff;
    min-width: 280px;
    display: none;
    position: absolute;
    top: 100%; }
    .menu > .menu-item > ul > li:first-child {
      margin-top: 16px; }
    .menu > .menu-item > ul > li:last-child {
      margin-bottom: 16px; }
    .menu > .menu-item > ul .sub-menu {
      padding-left: 24px; }
    .menu > .menu-item > ul a {
      font-size: .8em; }
  .menu > .current_page_item, .menu > .current-menu-item, .menu > .current_page_parent {
    position: relative; }
    .menu > .current_page_item:before, .menu > .current-menu-item:before, .menu > .current_page_parent:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      height: 2px;
      width: 100%;
      background-color: #0c4da2; }

.btn {
  border-radius: 4px; }

.btn-register {
  background-color: #ff8a00;
  color: #fff;
  font-family: "Noto Sans Thai", sans-serif;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  animation: 1.5s ease 0s infinite normal none move;
  position: relative;
  overflow: hidden;
  -moz-animation: blink normal 1.5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 1.5s infinite ease-in-out;
  /* IE */
  animation: blink normal 1.5s infinite ease-in-out; }
  .btn-register:hover {
    color: #fff;
    background-color: #ffa300; }
  .btn-register:active, .btn-register:visited {
    color: #fff;
    background-color: #ff8a00; }
  .btn-register i {
    margin-right: 4px; }

@-webkit-keyframes blink {
  0% {
    background-color: #ff8a00; }
  50% {
    background-color: #ffa300; }
  100% {
    background-color: #ff8a00; } }
.btn-register::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffce00;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out; }

.btn-register:hover::before {
  opacity: 0.2; }

.btn-register span {
  position: absolute; }

.btn-register span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#ffce00));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #ffce00);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite; }

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.btn-register span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#ffce00));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #ffce00);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite; }

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
.btn-register span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#ffce00));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #ffce00);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite; }

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
.btn-register span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#ffce00));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ffce00);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite; }

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
.swiper {
  margin-bottom: 36px !important; }
  .swiper + .container {
    margin-bottom: 36px; }
  .swiper .swiper-slide {
    padding-top: 26.2%; }
    .swiper .swiper-slide img, .swiper .swiper-slide iframe {
      position: absolute;
      top: 0;
      width: 100%; }
    .swiper .swiper-slide iframe {
      height: 100%; }
    .swiper .swiper-slide a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .swiper + .container {
    margin-top: 48px; }

.swiper-promotion {
  overflow: hidden;
  position: relative; }
  .swiper-promotion .swiper-slide {
    border-radius: 6px;
    overflow: hidden; }

.swiper-category {
  position: relative; }
  .swiper-category [class*=swiper-button-] {
    top: 40%; }

.swiper-partner {
  overflow: hidden; }
  .swiper-partner .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
    .swiper-partner .swiper-wrapper .swiper-slide {
      overflow: hidden;
      background-position: top;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
  .swiper-partner .thumbnail-partner {
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 99.7%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .swiper-partner .thumbnail-partner img {
      width: 60%; }

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7);
  width: 12px !important;
  height: 12px;
  margin: 0 6px !important; }
.swiper-pagination .swiper-pagination-bullet-active {
  width: 36px !important;
  background-color: #ffa300;
  border-radius: 6px; }

.swiper-button [class*=swiper-button-] {
  border-radius: 100%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  margin-top: -15px !important;
  border: 1px solid #0c4da2; }
  .swiper-button [class*=swiper-button-]:after {
    font-size: 12px;
    font-weight: bold;
    color: #0c4da2; }

.site-main > * {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(2 * var(--global--spacing-vertical)); }

[class*=section-] {
  margin-top: 48px; }
  [class*=section-] h2 {
    font-family: "Noto Sans Thai", sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
    font-size: 1.6em; }
    [class*=section-] h2 a {
      display: inline-block; }

.section-news {
  background-color: #f3f5f6;
  border-radius: 6px;
  padding: 36px 24px; }
  .section-news .thumbnail {
    margin-bottom: 0; }
    .section-news .thumbnail .caption {
      padding: 24px; }
      .section-news .thumbnail .caption h3 {
        font-size: 1.15em;
        font-weight: bold; }

.section-download-app {
  background: url("../imgs/bg-bk8-app.jpg") no-repeat center;
  background-size: 100%;
  padding: 60px 0;
  margin-top: 36px; }
  .section-download-app .download-app {
    display: flex; }
    .section-download-app .download-app > div + div {
      margin-left: 24px; }
  .section-download-app h2 {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 600; }
  .section-download-app small {
    margin-bottom: 24px;
    display: block; }
  .section-download-app [class*=col-]:last-child {
    display: flex;
    align-items: center; }
    .section-download-app [class*=col-]:last-child p {
      font-weight: bold;
      display: flex;
      align-items: start; }
      .section-download-app [class*=col-]:last-child p i {
        font-size: 1.4em;
        color: #0c4da2;
        margin-right: 12px; }
  .section-download-app svg {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    max-width: 120px; }

.section-category {
  overflow: hidden; }
  .section-category + .section-category {
    margin-top: 24px; }
  .section-category .thumbnail {
    margin-bottom: 0; }

div.thumbnail .pull-left:before {
  display: none; }

.thumbnail {
  position: relative;
  display: block;
  margin-bottom: 24px; }
  .thumbnail .pull-left {
    float: none; }
    .thumbnail .pull-left:before {
      content: '';
      border: 1px solid #fff;
      left: 4px;
      right: 4px;
      top: 4px;
      bottom: 4px;
      position: absolute;
      z-index: 1;
      opacity: 0;
      transition: opacity .2s ease-in-out; }
    .thumbnail .pull-left img {
      border-radius: 6px;
      max-width: 100% !important; }
  .thumbnail .post-thumbnail {
    margin: 0; }
    .thumbnail .post-thumbnail img {
      margin: 0; }
  .thumbnail .caption {
    padding-top: 12px;
    display: block;
    border-top: none; }
    .thumbnail .caption h3 {
      font-size: 1em; }
      .thumbnail .caption h3 a {
        display: inline-block; }
    .thumbnail .caption p {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 0;
      line-height: 1.4em;
      color: #555; }
    .thumbnail .caption .entry-meta {
      margin-top: 8px;
      font-size: .9em;
      line-height: 1.3em; }
  .thumbnail:hover {
    color: rgba(17, 17, 17, 0.5); }
    .thumbnail:hover .pull-left {
      position: relative; }
      .thumbnail:hover .pull-left:before {
        opacity: 1; }
  .thumbnail img.hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    height: auto;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }
  .thumbnail:hover img.hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.post-taxonomies {
  margin-top: 12px;
  display: none; }
  .post-taxonomies .cat-links {
    line-height: .85;
    font-size: 1em;
    font-family: "Noto Sans Thai", sans-serif;
    font-weight: 600;
    display: inline-block;
    vertical-align: top; }
    .post-taxonomies .cat-links a {
      border-radius: 2px;
      border: 1px solid #0c4da2;
      color: #0c4da2;
      display: inline-block;
      padding: 6px;
      margin-top: 4px;
      margin-right: 4px;
      border-radius: 3px; }
      .post-taxonomies .cat-links a:first-child {
        margin-left: 4px; }
      .post-taxonomies .cat-links a:hover {
        background-color: #0c4da2;
        color: #fff; }

.comments-area .comment-reply-title {
  font-size: 2em; }
.comments-area textarea {
  border-width: 1px !important; }

.footer-list-wrapper {
  margin-bottom: 24px; }
  .footer-list-wrapper small {
    display: block;
    margin-bottom: 12px; }

.footer-list-container {
  display: flex;
  flex-wrap: wrap; }
  .footer-list-container .list-item > div:hover {
    filter: none !important;
    opacity: 1 !important; }
  .footer-list-container .list-item img, .footer-list-container .list-item svg {
    width: initial !important;
    height: 22px !important;
    margin: 0 12px 12px 0 !important;
    padding: 0; }

.media-row .media + .media {
  margin-top: 24px; }
.media-row .media .pull-left {
  margin-right: 24px; }
  .media-row .media .pull-left img {
    border-radius: 6px; }
.media-row .media .media-body h3 {
  font-size: 1.4em;
  font-weight: 600; }
.media-row .media .media-body p {
  font-size: .9em; }
.media-row + .navigation {
  margin-top: 48px; }

.archive-description {
  font-size: 1.1em;
  margin-top: 0; }

.page .entry-header {
  margin-top: 0; }
  .page .entry-header .entry-title {
    font-weight: bold;
    font-size: 2em; }
.page .entry-content .content {
  max-width: 100% !important; }

.singular .entry-header {
  margin-top: 0;
  padding-bottom: 0 !important; }
  .singular .entry-header .entry-title {
    font-size: 2em;
    font-weight: bold;
    text-align: center; }
  .singular .entry-header .post-thumbnail img {
    margin-top: 36px !important; }
.singular .entry-content > * {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }
.singular .entry-footer {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
  border-top-width: 1px !important; }

.type-page-promotion .entry-content:before {
  display: none; }

.nav-tabs {
  border: none;
  max-width: initial !important; }
  .nav-tabs .nav-item .nav-link {
    border-radius: 20px;
    margin: 0 4px;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid rgba(17, 17, 17, 0.7);
    background: none !important;
    color: #111 !important; }
    .nav-tabs .nav-item .nav-link.active {
      background-color: #111 !important;
      color: #fff !important; }

.tab-content {
  max-width: initial !important; }

.site .button, button, input[type=submit], input[type=reset], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  height: 44px;
  border-radius: 4px;
  font-size: 1em; }

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
  max-width: 800px; }

.singular .entry-content .table {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.table {
  width: inherit; }
  .table th {
    font-weight: bold;
    white-space: nowrap;
    background-color: #0c4da2;
    color: #fff;
    border-top: 1px solid #111; }
  .table td, .table th {
    vertical-align: middle; }

.pagination {
  border-top: none;
  padding-top: 24px;
  border-radius: 0;
  padding-top: 0;
  margin-bottom: 0 !important; }
  .pagination .nav-links {
    margin-top: 0; }
    .pagination .nav-links > * {
      min-height: initial; }
    .pagination .nav-links .page-numbers {
      font-size: 1em;
      margin-top: 0;
      border: 1px solid #111;
      padding: 6px 12px;
      margin-left: 0;
      margin-right: 8px; }
      .pagination .nav-links .page-numbers.current {
        background-color: #111;
        color: #fff;
        text-decoration: none; }
      .pagination .nav-links .page-numbers .svg-icon {
        width: 16px;
        height: 16px; }

.promotion-template-default .entry-content {
  overflow-y: auto; }

.media.object-fit {
  position: relative;
  width: 100% !important;
  padding-top: 80%; }
  .media.object-fit a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .media.object-fit a:before {
      content: '';
      border: 1px solid #fff;
      left: 6px;
      right: 6px;
      top: 6px;
      bottom: 6px;
      position: absolute;
      z-index: 1;
      opacity: 0;
      transition: opacity .2s ease-in-out; }
    .media.object-fit a:hover:before {
      opacity: 1; }
  .media.object-fit img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100% !important;
    width: 100%; }

.footer {
  position: relative;
  padding: 60px 0;
  background: #fff; }
  .footer hr {
    margin: 0 0 24px 0; }
  .footer .menu-main-menu-container {
    margin: 0 !important;
    display: block !important; }
  .footer .menu {
    display: block; }
    .footer .menu .menu-item {
      margin-bottom: 6px;
      margin-left: 0;
      margin-right: 0; }
      .footer .menu .menu-item a {
        color: rgba(17, 17, 17, 0.7);
        font-size: .9em; }
      .footer .menu .menu-item .sub-menu li a {
        text-align: left; }
      .footer .menu .menu-item .sub-menu li i {
        margin-top: 8px;
        margin-bottom: 8px; }
    .footer .menu > .current_page_item:before, .footer .menu > .current-menu-item:before, .footer .menu > .current_page_parent:before {
      display: none; }
  .footer h3 {
    margin: 0 0 12px 0;
    line-height: 1;
    font-weight: 700;
    font-size: 1.1em; }
  .footer p {
    font-size: .9em; }
  .footer small {
    line-height: 1.4em;
    display: block; }

.social {
  margin: 24px 0; }
  .social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin: 0 6px 0 0;
    vertical-align: top; }
    .social a:hover {
      opacity: .75; }
    .social a.facebook {
      background-color: #3b5998; }
      .social a.facebook i {
        color: #fff; }
    .social a.line {
      background-color: #06C755;
      line-height: 44px; }
      .social a.line i {
        font-size: 28px;
        color: #06C755;
        position: relative;
        top: 2px; }
        .social a.line i:before {
          position: relative;
          z-index: 1; }
        .social a.line i:after {
          background-color: #fff;
          content: '';
          position: absolute;
          height: 20px;
          left: 1px;
          right: 1px;
          top: 4px;
          z-index: 0; }
  .social .fa-facebook-f:before {
    content: "" !important; }

ol.breadcrumb {
  background: none;
  border-radius: 0; }
  ol.breadcrumb li.breadcrumb-item {
    padding-left: 15px; }
    ol.breadcrumb li.breadcrumb-item:before {
      padding-right: 15px; }

.post-navigation {
  margin-top: 24px;
  display: none; }
  .post-navigation .meta-nav {
    font-family: 'Noto Serif Thai', serif;
    font-weight: bold;
    font-size: 18px; }
  .post-navigation .post-title {
    margin: 0 12px; }

em {
  margin-top: 4px;
  font-size: 14px;
  color: #666;
  display: block; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.flex-control-nav {
  margin-top: 10px !important; }

#sidebar {
  margin-bottom: 24px; }
  #sidebar > ul {
    padding: 0; }

.widget-title {
  font-size: 1.3em;
  margin-bottom: 10px; }

.flex-control-thumbs li {
  padding: 10px; }

.wpcf7-form {
  max-width: 480px;
  margin: 0 auto; }
  .wpcf7-form p {
    margin-bottom: 16px; }
    .wpcf7-form p label {
      width: 100%;
      margin-bottom: 0; }
  .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px; }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
      width: 100%; }
  .wpcf7-form .wpcf7-submit {
    background: #111;
    font-size: .8rem;
    color: white;
    font-family: 'Noto Serif Thai', sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    min-width: 100px;
    font-weight: bold; }
    .wpcf7-form .wpcf7-submit:hover {
      background: #111; }

.title {
  font-weight: bold; }

.mt-2 {
  margin-top: 24px; }

.red {
  color: #0c4da2; }

.tab-select {
  display: none;
  margin-bottom: 24px; }

.wp-block-heading {
  font-size: 1.3em;
  margin-bottom: 12px; }

.widget_block {
  margin-bottom: 24px; }

.wp-block-search .wp-block-search__label {
  display: none; }

.wp-block-search__button {
  color: #fff;
  background-color: #111;
  border-radius: 4px;
  border: none; }

[type=search] {
  outline-offset: inherit !important;
  border-color: #999;
  border-radius: 4px; }

/* Select2 */
.select2-container--default .select2-selection--single {
  border-color: #ddd !important;
  height: 44px !important;
  border-radius: 2px !important; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
    padding-left: 14px !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
    width: 36px !important; }

.post .page-title {
  margin-bottom: 12px; }
  .post .page-title span {
    color: #0c4da2; }
.post .entry-title {
  font-size: 2em;
  margin-bottom: 6px; }
.post .entry-date {
  line-height: 1;
  margin-bottom: 24px;
  color: #888; }

.posted-on, .author {
  margin-right: 12px; }
  .posted-on > span, .author > span {
    position: relative !important;
    clip-path: initial !important;
    margin-right: 6px;
    padding-right: 6px; }
    .posted-on > span:before, .author > span:before {
      content: ':';
      position: absolute;
      top: 0;
      right: 0; }

.entry-footer > span + span {
  border-left: 1px solid #ddd; }

.nav-login {
  position: absolute;
  top: 10px;
  right: 16px; }
  .nav-login .dropdown {
    display: inline-block;
    vertical-align: top; }

.my-account {
  display: inline-block;
  vertical-align: top; }
  .my-account:hover {
    color: #111;
    opacity: .5; }
  .my-account > i {
    font-size: 23px; }

.archive .page-header {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 24px; }
  .archive .page-header .page-title {
    font-size: 2em;
    font-weight: bold; }

.wp-block-latest-posts__list li {
  margin-bottom: 4px; }

.not-found .search-form .search-field {
  border: 1px solid #ddd;
  height: 44px;
  padding: 0 15px;
  display: block;
  border-radius: 2px;
  background: #fff; }

.powered-by {
  width: 240px;
  position: absolute;
  top: -100px;
  right: 24px; }

.fixed-header .header {
  height: 66px;
  z-index: 100; }
  .fixed-header .header .headscroll {
    transition: background .15s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(221, 221, 221, 0.7); }
.fixed-header.admin-bar .header .headscroll {
  top: 32px; }
.fixed-header.admin-bar .sticky {
  top: 137px; }

.section-partner {
  position: relative; }

.error404 .page-header, .search-results .page-header {
  margin-bottom: 24px;
  border-bottom: none;
  padding: 0; }
  .error404 .page-header .page-title, .search-results .page-header .page-title {
    font-size: 2.4em;
    font-weight: bold;
    text-align: center; }
.error404 .not-found, .search-results .not-found {
  margin-top: 24px; }
  .error404 .not-found p, .search-results .not-found p {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 24px; }

.search-results .search-result-count {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  text-align: center; }
.search-results .entry-title {
  text-align: center; }
.search-results .post-thumbnail img {
  margin-top: 24px; }
.search-results .entry-footer {
  padding-bottom: 48px !important; }

.post {
  margin-bottom: 36px; }

@media (min-width: 360px) {
  .slides {
    min-height: 550px; } }
@media (min-width: 480px) {
  .slides {
    min-height: 600px; } }
@media (min-width: 900px) {
  .slides {
    min-height: 750px; } }
@media (min-width: 992px) {
  .section-download-app h2 {
    margin-top: -36px; }

  .media-row .media .pull-left img {
    min-width: 400px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1200px; } }
@media (max-width: 1199px) {
  .thumbnail .caption h3 {
    font-size: .9em; }
  .thumbnail .caption .entry-meta {
    font-size: .8em; } }
@media (max-width: 991px) {
  .archive .page-header .page-title {
    font-size: 1.6em;
    margin-bottom: 4px; }

  .archive-description {
    font-size: 1em; }

  .swiper {
    margin-bottom: 24px !important; }

  .swiper + .container {
    margin-top: 36px; }

  .header {
    padding: 8px 0; }
    .header .nav-toggle {
      top: -6px; }
    .header .logo {
      width: 110px;
      margin-left: 50px; }
    .header .menu {
      overflow: auto;
      display: block;
      position: fixed;
      width: 90%;
      top: 0;
      left: -100%;
      bottom: 0;
      z-index: -1;
      background-color: #fff;
      padding: 72px 12px 12px 36px;
      transition: 0.3s cubic-bezier(0.5, 0.03, 0.41, 1);
      margin: 0;
      display: block; }
      .header .menu.open {
        left: 0; }
      .header .menu .menu-item {
        margin: 0;
        display: block;
        font-size: 18px;
        border-bottom: 1px solid #f3f5f6; }
        .header .menu .menu-item a {
          display: block;
          padding: 12px 0; }

  .fixed-header .header {
    height: 55px; }
    .fixed-header .header .headscroll {
      padding: 8px 0; }
  .fixed-header.admin-bar .header .headscroll {
    top: 32px; }
  .fixed-header.admin-bar .sticky {
    top: 137px; }

  .container {
    max-width: 100%; }

  .row {
    margin-right: -9px;
    margin-left: -9px; }
    .row [class*=col-] {
      padding-right: 9px;
      padding-left: 9px; }

  .nav-open {
    overflow: hidden; }
    .nav-open .container .nav-toggle, .nav-open .container .logo {
      z-index: 11; }
    .nav-open .container .logo {
      position: relative; }
    .nav-open.admin-bar .header .menu {
      padding-top: 108px; }

  /*.menu-main-container {
    text-align: left;
    font-size: 1.1em;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    padding: 90px 0 0;
    &.open {
      transform: translateX(0);
      .menu {
        display: block;
      }
    }
    .menu {
      overflow: auto;
      list-style: none;
      width: 100%;
      height: 100%;
      font-size: 1.3em;
      -webkit-transition: transform .3s ease-in-out 0s;
      -o-transition: transform .3s ease-in-out 0s;
      -moz-transition: transform .3s ease-in-out 0s;
      transition: transform .3s ease-in-out 0s;
      .menu-item {
        margin: 0 18px;
      }
      a {
        display: block;
        padding: 20px $spacing-1;
        border-bottom: 1px solid rgba($black-color, .2);
      }
    }
  }*/
  .menu > .menu-item > ul {
    position: relative;
    width: 100%;
    box-shadow: none; }
    .menu > .menu-item > ul li {
      margin: 0 !important;
      font-size: .8em; }
      .menu > .menu-item > ul li > span a {
        padding: 20px 12px 20px 28px !important;
        line-height: inherit !important;
        font-size: 1em;
        border-color: rgba(221, 221, 221, 0.6); }
      .menu > .menu-item > ul li > span i {
        margin: 20px 12px !important; }
        .menu > .menu-item > ul li > span i:after {
          content: '';
          position: absolute;
          border-bottom: 1px solid rgba(221, 221, 221, 0.6);
          bottom: -20px;
          left: -12px;
          right: -12px; }
      .menu > .menu-item > ul li > a {
        padding: 20px 36px !important;
        line-height: inherit !important;
        font-size: 1em;
        border-color: rgba(221, 221, 221, 0.6); }
  .menu > .menu-item.menu-item-has-children > span {
    position: relative;
    display: flex; }
    .menu > .menu-item.menu-item-has-children > span > a {
      display: block;
      position: relative;
      width: 100%;
      padding: 20px 12px; }
    .menu > .menu-item.menu-item-has-children > span > i {
      min-width: 24px;
      height: 24px;
      margin: 20px 12px;
      position: relative;
      cursor: pointer; }
      .menu > .menu-item.menu-item-has-children > span > i:before {
        content: '';
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        position: absolute;
        left: 9px;
        top: 6px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      .menu > .menu-item.menu-item-has-children > span > i:after {
        content: '';
        position: absolute;
        border-bottom: 1px solid rgba(17, 17, 17, 0.2);
        bottom: -20px;
        left: -12px;
        right: -12px; }
      .menu > .menu-item.menu-item-has-children > span > i.active:before {
        border-color: #0c4da2; }
  .menu > .menu-item .sub-menu {
    background-color: #f3f5f6; }
    .menu > .menu-item .sub-menu .sub-menu {
      padding-left: 0; }
      .menu > .menu-item .sub-menu .sub-menu li {
        font-size: 1em; }
        .menu > .menu-item .sub-menu .sub-menu li a {
          padding: 20px 12px 20px 48px !important;
          line-height: inherit !important; }
      .menu > .menu-item .sub-menu .sub-menu .sub-menu li a {
        padding-left: 68px !important; }

  .nav-toggle {
    display: block; }

  .home:before {
    height: 120px; }

  .entry-title, .page-title {
    font-size: 1.8em; }

  .section-download-app {
    padding: 24px 0; }
    .section-download-app h2 {
      font-size: 1.6em;
      margin-top: 24px; }

  .swiper + .container {
    margin-bottom: 24px; } }
@media (max-width: 848px) {
  .single .site-main > article > .entry-content, .single .site-main > article > .entry-footer {
    max-width: 800px;
    margin-left: 24px;
    margin-right: 24px; } }
@media (max-width: 782px) {
  .fixed-header.admin-bar .header .headscroll {
    top: 46px; }
  .fixed-header.admin-bar .sticky {
    top: 153px; } }
@media (max-width: 767px) {
  [class*=section-]:not(.section-partner, .section-news) {
    margin-top: 24px; }

  .section-category {
    margin-top: 24px; }
    .section-category + .section-category {
      margin-top: 0; }

  .media-row .media .pull-left {
    width: 100% !important; }

  .footer {
    padding: 36px 0; }
    .footer .menu .menu-item a {
      font-size: 1.2em; }

  .media-row .media {
    display: block; }
    .media-row .media .pull-left {
      margin-bottom: 12px;
      margin-right: 0; }
    .media-row .media .media-body h3 {
      font-size: 1.1em; }

  .swiper .swiper-slide {
    padding-top: 38.4%; }
    .swiper .swiper-slide img, .swiper .swiper-slide iframe {
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      height: 100% !important;
      width: 100%; }
    .swiper .swiper-slide iframe {
      transform: scale(1.5); }

  .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px;
    margin: 0 4px !important; }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px !important; }

  .sticky {
    position: static; }

  body:not(.home) .site-content {
    padding-top: 24px;
    padding-bottom: 36px; }

  .menu .menu-item {
    font-size: .8em; }

  .entry-title, .page-title {
    font-size: 1.6em; }

  .entry-header-center {
    margin-bottom: 24px; }

  .tab-select {
    display: block;
    text-overflow: ellipsis; }

  .widget_block:not(.widget_search) {
    display: none; }

  .swiper-partner .thumbnail-partner {
    height: 60px; } }
@media (max-width: 600px) {
  .fixed-header.admin-bar .header .headscroll {
    top: 0; }

  .powered-by {
    width: 180px;
    top: -72px; }

  .btn-register {
    padding-left: 12px;
    padding-right: 12px;
    font-size: .85rem; } }
@media (max-width: 575px) {
  .section-download-app {
    padding: 0;
    background: none; }

  .swiper-button [class*=swiper-button-] {
    width: 24px;
    height: 24px;
    margin-top: -12px !important; }
    .swiper-button [class*=swiper-button-]:after {
      font-size: 10px; }

  .footer .col-sm-5, .footer .col-sm-3 {
    display: none; }

  .section-download-app img {
    width: 60%;
    margin: 0 auto;
    display: block; }
  .section-download-app .download-app > div + div {
    margin-left: 16px; }

  .section-news {
    padding: 24px 12px; }
    .section-news .thumbnail .caption {
      padding: 12px; }

  .thumbnail .caption h3 {
    font-size: .85em; }

  [class*=section-] h2 {
    font-size: 1.3em;
    margin-bottom: 16px; }

  .page .entry-header, .singular .entry-header {
    margin-bottom: 16px; }
    .page .entry-header .entry-title, .singular .entry-header .entry-title {
      font-size: 1.6em; }
    .page .entry-header .post-thumbnail img, .singular .entry-header .post-thumbnail img {
      margin-top: 24px !important; }
  .page .entry-content, .singular .entry-content {
    margin-top: 16px; } }
@media (max-width: 480px) {
  .powered-by {
    margin-top: 20%; }

  .swiper + .container {
    margin-top: 24px; } }
@media (max-width: 400px) {
  .header .logo {
    max-width: 100px; }

  .section-download-app img {
    width: 50%; } }
@media (max-width: 360px) {
  .fixed-header .header {
    height: 72px; }

  .thumbnail .caption h3 {
    font-size: .8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

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