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: #F60;
    --color2: #FFB328;
    --color3: #28a745;
    --btn-color1: #FF8A00;
    --btn-color2: #4DE761;
    --btn-color3: #FFE500;
    --btn-color4: #00E1E1;
    --scroll-bar-bg-color: #353535
}

body {
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    background: #161714
}

::selection {
    background-color: #0d6efd;
    color: #fff
}

.offcanvas {
    background: #000;
    max-width: 80%;
    border: 0;
    transition: .3s
}

.offcanvas-body {
    padding-top: 50px
}

.offcanvas .header-nav-main {
    flex-direction: column;
    gap: 20px
}

.content-intro::-webkit-scrollbar {
    width: 2px
}

.rn-close,.btn-close {
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.rn-close span,.btn-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
}

.offcanvas .btn-close {
    opacity: 1;
    width: auto;
    height: auto;
    right: 10px;
    padding: 0;
    box-shadow: none!important
}

.g-imgtop img {
    max-height: 65px
}

.bg-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(0 0 0 / .8);
    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
}

h1.page-title {
	padding: 5px 0;
	margin: 0;
}

@media (max-width: 767px) {
    .g-imgtop {
        padding:0
    }

    .g-imgtop img {
        max-height: 50px
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:400px
    }
}

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

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

.list-main-link {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 55px;
    padding-bottom: 30px;
    justify-content: center
}

.group-link {
    padding: 20px 40px;
    border-radius: 12px;
    border: 1px solid rgb(125 125 125 / .74);
    background: rgb(105 105 105 / .1);
    box-shadow: 10px 10px 30px 0 rgb(0 0 0 / .45);
    backdrop-filter: blur(2px);
    text-align: center;
    max-width: 100%;
    transition: .2s;
    position: relative;
    flex: 1;
    text-transform: capitalize;
    color: #fff;
    max-width: max-content
}

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

.group-link img {
    height: 70px;
    object-fit: contain
}

.group-link span {
    display: block;
    margin: 20px 0 10px;
    font-weight: 600
}

.group-link br {
    display: none
}

.group-link .btn-main {
    background: var(--color3);
    color: #fff!important;
    font-size: 14px;
    line-height: 16px
}

.group-link .btn-main:after {
    display: none
}

@media (max-width: 767px) {
    .list-main-link {
        display:grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 10px 30px
    }

    .group-link {
        max-width: 100%;
        padding: 20px 10px
    }

    .group-link .btn-main {
        padding: 7px 15px;
        font-size: 14px
    }

    .group-link span {
        margin: 10px 0
    }
}

.group-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 20px
}

.logobox {
    min-width: 80px
}

.content-intro::-webkit-scrollbar-track {
    background-color: #353535
}

.content-intro::-webkit-scrollbar-thumb {
    background-color: #28A745;
    border-radius: 20px;
    border: 2px solid #28A745;
    background-clip: content-box
}

.title-nc {
    margin-bottom: 30px
}

.list-nha-cai {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.list-nha-cai h2 {
    text-transform: uppercase
}

.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;
    font-size: 14px
}

.row-nhacai .btn-main {
    margin: 0;
    width: 130px;
    text-align: center
}

.row-nhacai .btn-main:after {
    display: none
}

.row-nhacai p {
    display: none
}

.logobox img {
    object-fit: contain
}

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

@media (max-width: 991px) {
    .row-nhacai {
        flex-direction:column;
        align-items: center
    }

    .ratebox {
        text-align: center
    }

    .datcuocbox {
        margin: 0;
        flex: 1;
        align-items: flex-end
    }
}

@media (max-width: 575px) {
    .list-nha-cai {
        grid-template-columns:1fr
    }
}

.content-intro::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf
}

a {
    text-decoration: unset!important;
    color: #28a745;
}

a:hover,a:focus {
    color: var(--color3)
}

.genesis-nav-menu li.current-menu-item>a {
    font-weight: 700;
    color: var(--color3)
}

