.live:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #cf0000;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-2px);
    animation: liveIcon .7s linear infinite;
    margin-right: 5px;
}
@keyframes liveIcon {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.group-ddmmyy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 0 20px;
}
.item-ddmmyy {
    flex-basis: calc(100% /7 - 5px);
    max-width: calc(100% /7 - 5px);
    text-align: center;
    padding: 7px 10px;
    margin-right: 0px;
    color: #000;
    background: #f5f5f5;
}
.item-ddmmyy.active, .item-ddmmyy:hover {
    background: #b00000;
    color: #fff;
}
.item-ddmmyy span {
    width: 100%;
    display: block;
    font-size: .95em;
}
.item-ddmmyy span.s-thu {
    font-size: 1.1em;
    color: #b00000;
    font-weight: 600;
}
.item-ddmmyy.active span.s-thu, .item-ddmmyy:hover span.s-thu {
    color: #fff;
}
.football-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f3;
    padding: 7px 10px;
}
.football-header h3 {
    margin: 0;
    line-height: 1.3em;
    font-size: 1.1em;
}

.football-match {
    display: flex;
    align-items: center;
    line-height: 1em;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px;
}
.matchdetail:last-child .football-match {
    border-bottom: 0;
}
.columns-time {
    flex-basis: 15%;
    font-size: .95em;
}
.columns-match {
    flex-basis: 85%;
}
.row-teams {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.columns-club {
    flex-basis: 42%;
    max-width: 42%;
}
.row-teams .columns-club {
    text-align: right;
    line-height: 1.3em;
}

.name-club {
    display: flex;
    flex-flow: row;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    color: #000;
    position: relative;
}
.name-club.club1 {
    justify-content: flex-end;
}
img.logo-club {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 4px;
    object-fit: cover;
    margin: 0 5px;
}
.columns-number {
    flex-basis: 50px;
    text-align: center;
    margin: 0 8px;
}
span.soccer-scores {
    border-radius: 3px;
    padding: 5px;
    background: #b00000;
    color: #fff;
    font-size: .95em;
    font-weight: 500;
    width: 100%;
    display: block;
}
.row-teams .columns-club:last-child {
    text-align: left;
}
.name-club.club2 {
    padding-left: 40px;
}
.club2 .logo-club {
    left: 0;
    position: absolute;
}

.football-list {
    padding: 0 15px;
    margin: 0;
}.football-list .entry-title {
    margin-bottom: 0;
}
.football-list .entry-title a {
    color: #b00000;
}
.football-list .entry-title a:hover {
    color: #c50606;
}
.single-football .entry-title {
    margin-left: 15px;
	margin-top: 15px;
    margin-bottom: 10px;
}
.date_header {
    background: #ededed;
    padding: 6px 10px;
    font-weight: 600;
}
.table-scrol-x {
    overflow-x: auto;
    white-space: nowrap;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
table.table-bxh {
    margin-bottom: 5px;
}

.football-ranking table tr {
    border-bottom: 1px solid #ebebeb;
}
.football-ranking table tr:first-child {
    border: 0;
}
.football-ranking table tr td, .football-ranking table tr th {
    padding: 7px 3px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.5em;
}
.football-ranking table th {
    font-weight: 400;
    background: #b00000;
    color: #fff;
}
.football-ranking table tr th.w-ten-clb {
    text-align: left;
}
.football-ranking table tr td {
    background: #fff;
}
.football-ranking table tr td .link-clb {
    display: flex;
    align-items: center;
    text-align: left;
}
.football-ranking .link-clb img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 3px;
    object-fit: cover;
}
span.color-1 {
    border-radius: 50%;
    background: #00a314;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
}
span.color-2 {
    border-radius: 50%;
    background: #00b8ff;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
}
span.color-3 {
    border-radius: 50%;
    background: #ffd400;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
span.color-4 {
    background: pink;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
}
span.color-r {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #cf0000;
    color: #fff;
    line-height: 1;
}
.color-info {
    font-size: .95em;
}
.itemcolor {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    margin-right: 12px;
}
.itemcolor span.color {
    width: 13px;
    height: 13px;
}
.box-bxh .league-name {
    margin-top: 0;
}
.box-bxh {
    margin-bottom: 10px;
}
.progress {
    height: 0.7rem;
    background-color: #e9ecef;
    display: flex;
} 
.progress-bar {
    width: 100%;
    background: linear-gradient(90deg,#ffd33d,#3872e6 17%,#b00000 34%,#89edbf 51%,#ffd33d 68%,#4b84f7 85%,#05328d);
    background-size: 300% 100%;
    animation: progress 2s linear infinite;
}
.macao-box table tr td {
    border: none;
    padding: 0;
}
td.tpr_ss {
    color: #12ae3a;
    width: 18%;
}
.macao-box table tr td.tpr_l {
    text-align: right;
    padding-right: 15px;
}
.macao-box table tr td {
    border: none;
    padding: 5px 10px;
}
td.tpr_r, td.tpr_l {
    width: 32%;
}
.green {
    color: green;
}
.red {
    color: #f50000;
}
td.tpr_vs a {
    font-size: .9em;
    color: #000;
}
.blue {
    color: blue;
}
.prd_cnt {
    padding: 8px 0;
    font-size: .95em;
}
.macao-box table {
    border: none;
    margin: 0;
    background: #f0f0f0;
}
.macao-box table tr{
	border: none;
}
.macao-box {
    padding: 5px 0px;
}
.macao-box table tr td.tpr_img img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #d9d9d9;
}
.macao-box table tr td.tpr_img {
    padding: 0;
    text-align: center;
}
#secondary .swidgets-wrap {
    margin-bottom: 20px;
}
.macao-box a {
    color: #000;
	font-weight: 600;
    text-decoration: none;
}
td {
    font-size: 1em;
}
.macao-box td span {
    font-weight: 600;
    margin-right: 3px;
}
@keyframes progress{
	0%{
	  background-position: 100%
	}
	100%{
	  background-position: 0
	}
  }
  .info-box.soi-keo{
	padding-top: 0;
  }
  .tips_table .tb__thead .tb__tr {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: flex;
    border-color: rgba(255,255,255,.2);
}
.tips_table .tb__tr {
    display: flex;
    transition: .3s;
}
.tips_table .tb__td {
    display: flex;
    align-items: center;
    padding: 6px;
}
.tips_table .tb__th, .tips_table .tb__td {
    flex: 1 0 0%;
    width: 100%;
}
.football-tips {
    margin-bottom: 30px;
    font-size: 0.95em;
}
.football-tips .league {
    font-size: 0.9em;
    color: #747474;
}
.tips_table .tb__th {
    padding: 6px;
    background: #ecf5ff;
    white-space: nowrap;
}
.tips_table .th-time, .tips_table .td-time {
    max-width: 130px;
}
.tb__thead {
    background: #ecf5ff;
}
.text-start {
    text-align: left!important;
}
.tips_table .th-match, .tips_table .td-match {
    max-width: 30%;
    text-align: left;
}
.tips_table .th-tips_data, .tips_table .td-tips_data {
    max-width: 25%;
    text-align: left;
}
.tips_table .th-odds, .tips_table .td-odds {
    max-width: 9%;
    text-align: left;
}
.tips_table .th-result, .tips_table .td-result {
    max-width: 8%;
    text-align: center;
    justify-content: center;
}
.tips_table .th-status, .tips_table .td-status {
    max-width: 10%;
    text-align: center;
    justify-content: center;
}
.tb__tbody .tb__tr:nth-child(odd) {
    background: #ededed;
}
.tips_table .td-match .d-flex {
    margin-bottom: 6px;
}

.d-flex {
    display: flex;
}
.tips_table .match__logo {
    flex: 0 0 auto;
    line-height: 1;
}
.tips_table .match__logo img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #fff;
    padding: 4px;
}
.tips {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: .95em;
}
.tb__tbody .tips {
    font-size: 1em;
    display: block;
}
.tips_table .tips {
    padding: 3px 5px;
    border: 1px dashed #009b0a;
    border-radius: 5px;
    color: #009b0a;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 0.9em;
}
.tips_table .match_result {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-weight: 500;
    margin: auto;
    width: 35px;
}
.tips_table .tb__tr:not(.wait) .match_result .home_result {
    border-bottom: 1px solid #d9d9d9;
}
.tips_table .tb__tr:not(.wait) .match_result>span {
    display: block;
}
.tips_table .tb__tr:not(.wait) .match_result>.result_sep {
    display: none;
}
.tips_table .tb__td>div {
    overflow: hidden;
}
.tips_table .tips_status {
    text-transform: uppercase;
    padding: 3px 5px;
    min-width: 50px;
    display: block;
    border: 1px dashed #f12a2a;
    text-align: center;
    border-radius: 4px;
    color: #f12a2a;
    font-weight: 600;
    font-size: 0.9em;
}

