/*// out: ../css/main.less, compress: true, strictMath: true, sourceMap: false*/
// https://github.com/jdiehl/brackets-less-autocompile
html {}

body {
    font-family:  system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    padding-top: 132px;
}
.pcHidden { display: block !important; }
.spHidden { display: none !important; }

.btnHeight {
    display: inline-block;
    height: 100px;
    max-height: 65px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 111px;
    right: 20px;
    background-color: #ffc107;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    padding: 8px;
    z-index: 100;
}
.float.pc_whatsapp {
    bottom: 38px;
    background-color: rgb(37,211,102);
}
.float:hover {
    color: #fff;
    background-color: #daa402;
}
.float.pc_whatsapp:hover {
    color: #fff;
    background-color: #0f8276;
}


.windowsLoad {
    background: transparent;
    border: 0px;
}
.windowsLoad button {
    background-color: #fff;
    float: right;
}
.windowsLoad .modal-body {
    padding: 0;
}
.windowsLoad .modal-body img {
    width: 100%;
}


.topHeader {
    color: #ff0810;
    background: #140001;
    padding: 0.8rem 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 301;
    border-bottom: 1px solid #ff0810;
}
.topHeader .datetimePart {
    display: inline-block;
}
.topHeader .topLoginPart {
    color: #dabc6f;
    float: right;
    text-transform: uppercase;
}
.topHeader #datetime {
    color: #fff;
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    letter-spacing: 0;
}
.topHeader .btn_topJoin {
    background: linear-gradient(180deg,#940505 0%,#d70000 100%);
    color: #fff;
    padding: .15rem .5rem;
    margin-right: 1.5rem;
    font-size: .75rem;
    border: none;
    border-radius: 0.3rem;
    font-weight: bold;
}
.topHeader .btn_topLogin {
    color: #fff;
    margin-right: 1.5rem;
    font-size: .8em;
    font-weight: bold;
    text-decoration: none;
}
.topHeader .menuIcon {
    cursor: pointer;
    display: inline-block;
    height: 1.16rem;
    width: 2.28rem;
    background: transparent;
    padding: 0;
}
.topHeader .menuIcon.btn {
    padding: 0;
    border: 0;
    margin-top: -12px;
}
.topHeader .slide-menu .slide-menu-here .icon-menu {
    max-width: 2.33rem;
    width: 5rem;
    height: 2rem;
    margin-right: 1rem;
    fill: #fff;
}
.topHeader .slide-menu {
    position: fixed;
    -webkit-transform: translateX(-285px);
    -ms-transform: translateX(-285px);
    transform: translateX(-285px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    background: #ffffff;
    top:0;
    bottom: 0;
    color: #e03933;
    width: 250px;
    -webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    overflow: auto;
    z-index: 9998;
}
.topHeader .slide-menu>.slide-menu-here>.menu {
    padding: .5em 0;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>a {
    color: #e03933;
    position: relative;
    display: inline-block;
    padding: .8em 1em;
    width: 100%;
    border-bottom: 1px solid #e03933;
    text-decoration: none;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>.sub-menu {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    display:none;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>.sub-menu.active {
    display: block;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.topHeader .slide-menu>.slide-menu-here>.menu li>.sub-menu>li>a {
    padding-left: 2em;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>a.active,
.topHeader .slide-menu a:hover {
    background-color: #e03933;
    color: #fff !important;
    transition: .3s;
}
.topHeader .slide-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
}
.topHeader .menuDarkBg {
    display: block;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 2;
}
.topHeader .slide-left~.menuDarkBg {
    visibility: visible;
}

.langClass {
    display: inline-block;
}
.langClass .btn {
    color: #e03933;
    background-color: #fff;
    border: 1px solid #e03933;
    font-size: 0.6rem;
    transition: 0.3s;
}
.langClass ul { 
    background-color: transparent;
    padding: 0px; 
    font-size: 0.8rem;
    font-weight: bold;
}
.langClass ul li { 
    background-color: transparent;
}
.langClass ul li a {
    background-color: #fff;
    color: #e03933;
    border: 1px solid #e03933;
    border-top: 0px;
}
.langClass ul li:first-child a {    
    border-top: 1px solid #e03933;
    border-radius: 0.375rem 0.375rem 0 0;
}
.langClass ul li:last-child a {
    border-bottom: 1px solid #e03933;
    border-radius: 0 0 0.375rem 0.375rem;
}
.langClass ul li a:hover,
.langClass .btn.show,
.langClass .btn:hover {
    color: #fff;
    background-color: #e03933;
    border-color: #e03933;
}
.langClass img {
    width: 25px;
}

.navbar {
    background: linear-gradient(90deg,#000000 0,#000000 160px,#ffffff 0,#ffffff);
    padding: 0;
    margin-top: 52px;
    box-shadow: inset 0 0 0px 0px hsl(0deg 39.89% 35.88% / 45%), 0 3px 10px 0 rgb(128 55 55 / 45%) !important;
    z-index: 9;
}
.navbar .nav-item > a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #000;
    font-size: .8rem;
    font-weight: bold;
    padding: 1.8rem 0;
    border-bottom: .2rem solid #fff;
}
.navbar .nav-item > a:hover,
.navbar .nav-item > a.active {
    color: #940505;
    border-bottom: .2rem solid #940505;
}
.navbar .logoBg {
    position: relative;
    background: #000;
    max-width: 10rem;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin-right: 3rem;
    text-align: center;
}  
.navbar .logoBg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 40px;
    background: linear-gradient(to bottom right, #000000, #000000 49%, transparent 51%, transparent);
}
.navbar .logoBg img {
    width: 100%;
}
.navbar .btn-group .btn-danger {
    color: #000;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: .8rem;
    font-weight: 700;
    padding-top: 3px;
}
.navbar .btn-group .btn-danger.active,
.navbar .btn-group .btn-danger.show {
    color: #940505;
    border-bottom: .2rem solid #940505;
    padding-bottom: .2rem;
}
.navbar .btn-group .btn-danger.show {
    color: #940505;
    border-bottom: .2rem solid #940505;
    padding-bottom: .2rem;
}
.navbar .btn-group .dropdown-menu.show {
    padding: 0;
    margin-top: 0;
}
.navbar .btn-group .dropdown-menu a {
    color: #940505;
    background: #fff;
    font-size: .8rem;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #940505;
}
.navbar .btn-group .dropdown-menu a:hover,
.navbar .btn-group .dropdown-menu a:focus,
.navbar .btn-group .dropdown-menu a:active,
.navbar .btn-group .dropdown-menu .active {
    color: #fff;
    background: #e03933;
    transition: 0.3s;
}

.temHeader {
    background: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border-bottom: 0px solid #ff0810;
}
.temHeader a img {
    width: 16%;
}

#langSelect img {
    width: 27px;
}


.blankPage {
    padding: 60px 0;
    background: #2c0205;
}
.notFoundPage {
    color: #ff0810;
    text-align: center;
}
.itemNotFound .modelImg img {
    width: 30%;
}
.itemNotFound h1 {
    margin-bottom: 10px;
}
.itemNotFound h1 span {
    display: block;
    font-size: 10rem;
    font-weight: bold;
    line-height: 8rem;
}
.itemNotFound .btn_blank {
    background: linear-gradient(180deg,#940505 0%,#d70000 100%);
    color: #fff;
    border: none;
    font-weight: bold;
}

.carousel img {
    width: 100%;
}


/***** service Top Part *****/
.serviceTopPart {
    background: #fff;
    margin-right: 0;
    padding: 25px 0 25px 15px;
    border-bottom: 2px solid #d60001;
    box-shadow: inset 0 0 0px 0px hsl(0deg 39.89% 35.88% / 45%), 0 3px 10px 0 rgb(128 55 55 / 45%) !important;
}
.serviceTopPart a.serviceDesc {
    color: #d60001;
    text-decoration: none;
}
.serviceTopPart a:active,
.serviceTopPart a:focus,
.serviceTopPart a:hover {
    color: #f75758;
    transition: 0.6s;
}
.serviceTopPart .serviceDesc {
    display: inline-flex;
    color: #fff;
    font-size: 13px;
    max-height: inherit;
}
.serviceTopPart .serviceDesc .serviceImg {
    display: inline-block;
    width: 40px;
    margin-right: 6px;
}
.serviceTopPart .serviceDesc .serviceImg img {
    width: 100%;
}
.serviceTopPart .serviceDesc .serviceContent {
    margin-left: 0px 
}
.serviceTopPart .serviceDesc .serviceContent .service-title {
    font-weight: bold;
    font-size: 15px;
}
.serviceTopPart .serviceDesc p {
    margin-bottom: 0;
}

/***** service Part *****/
.servicePart {
    margin-right: 0;
    padding: 25px 0 25px 15px;
}
.servicePart a.serviceDesc {
    color: #d60001;
    text-decoration: none;
}
.servicePart a:hover {
    color: #f75758;
    border: 2px solid #f75758;
    transition: 0.6s;
}
.servicePart .serviceDesc {
    display: inline-flex;
    color: #e03933;
    border: 2px solid #d60001;
    border-radius: 16px;
    padding: 12px 13px;
    font-size: 13px;
    margin: 25px 0 20px;
    width: 100%;
}
.servicePart .serviceDesc .serviceImg {
    display: inline-block;
    width: 50px;
}
.servicePart .serviceDesc .serviceImg img {
    width: 100%;
}
.servicePart .serviceDesc .serviceContent {
    margin-left: 8px 
}
.servicePart .serviceDesc .serviceContent .service-title {
    font-weight: bold;
    font-size: 0.9rem;
}
.servicePart .serviceDesc p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

.marqueePart {
    position: relative;
    background: #c71300;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 6px;
    width: 100% !important;
}
.marqueePart .iconPart { 
    position: absolute;
    background: #e03933;
    padding-left: 12px;
    top: 6px;
    left: 0; 
}
.marqueePart .iconPart:before { 
    content: '';
    position: absolute;
    background: #c71300;
    width: 35px;
    height: 25px;
    z-index: 1;
    left: 0;
}
.marqueePart .iconPart i {
    position: relative;
    color: #ffffff;
    z-index: 1;
} 
.marqueeInfo {
    display: inline-block;
    animation: marquee 10s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

.btnEffet {
    background: radial-gradient(at center center, #e3a3a0 0, #e03933 100%);
    -webkit-border-radius: 10px;
    border-radius: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
}
/*
.btnEffet {
    background: radial-gradient(at center center,#f3787c 0,#ff0810 100%);
    -webkit-border-radius: 10px;
    border-radius: 50px;
    border: none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 2000ms infinite;
    -moz-animation: glowing 2000ms infinite;
    -o-animation: glowing 2000ms infinite;
    animation: glowing 2000ms infinite;
}
*/
.btnEffet i {
    margin-right: 6px;
}
@-webkit-keyframes glowing {
  0% { 
      background: radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
      padding: 12px 30px;
      -webkit-box-shadow: 0 0 3px radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
    }
  50% { 
      background: #1cfe30; 
      padding: 16px 34px;
      -webkit-box-shadow: 0 0 40px #ff0810; 
    }
  100% { 
      background: radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
      padding: 12px 30px;
      -webkit-box-shadow: 0 0 3px radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
    }
}

@-moz-keyframes glowing {
  0% { 
      background: radial-gradient(at center center,#f3787c 0,#ff0810 100%);
      padding: 12px 30px;
      -moz-box-shadow: 0 0 3px radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
    }
  50% { 
      background: #ff0810;
      padding: 16px 34px;
      -moz-box-shadow: 0 0 40px #ff0810; 
    }
  100% { 
      background: radial-gradient(at center center,#f3787c 0,#ff0810 100%);
      padding: 12px 30px;
      -moz-box-shadow: 0 0 3px radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
    }
}

@-o-keyframes glowing {
  0% { 
      background: radial-gradient(at center center,#f3787c 0,#ff0810 100%);
      padding: 12px 30px;
      box-shadow: 0 0 3px radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
    }
  50% { 
      background: #ff0810;
      padding: 16px 34px;
      box-shadow: 0 0 40px #ff0810; 
    }
  100% { 
      background: radial-gradient(at center center,#f3787c 0,#ff0810 100%);
      padding: 12px 30px;
      box-shadow: 0 0 3px radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
    }
}

@keyframes glowing {
  0% { 
      background: radial-gradient(at center center,#f3787c 0,#ff0810 100%);
      padding: 12px 30px;
      box-shadow: 0 0 3px radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
    }
  50% { 
      background: #ff0810;
      padding: 16px 34px;
      box-shadow: 0 0 40px #ff0810; 
    }
  100% { 
      background: radial-gradient(at center center,#f3787c 0,#ff0810 100%);
      padding: 12px 30px;
      box-shadow: 0 0 3px radial-gradient(at center center,#f3787c 0,#ff0810 100%); 
    }
}

.css_grid_gallery {
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 1rem;
}
.css_grid_gallery img {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#img_bg_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3;
}
#modal_image {
  position: fixed;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  box-shadow: 0 0.25rem 5rem rgba(0, 0, 0, 0.75);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.2, 0, 0, 1.25);
}
#modal_image.is_visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
#img_close_cta {
  position: fixed;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 7;
  transform: scale(0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease;
}
#img_close_cta.is_visible {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
#previous_img_cta {
  position: fixed;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) rotate(-45deg) scale(0.1);
  border: 1rem solid #FFFFFF;
  border-right-color: transparent;
  border-bottom-color: transparent;
  z-index: 7;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease;
}
#previous_img_cta.is_visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
#next_img_cta {
  position: fixed;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg) scale(0.1);
  border: 1rem solid #FFFFFF;
  border-left-color: transparent;
  border-bottom-color: transparent;
  z-index: 7;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease;
}
#next_img_cta.is_visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) rotate(45deg) scale(1);
}

.brandName {
    text-align: center;
    margin-bottom: 12px;
}
.brandName a,
.brandName span {
    color: #fff;
    background: linear-gradient(90deg, #d20001 0%, #9b0002 100%);
    font-family: archivo, Sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
}

.featurette {
    position: relative;
    color: #383838;
    border-bottom: 2px solid #d20001;
}
/*
.featurette::before {
    content: '';
    position: absolute;
    background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    z-index: 0;
}
*/
.featurette .row {
    position: relative;
    z-index: 1;
}
.featurette .modelImg {
    position: relative;
    height: 100%;
    width: 100%;
}
.featurette .modelImg img {
    width: 100%;
}
.featurette h3 {
    color: #d70000;
    font-size: 50px;
    font-weight: bold;
    line-height: 39px;
}
.featurette .featInfo {
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.aboutus {
    position: relative;
    background: #fff;
    color: #222;
    border-bottom: 2px solid #d20001;
}
/*
.aboutus:before {
    content: '';
    position: absolute;
    background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    z-index: 0;
}
*/
.aboutus .row {
    position: relative;
    z-index: 1;
}
.aboutus .modelImg {
    position: relative;
    height: 100%;
    width: 100%;
}
.aboutConerIndex img,
.aboutus .modelImg img {
    /*position: absolute;*/
    width: 100%;
    top: 0%;
}
.aboutus .aboutTit { padding: 50px 0 30px; }
.aboutus .aboutTit h2 {
    color: #d70000;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.gamesCat hr,
.ourGame hr,
.aboutus hr {
    color: #ff0810;
    width: 15%;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.aboutus .aboutInfo {
    margin: 10% 0 15%;
    text-align: justify;
}
.aboutus .aboutInfo strong {
    color: #d70000;
}
.aboutConerIndex {
    background: #000;
    margin: 0 auto;
}
.aboutConerIndex .modelImg img {
    border-radius: 8px;
}

.ourGame {
    position: relative;
    background-image: url(../img/bg_img.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    border-bottom: 2px solid #d70000;
    padding-bottom: 50px;
}
.ourGame .ourGameTit { padding: 50px 0 30px; }
.gamesCat .findTit h2,
.ourGame .ourGameTit h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase;
}
.ourGame .boxImg {
    background: #140001;
    padding: 4px 4px 0;
    border-radius: 6px;
    border: 1px solid #ff0810;
}
.ourGame .nav-tabs {
    border-bottom: 0;
}
.ourGame .nav-tabs .nav-link {
    color: #fff;
    background-color: #000;
    border-color: #ff0810;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px;
}
.ourGame .nav-tabs .nav-link:focus,
.ourGame .nav-tabs .nav-link:hover,
.ourGame .nav-tabs .nav-item.show .nav-link,
.ourGame .nav-tabs .nav-link.active {
    background-color: transparent;
    background-image: linear-gradient(180deg, #d00 0%, #9f0002 100%);
    cursor: pointer;
    transition: 0.3s;
}
.ourGame .boxImg .col-4 {
    padding-right: 2px;
    padding-left: 2px;
}
.ourGame .boxImg .contentInfo img {
    width: 100%;
    margin-bottom: 4px;
}

/*** register Part ***/
.registerStep { 
    color: #fff;
    font-size: 15px;
    border-bottom: #d70000 solid 2px;
}
.registerStep #myCarousel {
    margin-bottom: 20px;
}
.registerStep #myCarousel img {
    width: 100%;
}
.registerStep .registerStepDesc {
    padding-top: 2rem;
}
.registerStep strong { color: #d70000; }
.registerStep .btn_copy { 
    font-size: 12px;
    border-radius: 50%;
    padding: 8px 11px;
    margin-left: 10px;
}

.gamesPlatform { 
    background-image: url(../img/2023_04/bottomBg.jpg?v=1.0);
    background-position: center center;
    background-size: cover;
    text-align: center;
    border-bottom: #ff0810 solid 2px;
}
.gamesPlatform .bgColor {
    background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding-bottom: 60px;
}
.gamesPlatform hr {
    color: #1CFE30;
    width: 20%;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.gamesPlatform .findTit { 
    padding: 50px 0 60px; 
}
.gamesPlatform .findTit h2 {
    color: #1CFE30;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.gamesPlatform .findTit h2 span { display: block; }
.gamesPlatform .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
    color: #000;
}
.gamesPlatform .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
.gamesPlatform .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.gamesPlatform .owl-nav i {
  font-size: 52px;
}
.gamesPlatform .owl-nav .owl-prev {
  left: -30px;
}
.gamesPlatform .owl-nav .owl-next {
  right: -30px;
}

.gamesCat { 
    background-image: url(../img/index/gameCat-bg.jpg?v=1.0);
    background-position: center center;
    background-size: cover;
    text-align: center;
    border-bottom: 2px solid #d70000;
    padding-bottom: 50px;
}
.gamesCat .findTit { 
    padding: 50px 0 60px; 
}
.gamesCat .findTit h2 span { display: block; }
.gamesCat .card { 
    background: transparent;
    color: #fff;
    border: 1px solid #ff0810;
    margin-bottom: 20px;
}
.gamesCat .card h3 {
    font-size: 1.5rem;
}
.gamesCat .card .card-text {
    padding-top: 10px;
    min-height: 280px;
} 

.atasInfoBox {
    color: #dc3545;
    background: #fff;
    padding: 50px 0 0;
    border-bottom: 2px solid #d70000;
}
.atasInfoBox .modelImg img { width: 100%; }
.atasInfoBox .atasInfoBoxTit { padding: 30px 0 10px; }
.atasInfoBox hr {
    color: #ddd;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.atasInfoBox .atasInfoBoxDesc {
    margin: 0 auto;
    text-align: justify;
}
.atasInfoBox .atasInfoBoxDesc h4 {
    font-size: 1.25rem;
}
.atasInfoBox .atasInfoBoxDesc p {
    color: #000;
    font-size: 12px;
}
.atasInfoBox .atasInfoBoxDesc p span {
    display: block;
}

/* indexFightSEO */
.expandable {
    padding: 3em 0;
    font-family: sans-serif;
    font-size: .8rem;
    border-bottom: 2px solid #e03933;
}
.expandable.open .excerpt {
    max-height: 0;
}
.expandable h4 {
    font-weight: bold;
}
.expandable.open .content {
    max-height: 999em;
}
.expandable.animated .excerpt {
    max-height: 0 !important;
}
.expandable.animated .content {
    min-height: 999em;
}
.expandable .viewport {
    overflow: hidden;
    transition: max-height 1s, min-height 1s;
}
.expandable .excerpt,
.expandable .content {
    transition: opacity 0.1s;
}
.expandable .excerpt p:first-child,
.expandable .content p:first-child {
    margin-top: 0;
    margin-bottom: 0;
}
.expandable .excerpt {
    overflow: hidden;
}
.expandable .content {
    max-height: 0;
    overflow: hidden;
}
.expandable .btn-link {
    color: #dc3545;
    display: block;
    background: #ffffff;
    font-weight: 700;
    width: 100%;
    text-decoration: none;
}
.expandable a {
    color: #dc3545;
    font-weight: bold;
    text-decoration: none;
}
.expandable a.wbLink {
    color: #1eaae3;
}


/*  4d Page & tpower-4d */
.fourDPage {
    padding: 0 !important;
    overflow: hidden;
}
.fourDPage iframe {
    width: 100%;
    height: 100vh;
}
.fourDSubPage {
    margin-bottom: 1rem;
}
.fourDInfo .fourModal {
    color: #fff;
}
.fourDInfo .fourModal hr {
    margin: 30px auto;
}
.fourDInfo .fourModal button.btn-primary img {
    width: 100%;
}
.fourDInfo .fourModal button.btn-primary {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: 0;
    box-shadow: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.fourDInfo .fourModal button.btn-primary::before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fourDInfo .fourModal button.btn-primary:focus::before,
.fourDInfo .fourModal button.btn-primary:active::before,
.fourDInfo .fourModal button.btn-primary:hover::before {
    background: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.fourDInfo .fourModal button span {
    position: absolute;
    margin-top: -60px;
    margin-left: -40px;
    font-size: 5rem;
    left: 50%;
    top: 50%;
}
.fourDInfo .fourModal .modal-header,
.fourDInfo .fourModal .modal-body,
.fourDInfo .fourModal .modal-footer {
    background: #3a0608;
}
.fourDInfo .fourModal .modal-header {
    display: inline-block;
    text-align: center;
    border-color: #622727;
}
.fourDInfo .fourModal .modal-header h1 {
    display: inline-block;
    margin-left: 20px;
}
.fourDInfo .fourModal .modal-header a {
    float: right;
    font-size: 1.3rem;
    margin-right: 0.8rem;
}
.fourDInfo .fourModal .modal-header button {
    color: #fff;
    float: right;
}
.fourDInfo .fourModal .modal-body h2 {
    margin-bottom: 30px;
}
.fourDInfo .fourModal .modal-body video {
    width: 80%;
    border: 1px solid #622727;
}
.fourDInfo .fourModal .modal-footer {
    border-color: #622727;
}

    
/*  login & register link page */
body.linkSubPage {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-top: 30px;
}
.linkSubPage iframe {
    padding-top: 25px;
    padding-bottom: 6px;
    width: 99.8%;
    height: 90vh;
}


/*** Body Part ***/
.bodyPart { 
    /*background-image: url(../img/subBg.jpg?v=1.0);*/
    background-position: center center;
    background-size: cover;
    color: #140001;
    font-size: 1rem;
    text-align: center;
    border-bottom: 2px solid #ff0810;
    padding-bottom: 3rem;
}
.bodyPart .findTit { 
    padding: 50px 0 30px; 
}
.bodyPart .findTit h2 {
    color: #990505;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase;
}
.bodyPart .findSubTit h3,
.bodyPart .findSubTit h4 {
    color: #f7645f;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.bodyPart .findSubTit h3 a,
.bodyPart .findSubTit h4 a {
    color: #f7645f;
    font-weight: bold;
    text-decoration: underline;
}
.bodyPart hr {
    color: #db5550;
    width: 15%;
    margin: 0 auto;
    border-top: .1rem solid;
    opacity: 1;
}
.bodyPart .bodyDesc {
    text-align: left;
    margin-bottom: 3rem;
}
.bodyPart .bodyDesc a {
    color: #b12224;
    font-weight: bold;
    text-decoration: none;
}
.bodyPart.registerStep .carousel-inner {
    border-radius: 1rem;
}

/* Register Page (All page using) */
.registerInfo {
    padding-top: 50px;
}
.registerInfo .plugRegister {
    border: 1px solid #db5550;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.registerInfo .plugRegister iframe {
    width: 100%;
    height: 100vh;
}
.registerInfo .res_img {
    padding: 0px 0 10px;
}
.registerInfo .res_img img {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 1rem;
}

/* Register Page (All page using) */
.ambassadorInfo .conerInfo{
    position: relative;
    background: #fff;
    color: #222;
    border-bottom: 2px solid #d20001;
    box-shadow: inset 0 0 0px 0px hsl(0deg 39.89% 35.88% / 45%), 0 3px 10px 0 rgb(128 55 55 / 45%) !important;
}
.ambassadorInfo .modelImg {
    position: relative;
    height: 100%;
    width: 100%;
}
.ambassadorInfo p a {
    color: #b12224;
    font-weight: bold;
    text-decoration: none;
}
.ambassadorInfo .ambassadorDesc img,
.ambassadorInfo .modelImg img {
    width: 100%;
}
.ambassadorInfo .ambassadorDesc img {
    border-radius: 10px;
}
.ambassadorInfo .featInfo {
    margin-top: 8%;
    margin-bottom: 20px;
}
.ambassadorInfo .featInfo .btnHeight {
    margin-top: 2rem;
}
.ambassadorInfo .featInfo h5 {
    font-weight: bold;
}
.ambassadorInfo .featInfo h5 span {
    color: #d70000;
}
.ambassadorInfo .featInfo .award img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.ambassadorInfo .featInfo .award span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.ambassadorInfo .featInfo .award small {
    display: block;
    font-size: 10px;
}
.ambassadorInfo .card {
    margin-bottom: 2rem;
    font-size: 0.7rem;
}
.ambassadorInfo .card h4 {
    color: #c60008;
    font-size: 1rem;
}
.ambassadorInfo .winnerInfo {
    font-size: 0.9rem;
    text-align: left;
    margin-bottom: 3rem;
}
.ambassadorInfo .winnerInfo img {
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
}
.ambassadorInfo .conorVideoPart {
    background: linear-gradient(180deg, #ffffff 0%, #ff9f9f 100%);
    border-radius: 8px;
    margin-bottom: 2rem
}
.ambassadorInfo .conorVideoPart .conorVideo,
.ambassadorInfo .conorVideoPart img {
    width: 100%;
}
.ambassadorInfo .conorVideoPart img.conorVideoPng {
    width: 85%;
}

/*  Topup Withdrawal Tutorial Page */
.twtInfo .twtDesc {
    border: #d00 solid 1px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.twtInfo .twt_video {
    padding: 20px;
}
.twtInfo .twt_video .card {
    background: transparent;
    border: none;
}
.twtInfo .twt_video video {
    width: 100%;
}
.twtInfo .twtDesc .card-title {
    color: #d12121;
    font-weight: bold;
    font-size: 1.7rem;
}
.twtInfo .twtDesc .card-text a {
    color: #f7645f;
    font-weight: bold;
}
.twtInfo .twtDesc h5 {
    margin-bottom: 0;
}
.twtInfo .twtDesc small {
    font-size: .9rem;
}
.twtInfo .stepCard {
    position: relative;
    padding-left: 70px;
    margin-bottom: 1.2rem;
}
.twtInfo .stepCard:before {
    content: '';
    position: absolute;
    background-color: #d50000;
    color: #fff;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.twtInfo .stepCard.step1:before { content: '1'; }
.twtInfo .stepCard.step2:before { content: '2'; }
.twtInfo .stepCard.step3:before { content: '3'; }
.twtInfo .stepCard.step4:before { content: '4'; }
.twtInfo .stepCard.step5:before { content: '5'; }
.twtInfo .twtDesc .findSubTit { padding-top: 20px; }
.twtInfo .twtDesc .bodyDesc { margin-bottom: 0; }
.twtInfo .twtDesc hr {
    color: #ff0810;
    width: 30%;
    margin: 1.2rem 0;
    border-top: .2rem solid;
    opacity: 1;
}


/*  tgInfo Page */
.tgInfo .tgDesc a {
    cursor: pointer;
}
.tgInfo .tgDesc {
    padding-bottom: 3rem;
    border-bottom: 1px solid #db5550;
}
.tgInfo .tgDesc.tgDescLast {
    border-bottom: none solid #db5550;
}
.tgInfo .tgDesc img {
    border-radius: 1rem;
    width: 100%;
}
.tgInfo .tgDesc .modal-content,
.tgInfo .tgDesc .modal-body {
    background: transparent;
    padding: 0;
    border: 0;
}
.tgInfo .tgDesc .tgModalOpen {
    width: 100%;
    margin-top: .5rem;
}
.tgInfo .tgDesc .btn-link {
    position: absolute;
    color: #000;
    right: .8rem;
    font-size: 1.9rem;
}
.tgInfo .tgDesc .tgModalClose {
    margin-top: 1rem;
}

/* Download Page & Turnover Page & Promo Page */
.downloadInfo .downloadDesc {
    /*background: url(../img/download/descBg.jpg?v=1.0) no-repeat center center;*/
    background-size: auto;
    margin-bottom: 3rem;
    /*padding: 40px 0 10px;*/
    border: 1px solid #db5550;
    border-radius: 20px;
    text-align: left;
}
.gameInfo .gamesDesc img,
.promoInfo .promoDesc img,
.turnoverInfo .turnoverDesc img,
.downloadInfo .downloadDesc img {
    border-radius: 20px;
    width: 100%;
}

.downloadInfo .downloadDesc .card {
    background: none;
    border: none;
}
.downloadInfo .downloadDesc .card .card-body {
    padding: 5rem 2rem;
}
.downloadInfo .downloadDesc .appClass img {
    margin-top: 8px;
    margin-right: 20px;
    max-width: 20%;
    float: left;
}
.downloadInfo .downloadDesc .appClass h3 span {
    color: #ff4835;
    display: block;
    font-size: 3rem;
    font-weight: bold;
}
.downloadInfo .registerDesc h3 {
    color: #f7645f;
}
.downloadInfo .registerDesc p {
    text-align: left;
}


/*  Game Page */
.gamesInfo .fourModal .btn.btn-danger {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

/*  News Page */
.newsInfo .newsDesc {
    border: 1px solid #d00;
    text-align: left;
}
.newsInfo .news_img {
    padding: 20px;
}
.newsInfo .news_img .card {
    background: transparent;
    border: none;
}
.newsInfo .news_img img {
    width: 100%;
}
.newsInfo .newsDesc hr {
    color: #ff0810;
    width: 30%;
    margin: 1.2rem 0;
    border-top: .2rem solid;
    opacity: 1;
}

/*  FAQ */
.faqInfo .faqDesc .accordion {
    background: none;
    border-radius: 0;
    --bs-accordion-bg: none;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    border: 0px;
}
.faqInfo .faqDesc .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ce0001;
    border-radius: .8rem;
    font-weight: 700;
}
.faqInfo .faqDesc button.collapsed {
    color: #ce0001;
    background: none;
    box-shadow: inset 0 0 0px 0px hsl(0deg 39.89% 35.88% / 45%), 0 3px 10px 0 rgb(128 55 55 / 45%) !important;
}
.faqInfo .faqDesc button {
    color: #fff;
    background: #ce0001;
    border-bottom: none;
    border-top-left-radius: .8rem !important;
    border-top-right-radius: .8rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none;
    font-weight: 600;
}
.faqInfo .faqDesc .accordion-button.collapsed {
    background: #fff;
    border-radius: .8rem !important;
}
.faqInfo .faqDesc .accordion-button::after,
.faqInfo .faqDesc .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    background-image: none;
    color: #ce0001;
}
.faqInfo .faqDesc .accordion-button::after {
    color: #fff;
}
.faqInfo .faq_img img {
    display: block;
    margin: 0 auto;
    border: 3px solid #ff0000;
    border-radius: 1rem;
    width: 100%;
}
.faqInfo .faq_img {
    color: #140001;
    text-align: left;
    padding: 20px;
    font-weight: initial;
}
.faqInfo .faq_img a {
    color: #ff0000;
    font-weight: 700;
    text-decoration: none;
}
.faqInfo .faqDesc h5 {
    margin-bottom: 0;
}
.faqInfo .faqDesc .faqQrCode {
    display: inline-block;
    text-align: center;
    margin-top: 1rem;
}
.faqInfo .faqDesc .faqQrCode img {
    background: #ff0000;
    margin: 0 auto;
    text-align: center;
    width: 20%;
    border: 3px solid #ff0000;
    border-radius: 1rem;
}

/* Customer Service Page */
.csInfo .cs_img {
    padding: 40px 0 10px;
}
.csInfo .cs_img img {
    margin-bottom: 25px;
    width: 100%;
}
.csInfo .csDesc img {
    width: 100%;
}
.csInfo .csDesc .card {
    background: none;
    border: none;
}
.csInfo .csDesc .cs_box {
    border: 1px solid #db5550;
    border-radius: 1rem;
    text-align: left;
    padding: 1rem;
    margin-bottom: 1rem;
}
.csInfo .csDesc .cs_box .cs_icon {
    color: #fff;
    background: linear-gradient(180deg, #d50000 0%, #950505 100%);
    font-size: 2rem;
    line-height: 0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding-top: 27px;
    margin-right: 10px;
    text-align: center;
    float: left;
}
.csInfo .csDesc .cs_box .serviceBox {
    margin-left: 70px;
    line-height: 1rem;
    font-size: .8rem;
}
.csInfo .csDesc .cs_box .serviceBox h5 {
    font-size: 1rem;
    margin-bottom: 0;
}
.csInfo .csDesc .cs_box .serviceBox span {
    display: block;
    margin-bottom: 1rem;
}
.csInfo .csDesc .cs_box .serviceBox a {
    font-size: .8rem;
}


/*  4d Page & tpower-4d */
.fourDPage {
    padding: 0 !important;
    overflow: hidden;
}
.fourDPage iframe {
    width: 100%;
    height: 100vh;
}
.fourDInfo .fourD_img {
    background-image: url(../img/4d/luckynumberborder.png?v=1.0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0 10px;
}
.fourDInfo .fourD_img p {
    font-family: "Archivo", Sans-serif;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
}
.fourDInfo .fourDLive {
    border: 1px solid #db5550;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.fourDInfo .fourDLive iframe {
    width: 100%;
    height: 100vh;
}
.fourDInfo .fourDDesc {
    background-size: auto;
    margin-bottom: 2rem;
    border: 1px solid #db5550;
    border-radius: 20px;
    text-align: left;
}
.fourDInfo .fourDDesc img {
    border-radius: 20px;
    width: 100%;
}

/*  Games Page */
.gamesInfo .gamesDesc .row .gameCol {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
}
.gamesInfo .gamesDesc .row .gameCol:nth-child(even) {
    background-color: #f9f9f9;
}
.gamesInfo .gamesDesc h4 {
    color: #cd1212;
    font-weight: bold;
    font-size: 1.1em;
}
.gamesInfo .gamesDesc p a {
    color: #cd1212;
    font-weight: bold;
    font-size: 0.75rem;
    text-decoration: none;
}
.gamesInfo .gamesDesc p {
    font-size: 0.7rem;
}
.gamesInfo .gamesDesc p span {
    display: block;
    text-align: left;
}
.gamesInfo img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid #ff1719;
}

/*** Footer ***/
footer {
    background: #000;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
footer .footerInfoBox {
    color: #fff;
    font-size: .9rem;
    padding: 1.2rem 0;
}
footer .footerInfoBox ul { padding: 0; }
footer .footerInfoBox ul li {
    list-style: none;
}
footer .footerTit {
    margin: 0;
    padding: 0 0 0 10px;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: #d70000;
}
footer .footerTit h3 {
    color: #fff;
    font-family: "Anybody", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
footer .footerInfoBox .paymentBank ul li {
    display: inline-block;
    margin-bottom: 6px;
}
footer .footerInfoBox .quickLink a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}
footer .footerInfoBox .quickLink a:hover {
    color: #ff000d;
    transition: 0.3s;
}
footer .footerInfoBox .paymentBank img {
    width: 50px;
}
footer .footerInfoBox a {
    color: #fff;
    display: block;
    margin-bottom: 18px;
    text-decoration: none;
}
footer .footerInfoBox a.footerTag {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: bold;
}
footer .footerInfoBox a:focus .serviceBox h5,
footer .footerInfoBox a:active .serviceBox h5,
footer .footerInfoBox a:hover .serviceBox h5 {
    color: #ffc107;
    transition: 0.6s;
}
footer .footerInfoBox a:focus .serviceBox span,
footer .footerInfoBox a:active .serviceBox span,
footer .footerInfoBox a:hover .serviceBox span {
    color: #979797;
    transition: 0.6s;
}
footer .footerInfoBox a i {
    float: left;
    margin-right: 5px;
}
footer .footerInfoBox a .serviceBox {
    margin-left: 45px;
    line-height: 1rem;
}
footer .footerInfoBox ul li a i {
    display: inline-block;
    color: #fff;
    background: #25d366;
    font-size: 1.5rem;
    line-height: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 17px;
    margin-right: 10px;
    text-align: center;
}
footer .footerInfoBox ul li:nth-child(2) a i {
    background: #1877F2;
}
footer .footerInfoBox ul li:nth-child(3) a i {
    /*background: #e36666;*/
    background: #039be5;
}
footer .footerInfoBox ul li:nth-child(4) a i {
    background: #039be5;
}
footer .footerInfoBox ul li a:hover i {
    background: #1ca750;
    transition: 0.6s;
}
footer .footerInfoBox ul li:nth-child(2) a:hover i {
    background: #1060c7;
}
footer .footerInfoBox ul li:nth-child(3) a:hover i {
    /*background: #dd3c3c;*/
    background: #29759b;
}
footer .footerInfoBox ul li:nth-child(4) a:hover i {
    background: #29759b;
}
footer .footerInfoBox .footerServiceBoxTit {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: bold;
}

footer .copyright {
    background: #7e0505;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
footer .copyright div {
    display: block;
    padding: 6px 20px;
    font-size: .9rem;
}
footer .copyright a {
    color: #fff;
    text-decoration: none;
}



footer .sp-footer {
    position: fixed;
    display: inline-flex;
    color: #fff;
    background-image: url(../img/index/gameCat-bg.jpg);
    background-position: center center;
    width: 100%;
    padding: 8px 0;
    bottom: -1px;
    text-align: center;
    box-shadow: 0 0 15px 0 #261e02 !important;
    z-index: 9;
}
footer .sp-footer img {
    height: auto;
    max-width: 50%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
footer .sp-footer a.icon-box {
    color: #fff;
    text-decoration: none;
}
footer .sp-footer .icon-box {
    position: relative;
    
}
footer .sp-footer .icon-box .center-logo {
   position: absolute;
    bottom: -85px;
    margin-left: -22%;
    /*border-radius: 23%;*/
    max-width: 45%;
    /*border: 0px solid #980505;*/
    /*box-shadow: inset 0 0 0px 0px hsl(359.73deg 100% 43.53%), 0 3px 10px 0 rgb(149 0 2) !important;*/
    
}
footer .sp-footer span {
    display: block;
    margin-top: 8px;
    font-size: 0.7rem;
}



/***** Mobile Media *****/
@media (min-width: 1025px) {
/*
    .aboutus .modelImg img {
        top: 5%; 
    }
*/
}
@media (max-width: 1024px) {
    main {
        position: relative;
/*        padding-bottom: 14.2rem;*/
    }
    .wp-bottom-menu { display: flex; }
    .float.pc_whatsapp { display: none; }
    
    .aboutus .aboutInfo {
        margin: 10% 0 0;
    }
    
    .aboutus .modelImg img {
        top: 2%;
        position: inherit;
    }
}

@media (max-width: 991px) {
    body { padding-top: 65px; }
    
    .spHidden { display: block !important; }

/*    .topHeader .datetimePart,*/
    .pcHidden,
    .hideTopwhatsapp,
    .navbar-expand-md .navbar-collapse { 
        display: none !important;
    }
    .topHeader {
        color: #ff0810;
        padding: 1rem 0;
    }
    .topHeader .btn_topJoin {
        font-size: 1em;
    }
    
    .navbar {
        margin-top: 0;
        display: none;
    }
    
    .atasInfoBox .aboutInfo {
        margin: 4% 0 6%;
    }
    .atasInfoBox .modelImg img {
        position: initial;
        top: 0;
        margin-bottom: 20px;
    }
    
    footer .copyright {
        padding-bottom: 1%;
    }
    
    footer .sp-footer {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
/*
    main {
        padding-bottom: 8.3rem;
    }
*/
    
    .pcHide { display: none; }
    .pcShow{ display: block; }
}

@media (max-width: 767px) {
/*
    main {
        padding-bottom: 8.6rem;
    }
*/
    
    .temHeader a img {
        width: 28%;
    }
    
    .mobileHide { display: none; }
    .mobileShow { display: block; }
    
    .servicePart .serviceDesc {
        padding: 20px 0 20px 15px;
        margin: 5px 0 5px;
        height: auto;
        max-height: inherit;
    }
    
    
    .featurette .modelImg {
        position: relative;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    .featurette .featInfo {
        margin-top: 8%;
        padding: 0 30px;
    }
    
    .conerInfo .modelImg {
        position: relative;
        height: 50%;
        width: 50%;
        margin: 0 auto;
    }
    .conerInfo .featInfo {
        margin-top: 8%;
    }
    
    .atasInfoBox {
        padding: 50px 0 20px;
    }
    
    .twtInfo .twtDesc .findSubTit {
        padding-top: 0;
    }
    
    .gameInfo .gameDesc img,
    .promoInfo .promoDesc img,
    .turnoverInfo .turnoverDesc img,
    .downloadInfo .downloadDesc img {
        border-radius: 6px;
    }
    
    footer .sp-footer .icon-box .center-logo {
        bottom: -74px;
        /*border: 5px solid #facf18;*/
    }
}

@media (max-width: 575px) {
    .topHeader .datetimePart {
        display: none;
    }
    .wp-bottom-menu-item { font-size: 14px; }
    
    .servicePart .serviceDesc {
        height: auto;
        max-height: inherit;
    }
    
    /*
    .featurette .modelImg {
        height: 80%;
        width: 80%;
    }
    */
    .featurette h3 {
        line-height: 36px;
        font-size: 38px;
    }
    
    .conerInfo .modelImg {
        height: 80%;
        width: 80%;
    }
    .conerInfo h3 {
        line-height: 36px;
        font-size: 38px;
    }

    .ourGame .nav-tabs .nav-item {
        display: inline-block;
        width: 50%;
    }
    .ourGame .nav-tabs .nav-link {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    
    /*  login & register link page */
    body.linkSubPage {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        margin-top: 0;
    }
    .linkSubPage iframe {
        padding-top: 6px;
        padding-bottom: 6px;
        width: 99.8%;
        height: 88vh;
    }
    .linkSubPage.registerlinkSubPage iframe {
        padding-top: 10px;
        padding-bottom: 6px;
        width: 99.8%;
        height: 88vh;
    }
}

@media (max-width: 460px) {
    body { padding-top: 55px }
        
    .topHeader {
        padding: 0.65rem 0;
    }
    .topHeader .btn_topJoin,
    .topHeader .btn_topLogin {
        font-size: .7em;
        margin-right: .5rem;
    }
    
    .navbar {
        background: linear-gradient(90deg,#fff 0,#fff 30px,#19723c 0,#19723c);
    }
    .navbar .logoBg {
        width: 90px;
        padding: 0.65rem 0;
    }
    
    .atasInfoBox .atasInfoBoxDesc {
        text-align: inherit;
    }
    
    footer .sp-footer .icon-box .center-logo {
        bottom: -60px;
    }
}

@media (max-width: 375px) {
    footer .sp-footer .icon-box .center-logo {
        bottom: -53px;
    }
}

@media (max-width: 320px) {
    footer .copyright {
        padding-bottom: 1%;
    }
    footer .sp-footer {
        padding: 12px 0;
    }
    footer .sp-footer .icon-box .center-logo {
        bottom: -45px;
    }
    
    .windowsLoad .modal-body {
        margin-top: 50%;
    }
    
    .featurette .featInfo {
        padding: 0 20px;
    }
}
