@charset "UTF-8";

body {
  font-family: "Roboto", "Arial", sans-serif;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  color: #f1f1f1;
  line-height: normal;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #fec32e;
}

h1,
.article-blog {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 1023px) {

  h1,
  .article-blog {
    font-size: 24px;
  }
}

h1.small {
  font-size: 32px;
  padding-bottom: 24px;
}

@media (max-width: 1023px) {
  h1.small {
    font-size: 20px;
    padding-bottom: 16px;
  }
}

h2,
#articleTitle {
  color: #03e08b;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1023px) {

  h2,
  #articleTitle {
    font-size: 18px;
  }
}

h3,
.ld-faq-q {
  font-size: 20px;
  font-weight: 600;
  color: #ee3945;
  text-transform: uppercase;
}

@media (max-width: 1023px) {

  h3,
  .ld-faq-q {
    font-size: 16px;
  }
}

p {
  line-height: 160%;
}

p a {
  color: #03e08b;
}

.container {
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 1023px) {
  .container {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 40px);
  }
}

.float-group {
  position: fixed;
  right: 49px;
  top: 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .float-group {
    right: 7px;
  }
}

.float-group #arrowTop {
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

.float-group #arrowTop img {
  width: 59px;
  height: 59px;
}

@media (max-width: 767px) {
  .float-group #arrowTop img {
    width: 52px;
    height: 52px;
  }
}

.float-group a {
  display: flex;
}

.float-group a img {
  width: 120px;
  height: 120px;
}

@media (max-width: 767px) {
  .float-group a img {
    width: 70px;
    height: 70px;
  }
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  background: #020e23;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 3px solid #09be7c;
}

@media (max-width: 1023px) {
  header {
    align-items: center;
  }
}

header .header-wrap {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1023px) {
  header .header-wrap {
    max-width: 100%;
    padding: 0 20px;
    justify-content: space-between;
    gap: 10px;
  }
}

header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 20px;
}

header .logo img {
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1023px) {
  header .logo img {
    height: 27px;
  }
}

header .menu-wrap {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1023px) {
  header .menu-wrap {
    justify-content: flex-end;
  }
}

header nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  header nav {
    display: none;
  }

  header nav.show {
    position: absolute;
    top: 74px;
    left: 0;
    display: flex;
    flex-direction: column;
    background: #000;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
  }

  header nav.show ul {
    width: calc(100% - 40px);
    height: auto;
    padding: 10px 20px;
  }

  header nav.show ul li {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  header nav.show ul li a {
    color: #f2f2f2;
  }

  header nav.show ul li a.on {
    color: #fec32e;
    font-weight: 700;
  }
}

header nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  text-transform: uppercase;
  height: 100%;
}

header nav ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
  height: 100%;
}

header nav ul li.has-sub {
  gap: 10px;
}

@media (max-width: 1023px) {
  header nav ul li.has-sub {
    flex-wrap: wrap;
  }
}

header nav ul li.has-sub.open .sub-menu {
  position: absolute;
  top: 74px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  width: 160px;
  padding: 10px 0;
}

@media (max-width: 1023px) {
  header nav ul li.has-sub.open .sub-menu {
    flex: 0 0 100%;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    top: 0;
    padding: 0;
  }
}

header nav ul li.has-sub>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

header nav ul li.has-sub>a:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  background: url(/img/menu-arrow.png) no-repeat center/contain;
}

@media (max-width: 1023px) {
  header nav ul {
    flex-direction: column;
  }
}

header nav a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: transform 0.3s ease;
}

header nav a:hover,
header nav a.on {
  color: #fec32e;
  font-weight: 800;
}

header .btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1023px) {
  header .btn-group {
    gap: 8px;
  }
}

header .hamburger {
  display: none;
}

@media (max-width: 1023px) {
  header .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 40px;
    text-indent: -9999px;
    background: url(/img/menu-icon.png) no-repeat center/contain;
  }
}

header .sub-menu {
  display: none;
}

header .sub-menu a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
}

