html {
    font-size: 20px;
}

body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    background: #0D141A;
    color: white;
    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: #FC0;
    --color2: #ADFF2F;
    --btn-color3: #00E1E1;
    --btn-color4: #FF8A00;
    --color-des: #E8E8E8;
    --scroll-bar-bg-color: #353535;
}

.color {
    color: var(--color1);
}


/* Works on Chrome, Edge, and Safari */

.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 {
    animation: colorbutton 1.5s ease infinite;
    border-radius: 12px;
    color: #fff !important;
    line-height: 20px;
    padding: 12px 23px;
    border: 0;
    font-size: 16px;
    transition: .2s;
    text-transform: capitalize;
    font-weight: 700;
}

.btn a {
    color: inherit;
}

.btn.btn-bet {
    background-color: var(--color2);
    animation: none;
    color: #000 !important;
}

.btn.btn-bet.bet2 {
    background-color: var(--color1);
}

.btn.bet3 {
    background-color: var(--btn-color3);
}

.btn.bet4 {
    background-color: var(--btn-color4);
}

@keyframes colorbutton {
    0% {
        background-color: red;
    }

    100% {
        background-color: rgb(10, 233, 48);
    }
}


/* Header */

.g-imgtop {
    margin-bottom: 50px;
}

.g-imgtop.pc {
    max-height: 67px;
}


/* Footer */

#footer {
    padding: 24px 0;
    background: #1B1B20;
    font-size: 16px;
}

#footer a {
    text-decoration: underline;
}

#footer .logo {
    margin: 0;
}

.g-imgbot {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.g-imgbot img {
    width: 100%;
    max-height: 80px;
}

.btn-close {
    color: #fff !important;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    opacity: 1 !important;
    border: 2px #fff solid;
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0;
    z-index: 9;
}


/* Body */

#main-content {
    padding-bottom: 70px;
}

.bg-tophome {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.top-main {
    padding-bottom: 60px;
}

.logo {
    display: block;
    margin-bottom: 20px;
    margin-top: 45px;
}

h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin-bottom: 12px;
}

h2 {
    color: var(--color1);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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;
}

.des {
    color: var(--color-des);
    margin-bottom: 40px;
}

.bg-img {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    align-items: flex-end;
    position: relative;
    max-width: max-content;
}

.bg-img svg {
    position: absolute;
    top: 25%;
    left: 45%;
    z-index: -1;
}

.img-hb::before {
    content: '';
    background-image: url(../images/dau-cakhia.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 56px;
    height: 56px;
    background-size: cover;
    right: -28px;
    bottom: 30%;
}

.img-hb::after {
    content: '';
    background-image: url(../images/b-img.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 69px;
    height: 55px;
    background-size: cover;
    right: -45px;
    top: 15%;
}

.main-link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    position: relative;
    padding-top: 30px;
    gap: 20px;
    z-index: 11;
}

.group-ml {
    display: flex;
    gap: 20px;
}

.main-link {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 30px;
    gap: 20px;
    z-index: 11;
    flex: 4;
}

.main-link.ml-2 {
    flex: 1;
    max-width: max-content;
    margin: auto;
}

.group-link {
    padding: 25px;
    border-radius: 12px;
    border: 1px solid var(--color1);
    background: rgba(23, 22, 28, 0.20);
    backdrop-filter: blur(2.75px);
    text-align: center;
    align-items: center;
    max-width: 100%;
    transition: .2s;
    position: relative;
    flex: 1;
}

.group-link.link1 {
    border-color: rgba(173, 255, 47, 0.36);
}

.group-link img {
    transition: .2s;
    object-fit: contain;
}

.group-link p {
    margin: 20px 0;
    line-height: 22px;
}

.group-btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 30px;
}

.ref-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.list-tour {
    background-color: #162027;
    padding: 22px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}

.tournaments {
    padding-bottom: 80px;
}

.football-intro {
    padding-bottom: 50px;
}

.contents {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.contents p {
    margin-bottom: 20px;
}

.contents ul {
    column-count: 3;
}

.contents ul li {
    margin-bottom: 10px;
    display: flex;
    gap: 14px;
    align-items: center;
}

.contents ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6' fill='none'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23FFCC00' /%3E%3C/svg%3E ");
    background-size: contain;
    background-repeat: no-repeat;
}

.basketball-intro {
    padding-bottom: 110px;
}

.casters {
    padding-bottom: 100px;
    position: relative;
}

.casters::after {
    content: '';
    background-image: url(../images/bg-section.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 524px;
    height: 240px;
    z-index: -1;
    max-width: 100%;
}

.casters p {
    margin-bottom: 36px;
}

.list-cast {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.list-cast .item {
    width: 200px;
}

.list-cast img {
    margin-bottom: 12px;
    width: 100px;
    height: 100px;
}

.list-cast span {
    display: block;
    color: #868686;
}

.list-cast span.name {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}

.contact {
    padding: 50px 0;
    background-image: url(../images/bg-contact.jpg);
    background-size: cover;
}

.seo-content {
    padding-top: 100px;
}

.nav-content ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nav-item a {
    color: #888;
    font-size: 18px;
    line-height: 28px;
}

.nav-item.active a {
    color: var(--color1);
    font-weight: 700;
}

body.modal-open {
    overflow: auto !important;
    padding: 0 !important;
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-body {
    padding: 0;
}

.topnhacai .g-imgtop {
    padding: 0;
}

.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: rgba(23, 22, 28, 0.20);
    backdrop-filter: blur(2.75px);
    padding: 20px;
    position: relative;
}

.logobox img {
    object-fit: contain;
}

.khuyenmaibox {
    color: #989898;
}

.datcuocbox {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.datcuocbox a {
    width: 115px;
    padding: 0 20px;
    font-size: 14px;
}