
table{
    max-width: 100% !important
}
body {
  margin: 0px;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 1.4;
}
body.overfow-hidden {
  overflow: hidden;
}
.head-title h1{
    font-size: 26px;
}
@media only screen and (max-width: 768px){
    .head-title p{
        display: none !important
    }
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.container {
  margin: auto;
}

.row {
  display: flex;
  margin: auto;
}

header {
  background-color: #F7F7FF;
}

.header-live {
  padding: 0px;
  background-color: transparent;
  color: #F7F7FF;
}
.header-live .breadrums_league {
  margin-bottom: 8px;
}
.header-live .live-breadrums {
  margin-top: 40px;
  border-radius: 8px;
  width: 100%;
  background-image: url(../../images/bg-breadrum.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 0px;
}
.header-live .breadrums_match {
  display: flex;
  gap: 24px;
  margin: auto;
}
.header-live .breadrums_match > div {
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-live .breadrums_match .team-logo {
  background-color: #F7F7FF;
  border-radius: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-live .breadrums_match .team-logo img {
  max-height: 80%;
}
.header-live .breadrums_match .team-name {
  margin-left: 16px;
  margin-right: 16px;
}
.header-live .breadrums_match .match-score {
  font-weight: 700;
  color: #F7B32B;
}

button.toggle-menu-button {
  background: none;
  border: none;
}

.align-items-start {
  align-items: start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: end;
}

.justify-center {
  justify-content: center;
}
.justify-right {
  justify-content: end;
}
.justify-left {
  justify-content: start;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-white {
  color: #F7F7FF;
}
.text-primary {
  color: #F11718;
}
.text-secondary {
  color: #F7B32B;
}

.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}

.fs-normal {
  font-size: 16px !important;
}

.mt-0, .my-0 {
  margin-top: 0px;
}

.mb-0, .my-0 {
  margin-bottom: 0px;
}

.mr-0, .mx-0 {
  margin-right: 0px;
}

.ml-0, .mx-0 {
  margin-left: 0px;
}

.mt-1, .my-1 {
  margin-top: 8px;
}

.mb-1, .my-1 {
  margin-bottom: 8px;
}

.mr-1, .mx-1 {
  margin-right: 8px;
}

.ml-1, .mx-1 {
  margin-left: 8px;
}

.mt-2, .my-2 {
  margin-top: 16px;
}

.mb-2, .my-2 {
  margin-bottom: 16px;
}

.mr-2, .mx-2 {
  margin-right: 16px;
}

.ml-2, .mx-2 {
  margin-left: 16px;
}

.mt-3, .my-3 {
  margin-top: 24px;
}

.mb-3, .my-3 {
  margin-bottom: 24px;
}

.mr-3, .mx-3 {
  margin-right: 24px;
}

.ml-3, .mx-3 {
  margin-left: 24px;
}

.mt-4, .my-4 {
  margin-top: 32px;
}

.mb-4, .my-4 {
  margin-bottom: 32px;
}

.mr-4, .mx-4 {
  margin-right: 32px;
}

.ml-4, .mx-4 {
  margin-left: 32px;
}

.mt-5, .my-5 {
  margin-top: 40px;
}

.mb-5, .my-5 {
  margin-bottom: 40px;
}

.mr-5, .mx-5 {
  margin-right: 40px;
}

.ml-5, .mx-5 {
  margin-left: 40px;
}

.mt-6, .my-6 {
  margin-top: 48px;
}

.mb-6, .my-6 {
  margin-bottom: 48px;
}

.mr-6, .mx-6 {
  margin-right: 48px;
}

.ml-6, .mx-6 {
  margin-left: 48px;
}

footer {
  background-color: #080708;
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
  color: #F7F7FF;
  margin-top: 80px;
}
footer .description-footer {
  margin: auto;
}
footer .menu-footer {
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
footer .menu-footer li {
  margin-left: 12px;
  margin-right: 12px;
}
footer .menu-footer li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #F7F7FF;
}
footer .social-footer {
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
footer .social-footer li {
  margin-left: 12px;
  margin-right: 12px;
}

.blog-content {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 24px;
}
.blog-content .blog-content_thumbnail img {
  border-radius: 8px;
}
.blog-content .blog-content_title h2.entry-title {
  font-size: 18px;
  color: #F11718;
  margin-bottom: 8px;
}
.blog-content .blog-content_title h2.entry-title:hover {
  color: #b30000;
}
.blog-content .blog-content_meta {
  font-size: 12px;
  opacity: 0.7;
}

.live-video {
  width: 100%;
  margin-top: 24px;
  height: 70vh;
  background-color: #F7F7FF;
}

header {
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 2px 4px 16px rgba(8, 7, 8, 0.1);
}
header .main-menu-list {
  list-style: none;
  display: flex;
  justify-content: center;
}
header .main-menu-item {
  margin-left: 16px;
  margin-right: 16px;
}
header .main-menu-item a {
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: #080708;
}
header .main-menu-item a:hover {
  color: #F11718;
}
header .logo {
  text-align: center;
}
header .button-gif {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  cursor: pointer;
    padding: 7px 10px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.btn.btn-primary {
  background-color: #F11718;
  color: #F7F7FF;
}
.btn.btn-primary:hover {
  background-color: #b30000;
}
.btn.btn-secondary {
  background-color: #F7B32B;
}
.btn.btn-secondary:hover {
  background-color: #a17620;
}
.btn.btn-small {
  padding: 8px 16px;
}

.hero-banner {
  height: 500px;
  background-image: url(../../images/bg-hero-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-banner::before {
  content: "";
  background-color: #080708;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.hero-banner .hot-macth {
  color: #F7F7FF;
}
.hero-banner .hot-macth .team-macth .name-team p {
  font-weight: 500;
  color: #F7F7FF;
  margin-top: 8px;
}
.hero-banner .hot-macth .macth-info {
  text-align: center;
}
.hero-banner .hot-macth .macth-info .date {
  font-weight: 500;
  margin-bottom: 8px;
}
.hero-banner .hot-macth .macth-info .time {
  font-weight: 700;
  color: #F11718;
  margin-top: 0px;
}
.hero-banner .hot-macth .macth-info .label-versus {
  font-weight: 500;
  margin-top: 0px;
}
.hero-banner .hot-macth .commentator {
  font-size: 16px;
  margin-top: 24px;
}
.hero-banner .hot-macth .commentator .label {
  opacity: 0.3;
  margin-bottom: 0px;
  margin-top: 0px;
}
.hero-banner .hot-macth .commentator .name {
  font-weight: 700;
  margin: 8px 0px;
}

.list-filter {
  display: grid;
  width: 100%;
  margin: auto;
}
.list-filter .tag-filter {
  background-image: url(../../images/bg-button.png);
  background-size: cover;
  margin: 0px 12px;
  color: #F7F7FF;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 80px;
  min-width: 110px;
  margin: 16px 16px;
}
.list-filter .tag-filter:hover {
  color: #F11718;
}
.list-filter .tag-filter.active {
  color: #080708;
  background-image: none;
  background-color: #F7B32B;
}

.list-match {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 24px;
  height: 0px;
  opacity: 0;
  transform: translateY(-200px);
}
.list-match.show {
  height: 100%;
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.list-match .match-item {
  text-align: center;
  color: #F7F7FF;
  padding: 11px;
  background: url(../../images/bg-macth.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 2px #F7B32B;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.list-match .match-item::before {
  content: "";
  background-color: #080708;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 8px;
}
.list-match .match-item.hot::after {
  content: "HOT";
  background-image: url(../../images/hot-bg.svg);
  width: 80px;
  height: 80px;
  position: absolute;
  top: -4px;
  z-index: 888;
  right: 8px;
  line-height: 80px;
  background-repeat: no-repeat;
  color: #F7B32B;
  font-weight: 700;
}
.list-match .match-item .match-item_header p {
  margin: 1px;
}
.list-match .match-item .match-item_body {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
}
.list-match .match-item .match-item_body > div {
  width: 33%;
}
.list-match .match-item .match-item_body .match-item_team_logo {
  background-color: #F7F7FF;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.list-match .match-item .match-item_body .match-item_time {
  margin-bottom: 6px;
}
.list-match .match-item .match-item_body .match-item_time span.match-item_time-value {
  font-weight: 700;
  color: #F7F7FF;
}
.list-match .match-item .match-item_footer {
  text-align: left;
}
.list-match .match-item .match-item_footer .blv {
  margin-bottom: 0px;
  margin-top: 5px;
}
.list-match .match-item .match-item_footer .label {
  opacity: 0.7;
}
.list-match .match-item .match-item_footer .blv-name {
  margin-left: 8px;
}

.card {
  border: solid 1px #080708;
  border-radius: 8px;
  width: 100%;
  background-color: #F7F7FF;
}
.card .card-header {
  background-color: #080708;
  color: #F11718;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px 8px 0px 0px;
}
.card .card-header a {
  color: #F7B32B;
}
.card .card-body {
  padding: 16px;
}
.card .card-body .list-video-highlight {
  display: grid;
}
.card .card-body .video-highlight-item_thumbnails {
  position: relative;
}
.card .card-body .video-highlight-item_thumbnails > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.card .card-body .video-highlight-item_thumbnails a {
  background-color: rgba(8, 7, 8, 0.5);
  border-radius: 8px;
  text-align: center;
  line-height: 200px;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
}
.card .card-body .video-highlight-item_thumbnails a img {
  width: 80px;
}
.card .card-body .video-highlight-item_content h3 {
  margin: 16px 0px;
}

.overflow-scroll {
  overflow-y: auto;
  padding-right: 16px;
  /* Handle */
  /* Handle on hover */
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #080708;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.toc_list {
  list-style: none;
  padding-left: 0px;
}
.toc_list li a {
  display: block;
  padding: 5px 0px;
  margin: 8px 0px;
  color: #F7B32B;
  border-radius: 8px;
  margin-right: 16px;
}
.toc_list li a:hover, .toc_list li a:active, .toc_list li a.active {
  background-color: #080708;
  color: #F11718;
}
.toc_list ul {
  list-style: none;
  padding-left: 16px;
}

.fixed-items {
  display: flex;
  list-style: none;
  justify-content: space-around;
  position: fixed;
  bottom: -16px;
  left: 0px;
  width: 100%;
  background: #354f52;
  padding: 5px 2px;
  z-index: 999;
}
.fixed-items .fixed-items_url {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  width: 25%;
}
.fixed-items .fixed-items_url a {
  display: grid;
  text-align: center;
  color: #F7F7FF;
  font-weight: 500;
}
.fixed-items .fixed-items_url a:hover {
  color: #F11718;
}
.fixed-items .fixed-items_url img {
  height: 24px;
  margin: 0px auto 0px;
}
.fixed-items .fixed-items_url span {
  width: 100%;
  font-size: 15px;
}

.header-pages {
  margin: 40px 0px 32px;
}

.page-title {
  font-size: 32px;
  color: #F11718;
  margin-bottom: 16px;
}

.breadcrumb-list {
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 8px;
}
.breadcrumb-list .breadcrumb-links * {
  color: #F7B32B;
}
.breadcrumb-list .breadcrumb-links *:hover {
  color: #b30000;
}
.breadcrumb-list .breadcrumb-links::after {
  content: "/";
  margin-left: 8px;
}
.pagination{
    overflow: hidden
}
.pagination span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    color: #080708;
    background-color: #F7F7FF;
    border-radius: 8px;
    text-align: center;
    margin: 0px 1px;
        display: inline-block;
}
.pagination a{
    width: 40px;
     font-weight: 500;
    height: 40px;
    line-height: 40px;
    color:#F7B32B;
    background: #080708;
    border-radius: 8px;
        display: inline-block;
    text-align: center;
    margin: 0px 1px;
}

.thumbnail-background {
  width: 100%;
}
.thumbnail-background img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-title {
  font-size: 32px;
  color: #F11718;
}

.related-post {
  display: grid;
  gap: 24px;
}

.related-post-content {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
}
.related-post-content .entry-title {
  margin: 0px 0px 8px;
  font-size: 24px;
  color: #F11718;
}
.related-post-content .entry-title:hover {
  color: #b30000;
}
.related-post-content .blog-content_thumbnail img {
  border-radius: 8px;
}
.related-post-content .related-title {
  color: #F11718;
  font-size: 24px;
}
.related-post-content .blog-content_meta {
  opacity: 0.7;
  font-size: 14px;
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
  .header-center {
    width: 70%;
  }
  .header-left {
    width: 15%;
  }
  .header-right {
    width: 15%;
  }
  .button-gif a {
    width: 50%;
  }
  .button-gif a img {
    width: 95%;
  }
  .toggle-menu-button {
    display: none;
  }
  .hero-banner {
    height: 500px;
  }
  .hot-macth {
    margin-top: 40px;
  }
  .hot-macth .host-team {
    margin-right: 80px;
  }
  .hot-macth .away-team {
    margin-left: 80px;
  }
  .hot-macth .team-macth .name-team p {
    font-size: 24px;
  }
  .hot-macth .team-macth .logo-team {
    max-width: 220px !important;
  }
  .hot-macth .macth-info {
    margin-top: 40px;
  }
  .hot-macth .macth-info .date {
    margin-bottom: 8px;
  }
  .hot-macth .macth-info .time {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .hot-macth .macth-info .label-versus {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .list-filter {
    grid-template-columns: auto auto auto auto auto;
  }
  .list-match {
    grid-template-columns: 49% 49%;
  }
  .list-match .match-item_team_logo {
    width: 60px;
    height: 60px;
  }
  .list-match .match-item_team_logo img {
    max-height: 44px;
    width: auto;
  }
  .list-match span.match-item_time-value {
    font-size: 30px;
  }
  .list-video-highlight {
    grid-template-columns: auto auto auto auto;
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .content-about .card-body {
    display: grid;
    grid-template-columns: 25% 74%;
    gap: 24px;
  }
  .content-about a.read-more {
    display: none;
  }
  .blog-content {
    grid-template-columns: auto auto auto auto;
  }
  .related-post {
    grid-template-columns: auto auto;
  }
  .breadrums_match {
    width: 50%;
  }
  .breadrums_match .team-logo {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .breadrums_match .match-score {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .container {
    max-width: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }
  .header-center {
    width: 80%;
  }
  .header-left {
    width: 10%;
  }
  .header-right {
    width: 10%;
  }
  .button-gif a {
    width: 100%;
  }
  .toggle-menu-button {
    display: none;
  }
  .hero-banner {
    height: 500px;
  }
  .hot-macth {
    margin-top: 40px;
  }
  .hot-macth .host-team {
    margin-right: 80px;
  }
  .hot-macth .away-team {
    margin-left: 80px;
  }
  .hot-macth .team-macth .name-team p {
    font-size: 24px;
  }
  .hot-macth .team-macth .logo-team {
    max-width: 220px !important;
  }
  .hot-macth .macth-info {
    margin-top: 40px;
  }
  .hot-macth .macth-info .date {
    margin-bottom: 8px;
  }
  .hot-macth .macth-info .time {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .hot-macth .macth-info .label-versus {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .hot-macth button {
    margin-top: -80px;
  }
  .list-filter {
    grid-template-columns: auto auto auto auto auto;
  }
  .list-match {
    grid-template-columns: 49% 49%;
  }
  .list-match .match-item_team_logo {
    width: 80px;
    height: 80px;
  }
  .list-match .match-item_team_logo img {
    max-height: 64px;
    width: auto;
  }
  .list-match span.match-item_time-value {
    font-size: 40px;
  }
  .list-video-highlight {
    grid-template-columns: auto auto auto;
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .content-about .card-body {
    display: grid;
    grid-template-columns: 25% 73%;
    gap: 24px;
  }
  .content-about a.read-more {
    display: none;
  }
  .blog-content {
    grid-template-columns: auto auto auto auto;
  }
  .related-post {
    grid-template-columns: auto auto;
  }
  .breadrums_match {
    width: 50%;
  }
  .breadrums_match .team-logo {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .match-score {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
  }
  .header-center {
    order: 1;
    width: 20%;
  }
  .header-center .main-menu-list {
    display: none;
    transform: translateY(-100vh);
    transition: all 0.3s;
  }
  .header-center .main-menu-list.show {
    transform: translateY(0vh);
    width: 100%;
    left: 0px;
    display: block;
    position: absolute;
    height: 100vh;
    background-color: #F7F7FF;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    transition: all 0.3s;
    z-index: 999;
  }
  .header-center .main-menu-list.show li {
    margin-bottom: 16px;
    text-align: center;
  }
  .header-left {
    order: 2;
    width: 60%;
  }
  .header-right {
    order: 3;
    width: 20%;
  }
  .button-gif a {
    width: 100%;
  }
  .toggle-menu-button {
    display: block;
  }
  .hero-banner {
    height: 350px;
  }
  .hot-macth {
    margin-top: 24px;
  }
  .hot-macth .host-team {
    margin-right: 80px;
  }
  .hot-macth .away-team {
    margin-left: 80px;
  }
  .hot-macth .team-macth .name-team p {
    font-size: 14px;
  }
  .hot-macth .team-macth .logo-team {
    max-width: 120px;
  }
  .hot-macth .macth-info .date {
    margin-bottom: 8px;
  }
  .hot-macth .macth-info .time {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .hot-macth .macth-info .label-versus {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .hot-macth button {
    margin-top: -32px;
  }
  .list-filter {
    grid-template-columns: auto auto auto auto auto;
  }
  .list-match {
    grid-template-columns: auto auto;
    gap: 16px;
  }
  .list-match .match-item_team_logo {
    width: 40px;
    height: 40px;
  }
  .list-match .match-item_team_logo img {
    max-height: 32px;
    width: auto;
  }
  .list-match span.match-item_time-value {
    font-size: 24px;
  }
  .list-match .match-item_button button {
    padding: 8px;
  }
  .list-video-highlight {
    grid-template-columns: auto auto;
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  
  .content-about a.read-more {
    display: block;
  }
  .content-about .toc-fixed {
    display: none;
  }
  .content-about .toc-fixed.show {
    display: block;
    border-right: none;
    background-color: #080708;
  }
  .menu-footer {
    flex-wrap: wrap;
    gap: 16px;
  }
  .blog-content {
    grid-template-columns: auto auto;
  }
  .related-post {
    grid-template-columns: auto;
  }
  .breadrums_match {
    width: 80%;
  }
  .breadrums_match .team-logo {
    width: 40px;
    height: 40px;
  }
  .breadrums_match .match-score {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .header-center {
    order: 1;
    width: 20%;
  }
  .header-center .main-menu-list {
    display: none;
    transition: all 0.3s;
    transform: translateY(-100vh);
  }
  .header-center .main-menu-list.show {
    left: 0px;
    transition: all 0.3s;
    transform: translateY(0vh);
    width: 100%;
    display: block;
    position: absolute;
    padding-left: 0px;
    height: 100vh;
    background-color: #F7F7FF;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 999;
  }
  .header-center .main-menu-list.show li {
    margin-bottom: 16px;
    text-align: center;
  }
  .header-left {
    order: 2;
    width: 60%;
  }
  .header-left img {
    width: 70%;
  }
  .header-right {
    order: 3;
    width: 20%;
  }
  .button-gif a {
    width: 100%;
  }
  .toggle-menu-button {
    display: block;
  }
  .hero-banner {
    height: 350px;
  }
  .hot-macth {
    margin-top: 24px;
  }
  .hot-macth .host-team {
    margin-right: 40px;
  }
  .hot-macth .away-team {
    margin-left: 40px;
  }
  .hot-macth .team-macth .name-team p {
    font-size: 14px;
  }
  .hot-macth .team-macth .logo-team {
    max-width: 120px !important;
  }
  .hot-macth .macth-info .date {
    margin-bottom: 8px;
  }
  .hot-macth .macth-info .time {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .hot-macth .macth-info .label-versus {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .hot-macth button {
    margin-top: 0px;
  }
  .list-filter {
    grid-template-columns: auto auto;
  }
  .list-match {
    gap: 16px;
    grid-template-columns: auto;
  }
  .list-match .match-item_team_logo {
    width: 40px;
    height: 40px;
  }
  .list-match .match-item_team_logo img {
    max-height: 32px;
    width: auto;
  }
  .list-match span.match-item_time-value {
    font-size: 24px;
  }
  .list-match .match-item_button button {
    padding: 8px;
  }
  .list-video-highlight {
    grid-template-columns: auto;
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .content-about .card-body {
    display: block;
  }
  .content-about a.read-more {
    display: block;
  }
  .content-about .toc-fixed {
    display: none;
  }
  .content-about .toc-fixed.show {
    display: block;
    border-right: none;
    background-color: #080708;
  }
  .description-footer {
    width: 100%;
  }
  .menu-footer {
    flex-wrap: wrap;
    gap: 16px;
  }
  .blog-content {
    grid-template-columns: auto;
  }
  .related-post {
    grid-template-columns: auto;
  }
  .breadrums_match {
    width: 90%;
  }
  .breadrums_match .team-logo {
    display: none !important;
  }
  .breadrums_match .match-score {
    font-size: 24px;
  }
  .breadrums_match .team-name {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}/*# sourceMappingURL=main.css.map */

.scroll-top {
  position: fixed;
  bottom: 96px;
  right: 32px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}
.scroll-top button {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top button img {
  width: 40px;
}

.btn.btn-icon {
  padding: 0px;
  background-color: rgba(8, 7, 8, 0.5);
}
.btn.btn-icon:hover {
  background-color: #080708;
}