@media (max-width: 1023px) {
  header .sub-menu a {
    flex: 0 0 calc(50% - 40px);
  }
}

.sign-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 44px;
  border-radius: 77px;
  background: linear-gradient(90deg, #ed1521 0%, #f60 100%);
  font-size: 16px;
  font-weight: 800;
  color: #000;
}

.breadcrumb-wrap {
  padding: 0;
  display: flex;
  align-items: center;
  background: #1b2c48;
}

.breadcrumb-wrap .breadcrumb {
  display: flex;
  min-height: 45px;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .breadcrumb-wrap .breadcrumb {
    font-size: 14px;
  }
}

.breadcrumb-wrap .breadcrumb a {
  color: #fff;
}

.breadcrumb-wrap .breadcrumb li:not(:last-child) {
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumb-wrap .breadcrumb li:not(:last-child):after {
  content: " > ";
  margin-left: 10px;
}

.breadcrumb-wrap .breadcrumb li:last-child {
  flex: 1;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}

section {
  padding: 60px 0;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

section.bg1 {
  background: #020e23;
}

section.bg2 {
  background: #131e30;
}

section.bg3 {
  background: url("/img/home-bg2.png") no-repeat center/cover;
}

@media (max-width: 1023px) {
  section.bg3 {
    background: url("/img/home-bg2-m.png") no-repeat center/cover;
  }
}

section .container {
  margin: 0 auto;
}

section picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  section picture {
    width: 100%;
  }

  section picture img {
    width: 100%;
  }
}

.section-main {
  padding: 0;
}

.section-main.home {
  min-height: 450px;
  background: url("/img/home-bg.png") no-repeat center/cover;
}

@media (max-width: 1023px) {
  .section-main.home {
    background: url("/img/home-bg-m.png") no-repeat bottom center/cover;
  }
}

.section-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 1023px) {
  .section-main .container {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }
}

.section-main .main-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section-main .sub-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  padding-bottom: 16px;
}

@media (max-width: 1023px) {
  .section-main .sub-title {
    font-size: 20px;
  }
}

.section-main .main-img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-btn {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: linear-gradient(90deg, #09be7c 1.17%, #0f9 100%);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  height: 55px;
  width: 348px;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {
  .main-btn {
    width: 100%;
    height: 44px;
  }
}

.main-btn:hover {
  background: linear-gradient(90deg, #0fd995 1.17%, #1affaa 100%);
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.main-btn.no-icon {
  margin: 10px auto 0;
}

.main-btn.no-icon span:before {
  display: none;
}

.main-btn span {
  color: #212120;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media (max-width: 1023px) {
  .main-btn span {
    font-size: 14px;
  }
}

.main-btn span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/img/down-icon2.png") no-repeat center/contain;
}

.section-nav .container {
  display: flex;
  flex-direction: column;
}

.section-nav .nav-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
  background: #233046;
}

@media (max-width: 1023px) {
  .section-nav .nav-wrapper {
    margin-top: 15px;
    flex-direction: column;
  }
}

.section-nav .nav-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  padding: 20px 30px;
  gap: 10px;
}

@media (max-width: 1023px) {
  .section-nav .nav-list {
    padding: 20px;
  }
}

.section-nav .nav-list a {
  font-size: 16px;
  font-weight: 600;
  color: #f6f6f6;
  /* min-height: 40px; */
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-nav .nav-list a {
    font-size: 14px;
  }
}

.section-nav .nav-list a:hover {
  color: #EE3945;
}

.section-nav .nav-list a:hover::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #EE3945;
}

.section-nav .nav-list a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f6f6f6;
}

.section-nav .list-title {
  font-weight: 700;
  color: #03e08b;
  text-transform: uppercase;
}

.section-info .container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.section-info h2 {
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .section-info h2 {
    padding-bottom: 10px;
  }
}

.section-info h3 {
  padding-top: 20px;
}

@media (max-width: 1023px) {
  .section-info h3 {
    padding-top: 10px;
  }
}

