@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {

    /* Colors: */
    --unnamed-color-cdcdcd: #CDCDCD;
    --unnamed-color-d6d6d6: #D6D6D6;
    --unnamed-color-e8e8e8: #E8E8E8;
    --unnamed-color-203342: #203342;
    --unnamed-color-fdbc2a: #FDBC2A;
    --unnamed-color-fc8f00: #FC8F00;
    --unnamed-color-4e77c1: #4E77C1;
    --unnamed-color-254a8b: #254A8B;
    --unnamed-color-062C50: var(--primary-color);
    --unnamed-color-828687: #828687;
    --unnamed-color-252729: #252729;
    --unnamed-color-ffffff: #FFFFFF;
    --unnamed-color-8c9ba5: #8C9BA5;
    --unnamed-color-ff1319: #FF1319;
    --unnamed-color-062d4f: #062D4F;
    --star-size: 16px;
    --star-color: #59646E;
    --star-background: #FFDE00;
    --primary-color: #F9023C;
    --second-color: #FFEB39;
    --white-color: #ffffff;
    --gray-color: #cccccc;
    --secondary-color: #FFEB39;
    --accent-color: #1D1D1D;
}

h4 {
    font-size: 18px;
}

h3 {
    font-size: 21px;
}

h2 {
    font-size: 28px;
}

h1 {
    font-size: 32px;
}

.bg-gray {
    background: #161A1F;
    border-radius: 5px;
}


img.aligncenter {
    margin: 15px auto;
}

section.box-content-homapge,
.single-content,
.content {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: 700;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: groove;
    border-width: 1px;
    padding: 5px
}

.content_sapo {
    height: 1020px;
    overflow: hidden;
    transition: all 300ms ease;
}

.sapo-more span {
    padding: 8px 15px;
    background: #3B454E;
    font-weight: 400;
    border-radius: 5px;
}

.content_sapo.showed {
    height: auto;
}

.sapo-more {
    padding-top: 15px;
    cursor: pointer;
}

table {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 10px;
}

iframe {
    width: 100%;
    max-width: 100%;
}

.table-rwd {
    font-size: 0.85em;
    margin: 0 auto;
    min-width: 900px;
}

.table-rwd td,
.table-rwd th {
    padding: 0.8em;
    min-width: 140px
}

.table-container {
    overflow-x: auto;
}

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

img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: auto;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
    border: 0;
}

.wp-caption {
    max-width: 100% !important;
}

.alignright {
    margin-left: auto;
    display: block;
}

.alignleft {
    margin-right: auto;
    display: block;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
}

.Stars::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    background: #07080A;
    color: #fff;
    overflow-x: hidden;
}

header {
    background: #1E2329 url('../images/bg-header.png') no-repeat left center;
    background-size: contain;
    position: sticky;
    top: 0;
    z-index: 9999;

}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li.menu-item a {
    display: flex;
    padding: 10px 0;
    color: #fff;
    align-items: flex-start;
}

ul.menu li.menu-item a:hover,
ul.menu li.current-menu-item a {
    color: #FFEB39;
}

ul.menu li.menu-item a .icon-menu {
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 20px;
}

.right-sidebar .widget,
.home-news .widget {
    border-radius: 5px;
    background: #161A1F;
    padding: 20px;
    margin-bottom: 20px;
}

.acf-custom-football-widget-default .fixture_vote.fixture-dark .fixture-vote-container {
    padding: 0;
    background: transparent;
    border: 0;
    color: #fff;
}

.home-news .content-box-news {
    padding: 10px 0;
}

.right-sidebar .widget.widget_media_image {
    padding: 0;
    border-radius: 0;
    text-align: center;
    background: transparent;
}

h3.widgettitle,
h2.widgettitle {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: -20px;
    display: block;
    padding-left: 17px;
    border-left: 3px solid #FFEB39;
}

h2.widgettitle {
    font-size: 22px;
}

.btn-toggle-mb {
    height: 100%;
}


.dealer_description {
    width: calc(100% - 46px - 210px - 37px - 266px - 240px);
}

i.menu_m_btns.fa.fa-search {
    cursor: pointer;
    color: #fff;
}

i.menu_m_btns.fa.fa-search:hover {
    color: #FFEB39;
}

#formtimkiem-desktop button.btn.btn-bet {
    padding: 0;
    border: 0;
}

form#formtimkiem-mb button.btn.btn-bet {
    color: #fff;
    background: var(--primary-color);
}

form#formtimkiem-mb {
    display: flex;
    align-items: center;
    width: 100%;
}