p {
    font-size: 15px
}

.btn-main,.btn-bet a {
    color: #000!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 20px;
    background: #fc7e2e;
    border-radius: 4px;
    display: inline-block;
/*     margin-top: 10px */
}

.btn-main:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0001 2.91941C6.08807 2.91941 2.91675 6.09072 2.91675 10.0027C2.91675 13.9148 6.08807 17.0861 10.0001 17.0861C13.9121 17.0861 17.0834 13.9148 17.0834 10.0027C17.0834 6.09072 13.9121 2.91941 10.0001 2.91941ZM2.08342 10.0027C2.08342 5.63049 5.62783 2.08607 10.0001 2.08607C14.3723 2.08607 17.9168 5.63049 17.9168 10.0027C17.9168 14.375 14.3723 17.9194 10.0001 17.9194C5.62783 17.9194 2.08342 14.375 2.08342 10.0027Z' fill='black'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15339 2.69612C7.281 2.50462 7.53968 2.45284 7.73118 2.58045L10.0001 4.0925L12.2691 2.58081C12.4331 2.47155 12.6512 2.49212 12.7919 2.6301C12.9326 2.76809 12.9573 2.98576 12.8513 3.15184L10.5482 6.75794L12.9178 8.74572L15.7228 5.33404C15.8512 5.17789 16.0731 5.13642 16.2492 5.23568C16.4253 5.33494 16.5048 5.54628 16.4377 5.73697L15.5251 8.33021L17.7328 10.2301C17.9073 10.3802 17.927 10.6433 17.7769 10.8177C17.6268 10.9921 17.3637 11.0119 17.1893 10.8617L14.9619 8.94497L13.3267 9.63779L12.6327 12.4364L13.5207 13.9586H16.0446C16.2748 13.9586 16.4613 14.1451 16.4613 14.3752C16.4613 14.6053 16.2748 14.7919 16.0446 14.7919H13.5649L12.5752 17.3015C12.5018 17.4877 12.3064 17.5954 12.1098 17.558C11.9132 17.5206 11.7709 17.3488 11.7709 17.1487V12.9169H8.23057L8.24373 17.1669C8.24435 17.3671 8.10251 17.5394 7.90593 17.5773C7.70935 17.6152 7.51361 17.5079 7.43977 17.3219L6.43592 14.7919H3.97004C3.73992 14.7919 3.55337 14.6053 3.55337 14.3752C3.55337 14.1451 3.73992 13.9586 3.97004 13.9586H6.47954L7.36749 12.4364L6.67355 9.63779L5.0383 8.94497L2.81097 10.8617C2.63654 11.0119 2.37346 10.9921 2.22336 10.8177C2.07325 10.6433 2.09297 10.3802 2.26739 10.2301L4.4751 8.33021L3.56254 5.73697C3.49544 5.54628 3.57489 5.33494 3.751 5.23568C3.92711 5.13642 4.14905 5.17789 4.27744 5.33404L7.08245 8.74572L9.58345 6.64769V4.81624L7.26905 3.27391C7.07756 3.1463 7.02577 2.88761 7.15339 2.69612ZM10.4168 4.81626V5.4155L11.0829 4.37243L10.4168 4.81626ZM10.0001 7.38588L12.5054 9.48748L11.8616 12.0836H8.13858L7.49485 9.48748L10.0001 7.38588ZM5.62915 8.29026L5.29458 8.14851L5.13144 7.6849L5.62915 8.29026ZM12.1821 12.0836H12.1876V12.5002L11.7832 12.3999L11.7845 12.3945C11.8217 12.2527 11.9322 12.1376 12.0789 12.098C12.1131 12.0887 12.1478 12.084 12.1821 12.0836ZM12.6043 12.5511V12.5002H12.1876L11.8277 12.7102L11.9483 12.9169H12.1876C12.3791 12.9169 12.5459 12.7864 12.592 12.6005M12.6043 14.0414V14.9564L12.8196 14.4105L12.6043 14.0414ZM14.3711 8.29026L14.7056 8.14851L14.8688 7.6849L14.3711 8.29026ZM7.40069 14.0333L7.18094 14.41L7.4036 14.9712L7.40069 14.0333Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    height: 20px;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.btn-main:hover:after {
    animation: none
}

