html {
    font-size: 20px
}

body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    background: #141418;
    color: #fff;
    position: relative
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row>* {
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

a {
    transition: 0.3s;
    color: var(--color1);
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: unset;
    color: var(--color1)
}

img {
    max-width: 100%
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

:root {
    --color1: #01912F;
    --color2: #01912F;
    --btn-color1: #01912F;
    --btn-color2: #4DE761;
    --btn-color3: #FFE500;
    --btn-color4: #00E1E1;
    --scroll-bar-bg-color: #353535
}

.content-intro::-webkit-scrollbar {
    width: 2px;
    height: 32px
}

.content-intro::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color)
}

.content-intro::-webkit-scrollbar-thumb {
    background-color: var(--color1);
    border-radius: 12px
}

.btn {
    background: var(--btn-color1);
    border-radius: 12px;
    color: #fff !important;
    line-height: 20px;
    padding: 12px 10px;
    width: 195px;
    border: 0;
    font-size: 16px;
    transition: .2s;
    text-transform: capitalize;
    font-weight: 700
}

.btn a {
    color: inherit
}

.btn2 {
    background: var(--btn-color2);
    box-shadow: 0 2px 6.3px 0 rgb(173 255 47 / .4), 0 -3px 4px 0 rgb(173 255 47 / .4), 0 4px 8.3px 0 rgb(255 255 255 / .25) inset
}

.group-btn {
    display: flex;
    gap: 20px
}

#header {
    padding: 44px 0 24px
}

#header .logo {
    position: relative;
    z-index: 99;
    display: inline-block
}

#footer {
    padding: 24px 0;
    background: #1B1B20;
    font-size: 16px
}

#footer a {
    text-decoration: underline
}

#footer .logo {
    display: block;
    margin-bottom: 10px
}

.g-imgbot {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%
}

.g-imgbot img {
    width: 100%;
    max-height: 67px
}

.rn-close {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.rn-close span {
    width: 44px;
    height: 44px;
    line-height: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgb(18 18 18 / .3);
    color: #fff
}

.g-imgtop img {
    max-height: 80px;
    z-index: 99;
    position: relative
}

#main-content {
    padding-bottom: 50px
}

.bg-tophome {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

h1 {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: var(--color2)
}

h2 {
    color: var(--color1);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 12px
}

h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px
}

h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 700
}

p {
    margin-bottom: 10px
}

.top-main {
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px
}

.top-main::after {
    content: '';
    background: linear-gradient(180deg, #fff0 0%, #141418 100%);
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 130px;
    left: 0;
    pointer-events: none;
    z-index: 11
}

.main-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 11
}

.img-main-m {
    position: absolute;
    left: 0;
    z-index: -1;
}

.img-main-m.a-img-main {
    left: auto;
    right: 0;
}

.ref-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999
}

.main-right {
    justify-content: flex-start
}

.bg-img {
    position: absolute;
    left: -30%;
    top: -35%;
    z-index: -1
}

.img-right {
    left: auto;
    right: -35%
}

.img-intro {
    height: auto;
    z-index: -1;
    position: relative
}

.group-link {
    padding: 38px 28px;
    text-align: center;
    max-width: 100%;
    transition: .2s;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(125, 125, 125, 0.74);
    background: rgba(27, 29, 34, 0.10);
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
}