.tips_table .mb-2{
    margin-bottom: 0 !important;
}
.tips_table .mb-lg-3 {
    margin-bottom: 6px !important;
}
.tips_table .td-match .d-flex:last-child {
    margin-bottom: 0;
}
.lich-phat-song {
    margin-bottom: 15px;
}
.lich-phat-song table {
    caption-side: bottom;
    border-collapse: collapse;
    margin: 0;
    background-color: transparent !important;
}
.lich-phat-song table{
    border: 0;
}
.lich-phat-song tr:first-child td {
    padding: 5px;
    border-right: 1px solid #fff;
}
.lich-phat-song tr td {
    padding: 2px 0px;
    min-width: 170px;
    border: 0;
    vertical-align: middle;
    text-align: left;
}
.lich-phat-song tr:first-child td:last-child {
    border-right: 0;
}
.calendar_tv {
    background: #d5d5d5;
    padding: 3px 7px;
    font-weight: 500;
}
.lich-phat-song table table tr:first-child, .lich-phat-song table tr:nth-child(odd) {
    background: transparent;
    color: #a10d0d;
    font-size: 0.95em;
}
.lich-phat-song table tr:first-child {
    background: #b00000;
    color: #fff;
    line-height: 1.5em;
}
.lich-phat-song table table tr:first-child td {
    padding: 0px;
}
.lich-phat-song tr {
    border: none;
}
.lich-phat-song a {
    text-decoration: none;
}
.title-box-ghi-ban {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 8px;
    width: 100%;
    height: 32px;
    background: #2D3748;
    box-shadow: inset 0px -1px 0px #F5F5F5;
    border-radius: 8px;
}
.stt-tgb {
    width: 7%;
    text-align: center;
}
.stt-tgb-span {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.player-tgb {
    width: 45%;
}
.player-tgb-span {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.club-tgb {
    width: 30%;
}
.club-tgb-span {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.assit-tgb {
    width: 10%;
    text-align: center;
}
.assit-tgb-span {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.total-goal {
    width: 10%;
    text-align: center;
}
.total-goal-span {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.main-content-tgb {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 8px;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
	border: 1px solid #f3f3f3;
    margin: 5px 0px;
    border-radius: 8px;
    font-size: 0.95em;
}
.league-logo {
    width: 25px;
}
.bxh-title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    margin-bottom: 10px;
}
a.see-detail {
    margin: auto;
    display: block;
    width: 115px;
    text-align: center;
    background: #b00000;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 10px;
}
.top-scores {
    margin-bottom: 20px;
}
.head-body-tlk {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr 4.5fr 4.5fr;
    align-items: center;
    padding: 5px 8px;
    width: 100%;
    background: #2D3748;
    border-radius: 4px 4px 0px 0px;
    justify-content: space-between;
}
.head-body-tlk span {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.match-tlk {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 8px;
    width: auto;
}
.so-lieu {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
}
.ti-so-tlk {
    text-align: center;
}
.ti-so-tlk {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 2px;
    gap: 4px;
}
.full-time-tlk, .hiep-1-tlk {
    text-align: center;
}
.odds-league .round {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 16px;
    gap: 10px;
    background: #F9F0F1;
    border-left: 3px solid #D2042D;
}
.text-round {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #2D3748;
}
.infomation-content-tlk-2 {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr 4.5fr 4.5fr;
    padding: 7px 0px;
    background: #EAEAEA;
    border-bottom: 4px solid #fff
}
.column-1-tlk {
    display: flex;
    flex-direction: column;
    padding: 0px 8px;
    gap: 4px;
    align-items: center;
    justify-content: center;
}
.height-24 {
    height: 24px;
    display: flex;
    align-items: center;
}
.time-black-tlk {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5F6368;
}
.tran-dau-tlk {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.clb-up-tlk, .clb-down-tlk {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
    padding-right: 20px;
    height: 24px;
}
.clb-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
}
.clb-img {
    display: flex;
    padding-right: 4px;
}
.clb-img img {
    width: 16px;
    height: 16px;
}
.name-clb {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.name-clb-bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.card-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 14px;
    height: 14px;
}
.draw-tlk {
    display: flex;
    flex-direction: row;
    padding-left: 0;
}
.text-draw-tlk {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FC7808;
}
.ti-so-tlk-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.full-time-tlk-1 {
    gap: 4px;
    display: flex;
    flex-direction: column;
    border-right: 1px dashed #FFFFFF;
}
.lock-tlk {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
}
.icon-lock-tlk {
    width: 35px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-lock-tlk-1 {
    width: 35px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 4px;
}
.text-blue-tlk {
    color: #0A7FDB;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-transform: inherit;
}
.text-black-tlk {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #2D3748;
    text-transform: inherit;
}
.hiep-1-tlk-1 {
    gap: 4px;
    display: flex;
    flex-direction: column;
    border-right: 1px dashed #FFFFFF;
}
.odds-league {
    margin-bottom: 20px;
}
table {
    border-collapse: collapse;
}
#secondary .widget-title {
    display: block;
    background: #c3c3c3;
    border: 0;
    margin: 0;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
    font-size: 1em;
}
#secondary .widget-title:after{
    display: none;
}
#secondary .menu {
    margin: 0;
    background: #f5f5f5;
    border-radius: 0px 0px 5px 5px;
    list-style-type: none;
    padding: 0;
}
#secondary .menu li{
    padding: 0px 10px;
}
#secondary .menu a {
    padding: 4px 0px;
    display: flex;
    color: #000;
    border-bottom: 1px dashed #ccc;
    position: relative;
    align-items: center;
}
#secondary .menu a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin-right: 5px;
}
#secondary .menu a:hover, #secondary .menu .current-menu-item a{
    color: #008b00;
}
#secondary .menu a:hover:before, #secondary .menu .current-menu-item a:before {
    background: #008b00;
}
#secondary .menu li:last-child a {
    border: 0;
}
.widget {
    font-size: 1em;
    margin-bottom: 25px;
}
@media (min-width: 801px){
    .layout-2c-l .sidebar-primary::before {
        display: none;
    }
    .layout-2c-l .sidebar-primary {
        width: 25%;
        margin-right: 0;
        padding-left: 10px;
        margin-top: 0;
    }
    .layout-2c-l .content-area {
        width: 75%;
        margin-right: 0;
        padding-right: 15px;
    }
}
@media screen and (max-width: 768px) {
	table.table-bxh {
		font-size: 0.9em;
	}
	.featured-content {
		grid-template-columns: auto 70%;
	}
	.group-ddmmyy {
		flex-wrap: nowrap;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}
	.item-ddmmyy {
		flex-basis: calc(100% /5 - 5px);
		max-width: calc(100% /5 - 5px);
		min-width: calc(100% /5 - 5px);
	}
	.football-match {
		font-size: 0.95em;
	}
	.columns-time {
		flex-basis: 23%;
	}
	.columns-match {
		flex-basis: 77%;
	}
	.columns-club {
		flex-basis: 41%;
		max-width: 41%;
	}
	.name-club {
		font-size: .95em;
	}
	.columns-number {
		flex-basis: 45px;
		text-align: center;
		margin: 0 2px;
	}
	span.soccer-scores {
		padding: 5px 0;
	}

}
@media screen and (max-width: 767px) {
    body{
        font-size: 15px;
    }
    .container {
        padding: 0 10px;
    }
    .hiep-1-tlk, .hiep-1-tlk, .gio-tlk .so-lieu, .card-item{
        display: none;
    }
    .head-body-tlk {
        grid-template-columns: 1fr 5.5fr 2fr 8fr;
        gap: 3px;
    }
    .infomation-content-tlk, .infomation-content-tlk-2 {
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr 5.5fr 2fr 8fr;
        padding: 7px 5px;
        border-radius: 8px;
        gap: 3px;
    }
    .column-1-tlk {
        padding: 0 8px;
        gap: 4px;
    }
    .column-1-tlk {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 2px;
    }
    .clb-up-tlk, .clb-down-tlk {
        padding-right: 0px;
        height: 24px;
    }
    .text-draw-tlk {
        font-size: 12px;
    }
    .clb-img {
        width: 16px;
        height: 16px;
        padding-right: 0;
    }
    .clb-item {
        justify-content: space-between;
        width: 100%;
    }
    .name-clb, .name-clb-bold {
        font-weight: 400;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow-wrap: break-word;
        width: calc(100% - 20px);
    }
    .time-black-tlk {
        font-size: 12px;
    }
    .icon-lock-tlk, .icon-lock-tlk-1 {
        width: 30px;
        height: 24px;
        flex-direction: column;
        gap: 10px;
        height: 20px;
    }
    .text-black-tlk, .text-green-tlk, .text-blue-tlk {
        font-weight: 400;
        font-size: 12px;
    }
    .lock-tlk {
        gap: 3px;
    }
	.text-player {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		color: #2d3748;
	}
	.text-assit-tgb-1, .text-name-tgb, .text-number-goal {
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		color: #2d3748;
	}
	.text-name-tgb {
		overflow-wrap: break-word;
	}
	.text-name-tgb, .text-player {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	.stt-tgb-1 {
		font-weight: 700;
		font-size: 12px;
		line-height: 14px;
		color: #2d3748;
	}
	.tips_table .th-result, .tips_table .td-result, .tips_table .th-status, .tips_table .td-status {
        display: none;
    }
    .tips_table .th-time, .tips_table .td-time {
        max-width: 70px;
    }
    .tips_table .th-match, .tips_table .td-match {
        max-width: 40%;
        text-align: left;
    }
    .tips_table .th-tips_data, .tips_table .td-tips_data {
        max-width: 30%;
        text-align: left;
        white-space: normal;
    }
    .tips_table .th-odds, .tips_table .td-odds {
        max-width: 12%;
        text-align: left;
    }
    .tips_table .match__logo img {
        width: 25px;
        height: 25px;
        padding: 2px;
    }
    .tips_table .tb__td {
        padding: 10px 5px;
    }
    .football-tips {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .tips_table .tb__th {
        padding: 10px 5px;
        background: #ecf5ff;
        white-space: nowrap;
    }
    .tips_table .tb__thead .tb__tr {
        font-size: 13px;
    }
	table {
		table-layout: fixed;
		font-size: 0.9em;
	}
	.macao-box table {
		padding: 5px 5px;
		font-size: .9em;
	}
	td.tpr_ss {
		width: 25%;
	}
	.macao-box table tr td.tpr_l {
		text-align: right;
		padding-right: 0;
	}
	td.tpr_r, td.tpr_l {
		width: 32%;
		font-size: .95em;
		line-height: 1.2em;
	}
	td.tpr_img {
		display: none;
	}
	td.tpr_vs {
		text-align: center;
		width: 10%;
	}
	.football-ranking table tr th:first-child, .football-ranking table tr td:first-child {
		position: sticky;
		left: 0;
	}
	.football-ranking table tr th:nth-child(2), .football-ranking table tr td:nth-child(2) {
		position: sticky;
		left: 28px;
		min-width: 180px;
	}
	.box-bxh .league-name {
		margin-top: 0;
		font-size: 1.4em;
	}
	.featured-content{
		grid-template-columns: 100%;
	}

	.item-ddmmyy {
		flex-basis: calc(100% /5 - 5px);
		max-width: calc(100% /5 - 5px);
		min-width: calc(100% /5 - 5px);
		font-size: .95em;
		padding: 7px 0px;
	}
	.football-match {
		padding: 10px 0px;
	}
	.m_hiden {
		display: none;
	}
	.columns-time {
		flex-basis: 15%;
		line-height: 1.3em;
	}
	.columns-match {
		flex-basis: 85%;
	}
	.columns-club {
		flex-basis: 40%;
		max-width: 40%;
	}
}