.btn-bet a {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.btn-bet a {
    background: #4DE761;
    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-bet.bet2 a {
    background: #FF8A00;
    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-bet.bet3 a {
    background: #4DE761;
    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-bet.bet4 a {
    background: #00E1E1;
    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
}

@media (max-width: 767px) {
    .btn-bet a {
        width:auto
    }
}

@media (max-width: 575px) {
    .group-btn {
        padding:20px 10px 0
    }

    .btn-bet a {
/*         font-size: 11px; */
        line-height: 20px;
        padding: 7px 10px
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.site-header {
    padding: 16px 0;
    position: relative
}

.site-header>.wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem)
}

.logo-img {
    width: 180px;
    height: 48px
}

body.home.full-width-content .content {
    padding: 0
}

.full-width-content .content {
    padding: 0 15px
}

.gb-block-layout-column-gap-2 {
    grid-gap: 0 20px
}

.logo {
    display: inline-block
}

.nav-primary .genesis-nav-menu {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px
}

.genesis-nav-menu>.menu-item>a {
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0!important;
    border: 0
}

body.page .entry-title {
    display: none
}

body.gioithieu .introduction {
    padding-top: 50px
}

@media (max-width: 991px) {
    .site-header>.wrap {
        display:block
    }

    .logo-img {
        width: 130px;
        height: 35px
    }

    .iconOff {
        padding: 0;
        border: 0;
        box-shadow: none;
        background: #fff0
    }

    .menu-toggle:before {
        font-size: 24px;
        margin: 0!important;
        width: auto;
        height: auto
    }

    .nav-primary .genesis-nav-menu {
        display: block;
        margin-top: 10px
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        line-height: 30px;
        margin: 0;
        outline: none!important
    }
}

.site-footer {
    padding: 24px 0 60px;
    position: relative
}

.site-footer .logo {
    margin-bottom: 24px
}

.site-footer p {
    text-transform: unset;
    letter-spacing: 0
}

.bg-tophome:before {
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg,#fff0 0%,#161714 100%);
    mix-blend-mode: normal;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.bg-tophome img {
    width: 100%;
    height: 530px;
    background-size: cover;
    background-position: top;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1
}

.site-footer .bg-tophome {
    height: 100%;
    background-position: top
}

h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: var(--color3)
}

h3,h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 15px
}

#section1 {
    position: relative;
    display: none;
}

#section1::after {
    content: '';
    background: linear-gradient(180deg,#fff0 0%,#161714 100%);
    position: absolute;
    width: 100%;
    height: 310px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1
}

#section1 .container {
    padding-top: 130px;
    padding-bottom: 90px;
    position: relative
}

#section1 img {
    position: absolute;
    top: 0;
    /*z-index: -1/**/
}

#section1 p {
    color: #dbdbdb
}

.grid-img-btn {
    gap: 20px;
    grid-template-columns: auto auto auto auto;
    position: relative
}

.grid-img-btn:after {
    content: '';
    background: url(../images/b-item.png) no-repeat;
    background-position: center;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    height: 80px;
}

.grid-img-btn.justify-content-end:after {
    right: auto;
    left: 0;
    background-position: left
}

.grid-img-btn .item {
    position: relative;
    overflow: hidden;
    max-width: max-content;
    z-index: 1;
    background: #161714;

    /* flex: 1; */
    width: 100%;
    height: 100%;
}

.grid-img-btn .item a {
    background: var(--color3);
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 80%;
    margin: auto;

    position: absolute;
    left: 10%;
    bottom: 10%;
}

