/*// 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: 130px;
/*    padding-top: 46px;*/
}
.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_whatapp {
    bottom: 38px;
    background-color: rgb(37,211,102);
}
.float:hover {
    color: #fff;
    background-color: #daa402;
}
.float.pc_whatapp: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: #fff;
    background: #830822;
    padding: 0.6rem 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 301;
    border-bottom: 1px solid #830822; 
}
.topHeader .datetimePart {
    display: inline-block;
}
.topHeader .topLoginPart {
    color: #dabc6f;
    float: right;
    text-transform: uppercase;
}
.topHeader #datetime {
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    letter-spacing: 0;
}
.topHeader .btn_topJoin {
    background: linear-gradient(#FDF2E6, #FFDDB5);
    color: #800420;
    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-size: 100% 100%;*/
    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: #830822;
    top:0;
    bottom: 0;
    color: #333;
    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: #ffffff;
    position: relative;
    display: inline-block;
    padding: .8em 1em;
    width: 100%;
    border-bottom: 1px solid #9e2436;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 700;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>a img {
    display: 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 #9e2436;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>a.active,
.topHeader .slide-menu a:hover {
    background-color: #9e2436;
}
.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: #cb5357;
    background-color: #000;
    border: 1px solid #cb5357;
    font-size: 0.6rem;
}
.langClass ul { 
    background-color: transparent;
    padding: 0px; 
/*    width: 25px;*/
    font-size: 0.8rem;
    font-weight: bold;
}
.langClass ul li { 
    background-color: transparent;
}
.langClass ul li a {
    background-color: #000;
    color: #fff;
    border: 1px solid #FFDDB5;
    border-top: 0px;
}
.langClass ul li:first-child a {    
    border-top: 1px solid #FFDDB5;
    border-radius: 0.375rem 0.375rem 0 0;
}
.langClass ul li:last-child a {
    border-bottom: 1px solid #FFDDB5;
    border-radius: 0 0 0.375rem 0.375rem;
}
.langClass ul li a:hover,
.langClass .btn.show,
.langClass .btn:hover {
    color: #fff;
    background-color: #830822;
    border-color: #FFDDB5;
}
.langClass img {
    width: 25px;
}

.navbar {
    background: linear-gradient(90deg,#9e2436 0,#9e2436 160px,#fedfba 0,#fedfba);
    padding: 0;
    margin-top: 45px;
    z-index: 9;
}
.navbar .nav-item > a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #a1495c;
    font-size: .8rem;
    font-weight: bold;
    padding: 2rem 0;
    border-bottom: .2rem solid #fedfba;
}
.navbar .nav-item > a:hover,
.navbar .nav-item > a.active {
    color: #9e2436;
    border-bottom: .2rem solid #9e2436;
}
.navbar .logoBg {
    position: relative;
    background: #9e2436;
    max-width: 10rem;
    width: 100%;
    height: auto;
    padding: 2rem 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, #9e2436, #9e2436 49%, transparent 51%, transparent);
}
.navbar .logoBg img {
    width: 100%;
}
.navbar .btn-group .btn-danger {
    color: #a1495c;
    background: none;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    font-size: .8rem;
    font-weight: 700;
}
.navbar .btn-group .btn-danger.active,
.navbar .btn-group .btn-danger.show {
    color: #9e2436;
    border-bottom: .2rem solid #9e2436;
    padding-bottom: .2rem;
}
.navbar .btn-group .btn-danger.show {
    color: #9e2436;
    border-bottom: .2rem solid #9e2436;
    padding-bottom: .2rem;
}
.navbar .btn-group .dropdown-menu.show {
    padding: 0;
    margin-top: 0;
}
.navbar .btn-group .dropdown-menu a {
    color: #fff;
    background: #140001;
    font-size: .8rem;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #9e2436;
}
.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: #9e2436;
}


.temHeader {
    background: #9e2436;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
}
.temHeader a img {
    width: 30%;
}

#langSelect img {
    width: 27px;
}

.blankPage {
    padding: 60px 0;
    background: #1c0000;
}
.notFoundPage {
    color: #ff2855;
    text-align: center;
}
.itemNotFound .modelImg img {
    width: 25%;
}
.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, #680000 0%, #ff2855 100%);
    color: #fff;
    border: none;
    font-weight: bold;
}

.carousel img {
    width: 100%;
}