.section-info .step-img {
  margin-top: 25px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-info2 .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-info2 .info-wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 1023px) {
  .section-info2 .info-wrapper {
    flex-direction: column;
  }
}

.section-info2 .info-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  gap: 5px;
  color: #ddd;
}

.section-info2 .info-wrap h3 {
  color: #fff;
  padding-top: 15px;
}

.cricket-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 20px;
}

@media (max-width: 1023px) {
  .cricket-list {
    flex-direction: column;
    gap: 10px;
  }
}

.cricket-list .list-item {
  flex: 0 0 calc(33.3% - 40px);
  height: 78px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 50px;
  background: #212e43;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {
  .cricket-list .list-item {
    flex: 0 0 100%;
    height: 55px;
  }
}

.cricket-list .list-item:after {
  content: "";
  width: 16px;
  height: 19px;
  background: url("/img/arrow-icon.png") no-repeat center/contain;
}

.cricket-list .list-item:hover:after {
  background: url("/img/black-arrow-icon.png") no-repeat center/contain;
}

.cricket-list .list-item:hover {
  background: #FFC115;
  /* transform: translateY(-3px); */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.cricket-list .list-item:hover:after {
  transform: translateX(5px);
}

.cricket-list img {
  width: 78px;
  height: 78px;
}

@media (max-width: 1023px) {
  .cricket-list img {
    width: 55px;
    height: 55px;
  }
}

.cricket-list .item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #768295;
  font-weight: 500;
}

.cricket-list .item-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.list-item:hover .item-title,
.item-info:hover p {
  color: #000000;
}

@media (max-width: 1023px) {
  .cricket-list .item-title {
    font-size: 16px;
  }
}

.promotion-list {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: #020e23;
  gap: 70px;
}

@media (max-width: 1023px) {
  .promotion-list {
    flex-direction: column;
    gap: 0;
  }
}

.promotion-list .list-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 160%;
}

@media (max-width: 1023px) {
  .promotion-list .list-info {
    padding: 20px 20px 15px 20px;
  }
}

.promotion-list ul {
  counter-reset: step;
}

.promotion-list ul li {
  counter-increment: step;
  line-height: 280%;
  text-indent: -22px;
  padding-left: 22px;
}

@media (max-width: 1023px) {
  .promotion-list ul li {
    line-height: 18px;
  }
}

.promotion-list ul li::before {
  content: counter(step) ". ";
  font-weight: bold;
  margin-right: 6px;
}

.step-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1023px) {
  .step-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.step-wrapper .step-item {
  flex: 0 0 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info2-list {
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 20px;
  background: #131e30;
}

.info2-list.blue {
  background: #020e23;
}

.info2-list h3 {
  padding-top: 25px;
}

.info2-list .list-img {
  padding-top: 25px;
}

.section-banner {
  padding: 0;
}

@media (max-width: 1023px) {
  .section-banner.web {
    display: none;
  }
}

.section-banner picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner img {
  width: 100%;
}

.section-qa {
  background: url("/img/home-bg3.png") no-repeat top center/cover;
}

@media (max-width: 1023px) {
  .section-qa {
    background: url("/img/home-bg3-m.png") no-repeat top center/cover;
  }
}

.section-qa .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1023px) {
  .section-qa .container {
    gap: 15px;
  }
}

.section-qa .qa-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-qa .qa-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.3s;
  line-height: normal;
  border-radius: 20px;
  background: rgba(2, 14, 35, 0.8);
  padding: 20px;
}

.section-qa .qa-item.active p {
  display: block;
  width: 85%;
}

.section-qa .qa-item h3 {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  cursor: pointer;
  line-height: 160%;
}

@media (max-width: 1023px) {
  .section-qa .qa-item h3 {
    font-size: 16px;
  }
}

.section-qa .qa-item.active h3:after {
  transform: rotate(0deg);
}

.section-qa .qa-item h3::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/img/qa-arrow.png") no-repeat center/contain;
  transform: rotate(180deg);
}

@media (max-width: 1023px) {
  .section-qa .qa-item h3::after {
    width: 45px;
    height: 45px;
  }
}