@media (max-width: 1200px) {
    .grid-img-btn .item {
        padding-bottom: 15px;
    }
}

.grid-img-btn .i-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11
}

.grid-img-btn .item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('/wp-content/uploads/2025/12/img-border-sec.svg') no-repeat center center;
    transition: 0.2s;
    transform: scale(.9);
    display: none;
}

.grid-img-btn img {
    opacity: .6;
    transition: 0.2s
}

.grid-img-btn .item:hover img {
    opacity: 1;
    transform: scale(1.05)
}

.grid-img-btn .item:hover:after {
    transform: scale(1)
}

.btn-sec {
    color: #fff;
    display: inline-block;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    background: var(--color3);
    clip-path: polygon(0% 0%,5% 0%,95% 0%,100% 20%,100% 95%,100% 100%,0% 100%,0 100%);
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto
}

.img-link {
    position: absolute;
    display: block;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.introduction {
    padding-top: 90px;
    padding-bottom: 90px
}

#section2 {
    padding-top: 50px;
    padding-bottom: 90px
}

#section3 {
    padding-bottom: 50px
}

.list-blv {
    justify-content: space-around;
    padding-top: 40px
}

.list-blv .media {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #dbdbdb
}

.list-blv span {
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize
}

.title-post {
    padding-top: 50px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-bottom: 20px
}

.gb-block-post-grid .is-grid {
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    column-gap: 20px
}

.gb-block-post-grid .gb-block-post-grid-image img {
    height: 190px;
    width: 300px;
    object-fit: cover
}

.gb-block-post-grid header .gb-block-post-grid-title {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    min-height: 48px;
    margin: 0
}

.gb-block-post-grid header .gb-block-post-grid-title a {
    color: #fff;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.gb-block-post-grid .gb-block-post-grid-byline {
    color: #fff!important;
    font-size: 12px;
    margin: 0;
    padding-top: 8px;
    margin-top: 10px;
    border-top: 1px solid #353535
}

h1.wp-block-heading {
    text-transform: uppercase
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.wp-block-navigation li {
    margin-bottom: 10px;
    font-size: 18px
}

.wp-block-navigation li a:hover {
    color: var(--color3)!important
}

.wp-block-navigation li.active a {
    color: var(--color3)!important;
    font-weight: 700
}

.breadcrumb {
    padding: 20px 0;
    margin: 0;
    border: 0;
    color: var(--color3);
    font-size: 16px;
    font-weight: 700
}

.breadcrumb a {
    color: #c3c3c3;
    font-weight: 400
}

.breadcrumb a:hover {
    color: var(--color3)
}

[aria-label="breadcrumb separator"] {
    display: flex;
    align-items: center
}

[aria-label="breadcrumb separator"] span {
    font-size: 12px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 4px
}

.breadcrumb-link-wrap~.breadcrumb-link-wrap,[aria-label="breadcrumb separator"]~[aria-label="breadcrumb separator"] {
    display: none
}

.entry-header {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    margin: 0
}

.entry-title {
    color: #fff;
    font-size: 30px;
    line-height: 38px
}

.entry-header::after,.entry-footer::before {
    display: none
}

.entry-header p.entry-meta {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    padding-top: 8px;
    border-top: 1px solid #353535;
    color: #767676;
    text-transform: initial
}

@media (min-width: 992px) {
    .content-intro {
        max-height:1350px;
        overflow-y: scroll;
        background-color: transparent;
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1200px
    }

    .casters p {
        /* width: 100%; */
        max-width: 80%;
        margin: auto
    }

    #section1 {
        display: block;
    }
}