/***** service Top Part *****/
.serviceTopPart {
    background: #140001;
    margin-right: 0;
    padding: 25px 0 25px 15px;
    border-bottom: 2px solid #48000f;
    box-shadow: inset 0 0 0px 0px hsl(48.58deg 95.76% 53.73% / 45%), 0 6px 10px 0 rgb(250 207 24 / 33%) !important;
}
.serviceTopPart a.serviceDesc {
    color: #fff;
    text-decoration: none;
}
.serviceTopPart a:active,
.serviceTopPart a:focus,
.serviceTopPart a:hover {
    color: #a1a1a1;
    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 {
    background: #000;
    margin-right: 0;
    padding: 25px 0 25px 15px;
    border-bottom: 1px solid #300b10;
    box-shadow: inset 0 0 0px 0px hsl(48.58deg 95.76% 53.73% / 45%), 0 6px 10px 0 rgb(250 207 24 / 33%) !important;
}
.servicePart a.serviceDesc {
    color: #fedfba;
    text-decoration: none;
}
.servicePart a.serviceDesc:hover {
    color: #a1a1a1;
    border: 2px solid #a1a1a1;
    transition: 0.6s;
}
.servicePart .serviceDesc {
    display: inline-flex;
    color: #fedfba;
    border: 2px solid #fedfba;
    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 {
/*    color: #fff;*/
    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: #830822;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 6px;
    width: 100% !important;
}
.marqueePart .iconPart { 
    position: absolute;
    background: #facf18;
    padding-left: 12px;
    top: 3px;
    left: 0; 
}
.marqueePart .iconPart:before { 
    content: '';
    position: absolute;
    background: #830822;
    width: 35px;
    height: 25px;
    z-index: 1;
    left: 0;
}
.marqueePart .iconPart i {
    position: relative;
    color: #fff;
    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, #9e2436 0, #ff2855 100%);
    -webkit-border-radius: 10px;
    border-radius: 50px;
    border: none;
    color: #fedfba;
    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,#f1da96 0,#ff2855 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;
    -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,#f1da96 0,#ff2855 100%); 
      padding: 12px 30px;
      -webkit-box-shadow: 0 0 3px radial-gradient(at center center,#f1da96 0,#ff2855 100%); 
    }
  50% { 
      background: #1cfe30; 
      padding: 16px 34px;
      -webkit-box-shadow: 0 0 40px #ff2855; 
    }
  100% { 
      background: radial-gradient(at center center,#f1da96 0,#ff2855 100%); 
      padding: 12px 30px;
      -webkit-box-shadow: 0 0 3px radial-gradient(at center center,#f1da96 0,#ff2855 100%); 
    }
}

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

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

@keyframes glowing {
  0% { 
      background: radial-gradient(at center center,#f1da96 0,#ff2855 100%);
      padding: 12px 30px;
      box-shadow: 0 0 3px radial-gradient(at center center,#f1da96 0,#ff2855 100%); 
    }
  50% { 
      background: #ff2855;
      padding: 16px 34px;
      box-shadow: 0 0 40px #ff2855; 
    }
  100% { 
      background: radial-gradient(at center center,#f1da96 0,#ff2855 100%);
      padding: 12px 30px;
      box-shadow: 0 0 3px radial-gradient(at center center,#f1da96 0,#ff2855 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: 6px;
}
.brandName a,
.brandName span {
    color: #fff;
    background: linear-gradient(90deg, #9e2436 0%, #830822 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;
    background-image: url(../img/subBg.jpg?v=1.0);
    background-position: center center;
    background-size: cover;
    color: #fff;
    border-bottom: #ff2855 solid 2px;
}
.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: #ff2855;
    font-size: 50px;
    font-weight: bold;
    line-height: 39px;
}
.featurette .featInfo {
    margin-top: 23%;
    margin-bottom: 50px;
}
.aboutus {
    position: relative;
    background-image: url(../img/bg-about.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    border-bottom: 2px solid #ff2855;
}
.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 .modelVideo {
    width: 100%;
}
.aboutus .modelImg {
    position: relative;
    height: 100%;
    width: 100%;
}
.aboutus .modelImg img {
    position: absolute;
    width: 100%;
    top: 5%;
}
.aboutus .aboutTit { padding: 50px 0 30px; }
.aboutus .aboutTit h2 {
    color: #ff2855;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.aboutus hr {
    color: #ff2855;
    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: #ff2855;
}

.ourGame {
    position: relative;
    background-image: url(../img/subBg.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    border-bottom: 2px solid #ff2855;
    padding-bottom: 50px;
}
.ourGame: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;
}
.ourGame .container {
    position: relative;
    z-index: 1;
}
.ourGame .ourGameTit { padding: 50px 0 30px; }
.ourGame .ourGameTit h2 {
    color: #ff2855;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.ourGame hr {
    color: #ff2855;
    width: 15%;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.ourGame .boxImg {
    background: #000;
    padding: 4px 4px 0;
    border: 1px solid #ff2855;
}
.ourGame .nav-tabs {
    border-bottom: 0;
}
.ourGame .nav-tabs .nav-link {
    color: #fff;
    background-color: #000;
    border-color: #ff2855;
    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, #830822 0%, #ff2855 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 ***/
.registerPart { 
    background-image: url(../img/2023_04/registerBg.jpg?v=1.0);
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.registerPart .registerPart-bgColor {
    background-color: #000000;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.registerPart hr {
    color: #1CFE30;
    width: 30%;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.registerPart .findTit { 
    padding: 50px 0 30px; 
}
.registerPart .findTit h2 {
    color: #1CFE30;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.registerStep { 
    background-image: url(../img/register/registerBg.jpg?v=1.0);
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 15px;
    border-bottom: 2px solid  #d70000;
}
.registerStep .bgColor {
    background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding-bottom: 30px;
}
.registerStep .downloadApp a {
    display: block;
    padding-top: 30px;
}
.registerStep .downloadApp img {
    width: 100%;
}
.registerStep .findTit { padding: 50px 0 30px; }
.registerStep .findTit h2 {
    color: #ff2855;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.registerStep hr {
    color: #ff2855;
    width: 30%;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.registerStep #myCarousel {
    margin-bottom: 20px;
}
.registerStep #myCarousel img {
    width: 100%;
}
.registerStep strong { color: #ff2855; }
.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: #ff2855 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 #ff2855;
    padding-bottom: 50px;
}

.gamesCat hr {
    color: #ff2855;
    width: 20%;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.gamesCat .findTit { 
    padding: 50px 0 60px; 
}
.gamesCat .findTit h2 {
    color: #ff2855;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.gamesCat .findTit h2 span { display: block; }
.gamesCat .card { 
    background: transparent;
    color: #fff;
    border: 1px solid #ff2855;
    margin-bottom: 20px;
}
.gamesCat .card h3 {
    font-size: 1.5rem;
}
.gamesCat .card .card-text {
    padding-top: 10px;
    min-height: 500px;
} 
.steadyInfoBox {
    background: #1e0006;
    color: #ff2855;
    padding: 50px 0;
    border-bottom: 2px solid #ff2855;
}
.steadyInfoBox .modelImg img { width: 100%; }
.steadyInfoBox .steadyInfoBoxTit { padding: 30px 0 10px; }
.steadyInfoBox hr {
    color: #ff2855;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.steadyInfoBox .steadyInfoBoxDesc {
    margin: 0 auto;
    text-align: justify;
}
.steadyInfoBox .steadyInfoBoxDesc p {
    color: #fff;
    font-size: 12px;
}
.steadyInfoBox .steadyInfoBoxDesc p span {
    display: block;
}


/* indexFightSEO */
.expandable {
    background: #ffedd7;
    padding: 3em 0;
    font-family: sans-serif;
    font-size: .8rem;
    border-bottom: #ff0810 solid 2px;
}
.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 {
    display: block;
    background: #ffedd7;
    color: #c13c4f;
    width: 100%;
    font-weight: 700;
    text-decoration: none;
}
.expandable a {
    color: #c13c4f;
    font-weight: bold;
    text-decoration: none;
}
.expandable a.e9Link {
    color: #786a00;
}
.expandable a.wbLink {
    color: #1eaae3;
}

body.linkSubPage {
    overflow: hidden;
    padding-top: 0;
}
.linkSubPage iframe {
    width: 100%;
    height: 100vh;
}


/*** Body Part ***/
.bodyPart { 
    background-image: url(../img/subBg.jpg?v=1.0);
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    border-bottom: 2px solid #ff2855;
    padding-bottom: 3rem;
}
.bodyPart .findTit { 
    padding: 50px 0 30px; 
}
.bodyPart .findTit h2 {
    color: #ff2855;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.bodyPart .findSubTit h4 {
    color: #f1496c;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.bodyPart hr {
    color: #ff2855;
    width: 15%;
    margin: 0 auto;
    border-top: .1rem solid;
    opacity: 1;
}
.bodyPart .bodyDesc {
    text-align: left;
    margin-bottom: 3rem;
}

/* Register Page (All page using) */
.registerInfo {
    padding-top: 50px;
}
.registerInfo .plugRegister {
    border: 1px solid #ff2855;
    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 {
    margin-bottom: 25px;
    width: 100%;
}


/* Download Page */
.downloadInfo {
    color: #fff;
    background-image: url(../img/download/downloadBg.jpg?v=1.0);
    background-position: center center;
    background-size: cover;
    padding-bottom: 2rem;
    font-size: 1rem;
    text-align: center;
    border-bottom: 2px solid #ff2855;
}
.downloadInfo .downloadDesc {
    background: url(../img/download/descBg.jpg?v=1.0) no-repeat center center;
    background-size: auto;
    padding: 40px 0 10px;
    border: 1px solid #ff2855;
    border-radius: 20px;   
    text-align: left;
    margin-bottom: 3rem;
}
.downloadInfo .downloadDesc img {
    margin-bottom: 25px;
    width: 100%;
}
.downloadInfo .findTit { 
    padding: 50px 0 30px; 
}
.downloadInfo .findTit h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.downloadInfo hr {
    color: #ff2855;
    width: 20%;
    margin: 0 auto;
    border-top: .1rem solid;
    opacity: 1;
}
.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: #ff2855;
    display: block;
    font-size: 3rem;
    font-weight: bold;
}
.downloadInfo .registerDesc h3 {
    color: #f1496c;
}
.downloadInfo .registerDesc p {
    text-align: left;
}


/* 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 #ff2855;
    border-radius: 1rem;
    text-align: left;
    padding: 1rem;
    margin-bottom: 1rem;
}
.csInfo .csDesc .cs_box .cs_icon {
    display: inline-block;
    color: #fff;
    background: linear-gradient(180deg, #9e2436 0%, #ff2855 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;
}

/*  Promotion Page & News Page  */
.newsInfo .newsDesc,
.promoInfo .promoDesc {
    border: 1px solid #ff2855;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.newsDesc_nullBorder {
    border: 0px !important;
}
.newsInfo .newsDesc_nullBorder h3 {
    color: #f1496c;
    text-align: center;
}
.newsInfo .news_img .card,
.promoInfo .promo_img .card {
    background: transparent;
    border: none;
}
.newsInfo .news_img img,
.promoInfo .promo_img img {
    width: 100%;
}
.newsInfo .newsDesc img,
.newsInfo .newsDesc,
.promoInfo .promoDesc img,
.promoInfo .promoDesc {
    border-radius: 6px;
}
.newsInfo .newsDesc .card-body {
    min-height: 80px;
}
.promoInfo .promoDesc .card-body {
    min-height: 150px;
}
.newsInfo .newsDesc .card-body .btn,
.promoInfo .promoDesc .card-body .btn {
    width: 100%;
}
.newsInfo .newsDesc .modal-footer,
.newsInfo .newsDesc .modal-body,
.promoInfo .promoDesc .modal-footer,
.promoInfo .promoDesc .modal-body {
    background: #fbf3ea;
}
.newsInfo .newsDesc .modal-body,
.promoInfo .promoDesc .modal-body {
    color: #000;
    font-size: 0.8rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

/*  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 .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;
}
.fourDInfo .fourDLive {
    border: 1px solid #ff2855;
    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;
}

/*  Games Page */
.gamesInfo img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}


/*  FAQ & Topup Guideline Page */
.tgInfo .tgDesc .accordion,
.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;
    margin-top: 2rem;
}
.tgInfo .tgDesc .accordion-item,
.faqInfo .faqDesc .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #9e2436;
    border-radius: .8rem;
    font-weight: 700;
}
.tgInfo .tgDesc button.collapsed,
.faqInfo .faqDesc button.collapsed {
    color: #ff6c81;
    background: none;
    box-shadow: none;
}
.tgInfo .tgDesc button,
.faqInfo .faqDesc button {
    color: #fff;
    background: #9e2436;
    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;
}
.tgInfo .tgDesc .accordion-button.collapsed
.faqInfo .faqDesc .accordion-button.collapsed {
    background: rgb(209 170 37 / 8%)  ;
    border-radius: .8rem !important;
}
.tgInfo .tgDesc .accordion-button::after,
.tgInfo .tgDesc .accordion-button.collapsed::after,
.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: #ff6c81;
}
.tgInfo .tgDesc .accordion-button::after,
.faqInfo .faqDesc .accordion-button::after {
    color: #fff;
}
.tgInfo .tg_img,
.faqInfo .faq_img {
    color: #fff;
    text-align: left;
    padding: 20px;
    font-weight: initial;
}
.tgInfo .tg_img a,
.faqInfo .faq_img a {
    color: #ffcc1e;
    font-weight: 700;
}
.tgInfo .tgDesc h5,
.faqInfo .faqDesc h5 {
    margin-bottom: 0;
}



/*** Footer ***/
footer {
    background: #000;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
footer .footerInfoBox {
    color: #fff;
    font-size: .9rem;
    padding-top: 1rem;
}
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: #d35567;
}
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: #ff2f4e;
    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: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: #830822;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
footer .copyright span {
    display: block;
    padding: 6px 20px;
    font-size: .9rem;
}
footer .copyright a {
    color: #fff;
    text-decoration: none;
}

.wp-bottom-menu {
    display: none;
    background: #1bfe30;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -5px 10px rgb(0 0 0 / 10%);
    transition: all 200ms;
    z-index: 200;
}
.wp-bottom-menu-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    flex: 1;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    text-decoration: none!important;
    transition: color 200ms;
}
.wp-bottom-menu-item i { font-size: 25px; }
.wp-bottom-menu-item:hover, 
.wp-bottom-menu-item.active, 
.wp-bottom-menu.sf-active .wp-bottom-menu-item.wp-bottom-menu-search-form-trigger {
    color: #4c4c4c;
}


/***** 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_whatapp { display: none; }
    
    .aboutus .modelImg img {
        top: 25%; 
    }
}

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

/*    .topHeader .datetimePart,*/
    .pcHidden,
    .hideTopWhatapp,
    .navbar-expand-md .navbar-collapse { 
        display: none !important;
    }
    .topHeader {
        color: #fff;
        padding: 1rem 0;
    }
    .topHeader .btn_topJoin {
        font-size: 1em;
    }
    
    .navbar {
        margin-top: 0;
        display: none;
    }
    
    .serviceTopPart {
        padding: 20px 0 5px 15px;
    }
    .serviceTopPart a.serviceDesc {
        margin-bottom: 20px;
        font-size: 0.7rem;
    }
    .serviceTopPart .serviceDesc .serviceImg {
        width: 65px;
    }
    
    .servicePart .serviceDesc {
        height: 100vh; 
        max-height: 100px;
    }
    
    .aboutus .aboutInfo {
        margin: 4% 0 6%;
    }
    .aboutus .modelImg img {
        position: initial;
        top: 0;
        margin-bottom: 20px;
    }
    
    .downloadInfo .downloadDesc .card .card-body {
        padding: 2rem;
    }
    .downloadInfo .downloadDesc .appClass h3 {
        font-size: 1.2rem;
    }
    .downloadInfo .downloadDesc .appClass h3 span {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {
    .pcHide { display: none; }
    .pcShow{ display: block; }
}

@media (max-width: 767px) {
    .temHeader a img {
        width: 60%;
    }
    
    .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: 50%;
        width: 50%;
        margin: 0 auto;
    }
    .featurette .featInfo {
        margin-top: 8%;
        padding: 0 30px;
    }
    
    .downloadInfo .downloadDesc .appClass img {
        margin-top: 6px;
        margin-right: 20px;
        max-width: 22%;
    }
    .downloadInfo .downloadDesc .card .card-body {
        padding: 0rem 1rem 2rem;
        text-align: center;
    }
    .downloadInfo .downloadDesc .appClass h3 {
        font-size: 1.3rem;
        text-align: left;
    }
    .downloadInfo .downloadDesc .appClass h3 span {
        font-size: 2rem;
    }
}

@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: 50px;
    }
    
    .ourGame .nav-tabs .nav-item {
        display: inline-block;
        width: 50%;
    }
    .ourGame .nav-tabs .nav-link {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 460px) {
    body { padding-top: 45px }
    
    .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;
    }
}

@media (max-width: 375px) {
    .topHeader #datetime {
        font-size: 10px;
    }
    
    .topHeader .btn_topJoin, 
    .topHeader .btn_topLogin {
        margin-right: .2rem;
    }
}

@media (max-width: 320px) {
    .windowsLoad .modal-body {
        margin-top: 50%;
    }
    
    .featurette .featInfo {
        padding: 0 20px;
    }
}