.section-qa .qa-item p {
  display: none;
  margin: 0;
}

.section-news-list .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1023px) {
  .section-news-list .container {
    gap: 20px;
  }
}

.section-news-list .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1023px) {
  .section-news-list .list-wrapper {
    gap: 10px;
  }
}

.section-news-list .list-wrapper .list-item {
  display: flex;
  color: #fff;
}

@media (max-width: 1023px) {
  .section-news-list .list-wrapper .list-item {
    flex-direction: column;
  }
}

.section-news-list .list-wrapper .list-item img {
  width: 600px;
  height: 264px;
  border-radius: 10px;
  /* flex: 0 0 50%;
  -o-object-fit: contain;
     object-fit: contain; */
}

@media (max-width: 1023px) {
  .section-news-list .list-wrapper .list-item img {
    width: 100%;
    height: auto;
    /* flex: 0 0 100%; */
  }
}

.section-news-list .list-wrapper .list-item .item-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 1023px) {
  .section-news-list .list-wrapper .list-item .item-info {
    gap: 5px;
    padding: 10px 20px;
  }
}

.section-news-list .list-wrapper .list-item .item-info h3 {
  color: #03e08b;
  font-size: 20px;
  font-weight: 800;
  line-height: 160%;
}

@media (max-width: 1023px) {
  .section-news-list .list-wrapper .list-item .item-info h3 {
    font-size: 18px;
  }
}

.section-news-list .list-wrapper .list-item .item-info p {
  color: #f1f1f1;
  line-height: 160%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}

@supports (-webkit-line-clamp: 2) {
  .section-news-list .list-wrapper .list-item .item-info p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

.section-news-list .list-wrapper .list-item .info-date {
  display: flex;
  align-items: center;
}

.section-news-list .list-wrapper .list-item .info-date .tag {
  padding: 0 10px;
  border-right: 1px solid #969696;
}

.section-news-list .list-wrapper .list-item .info-date .date {
  padding-left: 10px;
}

.section-news-list .list-wrapper .list-item h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 28.8px;
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}

@supports (-webkit-line-clamp: 2) {
  .section-news-list .list-wrapper .list-item h3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

@media (max-width: 1023px) {
  .section-news-list .list-wrapper .list-item h3 {
    font-size: 16px;
  }
}

.section-news-list .list-wrapper .list-item .more-btn {
  display: flex;
  align-items: center;
  height: 41px;
  font-size: 16px;
  font-weight: 700;
  color: #ee3945;
}

@media (max-width: 1023px) {
  .section-news-list .list-wrapper .list-item .more-btn {
    font-size: 12px;
    height: 17px;
  }
}

.pagination-wrapper {
  padding: 30px 0;
}

@media (max-width: 1023px) {
  .pagination-wrapper {
    padding: 15px 0;
  }
}

.pagination-wrapper .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 1023px) {
  .pagination-wrap {
    padding: 0;
    gap: initial;
    justify-content: space-between;
  }
}

.pagination-wrap .page-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
}

@media (max-width: 1023px) {
  .pagination-wrap .page-item {
    font-size: 14px;
  }
}

.pagination-wrap .page-item.active {
  background: #ee3945;
  color: #000;
}

.section-news-detail {
  padding: 60px 0 20px;
}

@media (max-width: 767px) {
  .section-news-detail {
    padding: 20px 0;
  }
}

.section-news-detail .container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (max-width: 767px) {
  .section-news-detail .container {
    gap: 15px;
  }
}

.section-news-detail .container h3 {
  color: #f1f1f1;
  padding-top: 15px;
}

.section-news-detail .container img {
  display: flex;
}

.section-news-detail .articleImage {
  /* width: -moz-fit-content;
  width: fit-content; */
  padding-bottom: 15px;
}

.section-news-detail h2 {
  padding-bottom: 15px;
}

.news-detail-info {
  padding: 0 0 60px;
}

@media (max-width: 1023px) {
  .news-detail-info {
    padding: 0 0 30px;
  }
}

