@charset "UTF-8";
/* 
::::::::::::::::::::::::::::::
Ahli QQ Design Start
Author: Zk Rana
Position: Web Developer
:::::::::::::::::::::::::::::
*/
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
   * Correct `inline-block` display not defined in IE 8/9.
   */
audio,
canvas,
video {
  display: inline-block;
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9.
   * Hide the `template` element in IE, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* ==========================================================================
     Base
     ========================================================================== */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #000;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

/* ==========================================================================
     Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background: transparent;
}

/**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
a:focus {
  outline: thin dotted;
}

/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
     Typography
     ========================================================================== */
/**
   * Address styling not present in IE 8/9, Safari 5, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari 5 and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Correct font family set oddly in Safari 5 and Chrome.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
   * Improve readability of pre-formatted text in all browsers.
   */
pre {
  white-space: pre-wrap;
}

/**
   * Set consistent quote types.
   */
q {
  quotes: "“" "”" "‘" "’";
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
     Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9.
   */
img {
  border: 0;
}

/**
   * Correct overflow displayed oddly in IE 9.
   */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
     Figures
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari 5.
   */
figure {
  margin: 0;
}

/* ==========================================================================
     Forms
     ========================================================================== */
/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct `color` not being inherited in IE 8/9.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 1. Correct font family not being inherited in all browsers.
   * 2. Correct font size not being inherited in all browsers.
   * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
   */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
button,
input {
  line-height: normal;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * 1. Remove default vertical scrollbar in IE 8/9.
   * 2. Improve readability and alignment in all browsers.
   */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* 
 ::::::::::::::::::::::::::::::
 Global Styling Start
 :::::::::::::::::::::::::::::
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  background-color: #000;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.another-sec{
    font-size: 3.5rem !important;
    line-height: 1.5 !important;
}
@media (max-width: 480px){
    .another-sec{
    font-size: 2.5rem !important;
}
}
.front_ul{
    color: #fff;
    font-size: 2rem;
}
.front_cham_a {
  color: #F6CF00;
}

a {
  color: #303030;
  text-decoration: none;
}

a, a:hover {
  color: #303030;
}

@media (min-width: 992px) {
  .lg-prl-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 992px) {
  .lg-prl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1201px) {
  .xl-pl-25 {
    padding-left: 25px;
  }
}

@media (max-width: 575px) {
  .mm-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.section-title {
  font-size: 5.6rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .section-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .section-title {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 480px) {
  .section-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

.section-subtitle {
  font-size: 2rem;
  line-height: 1.5;
  text-align: justify;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .section-subtitle {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 576px) {
  .section-subtitle {
    font-size: 1.4rem;
  }
}

.modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}

.modal-content {
  background: #000;
  height: 100%;
}

input:focus,
textarea:focus,
select:focus,
.default-btn:focus,
a:link:focus {
  outline: 0;
}

.btn.focus,
.btn:focus,
.form-control:focus,
.form-control-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}

::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}

:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}

::placeholder {
  font-size: 1.6rem;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  ::-webkit-input-placeholder {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
  }
  ::-ms-input-placeholder {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
  }
  :-ms-input-placeholder {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
  }
  ::placeholder {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
  }
}

@media only screen and (max-width: 1370px) {
  .container {
    max-width: 1140px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
}

/*
::::::::::::::::::::::::::
Header part start here
::::::::::::::::::::::::: */
.header_hero_bg {
  background-image: url(../img/heroPart/header-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1370px) {
  .header_hero_bg {
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg {
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_hero_bg {
    background-size: cover;
  }
}

.header_hero_bg .logo {
  width: 100%;
  height: 15.1rem;
  text-align: center;
}

.header_hero_bg .logo img {
  width: 58%;
  margin-top: 22px;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .logo img {
    margin-top: 45px;
  }
}

.header_hero_bg .menu_bg {
  width: 100%;
  height: 16.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/heroPart/menu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1200px) {
  .header_hero_bg .menu_bg {
    background-image: url(../img/heroPart/sm-menu-bg.png);
  }
}

.header_hero_bg .menu_bg .menu_position {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.header_hero_bg .menu_bg .menu_position .navbar li {
  text-align: center;
}

.header_hero_bg .menu_bg .menu_position .navbar li:last-child a {
  border-right: none;
}

.header_hero_bg .menu_bg .menu_position .navbar li.active a {
  color: #96040B;
}

.header_hero_bg .menu_bg .menu_position .navbar li a {
  font-size: 2rem;
  line-height: 1.15;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border-right: 2px solid #1414144f;
  padding: 0 30px;
  margin-top: 4px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1201px) {
  .header_hero_bg .menu_bg .menu_position .navbar li a {
    padding: 0 23px;
  }
}

.header_hero_bg .menu_bg .menu_position .navbar li a::before {
  width: 20px;
  height: 20px;
  display: block;
  background: red;
}

.header_hero_bg .menu_bg .menu_position .navbar li a::before {
  width: 20px;
  height: 20px;
  display: block;
  background: red;
}

.header_hero_bg .menu_bg .menu_position .navbar li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -7px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #96040B;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.header_hero_bg .menu_bg .menu_position .navbar li a:hover:after {
  width: calc(100% - 60px);
  left: 30px;
}

.header_hero_bg .marquee {
  height: 45px;
  margin-top: -15px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .marquee {
    margin-top: 0;
  }
}

.header_hero_bg .marquee .notiff {
  line-height: 44px;
  float: left;
  font-size: 2rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#B50000), to(#96040B)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #B50000 0%, #96040B 100%) 0% 0% no-repeat padding-box;
  border-radius: 0.4rem;
  padding: 0 2rem;
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .marquee .notiff {
    font-size: 2rem;
    padding: 0 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_hero_bg .marquee .notiff {
    font-size: 1.4rem;
    padding: 0 0.5rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .marquee .notiff {
    font-size: 1.2rem;
    line-height: 3.6rem;
  }
}


@media only screen and (max-width: 375px) {
  .header_hero_bg .marquee .notiff {
    line-height: 3.2rem;
  }
}


.header_hero_bg .marquee .marqueeHome {
  width: calc(100% - 210px);
  height: 44px;
  line-height: 44px;
  float: right;
  font-size: 2rem;
  color: #fff;
}
.header_hero_bg .marquee .marqueeHome a{
    color: #fff;
}


@media only screen and (max-width: 992px) {
  .header_hero_bg .marquee .marqueeHome {
    width: calc(100% - 180px);
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_hero_bg .marquee .marqueeHome {
    width: calc(100% - 133px);
    font-size: 1.4rem;
    padding: 0 0.5rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .marquee .marqueeHome {
    width: calc(100% - 115px);
    line-height: 3.6rem;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .marquee .marqueeHome {
    line-height: 3.2rem;
  }
}




.header_hero_bg .slider img {
  width: 100%;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_hero_bg .login_box {
  background-color: #fff;
  border-radius: 56px 0;
  padding: 3.9rem 2.5rem;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .login_box {
    padding: 2.5rem 2.2rem;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .login_box {
    padding: 2.2rem 2rem;
  }
}

@media only screen and (max-width: 640px) {
  .header_hero_bg .login_box {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 575px) {
  .header_hero_bg .login_box {
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
  .header_hero_bg .login_box {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 335px) {
  .header_hero_bg .login_box {
    width: 90%;
  }
}

.header_hero_bg .login_box .con_head {
  font-size: 3.2rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .login_box .con_head {
    font-size: 2.4rem;
    line-height: 2rem;
    padding-bottom: 1.4rem;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .login_box .con_head {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 480px) {
  .header_hero_bg .login_box .con_head {
    font-size: 2rem;
  }
}

.header_hero_bg .login_box .username, .header_hero_bg .login_box .pass {
  width: 100%;
  height: 4.5rem;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #fff;
  border-radius: 8px;
  border: none;
  background-color: #000;
  padding: 0 1.2rem;
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .login_box .username, .header_hero_bg .login_box .pass {
    height: 3.2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .login_box .username, .header_hero_bg .login_box .pass {
    height: 3.6rem;
  }
}

.header_hero_bg .login_box .pass {
  margin-top: 1.3rem;
}

.header_hero_bg .login_box .submit-btn {
  margin: 1.3rem auto 0;
  width: 15rem;
  height: 4.5rem;
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 2rem;
  border-radius: 0.8rem;
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}
.header_hero_bg .login_box .submit-btn:hover {
    background: #fdc04a;
    -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
    box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
    cursor: pointer;

}


@media only screen and (max-width: 992px) {
  .header_hero_bg .login_box .submit-btn {
    width: 11rem;
    height: 3.2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

.header_hero_bg .login_box .submit-btn.daftar {
  background-color: #96040B;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .login_box .submit-btn.daftar {
    margin-top: .8rem;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .login_box .submit-btn.daftar {
    margin-top: .6rem;
  }
}

.header_hero_bg .login_box .or {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .login_box .or {
    margin-top: .8rem;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .login_box .or {
    font-size: 1.5rem;
    margin-top: .8rem;
  }
}

.header_hero_bg .jackpot_position_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_hero_bg .jackpot_position_fix .jackpot {
  width: 100%;
  background-color: #320f1063;
  border-radius: 200px;
  padding: 1.2rem;
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .jackpot_position_fix .jackpot {
    padding: .8rem;
    width: 85%;
  }
}

@media only screen and (max-width: 480px) {
  .header_hero_bg .jackpot_position_fix .jackpot {
    padding: .8rem;
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .jackpot_position_fix .jackpot {
    padding: .8rem;
    width: 100%;
  }
}

.header_hero_bg .jackpot_position_fix .jackpot .jackpot_box {
  width: 100%;
  height: 16rem;
  background-color: #fff;
  border-radius: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box {
    height: 14rem;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box {
    height: 13rem;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box {
    height: 8.5rem;
  }
}

@media (max-width: 420px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box {
    height: 7rem;
  }
}

.header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_left {
  border-radius: 8rem;
  width: 55%;
  height: 16rem;
  background-image: url(../img/heroPart/jacpot.png);
  background-size: 100% 100%;
  background-position: center;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_left {
    height: 14rem;
    width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_left {
    background-image: url(../img/heroPart/jacpot_mb.png);
    height: 13rem;
    width: 42%;
  }
}

@media (max-width: 850px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_left {
    width: 45%;
  }
}

@media (max-width: 820px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_left {
    width: 49%;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_left {
    background-image: url(../img/heroPart/jacpot.png);
    height: 8.5rem;
  }
}

@media (max-width: 420px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_left {
    height: 7rem;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_left {
    width: 60%;
  }
}

.header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right {
  width: 50.5%;
  height: 16rem;
  display: block;
  border-radius: 0 8rem 8rem 0;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right {
    height: 14rem;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right {
    height: 13rem;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right {
    height: 8.5rem;
  }
}

@media (max-width: 420px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right {
    height: 7rem;
  }
}

.header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_header {
  margin-left: -105px;
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_header {
    margin-left: -52px;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_header {
    margin-left: -27px;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_header {
    margin-left: -55px;
  }
}

.header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_header h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 3rem;
  background: transparent radial-gradient(closest-side at 50% 50%, #F6CF00 0%, #DCA625 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 6px #00000040;
  box-shadow: 0px 5px 6px #00000040;
  display: block;
  max-width: 210px;
  text-align: center;
  height: 50px;
  border-radius: 8rem;
  line-height: 5rem;
  margin-top: -2.5rem;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_header h2 {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_header h2 {
    font-size: 2.2rem;
    max-width: 180px;
    height: 45px;
    border-radius: 8rem;
    line-height: 4.5rem;
    margin-top: -2.1rem;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_header h2 {
    font-size: 1.4rem;
    max-width: 123px;
    height: 33px;
    border-radius: 8rem;
    line-height: 3.4rem;
    margin-top: -1.6rem;
    font-weight: 700;
  }
}

.header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
  display: block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: -170px;
  top: 45px;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -140px;
    top: 38px;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -60px;
    top: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -50px;
    top: 40px;
  }
}

@media (max-width: 850px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -55px;
  }
}

@media (max-width: 820px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -64px;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -70px;
    top: 21px;
  }
}

@media only screen and (max-width: 480px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -55px;
    top: 25px;
  }
}

@media (max-width: 420px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -50px;
    top: 21px;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter {
    left: -55px;
    top: 23px;
  }
}

.header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #96040B;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 5.8rem;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 5.2rem;
  }
}

@media (max-width: 900px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 4.7rem;
  }
}
@media (max-width: 850px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 4.2rem;
  }
}

@media (max-width: 800px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 576px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 3.3rem;
  }
}

@media (max-width: 420px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .jackpot_position_fix .jackpot .jackpot_box .jeck_right .jackpot_counter h1 {
    font-size: 2.4rem;
  }
}

.header_hero_bg .contact_wrapper {
  background-color: #fff;
  border-radius: 0 56px;
  padding: 3.2rem 2.5rem;
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .contact_wrapper {
    padding: 2.4rem 1.2rem;
  }
}

@media (max-width: 575px) {
  .header_hero_bg .contact_wrapper {
    width: 70%;
    margin: auto;
    padding: 3rem 2.2rem;
  }
}

@media only screen and (max-width: 480px) {
  .header_hero_bg .contact_wrapper {
    width: 80%;
    margin: auto;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper {
    padding: 3.2rem 1.5rem;
  }
}

@media screen and (max-width: 335px) {
  .header_hero_bg .contact_wrapper {
    width: 90%;
  }
}

.header_hero_bg .contact_wrapper .contact_header h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .header_hero_bg .contact_wrapper .contact_header h2 {
  font-size: 1.4rem;
}
}

.header_hero_bg .contact_wrapper .contact_body {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header_hero_bg .contact_wrapper .contact_body .whatsapp {
  height: 90px;
  border: 1px solid #AAAAAAA1;
  border-radius: 0.9rem;
  width: 30.5%;
  margin-right: 12px;
}

.header_hero_bg .contact_wrapper .contact_body .whatsapp:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.header_hero_bg .contact_wrapper .contact_body .whatsapp:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .contact_wrapper .contact_body .whatsapp {
    width: 31%;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .contact_wrapper .contact_body .whatsapp {
    width: 32%;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .whatsapp {
    height: 85px;
  }
}

.header_hero_bg .contact_wrapper .contact_body .whatsapp .pkv-common-imges {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  text-align: center;
  padding-top: 0.9rem;
}

.header_hero_bg .contact_wrapper .contact_body .whatsapp .whats_title {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  color: #55cd6c;
  padding-top: .7rem;
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .whatsapp .whats_title {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .whatsapp .whats_title {
    font-size: 1rem;
  }
}

.header_hero_bg .contact_wrapper .contact_body .whatsapp p {
  font-size: .9rem;
  color: #303030;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .whatsapp p {
    font-size: .8rem;
  }
}

.header_hero_bg .contact_wrapper .contact_body .telegram {
  height: 90px;
  border: 1px solid #AAAAAAA1;
  border-radius: 0.9rem;
  width: 30.5%;
  margin-right: 12px;
}

.header_hero_bg .contact_wrapper .contact_body .telegram:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.header_hero_bg .contact_wrapper .contact_body .telegram:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .contact_wrapper .contact_body .telegram {
    width: 31%;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .contact_wrapper .contact_body .telegram {
    width: 32%;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .telegram {
    height: 85px;
  }
}

.header_hero_bg .contact_wrapper .contact_body .telegram .pkv-common-imges {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  text-align: center;
  padding-top: 0.9rem;
}

.header_hero_bg .contact_wrapper .contact_body .telegram .tele_title {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  color: #32b4ff;
  padding-top: .7rem;
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .telegram .tele_title {
    font-size: 1rem;
  }
}

.header_hero_bg .contact_wrapper .contact_body .telegram p {
  font-size: .9rem;
  color: #303030;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .telegram p {
    font-size: .8rem;
  }
}

.header_hero_bg .contact_wrapper .contact_body .livechat {
  height: 90px;
  border: 1px solid #AAAAAAA1;
  border-radius: 0.9rem;
  width: 30.5%;
  margin-right: 12px;
  margin-right: 0;
}

.header_hero_bg .contact_wrapper .contact_body .livechat:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.header_hero_bg .contact_wrapper .contact_body .livechat:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .contact_wrapper .contact_body .livechat {
    width: 31%;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .contact_wrapper .contact_body .livechat {
    width: 32%;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .livechat {
    height: 85px;
  }
}

.header_hero_bg .contact_wrapper .contact_body .livechat .pkv-common-imges {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  text-align: center;
  padding-top: 0.9rem;
  margin-top: 9px;
}

.header_hero_bg .contact_wrapper .contact_body .livechat .live_title {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  color: #fe5100;
  padding-top: .7rem;
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .contact_body .livechat .live_title {
    font-size: 1rem;
  }
}

.header_hero_bg .contact_wrapper .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#B50000), to(#96040B)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #B50000 0%, #96040B 100%) 0% 0% no-repeat padding-box;
  border-radius: 0.4rem;
  padding: .6rem .8rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.header_hero_bg .contact_wrapper .download:hover {
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #B50000, 0 0 21px #96040B inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #B50000, 0 0 21px #96040B inset;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .contact_wrapper .download {
    border-radius: 0.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .header_hero_bg .contact_wrapper .download {
    border-radius: 0.8rem;
  }
}

.header_hero_bg .contact_wrapper .download .pkv-common-img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 2.8rem;
  text-align: center;
  height: 3rem;
}

.header_hero_bg .contact_wrapper .download .pkv-common-img.android {
  width: 2rem;
}

.header_hero_bg .contact_wrapper .download h2 {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-top: 4px;
}

@media only screen and (max-width: 1200px) {
  .header_hero_bg .contact_wrapper .download h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 992px) {
  .header_hero_bg .contact_wrapper .download h2 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 375px) {
  .header_hero_bg .contact_wrapper .download h2 {
    font-size: 1rem;
  }
}

.top-header {
  display: block;
}

@media only screen and (max-width: 992px) {
  .top-header {
    display: none;
  }
}

.sm-device-header {
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 10px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  display: none;
}

.sm-device-header:hover {
  background: rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 992px) {
  .sm-device-header {
    display: block;
  }
}

.sm-device-header .menu-toggler {
  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;
  position: relative;
}

.sm-device-header .menu-toggler img {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .sm-device-header .menu-toggler img {
    width: 45%;
  }
}

.sm-device-header .menu-toggler button {
  position: absolute;
  left: 16px;
}

@media only screen and (max-width: 480px) {
  .sm-device-header .menu-toggler button {
    left: 6px;
  }
}

.sm-device-header .menu-toggler button i {
  font-size: 24px;
  color: white;
  border: 1px solid #303030;
  padding: 2px;
}

#qqSmNavbar .modal-body {
  padding-top: 0;
}

#qqSmNavbar .navbar-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding: 1.5rem .5rem .5rem .5rem;
}

#qqSmNavbar .navbar-head .menu_nav_logo {
  width: 60%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  #qqSmNavbar .navbar-head .menu_nav_logo {
    width: 45%;
  }
}

#qqSmNavbar .navbar-head .menu_nav_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#qqSmNavbar .navbar-head .menu_close_icon {
  width: 10%;
}

#qqSmNavbar .navbar-head .menu_close_icon .btn-close i {
  color: white;
  font-size: 25px;
}

#qqSmNavbar .sm-nav ul li a {
  color: #CCCCCC;
  font-size: 1.6rem;
  padding: 7px 0;
  margin: 10px 0;
}

#qqSmNavbar .sm-nav ul li a img {
  display: inline-block;
  width: 15px;
  margin-right: .8rem;
  vertical-align: middle;
  padding-bottom: .2rem;
}

#qqSmNavbar .sm-nav ul li a:hover {
  color: #fff;
  position: relative;
}

#qqSmNavbar .sm-nav ul li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -4px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #96040B;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#qqSmNavbar .sm-nav ul li a:hover:after {
  width: 100%;
  left: 0;
}

#qqSmNavbar .modal-body .default-btn {
  width: 48.5%;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  height: 5rem;
  border-radius: 3px;
  line-height: 4.2rem;
}

#qqSmNavbar .modal-body .signup {
  -webkit-box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
          box-shadow: 0 0 11px #ffe13e, 0 0 10px #2d2809, 0 0 11px #ffe13e inset;
  background: #f7a403;
  margin-right: 3%;
}

#qqSmNavbar .modal-body .login {
  background: #7e2ea8;
}

.all-game-section {
  background: #000;
}

@media only screen and (max-width: 480px) {
  .all-game-section .all-game-wrap {
    padding: 0 10px;
  }
}

.all-game-section .all-game_bg {
  background-image: url(../img/bg/all-game-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.all-game-section .all-game_bg .top-item {
  margin-bottom: -60px;
}

@media only screen and (max-width: 576px) {
  .all-game-section .all-game_bg .top-item {
    margin-bottom: 0;
  }
}

.all-game-section .all-game_bg .item {
  width: 233px;
  padding: 25px 0 14px;
  background: white;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .item {
    width:100%;
  }
}



.all-game-section .all-game_bg .item:nth-child(1),.all-game-section .all-game_bg .item:nth-child(2) {
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .all-game-section .all-game_bg .item:nth-child(1),
  .all-game-section .all-game_bg .item:nth-child(2) {
    margin-right: 1%;
  }
}

.all-game-section .all-game_bg .item .left-item-badge {
  position: absolute;
  left: -74px;
  top: -50px;
}
.all-game-section .all-game_bg .item .left-item-badge img,
.all-game-section .all-game_bg .item .center-item-badge img,
.all-game-section .all-game_bg .item .right-item-badge img 
 {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .item .left-item-badge {
    position: absolute;
    left: -73px;
    top: -57px;
  }
  .all-game-section .all-game_bg .item .left-item-badge img,
  .all-game-section .all-game_bg .item .center-item-badge img,
  .all-game-section .all-game_bg .item .right-item-badge img 
   {
    width: 52%;
  }
}





.all-game-section .all-game_bg .item .center-item-badge {
  position: absolute;
  right: -60px;
  top: -50px;
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .item .center-item-badge {
    position: absolute;
    right: -64px;
    top: -57px;
  }
  
}





@media only screen and (max-width: 480px) {
  .all-game-section .all-game_bg .item .left-item-badge {
    position: absolute;
    left: -78px;
    top: -46px;
  }
  .all-game-section .all-game_bg .item .left-item-badge img,  .all-game-section .all-game_bg .item .center-item-badge img {
    width: 48%;
  }
  .all-game-section .all-game_bg .item .center-item-badge {
    position: absolute;
    right: -77px;
    top: -46px;
  }
}

.all-game-section .all-game_bg .item .right-item-badge {
  position: absolute;
  right: -37px;
  top: -25px;
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .item .right-item-badge {
    position: absolute;
    right: -38px;
    top: -26px;
  }
  
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .item .right-item-badge {
    position: absolute;
    right: -32px;
    top: -26px;
  }
 
}
@media only screen and (max-width: 480px) {
  .all-game-section .all-game_bg .item .right-item-badge img 
   {
    width: 50%;
  }
  
  .all-game-section .all-game_bg .item .right-item-badge {
    position: absolute;
    left: -40px;
    top: -7px;
    right: inherit;
  }
}

.all-game-section .all-game_bg .item p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .item p {
    font-size: 17px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .all-game-section .all-game_bg .item p {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 7px;
    line-height: 1.1;
  }
}

.all-game-section .all-game_bg .item > img {
  width: 132px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .item > img {
    width: 85px;
    height: auto;
  }
}

.all-game-section .all-game_bg .all-game-wrapper {
  background: transparent radial-gradient(closest-side at 50% 50%, #FF0000 0%, #550004 100%) 0% 0% no-repeat padding-box;
  border: 16px solid #B50000;
  border-radius: 251px;
  padding: 80px 40px;
}

.all-game-section .all-game_bg .all-game-wrapper .lg-table {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

@media only screen and (max-width: 1200px) {
  .all-game-section .all-game_bg .all-game-wrapper .lg-table {
    padding-left: 6.33%;
    padding-right: 6.33%;
  }
}

@media only screen and (max-width: 992px) {
  .all-game-section .all-game_bg .all-game-wrapper .lg-table {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .all-game-section .all-game_bg .all-game-wrapper {
    padding: 60px 8px;
    background: none;
    border: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .all-game-wrapper {
    padding: 40px 8px 0;
  }
}


@media only screen and (max-width: 576px) {
  .all-game-section .all-game_bg .all-game-wrapper {
    background: none;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
  }
}

.all-game-section .all-game_bg .all-game-wrapper .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item {
  background: white;
  width: 19%;
  margin-right: 1%;
  text-align: center;
  border-radius: 8px;
  padding: 20px 0 8px;
  margin-top: 1%;
}

@media only screen and (max-width: 992px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item:nth-child(8n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item:nth-child(5n) {
    margin-right: 1%;
  }
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item:nth-child(8n) {
    margin-right: 1%;
  }
}

@media only screen and (max-width: 480px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item:nth-child(5n) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item:nth-child(3n) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 480px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item {
    width: 19.2%;
  }
}

@media only screen and (max-width: 767px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item {
    width: 32.6%;
  }
}

@media only screen and (max-width: 480px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item {
    margin-right: 2%;
    width: 48.5%;
    margin-bottom: 2%;
  }
}

.all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 7px;
  line-height: 1.1;
}

@media only screen and (max-width: 992px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item p {
    font-size: 17px;
  }
}

.all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 992px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item > img {
    width: 85px;
    height: auto;
  }
}


.all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item.top_item{
  display: none;
}

.all-game-section .all-game_bg .top-item{
  display: none;
}

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

  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item.top_item{
    display: block;
    background: transparent;
    padding: 20px 0 0px;
  }
}

@media only screen and (max-width: 576px) {
  .all-game-section .all-game_bg .all-game-wrapper .wrapper .game_item.top_item{
    padding: 0px;
  }

}

@media only screen and (min-width: 768px){
  .all-game-section .all-game_bg .top-item{
    display: block;
  }
} 




.live_games {
  background-image: url(../img/footer/live_game.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .live_games {
    background-size: 100% 70%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1200px) {
  .live_games {
    background-position: center center;
    background-size: 100% 50%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 992px) {
  .live_games {
    background-size: 150% 100%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .live_games {
    background-size: 250% 128%;
  }
}

@media only screen and (max-width: 576px) {
  .live_games {
    background-position: top center;
    background-size: 443% 77%;
    background-repeat: no-repeat;
  }
}

.live_games .live_header_title {
  margin-top: 8.1rem;
  padding: 0 7rem;
}

@media only screen and (max-width: 992px) {
  .live_games .live_header_title {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .live_games .live_header_title {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .live_games .live_header_title {
    padding: 0;
  }
}

.live_games .live_header_title h2 {
  padding-bottom: 3.2rem;
}

@media only screen and (max-width: 576px) {
  .live_games .live_header_title h2 {
    padding-bottom: 2.2rem;
  }
}

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

.live_games .live_game .rounded.img-fluid.img-thumbnail {
  background: no-repeat;
  border: none;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

.live_games .live_game .btn_fix {
  width: 16.5rem;
  height: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#96040B));
  background: linear-gradient(180deg, #F00 0%, #96040B 100%);
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}

.live_games .live_game .btn_fix:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#96040B), to(#F00));
  background: linear-gradient(180deg, #96040B 0%, #F00 100%);
}

@media only screen and (max-width: 1200px) {
  .live_games .live_game .btn_fix {
    width: 13.5rem;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 992px) {
  .live_games .live_game .btn_fix {
    width: 11.5rem;
    font-size: 1.4rem;
  }
}

.live_games .live_chat_box {
  padding: 12rem 8rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .live_games .live_chat_box {
    padding: 10rem 0rem;
  }
}

@media only screen and (max-width: 480px) {
  .live_games .live_chat_box {
    padding: 8rem 0rem;
  }
}

.live_games .live_chat_box .chat_head {
  height: 16.6rem;
  border: 2px solid #DCA625;
  border-radius: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0 2rem;
}

@media only screen and (max-width: 576px) {
  .live_games .live_chat_box .chat_head {
    border-radius: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .live_games .live_chat_box .chat_head {
    height: 20.6rem;
  }
}

.live_games .live_chat_box .chat_head p {
  line-height: 1.6;
  margin-bottom: 3.8rem;
}

@media only screen and (max-width: 992px) {
  .live_games .live_chat_box .chat_head p {
    font-size: 1.6rem;
    margin-bottom: 3.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .live_games .live_chat_box .chat_head p {
    border-radius: 1.4rem;
    line-height: 1.4;
  }
}

.live_games .btn.btn_livechat {
  width: 25rem;
  height: 7rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F6CF00), to(#C3850B)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F6CF00 0%, #C3850B 100%) 0% 0% no-repeat padding-box;
  border-radius: 35px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  margin-top: -4rem;
}

.live_games .btn.btn_livechat:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#C3850B), to(#F6CF00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #C3850B 0%, #F6CF00 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

@media only screen and (max-width: 992px) {
  .live_games .btn.btn_livechat {
    width: 20rem;
    height: 6rem;
    font-size: 2rem;
    margin-top: -3.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .live_games .btn.btn_livechat {
    width: 18rem;
    height: 4.5rem;
    font-size: 2rem;
    margin-top: -3rem;
  }
}

.live_games .sb_head {
  color: #fff;
  padding: 1rem 3rem;
  margin-bottom: 9rem;
}

@media only screen and (max-width: 992px) {
  .live_games .sb_head {
    padding: 1rem 2rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 480px) {
  .live_games .sb_head {
    padding: 1rem 0;
    margin-bottom: 8rem;
  }
}

.live_games .sb_head h2 {
  padding: 0 0 3rem 0;
}

.bank_table {
  background-color: #000;
}

@media only screen and (max-width: 576px) {
  .bank_table .left-col {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 480px) {
  .bank_table .left-col {
    padding: 0;
  }
}

.bank_table .main_table_box {
  background-color: #fff;
  height: 58.1rem;
  background: #F7D12F 0% 0% no-repeat padding-box;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-top-left-radius: 18rem;
  border-bottom-right-radius: 18rem;
}

@media only screen and (max-width: 480px) {
  .bank_table .main_table_box {
    height: 38.5rem;
  }
}

.bank_table .table_div {
  height: 55.1rem;
  background: #fff;
  border-top-left-radius: 6.4rem;
  border-bottom-right-radius: 6.4rem;
  position: relative;
  padding-top: 8rem;
}

@media only screen and (max-width: 480px) {
  .bank_table .table_div {
    height: 35.5rem;
    padding-top: 6rem;
  }
}

.bank_table .table_div .table_head {
  width: 39rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.2rem;
  background: #96040B 0% 0% no-repeat padding-box;
  margin: auto;
  border-top-left-radius: 7rem 7rem;
  border-bottom-right-radius: 7rem 7rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .bank_table .table_div .table_head {
    width: 29rem;
  }
}

@media (max-width: 840px) {
  .bank_table .table_div .table_head {
    width: 26rem;
    height: 7.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .bank_table .table_div .table_head {
    width: 39rem;
  }
}

@media only screen and (max-width: 576px) {
  .bank_table .table_div .table_head {
    width: 32rem;
  }
}

@media only screen and (max-width: 480px) {
  .bank_table .table_div .table_head {
    width: 80%;
    height: 6.2rem;
  }
}

.bank_table .table_div .table_head h2 {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .bank_table .table_div .table_head h2 {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 992px) {
  .bank_table .table_div .table_head h2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 840px) {
  .bank_table .table_div .table_head h2 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .bank_table .table_div .table_head h2 {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 576px) {
  .bank_table .table_div .table_head h2 {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 375px) {
  .bank_table .table_div .table_head h2 {
    font-size: 1.8rem;
  }
}

.bank_table .table_div .table_body {
  background: #96040B 0% 0% no-repeat padding-box;
}

.bank_table .table_div .table_body table tr td {
  border: 5px solid white;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  height: 8rem;
  line-height: 3.2;
}

@media only screen and (max-width: 480px) {
  .bank_table .table_div .table_body table tr td {
    font-size: 1.7rem;
    height: auto;
    line-height: 2.5;
  }
}

.partner {
  background-image: url(../img/footer/partner.png);
  background-position: center center;
  background-size: 100% 100%;
  padding-bottom: 18rem;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .partner {
    padding-bottom: 14rem;
  }
}


.partner .left_circle {
  background-image: url(../img/footer/partner_left.png);
  position: absolute;
  right: 0;
  left: -5%;
  top: 14%;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 1440px) {
  .partner .left_circle {
    left: -7%;
  }
}

@media only screen and (max-width: 992px) {
  .partner .left_circle {
    left: -12%;
    top: 11%;
  }
}

@media only screen and (max-width: 767px) {
  .partner .left_circle {
    left: -14%;
  }
}

@media only screen and (max-width: 576px) {
  .partner .left_circle {
    display: none;
  }
}

.partner .right_circle {
  background-image: url(../img/footer/right_circle.png);
  position: absolute;
  right: 0;
  top: 1%;
  bottom: 0;
  background-repeat: no-repeat;
  width: 153px;
}

@media only screen and (max-width: 576px) {
  .partner .right_circle {
    display: none;
  }
}

.partner .bottom_shape {
  background-image: url(../img/footer/bottom.png);
  background-repeat: no-repeat;
  top: 66%;
  left: 2%;
  bottom: 0;
  position: absolute;
  width: 169px;
  height: 405px;
  z-index: -1;
}

@media screen and (max-width: 1440px) {
  .partner .bottom_shape {
    background-repeat: no-repeat;
    top: 58%;
    left: 2%;
    bottom: 0;
    position: absolute;
    width: 169px;
    height: 405px;
  }
}

@media only screen and (max-width: 992px) {
  .partner .bottom_shape {
    left: -1%;
  }
}

@media only screen and (max-width: 767px) {
  .partner .bottom_shape {
    background-repeat: no-repeat;
    top: 67%;
    left: -1%;
    bottom: 0;
    position: absolute;
    width: 16%;
    height: 275px;
    background-size: contain;
  }
}

@media only screen and (max-width: 576px) {
  .partner .bottom_shape {
    display: none;
  }
}

@media (max-width: 1440px) {
  .partner {
    background-size: 100% 70%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1200px) {
  .partner {
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 992px) {
  .partner {
    background-size: 150% 100%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 576px) {
  .partner {
    background-image: url(../img/footer/partnet_mobile_bg.png);
    background-position: center center;
    background-size: 100% 100%;
  }
}

.partner .partner_head {
  color: #fff;
  padding: 1rem 3rem;
  margin-top: 12rem;
}

@media only screen and (max-width: 480px) {
  .partner .partner_head {
    padding: 1rem 0;
    margin-top: 8rem;
  }
}

.partner .partner_head h2 {
  padding: 0 0 3rem 0;
}

.partner .partner_head p {
  padding-bottom: 5.7rem;
}

.partner .partner_jurus .partner_img {
  background: no-repeat;
  border: none;
}

.partner .partner_jurus .daftar_disini {
  background: #96040B 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #F6CF00;
  border-radius: 8px;
  width: 300px;
  height: 8rem;
  display: block;
  margin: auto;
  font-size: 3rem;
  line-height: 1.5;
  color: #F6CF00;
  font-weight: bold;
}

@media (max-width: 840px) {
  .partner .partner_jurus .daftar_disini {
    width: 260px;
    height: 7rem;
    font-size: 2.5rem;
    line-height: 2.8;
  }
}
@media (max-width: 575px) {
  .partner .partner_jurus .daftar_disini {
    line-height: 2.6;
  }
}
.partner .partner_jurus .daftar_disini:hover {
  background: #96040B;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

@media only screen and (max-width: 480px) {
  .partner .partner_jurus .daftar_disini {
    width: 205px;
    height: 5rem;
    font-size: 1.9rem;
  }
}

.partner .partner_domino .partner_img {
  background: no-repeat;
  border: none;
}

.partner .partner_domino .daftar_disini {
  background: #96040B 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #F6CF00;
  border-radius: 8px;
  width: 300px;
  height: 8rem;
  display: block;
  margin: auto;
  font-size: 3rem;
  line-height: 1.5;
  color: #F6CF00;
  font-weight: bold;
}

@media (max-width: 840px) {
  .partner .partner_domino .daftar_disini {
    width: 260px;
    height: 7rem;
    font-size: 2.5rem;
    line-height: 2.8;
  }
}

@media only screen and (max-width: 480px) {
  .partner .partner_domino .daftar_disini {
    width: 205px;
    height: 5rem;
    font-size: 1.9rem;
  }
}

.partner .partner_domino .daftar_disini:hover {
  background: #96040B;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.partner .article_wrappers {
  margin-top: 8rem;
}


.partner .article_wrappers p {
  font-size: 2rem;
  color: #fff;
  text-align: justify;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

footer {
  background-color: black;
}

.footer_wrapper {
  background-image: url(../img/footer/footer.png);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .footer_wrapper {
    background-size: 120%;
  }
}

.footer_wrapper .support-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_wrapper .support-wrapper .support-item {
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .footer_wrapper .support-wrapper .support-item {
    width: 24%;
  }
}

@media only screen and (max-width: 576px) {
  .footer_wrapper .support-wrapper .support-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .footer_wrapper .support-wrapper .support-item:nth-child(2n) {
    margin-right: 0;
  }
}

.footer_wrapper .support-wrapper .support-item img {
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

@media only screen and (max-width: 1200px) {
  .footer_wrapper .support-wrapper .support-item img {
    width: 100%;
  }
}

.footer_wrapper .border_top {
  height: 10rem;
  border-top: 1px solid #96040B;
  padding-top: 3.6rem;
  margin-top: -4rem;
}

.footer_wrapper .border_top h2 {
  font-size: 2.4rem;
  color: #fff;
  text-align: left;
}

.footer_wrapper .common_footers {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_wrapper .border_top_licensed {
  height: 10rem;
  border-top: 1px solid #96040B;
  padding-top: 3.6rem;
  margin-top: 4rem;
}

.footer_wrapper .border_top_licensed h2 {
  font-size: 2.4rem;
  color: #fff;
}

.footer_wrapper .border_top_live {
  height: 10rem;
  border-top: 1px solid #96040B;
  padding-top: 3.6rem;
  margin-top: 4rem;
}

.footer_wrapper .border_top_live p {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.footer_wrapper .border_top_live .footer_livchat {
  width: 250px;
  display: block;
  margin: auto;
  height: 70px;
  border-radius: 8px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background: #96040B;
  border: none;
}

.footer_wrapper .contact_wrapper {
  margin-bottom: 4.1rem;
}

.footer_wrapper .contact_wrapper .whatsapp {
  width: 180px;
  height: 180px;
  background-color: #fff;
  padding: 1.8rem 0 1.5rem;
  border-radius: 0.4rem;
  text-align: center;
  margin-right: 1.5rem;
}

.footer_wrapper .contact_wrapper .whatsapp:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

@media only screen and (max-width: 992px) {
  .footer_wrapper .contact_wrapper .whatsapp {
    width: 130px;
    height: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .whatsapp {
    width: 31%;
    height: 11rem;
    margin-right: .4rem;
    padding: 1rem 0 1.5rem;
  }
}

.footer_wrapper .contact_wrapper .whatsapp .pkv-common-imges {
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 992px) {
  .footer_wrapper .contact_wrapper .whatsapp .pkv-common-imges {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .whatsapp .pkv-common-imges {
    width: 45px;
    height: 45px;
  }
}

.footer_wrapper .contact_wrapper .whatsapp h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #55cd6c;
  font-weight: 600;
  padding: 1.4rem 0 0 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .footer_wrapper .contact_wrapper .whatsapp h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .whatsapp h2 {
    font-size: 1.4rem;
    padding: .5rem 0 0 0;
  }
}

.footer_wrapper .contact_wrapper .whatsapp p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .whatsapp p {
    font-size: 1.1rem;
  }
}

.footer_wrapper .contact_wrapper .telegram {
  width: 180px;
  height: 180px;
  background-color: #fff;
  padding: 1.8rem 0 1.5rem;
  border-radius: 0.4rem;
  text-align: center;
  margin-right: 1.5rem;
}

.footer_wrapper .contact_wrapper .telegram:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

@media only screen and (max-width: 992px) {
  .footer_wrapper .contact_wrapper .telegram {
    width: 130px;
    height: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .telegram {
    width: 31%;
    height: 11rem;
    margin-right: .4rem;
    padding: 1rem 0 1.5rem;
  }
}

.footer_wrapper .contact_wrapper .telegram .pkv-common-imges {
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 992px) {
  .footer_wrapper .contact_wrapper .telegram .pkv-common-imges {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .telegram .pkv-common-imges {
    width: 45px;
    height: 45px;
  }
}

.footer_wrapper .contact_wrapper .telegram h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #1D9FD5;
  font-weight: 600;
  padding: 1.4rem 0 0 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .footer_wrapper .contact_wrapper .telegram h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .telegram h2 {
    font-size: 1.4rem;
    padding: .5rem 0 0 0;
  }
}

.footer_wrapper .contact_wrapper .telegram p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .telegram p {
    font-size: 1.1rem;
  }
}

.footer_wrapper .contact_wrapper .livechat {
  width: 180px;
  height: 180px;
  background-color: #fff;
  padding: 1.8rem 0 1.5rem;
  border-radius: 0.4rem;
  text-align: center;
  margin-right: 1.5rem;
  margin-right: 0;
}

.footer_wrapper .contact_wrapper .livechat:hover {
  background: #fdc04a;
  -webkit-box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
          box-shadow: 0 0 21px #ffe13e, 0 0 20px #2d2809, 0 0 21px #ffe13e inset;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

@media only screen and (max-width: 992px) {
  .footer_wrapper .contact_wrapper .livechat {
    width: 130px;
    height: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .livechat {
    width: 31%;
    height: 11rem;
    margin-right: .4rem;
    padding: 1rem 0 1.5rem;
  }
}

.footer_wrapper .contact_wrapper .livechat .pkv-common-imges {
  width: 70px;
  height: 70px;
  margin-top: 10px;
}

@media only screen and (max-width: 992px) {
  .footer_wrapper .contact_wrapper .livechat .pkv-common-imges {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .livechat .pkv-common-imges {
    width: 45px;
    height: 45px;
  }
}

.footer_wrapper .contact_wrapper .livechat h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #FD501E;
  font-weight: 600;
  padding: 1.4rem 0 0 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .footer_wrapper .contact_wrapper .livechat h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .livechat h2 {
    font-size: 1.4rem;
    padding: .5rem 0 0 0;
  }
}

.footer_wrapper .contact_wrapper .livechat p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .contact_wrapper .livechat p {
    font-size: 1.1rem;
  }
}

.footer_wrapper .footer_copy {
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-top: 1px solid #96040B;
  padding-top: 2.5rem;
}

@media only screen and (max-width: 480px) {
  .footer_wrapper .footer_copy {
    font-size: 1rem;
  }
}

.scroll-top {
  position: relative;
  display: block;
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 4px;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#96040B));
  background: linear-gradient(180deg, #F00 0%, #96040B 100%);
}

.scrollToTop {
  position: fixed;
  right: 10px;
  bottom: 100px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.scrollToTop span {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  z-index: 0;
}

.scrollToTop span {
  font-size: 20px;
}

.other_page_img {
  text-align: center;
}

.other_page_img .other_page_banner {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .other_page_img .other_page_banner {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .other_page_img .other_page_banner {
    width: 100%;
  }
}

.article {
  margin-bottom: 4rem;
}

.article p {
  text-align: justify;
  font-size: 1.6rem;
  padding-bottom: 2rem;
  color: #ccc;
}

.article_wrapper {
  padding-bottom: 8rem;
}

.article_wrapper h1 {
  text-align: left;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 2rem;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .article_wrapper h1 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .article_wrapper h1 {
    font-size: 2.4rem;
  }
}

.article_wrapper h2 {
  text-align: left;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 2rem;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  .article_wrapper h2 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .article_wrapper h2 {
    font-size: 2.4rem;
  }
}

.article_wrapper p {
  text-align: justify;
  font-size: 1.6rem;
  padding-bottom: 2rem;
  color: #ccc;
}

.article_wrapper ul {
  list-style: none;
  padding-left: 3rem;
}

.article_wrapper ul li {
  list-style: circle;
  color: #ccc;
  font-size: 1.6rem;
}

.marquee_other {
  height: 45px;
  margin-top: -15px;
}

@media only screen and (max-width: 992px) {
  .marquee_other {
    margin-top: 0;
  }
}

.marquee_other .notiff {
  line-height: 44px;
  float: left;
  font-size: 2rem;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#B50000), to(#96040B)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #B50000 0%, #96040B 100%) 0% 0% no-repeat padding-box;
  border-radius: 0.4rem;
  padding: 0 2rem;
}

@media only screen and (max-width: 992px) {
  .marquee_other .notiff {
    font-size: 2rem;
    padding: 0 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .marquee_other .notiff {
    font-size: 1.4rem;
    padding: 0 0.5rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 576px) {
  .marquee_other .notiff {
    font-size: 1.2rem;
    line-height: 3.6rem;
  }
}


@media only screen and (max-width: 375px) {
  .marquee_other .notiff {
    line-height: 3.2rem;
  }
}

.marquee_other .marqueeHome {
  width: calc(100% - 208px);
  height: 44px;
  line-height: 44px;
  float: right;
  font-size: 2rem;
  color: #fff;
}



@media only screen and (max-width: 992px) {
  .marquee_other .marqueeHome {
    width: calc(100% - 178px);
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .marquee_other .marqueeHome {
    width: calc(100% - 132px);
    font-size: 1.4rem;
    padding: 0 0.5rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 576px) {
  .marquee_other .marqueeHome {
    width: calc(100% - 115px);
    font-size: 1.2rem;
    line-height: 3.6rem;
  }
}


@media only screen and (max-width: 375px) {
  .marquee_other .marqueeHome {
    line-height: 3.2rem;
  }
}

.other_page_img {
  text-align: center;
}

.other_page_img .other_page_banner {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}

.article {
  margin-bottom: 4rem;
}

.article p {
  text-align: justify;
  font-size: 1.6rem;
  padding-bottom: 2rem;
  color: #ccc;
}

.article ol {
  list-style: none;
  padding-left: 3rem;
}

.article ol li {
  list-style: circle;
  color: #ccc;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .article .other_page_banner_download {
    width: 100%;
  }
}

.article_wrapper {
  background-image: url(../img/Other-Page-Banner/other_page_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 992px) {
  .article_wrapper {
    background-image: url(../img/Other-Page-Banner/other_page_bg_tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

@media only screen and (max-width: 480px) {
  .article_wrapper {
    background-image: url(../img/Other-Page-Banner/other_page_bg_mb.png);
    background-repeat: no-repeat;
  }
}

.article_wrapper h1 {
  text-align: left;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 2rem;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .article_wrapper h1 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .article_wrapper h1 {
    font-size: 2.4rem;
  }
}

.article_wrapper h2 {
  text-align: left;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 2rem;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .article_wrapper h2 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .article_wrapper h2 {
    font-size: 2.4rem;
  }
}

.article_wrapper p {
  text-align: justify;
  font-size: 1.6rem;
  padding-bottom: 2rem;
  color: #ccc;
}

.article_wrapper ol {
  list-style: none;
  padding-left: 3rem;
}

.article_wrapper ol li {
  list-style: circle;
  color: #ccc;
  font-size: 1.6rem;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
/*# sourceMappingURL=main.css.map */