@media (min-width: 1400px) {
    .wrap,.site-inner {
        max-width:1280px
    }

    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width: 1320px
    }

    .list-blv+.list-blv {
        margin: 0 -70px
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size:22px
    }

    h2,h3 {
        font-size: 18px
    }

    #section1 .container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #section3 {
        padding-bottom: 30px
    }

    #section2 {
        /* padding-top: 0; */
        padding-bottom: 60px
    }

    .title-post {
        padding-top: 30px
    }

    #section5 {
        padding-top: 0;
        padding-bottom: 0
    }

    #section1 img {
        top: unset
    }

    .grid-img-btn {
        gap: 10px
    }

    .btn-sec {
        font-size: 14px
    }

    .wp-block-navigation li {
        font-size: 16px
    }

    .list-blv .media {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .gb-block-post-grid .gb-block-post-grid-image img {
        height: 150px
    }

    .gb-block-post-grid .is-grid.columns-4,.gb-block-post-grid .gb-is-grid.gb-columns-4 {
        grid-template-columns: 1fr 1fr 1fr
    }
	
    .group-link {
        width: 100%;
        flex-direction: column;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .btn-main, .btn-bet a {
        margin-top: 10px;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .site-inner,.wrap {
        max-width:720px
    }
}

@media (max-width: 991px) {
    .site-inner .bg-tophome:before {
        display:none
    }

    .grid-img-btn .item:after {
        display: none
    }

    .introduction {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 800px) {
    .site-inner {
        padding:0
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        margin-right: 20px
    }
}

@media (max-width: 767px) {
    .bg-tophome img {
        height:auto;
        top: 67px
    }

    p {
        font-size: 14px;
        line-height: 20px
    }

    .entry-header {
        margin: 0
    }

    .entry-title {
        font-size: 20px;
        line-height: 26px
    }

    .grid-img-btn {
        display: grid!important;
        grid-template-columns: 1fr 1fr;
        justify-items: center
    }

    .list-blv {
        flex-wrap: wrap;
        gap: 15px;
        padding-bottom: 20px;
        justify-content: space-evenly
    }

    .list-blv .media {
        max-width: 30%;
        flex: 33.33%
    }

    .gb-block-post-grid .is-grid article,.gb-block-post-grid .gb-is-grid article {
        margin-bottom: 20px
    }

    .grid-img-btn img {
        width: 266px;
        opacity: 1
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .container,.container-sm {
        max-width:100%
    }
}

@media only screen and (max-width: 600px) {
    .gb-block-post-grid div[class*=columns].is-grid,.gb-block-post-grid div[class*=columns].gb-is-grid {
        -ms-grid-columns:1fr 1fr;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px
    }

    .tc-mobile {
        text-align: center
    }
}

.page-redirect .breadcrumb,.page-redirect .site-header,.page-redirect .site-footer {
    display: none
}

.page-redirect .site-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(../images/bg-redirect.png) no-repeat;
    background-size: cover;
    padding: 0 10px
}

.btn-main.no-a {
    background: var(--color3);
    color: #fff!important;
    margin-top: 30px
}

.btn-main.no-a:after {
    display: none
}

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

.site-header {
    padding: 16px 0;
    position: relative;
    background: #000
}

header .logo {
    position: relative;
    z-index: 99;
    display: inline-block
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.g-imgtop.pc .row {
    margin: 0
}

.header-nav-main {
    display: flex;
    gap: 35px
}

.header-nav-main li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    display: inline-block
}

.header-nav-main li a span {
    user-select: none
}

.header-nav-main li a:hover,.header-nav-main li.active a {
    color: var(--color3)
}

.header-nav-main li.active a {
    font-weight: 700
}

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

#footer a {
    text-decoration: underline
}

#footer .logo {
    display: block;
    margin-bottom: 20px
}

.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 {
    padding-bottom: 20px
}

.bg-tophome {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover
}

p {
    margin-bottom: 10px
}

.top-main {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px
}

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

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

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

.nav-item {
    color: #888;
    font-size: 18px
}

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

a.nav-item {
    font-size: 15px;
    font-weight: 500;
}

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

.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 (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
    }

    .main-link {
        align-items: unset
    }
}

