@import 'bootstrap.min.css';
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;900&display=swap");
@import 'all.min.css';
@import 'animate.css';
html,
body {
  font-size: 16px;
  font-family: "Prompt", sans-serif;
  background-image: url("../img/bg-sexy168.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

p {
  font-size: 1rem;
}

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

h1, h2, h3 {
  font-weight: 700;
}

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

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.main-nav i {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.main-nav.active .bg-social-bar {
  display: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-nav.active .main-logo {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 110px;
  height: auto;
  margin: 0 auto;
  z-index: 1;
  display: block;
}
.main-nav.active .main-logo img {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 110px;
  height: auto;
}
.main-nav.active .main-menu {
  display: none;
}

.social-header {
  padding: 5px 0;
}
.social-header > li {
  display: inline-block;
  font-size: 1.6rem;
}
.social-header > li s a {
  font-size: 1.6rem;
}
.social-header > li + li {
  margin-left: 15px;
}

.action-top-bar {
  padding: 5px 0;
}
.action-top-bar > li {
  display: inline-block;
  font-size: 1.6rem;
}
.action-top-bar > li a {
  font-size: 1.6rem;
}
.action-top-bar > li + li {
  margin-left: 15px;
}

.line-green {
  width: 100%;
  height: 5px;
  background: #00640d;
}

.main-logo {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  width: 150px;
  height: auto;
  margin: 0 auto;
  z-index: 1;
  display: block;
}
.main-logo img {
  width: 150px;
  height: auto;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrap-tab-logo {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 10px 0;
  background-image: url("../img/bg-main-logo.jpg");
}

.site-title p {
  font-size: 2.5rem;
  margin: 0;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2rem;
  text-shadow: 4px 4px 10px #000000;
}

.bttn-pri-group {
  padding: 1rem 0 !important;
}
.bttn-pri-group .bttn-main {
  width: 150px;
  text-align: center;
}
.bttn-pri-group .bttn-main a {
  color: #fff;
  font-weight: 600;
  text-shadow: 4px 4px 8px #000;
}
.bttn-pri-group .bttn-main img {
  width: 180px;
  height: auto;
}
.bttn-pri-group .bttn-main:nth-child(2) {
  margin-left: 15px;
}

.bg-social-bar {
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #035300;
  background: -webkit-gradient(linear, left top, left bottom, from(#035300), color-stop(51%, #067500), to(#165500));
  background: -o-linear-gradient(top, #035300 0%, #067500 51%, #165500 100%);
  background: linear-gradient(180deg, #035300 0%, #067500 51%, #165500 100%);
}
.bg-social-bar a {
  color: #fff;
}

.line-mobile img {
  width: 60px;
  height: auto;
}

.hamberger-wrap {
  /* Reset styles */
  /* Main CSS */
  /* Open animation */
  /* Close animation */
}
.hamberger-wrap button {
  all: unset;
}
.hamberger-wrap .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 25px;
  cursor: pointer;
  padding: 10px 0;
}
.hamberger-wrap .menu::before,
.hamberger-wrap .menu::after {
  content: "";
  position: relative;
  top: 0;
  width: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.hamberger-wrap .menu::before,
.hamberger-wrap .menu::after,
.hamberger-wrap .menu span {
  display: block;
  height: 5px;
  background-color: #fff;
  border-radius: 12px;
}
.hamberger-wrap .menu span {
  width: 100%;
  margin: 5px 0;
  opacity: 1;
}
.hamberger-wrap .menu::after {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.hamberger-wrap .menu.open::before {
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamberger-wrap .menu.open::after {
  top: -10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamberger-wrap .menu.open::before,
.hamberger-wrap .menu.open::after {
  width: 100%;
  -webkit-transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  -o-transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
  transition: width 0.2s ease-out, top 0.2s ease-in 0.2s, transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.9s;
}
.hamberger-wrap .menu.open span {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear 0.9s;
  -o-transition: opacity 0.1s linear 0.9s;
  transition: opacity 0.1s linear 0.9s;
}
.hamberger-wrap .menu.close::before,
.hamberger-wrap .menu.close::after {
  -webkit-transition: top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95), top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s;
  transition: transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95), top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s;
  transition: transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95), top 0.2s ease-out 0.2s, width 0.2s cubic-bezier(0, 0.3, 0.81, 1.24) 0.9s, -webkit-transform 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.hamberger-wrap .menu.close span {
  -webkit-transition: opacity 0.05s linear 0.2s;
  -o-transition: opacity 0.05s linear 0.2s;
  transition: opacity 0.05s linear 0.2s;
}

.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.menu-mobile-blog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.534);
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  transition: transform 1s ease, -webkit-transform 1s ease;
  opacity: 0;
}
.menu-mobile-blog .mobile-menu-item {
  width: 70%;
  height: 100vh;
  background: black;
}
.menu-mobile-blog.open {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.mobile-menu {
  padding: 120px 15px 0 15px;
}
.mobile-menu > li {
  padding: 5px 0;
  display: inherit;
}
.mobile-menu > li a {
  color: #fff;
}
.mobile-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.308);
}

.footer-fixed-bttn {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-position: center !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 3px solid #ececec;
}
.footer-fixed-bttn .item {
  width: 17%;
}
.footer-fixed-bttn .item:nth-child(3) {
  width: 31%;
  z-index: 9;
  position: absolute;
  top: -19vw;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.footer-fixed-bttn .item:nth-child(4) {
  -webkit-transform: translateX(180%);
      -ms-transform: translateX(180%);
          transform: translateX(180%);
}
.footer-fixed-bttn .item:nth-child(4):before {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
  display: block;
  content: "";
  background: url("../img/light-pink.png");
}
.footer-fixed-bttn .item:first-child {
  position: relative;
  z-index: 1;
}
.footer-fixed-bttn .item:first-child:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
  display: block;
  content: "";
  background: url("../img/light-pink.png");
}
.footer-fixed-bttn .item:first-child:after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 400px;
  height: 110%;
  z-index: -1;
  display: block;
  content: "";
  background: transparent;
  border-bottom-left-radius: 15px;
  border: 3px solid #ececec;
  border-top: none;
  border-right: none;
}
.footer-fixed-bttn .item:nth-child(5) {
  -webkit-transform: translateX(180%);
      -ms-transform: translateX(180%);
          transform: translateX(180%);
}
.footer-fixed-bttn .item:nth-child(5):after {
  position: absolute;
  top: -2px;
  right: -9%;
  width: 100%;
  height: 110%;
  z-index: -1;
  display: block;
  content: "";
  background: transparent;
  border-bottom-right-radius: 15px;
  border: 3px solid #ececec;
  border-top: none;
  border-left: none;
}

.footer-fixed-bttn .item .thumb {
  padding: 3px 5px;
}
.footer-fixed-bttn .item:nth-child(2) .thumb {
  padding-left: 2px;
  padding-right: 0;
}

.fixed-wrap-contact {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 999999;
}
.fixed-wrap-contact .thumb {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  z-index: -1;
}
.fixed-wrap-contact .thumb img {
  width: 380px;
  height: auto;
}
.fixed-wrap-contact a img {
  margin: 0 0 -6px;
  width: 200px;
  height: auto;
}
.fixed-wrap-contact .bttn-fixed-contact {
  position: relative;
  z-index: 1;
}
.fixed-wrap-contact .closee-fixed-wrap {
  position: absolute;
  top: 0px;
  right: 55px;
  cursor: pointer;
}
.fixed-wrap-contact .closee-fixed-wrap i {
  color: red;
  font-size: 2rem;
}
.fixed-wrap-contact.closee {
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.close-web-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  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;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.menu-item-201 a {
  position: relative;
  z-index: 1;
}
.menu-item-201 a:before {
  position: absolute;
  top: -18px;
  right: -30px;
  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;
  content: "HOT";
  width: 40px;
  height: 20px;
  z-index: -1;
  background: red;
  font-size: 1.1rem;
  border-radius: 5px;
  -webkit-animation: OPA-ANIMATION 0.3s infinite;
          animation: OPA-ANIMATION 0.3s infinite;
}

.menu-item-244 {
  background-image: url("../img/btn-login-bg-2.png");
}
.menu-item-244 a {
  text-shadow: 2px 2px 4px #000000;
}

.menu-item-111 {
  background-image: url("../img/btn-register-bg-2.png");
}
.menu-item-111 a {
  text-shadow: 2px 2px 4px #000000;
}

.main-nav-av {
  margin: 2rem 0 0;
}

.main-menu-av {
  text-align: center;
  width: 1344px;
  margin: 0 auto;
  background-image: url("../img/bgbgnavnav.png");
}
.main-menu-av > li {
  padding: 32px 12px;
  display: inline-block;
}
.main-menu-av > li a {
  font-weight: 600;
  color: #fff;
}
.main-menu-av li:nth-child(4) {
  margin-right: 110px;
}
.main-menu-av li:nth-child(5) {
  margin-left: 110px;
}

.logo-av {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 130px;
  display: block;
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
}
.logo-av img {
  width: 100%;
  height: auto;
}

.heading-l {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 350px;
  display: block;
  -webkit-transform: translate(-330px, 100%);
      -ms-transform: translate(-330px, 100%);
          transform: translate(-330px, 100%);
}
.heading-l img {
  width: 100%;
  height: auto;
}

.heading-r {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 350px;
  display: block;
  -webkit-transform: translate(330px, 100%);
      -ms-transform: translate(330px, 100%);
          transform: translate(330px, 100%);
}
.heading-r img {
  width: 100%;
  height: auto;
}

.bg-head-top img {
  width: 100%;
  height: auto;
}

.main-menu-av > li {
  position: relative;
  z-index: 1;
}

.head-mobile-av {
  display: none;
  position: fixed;
  top: -6px;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.tab-bg-head img {
  max-width: 100%;
  height: auto;
}
.tab-bg-head .head-av-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0px 75px;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
}

.group-bttn-heading {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.group-bttn-heading .box-group {
  width: 50%;
}
.group-bttn-heading .box-group img {
  width: 100%;
  height: auto;
}
.group-bttn-heading .box-group:first-child {
  padding-left: 30px;
  padding-right: 30px;
}
.group-bttn-heading .box-group:nth-child(2) {
  padding-right: 30px;
  padding-left: 30px;
}

.logo-head-mobile {
  position: absolute;
  top: 8px;
  right: -11px;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 90px;
  z-index: 9;
}
.logo-head-mobile img {
  width: 100%;
  height: auto;
}

.pink-foot {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.item-mobile {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

.thumb img {
  width: 100%;
  height: auto;
}
.thumb.-bggreen {
  padding: 0 12rem;
}

a {
  text-decoration: none !important;
}

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

.main-section {
  margin: 8rem 0 5rem;
}
.main-section.-page {
  margin: 6rem 0 5rem;
}
.main-section.-pagesec {
  margin: 7rem 0 5rem;
}

.bg-in-section {
  padding: 7px;
  background: #a3a3a3;
  border-radius: 20px;
}

.bg-in-section-sec {
  padding: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 20px;
  background: #402d88;
  background: -webkit-gradient(linear, left top, left bottom, from(#402d88), color-stop(50%, #8c00ff), to(#402d88));
  background: -o-linear-gradient(top, #402d88 0%, #8c00ff 50%, #402d88 100%);
  background: linear-gradient(180deg, #402d88 0%, #8c00ff 50%, #402d88 100%);
}
.bg-in-section-sec.-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#7904c3), to(#3b0491));
  background: -o-linear-gradient(top, #7904c3 0%, #3b0491 100%);
  background: linear-gradient(180deg, #7904c3 0%, #3b0491 100%);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 15rem;
}
.bg-in-section-sec .thumb {
  margin: 0 0 0.5rem;
}

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

.bb-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: 9;
  display: block;
  content: "";
  background: transparent;
}

.bb-link-load {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 9;
  display: block;
  content: "";
  background: transparent;
}

.header-page-wrap {
  color: #fff;
}
.header-page-wrap .title {
  padding: 0 0 2rem;
}

.header-page-wrap img {
  max-width: 50%;
  height: auto;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 0 0 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#000000));
  background: -o-linear-gradient(top, #353535 0%, #000000 100%);
  background: linear-gradient(180deg, #353535 0%, #000000 100%);
  border: 1px solid #fff;
}
.card .btn {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}

.card-body {
  font-size: 1rem;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}
.card-body ul {
  padding: 1rem 2rem;
}
.card-body a {
  color: gold;
  text-shadow: none;
}

.btn-link:focus {
  text-decoration: none;
}

.caption-entergame strong {
  color: gold !important;
}

.detail-post-wrap {
  color: #fff;
}

.thumb-single {
  text-align: center;
}
.thumb-single img {
  max-width: 100%;
  height: auto;
}

.regis-item {
  width: 25%;
  padding: 0 0 1rem;
}

.icon-regis img {
  width: 60px;
  height: auto;
}

.caption-regis h4 {
  color: gold;
  font-size: 1.4rem;
}
.caption-regis p {
  color: #cecece;
}

.flex-thumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-thumb .thumb {
  width: 50%;
  padding: 0 5px;
}
.flex-thumb .thumb:first-child {
  width: 100%;
}
.flex-thumb .thumb:nth-child(4) {
  width: 100%;
}
.flex-thumb .thumb:nth-child(5) {
  width: 100%;
}
.flex-thumb .thumb:nth-child(7) {
  width: 100%;
}

.flex-thumb-mb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-thumb-mb .thumb {
  width: 100%;
}

.form-login-mobile .form-control {
  display: block;
  width: 100%;
  padding: 0.3rem 0.75rem;
  padding-left: 70px;
  font-size: 1rem;
  line-height: 2.2;
  color: #fff;
  background-color: #000;
  background-clip: padding-box;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-login-mobile .form-group {
  position: relative;
  z-index: 1;
}
.form-login-mobile .form-group .icon-login {
  position: absolute;
  width: 60px;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 11;
  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;
  background: #bababa;
  background: -webkit-gradient(linear, left top, right top, from(#bababa), color-stop(18%, #cdcdcd), color-stop(50%, white), color-stop(82%, #cdcdcd), to(#bababa));
  background: -o-linear-gradient(left, #bababa 0%, #cdcdcd 18%, white 50%, #cdcdcd 82%, #bababa 100%);
  background: linear-gradient(90deg, #bababa 0%, #cdcdcd 18%, white 50%, #cdcdcd 82%, #bababa 100%);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form-login-mobile .form-group .icon-login i {
  font-size: 1.2rem;
  color: #000;
}
.form-login-mobile .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-login-mobile ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
.form-login-mobile ::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}
.form-login-mobile :-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
.form-login-mobile ::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
.form-login-mobile ::placeholder {
  color: #fff;
  opacity: 0.8;
}

.group-bttn-login {
  padding: 0 0 1.5rem;
  text-align: center;
}
.group-bttn-login .btn-primary {
  width: 47%;
  color: #000;
  background-color: #007bff;
  border-color: #007bff;
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 0;
  border-radius: 0;
  background: #bababa;
  background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(18%, #cdcdcd), color-stop(50%, white), color-stop(82%, #cdcdcd), to(#bababa));
  background: -o-linear-gradient(top, #bababa 0%, #cdcdcd 18%, white 50%, #cdcdcd 82%, #bababa 100%);
  background: linear-gradient(180deg, #bababa 0%, #cdcdcd 18%, white 50%, #cdcdcd 82%, #bababa 100%);
  border: 2px solid #fff;
  border-radius: 20px;
}
.group-bttn-login .regis-form-item {
  width: 47%;
  padding: 5px 0;
  padding-left: 7px;
  margin-left: 15px;
  background: #bababa;
  background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(18%, #cdcdcd), color-stop(50%, white), color-stop(82%, #cdcdcd), to(#bababa));
  background: -o-linear-gradient(top, #bababa 0%, #cdcdcd 18%, white 50%, #cdcdcd 82%, #bababa 100%);
  background: linear-gradient(180deg, #bababa 0%, #cdcdcd 18%, white 50%, #cdcdcd 82%, #bababa 100%);
  border: 2px solid #fff;
  border-radius: 20px;
}
.group-bttn-login .regis-form-item a {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
}

.login label {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3px;
  font-family: "Prompt", sans-serif;
}

.game-flex-item {
  width: 20%;
}
.game-flex-item .thumb {
  padding: 5px;
  margin: 0;
}
.game-flex-item.-w-33 {
  width: 33.33%;
}
.game-flex-item.-w-45 {
  width: 40%;
}
.game-flex-item.-w-55 {
  width: 60%;
}

.flex-in-item-wrap {
  width: 33.33%;
}

.about-us-slot {
  padding: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  margin: 10px 0;
}

.seed-social .line a {
  font-size: 1.6rem;
  font-family: "Prompt", sans-serif;
}

.caption-credit-free h2 {
  color: gold;
}

.btn-link i {
  margin-right: 15px;
}

.card-body img {
  max-width: 100%;
  height: auto;
}

.flex-share-title {
  border-bottom: 1px solid #fff;
  margin: 0 0 1.5rem;
}

.seed-social {
  margin: 0em;
}

.fb-bttn-item {
  background-color: #495994;
  color: #fff;
  padding: 6px 20px;
  font-size: 1.6rem;
  border-radius: 3px;
}
.fb-bttn-item i {
  padding-right: 12px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.load-box-item {
  width: 33.33%;
  padding: 30px;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.header-page-wrapper {
  padding: 1rem 0;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}

.bg-in-section iframe {
  -webkit-box-shadow: 0px 0px 5px 5px #fff;
          box-shadow: 0px 0px 5px 5px #fff;
}

.post-wrap-item {
  padding: 0 0 15px;
}

.slot-game-wrap {
  padding: 2rem;
  background: #000;
}

.content-seo {
  padding: 40px 30px;
  padding-bottom: 10rem;
  text-shadow: 2px 2px 4px #000000;
  color: #fff;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.slot-game-flex-item {
  padding: 20px;
}

.box-baca-wrap {
  padding: 0 5rem;
  margin-bottom: 1rem;
  padding-left: 0;
}
.box-baca-wrap .thumb {
  width: 40%;
}
.box-baca-wrap .caption-baca {
  width: 60%;
  padding-left: 3rem;
}

.baca-register {
  padding: 3rem 0;
  color: #fff;
}
.baca-register .thumb {
  width: 50%;
}
.baca-register .caption-regis {
  width: 50%;
  padding-left: 2rem;
}
.baca-register .caption-regis p {
  color: #fff !important;
}

.copyright-wrap {
  padding: 5px 0;
  background: #e20089;
  background: -webkit-gradient(linear, left top, left bottom, from(#e20089), to(#3b0491));
  background: -o-linear-gradient(top, #e20089 0%, #3b0491 100%);
  background: linear-gradient(180deg, #e20089 0%, #3b0491 100%);
}
.copyright-wrap p {
  font-size: 1rem;
}

.footer-blog {
  width: 60%;
}
.footer-blog.-pri {
  padding-right: 30px;
}
.footer-blog.-pri .footer-logo {
  width: 30%;
}
.footer-blog.-pri .caption-wrap {
  width: 70%;
}
.footer-blog.-pri .caption-wrap p {
  font-size: 0.9rem;
}
.footer-blog.-sec {
  width: 40%;
}
.footer-blog h2 {
  color: #fff;
}

.footer-item {
  padding: 2rem 0;
  color: #fff;
  background: #7904c3;
  background: -webkit-gradient(linear, left top, left bottom, from(#7904c3), to(#3b0491));
  background: -o-linear-gradient(top, #7904c3 0%, #3b0491 100%);
  background: linear-gradient(180deg, #7904c3 0%, #3b0491 100%);
}
.footer-item p {
  color: #fff;
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  width: 150px;
  height: auto;
}

.load-footer > li {
  display: inline-block;
}
.load-footer > li img {
  width: 180px;
  height: auto;
}
.load-footer > li + li {
  margin-left: 10px;
}

.arkmebet-pic {
  padding: 1rem 0 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.main-footer .slot-footer {
  position: absolute;
  top: -220px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 300px;
  height: 190px;
  display: block;
  z-index: 1;
}
.main-footer .slot-footer img {
  width: 100%;
  height: auto;
}

.title-menu {
  padding: 1rem 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.footer-menu-av > li {
  display: inline-block;
}
.footer-menu-av > li a {
  color: #fff;
}
.footer-menu-av > li + li {
  margin-left: 20px;
}

@media only screen and (min-width: 767px) {
  .container {
    max-width: 1250px;
    width: 1250px;
  }
}
@media only screen and (max-device-width: 375px) {
  .tab-bg-head .head-av-item {
    padding: 0px 65px !important;
    -webkit-transform: translateY(13px) !important;
        -ms-transform: translateY(13px) !important;
            transform: translateY(13px) !important;
  }
}
/* iPhone 5 Retina regardless of IOS version */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer-item .container {
    padding: 0;
  }

  .caption-wrap {
    padding: 0 15px;
  }

  .main-section {
    margin: 5rem 0 0 !important;
  }

  h1 {
    font-size: 1.3rem !important;
  }

  h2 {
    font-size: 1.2rem !important;
  }

  h3 {
    font-size: 1.1rem !important;
  }

  h4 {
    font-size: 1rem !important;
  }

  h5 {
    font-size: 0.9rem !important;
  }

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

  .form-login-mobile .form-control {
    font-size: 0.8rem !important;
  }

  .group-bttn-login .btn-primary {
    font-size: 0.8rem !important;
  }

  .group-bttn-login .regis-form-item a {
    font-size: 0.8rem !important;
  }

  .tab-bg-head .head-av-item {
    padding: 0px 50px !important;
    -webkit-transform: translateY(9px) !important;
        -ms-transform: translateY(9px) !important;
            transform: translateY(9px) !important;
  }

  .logo-head-mobile {
    width: 80px !important;
  }

  .footer-fixed-bttn .item:first-child:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 280px;
    height: 110%;
    z-index: -1;
    display: block;
    content: "";
    background: transparent;
    border-bottom-left-radius: 15px;
    border: 3px solid #ececec;
    border-top: none;
    border-right: none;
  }
}
@media only screen and (max-width: 991px) {
  .head-mobile-av {
    background: #000;
  }

  .head-mobile-av.active {
    background: transparent;
  }

  body {
    background-image: url("../img/bgmb.jpg");
    background-size: contain;
    background-attachment: unset;
  }

  .flex-load h2 {
    width: 100%;
  }

  .bttn-pri-group .bttn-main img {
    width: 100%;
    height: auto;
  }

  .bttn-pri-group .bttn-main:nth-child(2) {
    margin-left: 0px;
  }

  .load-footer > li + li {
    margin-left: 0px;
  }

  .bg-in-section.-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem !important;
  }

  .about-us-slot {
    background-position: right !important;
  }

  .box-baca-wrap .thumb {
    width: 100%;
  }

  .box-baca-wrap {
    padding: 0 0rem;
    margin-bottom: 1rem;
    padding-left: 0;
  }

  .box-baca-wrap .caption-baca {
    width: 100%;
    padding-left: 0rem;
  }

  .baca-register {
    padding: 1rem 0;
  }

  .baca-register .thumb {
    width: 100%;
  }

  .baca-register .caption-regis {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0rem;
  }

  .content-seo .col-md-12 {
    text-align: left !important;
  }

  .card-body {
    padding: 0.5rem;
  }

  .copyright-wrap p {
    font-size: 0.8rem;
  }

  .bg-in-section-sec.-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 8rem;
  }

  .menu-mobile-blog .mobile-menu-item li:nth-child(4) a:before {
    top: 0px;
    width: 25px;
    height: 10px;
    font-size: 0.4rem;
    border-radius: 0px;
  }

  .footer-blog.-pri .caption-wrap p {
    font-size: 0.8rem;
  }

  .about-us-slot {
    padding: 10px;
    background-size: cover !important;
  }
  .about-us-slot br {
    display: none;
  }

  .content-seo {
    padding: 10px 10px;
    padding-bottom: 5rem;
  }

  .slot-game-flex-item {
    padding: 5px;
  }

  .game-flex-item {
    width: 25%;
  }

  .tab-bg-head .head-av-item {
    padding: 0px 75px;
    -webkit-transform: translateY(17px);
        -ms-transform: translateY(17px);
            transform: translateY(17px);
  }

  .bg-in-section.-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
  }

  .credit-free-wrapper {
    margin-top: 0rem !important;
  }

  .head-mobile-av {
    display: block;
  }

  .slot-game-wrap {
    padding: 0 0.5rem 1rem 0.5rem;
  }

  .bg-in-section iframe {
    width: 100%;
    height: 750px;
  }

  .header-page-wrapper {
    font-size: 1.5rem;
  }

  .menu-item-244 {
    background-image: none;
  }

  .menu-item-111 {
    background-image: none;
  }

  .load-box-flex {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .load-box-item {
    width: 100%;
    padding: 20px 50px;
  }

  .seed-social .text {
    display: block;
    pointer-events: none;
    padding-left: 8px;
  }

  .fb-bttn-item {
    padding: 6px 13px;
  }

  .fb-bttn-item {
    margin: 0 0 10px;
  }

  .menu-item-201 a:before {
    top: -10px;
    right: -50px;
  }

  .seed-social {
    margin: 0;
  }

  .flex-share-title {
    border-bottom: 1px solid #fff;
    margin: 0 0 1.5rem;
  }

  .caption-credit-free {
    padding: 0 0 2rem;
  }

  .card-header {
    padding: 0.1rem 0.5rem;
  }

  .btn {
    padding: 0.25rem 0.3rem;
  }

  .caption-credit-free h2 {
    font-size: 1.6rem;
    color: gold;
  }

  .flex-share-title {
    padding: 0 !important;
  }

  .game-flex-item .thumb {
    margin: 0 !important;
  }

  .game-flex-item .thumb {
    padding: 2px;
    margin: 0;
  }

  .detail-post-wrap img {
    max-width: 100%;
    height: auto;
  }

  .regis-item {
    width: 50%;
    padding: 0 0 1rem;
  }

  .caption-regis h4 {
    font-size: 1.1rem;
  }

  .icon-regis img {
    width: 40px;
    height: auto;
  }

  body {
    background-repeat: repeat !important;
  }

  .menu-item-38 {
    display: block !important;
  }

  .menu-item-37 {
    display: block !important;
  }

  .main-footer .slot-footer {
    top: -155px;
    width: 200px;
  }

  .arkmebet-pic {
    width: 100%;
    text-align: center;
    padding: 1rem 0 0;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }

  .footer-item {
    padding-bottom: 5rem;
  }

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

  .flex-load {
    padding: 1rem 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .load-footer > li img {
    width: 150px;
    height: auto;
  }

  h1 {
    font-size: 1.7rem;
    margin: 0;
  }

  h2 {
    font-size: 1.5rem;
    margin: 0;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  p {
    font-size: 0.8rem;
  }

  .footer-blog.-pri .footer-logo {
    width: 100%;
  }

  .footer-blog.-pri {
    padding-right: 0px;
  }

  .footer-blog {
    width: 100%;
  }

  .footer-blog.-pri .caption-wrap {
    width: 100%;
    text-align: center;
  }

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

  .main-nav.active .main-logo img {
    text-align: center;
    width: 100px;
    height: auto;
  }

  .main-nav.active .main-logo {
    top: -10px;
    width: 100px;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .item-mobile {
    display: block;
  }

  .site-title {
    display: none;
  }

  .menu-main {
    display: none;
  }

  .bttn-pri-group {
    display: none !important;
  }
  .bttn-pri-group.-show {
    padding: 1rem 0 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-blog.-sec {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }

  .bg-social-bar {
    display: none;
  }

  .main-logo {
    top: -10px;
    width: 100px;
  }

  .main-logo img {
    width: 100px;
    height: auto;
  }

  .menu-mobile .wrapper {
    width: 55px;
    height: 0px;
    left: 0%;
    top: 0%;
    display: block;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  .menu-mobile .nav {
    width: 55px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }

  .menu-mobile .nav span:nth-child(3) {
    right: 0px;
    top: 15px;
  }

  .menu-mobile .nav span:nth-child(4) {
    right: 0px;
    top: 30px;
  }

  .wrap-tab-logo {
    padding: 5px 0;
  }

  .mobile-menu > li a {
    font-size: 1rem;
  }

  .main-section {
    margin: 6rem 0 0;
  }

  .bg-in-section {
    padding: 0.3rem 0.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin: 0 0 5rem;
    color: #fff;
  }

  .item-pc {
    display: none;
  }

  .bg-in-section .thumb {
    margin: 0 0 0.5rem;
  }

  .header-page-wrap .title {
    padding: 1rem 0;
  }
  .header-page-wrap.-sec h2 {
    font-size: 1.6rem;
  }

  .header-page-wrap img {
    max-width: 100%;
    height: auto;
  }

  .main-nav-av {
    display: none;
  }

  .slot-game-wrap {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }

  .footer-blog h2 {
    color: #fff;
    padding: 0 0 1rem;
  }

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

  .credit-free-wrapper .gg-guide {
    font-size: 1rem;
  }

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

  .lucky-user .title {
    font-size: 1rem;
  }

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

  .order-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .box-form-credit-free {
    padding-top: 2rem;
  }

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

  .header-page-wrap img {
    max-width: 80%;
    height: auto;
  }

  .card-body {
    font-size: 0.8rem;
  }

  .card .btn {
    white-space: normal;
    text-align: left;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .container {
    max-width: 991px;
    width: 991px;
  }

  .main-menu-av {
    text-align: center;
    width: 991px;
    background-size: cover !important;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bg-nav-4.png);
  }

  .main-menu-av > li {
    padding: 32px 10px;
    display: inline-block;
  }

  .logo-av {
    width: 150px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }

  .main-menu-av > li a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container {
    max-width: 700px;
    width: 700px;
  }

  .tab-bg-head:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: block;
    content: "";
    z-index: -1;
    background: url("../img/bgbg-3.png");
    background-position: right;
  }
  .tab-bg-head:after {
    position: absolute;
    top: 13px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 37px;
    margin: 0 auto;
    display: block;
    content: "";
    z-index: 1;
    background: #3a048e;
  }

  .footer-fixed-bttn .item:first-child:after {
    position: absolute;
    top: -2px;
    left: 0;
    width: 720px;
    height: 110%;
    z-index: -1;
    display: block;
    content: "";
    background: transparent;
    border-bottom-left-radius: 15px;
    border: 3px solid #ececec;
    border-top: none;
    border-right: none;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1080px;
    width: 1080px;
  }
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .container {
    max-width: 991px;
    width: 991px;
  }

  body {
    background-size: cover;
  }

  .main-menu-av {
    text-align: center;
    width: 991px;
    background-size: cover !important;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bg-nav-4.png);
  }

  .main-menu-av > li {
    padding: 32px 10px;
    display: inline-block;
  }

  .main-menu-av > li {
    position: relative;
    z-index: 1;
  }
  .main-menu-av > li a {
    font-size: 0.8rem;
  }
}
/* Landscape */
/*# sourceMappingURL=style.min.css.map */