html,
body {
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.4;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body {
  background-image: url('../img/new/bg.jfif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.dp-pc {
  display: block;
}

.dp-mb {
  display: none;
}

.copyright {
  margin: 10px 0;
  color: #1f1f1f;
}

.section-top {
  padding-top: calc(0rem + 0.2rem);
}

.section {
  padding-bottom: 40px;
}

.margin-top {
  margin-top: 40px !important;
}

.title-top {
  width: 100%;
  margin: auto;
  text-align: center;
}

.title-top img {
  width: 70%;
}

.title-top h3 {
  font-family: Roboto;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  background: linear-gradient(0deg,
      rgba(54, 166, 56, 1) 0%,
      rgba(70, 208, 72, 1) 50%,
      rgba(78, 232, 81, 1) 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-top .css-3d-text {
  font-size: 54px;
  color: #ffc107;
  font-family: Arial Black, Gadget, sans-serif;
  text-shadow: 0px 0px 0 rgb(235, 173, 0), 0px 1px 0 rgb(224, 162, 0),
    0px 2px 0 rgb(212, 150, 0), 0px 3px 0 rgb(201, 139, 0),
    0px 4px 0 rgb(189, 127, 0), 0px 5px 0 rgb(177, 115, 0),
    0px 6px 5px rgba(0, 0, 0, 0.42), 0px 6px 1px rgba(0, 0, 0, 0.5),
    0px 0px 5px rgba(0, 0, 0, 0.2);
}

.logotext {
  margin: 35px auto 20px;
  width: 80%;
  text-align: center;
}

/*.logotext img {
  width: 100%;
}*/
.logotext span {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(90deg, #00DAFB 0%, #1FAFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.support-content {
  display: flex;
  justify-content: space-around;
  gap: 3%;
  align-items: center;
  text-align: center;
}

.support-content .support-btn-right {
  width: 50%;
}

.support-content .support-btn-left {
  width: 50%;
}

.support-btn-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 15px 0px 0px 0px;
}

.support-btn-right .support-box {
  display: flex;
  border-radius: 10px;
  /*border: 3px solid #0ed9fa;*/
  flex-direction: column;
  align-items: center;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 5.7px 5.7px 0px #00000040;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(0, 174, 255, 0.2));
}

.support-btn-right .support-box:hover {
  /*background-image: url(../img/new88/box-cskh.png);*/
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}

.support-btn-right .support-box .thumbnail {
  width: 81%;
  height: auto;
}

.support-btn-right .support-box .thumbnail img {
  margin-top: 15px;
  width: 80%;
  height: auto;
}

.support-btn-right .support-box .title-top {
  text-align: center;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  padding-top: 5px;
  width: 100%;
  color: #26a8df;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.support-btn-right .support-box .title-bottom {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  padding-top: 0px;
}

.support-btn-right .support-box:hover .title-top,
.support-btn-right .support-box .title-bottom {
  color: #1974e6;
}

.support-btn-left .sub-title {
  font-weight: 700;
  color: #1974e6;
  font-size: 23.5px;
  /*padding-bottom: 15px;*/
  text-align: center;
  border: 2px solid #FFFFFF
}

.support-btn-left .list-btn-box {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 35px;
  padding: 20px 20px 30px 20px;
  border-radius: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(0, 153, 255, 0.6));
  box-shadow: 0px 5px 15px rgba(0, 153, 255, 0.6),
    0px 10px 20px rgba(0, 153, 255, 0.4),
    inset 0px -5px 10px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.support-btn-left .list-btn-box .link-support {
  max-width: 100px;
  width: 100%;
  max-height: 150px;
  height: 100%;
  display: flex;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  padding-bottom: 40px;
  cursor: pointer;
}

.support-btn-left .list-btn-box .link-support .sub-title {
  position: absolute;
  top: 110px;
  z-index: 1;
  left: auto;
  height: auto;
  background: linear-gradient(90deg, #1F88FF 0%, #00F3FB 100%);
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding: 5px;
}

/* Gray Scale */
.support-btn-left .list-btn-box .link-support img,
.support-btn-left .list-btn-box .link-support .sub-title {
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  width: 150px;
}

.into-game {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;

  background: linear-gradient(90deg, #00DAFB 0%, #1FAFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  /* Ensures proper gradient application */
}

/* Link Redirect */

.title-link-redirect {
  font-size: 35px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.title-link-redirect::before {
  content: "";
  background-image: url(../img/new88/line-left.html);
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 25px;
  left: 0px;
  z-index: 9;
  width: 23%;
  height: 10px;
}

.title-link-redirect::after {
  content: "";
  background-image: url(../img/new88/line-right.html);
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 9;
  width: 23%;
  height: 10px;
}

.list-link-accept {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  column-gap: 100px;
  padding-bottom: 20px;
}

.list-link-accept a {
  width: 100%;
  background-color: #fff;
  color: #252b38;
  margin-top: 10px;
  text-align: center;
  border-radius: 20px;
  padding: 8px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: auto;
  border: 1px solid #ffad01;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.list-link-accept a:hover {
  color: #fff;
}

.highlight {
  color: #26a8df;
  font-size: 24px;
  font-weight: 700;
}

.btn-redirect {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-around;
  gap: 5px;
  padding: 8px;
  position: absolute;
  top: 0px;
  right: 2px;
  width: auto;
}

.btn-redirect a {
  margin: 0px 4px;
  background: #202020;
  border: 1px solid #000;
  border-radius: 14px;
  padding: 1px;
  width: 100px;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 1s;
  padding: 1px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.logo-company {
  width: 100%;
  max-height: 120px;
  height: 220px;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  background-image: url(./../img/k36/bg-header.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 0px solid red;
  border-radius: 10px; /* หรือมากกว่านี้ถ้าอยากได้ขอบมน */
  box-shadow: 0px 5px 15px rgba(0, 153, 255, 0.6), 0px 10px 20px rgba(0, 153, 255, 0.4), inset 0px -5px 10px rgba(255, 255, 255, 0.4);
}

.logo-company img {
  height: 100%;
}

.title-text {
  background-color: white;
  padding: 10px 20px;
  border-radius: 15px;
  border: 3px solid #9ccaa1;
  animation: 4s infinite glow;
  font-weight: 700;
  font-size: 16px;
  color: #332e2a;
}

@keyframes glow {
  0% {
    border-color: #1f6e8c;
  }

  25% {
    border-color: #1c82ad;
  }

  75% {
    border-color: #2e8a99;
  }

  100% {
    border-color: #1f6e8c;
  }
}

@-webkit-keyframes glow {
  0% {
    border-color: #9ccaa1;
  }

  25% {
    border-color: #3a9643;
  }

  75% {
    border-color: #097c15;
  }

  100% {
    border-color: #9ccaa1;
  }
}

.social-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  padding: 20px 50px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: rgb(16, 122, 190);
  background: linear-gradient(184deg,
      rgba(16, 122, 190, 0.3) 0%,
      rgba(84, 159, 207, 0.5) 49%,
      rgba(5, 117, 189, 0.3) 100%);
}

.link-support {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.link-support:hover {
  transform: scale(1.1);
}

.support-area {
  margin: 30px auto;
  width: 95%;
  order: 4;
}

.support-item {
  padding: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.support-item:hover {
  transform: scale(1.1);
}

.support-item img:hover {
  box-shadow: 0px 5px 10px 0px rgba(71, 43, 43, 0.75);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(71, 43, 43, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(71, 43, 43, 0.75);
}

.des-speed {
  cursor: pointer;
  color: #fff;
  border: 3px solid #ffffff;
  background: linear-gradient(309.45deg, #0ed9fa 18.51%, #36acff 84.1%);
  width: 100%;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 10px 0px;
  transition: 0.5s;
}

.des-speed:hover {
  background-color: #1974e6;
  color: #000;
}

.btn-redirect-ct {
  gap: 50px;
}

footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0px;
  padding-top: 0px;
  object-fit: cover;
}

.footer-left {
  color: #1974e6;
  text-align: center;
}

.footer-right h3 {
  color: #1974e6;
  padding: 40px 0;
  font-weight: 700;
  height: 120px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.footer-left img {
  max-height: 100px;
  max-width: 100%;
  margin-bottom: 20px;
}

.footer-right a {
  color: #1974e6;
  line-height: 2;
}

.footer-right a:hover {
  text-decoration: underline;
  transition: ease-in 1s;
}

.footer_session {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 50px;
}

.myFooter {
  margin-top: 50px;
}

.myFooter:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  border-top: 1px solid #bdbdbd;
  width: 90%;
  transform: translateX(-50%);
}

.see-more,
.see-scope {
  display: inline-block;
  cursor: pointer;
  font-style: italic;
}

.redirect-area {
  margin-top: 4.5vh;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  header {
    height: 125px;
  }

  .support-content {
    gap: 2%;
  }

  .logo-company {
    width: calc(100% - 1rem) !important;
  }

  .support-btn-right .support-box .title-top {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .support-btn-left .list-btn-box .link-support img {
    max-width: 80px;
  }

  .wp-header .thumbnail {
    max-width: 170px;
    width: 100%;
    height: auto;
    padding: 12px 0px;
  }

  .support-btn-left .sub-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    margin-top: 30px;
  }

  .support-btn-left .list-btn-box .link-support {
    max-width: 80px;
    width: 100%;
    max-height: 120px;
  }

  .support-btn-left .list-btn-box .link-support .sub-title {
    top: 65px;
  }

  .title-top h3 {
    font-size: 50px;
  }

  .support-btn-left .sub-title,
  .highlight {
    font-size: 17px;
  }

  .sub-title.title-ft {
    margin-top: 0px;
  }

  .support-btn-right .support-box {
    padding: 6px 5px;
  }

  .support-btn-right .support-box .thumbnail {
    width: 50px;
  }

  .support-btn-left .list-btn-box {
    padding: 18px 25px 30px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .list-link-accept {
    column-gap: 60px;
  }

  .support-btn-left .list-btn-box {
    padding: 15px;
    gap: 30px;
    row-gap: 20px;
  }

  .title-top h3 {
    font-size: 40px;
  }

  .support-btn-right .support-box .title-top {
    font-size: 18px;
  }

  .support-btn-left .sub-title {
    font-size: 25px;
  }

  .support-btn-left .list-btn-box .link-support img {
    width: 80px;
  }

  .support-btn-right {
    gap: 10px;
  }

  .support-btn-right .support-box .title-bottom {
    font-size: 19px;
  }

  .support-btn-left .sub-title,
  .highlight {
    font-size: 15px;
  }

  .logo-company {
    width: 100%;
    max-height: 85px;
  }

  .logotext {
    width: 70%;
  }

  .support-btn-left .list-btn-box {
    gap: 10px;
  }
}

@media screen and (max-width: 1000px) {

  .support-btn-right .support-box .title-top,
  .support-btn-left .list-btn-box .link-support .sub-title {
    font-size: 11px;
  }

  .support-btn-left .list-btn-box .link-support img {
    width: 60px;
  }

  .support-btn-left .list-btn-box .link-support .sub-title {
    width: 80px;
    top: 34px;
    padding: 5px 4px;
  }

  .support-btn-right .support-box .thumbnail {
    width: 74px;
  }

  .btn-redirect-ct {
    gap: 10px;
  }

  .des-speed {
    font-size: 16px;
  }
}


.pd-0 {
  padding: 0px;
}

@media screen and (max-width: 768px) {
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  body {
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    box-sizing: border-box;
    position: relative;
    /* min-height: unset; */
  }

  .container {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .dp-pc {
    display: none;
  }

  .dp-mb {
    display: block;
  }

  .site-wp {
    display: block;
    height: auto;
    top: 0;
    left: 0;
    min-height: 100vh;
    object-fit: fill;
    /* overflow: hidden !important; */
    padding-bottom: 0px !important;

  }

  .logo-company {
    background-image: url(./../img/k36/bg-header-sp.png);
    height: 8vh;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
  }

  .logo-company img {
    max-height: 100%;
  }

  .logotext {
    margin: 2vh auto 0.5vh;
    width: 100%;
    text-align: center;
  }

  .logotext span {
    font-size: 32px;
  }

  .into-game {
    font-size: 32px;
  }

  .support-btn-right {
    padding: 2vh 0px 0px 0px;
  }

  .title-top img {
    width: 100%;
  }

  .support-area {
    order: 2;
  }

  .dp-pc {
    display: none;
  }

  .dp-sp {
    display: block;
  }

  header {
    background-image: unset;
    height: 80px;
    background-color: #1e222c;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
  }

  main {
    margin-top: 80px;
  }

  .support-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers items horizontally */
    justify-content: center;
    /* Centers items vertically */
    text-align: center;
    /* Ensures text is centered */
  }

  .support-content .support-btn-right {
    width: 100%;
    margin-bottom: 15px;
  }

  .support-content .support-btn-left {
    width: 100%;
  }

  .support-btn-left .list-btn-box {
    padding: 20px;
    display: grid;
    gap: 4px;
  }

  .support-btn-left .sub-title,
  .highlight {
    font-size: 3.7vw;
    padding-bottom: 1.5vh;
  }

  .support-btn-right {
    gap: 15px;
  }

  .title-link-redirect::before {
    width: 10%;
  }

  .title-link-redirect::after {
    width: 10%;
  }

  .title-link-redirect {
    font-size: 4.5vw;
  }

  .support-btn-right .support-box .title-top,
  .support-btn-right .support-box .title-bottom {
    font-size: 2.6vw;
    padding: 3px 0px 0px;
  }

  .support-btn-right .support-box .title-top {
    margin-bottom: 0px;
    height: 25px;
  }

  .wp-header .thumbnail {
    max-width: 100px;
    padding: 13px 0px;
  }

  .support-btn-right .support-box .thumbnail {
    width: 5vh;
  }

  .list-link-accept {
    gap: 10px;
    column-gap: 10px;
    padding-bottom: 20px;
  }

  .title-top {
    width: 95%;
    margin: auto;
  }

  .support-btn-right .support-box .thumbnail img {
    margin-top: 7px;
  }

  .support-btn-right .support-box {
    padding: 3px;
  }

  .branchokvip1 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 20px;
  }

  .branchokvip1 .branchinfo {
    width: max-content;
  }

  .branchokvip1 .icon-dt {
    max-width: 45px;
    max-height: 96px;
    width: 100%;
    height: auto;
  }

  .branchokvip1 .icon-group {
    max-width: 120px;
    max-height: 80px;
    width: 60%;
    height: auto;
  }

  .title-top h3 {
    font-size: 23px;
  }

  .support-btn-left .list-btn-box .link-support img {
    width: 7vh;
  }

  .support-btn-left .list-btn-box .link-support .sub-title {
    top: 0px;
    margin-top: 8vh;
    padding: 6px 9px;
    font-size: 14px;
    font-size: 8px;
    width: 90px;
  }

  .sub-title.title-ft {
    margin-top: 2.2vh;
  }

  .des-speed {
    font-size: 13px;
  }

  .footer_session {
    column-gap: 0;
  }

  .redirect-area {
    margin-top: 2.5vh;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-redirect-ct {
    gap: 5px;
  }

  .support-btn-left .list-btn-box .link-support {
    max-height: 16vh;
    padding-bottom: 4vh;
  }

  .support-btn-left .list-btn-box {
    padding: 2vh 12px 1vh;
  }
}

@media screen and (max-width: 576px) {
  .myFooter {
    flex-direction: column;
  }

  .footer-left {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-right {
    max-width: 100%;
  }

  .support-btn-right .support-box .thumbnail img {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .footer-right h3 {
    padding: 8px 0;
    font-size: 18px;
    height: 50px;
  }

  .myFooter:before {
    width: 70%;
  }

  .margin-top {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 425px) {

  .title-link-redirect::before,
  .title-link-redirect::after {
    top: 12px;
    height: 4px;
  }

  .support-btn-left .list-btn-box .link-support {
    max-width: 65px;
  }

  .title-top h3 {
    font-size: 19px;
  }

  .des-speed {
    margin: 0px;
    font-size: 1.5vh;
    line-height: 5vh;
  }

  .support-btn-left .list-btn-box .link-support .sub-title {
    line-height: 1;
  }

  .logo-company img {
    max-height: 50px;
  }
}

@media screen and (max-width: 370px) {

  .support-btn-right .support-box .title-top,
  .support-btn-right .support-box .title-bottom {
    font-size: 2.5vw;
  }
}