@charset 'UTF-8'; /*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select,
textarea {
    font: inherit;
}
optgroup {
    font-weight: 700;
}
button,
input,
select {
    overflow: visible;
}
button,
input,
select,
textarea {
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
body,
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
html {
    height: 100%;
    width: 100%;
}
body,
html {
    overflow-x: hidden;
    max-width: 100%;
}
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    color: #dab777;
    font-size: 14px;
    z-index: -1;
    font-weight: 300;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    background: url(../images/bgc278.webp?v=9.5.1) top center no-repeat fixed;
    background-size: cover;
    background-color: #005b94;
}
p {
    line-height: 1.2;
}
a {
    color: #f89e22;
}
a:hover {
    color: #f89e22;
}
.text-primary {
    color: #fed136 !important;
}
h1,
h2,
h3 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
}
h1 {
    display: none;
}
header {
    background: url(../images/bg-headerc278.webp?v=9.5.1) top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 1rem 0;
}
.container {
    margin: 0 auto;
    max-width: 1400px;
}
header .header-primary .header-right ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.header-right ul {
    margin-bottom: 0;
    padding: 0;
}
.logo-header img {
    max-width: 100%;
}
.logo-header {
    max-width: 95%;
}
article {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.games_lst {
    display: flex;
    align-items: flex-end;
    padding: 0 0 2rem;
    margin: 0 -15px;
}
.gamebox {
    padding: 0 15px;
}
footer {
    background: url(../images/bg-footerc278.webp?v=9.5.1) bottom center repeat-y;
    background-size: 100% auto;
    padding: 10px 0;
}
.ftbottom {
    border-top: 1px solid #005c95;
    padding-top: 1rem;
    margin-top: 1rem;
}
a.icon-phone {
    display: block;
    border-radius: 5px;
    background: #fff;
    text-transform: uppercase;
    color: #005481;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 18px;
    padding-right: 1rem;
    text-decoration: none;
    min-width: 290px;
    text-align: center;
}
a.icon-phone i {
    background: #003049;
    color: #fff;
    padding: 10px;
    height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    width: 40px;
}
#formmodal .tab-content {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
}
form {
    width: 55%;
    margin: 0 auto;
    z-index: 1;
}
.form-group {
    position: relative;
    margin-bottom: 0.7rem;
}
.error,
.errors {
    color: #f20000;
    font-size: 14px;
    text-align: center;
    margin-bottom: -0.6rem;
    text-shadow: 0.5px 0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px 0 0 #fff, 0 0.5px 0 #fff, -0.5px 0 0 #fff, 0 -0.5px 0 #fff;
}
.form-group > i {
    position: absolute;
    left: 15px;
    top: 0;
    cursor: pointer;
    height: 48px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.form-group > i.icon-prepend {
    left: auto;
    right: 25px;
    color: #86b0de;
}
.form-control {
    height: 48px;
    background: #0c61bc !important;
    outline: 0 !important;
    margin: 0 auto;
    padding: 0 60px 0 50px;
    color: #fff !important;
    border-radius: 8px;
    font-family: Montserrat;
    font-size: 15px;
    border: 1px solid #007bff !important;
}
.btn_style {
    padding-top: 0.7rem;
}
.btnsubmit {
    width: 60%;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0 auto;
    display: block;
    animation: btnAnimation 0.5s linear infinite;
}
input::-webkit-input-placeholder {
    color: #fff !important;
}
input:-moz-placeholder {
    color: #fff !important;
}
input::-moz-placeholder {
    color: #fff !important;
}
input:-ms-input-placeholder {
    color: #fff !important;
}
[contenteditable].form-control:focus,
[type="email"].form-control:focus,
[type="password"].form-control:focus,
[type="tel"].form-control:focus,
[type="text"].form-control:focus,
button,
input.form-control:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea.form-control:focus,
textarea:focus {
    box-shadow: inset 0 -1px 0 transparent !important;
    outline: 0 !important;
}
img {
    margin: 0 auto;
    max-width: 100%;
}
@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1.05);
        -webkit-filter: drop-shadow(2px 2px 10px #de2c03) brightness(1.6);
        filter: drop-shadow(2px 2px 10px #de2c03) brightness(1.6);
    }
    50% {
        transform: scale(1);
        -webkit-filter: drop-shadow(1px 1px 3px #de2c03) brightness(1);
        filter: drop-shadow(1px 1px 3px #de2c03) brightness(1);
    }
    100% {
        transform: scale(1.05);
        -webkit-filter: drop-shadow(2px 2px 10px #de2c03) brightness(1.6);
        filter: drop-shadow(2px 2px 10px #de2c03) brightness(1.6);
    }
}
.loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 99999;
}
.loading > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.modal-dialog {
    -webkit-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    top: 50%;
    margin: 0 auto;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.modal .modal-dialog {
    padding: 0 10px;
}
#formmodal .modal-dialog {
    max-width: 700px;
}
.modal .modal-dialog .modal-content {
    padding: 0;
    background: 0 0;
    border: none;
}
.modal .modal-dialog .modal-content .close {
    opacity: 1 !important;
    position: absolute;
    right: 0;
    bottom: 108%;
    z-index: 2;
    text-shadow: none;
    color: #dd4300;
    font-size: 25px;
    display: flex;
    align-items: flex-start;
}
#formmodal .modal-dialog .modal-content .close {
    left: auto;
    right: 10%;
    bottom: 86%;
    font-weight: 700;
    color: #d2001b;
}
#alertModal .modal-dialog .modal-content {
    padding: 1rem;
    background-color: #980000;
    border: 2px solid #ffff34;
}
#alertModal .modal-dialog .modal-content .modal-title {
    width: 100%;
    display: inline-block;
    color: #ffe935;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
#alertModal .modal-dialog .modal-content .modal-body {
    font-size: 18px;
    color: #ffe935;
    padding: 0;
    line-height: 1.3;
    padding: 1rem 0;
}
.jackpot_box {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    max-width: 1500px;
    margin: 0 0 0 auto;
    position: relative;
    padding: 0 1rem;
}
.jackpot_wrap {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 550px;
}
.jackpot_box {
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 45px;
}
.jackpot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #c00000;
    border-radius: 8px;
    padding: 0 1rem 0 3rem;
    background: url(../images/icon-notic278.webp?v=9.5.1) 0.5rem 50% no-repeat;
    background-size: auto 80%;
}
.jackpot_txt {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-align: center;
    font-size: 15px;
    color: #fee466;
    padding: 0 1rem;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, #fff 5%, #fff 95%, transparent);
}
.jackpot_txt ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    display: flex;
    margin: 0;
}
.jackpot_txt ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0 30px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.jackpot_txt span.jackpot_name {
    color: #fbe281;
    display: inline-block;
    padding: 0 2px;
    margin: 1px 3px 0;
}
.games_slider,
.jackpotsp {
    display: none !important;
}
@media (max-width: 991px) {
    .jackpot_wrap,
    a.icon-phone {
        display: none;
    }
    .logoft {
        width: 100%;
    }
    .logoft img {
        width: 100%;
    }
    .btn_top {
        display: flex;
        justify-content: flex-end;
    }
    header,
    header .row {
        height: auto;
    }
    .header-primary .header-right ul {
        padding-left: 1rem;
    }
    .header-primary .header-right ul li a {
        font-size: 12px;
        min-width: 110px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }
    .header-left {
        width: 28%;
    }
    #formmodal .modal-dialog .modal-content .close {
        right: 5%;
    }
    form {
        width: 55%;
    }
    .form-control,
    .form-group > i {
        height: 45px;
    }
    .jackpotsp {
        display: block !important;
        padding-top: 1rem;
    }
    .jackpot_box {
        height: 40px;
    }
    .jackpot {
        background-color: #832a37;
        background-size: auto 70%;
    }
    .jackpot_txt ul li {
        font-size: 12px;
    }
    #formmodal .tab-content {
        top: 30%;
    }
}
@media (max-width: 640px) {
    body {
        background: url(../images/bg-mobilec278.webp?v=9.5.1) top center no-repeat fixed;
        background-size: cover;
        background-color: #005b94;
    }
    #formmodal .modal-body {
        padding: 0;
    }
    #formmodal .modal-dialog {
        padding: 0;
    }
    #formmodal .tab-content {
        top: 28%;
    }
    form {
        width: 60%;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .form-control,
    .form-group > i {
        height: 40px;
    }
    .form-control {
        border-radius: 5px;
        padding-right: 38px;
    }
    .form-group > i {
        font-size: 16px;
    }
    .form-group > i.icon-prepend {
        right: 10px;
    }
    .error,
    .errors {
        font-size: 12px;
        margin-bottom: -0.5rem;
    }
    #games .container {
        padding: 0 5px;
    }
    .games_lst {
        padding: 1rem 0;
        margin: 0;
    }
    .gamebox {
        padding: 0 5px;
    }
    #games .container .slick-list {
        padding: 0 !important;
    }
    .games_slider_box {
        width: 200px;
        margin: 1rem 5px;
        padding-top: 5px;
    }
    .games_slider_box.slick-current {
        transform: scale(1.15);
        margin: 1.3rem 20px;
        padding-top: 0;
        -webkit-filter: brightness(1.4);
        filter: brightness(1.4);
    }
    .header-right {
        width: 45%;
    }
    .header-primary .header-right ul {
        padding: 0;
    }
    .header-left {
        width: 40%;
    }
    .games_slider {
        display: block !important;
    }
}
@media (max-width: 480px) {
    .form-control,
    .form-group > i {
        height: 34px;
    }
    .form-control {
        font-size: 12px;
    }
    .btn_style {
        padding-top: 0.5rem;
    }
}
@media (max-width: 360px) {
    .form-control,
    .form-group > i {
        height: 36px;
    }
    .form-control {
        font-size: 13px;
    }
    .form-group > i {
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .header-primary .header-right ul li a {
        font-size: 10px;
        min-width: 90px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
    #formmodal .modal-dialog {
        max-width: 400px;
    }
    #formmodal .modal-dialog .modal-body {
        padding: 0;
    }
    .thumbform img.d-none.d-lg-block {
        display: none !important;
    }
    .thumbform img.d-block.d-lg-none {
        display: block !important;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .form-control,
    .form-group > i {
        height: 32px;
    }
    .form-control {
        border-radius: 5px;
        font-size: 12px;
    }
    .form-group > i {
        border-radius: 5px;
        font-size: 16px;
    }
    .form-group > i.icon-prepend {
        right: 10px;
    }
    .error,
    .errors {
        font-size: 12px;
        margin-bottom: -0.5rem;
    }
    #formmodal .modal-dialog .modal-content .close {
        right: 10%;
    }
}
@media only screen and (max-height: 480px) and (orientation: landscape) {
    #formmodal .modal-dialog {
        max-width: 400px;
    }
    #formmodal .modal-dialog .modal-body {
        padding: 0;
    }
    .thumbform img.d-none.d-lg-block {
        display: none !important;
    }
    .thumbform img.d-block.d-lg-none {
        display: block !important;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .form-control,
    .form-group > i {
        height: 32px;
    }
    .form-control {
        border-radius: 5px;
        font-size: 12px;
    }
    .form-group > i {
        border-radius: 5px;
        font-size: 16px;
    }
    .form-group > i.icon-prepend {
        right: 10px;
    }
    .error,
    .errors {
        font-size: 12px;
        margin-bottom: -0.5rem;
    }
    #formmodal .modal-dialog .modal-content .close {
        right: 10%;
    }
}
.hotmatch {
    padding: 2rem 10px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.hotmatch .container {
    display: flex;
    flex-direction: column;
}
.match_wrap {
    position: absolute;
    z-index: 1;
    top: 8rem;
    left: 0;
    right: 0;
    max-width: 825px;
    margin: 0 auto 0 !important;
    background: url(../images/bg-hotmatchebe4.webp?v=9.5.0) top center no-repeat;
    background-size: 100% auto;
}
.match_wrap .slick-list {
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
.match_slider {
    padding: 0;
    height: 170px;
}
.matchbox_thumb {
    width: 90px;
    min-width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100%;
    background-color: #fff;
}
.matchbox_thumb span {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 98%;
    height: 98%;
    border-radius: 100%;
}
.matchbox_thumb img {
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
    display: inline-block;
}
.match_slider {
    display: flex !important;
    text-align: center;
    justify-content: center;
    outline: 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.match_slider .matchbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.match_slider .matchbox:nth-child(1),
.match_slider .matchbox:nth-child(3) {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}
.match_slider .matchbox:nth-child(3) > div {
    justify-content: flex-end;
}
.match_slider .matchbox:nth-child(2) {
    align-items: center;
    padding: 0;
    min-width: 190px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.matchbox > div {
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
}
.matchbox_lbl {
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    padding-right: 10px;
}
.match_slider .matchbox:nth-child(3) .matchbox_lbl {
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
}
.matchbox > div.hotmatch_info {
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 100%;
    font-weight: 400;
    overflow: hidden;
    padding-top: 2rem;
}
.hotmatch_name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: red;
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
    display: block;
}
.hotmatch_name span {
    color: red;
}
.hotmatch_date {
    color: #fff;
}
.hotmatch_time {
    color: #ffb432;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.hotmatch_name_box {
    font-size: 15px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-decoration-color: #fff;
}
.hotmatch .slick-arrow {
    display: none !important;
}
.hotmatch .slick-dots {
    top: 210%;
    bottom: auto;
    z-index: 1;
    display: none !important;
}
.hotmatch .slick-dots li {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}
.hotmatch .slick-dots li button {
    background: #8596a2;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}
.hotmatch .slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li button:before {
    display: none;
}
.btncuocngay {
    margin: -5.5% auto 0;
    width: 35%;
    max-width: 185px;
}
.btncuocngay div {
    width: 100%;
    cursor: pointer;
    animation: btnCuocngay 0.3s linear infinite;
}
.thumbsp {
    display: none;
}
.thumb_hotmatch {
    position: relative;
}
@-webkit-keyframes btnCuocngay {
    0% {
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        transform: scale(1.05);
    }
    50% {
        -webkit-filter: none;
        filter: none;
        transform: scale(1);
    }
    100% {
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        transform: scale(1.05);
    }
}
@media (max-width: 1200px) {
    .thumbsp {
        display: block;
    }
    .thumbpc {
        display: none;
    }
    .thumb_hotmatch {
        margin-left: 0;
    }
    .hotmatch {
        padding: 2rem 0 0;
    }
    .match_wrap {
        max-width: none;
        background-size: 100% 100%;
        top: 28%;
        left: 15px;
        right: 15px;
        width: 95%;
    }
    .match_slider {
        height: 145px;
    }
    .matchbox_thumb {
        width: 90px;
        min-width: 90px;
        height: 90px;
    }
    .match_slider .matchbox:nth-child(1),
    .match_slider .matchbox:nth-child(3) {
        padding-top: 1%;
    }
    .match_slider .matchbox:nth-child(2) {
        min-width: 270px;
    }
    .matchbox > div.hotmatch_info {
        padding-top: 18%;
    }
    .btncuocngay {
        position: absolute;
        top: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: none;
        width: 22%;
    }
    .hotmatch .slick-dots {
        top: 235%;
    }
    .hotmatch_name_box {
        font-size: 17px;
    }
    .hotmatch_name {
        top: 0.6rem;
    }
}
@media (max-width: 800px) {
    .hotmatch {
        padding: 1rem 0 0;
    }
    .hotmatch_name_box {
        font-size: 13px;
    }
    .hotmatch_name {
        top: 0.4rem;
    }
    .match_slider {
        height: 100px;
    }
    .match_slider .matchbox:nth-child(2) {
        min-width: 160px;
    }
    .matchbox_thumb {
        width: 65px;
        min-width: 65px;
        height: 65px;
    }
    .matchbox_lbl {
        font-size: 12px;
    }
    .matchbox > div.hotmatch_info {
        font-size: 13px;
        padding-top: 2.2rem;
    }
    .hotmatch_time {
        font-size: 15px;
    }
}
@media (max-width: 640px) {
    .hotmatch_name_box {
        font-size: 11px;
    }
    .hotmatch_name {
        top: 0.3rem;
    }
    .match_slider {
        height: 90px;
    }
    .match_slider .matchbox:nth-child(2) {
        min-width: 130px;
    }
    .matchbox_thumb {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .matchbox_lbl {
        font-size: 10px;
    }
    .matchbox > div.hotmatch_info {
        font-size: 11px;
        padding-top: 2rem;
    }
    .hotmatch_time {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .hotmatch .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .match_wrap {
        left: 10px;
        right: 10px;
    }
    .hotmatch_name_box {
        font-size: 6px;
    }
    .hotmatch_name {
        top: 0.2rem;
    }
    .match_slider {
        height: 65px;
    }
    .match_slider .matchbox:nth-child(2) {
        min-width: 70px;
    }
    .matchbox_thumb {
        width: 45px;
        min-width: 45px;
        height: 45px;
    }
    .matchbox_lbl {
        font-size: 7px;
        padding-right: 5px;
    }
    .match_slider .matchbox:nth-child(3) .matchbox_lbl {
        padding-left: 5px;
        padding-right: 0;
    }
    .matchbox > div.hotmatch_info {
        font-size: 8px;
        padding-top: 1.2rem;
    }
    .hotmatch_time {
        font-size: 10px;
    }
    .btncuocngay {
        top: 75%;
        width: 35%;
    }
}
@media (max-width: 360px) {
    .hotmatch_name_box {
        font-size: 5px;
    }
    .matchbox_lbl {
        font-size: 5px;
    }
}
@media only screen and (max-height: 480px) and (orientation: landscape) {
    .hotmatch .slick-dots {
        display: none !important;
    }
    .hotmatch_name_box {
        font-size: 8px;
    }
}