form#formtimkiem-mb input.head-search {
    width: calc(100% - 150px);
    padding: 3px;
}

form#formtimkiem-mb button.btn.btn-bet {
    width: 150px;
}

.wp-caption-text {
    padding: 10px 0;
    text-align: center;
    font-style: italic;
}

#menu-menu-main li a .icon-menu {
    margin-right: 3px;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 20px;
}

#menu-menu-main li a {
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    padding: 8px 13px;
    display: flex;
    align-items: center;
}

#menu-menu-main li a:hover,
#menu-menu-main li.current-menu-item a,
#menu-menu-main li.text-active a,
h1 span {
    color: #FFEB39;
}

header .logo img {
    object-fit: contain;
    max-height: 75px;
}

header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer {
    background: #07080A url('../images/bg-footer.svg') no-repeat left center;
    background-size: cover;
    font: normal normal normal 14px/22px Montserrat;
    color: #fff;
}


.title-footer {
    text-align: left;
    font: normal normal 600 16px/18px Montserrat;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
}

footer ul {
    list-style: none;
    padding: 0;
}

.list-social svg {
    fill: #FFEB39;
}

.top_button {
    background: #161A1F none repeat scroll 0 0;
    bottom: 15px;
    display: none;
    font-size: 0;
    height: 34px;
    position: fixed;
    right: 15px;
    width: 34px;
    z-index: 95;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    line-height: 34px;
}

.top_button svg {
    width: 17px;
    fill: #fff;
}

a {
    color: var(--second-color);
    text-decoration: unset;
}

a:hover {
    color: var(--second-color);
}

