* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
/**:not(i) {
  font-family: "Poppins", sans-serif;
}*/
header {
  position: fixed;
  width: 100%;
  background-color: #2f8125;
  padding: 2rem 8rem;
  
}
li {
    font-size: 14px;
}
li.list {
    list-style: square;
    margin-left: 20px;
}
p {
    line-height: 1.5; 
    padding-bottom: 10px; 
  }
.tabmenu {
    background: #21831f;
    padding: 12px 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
}
nav a {
  font-size: 1.8rem;
  text-decoration: none;
}
nav a#logo {
  color: #000000;
  font-weight: 700;
}
nav ul a {
  color: #ffffff;
  font-weight: 600;
}
nav ul a:hover {
  border-bottom: 2px solid #ffffff;
}
section#home {
  height: 100vh;
  display: grid;
  place-items: center;
}
h1 {
  font-size: 3rem;
  padding-bottom: 10px; 
}
h2 {
  font-size: 2.5rem;
  padding-bottom: 10px; 
}
h3 {
  font-size: 2.2rem;
  padding-bottom: 10px; 
}
#ham-menu {
  display: none;
}
nav ul.active {
  left: 0;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
  header {
    padding: 2.2rem 5rem;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
  #ham-menu {
    display: block;
    color: #ffffff;
  }
  nav a#logo,
  #ham-menu {
    font-size: 3.2rem;
        color: #ffffff;
  }
  nav ul {
    background-color: #298336;
    position: fixed;
    left: -100vw;
    top: 73.6px;
    width: 100vw;
    height: calc(100vh - 73.6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transition: 1s;
    gap: 0;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 46.87%;
  }
  header {
    padding: 2rem 3rem;
  }
  nav ul {
    top: 65.18px;
    height: calc(45vh - 65.18px);
  }
}
.footer {
            clear: both;
            padding: 1em;
            background-color: #333;
            color: white;
            text-align: center;
        }

         .sidebar {
            float: right;
            width: 25%;
            padding: 1em;
            background-color: #f1f1f1;
            height: 100%;
        }

 /* code khác */

 * {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}
a {
    color: #ff0000;
     text-decoration: none;
}
a:hover {
    color: #00b6ff;
}

/*.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}*/

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 2px;
  background-color: #fff;
  color: #000;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  font-size: 15px;
}

.menu li:hover {
  background-color: #21832f;
}

.aside {
  background-color: #ffffff;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
/*  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.footer {
  background-color: #4c4a3a;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 12%;}
  .col-s-3 {width: 26%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 12%;}
  .col-3 {width: 26%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 60%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
.row {
  padding-top: 70px;
}
.breadcrumb {
    font-family: open sans,arial,sans-serif;
    font-size: 15px;
    color: #c3c3c3;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
}
.breadcrumb a {
    color: #FF0000;
}
.breadcrumb .td-bread-sep {
    font-size: 8px;
    margin: 0 5px;
}
.breadcrumbs a {
    color: #FF0000;
}
.td-icon-right:before {
    content: '>';
}
p {
  font-size: 15px; /* 15px/16=0.875em */
}
body {
  font-size: 100%;
}
@media only screen and (max-width:480px) {
.hidesidebar {
display: none !important;}
}

/* css QC */

@media only screen and (max-width: 600px) {
        .close_ads {
            margin-right: -50%;
        }

    }

    .footer-banner {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .footer-banner p {
        margin-bottom: 5px !important;
    }

    .close_ads {
    font-size: 12px;
    position: absolute;
    bottom: 100%;
    /* margin-right: -376px; */
    border-radius: 0px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #FFF;
    /* width: 24px; */
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    div#qc_catfish.hide_ads {
        display: none !important;
    }

    /** css sidebar right **/

  table {
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
  }
td {
    color: #000;
}
  
  table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
  }
  
  table th {
    background-color: #34582f;
    font-weight: bold;
  }
  .element {
  color: red;
}

.result-goal-td {
    background-color: #04903f;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 0 2px;
    padding: 3px 8px;
    width: 55px;
    text-align: center;
}
.sub-menu ul li.sub-menu-active a {
    background: #666;
    color: #fff;
}

    ol, ul {
    list-style: none;
}
    .sub-menu ul li:hover a {
    color: #fff;
    background: #666;
}
  .sub-menu ul li a {
    display: inline-block;
    margin-right: 2px;
    border-radius: 2px;
    padding: 5px 9px;
    background: #e1e1e1;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
    color: #212121;
    font-size: 11px;
}
#zone-league-by-season-round .listing-match {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: inherit;
    line-height: 18px;
    background: 0 0;
    font-family: Arial,Helvetica,sans-serif;
    margin-left: -19px;
}
#zone-league-by-season-round tr {
    background: #ddd;
}
#zone-league-by-season-round .listing-match .row-header td {
    line-height: 16px;
    background-color: #1e73be;
    color: #fff;
    border-left: unset;
    text-align: center;
    border-left: 1px solid gray;
     
}
#zone-league-by-season-round .even {
    background: #fff;
}
#zone-league-by-season-round tr td {
    border-left: 1px solid gray;
}
.text-center {
    text-align: center !important;
}
#zone-league-by-season-round tr td .fc-above {
    color: #ee6363;
    font-weight: 700;
}
#zone-league-by-season-round .listing-match .text-left, #zone-league-by-season-round .listing-match .text-right {
    text-align: center !important;
}
.standings {
    margin-top: 4px;
    color: #184c6f;
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}
.listing-match .row-header td, .standings thead td {
    line-height: 16px;
    background-color: #529f45;
    color: #fff;
}
.standings td {
    border: 1px solid #999;
}
.listing-match td, .standings td {
    padding: 3px;
    color: #2e2e2e;
    vertical-align: top;
}
.listing-match tr:nth-child(even), .standings tr:nth-child(even) {
    background: #ddd;
}
.standings .button-points {
    display: inline-block;
    background-color: #04903f;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
}
.standings .green-text {
    color: #04903f;
}
.standings td {
    border: 1px solid #999;
}
.match-T {
    padding: 0 2px;
    background-color: green;
    margin: 0 3px;
    color: #fff;
}
.match-H {
    padding: 0 2px;
    background-color: #ff9019;
    margin: 0 3px;
    color: #fff;
}
.match-B {
    padding: 0 2px;
    background-color: Red;
    margin: 0 3px;
    color: #fff;
}