.news-detail-info .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-detail-info .user-info {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .news-detail-info .user-info {
    flex-direction: column;
    font-size: 14px;
    height: initial;
    padding: 10px;
    align-items: flex-start;
    gap: 5px;
  }
}

.news-detail-info .user-info .user {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

@media (max-width: 1023px) {
  .news-detail-info .user-info .user {
    height: 34px;
  }
}

.news-detail-info .user-info .user::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/user-icon.png") no-repeat center/contain;
}

.news-detail-info .user-info .date {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

@media (max-width: 1023px) {
  .news-detail-info .user-info .date {
    height: 34px;
  }
}

.news-detail-info .user-info .date::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/date-icon.png") no-repeat center/contain;
}

.news-detail-info .user-info .view {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

@media (max-width: 1023px) {
  .news-detail-info .user-info .view {
    height: 34px;
  }
}

.news-detail-info .user-info .view::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/view-icon.png") no-repeat center/contain;
}

.news-detail-info .prev-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 237px;
  font-weight: 500;
  gap: 10px;
  position: relative;
  height: 41px;
  border-radius: 100px;
  background: #131e30;
  color: #eee;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {
  .news-detail-info .prev-btn {
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    padding: 0 20px;
  }
}

.news-detail-info .prev-btn::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url("/img/blog-arrow.png") no-repeat center/contain;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.news-detail-info .prev-btn:hover {
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(-180deg, rgb(255, 252, 225) 0.1%, rgb(255, 239, 93) 9.1%, rgb(255, 150, 27) 50.5%, rgb(255, 239, 93) 91.1%, rgb(255, 252, 226) 100%);
  border-image-slice: 1;
  background-image: linear-gradient(-180deg, rgb(255, 252, 225) 0.1%, rgb(255, 239, 93) 9.1%, rgb(255, 150, 27) 50.5%, rgb(255, 239, 93) 91.1%, rgb(255, 252, 226) 100%), linear-gradient(-180deg, rgb(255, 252, 225) 0.1%, rgb(255, 239, 93) 9.1%, rgb(255, 150, 27) 50.5%, rgb(255, 239, 93) 91.1%, rgb(255, 252, 226) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 100px;
  clip-path: inset(0 round 100px);
  color: #000;
}

.news-detail-info .prev-btn:hover::before {
  filter: grayscale(100%) brightness(0);
  transform: translateX(4px);
}

.news-detail-info .navigation-wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .news-detail-info .navigation-wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.news-detail-info .navigation-wrap .tag-group {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .news-detail-info .navigation-wrap .tag-group {
    flex-wrap: wrap;
    font-size: 12px;
    gap: initial;
    justify-content: space-between;
  }
}

.news-detail-info .navigation-wrap .tag-group .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  gap: 10px;
  border-radius: 30px;
  background: #131e30;
  color: #fff;
  transition: transform 0.3s ease;
}

@media (max-width: 1023px) {
  .news-detail-info .navigation-wrap .tag-group .tag-item {
    font-size: 12px;
  }
}

.text-tag {
  color: #FFFFFF;
}

.tag-item:hover .text-tag{
  color: #fec32e;
}

.news-detail-info .navigation-wrap .tag-group .tag-item:hover {
  background: #000000;
}

.section-table-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

.section-table-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-table-wrapper h2 {
  text-align: center;
}

.section-table-wrapper .schedule-table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.section-table-wrapper .table-row {
  min-height: 70px;
  display: none;
  grid-template-columns: 200px 1fr 1fr 1fr;
  padding: 0 30px;
  background: #212e43;
}

@media (max-width: 1023px) {
  .section-table-wrapper .table-row {
    padding: 0;
    font-size: 12px;
    padding: 0 5px;
  }
}

.section-table-wrapper .table-row.show {
  display: grid;
}

@media (max-width: 1023px) {
  .section-table-wrapper .table-row.show {
    display: flex;
    justify-content: space-between;
  }
}

.section-table-wrapper .table-row:nth-child(even) {
  background: #131e30;
}