.landing-page {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.landing-page img {
    width: 100%;
    max-height: 325px;
    height: auto;
    margin: 0 0 15px;
}

.landing-page a {
    max-width: 300px;
    margin: auto;
}

footer ul a {
    color: #fff;
    text-align: left;
    font: normal normal normal 14px/29px Montserrat;
    text-decoration: unset;
}

section.copyright-bottom .container {
    border-top: 2px solid #FFEB39;
}

header .list-social {
    gap: 10px;
    margin-left: 30px;
}

header .list-social img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.list-social {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

.box-title-icon {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 40px;
}

.icon-left {
    max-width: 32px;
}

.icon-left img {
    max-width: 100%;
}

.title-icon {
    text-align: left;
    font: normal normal 800 28px/27px Montserrat;
    letter-spacing: 0px;
    color: #203342;
    margin-bottom: 0;
}

.box-content-sale_dealer {
    background: var(--unnamed-color-062C50) 0% 0% no-repeat padding-box;
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 35px 18px;
    font: normal normal normal 13px/20px Montserrat;
    letter-spacing: 0px;
    color: #CDCDCD;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.3s;
}

.title-sale_dealer {
    font: normal normal bold 20px/28px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.cashback {
    font: normal normal normal 15px/20px Montserrat;
    color: #CDCDCD;
    margin-bottom: 10px;
}

.description-link_tcs_apply a,
.description-new_users_only {
    font: normal normal normal 12px/20px Montserrat;
    letter-spacing: 0px;
    color: #828687;
}

.bonus_code {
    border: 1px solid #828687;
    border-radius: 360px;
    padding: 20px;
    position: relative;
    margin-bottom: 22px;
    transition: 0.3s;
}

.title-bonus_code {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background: var(--primary-color);
    width: max-content;
    margin: auto;
    padding: 0 10px;
    transition: 0.3s;
}

.code {
    font: normal normal bold 20px/20px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    transition: 0.3s;
}

.description-link_choi_ngay a {
    background: #FDBC2A 0% 0% no-repeat padding-box;
    text-align: center;
    font: italic normal bold 16px/27px Montserrat;
    letter-spacing: 0px;
    color: #252729;
    padding: 13px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto;
    border-radius: 6px;
}

.box-content-sale_dealer:hover {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 40px #00000026;
    border-radius: 6px;
    color: #171717;
}

.box-content-sale_dealer:hover .title-sale_dealer,
.box-content-sale_dealer:hover .bonus_code .code,
.box-content-sale_dealer:hover .cashback {
    color: #000;
}

.box-content-sale_dealer:hover .title-bonus_code {
    background: #fff;
}

.title-content-blog {
    text-align: left;
    font: normal normal bold 18px/25px Montserrat;
    letter-spacing: 0px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.create-date {
    font: normal normal medium 15px/26px Montserrat;
    letter-spacing: 0px;
    color: #828687;
    color: #828687;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-readmore {
    background: #FDBC2A 0% 0% no-repeat padding-box;
    font: italic normal bold 16px/27px Montserrat;
    letter-spacing: 0px;
    color: #252729;
    padding: 0 36px;
    width: max-content;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-name a {
    text-decoration: underline;
    letter-spacing: 0px;
    color: #DF0E36;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: normal;
    text-underline-offset: 5px;

}

.cat-name {
    margin: 10px 0;
}

.image-box {
    height: 200px;
}

.image-box img {
    object-fit: cover;
    height: 100%;
    object-position: center;
}

section.box-content-homapge {
    background: #161A1F;
    padding: 20px;
    border-radius: 5px;
}

.right-head {
    background: #FFEB39 0% 0% no-repeat padding-box;
    border-radius: 4px 4px 0px 0px;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
}

.list-legues-left {
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #3D485D 0% 0% no-repeat padding-box;
    text-align: center;
    font: normal normal normal 13px/15px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: unset;
}

.nav-tabs .nav-link {
    background: #E8E8E8 0% 0% no-repeat padding-box;
    font: normal normal normal 13px/15px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
}

.name-league {
    font: normal normal bold 13px/15px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.item-league-left img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.item-league-left a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.item-league-left {
    border-bottom: 1px dotted #F2F2F2;
    padding-bottom: 10px;
}

.item-league-left:last-child {
    border-bottom: 0;
}

.right-sidebar .right-head {
    background: #1D1D1D 0% 0% no-repeat padding-box;
    border-radius: 4px 4px 0px 0px;
}

.right-sidebar .right-box.bg-news .right-head {
    background: var(--primary-color);
}

.right-sidebar .item-league-left a:after,
a.arrow-right-icon:after {
    content: "\f04b";
    width: 5px;
    height: 10px;
    margin-left: auto;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #959595;
    font-size: 10px;
    display: flex;
    align-items: center;
}

.post-sticky .box-content-odd-revview {
    position: absolute;
    bottom: 0;
    background: transparent linear-gradient(180deg, #17171700 0%, #171717 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 6px 6px;
    padding: 30px;
    height: max-content;
}

.item-slider-post {
    height: 100%;
    position: relative;
}

.post-sticky .item-slider-post .image-box {
    height: 100%;
}

.post-sticky .box-content-odd-revview .title-content-blog {
    font: normal normal bold 22px/27px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.post-sticky .box-content-odd-revview .create-date {
    font: normal normal medium 15px/26px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
}

section.section-odd_review {
    background: #FFF;
}


.description-blog {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.title-ncuy,
.title-widget {
    font: normal normal bold 24px/27px Montserrat;
    letter-spacing: 0px;
    color: var(--primary-color);
    margin-bottom: 0;
}

.box-news-cate .vertical-box .title-content-blog {
    font-size: 18px;
    font-weight: 700;
}

.box-news-cate {
    padding: 20px;
    background: #161A1F;
    border-radius: 5px;
}

.detail-dealer {
    border: 1px solid var(--unnamed-color-cdcdcd);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    position: relative;
    text-align: center;
}

.bonus_to {
    font: normal normal bold 26px/20px Montserrat;
    letter-spacing: 0.26px;
    color: #FF1319;
    text-align: center;
}

.description_bonus_to {
    color: #202020;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.14px;
}

.bonus_title {
    text-align: center;
    font: normal normal normal 14px/20px Montserrat;
    letter-spacing: 0.14px;
    color: #202020;
}

.dealer-name {
    font: normal normal bold 20px/19px Montserrat;
    letter-spacing: 0.2px;
    color: #203342;
    text-align: center;
}

.logo-dealer {
    width: 80px;
    margin: auto;
}

.number-stt {
    background: #FDBC2A 0% 0% no-repeat padding-box;
    border-radius: 4px 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: max-content;
    padding: 7px 13px;
    font: normal normal bold 18px/27px Montserrat;
    letter-spacing: 0px;
    color: #252729;
}


.play-now a {
    padding: 12px 24px;
    font: italic normal bold 15px/24px Montserrat;
    letter-spacing: 0px;
    background: #1d1d1d 0% 0% no-repeat padding-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
}

.view-review a {
    letter-spacing: 0px;
    font-size: 14px;
    text-decoration: underline;
    line-height: 27px;
    font-family: 'Montserrat';
    font-style: italic;
    color: #203342;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 10px;
    background: #E8E8E8 0% 0% no-repeat padding-box;
    border: 1px solid #CDCDCD;
    gap: 10px;
}

.box-btn>* {
    width: max-content;
}

.dealer-info {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.total_review {
    font: normal normal bold 13px/16px Montserrat;
    letter-spacing: 0.13px;
    color: #171717;
}

.content-dealer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FDBC2A;
    border-radius: 22px;
    width: max-content;
    padding: 6px 15px;
    margin: auto;
}

#formtimkiem-desktop input.head-search,
#formtimkiem-desktop input.head-search::placeholder {
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 15px;
    letter-spacing: 0px;
    color: #878787;
    width: calc(100% - 20px);
}

#formtimkiem-desktop input.head-search {
    border-bottom: 2px solid #FFFFFF;
}

#formtimkiem-desktop input.head-search:focus-visible {
    outline: unset;
}

form#formtimkiem-desktop {
    display: flex;
    align-items: center;
}

.logo-leagues {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    padding: 14px 10px;
    cursor: pointer;
    text-align: center;
    width: max-content;
}

.item-leagues {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.item-clb a {
    font: normal normal normal 14px/39px Montserrat;
    letter-spacing: 0px;
    color: var(--primary-color);
}

.list-clb {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.list-leagues {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.list-filter-clb input.datepicker {
    width: 250px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FDB813;
    border-radius: 2px;
    padding: 13px 10px;
    font: normal normal normal 13px/16px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    -webkit-appearance: none;
}

.select-date-item {
    font: normal normal normal 12px/15px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    padding: 13px 20px;
    width: max-content;
    min-width: 73px;
    cursor: pointer;
}

.list-filter-clb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.select-date-item.active {
    background: #828687 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    color: #FFF;
}

button.dropdown-select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D8D8D8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 17px;
    font: normal normal normal 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #1A1A1A;
}

ul.dropdown-menu.show {
    width: 100%;
    padding: 10px;
    border: 1px solid #D8D8D8;
}

ul.dropdown-menu.show li {
    cursor: pointer;
    margin-bottom: 10px;
}

ul.dropdown-menu.show li:last-child {
    margin-bottom: 0;
}

.head-trandau {
    background: #E4E4E4 0% 0% no-repeat padding-box;
    border-radius: 2px;
    font: normal normal normal 13px/15px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    padding: 10px 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.item-trandau:nth-child(odd) {
    background: #ECECEC;
}

.item-trandau:nth-child(even) {
    background: #fff;
}

.head-trandau.head-live i {
    color: #DF0E36;
}

.box-list-trandau {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.item-trandau {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #DBDFE8;
    padding: 5px 10px;
}

.item-trandau:last-child {
    border-bottom: 0;
}

.box-2doi {
    gap: 15px;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-trandau {
    width: 90px;
    font: normal normal normal 13px/15px Montserrat;
    letter-spacing: 0px;
    color: #000;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.box-2doi .box-doi1:nth-child(1) {
    justify-content: flex-end;
}

.box-2doi .box-doi1 {
    justify-content: flex-start;
}

.box-2doi>* {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(50% - 40px - 15px);
}

.box-doi1>* {
    font: normal normal normal 13px/15px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.box-ketqua {
    border-radius: 1px;
    padding: 4px 10px;
    font: normal normal normal 14px/17px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 80px;
}

.results .box-ketqua {
    background: #FFEB39;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

/* .tab-content .box-ketqua {
    background: transparent;
    letter-spacing: 0px;
    color: #DF0E36;
    font: normal normal bold 16px/19px Montserrat;
} */

.box-doi1>.logo-doi1,
.box-doi1 .logo-doi2 {
    width: 20px;
    height: 20px;

}

ul#leagueTab {
    margin-bottom: 15px;
    gap: 5px;
}

.readmore-league {
    text-align: center;
    font: normal normal bold 16px/27px Montserrat;
    letter-spacing: 0px;
    color: #252729;
    background: #D4DAE5 0% 0% no-repeat padding-box;
    border-radius: 4px;
    box-shadow: unset;
    border: 0;
    width: 200px;
    margin: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


.nhacai-info .dealer-info {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    align-items: center;
    gap: 10px;
    padding: 5px;
}

.nhacai-info .dealer-name {
    margin-bottom: 0;
}

.nhacai-info .content-dealer {
    width: 100%;
    gap: 10px;
    margin-bottom: 15px;
}

.nhacai-info .play-now {
    margin-top: 15px;
    width: 100%;
}

.nhacai-info .box-bonus {
    width: 100%;
    padding: 0;
    gap: 10px;
}

.nhacai-info .logo-dealer {
    width: 120px;
}

.nhacai-info .icon-gift:after {
    height: 1px;
    width: calc(50% - 25px);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nhacai-info .icon-gift:before {
    height: 1px;
    width: calc(50% - 25px);
    left: 0;
    top: 0;
    display: flex;
    margin: auto;
    bottom: 0;
}

.nhacai-info .icon-gift {
    width: 100%;
}

.box-uu-nhuoc {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.uu-diem,
.nhuoc-diem {
    background: #FFF;
    padding: 15px;
    width: calc(50% - 12.5px)
}

.box-uu-nhuoc ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.box-uu-nhuoc ul li {
    font: normal normal normal 15px/20px Montserrat;
    letter-spacing: 0.15px;
    color: #171717;
}

.uu-diem li:before {
    content: "\2b";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    color: #46AB56;
    padding-right: 5px;
}

.nhuoc-diem li:before {
    content: "\f068";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    color: #CC2C40;
    padding-right: 5px;
}

.title-uu-nhuoc {
    font: normal normal bold 18px/20px Montserrat;
    letter-spacing: 0px;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.title-uu-nhuoc i {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 360px;
    color: #FFF;
    background: #F8919E;
}

.uu-diem .title-uu-nhuoc i {
    background: #8FDF9C;
}

.short_description_2 {
    font: normal normal normal 16px/24px Montserrat;
    letter-spacing: 0px;
    color: #828687;
}


.bookmarker-side .detail-dealer {
    flex-direction: column;
}

.bookmarker-side .detail-dealer .number-stt:before {
    width: calc(50% - 25px);
    height: 1px;
    left: 0;
    top: 0;
    margin: auto;
}

.bookmarker-side .detail-dealer .number-stt:after {
    width: calc(50% - 25px);
    bottom: 0;
    margin: auto;
    right: 0;
    height: 1px;
}

.bookmarker-side .box-btn {
    flex-direction: row;
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
}


.post-lasted-new-box {
    display: flex;
    width: 100%;
    gap: 15px;
}

.image-lasted {
    width: 100px;
    height: 100px;
}

.content-lasted {
    width: calc(100% - 100px - 15px);
}

.title-lasted {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.title-lasted:hover {
    color: #FFEB39;
}

.date-post-lasted i {
    color: #687A8B;
}

.date-post-lasted {
    font-size: 13px;
    letter-spacing: 0px;
    color: #687A8B;
}

.image-lasted img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.pagination .page-link {
    background: #161A1F;
    color: #fff;
    border-color: #161A1F;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
    background: #3d485d;
    color: #fff;
    border-color: #3d485d;
}

nav.rank-math-breadcrumb,
nav.rank-math-breadcrumb a {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0px;
    color: #707070;
}

nav.rank-math-breadcrumb>p a:first-child:before,
.home nav.rank-math-breadcrumb span.last:before {
    content: "\f015";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

nav.rank-math-breadcrumb>p a:first-child,
.home nav.rank-math-breadcrumb span.last {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 10px;
}

.stading-tab .thang,
.stading-tab .hoa,
.stading-tab .bai {
    display: none;
}

.stading-tab .head-kq {
    align-items: center;
}

.stading-tab .list-kq .list-leagues-standing,
.stading-tab .head-kq {
    padding: 10px 5px;
}

.list-kq .list-leagues-standing {
    border: 0
}

.right-box .list-kq .list-leagues-standing {
    border-bottom: 1px solid #DBDFE8;
}

.stading-tab .head-kq>* {
    font: normal normal normal 11px/13px Montserrat;
    letter-spacing: 0px;
    color: #00182E;
    opacity: 0.6;
    width: 40px;
}

.stading-tab .group-label {
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
}

.right-box {
    margin-bottom: 15px;
}

.right-box:last-child {
    margin-bottom: 0;
}

.left-page-odds .right-box:nth-child(even) .right-head,
.left-page-standings .right-box:nth-child(even) .right-head,
.bg-title-color .right-head {
    background: #07407A 0% 0% no-repeat padding-box;
}

.right-box li.nav-item button {
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #00182E;
    border: 0;
    background-color: transparent;
}

.right-box .nav-tabs .nav-link.active:after {
    content: "";
    width: 40%;
    background: #FFEB39;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

.right-box .nav-tabs .nav-link.active {
    position: relative;
}

.right-box .tab-content {
    background: #FFF;
}

.right-box .list-leagues-standing>* {
    width: 40px;
}

.stading-tab .list-leagues-standing .name,
.stading-tab .head-kq .name {
    width: calc(100% - (40px * 4));
}

.stading-tab .logo-doi1 {
    display: none;
}

.right-box .nav-tabs .nav-item.show .nav-link,
.right-box .nav-tabs .nav-link.active {
    background: transparent;
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #FFEB39;
}

.stading-tab .head-trandau {
    background: #E4E4E4 0% 0% no-repeat padding-box;
    text-transform: capitalize;
    font: normal normal medium 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}

.stading-tab .list-leagues-standing>.diem {
    color: #FFEB39;
}

nav.rank-math-breadcrumb {
    padding: 10px 0 10px;
}

.stading-tab .head-kq,
.stading-tab .list-leagues-standing {
    gap: 5px;
}

.stading-tab .list-leagues-standing>* {
    text-align: center;
    font: normal normal normal 11px/13px Montserrat;
    letter-spacing: 0px;
    color: #00182E;
}

nav.rank-math-breadcrumb p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

nav.rank-math-breadcrumb {
    margin-bottom: 20px;
}

.vertical-box {
    display: flex;
    gap: 15px;
}

#tab-live td.TYLETT_3b {
    width: 15%;
}

.input-message.d-flex {
    padding: 8px 12px;
    background: #FFCBDF 0% 0% no-repeat padding-box !important;
}

.right-head img {
    width: 18px;
    margin-right: 10px;
}

.flex-1.bg-transparent.outline-none.border-0.text-white.px-1 {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border-radius: 20px;
    opacity: 1 !important;
    padding: 7px 10px !important;
    height: 24px;
    font: normal normal normal 8px/10px Montserrat;
    letter-spacing: 0px;
    color: #6A6A6A !important;
}

#chat-app .chat-app .btn-send:hover {
    background: transparent !important;
}

.vertical-box .title-content-blog {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.vertical-box .image-box {
    height: 100%;
    width: 35%;
}

.vertical-box {
    height: 100%;
}

.vertical-box .box-content-blog {
    width: 65%;
}

.title-cat span {
    color: #FFEB39;
}

.list-subcategories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.subcategories a {
    background: #161A1F 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font: normal normal normal 14px/17px Montserrat;
    letter-spacing: 0px;
    color: #fff;
    padding: 10px 15px;
}

.subcategories.active a,
.subcategories a:hover {
    background: #3d485d;
    color: #FFF;
}

.vertical-box .cat-name {
    margin-bottom: 15px;
    margin-top: 0;
}

.right-maker {
    width: 300px;
    padding: 0;
}

.left-maker {
    width: calc(100% - 300px);
    padding-right: 30px;
}

.list-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal medium 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.item-tag a {
    font: normal normal normal 13px/15px Montserrat;
    letter-spacing: 0px;
    color: #808080;
    background: #FFF;
    border: 1px solid #EAEFFB;
    border-radius: 2px;
    padding: 5px 10px;
}

.social-share {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-share i {
    font-size: 20px;
    color: #ADB1B8;
}

.related-section {
    background: #FFF;
}

.related-section .box-content-blog {
    padding-top: 10px;
}

.head-kq {
    border-bottom: 0;
    background: #fff
}

.head-kq,
.list-leagues-standing {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 15px;
    padding: 12px 0;
}

.head-kq>*,
.list-leagues-standing>* {
    width: 40px;
    text-align: center;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 15px;
    font-family: Montserrat;

    font-size: 15px;
    letter-spacing: 0px;
    color: #5F7192;
}

.name {
    font: normal normal normal 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #00182E;
}

.stt {
    font: normal normal bold 15px/22px Montserrat;
    letter-spacing: 0px;
    color: #00182E;
}

.head-kq>.tran {
    width: 60px;
}

.list-leagues-standing>* {
    font-size: 16px;
}

.head-kq .stt,
.list-leagues-standing .stt {
    width: 40px;
}

.list-leagues-standing>.stt,
.list-leagues-standing>.diem {
    font-weight: bold;
}

.list-leagues-standing:nth-child(even) {
    background: #E8E8E8 0% 0% no-repeat padding-box;
}

.head-kq .name,
.list-leagues-standing .name {
    width: calc(100% - (40px * 7) - 40px - 60px - 110px);
    text-align: left;
}

.tranganday {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-wrap: wrap;
}

.tranganday>* {
    font: normal normal normal 12px/14px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 19px;
    height: 19px;
    background: #27AE60 0% 0% no-repeat padding-box;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-leagues-standing .diem {
    font: normal normal bold 15px/18px Montserrat;
    letter-spacing: 0px;
    color: #032D8D;
}

.bg-2 .head-trandau {
    background: #E4E4E4;
    font: normal normal normal 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.win {
    background: #27AE60 0% 0% no-repeat padding-box;
}

.draw {
    background: #F89B3E 0% 0% no-repeat padding-box;
    border-radius: 2px;
}

.lose {
    background: #DC1E28 0% 0% no-repeat padding-box;
    border-radius: 2px;
}

.upcoming {
    background: transparent;
    border: 1px solid #000;
}

.group-label {
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
}

.logo-leagues img {
    height: 40px;
    object-fit: contain;
}

.tranganday {
    width: 110px;
}

.logo-leagues a {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0px;
    color: #1F1F1F;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 18px;
}

.table-header td {
    text-align: center;
    color: #ffffff;
    font-size: 13px !important;
    padding: 0px;
}

.table-header td {
    background-color: var(--primary-color) !important;
    border: 1px solid #fff !important;
}

.bg_h2 {
    background: #E4E4E4 0% 0% no-repeat padding-box !important;
    border: 1px solid #E4E4E4 !important;
}

div#header-odds {
    font: normal normal bold 17px/20px Montserrat;
    letter-spacing: 0px;
    color: #00182E;
}

.diem_so li .ti_so {
    padding: 0 !important;
}

.btn-keo-ngay,
.btn-primary {
    background-color: var(--primary-color) !important;
}

table.border-spacing-0 td {
    border: 0;
}

table.border-spacing-0 td tr td {
    padding: 0 !important;
}

table.border-spacing-0 table.border-spacing-0 {
    margin: 0;
}

.list-leagues-standing:hover {
    background: rgb(255 236 67 / 0.2) 0% 0% no-repeat padding-box;
}

.item-league-left:hover .name-league {
    color: #f7185e;
}

table.border-spacing-0 td tr.keo-dong.keo-ti-so td {
    padding: 0 !important;
}

table.background-white.border-collapse-separate {
    margin: 0;
}

.diem_so li {
    height: 4.5em !important;
}

.dong4,
.dong2 {
    font-size: 12px !important;
    font-weight: normal !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 0;
}

table.border-spacing-0 td.TYLETT_2a {
    padding: 5px !important;
}

.btn-keo-ngay:hover,
.btn-primary:hover {
    color: #FFF;
}

.odds-table-content {
    min-width: unset !important;
}

.search-form.col-md-12.mb-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
}

.heading_table {
    background: transparent;
    border: 0;
}

.search_tyle,
.search_tyle.select-league.float-right {
    width: calc(50% - 10px) !important;
    margin: 0 !important;
}

.list-date-odds {
    width: 100%;
}

button.btn.btn-keo-ngay {
    margin: 0 !important;
}

input#input-search {
    padding: 0 5px;
}

button.btn.btn-keo-ngay {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #D6D6D6 !important;
    border-radius: 2px !important;
    font: normal normal normal 13px/16px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    padding: 12px 10px;
}

.heading_table.heading_table_home .search_tyle {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #D3BCFF !important;
    border-radius: 2px !important;
    width: calc(50% - 5px) !important;
}

.heading_table.heading_table_home .search_tyle span.search-span {
    background-image: url('../images/search.svg?v=2') !important;
}

.heading_table.heading_table_home .search_tyle svg {
    display: none;
}

.card.card-body.content {
    padding: 0;
    border: 0;
    background-color: transparent;
}

table.border-spacing-0>tbody>tr>td {
    padding: 0 !important;
}

.subcategories {
    display: flex;
}

ul#menu-sub-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
}

ul#menu-sub-menu li {
    display: flex;
}

ul#menu-sub-menu li a {
    letter-spacing: 0px;
    color: #000000;
    background: #E4E4E4 0% 0% no-repeat padding-box;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Montserrat';
    border-radius: 4px 4px 0px 0px;
}

ul#menu-sub-menu li.current-menu-item a,
ul#menu-sub-menu li a:hover {
    background: #FFEB39 0% 0% no-repeat padding-box;
    color: #fff;
}

.item-trandau.widget-results {
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-trandau.widget-results .box-2doi {
    width: 100%;
    gap: 5px;
}

.item-trandau.widget-results .box-2doi .box-ketqua {
    font: normal normal bold 13px/18px Montserrat;
    letter-spacing: 0px;
    color: #00182E;
    padding: 4px 5px;
    width: 45px;
    background: #FFEB39;
    gap: 4px;
}

.item-trandau.widget-results .box-2doi .box-doi1:nth-child(1) .name-doi1 {
    text-align: right;
}

.item-trandau.widget-results .box-2doi>* {
    width: calc(50% - 22px - 5px);
    gap: 3px;
}

.item-trandau.widget-results .box-doi1>* {
    color: #000000;
    font: normal normal normal 12px/17px Montserrat;
    letter-spacing: 0px;
}

.right-box .list-leagues-standing:nth-child(even),
.right-box .item-trandau:nth-child(odd) {
    background-color: #fff;
}

.right-box .tab-content>.tab-pane {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #0000001A;
    border: 1px solid #DADCE1;
    border-radius: 0px 0px 4px 4px;
}

.item-trandau.widget-results.fixtures .box-2doi .box-ketqua {
    background: #FFEB39;
    color: #FFF;
}

.item-trandau.widget-results.fixtures .time-trandau {
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.related .image-box {
    height: 140px;
}

.related .title-content-blog {
    font: normal normal bold 15px/20px Montserrat;
    letter-spacing: 0px;
    margin-top: 15px;
}

.related .description-blog {
    font-size: 14px;
    margin: 0;
}

.title-cat.related-post {

    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 3px solid #D3D9E6;
    padding-bottom: 15px;
}

.title-cat.related-post span {
    font-size: 23px;
    text-transform: uppercase;
}

.title-cat.related-post span:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #FFEB39;
    position: absolute;
    left: 0;
    bottom: -19px;
    margin: auto;
    right: 0;
}

.modal-dialog .modal-content {
    background: #161A1F;
    color: #fff;
}

.modal-header {
    border-bottom-color: #333;
}

.modal-header .btn-close {
    color: #FFEB39;
}

.btn {
    background: #373522;
    color: #FFEB39;
    border-radius: 0;
    white-space: nowrap;
}

#formtimkiem {
    display: flex;
    align-items: center;
}

#formtimkiem input {
    background: #2d3540;
    color: #fff;
    height: 38px;
    border: 0;
    outline: none;
    width: 100%;
}

.list-lasted-new {
    padding: 10px 0 0;
}

form#formtimkiem {
    display: flex;
    align-items: center;
}

header .modal-header .btn-close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    color: #FFEB39;
    opacity: 1;
}

header .modal-header .btn-close {
    background: transparent;
    opacity: 1;
    margin-top: -22px;
}

@media(max-width: 1200px) {

    header,
    footer {
        background-image: unset;
    }
}

@media(max-width: 991px) {
    .logo-footer {
        text-align: center;
        margin-bottom: 15px;
    }

    section.copyright-bottom {
        text-align: center;
    }
}

@media(max-width: 880px) {
    .box-news-cate .vertical-box .title-content-blog {
        font-size: 16px;
    }

    h4 {
        font-size: 16px;
    }

    h3 {
        font-size: 19px;
    }

    h2 {
        font-size: 23px;
    }

    h1 {
        font-size: 26px;
    }

    body .searchAndDropdownLeagues {
        flex-direction: row;
    }

    body .searchAndDropdownLeagues>* {
        width: 50%;
        height: 32px;
    }
}

/****** ADS style************/
button.adclose {
    position: absolute;
    top: 0px;
    right: 0px;
    background: black;
    color: white;
    border: thin white solid;
    transition: 0.2s;
    width: 20px;
    height: 20px;
    line-height: 20p;
    padding: 0;
    text-align: center;
}

ins {
    display: block;
    margin-bottom: 3px !important;
    position: relative;
    margin: auto;
    max-width: 100% !important;
}

ins img {
    width: 100%;
    height: auto;
}

.adscatfish {
    position: fixed;
    right: 0px;
    bottom: 2px;
    width: 100%;
    text-align: center;
    z-index: 999;
}

#menu-menu-main li a {
    text-transform: capitalize;
    font-weight: 400;
    color: #fff !;
    padding: 8px 13px;
    display: flex
;
    align-items: center;
}

.adscatfish ins {
    width: 600px;
}

.adfloat img {
    width: 75px;

}

#blLeft {
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 9999;
    width: 200px;
}

#blRight {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 9999;
    width: 200px;
}

.headerbanner ins img {
    width: 600px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100px !important;
}


@media (min-width: 992px) {
    .ads-pc {}

    .ads-mb {
        display: none;
    }
}

@media (max-width: 991px) {
    .ads-pc {
        display: none;
    }

    .ads-mb {
        display: block;
        text-align: center;
    }

    .ads-mb ins {
        max-width: 70% !important;
    }

    ins img {
        width: 100%;
        height: auto;
    }

}

/********** end ADS style **********/