@media (max-width: 991px) {
    .main-link {
        justify-content:center;
        margin-bottom: 20px
    }

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

    h1 {
        font-size: 20px
    }

    h2,h3 {
        font-size: 16px;
        line-height: 24px
    }

    #header {
        /* padding: 20px 0 10px */
    }

    .top-main::after {
        display: none
    }

    .btn-bet {
        width: auto
    }

    .introduce .row {
        flex-direction: column-reverse
    }

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

    .list-blv+.list-blv {
        padding-top: 0
    }

    #footer {
        font-size: 16px
    }

    .title-nc {
        margin-bottom: 0
    }

    .g-imgtop img {
        max-height: 40px
    }

    .g-imgbot .container {
        padding: 0
    }
}

@media (max-width: 575px) {
    .main-link {
        margin-bottom:15px;
        gap: 15px;
        flex-direction: column
    }

    .main-right {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .group-link {
        width: 100%;
        flex-direction: column;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .main-left .group-link {
        flex-direction: row;
        padding: 15px;
        justify-content: space-between
    }

    .main-left .group-link p {
        display: none
    }

    .main-left .group-link .btn {
        max-width: 140px
    }

    .group-link img {
        height: 50px;
        width: 120px;
        object-fit: contain
    }

    .group-link p {
        min-height: auto;
        margin: 0
    }

    .group-link.link2 p {
        margin: 0;
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        min-height: auto
    }

    .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 {
        padding-left:0;
        padding-right: 0
    }

    .group-link .btn {
        font-size: 13px
    }
}
@media (max-width: 1200px) {
    .header-nav-main {
        gap: 20px;
    }
}

#footer a.btn {
    margin: 0 0 10px;
    background: var(--color3);
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 10px 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .group-link {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .group-btn {
        margin: 0;
        gap: 10px;
    }

    .group-btn + .group-btn {
        padding-bottom: 30px;
    }

    .btn-bet {
        flex: 1;
        padding: 0;
    }

    .btn-bet a {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .list-main-link {
        padding-bottom: 0;
    }
}

.absolute-footer {
    display: none;
}
.row {
    margin-left: auto;
    margin-right: auto;
}
.logo img {
    display: inline;
}
.header-top .container {
    padding: 0;
}
.header-main {
    background-color: #000;
}
#main {
    position: unset;
}
#content > * {
    position: relative;
}

.page-wrapper {
/*     padding-bottom: 30px;
    padding-top: 30px; */
	padding: 0;
}

body.category .row.row-large .large-9 {
	padding: 0 6px;
}

@media (min-width: 1200px) {
	/* Category layout spacing */
	body.category .row.row-large .large-9 {
		padding: 0 15px 0 30px;
	}
	
	.group-btn .btn-bet a {
		min-width: 131px;
	}
}

body.category .row.row-large .box-text.text-center {
    padding: 10px 5px 0 5px;
}

/* Category: post title ellipsis */
body.category .row.row-large .post-title a,
body.category .row.row-large .from_the_blog_excerpt {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.category .col.post-item {
	padding-bottom: 15px;
}

.icon-menu {
	color: #fff;
}

@media (max-width: 767px) {
	.dv2-layout-tc.dv2-home-matches.dv2-container {
		padding: 0 10px;
	}
	
	#section2 {
        /* padding-top: 0; */
        padding-bottom: 10px;
    }
	
	#section2 .row.gb-is-responsive-column .col-12 {
		padding: 0 15px;	
	}
	
	body.category #post-list {
		padding: 0 10px;
	}
	
	body.single.single-post .entry-content.single-page {
		padding-top: 0;
	}
	
	body.single.single-post .entry-header .entry-header-text {
		padding: 0 10px;
	}
	
	body.single.single-post .entry-header .entry-title {
		margin: 0;
    }
	
	body.single.single-post .post-sidebar {
		padding-bottom: 0;
	}
}

body.single.single-post .entry-content.single-page,
body.single.single-post .large-9.col,
body.single.single-post #main {
	padding-bottom: 0;
}