* {
  font-size: 16px;
  margin: 0;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.container {
  max-width: 1230px !important;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
a {
  transition: 300ms;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12,
.col-xl-4, .col-xl-8, .col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.container-fluid {
  width: 100%;
}
/*--------------------------------------------------------------------------*/
body {
  background: #000;
}
header {
  background: linear-gradient(0deg, #201405 0%, #353132 100%);
  min-height: 97px;
}
@media (max-width:1200px) {
  header {
    min-height:80px;
  }
}
.wrap-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(max-width:767px) {
  .wrap-logo img,.wrap-logo-ft  img {
   max-width: 250px;
 }
}
.menu {
  border-top: 1px solid #3F3522;
}
@media (min-width:1200px) {
  .wrap-button-icon-t8 {
    margin: 20px 0;
  }
}
.wrap-logo {
  margin: 20px 0;
}
.wrap-content-header-t8{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;

}
.wrap-menu-desktop-t8 .menu-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 23px;
  padding-left: 0;
}
.wrap-menu-desktop-t8 ul li {
  list-style: none;
}
.wrap-menu-desktop-t8 ul li a{
  color: #DEC9A1;
  font-size: 16px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
}
.wrap-menu-desktop-t8 ul li a:hover{
  text-decoration: underline;
} 
@media (min-width:1201px) {
  .wrap-button-header {
    display: none;
  }
}
.button-top a{
  color: #000;
  margin: 10px 0;
  line-height: 42px;
  padding: 0 26px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  column-gap: 7px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #F8DE9C;
  background: linear-gradient(90deg, #C58D3B 0%, #F8DE9C 51%, #C58D3B 100%);
}
.button-top a:nth-child(1){
  margin-right: 10px;
  background-size: 150%;
  background-position: left;
}
.button-top a:nth-child(1):hover,.button-top a:nth-child(2):hover{
  background-position: right;
}
.button-top a:nth-child(1) img{
  margin-top: -2px;
}
.button-top a:nth-child(2) img{
  transform: translateY(0px);
}

.button-top a:nth-child(2){
   padding: 0 15px 0 12px;
  border-radius: 5px;
  background-size: 200%;
  background-position: left;
}

/*-----------------banner----------------  */
a {
  text-decoration: none;
}
.page-title-t8 {
  background-image: url(./assets/image/banner_t8.jpg);
  padding:20px 0px 30px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-new {
  color: #FFF;
}
.title-ptp {
  margin-top: 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.desc {
  margin-top: 13px;
  margin-bottom: 22px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  max-width: 743px;
}
.link-all {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  line-height: normal;
}
.video-popup-t8 {
  position:relative;
  margin-top: 24px;
}
.video-popup-t8 img{
  max-width: 100%;
}
@media(max-width:575px){
  .btn-video img{
    max-width: 60px;
  }
}
.btn-video {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tab {
  overflow: hidden;
  margin: 10px 0;
}

.tabcontent {
  display: none;  
}
.tabcontent.active {
  display: block ;
}
.wrap-match {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.element-tab-t8 .tab{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  flex-wrap: wrap;
}

.cl2 {
  background-color: #5A0E96 !important;
}
.tab button {
  margin: 10px 0 13px 0;
  position:relative;
  padding: 0 30px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  border: none;
  color: #000;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
}
@media (max-width:767px) {
  .tab button {
    padding: 0 20px;
  }
}
.tab button span {
  z-index: 3;
  position:relative;
}
.tab button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #AEAEAE 0%, #F3F3F3 50%, #AEAEAE 100%);
}

.tab button:after {
  opacity: 0;
  content: '';
  transition: 200ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #C58D3B 0%, #F8DE9C 51%, #C58D3B 100%);
}
.tab button.active:after,.tab button:hover:after {
  opacity: 1;
} 
@media (max-width:480px) {
  .element-tab-t8 .tab{
    column-gap:0;
  }
  .element-tab-t8 .tab button{
    padding: 0 10px;
    border-radius: 0;
    font-size: 15px;
  }
  .element-tab-t8 .tab button span{
    font-size: 15px;
  }
}
/*------------------------tab-----------------------*/
.wrap-box-match-t8 {
  width: 100%;
  max-width: 50%;
  padding: 0 12px;
  
}
.box-match {
  padding: 1px;
  width: 100%;
  position:relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
  background: linear-gradient(0deg, #201405 0%, #222 100%);
}
.info-match {
  display: flex;
/*  align-items: center;*/
column-gap: 10px;
}
.league {
  display: flex;
  column-gap: 7px;
  padding: 11px 0 ;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: transparent;
  color: #DEC9A1;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.caster{
  background: transparent;
  text-align: right;
  color: #DEC9A1;
  padding-right: 20px;
  padding-left: 120px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 10px;
}
.caster a{
  color: #DEC9A1;
  font-size: 15px;
  line-height: normal;
}
.caster a:hover{
  text-decoration: underline;
}
.info-match {
  background: linear-gradient(0deg, #201405 0%, #222 100%);
  padding: 18px 30px;
  padding-bottom: 14px;
}
@media(max-width:1200px) and (min-width:768px) {
  .info-match {
    padding: 18px 10px;
  }
}
.name-team-t8 {
  color: #fff;
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.hour {
  color: #DEC9A1;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.date {
  background-color: transparent;
  line-height: 23px;
  color: #DEC9A1;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #3F3522;
  background: linear-gradient(0deg, #201405 0%, #222 100%);
}
.view-live {
    margin-top: 5px;
  display: inline-block;
  border-radius: 7px;
  background: #23A44B;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  padding: 0 16px;
  width: 100%;
}
.info-match .team{
  width: calc(40% - 12px);
}

.info-match .time{
  width: 29%
}
.extra-link {
  background: linear-gradient(90deg, #C58D3B 0%, #F8DE9C 52.5%, #C58D3B 100%);
  position:absolute;
  line-height: 34px;
  padding: 0 15px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  left: 0;
  bottom: 0px;
  border-radius: 0px 10px 0px 0px;
}
.extra-link a{
  line-height: 36px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.info-match .team img{
    max-height: 40px;
    margin-bottom: 5px;
    width: auto !important;
}
.box-live-now {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  margin-bottom: 15px;
}
.box-live-now .box {
  width: 100%;
  max-width: 50%;
  padding: 0 12px;
  padding: 45px 28px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  margin: 12px;
}
@media( max-width:575px) {
  .box-live-now .box {
    padding: 30px 20px;
  }
}
.box-live-now .box-1 {
  background-image: url(./assets/image/banner_left_t8.jpg);
}
.box-live-now .wrap-tl {
  color: #FFF;
  text-align: left;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.box-live-now .box-2 {
  background-image: url(./assets/image/banner_right_t8.jpg);
}
.box-live-now h4 {
  text-align: left;
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.box-live-now .button-view {
  margin-top: 12px;
  margin-left: 45px;
  display: inline-block;
  line-height: 44px;
  padding: 0 34px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #6F2A08;
}
.box-live-now .button-view:hover {
  background: #06389A !important;
}
.info-textbox-t8 {
  background: linear-gradient(0deg, #201405 0%, #222 100%);
  border-radius: 10px;
  overflow: hidden;
}
.info-textbox-t8 h4{
  padding: 17px 15px;
  background: #201405;
  line-height: 26px;
  color: #F8DE9C;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.info-textbox-t8 .content {
  padding: 30px 35px;
  position: relative;
  max-height: 367px;
  background: linear-gradient(0deg, #201405 0%, #222 100%);
}
.info-textbox-t8 .content::before {
  background: linear-gradient(180deg, rgba(48, 48, 48, 0.00) 0%, #303030 100%);
  position:absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
.info-textbox-t8 .content.hide-before::before {
  display: none !important;
}
.info-textbox-t8 .content div{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width:767px) {
  .info-textbox-t8 .content {
    padding: 15px 20px 40px 20px;
  }
}
.info-textbox-t8 .content p{
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.view-all {
  position:absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  color: #F8DE9C;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.bt {
  background-color: #000;
  padding: 25px 0;
}

@media (min-width:1200px){
  .col-content{
    padding-right: 20px;
  }
}
.blog-grid {
  padding: 1px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(0deg, #201405 0%, #222 100%);
  border: 1px solid #3F3522;
}
.all-post {
  border-radius: 10px;
  padding: 27px 27px 0 27px;
}
@media (max-width:767px) {
  .all-post {
    padding: 15px 15px 0 15px;
  }
}
.post {
  background: transparent;
  margin-bottom: 26px;
  width: 100%;
  column-gap: 26px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4B5C81;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.post:last-child {
  margin-bottom: 0;
}
.post img{
  background: #313131;
  width: 250px;
  min-width: 250px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.pagination{
  padding-top: 22px;
  padding-bottom: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 11px;
  margin-top: 15px;
}
.date-post {
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 18px;
  padding: 0 4px;
  background: #DEC9A1;
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  border-radius: 5px;
}
.excerpt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.title-post a{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.title-post a:hover{
  color: #F48811;
}

@media (max-width:767px){
  .ct-right{
    margin-top: 20px;
  }
  .post img{
    width: 100%;
  }
  .post {
    display: block;
  }
}
.pagination a{
  border-radius: 5px;
  border: 1px solid #fff;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.pagination a:hover,.pagination a.active{
  border-radius: 5px;
  border: 1px solid #B226B3;
  background: linear-gradient(180deg, #B226B3 0%, #4F1957 100%);
}
.wrap-sb {
  padding: 1px;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden  ;
  position: sticky;
  top:50px;
}
.sb {
  padding: 18px 15px;
  background-color: #313131;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #3F3522;
  background: linear-gradient(0deg, #201405 0%, #222 100%);
}
.wrap-sb .tab{
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.wrap-sb .tab button {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: capitalize;
  padding: 0 10px;
}


@media (max-width:450px){

}

@media (max-width:1250px) and (min-width:1201px){

}

@media (min-width:1200px){
  .col-sidebar {
    padding-left: 0px;
  }
}
.bt2 {
  margin-left: -3px;
}
.recent-post {
  display: flex;
  align-items: center;
  column-gap: 13px;
  margin-bottom: 21px;
}
.recent-post:last-child {
  margin-bottom: 8px;
}
.recent-post .rc-title a{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.recent-post img{
    max-width: 80px; height: auto;
}
.recent-post .rc-title a:hover{
  color: #F48811;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.rc-title {
  margin-bottom: 5px;
}
.recent-post .rc-date{
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
}
.page-2 {
  margin-top: 25px;
}
.content-single {
  margin-bottom:30px;
}
.content-single p{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.single-post {
  background: linear-gradient(0deg, #201405 0%, #222 100%);
  padding: 18px 28px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width:767px) {

  .single-post {
    padding: 18px 15px;
  }
}
.breacrumb {
  padding: 12px 0 23px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width:480px) {
  .breacrumb {
    padding: 20px 0;
    padding-left: 0;
  }
}
.breacrumb a{
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}
.breacrumb a:hover{
  text-decoration: underline;
}
.title-single {
  color: #DEC9A1;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.meta-post {
  margin: 15px 0;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.meta-post a{
  font-size: 14px;
  color: #DEC9A1;
  font-weight: 700;
}
.post-related-t8 {
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 13px;
  padding-top: 27px;
  padding-bottom: 13px;
}
@media (max-width:575px) {
  .post-related-t8 {
    padding: 0 ;
    padding-top: 27px;
    padding-bottom: 13px;
  }
}
.post-r-t8 {
  max-width: calc(100% / 3);
  width: 100% ;
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}
.post-r-t8 img{
  width: 100% ;
  border-radius: 10px;
}
.post-r-t8 h4{
  margin: 10px 0 0 !important;
}
.post-r-t8 h4 a{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  line-height: normal;
}
.post-r-t8 h4 a:hover{
  color: #F48811;
}
.related-t8 {
  margin-top: 25px;
}
.related-t8-content {
  padding: 1px;
  border-radius: 5px;
  overflow: hidden;
  background: linear-gradient(0deg, #201405 0%, #222 100%);
}
.post-r-t8 h4{
  margin-top: 10px;
  margin-bottom: 20px;
}
.title-related-t8 {
  padding: 17px 15px;
  background: transparent;
  line-height: 26px;
  color: #DEC9A1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.wrap-related-t8-t8 {
  margin-top: 25px;
  padding-bottom: 25px;
  background: #000;
}
.entry-body {
  padding: 28px;
}
/*----------------------footer----------------------*/
footer {
  padding-top: 30px;
  background: #201405;
}
.copy-right,.copy-right a {
  color: rgba(255, 255, 255, 0.50);;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.copy-right a:hover {
  text-decoration: underline;
}
.copy-right {
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-ft-top {
  display: flex;
  justify-content: space-between;
}
.ft-top-right {
  text-align: right;
}
.link-view-ft {
  color: #F8DE9C;
  font-size: 14px;
  font-weight: 700;
}
.link-view-ft:hover {
  text-decoration: underline;
}
.content p {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
.social {
  margin-top: 10px;
  display: flex;
  align-items: center;
  column-gap: 17px;
}
.desc-ft {
  margin-top: 3px;
  color: #F8DE9C;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  max-width: 808px;
}
.wrap-ft-mid {
  margin-top: 27px;
  width: 100%;
  border-bottom: 1px solid #3F3522;
  display: inline-flex;
  align-items: center;
}
.logo-footer {
  display: block;
  margin-bottom: 15px;
}

.info-box img {
  max-width: 81px;
}
.bl p:last-child {
  margin-bottom: 0px;
}
.bl p {
  margin-bottom: 4px;
}
.bl p,.bl a{
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.bl a:hover {
  text-decoration: underline;
}
.info-box {
  display: flex;
  align-items: center;
  column-gap: 16px;
  flex-grow: 1;
  padding: 19px;
}
.policy {
  padding: 21px 0px 19px 26px ;
}

@media (max-width:991px) {
  .wrap-ft-top {
    display: block;
    text-align: left;
  }
  .wrap-ft-top .ft-top-right{
    text-align: left;
  }
  .wrap-ft-mid {
    display: block;
  }
  .policy {
    display: flex;
    column-gap: 10px;
    padding: 0 !important;
    width: 100%;
    margin: 10px 0;
  }
  .policy a{
    text-align: left !important;
    flex-wrap: wrap;
    padding: 3px;
  }
  .info-box {
    width: 100%;
    border-right: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .contact {
    width: 50%;
  }
}
@media (max-width:575px) {
  .logo-footer img,.logo img{
    max-width: 220px;
  }
  .info-box {
    display: block !important;
  }
}

@media (max-width:575px){
  .policy {
    flex-wrap: wrap;
  }
}

.contact{
  display: flex;
  column-gap: 10px;
}

.contact a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
  margin-top: 5px;
}

.policy a {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
}
.policy, .policy a{
  text-align: right;
}

.policy a:hover,.contact a:hover{
  text-decoration: underline;
}
@media(max-width:767px) {
  #scrollToTopBtn {
    right: 15px;
    bottom: 80px;
    padding: 0;
    max-width: 30px;
  }

}

@media(min-width:1201px) {
  .open-menu-t8 {
    display: none !important;
  }
}
.open-menu-t8 {
  display: block;
  border-radius: 5px;
  min-width: 50px;
  width: 50px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #ebebeb;
}

.open-menu-t8 img{
  width: 35px;
}
@media (max-width:380px) {
  .open-menu-t8 img{
    width:25px;
  }
}
.page-3 {
  .button-top {
    margin-top: 20px;
  }
}
/*------------------------reponsive-----------------*/
@media (max-width:767px) {
  .wrap-button-header .btn-2 {
    margin-left: -27px;
  }
  .copy-right {
    display: block;
  }
  .contact {
    justify-content: center;
    margin-top: 10px;
    width: 100% !important;
    flex-wrap: wrap;
  }
}
@media (max-width:380px) {
  .wrap-logo .logo img{
   max-width: 220px;
 }
}
@media (max-width:767px) {
  .wrap-logo {
    display: block;
    text-align: left;
  }
  .wrap-logo .logo img{
   margin-top: 6px;
 }
 .wrap-button-header {
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
.nav2 {
  margin: 0 10px !important;
  padding: 0 10px !important;
}
.post-r-t8 {
  max-width: 50%;
}
.post {
  max-width: 100%;
}
}
@media (max-width:575px) {
  .caster {
    /*margin-bottom: 30px;
    margin-top: 10px;*/
  }
  .view-live{
    font-size: 12px;
    line-height: 35px;
    padding: 0 10px;
  }
  .info-match {
    padding: 20px 10px;
  }
  .post-r-t8 {
    max-width: 100%;
  }
  .box-live-now  {
   display: block;
 } 
 .box-live-now .box  {
   max-width: 100%;
   width: auto;
   margin: 0;
   margin: 15px;
   margin-bottom: 20px;
 }
 .title-bl {
  margin-bottom: 15px !important;
 }
}
@media (max-width:1200px) {
  .menu-desktop {
    display: none !important;
  }
  .wrap-sb {
    margin-top: 40px;
  }
}
@media (max-width:767px) {
 .wrap-box-match-t8 {
  max-width: 100%;
}
}
@media(max-width:1200px) {
  .view-live {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media(max-width:480px) {
  .caster a{
    font-size: 13px;
  }
  .caster {
    /* padding-left: 15px; */
  }
  .view-live {
    font-size: 12px;
    padding: 0 5px;
  }
  .name-team-t8 {
    font-size: 12px;
  }
  .hour {
    font-size: 28px;
  }
  .date {
    padding: 0 7px;
  }
  .team img {
    max-width: 60px;
  }
  .info-match {
    padding: 18px 10px;
  }
  .button-top a {
    font-size: 12px !important;
  }
  .button-top a:nth-child(1) {
    padding: 0px 8px;
  }
  .button-top a:nth-child(2) {
    padding: 0 6px 0 5px;
  }
  .content-info-box-flex {
    display: block !important;
  }
}
@media (max-width:1200px) and (min-width:768px) {
  .view-live {
    font-size: 14px;
    padding: 0 5px;
    .hour {
      font-size: 30px;
    }
  }
}
/*-----------------------mobile----------------------*/
.overlay {
  position:absolute;
  width: 100%;
  height: 100%;
  background-color: #4e4e4e;
  opacity:0;
  visibility: hidden;
  top:0;
  left: 0;
  z-index: 99;
  transition: 200ms;
}
.overlay.open {
  opacity: 0.3;
  visibility: visible;
}
.menu-mobile {
  position: absolute;
  height: 100vh;
  width: 300px;
  background-color: #23A44B;
  top: 0;
  left: -300px;
  z-index: 100;
  transition: 300ms;
}
.menu-mobile.open {
  left: 0;
}
.menu-mobile {
  padding: 30px 20px;
}
.menu-mobile img {
  margin-top: 20px;
  max-height: 35px;
}

.menu-mobile ul {
  margin-top: 20px;
  padding: 0;
}
.menu-mobile ul li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
}
.menu-mobile ul li a {
  margin:15px 0;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: 200ms;
  line-height: normal;
}
.close {
  top: 0px;
  right: 0px;
  cursor: pointer;
  position:absolute;
  width: 30px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  transition: 200ms;
}
.tabcontent {
  display: none;
}
.wrap-sb .tabcontent {
}
.content-img-post {
  position: relative;
}
.content-img-post .title-post {
  position: absolute;
  left: 0;
  bottom: 12px;
  padding: 0 24px;
}
.content-info-box-flex {
  display: flex;
  column-gap: 15px;
}
.wrap-button-icon-t8 {
  display: flex;
}
@media (max-width: 1200px) {
  .wrap-content-header-t8 {
    display: block;
    text-align: center;
  }
  .wrap-button-icon-t8 {
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  .logo {
    margin: 10px 0;
  }
}

.content-seo p{
    line-height: 25px;
}

.content-seo a{
    color: #fff;
}
html body div.content-seo *{
    margin-bottom: 20px;
    color:#fff
}
.content-seo img{
    max-width: 100% !important;
    height: auto !important;
}
.content-seo h2{
    font-weight: bold !important;
    font-size: 22px !important;
}
.content-seo h3{
    font-weight: bold !important;
    font-size: 20px !important;
}


@media only screen and (max-width: 768px) {
    .hidemobile{
        display: none !important;
    }
}

::-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;
}