body{overflow-x: hidden; background: #5e1a19;color: #fff;}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-45deg, #7e0b0b, red);
    height: 10%;border-radius: 0 10px 10px 0;
}
::-webkit-scrollbar-track {
    background-color: white;border-radius: 0 10px 10px 0;
}
#main{background-size: cover;background-repeat: no-repeat;background-position: center;background-attachment: fixed;}
.this_mb{display: none;}
.this_pc{display: block;}
*{margin:0;padding:0;line-height:1.5;}

/* Container (FAKE theo từng web) */
@media (min-width: 576px){
	.container, .container-sm {max-width: 540px;}
}
@media (min-width: 768px){
	.container, .container-md, .container-sm { max-width: 720px;}
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {max-width: 960px;}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1140px;}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1200px;}
}
.row-margin{--bs-gutter-y:var(--bs-gutter-x);margin-top: calc(-.5 * var(--bs-gutter-y));margin-bottom: calc(-.5 * var(--bs-gutter-y));}
.row-margin>*{margin-top: 0;padding-top: calc(var(--bs-gutter-x) * .5);padding-bottom: calc(var(--bs-gutter-x) * .5)}
.container-fluid,.container{--bs-gutter-x: 30px;}
.row{--bs-gutter-x: 20px;}
.flex{display:flex;flex-wrap:wrap}
.align-center{align-items:center}
.align-end{align-items:flex-end;}
.align-start{align-items:flex-start;}
.justify-center{justify-content: center;}
.justify-between{justify-content: space-between;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.row-reverse{flex-direction:row-reverse}
.column-reverse{flex-direction:column-reverse}
/* General */
h1,h2,h3,h4,h5,h6{line-height:1.2;margin-top:0;margin-bottom: 1rem;}
h1{font-size: 28px;color: #caff03;font-weight: 800;}
h2{font-size: 24px;color: #e3f7b3;font-weight: bold;}
h1 a{color: #caff03;}
h2 a{color: #e3f7b3;}
h3{font-size: 20px;font-weight: bold;color: #fdf104;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 16px;}
a{text-decoration:none;color: #fff; cursor:pointer;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}
a:hover,a:focus,a:visited{text-decoration:none;outline:none}
a:active,a:hover{color: #fdf104;}
ul,ol{padding-left:0;margin-bottom: 10px;}
p{margin-bottom: 10px;}
table{color: #fff !important}
img{max-width:100%;border:none;height:auto}
.relative{position: relative;}
.absolute{position: absolute;}
.background{background-size: cover;background-repeat: no-repeat;background-position: center;}
.overlay{display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);}
.linkfull{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 5;}
.img img{width:100%;height:auto;object-fit: cover;}
.image img{object-fit: contain;}
.capt a,.title a,.title span,.title a,.name a,.name span,.capt strong,.title strong,.name strong{line-height:normal}
.screen-reader-text{display:none}
.head.navbar-fixed-top{box-shadow:1px 1px 10px rgba(0,0,0,0.15);position: fixed !important;top: 0;left: 0;width: 100%;z-index: 999;background: #fff}
@keyframes stuckMoveDown {
0%{transform:translateY(-100%)}
100%{transform:translateY(0)}
}
@keyframes stuckMoveUp {
0%{transform:translateY(100%)}
100%{transform:translateY(0)}
}
@keyframes stuckFadeIn {
0%{opacity:0}
100%{opacity:1}
}
/* General */
.top_content{margin-bottom: 20px;}
.bot_content{margin-top: 20px;}
.box_colap .accordion-item{background: rgba(0, 0, 0, 0.3);border-radius: 10px;overflow: hidden; margin-bottom: 15px;background:#5e1a19de;border: 1px solid #fdf104;}
.box_colap .accordion-item:last-of-type{margin-bottom: 0;}
.box_colap .accordion-button{width: 100%;padding: 12px 20px 12px 15px;font-weight: 600;position: relative;font-size: 18px;}
.box_colap .accordion-button h3 {margin-bottom: 0;font-size: 18px;}
.box_colap .accordion-button:before{content: "-";
    display: block;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 30px;
    text-align: center;}
.box_colap .accordion-button.collapsed:before{content: "+";}
.box_colap .accordion-body{padding: 10px 10px 1px 15px;border-top: 1px solid #ffffff29;}
.block_feedback{margin-top: 50px;}
.block_feedback .col-item{width: 50%;}
.block_feedback .col-item:nth-child(1), .block_feedback .col-item:nth-child(2), .block_feedback .col-item:nth-child(3) { width: calc(100%/3);}
.block_feedback .item{padding: 15px 15px 15px 30px;text-align: justify;height: 100%;border: 1px solid #fdf104;background: #5e1a19de;border-radius: 10px;}
.block_feedback .item span b{margin-left: 30px;}
.block_feedback .item img{position: absolute;border-radius: 50%;width: 60px;height: 60px;top: -20px;left: -10px;border: 1px solid #fdf104;object-fit: cover;background: #fff;}


/* input-button */
.btn,input[type="submit"]{display:inline-block;height:40px;line-height:40px;padding:0 20px;text-align:center;white-space:nowrap;outline:none!important;cursor:pointer;border:none;letter-spacing:0;-webkit-transition:background-color .1s ease-in;-moz-transition:background-color .1s ease-in;-ms-transition:background-color .1s ease-in;-o-transition:background-color .1s ease-in;transition:background-color .1s ease-in;-webkit-border-radius:0;border-radius:0}
input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="tel"],textarea,select{border:1px solid #c4c4c4;padding:10px;width:100%;max-width:100%;display:block;line-height:18px;outline:none}
.wpcf7-spinner{position: absolute;}
.wpcf7 form .wpcf7-response-output{margin: 20px 0 0;border-radius: 5px;border-color: #0e56b2 !important;font-size: 14px !important;color: #000;}
.wpcf7 form.sent .wpcf7-response-output{border-color: #0e56b2;}
/* Modal */
.modal-dialog{top: 50%;transform: translateY(-50%) !important;}
.modal-content{border: 3px solid #0e56b2;}
.modal-header{justify-content: center;}
.modal-title{font-weight: bold;text-transform: uppercase;padding: 0 10px;color: #000;}
.modal-header .btn-close{position: absolute;top: 10px;right: 10px;}
.modal-body .form .form-group{margin-bottom: 20px;}
.modal-body .form input[type="tel"]{font-size: 14px;border-radius: 5px;text-align: center;}
.modal-body .form input[type="submit"]{background-color: #AD1414;border-radius: 5px;display: block;margin: 0 auto;color: #fff;font-weight: bold;font-size: 14px;}

/* Content-post */
.wp-block-image.aligncenter>figcaption, .wp-block-image .aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image.alignright>figcaption, .wp-block-image .alignright>figcaption{display: block;}
.content-post iframe{}
.content-post ul,.content-post ol{padding-left:20px;}
.content-post li{position:relative;margin-bottom:10px}
.content-post strong,.content-post b,.content-post i,.content-post a{line-height:normal}
.content-post blockquote{padding: 15px 10px 5px 25px;background: #ffffff33;border-radius: 10px; border-left:5px solid #000;}
.content-post h1{font-size: 24px;}
.content-post h2{font-size: 22px;}
.content-post h3{font-size: 20px;}
.content-post h4{font-size: 16px;}
.content-post h5,.content-post h6{font-size: 14px;}
.content-post a{color: #fdf104;}
.content-post a:hover{text-decoration:underline}
.content-post .wp-caption.aligncenter{max-width:100%!important}
img.aligncenter{display:block;margin:0 auto}
.content-post .alignnone{margin:0 15px 15px 0}
.content-post .aligncenter,.content-post div.aligncenter{display:block;margin:15px auto}
.content-post .alignright{float:right;margin:10px 0 15px 15px}
.content-post .alignleft{float:left;margin:10px 15px 15px 0}
a img.alignright{float:right;margin:10px 0 15px 15px}
a img.alignnone{margin:10px 15px 15px 0}
a img.alignleft{float:left;margin:10px 15px 15px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{border:none;max-width:100%;padding:0;}
.wp-caption.alignnone{margin:10px 15px 15px 0}
.wp-caption.alignleft{margin:10px 15px 15px 0}
.wp-caption.alignright{margin:10px 0 15px 15px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:100%}
.wp-caption p.wp-caption-text{margin:0;padding:10px 10px 0;text-align: center;}
div.wpcf7 .ajax-loader{position:absolute}

.wpcf7-form-control-wrap{position:initial}
.wpcf7 .wpcf7-not-valid-tip{position:relative;padding:5px 10px!important;line-height:1.2em;left:auto!important;border-radius:3px;background-color:#f1f1f1!important;border:0!important;color:#000;position:absolute;right:0;top:40px;z-index:99;font-size:12px;margin-bottom:5px}
.wpcf7 .wpcf7-not-valid-tip:after{bottom:100%;left:30px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:#f1f1f1;border-width:5px;margin-left:-10px}
.wpcf7 .wpcf7-validation-errors{display:none!important}

.sticky{position:-webkit-sticky;position:sticky;top:10px}


/* Header */
#header{position: relative;z-index: 999;background-color: #950a09;}
.header_mb{display: none;}
.header_logo{height: 90px;padding: 10px;}
.header_logo a{display: flex;align-items: center;width: 100%;height: 100%;}
.header_logo img{max-height: 100%;object-fit: contain;max-width: 200px;}
.header_menu{max-width: calc((100% - 220px) / 2);width: 100%;}
.header_menu ul{list-style: none;margin-bottom: 0;}
.header_menu .menu{display: flex;}
.header_menu .menu>li{display: block;width: 25%;}
.header_menu .menu li{position: relative;}
.header_menu .menu>li::after{content: '';
    position: absolute;
    height: 95px;
    top: 0;
    width: 5px;
    background: radial-gradient(#fff 5%, #ffffff00 70%);left: -2px;}
.header_menu .menu.right>li::after{right: -2px;left: auto;}
.header_menu .menu>li>a{display: block;color: #fff;font-weight: bold;font-size: 13px;height: 90px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;flex-direction: column;}
.header_menu .menu>li>a img{display: block;margin: 0 auto 10px;height: 36px;width: auto;transition: all .3s;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.header_menu .menu>li:hover>a,.header_menu .menu>li.current-menu-item>a{color: #9c211c;background-image: url(images/bg_item_menu.jpg);background-size: 100% 100%;}
.header_menu .menu>li:hover>a img,.header_menu .menu>li.current-menu-item>a img{-webkit-filter: none;filter: none;}
.header_menu .menu ul{opacity:0;visibility:hidden;position:absolute;z-index:99;background:#950a09;width:auto;padding:10px 0;min-width:220px;border: 1px solid #ccc;transition:all .3s}
.header_menu .menu>li>ul{top:100%;left:-20px;transform:scaleY(0);transform-origin:0 0;}
.header_menu .menu>li>ul ul{top:0;left:100%;transform:scaleX(0);transform-origin:0 0}
.header_menu .menu>li>ul li{padding: 5px 20px;}
.header_menu .menu>li>ul li>a{display: block;white-space: nowrap;}
.header_menu .menu li:hover>ul{opacity:1;visibility:visible;}
.header_menu .menu>li:hover>ul{transform:scaleY(1);}
.header_menu .menu>li>ul li:hover>ul{transform:scaleX(1);}

/* Footer */
#footer{font-size: 14px;border-top: 1px solid #ffffff7d;}
#footer ul{list-style: none;}
#footer li:not(:last-child){margin-bottom: 10px;}
.footer_top{padding: 25px 0;}
.footer_top .widget:nth-child(1){width: calc(100% / 3);}
.footer_top .widget:nth-child(2){width: 50%;}
.footer_top .box img{margin-bottom: 10px;}
.footer_top .box .name{font-weight: bold;color: #fdf104;font-size: 16px;}
.footer_main{padding: 15px 0;}
.footer_title{font-weight: bold;font-size: 16px;color: #fdf104;margin-bottom: 10px;}
.footer_main .widget:not(:last-child){padding-bottom: 10px;}
#footer ul.info li{position: relative;padding-left: 24px;}
#footer ul.info li img{position: absolute;left: 0;top: 3px;width: 16px;height: 16px;object-fit: contain;}
.footer_brand{border-top: 1px solid #ffffff7d;padding: 5px 0;}
.footer_brand .brand{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.footer_brand .brand .item{width: calc(100% / 12);padding: 5px;}
.footer_brand .brand .item img{object-fit: contain;max-width: 100%;height: auto;}
.footer_copyright{border-top: 1px solid #ffffff7d;text-align: center;padding: 15px 0;background: #420000;}
.footer_copyright *{margin-bottom: 0;}

/* Page */
#page_default{padding: 25px 0;}
.block_content{padding: 15px;background: #5e1a19de;border: 1px solid #fdf104;border-radius: 10px;box-shadow: 0 -2px 7px rgba(0,0,0,.25),inset 0 5px 6px rgba(0,0,0,.25);}
.block_content.hidden{max-height: 500px;overflow-y: auto;}

.page_title{font-size: 24px;text-align: center;text-transform: uppercase;margin-bottom: 20px;}
.home_title{font-size: 26px;margin-bottom: 20px;}
.main_title{font-size: 28px;margin-bottom: 20px;}
.home_button{display: inline-flex;justify-content: center; text-align: center; align-items: center;border-radius: 30px;padding: 10px 20px;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;font-weight: bold;background: linear-gradient(to right, #f7e100, #87ff04);border: 2px solid #fff;color: #000;}
.home_button span{flex-shrink: 0;width: 25px;height: 25px;position: relative;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;overflow: hidden;color: #d10a10;margin-right: 10px;}
.home_button:hover{background: #000;color: #ffff;}
.home_button .button__icon-svg--copy{position: absolute;transform: translate(-150%, 150%);}
.home_button:hover .button__icon-svg:first-child{transition: transform .3s ease-in-out;transform: translate(150%, -150%);}
.home_button:hover .button__icon-svg--copy {transition: transform .3s ease-in-out .1s;transform: translate(0);}
.home_links {margin: -10px;}
.home_links .it { width: 25%;padding: 10px}
.home_links a {
    position: relative;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    padding: 8px 20px;
    background: linear-gradient(to right, #e5fb6c, #f178f3);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    gap: 10px;
    font-weight: 600;
    border: 2px solid #fff;
    outline: none;
    overflow: hidden}
.home_links a:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.8),rgba(255,255,255,0) 70%);
    top: 0;
    left: -100px;
    opacity: .6}
.home_links a svg {width: 24px;height: 24px;transition: all .3s}
.home_links a:hover {transform: scale(1.05);background: linear-gradient(to right, #f7e100, #86ff02);}
.home_links a:hover:before {animation: shine 1.5s ease-out infinite}
.home_links a:hover svg {transform: translateX(4px)}
.item_hd{height: 100%;display: flex;align-items: center;overflow: hidden;border-radius: 10px;padding: 20px 10px;background: #420000ed;transition: all .3s; border: 1px solid #fdf104;}
.item_hd:hover{background: #5e1a19ed;}
.item_hd .icon{width: 60px;}
.item_hd .icon img{object-fit: contain;width: 100%;height: auto;}
.item_hd .box{width: calc(100% - 60px);padding-left: 8px;}
.item_hd .box .name{font-size: 16px;margin-bottom: 8px;}
.item_hd .box .text{font-size: 14px;}
.item_game{overflow: hidden;width: 100%;}
.item_game .box_show{width: 100%;height: 100%;transition: all .5s;transform: rotateY(0deg);border: 1px solid #fdf104;border-radius: 10px;overflow: hidden;}
.item_game .box_show .img{width: 100%;height: 100%;}
.item_game .box_show .img img{height: 100%;}
.item_game .box_show .name{margin-bottom: 0;position: absolute;z-index: 2;color: #fff;width: 100%;padding: 10px 10px 15px;bottom: 0;left: 0;}
.item_game .box_hidden{position: absolute;width: 100%;height: 100%;top: 0;left: 0;padding: 15px;color: #fff;background: #420000;transform: rotateY(180deg);transition: all .5s;backface-visibility: hidden;border: 1px solid #fdf104;border-radius: 10px;overflow: hidden; text-align: justify;}
.item_game:hover .box_hidden{transform: rotateY(0deg);}
.item_game:hover .box_show{transform: rotateY(180deg);}

/* Category */
.item_news .img{aspect-ratio: 3/2;overflow: hidden;border-radius: 5px;margin-bottom: 10px;}
.item_news .img img{height: 100%;}
.item_news .info .name{font-size: 16px;font-weight: bold; margin-bottom: 10px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.item_news .info .name a{color: #fdf104;}
.item_news .info .desc{font-size: 14px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.list_news .col-item:nth-child(1){width: 50%;}
.list_news .col-item:nth-child(1) .item_news{position: relative;overflow: hidden;border-radius: 5px;}
.list_news .col-item:nth-child(1) .item_news .img{margin-bottom: 0;aspect-ratio: 5/3;}
.list_news .col-item:nth-child(1) .item_news .info{width: 100%;padding: 10px 15px 15px;position: absolute;z-index: 2;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.5);}
.list_news .col-item:nth-child(1) .item_news .info .name{font-size: 18px;}
.item_news2{display: flex;flex-wrap: wrap;align-items: flex-start;margin-bottom: 15px;}
.item_news2:last-child{margin-bottom: 0;}
.item_news2 .img{width: 40%;aspect-ratio: 5/3;overflow: hidden;border-radius: 5px;}
.item_news2 .img img{height: 100%;}
.item_news2 .info{width: 60%;padding-left: 10px;}
.item_news2 .info .name{margin-bottom: 0;font-size: 14px;}
.pagination{justify-content: center;padding-top: 20px;}
.pagination ul{display: flex;justify-content: center;align-items: center;list-style: none;margin-bottom: 0;}
.pagination ul li{display: block;margin: 5px;}
.pagination ul li span,.pagination ul li a{display: block;padding: 0;height: 40px;width: 40px;text-align: center; background: #5e1a19;line-height: 38px;border: 1px solid #fdf104;color: #fdf104;font-weight: 500;font-size: 14px;border-radius: 50%;}
.pagination ul li .current,.pagination ul li span:hover,.pagination ul li a:hover{background: #fdf104;color: #5e1a19;}
/* Single */
.single_title{font-size: 24px;margin-bottom: 20px;}
/* Sidebar */

/* Author */

/* Match */
.matches{ align-items: stretch;display: flex;justify-content: space-between;margin: 0 auto; max-width: 570px; min-height: 210px; position: relative;width: 100%;}
.matches__bg {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1;}
.matches__links {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;}
.matches__links a {
    display: block;
    height: 100%;
    width: 100%;}
.matches__column {position: relative;}
.matches__column--left, .matches__column--right { flex: 0 0 35%;}
.matches__column--center {flex: 0 0 30%;pointer-events: none;}
.matches__logo {
    background: #fff;
    border: 2px solid #dcc27e;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(11, 10, 13, .7);
    height: 80px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -113%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 80px;
    z-index: 2;}
.matches__logo .swiper {
    border: 2px solid #b99825;
    border-radius: 50%;
    height: 100%;
    width: 100%;}
.matches__logo .logo-team {
    align-items: center;
    display: flex;
    justify-content: center;}
.matches__logo img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: fill;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;}
.matches .swiper-button-next, .matches .swiper-button-prev {
    height: 20px;
    opacity: 1;
    pointer-events: all;
    width: 20px;}
.matches .swiper-button-prev {
    left: 8px;}
.matches .swiper-button-next {
    right: 8px;}
.matches .swiper-button-next:after, .matches .swiper-button-prev:after {
    background-image: url(images/arrow-next.432deb9.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 22px;
    position: absolute;
    width: 22px;}
.matches .swiper-button-prev:after {
    background-image: url(images/arrow-prev.cd4c365.png);}
.matches .swiper-button-next.swiper-button-disabled:after {
    background-image: url(images/arrow-next-dis.aadf6e8.png);}
.matches .swiper-button-prev.swiper-button-disabled:after {
    background-image: url(images/arrow-prev-dis.119bea3.png);
    opacity: 1;}
.matches__team-name {
    border-bottom: 1px solid #483a1e;
    height: 40px;
    position: absolute;
    top: 118px;
    width: 100%;
    z-index: 2;}
.matches__column--left .matches__team-name {
    left: 0;}
.matches__column--right .matches__team-name {
    right: 0;}
.matches__team-name .swiper-slide {
    align-items: center;
    display: flex;}
.matches__column--left .matches__team-name .swiper-slide {
    justify-content: center;}
.matches__column--right .matches__team-name .swiper-slide {
    justify-content: center;}
.matches__team-name p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 800;
    height: 40px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;}
.matches__odds {
    bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;}
.matches__column--left .matches__odds {
    text-align: center;}
.matches__column--right .matches__odds {
    text-align: center;}
.matches__odds .swiper-slide {
    align-items: center;
    display: flex;}
.matches__column--left .matches__odds .swiper-slide {
    justify-content: center;}
.matches__column--right .matches__odds .swiper-slide {
    justify-content: center;}
.matches__odds span:first-child {
    color: #de622f;
    margin-right: 1rem;}
.matches__odds span:last-child {
    color: #b99825;
    font-weight: 700;}
.matches__play-now {
    align-items: center;
    animation: btnHotMatchesAnimation 3s linear infinite;
    background: url(images/hotmatch-btn.98776e1.png) no-repeat bottom;
    background-position: top;
    background-size: 100%;
    border-top: 1px solid #483a1e;
    bottom: 10px;
    display: flex;
    height: 43px;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;}
.matches__play-now span {
    color: #291b07;
    display: block;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;}
.matches__date-time {
    background: linear-gradient(180deg, #654721 .52%, #5e4424 17.19%, #3e2a11);
    height: 30px;
    left: -50px;
    margin: 0 auto;
    position: absolute;
    right: -50px;
    top: 11px;
    z-index: 0;}
.matches__column--center .matches__date-time .swiper-slide {
    padding-top: 5px;}
.matches__date-time span {
    align-items: center;
    color: #dec9a1;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: .12em;}
.matches__wrap-main-slide {
    left: 50%;
    position: absolute;
    top: 25%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;}
.matches__type {
    height: 46px;
    margin: 0 auto;
    position: relative;}
.matches__type p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #ecd69d, #c7a754);
    color: transparent;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 900;
    height: 46px;
    line-height: 23px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;}
.matches__column--center .swiper-label-vs {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(180deg, #ecd69d, #c7a754);
    color: transparent;
    font-size: 20px;
    font-weight: 900;
    left: 50%;
    margin: 20px 0 0;
    position: absolute;
    text-transform: uppercase;
    top: 45%;
    transform: translateX(-50%);
    z-index: 1;}


/* Xoso */
.wrapper .row .col-6{width: 50%;padding: 0 15px;float: left;}
.lot-num-area-2{position: relative;}
.create-number .lot-num-area {
    width: 100%;
    height: 250px;
    font-size: 16px;
    padding: 10px 15px 10px 10px;
    color: #4A4A68;
    background-color: #fff;
    border-radius: 8px;margin-bottom: 0;
}
.dan_de{position: relative;}
.box_dd{display: none;}
.icon-copy{position: absolute;font-weight: bold;line-height: 24px;padding: 0 12px;border-radius: 12px;background: linear-gradient(80.16deg, #EA250A -9.12%, #FF6146 130.04%);bottom: 10px;color: #fff; right: 15px;font-size: 14px;border: none;}
.create-number .icon-copy {top: 0;right: 15px;bottom: auto;}
.create-number .lot-num-btn-1 {
    font-size: 16px;
    color: #fff;text-transform: uppercase;font-weight: bold;
    border-radius: 48px;line-height: 48px;text-align: center;
    width: 157px;
    height: 48PX;
    background: linear-gradient(80.16deg, #EA250A -9.12%, #FF6146 130.04%);box-shadow: 0px 6px 2px -4px rgba(14, 14, 44, 0.1), inset 0px -1px 0px rgba(14, 14, 44, 0.4);
    margin: 20px auto;display: block;
}
.box_lay{background: transparent;border-radius: 10px;padding: 20px;border: 1px solid #eef2bc;}
.create-lot-number-special .create-lot-num:not(:last-child){margin-bottom: 30px;}
.w-100{width: 100%;position: relative;}
.create-lot-num-left{width: 450px;}
.create-lot-num-left .form-control{border-radius: 10px;}
.create-lot-num-left .label-light{text-align:center;width: 30%;font-size: 18px;font-weight: bold;line-height: 40px;color: #fff;}
.create-lot-num-right{width: 570px;max-width: calc(100% - 450px - 30px);margin-left: 30px;padding-top: 25px;position: relative;}
.head_capt {justify-content: space-between;}
.head_capt .label{text-transform: uppercase;padding: 0;margin-bottom: 10px; font-weight: bold;font-size: 24px;color:  rgb(255 0 0);text-align: left !important;}
.lot-num-area,.filter-lot-num-area{height: 100px;border-radius: 10px;margin-bottom: 0; padding: 10px 20px; outline: none;color: #333;    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);}
.lot-num-area:focus,.filter-lot-num-area:focus{box-shadow: 0 0 5px #ccc;}
.create-lot-number-speed{margin-top: 20px;}
.create-lot-number-speed .grid_button{display: flex;align-items: center;flex-wrap: wrap; margin-right: -10px;width: calc(100% + 10px);}
.create-lot-number-speed .grid_button button{width: calc(100% / 12 - 10px);margin-bottom: 15px;margin-right: 10px;padding: 0 10px;text-align: center;border-radius: 20px;color: #fff;font-size: 16px;background: linear-gradient(80.16deg, #EA250A -9.12%, #FF6146 130.04%);}
.create-lot-number-speed .grid_button button:hover{color: #ccc;}
.create-lot-number-speed .grid_button button.lot-num-btn-background-6{background:  linear-gradient(80.16deg, #33c9ed -9.12%, #098ca4 130.04%);}
.create-lot-number-speed .grid_button button.lot-num-btn-background-3{background:  linear-gradient(80.16deg, #36f2b8 -9.12%, #09a46e 130.04%);}
.create-lot-number-speed .grid_button button.lot-num-btn-background-1{background:  linear-gradient(80.16deg, #f1b435 -9.12%, #a76e0b 130.04%);}
.create-lot-number-speed .grid_button button.lot-num-btn-background-4{background:  linear-gradient(80.16deg, #f2da36 -9.12%, #a78d0b 130.04%);}
.create-lot-number-speed .grid_button button.lot-num-btn-background-5{background:  linear-gradient(80.16deg, #d7a19e -9.12%, #ac7e7d 130.04%);}
.create-lot-number-speed .icon-copy{bottom: auto;top: 10px;}
.content-tdd{margin-top: 40px;}
.filter-lot-special .row{margin-bottom: 20px;display: flex;align-items: center;}
.filter-lot-special .row:last-child{display: block;}
.filter-lot-special .row .col-8{display: flex;justify-content: space-between;align-items: center;}
.filter-lot-special .button_home{font-size: 12px;padding: 0 14px;margin-left: 15px;}
.filter-lot-special .icon-copy{bottom: 35px;right: 30px;}
.filter-lot-1{text-transform: uppercase;font-weight: bold;font-size: 24px;color: #b700ff;}
.lot-num-3d{margin-bottom: 30px;}
.lot-num-auto .form-group label{font-size: 24px;color: rgba(198, 253, 127, 0.75);}
.button_sodo{    border: 2px solid #ff0000;
    padding: 5px;
    text-align: center;
    box-shadow: 0 0 6px 2px #fff;
    margin-bottom: 15px;}
.button_sodo a{font-weight: bold;color: #ff0000;}

/* Home */
.home_banner{padding: 40px 0;}
.home_banner .cta{gap: 20px;margin-top: 20px;}
.home_banner .dangnhap{display: none;}
.home_body{padding: 20px 0;}
.home_body .section{padding: 15px 0;}
.section13 .top{display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #fdf104;margin-bottom: 20px;}
.section13 .top .box{margin-right: 60px;}
.section13 .top .box .title{margin-bottom: 10px;}
.section13 .top img.logo{object-fit: contain;width: 140px;}
.section13 .center{display: flex;align-items: center;gap: 30px;padding-bottom: 30px;}
.section13 .center .button{width: 270px;display: flex;flex-direction: column;gap: 30px;}
.section13 .center .button a{width: 100%;height: 65px;border: 1px solid #fdf104;color: #fff; border-radius: 10px;font-size: 18px;padding: 0 10px 0 15px;display: flex;align-items: center;}
.section13 .center .button a img{object-fit: contain;width: 35px;height: auto;max-height: 100%;margin-right: 25px;}
.section13 .center .button a span{display: block;width: calc(100% - 35px - 25px);padding-left: 10px;}
.section13 .center .qr{position: relative;}
.section13 .center .qr a{display: block;padding: 5px;width: 165px;height:165px;background-image: url(images/line_qr.png);background-size: 100% 100%;}
.section13 .center .qr a img{width: 100%;height: 100%;object-fit: contain; border: 1px solid #ffff00;}
.section13 .center .qr .sub{position: absolute;bottom: -25px;text-transform: uppercase;transform: translatex(-50%);left: 50%;font-size: 16px;}
.section13 .suport{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 15px;}
.section13 .suport .note{width: 300px;max-width: 100%;font-size: 13px; color:#caff02;}
.section13 .suport a{width: 180px;height: 44px;font-size: 18px;background: linear-gradient(to right, #f7e100, #86ff02);border-radius: 5px;display: flex;align-items: center;text-align: center;justify-content: center; color: #000;}
.section13 .bottom{border-top: 1px solid #fdf104;margin-top: 20px;padding-top: 20px;}
.section13 .bottom .capt{color: #f8e70f;margin-bottom: 10px;}


@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
.header_logo img{max-width: 180px;}

}
@media (max-width: 991px) {
body{font-size: 15px;}
h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 14px;}
.this_pc{display: none;}
.this_mb{display: block;}
.header_pc{display: none;}
.header_mb{display: block;}
.header_logo_mb{text-align: center;padding: 10px;}
.header_logo_mb img{max-height: 70px;object-fit: contain;max-width: 200px;}
.touch_menu{display: block;margin-right: 15px;width: 32px;height: 32px;position: relative;cursor: pointer;}
.touch_menu:after,.touch_menu:before{content: "";display: block;width: 24px;height: 2px;background-color: #fdf104;position: absolute;left: 3px;}
.touch_menu span{display: block;width: 24px;height: 2px;background-color:#fdf104;position: absolute;left: 3px;top: 50%;transform: translateY(-50%);}
.touch_menu:after{bottom: 7px;}
.touch_menu:before{top: 7px;}
#menu_mobile .title{display: block;padding: 24px;background-color: rgba(255,255,255,.1);text-transform: uppercase;font-weight: bold;font-size: 20px;}
#menu_mobile .title span{display: block;height: 48px;line-height: 48px;background-color: #222;border-radius: 4px;padding: 0 20px;}
#menu_mobile{width: 300px;height: 100%; background-color: #222;color: #ccc;-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
transition: transform .5s,-webkit-transform .5s;z-index: 9999;position: fixed;  top: 0;  left: 0;
-webkit-transform: translateX(-300px);
transform: translateX(-300px);}
body.active_menu{overflow-y: hidden;}
body.active_menu #menu_mobile{    -webkit-transform: translateX(0);
transform: translateX(0);}
#menu_mobile ul{list-style: none;padding-left: 0;margin-bottom: 0;}
#menu_mobile .menu{display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
list-style: none;
padding: 0;
margin: 0;}
#menu_mobile .menu li{position: relative;border-bottom: solid 1px #3c3c3c;margin-left: 0;}
#menu_mobile .menu>li{border-bottom-color: #2f2f2f;}
#menu_mobile .menu li>a{display: flex;font-weight: bold;
padding: 8px 24px !important;color: #ccc;align-items: center;}
#menu_mobile .menu li>a img{height: 36px;width: 36px;object-fit: contain;margin-right: 10px;-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);}
#menu_mobile .menu>li ul{background-color: #2f2f2f;display: none;}
#menu_mobile .menu>li ul>li>a img{width: 34px;height: 34px;}
#menu_mobile .menu li>.icon{position: absolute;right: 0;top: 6px;width: 40px;height: 40px;text-align: center;z-index: 2;cursor: pointer;display: flex;justify-content: center;align-items: center;}
#menu_mobile .menu li>.icon svg{fill: #ccc;}
#menu_mobile .menu>li>ul ul{background-color: #4c4b4b}
#full_web{-webkit-transition: margin .5s;
transition: margin .5s;}
body.active_menu #full_web{margin-left: 300px;margin-right: -300px;}
.line_dark{opacity: 0;transition: all .5s;visibility: hidden;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.6);z-index: 999}
body.active_menu .line_dark{opacity: 1;visibility: visible;cursor: url(images/close.png) 15 15,default;}
	.header_link{padding: 8px;background: #5e1a19de;}
	.header_link .cta{margin: -10px;}
	.header_link .cta .it{width: 50%;padding: 10px;}
	.header_link .cta .it .home_button{width: 100%;}
.main_title{font-size: 24px;}
.home_title{font-size: 22px;}
.home_links .it{width: 50%;}
.block_feedback .col-item{width: 100%;}
.block_feedback .col-item:nth-child(1),.block_feedback .col-item:nth-child(2),.block_feedback .col-item:nth-child(3),.block_feedback .col-item:nth-child(4){width: 50%;}
.matches__play-now{padding-bottom: 0;}
.list_news .col-item:nth-child(1) .item_news .img{aspect-ratio: 3/2;}
.list_news .col-item:nth-child(1){width: 100%;}
.single_title{font-size: 22px;}
.home_banner .cta .it{width: calc((100% - 20px) / 2);}
.home_banner .cta .it.lienhe{display: none;}
.home_banner .cta .home_button{width: 100%;}
.footer_top .widget:nth-child(1){width: 40%;}
.footer_top .widget:nth-child(2){width: 60%;}
.footer_brand .brand .item{width: calc(100% / 7);}


}

@media(max-width:767px) {
.block_feedback .col-item{width: 100% !important;}
.footer_top .widget{width: 100% !important;}
.home_banner .sapo{display: none;}
.home_banner{background: none !important;padding: 30px 0 10px;}
	
	
	
}

@media(max-width:575px) {
.home_button{padding: 6px 10px;}
.home_links a{padding: 6px 10px;}
.item_game .box_show{transform: rotateY(0deg) !important;}
.item_game .box_hidden{transform: rotateY(180deg) !important;}
.footer_brand .brand .item{width: 25%;}
.section13 .top .box{margin-right: 20px;}
	.section13 .center .button{width: 220px;gap: 20px;}
	.section13 .center .button a{font-size: 15px;height: 60px;}
	.section13 .center .button a img{width: 30px;margin-right: 10px;}
	.section13 .center .button a span{width: calc(100% - 30px - 10px);white-space: nowrap;}
	.section13 .center .qr a{width: 140px;height: 140px;}
	.section13 .center .qr .sub{font-size: 14px;}
	.section13 .suport a{width: 140px;height: 40px;font-size: 15px;}
	.section13 .center{gap: 20px;}
}

@media(max-width:428px) {
.matches{font-size: 13px;}
.matches__play-now{padding-bottom: 12px;}
.matches__play-now span{font-size: 12px;}
.matches__logo{width: 70px;height: 70px;}
.matches__type{height: 40px;}
.matches__type p{line-height: 20px;font-size: 12px;}
.section13 .center .button a{padding: 0 10px;font-size: 14px;}
	.section13 .center .button a img{margin-right: 0;}
}