@charset "UTF-8";
@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
html,
body {
  font-size: 16px;
  font-family: "PSL Omyim";
  background: #fd1c44;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fd1c44), color-stop(30%, #ac29ad), color-stop(90%, #6448f2), to(#28a6fa));
  background: -o-linear-gradient(top, #fd1c44 20%, #ac29ad 30%, #6448f2 90%, #28a6fa 100%);
  background: linear-gradient(180deg, #fd1c44 20%, #ac29ad 30%, #6448f2 90%, #28a6fa 100%);
  color: #fff;
}

h1 {
  font-size: 3.3rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.2rem;
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 2.2rem;
}

a {
  font-size: 1.6rem;
  color: #000;
}

.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}

@font-face {
  font-family: "PSL Omyim";
  src: url("../fonts/omyim/PSL-Omyim.ttf");
}
@font-face {
  font-family: "PSL Omyim Bold";
  src: url("../fonts/omyim/PSL-OmyimBold.ttf");
}
.slide-game-us {
  padding: 6.5rem 0 0;
  background-image: url("../img/bg-main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 1;
}
.slide-game-us:before {
  position: absolute;
  bottom: 0.9vh;
  left: 0;
  display: block;
  z-index: -1;
  content: "";
  width: 100%;
  height: 70px;
  background-image: url("../img/BGLG.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-image: url("../img/bg-nav.png");
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-nav.active {
  top: 0 !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-nav.active .main-logo {
  width: 150px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.head-mobile-nav {
  background-image: url("../img/bg-nav.png");
  background-size: 100% 100%;
  padding: 10px 15px;
}

.logo-mobile {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 100px;
  display: block;
  margin: 0 auto;
  content: "";
}
.logo-mobile img {
  width: 100%;
  height: auto;
}

.main-menu {
  padding: 20px 0;
}
.main-menu > li {
  display: inline-block;
}
.main-menu > li a {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}
.main-menu > li + li {
  margin-left: 60px;
}

.main-logo {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-logo img {
  width: 100%;
  height: auto;
}

.fixed-r-wrap {
  position: fixed;
  bottom: 20px;
  right: 0;
  text-align: center;
  z-index: 999999999;
}
.fixed-r-wrap .bttn-f-r-wrap {
  margin: 10px 0;
}
.fixed-r-wrap.closee {
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-mobile-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  transition: transform 1s ease, -webkit-transform 1s ease;
  background-image: url(../img/b3.jpg);
  background-size: cover;
}
.menu-mobile-wrap.openn {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.mobile-menu {
  margin: 7rem 0 0;
  padding: 0 15px;
}
.mobile-menu.-sec {
  margin: 0;
}
.mobile-menu > li {
  padding: 3px 0;
  display: inherit;
  border-top: 1px solid gold;
}
.mobile-menu > li a {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

.thumb img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
}

.rela-wrap {
  position: relative;
  z-index: 1;
}

.nav-aba-wrap {
  background-image: url("../img/bg-main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.main-section {
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg-main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.main-section .line-ef {
  position: absolute;
  bottom: -45%;
  left: 0;
  z-index: -3;
}
.main-section .line-ef img {
  width: 100%;
  height: auto;
}

.main-slide {
  -webkit-transform: translateY(20vh);
      -ms-transform: translateY(20vh);
          transform: translateY(20vh);
}

.h-l-wrap {
  position: absolute;
  bottom: 15%;
  left: 2%;
  width: 35%;
  z-index: -3;
}
.h-l-wrap img {
  width: 100%;
  height: auto;
}

.h-r-wrap {
  position: absolute;
  bottom: 15%;
  right: 2%;
  width: 30%;
  z-index: -3;
}
.h-r-wrap img {
  width: 100%;
  height: auto;
}

.fl-l-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23%;
  z-index: -1;
}
.fl-l-wrap img {
  width: 100%;
  height: auto;
}

.fl-r-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23%;
  z-index: -1;
}
.fl-r-wrap img {
  width: 100%;
  height: auto;
}

.g-l-wrap {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 40%;
  z-index: -2;
}
.g-l-wrap img {
  width: 100%;
  height: auto;
}

.g-r-wrap {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 40%;
  z-index: -2;
}
.g-r-wrap img {
  width: 100%;
  height: auto;
}

.flex-gb-wrap {
  margin: 30vh 0 0;
  padding: 0 7rem;
  position: relative;
  z-index: 1;
}

.group-bt-action {
  width: 71%;
}
.group-bt-action .bt-box {
  padding: 5px;
}
.group-bt-action .bt-box {
  width: 63.5%;
}
.group-bt-action .bt-box:nth-child(1) {
  padding-bottom: 0;
}
.group-bt-action .bt-box:nth-child(2) {
  width: 35.5%;
  padding-bottom: 0;
}
.group-bt-action .bt-box:nth-child(3) {
  width: 35.5%;
  padding-top: 10px;
}
.group-bt-action .bt-box:nth-child(4) {
  padding-top: 10px;
}
.group-bt-action.-sec {
  width: 29%;
  padding: 5px;
}

.head-wrap-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.head-wrap-box img {
  width: 50%;
  height: auto;
}
.head-wrap-box h1, .head-wrap-box h2 {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.8;
  text-shadow: 2px 2px 4px #000000;
}

.swiper-slide .thumb img {
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  height: auto !important;
}

.section-pro {
  position: relative;
  z-index: 1;
  margin: 35rem 0 5rem;
}
.section-pro.-sec {
  margin: 13rem 0 0;
}
.section-pro.-third {
  margin: 10rem 0 0;
}
.section-pro.-content {
  margin: 3rem 0 0;
}
.section-pro .line-ef2 {
  position: absolute;
  top: -20%;
  right: 0;
}
.section-pro .line-ef2 img {
  width: 100%;
  height: auto;
}

.pro-wrap {
  position: relative;
  z-index: 1;
  padding: 5rem 5rem;
  padding-top: 7rem;
  border-radius: 60px;
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  -webkit-box-shadow: 0px 0px 30px 30px #fcb860;
          box-shadow: 0px 0px 30px 30px #fcb860;
}
.pro-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -9;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 15px 20px #fff77b;
          box-shadow: 0px 0px 15px 20px #fff77b;
}
.pro-wrap.-sec {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../img/b3.jpg");
}
.pro-wrap.-sec:before {
  display: none;
}
.pro-wrap.-third {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../img/bg1.jpg");
}
.pro-wrap.-third:before {
  display: none;
}
.pro-wrap.-content {
  padding: 3rem;
  border: 10px solid gold;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../img/b3.jpg");
  text-shadow: 2px 2px 4px #000000;
}
.pro-wrap.-content:before {
  display: none;
}
.pro-wrap.-content .bdl {
  display: none;
}
.pro-wrap.-content .bdr {
  display: none;
}
.pro-wrap.-content .bdt {
  display: none;
}
.pro-wrap.-content .bdb {
  display: none;
}

.bdl {
  position: absolute;
  top: 5%;
  left: 0px;
  width: 40px;
  height: 90%;
  display: block;
  content: "";
  z-index: -2;
  background-image: url("../img/bdl1.png");
  background-size: cover;
}

.bdr {
  position: absolute;
  top: 5%;
  right: 0px;
  width: 40px;
  height: 90%;
  display: block;
  content: "";
  z-index: -2;
  background-image: url("../img/bdl2.png");
  background-size: cover;
}

.bdt {
  position: absolute;
  top: -7px;
  left: -2px;
  width: 100%;
  height: 40px;
  display: block;
  content: "";
  z-index: -1;
  background-image: url("../img/bdt1.png");
  background-size: contain;
}

.bdb {
  position: absolute;
  bottom: -7px;
  left: -2px;
  width: 100%;
  height: 40px;
  display: block;
  content: "";
  z-index: -1;
  background-image: url("../img/bdb1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.game-ps-wrap {
  padding-top: 2.5rem;
}
.game-ps-wrap.-main {
  padding-top: 2.5rem;
}

.g-in-box {
  width: 11%;
  padding: 0 3px;
}
.g-in-box.-sec {
  width: 33%;
}
.g-in-box img {
  width: 100%;
  height: auto;
}

.content-web p {
  font-size: 1.4rem;
  line-height: 1.3;
}

.cap-ps-wrap {
  padding: 1rem 0 0;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}
.cap-ps-wrap h1 {
  font-size: 1.8rem;
}
.cap-ps-wrap h2 {
  font-size: 1.8rem;
}

.banner {
  position: absolute;
  top: 10%;
  left: 10%;
  text-align: center;
  font-size: 20vh;
  width: 80vw;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.8);
  color: snow;
  opacity: 1;
  -webkit-animation: fade 5s infinite;
          animation: fade 5s infinite;
}
.banner:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes fade {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fade {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#c {
  position: absolute;
  z-index: -1;
}

.carousel-indicators {
  bottom: -60px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.lSSlideOuter .lSPager.lSpg {
  display: none;
}

.carousel-indicators .active {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 30px #cb05dd;
          box-shadow: 0px 0px 30px 30px #cb05dd;
}

.page-in-wrap {
  padding: 8rem 0 5rem;
  position: relative;
  z-index: 1;
}
.page-in-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  display: block;
  z-index: -1;
  content: "";
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../img/bg-page-in2.png");
}

.header-wrap-page {
  padding: 5rem 0 0;
}

.post-cat {
  margin: 20px 0 0;
}

.header-wrap-page {
  text-shadow: 2px 2px 4px #000000;
}

.cap-post {
  text-shadow: 2px 2px 4px #000000;
}

.content-load {
  text-shadow: 2px 2px 4px #000000;
}
.content-load .fc-gold {
  color: gold;
}
.content-load a {
  color: gold;
}

.title-wrap {
  padding: 3rem 0 1rem;
}

.guide-load {
  padding: 2rem 0;
}
.guide-load h4 {
  padding: 0 0 1rem;
}

.ios-box {
  width: 20%;
  padding: 10px;
}
.ios-box p {
  background: #520031;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #520031), to(#9d0081));
  background: -o-linear-gradient(top, #520031 19%, #9d0081 100%);
  background: linear-gradient(180deg, #520031 19%, #9d0081 100%);
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  text-align: center;
}

.enter-wrap-bg {
  padding: 2rem;
  border-radius: 30px;
  background: #520031;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #520031), to(#9d0081));
  background: -o-linear-gradient(top, #520031 19%, #9d0081 100%);
  background: linear-gradient(180deg, #520031 19%, #9d0081 100%);
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}

.content-load {
  padding: 2rem;
  border-radius: 30px;
  background: #520031;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #520031), to(#9d0081));
  background: -o-linear-gradient(top, #520031 19%, #9d0081 100%);
  background: linear-gradient(180deg, #520031 19%, #9d0081 100%);
}
.content-load p {
  font-size: 1.5rem;
}

.box-faq {
  border-top: 2px solid gold;
  margin: 1rem 0 0;
  padding: 1rem 0 0;
}
.box-faq strong {
  font-size: 1.5rem;
  font-weight: 100;
}
.box-faq p {
  font-size: 1.6rem;
}

.card {
  margin: 0 0 10px;
  background: #520031;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #520031), to(#9d0081));
  background: -o-linear-gradient(top, #520031 19%, #9d0081 100%);
  background: linear-gradient(180deg, #520031 19%, #9d0081 100%);
}

.btn-link {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  background-color: transparent;
}
.btn-link i {
  margin-right: 10px;
}

.btn-link:hover {
  color: gold;
}

.card-body {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}
.card-body img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.moon-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  z-index: -1;
}

.moon-wrap-sec {
  position: absolute;
  top: -12%;
  left: 0%;
  z-index: -1;
}

.moon-wrap-third {
  position: absolute;
  top: -8%;
  right: 0%;
  z-index: -1;
}

.credit-free-wrapper {
  padding: 3rem;
  color: #fff;
  background: rgba(70, 3, 78, 0.7);
  text-shadow: 2px 2px 4px #000000;
}

.credit-free-wrapper .form-free-credit {
  position: relative;
  z-index: 1;
}

.credit-free-wrapper .form-free-credit .close-form {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  content: "กิจกรรมจะเปิดเร็วๆนี้";
  color: red;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.8);
}

.credit-free-wrapper .form-free-credit.remove-close-form .close-form {
  display: none;
}

.credit-free-wrapper .close-bf-form {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
}

.credit-free-wrapper .close-bf-form i {
  color: #000;
}

.credit-free-wrapper .link-to-share {
  padding: 0 0 20px;
}

.credit-free-wrapper .link-to-share .link-copy {
  font-size: 1rem;
  margin-right: 15px;
  width: 60%;
  padding: 6px 15px;
}

.credit-free-wrapper .link-to-share .copy-bttn {
  font-size: 1rem;
  padding: 8px 30px;
  background: #a50000;
  border: none;
  color: #fff;
  cursor: pointer;
}

.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style .frm_primary_label {
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}

.credit-free-wrapper .frm_form_fields_active_style,
.credit-free-wrapper .frm_form_fields_error_style,
.credit-free-wrapper .frm_form_fields_style,
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style .chosen-container-multi .chosen-choices,
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style .chosen-container-single .chosen-single,
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style .frm-card-element.StripeElement,
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style .frm_scroll_box .frm_opt_container,
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style input[type=email],
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style input[type=number],
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style input[type=password],
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style input[type=phone],
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style input[type=search],
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style input[type=tel],
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style input[type=text],
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style input[type=url],
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style select,
.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style textarea {
  color: #000;
  border-radius: 0px;
  font-size: 1rem;
  padding: 8px 10px;
  -webkit-box-shadow: 0px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0px rgba(0, 0, 0, 0.075) inset;
  height: 45px;
  font-family: "Prompt", sans-serif;
}

.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style textarea {
  height: auto;
}

.credit-free-wrapper .frm-star-group .star-rating,
.credit-free-wrapper .frm-star-group input + label {
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.credit-free-wrapper .lucky-user {
  padding: 0;
}

.credit-free-wrapper .lucky-user .user-list {
  border-top: 1px solid #ffbb00;
  padding: 8px 0;
}

ul.frm_pagination > li a {
  color: #ff5800;
}

.credit-free-wrapper .lucky-user .user-list p {
  color: #fff;
}

.credit-free-wrapper .lucky-user .title {
  padding: 0 0 15px;
  font-size: 1.8rem;
}

.with_frm_style .frm_primary_label {
  max-width: 100%;
  font-family: "PSL Omyim";
  color: #fff;
  font-size: 1.6rem;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  font-family: "PSL Omyim";
  color: #fff;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#a100af), to(#53005a));
  background: -o-linear-gradient(bottom, #a100af 0%, #53005a 100%);
  background: linear-gradient(0deg, #a100af 0%, #53005a 100%);
  border: none;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a100af), to(#53005a));
  background: -o-linear-gradient(bottom, #a100af 0%, #53005a 100%);
  background: linear-gradient(0deg, #a100af 0%, #53005a 100%);
  border-color: none;
  color: #fff;
}

.credit-free-wrapper .link-share-title {
  color: #F40A35;
}

.credit-free-wrapper .gg-guide {
  font-size: 1.6rem;
  padding: 0 0 30px;
  color: gold;
}

.credit-free-wrapper .frm_style_formidable-style-2.with_frm_style .frm_submit button {
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
  background: #a50000;
  border-width: 1px;
  border-color: #a50000;
  border-style: solid;
  color: #fff;
  border-radius: 0px;
  text-shadow: none;
  padding: 8px 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.credit-free-wrapper .box-head-result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0 1rem;
  color: #fff;
}

.credit-free-wrapper .list-view-box {
  padding: 1rem 0 0;
  border-top: 3px solid #ffbb00;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.credit-free-wrapper .list-view-box.-cus {
  padding: 1rem 0;
}

.credit-free-wrapper .list-view-box .user-ments {
  width: 40%;
  padding: 3px 0;
}

.credit-free-wrapper .list-view-box .user-ments.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.credit-free-wrapper .list-view-box .user-ments.-flex .frm-star-group {
  margin-left: 5px;
}

.credit-free-wrapper .list-view-box .user-ments.-flex .frm-star-group .star-rating {
  margin-right: 5px;
}

.credit-free-wrapper .list-view-box .user-ments.-flex .star-rating {
  width: 20px;
  height: 20px;
  font-size: 15px;
}

.credit-free-wrapper .list-view-box .user-ments.-flex span {
  margin-right: 5px;
}

.credit-free-wrapper .list-view-box .user-ments.-flex p {
  margin-left: 5px;
  width: auto;
  word-break: break-word;
}

.credit-free-wrapper .list-view-box .user-ments span {
  color: gold;
}

.credit-free-wrapper .list-view-box .update-ments {
  position: absolute;
  top: 16px;
  right: 0;
}

.credit-free-wrapper .list-view-box .star-wrap {
  position: absolute;
  top: 48px;
  right: 0;
}

.credit-free-wrapper .list-view-box .star-wrap .star-rating {
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: right;
}

.credit-free-wrapper .list-view-box .star-wrap .frm-star-group input + label,
.credit-free-wrapper .list-view-box .star-wrap .star-rating {
  margin-left: 10px;
  margin-right: 0;
}

.credit-free-wrapper .list-view-box .status-ckeck {
  width: 100%;
  padding: 1rem 0 0;
}

.credit-free-wrapper .list-view-box .status-ckeck .text-pri {
  padding-left: 50px;
  color: #2356FF;
}

.credit-free-wrapper .list-view-box .status-ckeck .green-txt-wrap {
  color: #00e400;
}

.credit-free-wrapper .list-view-box .status-ckeck .yellow-txt-wrap {
  color: yellow;
}

.credit-free-wrapper .list-view-box .status-ckeck .yellow-txt {
  color: yellow;
}

.credit-free-wrapper .edit-status {
  width: 100%;
  text-align: right;
  padding: 10px 0 1rem;
  color: #5f5f5f;
}

.credit-free-wrapper .edit-status a {
  color: #5f5f5f;
}

.form-credit-load-wrap {
  position: relative;
  z-index: 2;
  margin: 0;
}

#frm_field_64_container {
  margin: 70px 0 20px;
}

.form-set-wrap {
  position: relative;
  z-index: 1;
}

.form-set-wrap.-support #frm_field_65_container {
  display: block !important;
}

.form-set-wrap.-support #frm_field_66_container {
  display: block !important;
}

.form-set-wrap .user-upload {
  padding: 1rem 0 0;
}

.form-set-wrap .user-upload .frm_file_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-set-wrap .user-upload .item {
  margin: 5px;
}

.form-set-wrap .user-upload .item .frame img {
  width: 80px;
  height: 80px;
}

.form-set-wrap .form-credit-load-wrap {
  position: absolute;
  z-index: 2;
  margin: 0rem 0 0;
  font-size: 1rem;
  top: calc(10% + 95px);
  left: 0;
}

.list-credit-free-wrap {
  margin: 0rem 0 0;
}

.list-credit-free-wrap.-support {
  margin: 10rem 0;
}

.frm_style_formidable-style-2.with_frm_style .frm_error {
  color: #B94A48;
  font-family: "Prompt", sans-serif;
  font-size: 0.9rem;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
}

.frm_submit {
  -webkit-transform: translateY(20px) !important;
      -ms-transform: translateY(20px) !important;
          transform: translateY(20px) !important;
}

.with_frm_style .frm_submit {
  clear: both;
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
}

.form-set-wrap.-support .with_frm_style .frm_submit {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.frm_pagination_cont {
  padding: 2rem 0 0;
  text-align: center;
}

.frm_pagination_cont ul.frm_pagination > li {
  display: inline;
  list-style: none;
  margin: 2px;
  background-image: none;
  border: 1px solid #fff;
  padding: 10px;
}

ul.frm_pagination > li a {
  color: #fff;
}

.seed-social .line a {
  font-size: 1.2rem;
  padding: 0 30px;
  font-family: "Prompt", sans-serif;
}

.title-share {
  padding: 0 0 1rem;
  color: #fff;
}

.gg-guide {
  padding: 1rem 0;
  color: red;
}

#upload_file {
  color: #fff;
  font-family: "PSL Omyim";
  font-size: 1.5rem;
}

.lucky-user .title {
  font-size: 1.2rem;
  color: gold;
}

.list-credit-free-wrap.-support {
  margin: 10rem 0 15rem;
  background: rgba(0, 0, 0, 0.9);
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 5px 5px #fff;
          box-shadow: 0px 0px 5px 5px #fff;
}

.credit-free-wrapper .list-view-box.-cus {
  padding: 1rem 0;
  font-size: 1.4rem;
}

.with_frm_style .frm_message p {
  text-shadow: none;
  font-size: 1.5rem;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  text-shadow: none;
  font-size: 1.5rem;
}

.credit-free-wrapper .list-view-box .user-ments {
  font-size: 1.6rem;
}

.credit-free-wrapper .list-view-box .status-ckeck {
  font-size: 1.6rem;
}

.credit-free-wrapper .list-view-box .update-ments {
  font-size: 1.6rem;
}

.wp-block-search .wp-block-search__input {
  font-size: 1.6rem;
}

.main-footer {
  margin: 3rem 0 0;
  padding: 3rem 0;
  background-image: url("../img/bg-foot.jpg");
  text-shadow: 2px 2px 4px #000000;
  background-size: 100% 100%;
}
.main-footer .title {
  font-size: 1.8rem;
}

.footer-item .logo-footer img {
  width: 150px;
  height: auto;
}
.footer-item h2 {
  font-size: 1.8rem;
}
.footer-item p {
  font-size: 1.5rem;
  line-height: 1;
}

.caption-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}

.group-btn-foot img {
  margin: 0 0 10px;
  width: 200px;
  height: auto;
}

.copy-right-foot {
  background: #46034e;
}
.copy-right-foot p {
  font-size: 1.5rem;
  color: #fff;
}

@media only screen and (min-width: 767px) {
  .container {
    max-width: 1250px;
    width: 1250px;
  }
}
@media (max-device-width: 320px) {
  .box-item-all {
    width: 150% !important;
    -webkit-transform: translate(2%, -11px) !important;
        -ms-transform: translate(2%, -11px) !important;
            transform: translate(2%, -11px) !important;
  }

  .game-aba-box-mb-b {
    width: 50% !important;
    padding: 5px !important;
  }
}
@media only screen and (max-width: 991px) {
  .caption-credit-free {
    margin: 2rem 0 0;
  }

  .credit-free-wrapper .lucky-user .title {
    font-size: 1.4rem;
  }

  .credit-free-wrapper {
    padding: 1rem;
  }

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

  .moon-wrap {
    display: none;
  }

  .moon-wrap-sec {
    display: none;
  }

  .moon-wrap-third {
    display: none;
  }

  .credit-free-wrapper .list-view-box .update-ments {
    position: relative;
    top: 0px;
    right: 0;
  }

  .fixed-r-wrap {
    display: none;
  }

  .main-footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0rem 0 7rem;
  }

  p {
    font-size: 1.4rem !important;
  }

  .group-btn-foot img {
    width: 165px;
    height: auto;
  }

  .copy-right-foot p {
    font-size: 0.8rem !important;
  }

  .group-btn-foot {
    text-align: center;
  }

  .group-btn-foot {
    text-align: center;
  }

  .main-footer .title {
    font-size: 1.5rem;
    text-align: center;
  }

  .footer-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 1.5rem;
    text-align: center;
  }

  .logo-footer {
    width: 100%;
    text-align: center;
  }

  .caption-footer {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .caption-footer br {
    display: none;
  }

  .pro-wrap.-content {
    padding: 1rem;
    border: 3px solid gold;
  }

  .pro-wrap {
    border-radius: 0px;
  }

  .g-in-box.-sec {
    width: 100%;
  }

  .head-wrap-box img {
    width: 100%;
    height: auto;
  }

  .pro-wrap {
    padding: 2rem 2rem;
    padding-top: 2rem;
  }

  .bdl {
    top: 0%;
    width: 10px;
    height: 100%;
    background-size: cover;
  }

  .bdb {
    left: 0px;
    width: 100%;
    height: 10px;
    background-size: cover;
  }

  .bdr {
    top: 0%;
    background-position: center;
    width: 10px;
    height: 100%;
  }

  .bdt {
    height: 10px;
    background-size: cover;
  }

  .head-wrap-box h1, .head-wrap-box h2 {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    font-size: 2rem;
  }

  .g-in-box {
    width: 25%;
    padding: 0 3px;
  }

  .section-pro.-third {
    margin: 7rem 0 0;
  }

  .section-pro.-sec {
    margin: 9rem 0 0;
  }

  .swiper-wrap {
    padding: 2rem 0 0;
  }

  .pro-wrap:before {
    border-radius: 0px;
  }

  .main-nav {
    display: none;
  }

  .main-section {
    width: 100%;
    height: auto;
  }

  .section-pro {
    margin: 6rem 0 5rem;
  }

  .flex-gb-wrap {
    padding: 0rem;
  }

  .group-bt-action .bt-box {
    padding: 2px;
  }

  .group-bt-action .bt-box:nth-child(3) {
    padding-top: 4px;
  }

  .group-bt-action .bt-box:nth-child(4) {
    padding-top: 4px;
  }

  .group-bt-action.-sec {
    width: 29%;
    padding: 2px;
  }

  .main-slide {
    padding: 7rem 0 3rem;
    -webkit-transform: translateY(0vh);
        -ms-transform: translateY(0vh);
            transform: translateY(0vh);
  }

  .flex-gb-wrap {
    margin: 0vh 0 0;
    padding: 1rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 691px;
    width: 691px;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .box-item-all {
    width: 100% !important;
    -webkit-transform: translate(2%, -11px) !important;
        -ms-transform: translate(2%, -11px) !important;
            transform: translate(2%, -11px) !important;
  }

  .game-aba-box-mb-b {
    width: 50% !important;
    padding: 5px !important;
  }
}
/*# sourceMappingURL=style.min.css.map */