.group-link.link2 {
    border-color: rgb(173 255 47 / .36);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.group-link.link3 {
    border-color: var(--btn-color3)
}

.group-link.link4 {
    border-color: var(--btn-color4)
}

.group-link img {
    transition: .2s
}

.group-link.link3 img,
.group-link.link4 img {
    height: 67px;
    width: 80px;
    object-fit: contain
}

.group-link p {
    margin: 12px 0 20px;
    font-weight: 600
}

.btn-bet {
    width: 147px
}

.btn.bet {
    background: var(--btn-color2);
    box-shadow: 0 2px 6.3px 0 rgb(77 231 97 / .4), 0 -3px 4px 0 rgb(77 231 97 / .4), 0 4px 8.3px 0 rgb(255 255 255 / .25) inset
}

.btn.bet2 {
    background: var(--btn-color1);
    box-shadow: 0 2px 6.3px 0 rgb(255 143 11 / .4), 0 -3px 4px 0 rgb(255 143 11 / .4), 0 4px 8.3px 0 rgb(255 255 255 / .25) inset
}

.btn.bet3 {
    background: var(--btn-color3);
    box-shadow: 0 2px 6.3px 0 rgb(255 214 0 / .4), 0 -3px 4px 0 rgb(255 214 0 / .4), 0 4px 8.3px 0 rgb(255 255 255 / .25) inset
}

.btn.bet4 {
    background: var(--btn-color4);
    box-shadow: 0 2px 6.3px 0 rgb(0 225 225 / .4), 0 -3px 4px 0 rgb(0 225 225 / .4), 0 4px 8.3px 0 rgb(255 255 255 / .25) inset
}

.introduce {
    padding-top: 35px;
    padding-bottom: 50px
}

.casters,
.seo-content {
    padding: 50px 0
}

.casters p {
    margin-bottom: 36px
}

.list-blv {
    justify-content: space-around;
    padding-bottom: 40px
}

.list-blv .media {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #dbdbdb
}

.list-blv .media-body {
    text-transform: capitalize
}

.nav-content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.nav-item {
    color: #888;
    font-size: 16px
}

li.active .nav-item {
    color: var(--color1);
    font-weight: 700
}

.title-nc {
    text-transform: uppercase
}

.list-nha-cai {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.list-nha-cai h2 {
    color: #fff
}

.row-nhacai {
    display: flex;
    gap: 16px;
    border-radius: 12px;
    border: 2px solid #616161;
    background: rgb(23 22 28 / .2);
    backdrop-filter: blur(2.75px);
    padding: 20px;
    position: relative;
    place-content: space-between
}

.logobox img {
    object-fit: contain
}

.khuyenmaibox {
    color: #989898
}

.datcuocbox {
    margin-left: auto;
    display: flex;
    align-items: center
}

.datcuocbox a {
    width: 115px;
    font-size: 14px
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1330px
    }
    .list-blv+.list-blv {
        margin: 0 -70px
    }
}

@media (min-width: 1200px) {
    .group-link:hover img,
    .group-link:hover {
        transform: scale(1.07)
    }
}

@media (min-width: 992px) {
    .content-intro {
        max-height: 850px;
        overflow-y: scroll;
        padding-right: 15px
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: max-content
    }
}

@media (max-width: 1200px) {
    h1 {
        position: relative;
        z-index: 111
    }
    .top-main {
        padding-bottom: 50px
    }
    .top-main::after {
        bottom: 0
    }
    .list-blv .media {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }
    .btn-bet {
        width: auto;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .introduce {
        padding: 0
    }
    .introduce .row {
        flex-direction: column-reverse;
        gap: 30px
    }
    .row-nhacai {
        flex-direction: column;
        align-items: center
    }
    .ratebox {
        text-align: center
    }
    .datcuocbox {
        margin: 0
    }
}

@media (max-width: 767px) {
    body::before,
    body::after {
        width: 155px;
        height: 140px
    }
    #header {
        padding: 20px 0 10px
    }
    .top-main::after {
        display: none
    }
    h1 {
        padding: 0 5px
    }
    .btn {
        width: 150px;
        padding: 8px 10px
    }
    .btn-bet {
        width: auto
    }
    .introduce .row {
        gap: 0
    }
    .img-intro {
        margin-top: 28px
    }
    .group-btn {
        justify-content: center;
        gap: 8px;
        margin-bottom: 28px;
        order: -1
    }
    .content-main {
        display: flex;
        flex-direction: column
    }
    .des {
        margin: 0
    }
    .top-main {
        padding: 10px 0 0
    }
    .introduce {
        padding: 25px 0 30px
    }
    .casters,
    .seo-content {
        padding: 0 0 32px
    }
    .list-blv {
        flex-wrap: wrap;
        gap: 15px;
        padding-bottom: 20px;
        justify-content: space-evenly
    }
    #footer {
        font-size: 16px
    }
}

@media (max-width: 575px) {
    .top-main .position-relative {
        overflow: hidden;
        padding: 10px;
    }
    .group-link {
        flex-direction: column;
        gap: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .img-main-m {
        left: -15px;
    }
    .img-main-m.a-img-main {
        right: -80px;
    }
    .group-link img {
        width: 120px;
        object-fit: contain
    }
    .group-link p {
        min-height: auto;
        margin: 0;
        line-height: 20px;
    }
    .group-link.link2 p {
        margin: 0;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        min-height: auto
    }
    .group-link .btn {
        max-width: 140px;
        font-size: 14px
    }
    .group-btn {
        gap: unset;
        justify-content: space-between
    }
    .btn-bet {
        font-size: 11px;
        line-height: 20px;
        padding-top: 7px;
        padding-bottom: 7px
    }
    .list-cast {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }
    .btn-close {
        right: 0
    }
    .modal-dialog .btn-close {
        right: -15px
    }
    .list-nha-cai {
        grid-template-columns: 1fr
    }
}

@media (max-width: 320px) {
    #main-content {
        padding-left: 0;
        padding-right: 0
    }
    .group-link .btn {
        font-size: 13px
    }
}

.bg-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    background: rgb(0 0 0 / .5);
    transition: all 0.2s ease;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bg-overlay.active {
    display: block;
    position: fixed;
}

.logobox {
    min-width: 80px;
}

@media (max-width: 1200px) {
    .group-btn {
        gap: 10px;
    }
}

@media (max-width: 992px) {
    .group-btn {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .g-imgtop img {
        max-height: 50px;
    }
}