.section-table-wrapper .table-head {
  background: #090f19;
  min-height: 52px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: grid;
}

@media (max-width: 1023px) {
  .section-table-wrapper .table-head {
    display: flex;
    font-size: 12px;
  }
}

.section-table-wrapper .col {
  padding: 0 10px;
  display: flex;
  align-items: center;
  line-height: 160%;
}

@media (max-width: 1023px) {
  .section-table-wrapper .col {
    padding: 5px;
    flex: 0 0 calc(25% - 10px);
  }
}

.section-table-wrapper .datetime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-table-wrapper .show-more-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.section-table-wrapper .show-more-wrap.expanded::before {
  transform: rotate(180deg);
}

.section-table-wrapper .show-more-wrap::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("/img/more-arrow.png") no-repeat center/contain;
}

.section-switch {
  padding: 30px 0;
  background: url("/img/ipl-bg.png") no-repeat center/cover;
}

@media (max-width: 1023px) {
  .section-switch {
    padding: 15px 0;
  }
}

.section-switch .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1023px) {
  .section-switch .container {
    gap: 10px;
  }
}

.section-switch .switch-group {
  display: flex;
  align-items: center;
  gap: 59px;
}

@media (max-width: 1023px) {
  .section-switch .switch-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.section-switch .switch-item {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .section-switch .switch-item {
    width: 52px;
    height: 52px;
  }
}

.section-switch .switch-item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.3;
}

.section-switch .switch-item.on {
  box-shadow: 0 0 20px 0 #24e0a1;
}

.section-switch .switch-item.on img,
.section-switch .switch-item:hover img {
  opacity: 1;
}

.promotions-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promotions-wrapper .promotion-list-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1023px) {
  .promotions-wrapper .promotion-list-wrapper {
    margin-top: 0;
    gap: 20px;
  }
}

.promotions-wrapper .promotion-tab {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a7a7a7;
  height: 70px;
}

@media (max-width: 1023px) {
  .promotions-wrapper .promotion-tab {
    height: 60px;
  }
}

.promotions-wrapper .tab-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

@media (max-width: 1023px) {
  .promotions-wrapper .tab-item {
    gap: 5px;
  }
}

.promotions-wrapper .tab-item::before {
  content: "";
  width: 30px;
  height: 30px;
}

@media (max-width: 1023px) {
  .promotions-wrapper .tab-item::before {
    width: 20px;
    height: 20px;
  }
}

.promotions-wrapper .tab-item:hover,
.promotions-wrapper .tab-item.active {
  color: #ffc107;
  font-weight: 600;
}

.promotions-wrapper .tab-item.limited::before {
  background: url(/img/promotions-icon.png) no-repeat center/contain;
}

.promotions-wrapper .tab-item.limited:hover::before,
.promotions-wrapper .tab-item.limited.active::before {
  background: url(/img/promotions-icon-on.png) no-repeat center/contain;
}

.promotions-wrapper .tab-item.ongoing::before {
  background: url(/img/promotions-icon2.png) no-repeat center/contain;
}

.promotions-wrapper .tab-item.ongoing:hover::before,
.promotions-wrapper .tab-item.ongoing.active::before {
  background: url(/img/promotions-icon2-on.png) no-repeat center/contain;
}

.promotions-wrapper .promotion-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1023px) {
  .promotions-wrapper .promotion-list {
    gap: 20px;
  }
}

.promotions-wrapper .list-item {
  display: flex;
  gap: 20px;
  border-radius: 15px;
  background: #2e3147;
  padding: 20px;
}

@media (max-width: 1023px) {
  .promotions-wrapper .list-item {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
}

.promotions-wrapper .item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #c0c1c2;
}

@media (max-width: 1023px) {
  .promotions-wrapper .item-info {
    justify-content: flex-start;
    gap: 15px;
  }
}

.promotions-wrapper .item-info p {
  flex: 1;
}

.promotions-wrapper h2 {
  color: #00ff87;
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .promotions-wrapper h2 {
    font-size: 20px;
  }
}

