/*
Theme Name: J88
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif ;
	font-size: 14px;
}
.title-footer {
    margin-bottom: 15px;
    border: none;
}
.title-footer h3{
	border: none;
}
.title-footer .section-title-main {
    border: none;
    font-size: 16px;
}
.menu-footer a {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.menu-footer a:before {
    content: "\f101";
    font-family: fontawesome;
    margin-right: 5px;
}
.footer_collumn_payment {
    display: flex;
    align-items: center;
}
div#jackpot-money {
    padding-top: 80px;
    color: #f81123;
    font-size: 85px;
    font-weight: bold;
    text-align: center;
}
.max-width-600 {
    max-width: 600px;
    margin: 0 auto;
}
.home_jackpot .section-bg {
    background-size: contain !important;
}
.home_game .img-inner {
    overflow: hidden;
    position: relative;
    aspect-ratio: 19/26;
}
.home_game .img-inner img {
    position: absolute;
    top: 0;
    left: 0;
}
.home_game .img-inner:hover img {
    top: -100%;
}
.home_noti {
    height: 47px;
    z-index: 1;
    background-color: #f81123;
    display: flex;
    align-items: center;
    color: white;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 85%;
}

  .marquee-content {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    animation: marquee 10s linear infinite; /* 10s là thời gian chạy hết */
  }

  @keyframes marquee {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .home_noti-container {
    display: flex;
    justify-content: space-between;
}
.home_content_box {
    padding: 15px 30px;
    border-radius: 10px;
    border: solid 1px #f81123;
}
li.html.custom.html_topbar_left {
    color: #f81123;
}
.home_jackpot .col-inner{
    background: url(/wp-content/uploads/2024/11/jacpot-bg.png) no-repeat;
    background-size: contain;
}
.home_game {
    margin-top: 30px;
}
.home_game img {
    cursor: pointer;
}
.home div#ftwp-container-outer {
    display: none;
}
[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step {
    background-color: #f81123 !important;
}
.home h1 b {
    display: none;
}
.home h1 {
    text-align: center;
    display: inline-block;
}
.home h1 span {
    position: relative;
    padding-left: 5px;
}
.home h1 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: red;
}
.content-area h2 {
    border-left: 3px solid currentColor;
    padding-left: 5px;
}
.content-area h3 {
    border-left: 2px solid;
    padding-left: 5px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background: linear-gradient(to bottom,#d00718,#bf1d2e);
}
.mobile-sidebar .header-logo-mobile {
    width: 80%;
    margin: 0 auto;
}
.dark .nav-sidebar.nav-vertical>li+li, .dark .nav-vertical-fly-out>li+li {
    border: none;
}
.off-canvas:not(.off-canvas-center) li.html {
    padding: 5px;
    text-align: center;
}
.off-canvas:not(.off-canvas-center) li.html .button {
    min-width: 150px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
div#jackpot-money {
    padding-top: 1.5rem;
    font-size: 1rem;
}
.max-width-600 {
    max-width: 60%;
    overflow: hidden;
}
.max-width-600 .box {
    width: 70px;
}
.max-width-600 .box .box-text {
    display: none;
}
.home_jackpot .col-inner {
    background-size: cover;
}


}