.promotions-wrapper .flag-wrapper {
  flex: initial;
  justify-content: flex-start;
  padding: 10px 20px;
  background: #2a2c43;
  border-radius: 15px;
}

.promotions-wrapper .flag-wrapper .flag-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #ffef5d;
  position: relative;
  gap: 5px;
  display: flex;
  align-items: center;
}

.promotions-wrapper .flag-wrapper .flag-title:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/img/down-icon.png) no-repeat center/contain;
  transform: rotate(270deg);
}

@media (max-width: 1023px) {
  .promotions-wrapper .flag-wrapper .flag-title:after {
    width: 22.5px;
    height: 22.5px;
  }
}

@media (max-width: 1023px) {
  .promotions-wrapper .flag-wrapper .flag-wrap {
    gap: 14px;
  }

  .promotions-wrapper .flag-wrapper .flag-wrap img {
    width: 50px;
    height: 36px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #020e23;
}

footer .footer-wrap {
  display: flex;
  padding: 40px 0;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1023px) {
  footer .footer-wrap {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
  }
}

footer .footer-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 10px;
}

@media (max-width: 1023px) {
  footer .footer-item {
    width: 100%;
  }
}

footer .footer-item.link {
  max-width: 194px;
}

@media (max-width: 1023px) {
  footer .footer-item.link {
    max-width: 100%;
  }
}

footer .footer-item.media {
  max-width: 225px;
}

@media (max-width: 1023px) {
  footer .footer-item.media {
    max-width: 100%;
  }
}

footer .footer-logo {
  flex: 0 0 270px;
  align-self: stretch;
  justify-content: center;
  gap: 10px;
  padding-right: 60px;
  border-right: 1px solid #717171;
}

@media (max-width: 1023px) {
  footer .footer-logo {
    flex: 0 0 100%;
    padding-right: 0;
    border-right: none;
    align-items: center;
    border-bottom: 1px solid #717171;
    padding-bottom: 15px;
  }
}

footer .footer-logo .logo-img {
  height: 81px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

@media (max-width: 1023px) {
  footer .footer-logo .logo-img {
    height: 41px;
    -o-object-position: center;
    object-position: center;
  }
}

footer .footer-logo .logo-title {
  font-weight: 800;
  color: #03e08b;
}

footer .footer-logo .footer-score {
  display: flex;
  gap: 10px;
  font-weight: 600;
  color: #e8ebef;
}

footer .footer-logo .footer-score .star {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .footer-logo .footer-score .star::before {
  content: "";
  width: 20px;
  height: 19px;
  background: url("/img/footer-star.png") no-repeat center/contain;
}

footer .footer-logo .footer-score .star:after {
  content: "";
  width: 1px;
  height: 18px;
  color: #e8ebef;
}

footer .footer-link {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 180%;
}

@media (max-width: 1023px) {
  footer .footer-link {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

footer .footer-link a {
  color: #e8ebef;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {
  footer .footer-link a {
    flex: 0 0 calc(50% - 5px);
  }
}

footer .footer-link a:hover {
  transform: translateY(-3px);
  color: #fec32e;
}

footer .footer-media {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1023px) {
  footer .footer-media {
    gap: 25px;
  }
}

footer .footer-title {
  text-transform: uppercase;
  color: #ee3945;
  font-weight: 800;
  line-height: 30px;
}

@media (max-width: 1023px) {
  footer .footer-title {
    line-height: normal;
  }
}

footer .android-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #03e08b;
  background: radial-gradient(49.16% 100% at 50.2% 0%, #4c4c4c 0%, #000 100%);
  height: 59px;
}

footer .android-item img {
  width: 35px;
  height: 35px;
}

footer .android-item .item-info {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

footer .android-item .item-info .info-title {
  font-size: 20px;
  font-weight: 600;
}

footer .footer-img {
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

footer .copyright {
  width: 100%;
  background: #03e08b;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #000;
}

footer .copyright a {
  color: #000;
}

/*# sourceMappingURL=main.css.map */