/* @import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap"); */

.ispc {
  display: block !important;
  @media screen and (max-width: 639px) {
    display: none !important;
  }
}
.ismb {
  display: none !important;
  @media screen and (max-width: 639px) {
    display: block !important;
  }
}
.ismb #homeScore{
  width: 100%;
}
body:not(.fsNewsPage--detail, .fsNewsPage--mostRead) .topMenuSpecific__item--active {
  color: var(--color-primary);
  position: relative;
}
body:not(.theme--dark) {
  --color-primary: #d70e1a;
}
body:not(.fsNewsPage--detail, .fsNewsPage--mostRead) .topMenuSpecific__item--active:before {
  background-color: #d70e1a;
}
.wcl-wrapper_OlIBf {
  border-radius: 5px;
  padding-bottom: 20px;
}
.footer__block {
  height: 71px;
}
.breadcrumb--article {
  padding: 0;
  margin-bottom: 20px;
  height: 20px;
  line-height: 20px;
}
.footer__content {
  padding: 22px 16px;
}
.lsidDialog__headline,
#model-login .login-button {
  font-family: "Merriweather";
}
.wcl-article_Qco4e:hover [role="heading"] {
  text-decoration: none;
  color: #d70e1a;
}
._myContainer_E1892yl_5_S {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
._myContainer_E1892yl_5_S {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}

.list-top-news-home-page {
  height: 100%;
}
strong {
  font-weight: bold;
}
.first-box {
  gap: 0;
  flex-flow: column;
  justify-content: center !important;
}
.description,
.first-description {
  line-height: 1.4 !important;
  font-size: 0.95rem !important;
  font-weight: normal !important;
}
body .fsNewsSection__noTopped.fsNewsSection__mostRecent {
  gap: 20px;
}
.datemb{
  margin-left: 50px;
  margin-top: 7px;
}
.submenu-container,.datemb{
  display: none;

}
.topMenuSpecific__dropdownItem {
  font-family: 'Merriweather';
}
@media screen and (max-width: 639px){
  .submenu-container,.datemb{
  display: block;
}
#fsNewsMenu{
  display: none;
}
}
/* Submenu dưới header */
.submenu-container {
      background-color: #f8f9fa;
      border-bottom: 1px solid #e9ecef;
      position: sticky;
      top: 0;
      z-index: 99;
      overflow: hidden;
    }

    .submenu-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }

    .submenu {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding:0;
      gap: 5px;
      flex: 1;
    }

    .submenu::-webkit-scrollbar {
      display: none;
    }

    .submenu-item {
      display: flex;
      align-items: center;
      padding: 8px 6px;
      background-color: transparent;
      border: none;
      border-radius: 20px;
      text-decoration: none;
      color: #333;
      font-size: 14px;
      white-space: nowrap;
      transition: all 0.3s;
      margin: 0 2px;
      min-width: fit-content;
      font-weight: 700;
      font-family: "Merriweather";
  font-size: 14px;
    }

    /* .submenu-item:hover {
      background-color: #1e3a8a;
      color: white;
      transform: translateY(-1px);
    }

    .submenu-item.active {
      background-color: #1e3a8a;
      color: white;
    } */

    .submenu-item svg {
      width: 21px;
      height: 21px;
      margin-right: 5px;
      fill: currentColor;
    }

    /* Nút scroll */
    .scroll-btn {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      background-color: transparent;
      border: 1px solid #6b7280;
      border-radius: 50%;
      color: #6b7280;
      cursor: pointer;
      display: flex;
      background: #fff;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      transition: all 0.3s;
      z-index: 10;
    }

    .scroll-btn:hover {
      border-color: #4b5563;
      color: #4b5563;
      transform: translateY(-50%);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .scroll-btn svg {
      width: 23px;
      height: 23px;
      fill: currentColor;
    }

    /* Gradient fade effect */
    .submenu-container::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 70px;
      background: linear-gradient(to right, transparent, #ffffff);
      pointer-events: none;
      z-index: 5;
    }
    body.theme--dark .submenu-container::after {
      background: linear-gradient(to right, transparent, #001e28);
    }
    body.theme--dark .submenu-container {
  background-color: #0f2d37;
  border-bottom: 1px solid #00141e;

}
body.theme--dark .submenu-item {
color: #fff;
}
body.theme--dark .submenu-container::after {
background: linear-gradient(to right, transparent, #001e28);
}
@media screen and (max-width: 639px) {
  .description,
  .first-description {
    line-height: 1.4 !important;
    font-size: 1.0625rem !important;
    font-weight: normal !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4f4f4f;
  }
  body.theme--dark .description,
  body.theme--dark .first-description {
    color: #b1b1b1;
  }
}

/* Toggle Styles */
.toggle-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

body:not(.theme--dark) .title-item,
body:not(.theme--dark) .section__mainTitle,
body:not(.theme--dark) .wcl-news-heading-03_OUzDC,
body:not(.theme--dark) .wcl-news-heading-09_HXtNf,
body:not(.theme--dark) .wcl-headline_buFBe,
body:not(.theme--dark) .container-title,
body:not(.theme--dark) .title-link,
body:not(.theme--dark) .fsNewsArticle__headlineText {
  color: #222222;
}
.title-item,
.section__mainTitle,
.wcl-news-heading-03_OUzDC,
.wcl-news-heading-09_HXtNf,
.wcl-headline_buFBe,
.container-title,
.title-link,
.fsNewsArticle__headlineText {
  font-family: "Merriweather";
  /* font-size: 20px; */
  line-height: 150%;
  margin-bottom: 5px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .title-item,
  .section__mainTitle,
  .wcl-news-heading-03_OUzDC,
  .wcl-news-heading-09_HXtNf,
  .wcl-headline_buFBe,
  .container-title,
  .title-link,
  .fsNewsArticle__headlineText {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .news-list .wcl-headline_buFBe {
    font-size: 15px;
  }
}

.mainContent__content .list-post .list-post__item:first-child .description {
  font-weight: 300;
}

.footerContainer {
  margin-top: 20px;
}

.brand--flashscore {
  --radius-image-desktop: 4px !important;
  --typography-desktop-scores-heading-01-font-family: "Merriweather" !important;
}

.brand--flashscore:not(.theme--dark) {
  --color-combination-2: #222;
  --color-badge-informative-fill-base: #222;
}

.extraContent .extraContent__text,
.footerContainer .selfPromo__boxItem {
  color: #555e61;
}

.section__mainTitle {
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.section__subTitle {
  font-size: 18px;
  margin-bottom: 15px;
}
body {
  font-family: "Arial" !important;
  line-height: 19px;
  /* letter-spacing: 0.2px; */
}

body:not(.theme--dark) {
  font-weight: 300;
  color: #757575;
}

/* Trong file font.css */
h1,
h2,
h3 {
  /* letter-spacing: 1px;  */
  /* Giả định giống VnExpress cho tiêu đề */
}
p,
.body-text {
  /* letter-spacing: 0.5px;  */
  /* Giả định giống VnExpress cho đoạn văn */
}

.wcl-news-caption-01_gHM5e {
  font-weight: 300;
}
.wcl-picture_4hHfP {
  aspect-ratio: 48 / 27 !important;
}
.breadcrumb {
  letter-spacing: unset !important;
}
.breadcrumb--article .breadcrumb__item {
  /* padding-top: 3px !important; */
  display: inline-block;
}

body .desc-item,
body .content-item,
body .section__mainTitleLink,
body .description {
  font-family: "Arial";
  font-size: 14px;
  color: #4f4f4f;
}

body:not(.theme--dark) .section__subTitle a {
  color: #222222;
  font-family: "Merriweather";
}

.section__mainTitle svg {
  color: red !important;
}

.selfPromo__box--apps .selfPromo__boxContent {
  margin-top: 59px;
}

.section__mainTitleLink {
  font-weight: 300;
}

.wcl-news-heading-08_bNlM- {
  font-size: 0.9rem;
  margin-top: 0;
}
.wcl-news-heading-08_bNlM-,
.wcl-news-heading-07_NwkAe {
  font-size: 0.9rem;
}

.wcl-news-heading-09_HXtNf {
  font-size: 13px;
}

.topMenuSpecific__item,
.topMenuSpecific__more {
  font-family: "Merriweather";
  font-size: 15px;
  text-transform: capitalize;
}
.seoTop h1 {
  font-weight: 300;
}
/* .breadcrumb{
  display: flex;
  align-items: center;
}

.breadcrumb__item{
  display: flex !important;
} */

#scroll-to-top {
  display: none;
}

#hamburger-menu {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  background: none;
}

#hamburger-menu input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  background: #0f2d37;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  transition: 0.4s;
}

/* added codes */
.slider::after {
  /* You can change the below icon with yours preferable one */
  content: "✹";
  font-size: 20px;
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 7px;
  transition: 0.4s;
  color: #fff;
}

input:checked + .slider {
  background-color: #00141e; /* Color for dark mode background */
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* added codes */
input:checked + .slider::after {
  transform: translateX(26px);
  content: "☾";
  left: 10px;
}
#hamburger-menu::after {
  display: none;
}
.seoTop__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.selfPromo__mainGroup {
  display: grid;
  gap: 0 16px;
  padding: 30px 16px 0px;
  font-size: 15px;
}
.lgdark {
  display: none;
}
.lglight {
  display: block;
}
.theme--dark .lgdark {
  display: block;
}
.theme--dark .lglight {
  display: none;
}
.seoAdWrapper {
  position: relative;
  z-index: 9;
}
.news-list .wcl-picture_4hHfP {
  aspect-ratio: 48 / 27 !important;
  border-radius: 3px !important;
  object-fit: cover;
  width: 100%;
}

body.theme--dark .mainContent__content .image-box img,
body:not(theme--dark) .mainContent__content .image-box img,
.mainContent__content .image-box img,
body:not(theme--dark) .mainContent__content .image-box img {
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 48 / 27 !important;
}
.mainContent__content .image-box {
  border-radius: 0;
}

body .lsidDialog__content {
  margin: auto;
  margin-bottom: 35px;
}
.breadcrumb__link {
  font-family: Arial;
}
@media screen and (max-width: 639px) {
  input + .slider,
  input:checked + .slider {
    background-color: #0f2d37;
    color: #fff;
  }

  .section__mainTitle {
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .container-title {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }
  h2.lsidDialog__headline {
    font-size: 21px;
    padding: 0 0 12px;
    text-align: center;
  }
  .seoTop h1 {
    display: none !important;
  }
  .seoTop span {
    margin-top: 3px;
    /* margin-bottom: 3px; */
    margin-left: 12px;
  }

  #hamburger-menu {
    width: 34px;
    grid-area: header__menu;
  }
  input:checked + .slider::after {
    transform: translateX(0);
    content: "☾";
    left: 10px;
  }

  .hasFsNews .header__content {
    padding: 0 12px;
    grid-column-gap: 0;
    overflow: inherit;
    grid-template:
      " . . . . . . . " 8px
      " header__logo header__gift . header__search . header__user header__menu " 32px
      " . . . . . . . " 8px
      " header__items header__items header__items header__items header__items header__items header__items " 6px / 1fr min-content 8px 32px 8px 32px min-content;
  }

  .seoTop__content {
    justify-content: space-between;
    padding: 5px;
    padding-right: 12px;
    background: #001e28;
  }
  #hamburger-menu {
    margin-left: 8px;
    width: 32px;
    height: 32px;
  }
  .hasFsNews .header__logoWrapper {
    grid-area: header__logo;
    /* margin-top: -20px; */
  }
  .slider::after {
    content: "✹";
    font-size: 20px;
    position: absolute;
    z-index: 2;
    left: 7px;
    top: 7px;
    transition: 0s;
  }
  input:checked + .slider:before {
    transform: translateX(0px);
  }
  .selfPromo__mainGroup {
    padding-top: 0;
  }
}

#list-package {
  padding: 66px 20px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.package-card {
  width: calc(33.33% - 21px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-bottom: 10px;
  transition: box-shadow 0.2s;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.package-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.package-header {
  background: url(../images/bk-pack.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
  /* letter-spacing: 1px; */
}
.package-body {
  padding: 20px 12px 25px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.package-title {
  font-size: 14px;
  color: #021e29;
  font-weight: 700;
}
.package-price {
  color: var(--TEXT, #021e29);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.package-duration {
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.package-features {
  list-style: none;
  padding: 0;
  margin: 0px;
  color: var(--TEXT, #021e29);
  font-family: "LivesportFinderLatin";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -4px;
}
.package-info {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 10px;
}
.package-features li {
  font-size: 16px;
  color: #444;
  margin-bottom: 6px;
  position: relative;
}
.btn-buy {
  background: #fff;
  color: #cf1f2b;
  border: 1px solid var(--RED, #cf1f2b);
  border-radius: 8px;
  padding: 8px 0;
  font-weight: bold;
  width: 100%;
  transition:
    background 0.2s,
    color 0.2s;
  cursor: pointer;
  font-size: 18px;
}
.btn-buy:hover {
  background: #cf1f2b;
  color: #fff;
}
.zone__label {
  text-align: center;
}
.fsNewsPage .extraContent {
  margin-bottom: 10px;
  margin-top: 50px;
}
.topMenuSpecific__dropdown {
  right: unset;
  left: 637px;
  display: none;
  gap: 0;

  @media screen and (max-width: 639px) {
    right: unset;
    left: 51px;
    top: 46px;
  }
}
.topMenuSpecific__dropdown.show {
  display: flex;
}
.wcl-dialogTitle_ToAH-,
.wcl-selectButton_f15VX.wcl-isXSmall_bRpIK.wcl-asPlaceholder_rXBmV, .wcl-selectButton_f15VX.wcl-isXSmall_bRpIK[data-placeholder],
.section__mainTitle  {
  font-family: 'Merriweather';
}
@media screen and (max-width: 639px) {
  #list-package {
    padding: 36px 20px;
  }
  .package-card {
    width: 100%;
  }
  body:not(.background-add-on) .topMenuSpecific {
    border-bottom: 1px solid var(--color-combination-12) !important;
  }
  .selfPromo__box--apps .selfPromo__boxContent {
    width: 100% !important;
  }
  .selfPromo__mainGroup {
    padding: 0px 16px 10px !important;
  }
  .footer__content {
    padding: 10px 16px !important;
  }
  .wcl-dialog_Nx94z.wcl-isBottomSticked--middle_CfJjW {
    height: fit-content !important;
    border-radius: 10px;
    width: calc(100% - 30px);
  }
  .seoAdWrapper {
    position: relative;
    z-index: 22222;
  }
}

.wcl-bar_myS-3 {
  min-height: 50px;
}

.the-article-author {
  position: relative;
  text-align: right;
  margin-bottom: 16px;
  width: 100%;
}
.tag-author {
  display: inline-block;
  font-size: 15px;
}
.fsNewsArticle__content a.name-author {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-combination-2);
  text-decoration: none;
}
.name-source {
  display: inline-block;
}
.link-source {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 16px;
}
.link-source-content {
  display: none;
  position: absolute;
  font-size: 11px;
  color: #fff;
  padding-bottom: 10px;
  right: 0;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  bottom: 0;
}
.bg_link {
  width: 270px;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
  border-radius: 3px;
  float: left;
  position: relative;
  top: 18px;
}
.link-source-detail {
  float: left;
  width: 100%;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: -6px;
  right: 16px;
}
.link-btn:hover .link-source-content {
  display: block;
}
.link-source-title {
  float: left;
  padding: 5px 0;
  display: inline-block;
}
.link-source-copy {
  float: right;
  cursor: pointer;
  padding: 5px 0;
  display: inline-block;
}
.link-source-copy:hover {
  cursor: pointer;
}
.fsNewsArticle p.emb-bdp {
  width: 80%;
  margin: 0 auto 18px;
  padding-bottom: 45%;
  position: relative;
}

.emb-bdp iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 639px) {
  .responsive .container__mainInner {
    grid-template:
      " myMenu liveTable bannerZone" 1fr
      " sideMenu liveTable bannerZone" auto / auto minmax(0, 1fr) auto !important;
  }
  .wcl-wrapper_OlIBf {
    border-radius: 0px;
  }
  footer .selfPromo__boxTitle {
    margin: 25px 0 12px;
  }
}

/* start style box nhan dinh  */
.grid-container {
  display: grid;
  grid-template: ". mainContent ." minmax(auto, 1fr) / var(--width-spacer) minmax(0, 1fr) var(--width-spacer);
  padding: 20px 0 0;
  --width-spacer: 15px;
}

.container-title {
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: -10px;
  width: fit-content;
}

body.theme--dark .container-title {
  color: #fff;
}

body:not(theme--dark) .container-title {
  color: #011e28;
}

.container-title:hover {
  color: #d70e1a !important;
}

@media (max-width: 639px) {
  .grid-container {
    padding: 10px 0 !important;
  }
}

body.theme--dark .mainContent {
  grid-area: mainContent;
  background-color: #00141e;
  /* padding: 28px; */
  border-radius: 5px;
}

body:not(theme--dark) .mainContent {
  grid-area: mainContent;
  background-color: #fff;
  padding: 28px;
  border-radius: 5px;
}

@media (max-width: 639px) {
  .mainContent h2 {
    padding: 0 12px;
  }
}

@media (max-width: 639px) {
  .mainContent {
    grid-area: mainContent;
    background-color: #00141e;
    padding: 15px 0;
    border-radius: 5px;
  }
}

.mainContent__content {
  /* padding: 24px 0 0px 0; */
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 0 30px;
}

@media (max-width: 639px) {
  .mainContent__content {
    grid-template-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
    padding: 14px 12px 0px 12px;
  }
}

.mainContent__content .list-post {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -10px;
}

.mainContent__content .list-post .list-post__item {
  border-bottom: solid 1px #e6e6e6;
  padding: 12px 0;
}

body:not(theme--dark) .mainContent__content .list-post .list-post__item .date {
  color: #4f4f4f;
  margin: 0;
}

body.theme--dark .mainContent__content .list-post .list-post__item .date {
  margin: 0;
  color: #fff;
}

body.theme--dark .mainContent__content .list-post .list-post__item .title-link {
  color: #fff;
}

body:not(theme--dark) .mainContent__content .list-post .list-post__item .title-link {
  color: #222222;
}
body .mainContent__content .list-post .list-post__item .title-link {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mainContent__content .list-post .list-post__item .title-link:hover {
  color: #cf1f2b !important;
}

.mainContent__content .list-post .list-post__item:first-child {
  padding-top: 0;
  display: flex;
  flex-flow: column;
  gap: 12px 0;
  margin-top: 5px;
}

.mainContent__content .list-post .list-post__item:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}

.mainContent__content .image-box {
  overflow: hidden;
  border-radius: 5px;
}
body.theme--dark .footerContainer,
body.theme--dark .selfPromo {
  background: #00141e;
}
body.theme--dark .footer__block {
  background-color: #010a0f;
}
body.theme--dark .mainContent__content .image-box img,
body:not(theme--dark) .mainContent__content .image-box img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
}
.badge-vip-post {
  display: inline-block;
  padding: 0.2em 0.2em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #dc3545 !important;
  color: #fff !important;
  font-size: 11px !important;
  vertical-align: middle;
}
.section__mainTitle a {
  color: var(--color-combination-2);
}
@media (max-width: 639px) {
  body:note(theme--dark) .mainContent__content .image-box img,
  body.theme--dark .mainContent__content .image-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .mainContent__content .image-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }
}

body.theme--dark .mainContent__content .title {
  color: #00141e;
}

body:not(theme--dark) .mainContent__content .title {
  color: #fff;
  font-size: 20px !important;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}

.mainContent__content .description {
  margin-top: 4px;
}

.mainContent__content .description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0;
}

body.theme--dark .mainContent__content .description {
  color: #fff;
  /* 125% */
}

body:not(theme--dark) .mainContent__content .description {
  color: #4f4f4f;
}

body:not(theme--dark) .mainContent__content .list-post {
  color: #fff;
}

body.theme--dark .mainContent__content .list-post {
  color: #00141e;
}

@media (max-width: 600px) {
  .grid-container {
    grid-template: "mainContent" 1fr / 1fr;
    padding: 10px;
    --width-spacer: 10px;
    /* Giảm khoảng cách trên màn hình nhỏ */
  }
  body:not(theme--dark) .mainContent {
    padding: 15px 0px;
  }
}
/* end style box nhan dinh  */

/* fix content  details */
.fsNewsArticle__content table {
  color: #000;
  margin-bottom: 1em;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
}
.fsNewsArticle__content table td {
  border-left: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 5px;
}
.fsNewsArticle__content table td p {
  margin-bottom: 0;
}
/* end content  details */

/* style header  */
.header {
  position: relative;
  z-index: 4;
}

body .dialog-box {
  background-color: #fff;
  align-content: start;
  border-radius: 12px;
  display: grid;
  grid-auto-flow: row;
  z-index: 999;
  position: absolute;
  top: 70px;
  right: -20px;
  width: 210px;
  transform: translateX(-50%);
  overflow: hidden;
  @media screen and (max-width: 639px) {
    top: 45px;
    right: -53px;
  }
}
.fsNewsSection__mostRead .wcl-news-heading-09_HXtNf {
  line-height: 150%;
  margin-bottom: 0;
}
.fsNewsSection__mostRead .wcl-picture_4hHfP {
  aspect-ratio: 48 / 29 !important;
}
body.theme--dark .dialog-box {
  background-color: #010a0f;
}

.list {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding: 8px 0px;
}

body.theme--dark .dialog-box .list__item {
  padding: 10px 30px;
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

body:not(theme--dark) .dialog-box .list__item {
  padding: 10px 30px;
  color: #010a0f;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  cursor: pointer;
}

.list__item p {
  display: flex;
  align-items: center;
  gap: 0 14px;
  justify-content: space-between;
  margin: 3px 0;
}

body.theme--dark .dialog-box .list__item:hover {
  background-color: #011e28;
}

body:not(theme--dark) .dialog-box .list__item:hover,
body:not(theme--dark) .dialog-box .list__item:hover button {
  background-color: #011e28;
  color: #fff;
}

form {
  margin: 0;
}

.btn-logout {
  width: 100%;
  background-color: transparent;
  padding: 0;
  border: unset;
  cursor: pointer;
  display: flex;
  gap: 0 15px;
  justify-content: flex-start !important;
}

/* body:not(theme--dark) .btn-logout:hover {
  color: #fff;
} */

body:not(theme--dark) .btn-logout {
  color: #0f2d37;
}

body.theme--dark .btn-logout {
  color: #fff;
}
/* end style header  */

/* =============== CSS Lịch thi đấu ================= */
.hide-w,
.uni-score,
.cup-tags,
.view-more,
.tab-pane,
.fx-cup .tx-base {
  display: none;
}

.tab-pane.active {
  display: block;
}
.home-score {
  width: 300px;
  padding: 0px;
  border-radius: 5px;
  background: #fff;
}
.home-score table {
  border-spacing: 0;
  width: 100%;
}
.home-score img {
  width: 20px;
}
.tabber .tab-lst ul li {
  list-style: none;
  font-weight: 700;
  color: var(--color-combination-2);
  font-family: "Merriweather";
  font-size: 18px;
}
table tr.mch-inf td {
  border-bottom: solid 1px #f5f5f5;
}
table tr.mch-inf td:first-child {
  padding-left: 3px;
}
table tr.mch-inf td:last-child {
  padding-left: 3px;
}
.tabber .tab-lst ul li:hover {
  cursor: pointer;
}
.tabber .tab-lst ul li.active {
  color: red;
}
.tabber .tab-lst ul {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: space-around;
  /* background: #eeeeee; */
  margin: 0;
  padding: 10px 0px;
}
.fixture.scrl-y {
  overflow-y: auto;
}
.tx-score-blk {
  color: #1b5e20 !important;
}
.fx-cup a b {
  background: #e8f5e9;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 5px 0px;
}

.fx-cup a b img {
  margin-right: 6px;
}
.home-score .date {
  padding: 8px 0px;
  color: #7a7a7a;
  background: #f5f5f5;
  font-family: "Arial";
  font-weight: 300;
  font-size: 15px;
}
.tx-score-blk.all-cap {
  text-decoration: none;
}
#tblScore .time,
#tblResult .time {
  font-weight: 700;
}

#tblResult .rn-cup,
#tblScore .rn-cup{
  padding-top: 10px;
}

#tblResult .home,
#tblResult .away,
#tblScore .home,
#tblScore .away {
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
#tblResult .play {
  max-width: 40px;
  font-family: "Arial";
  font-weight: 300;
  padding-left: 8px;
}
#tblScore .home img,
#tblScore .away img,
#tblResult .home img,
#tblResult .away img {
  clear: both;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
}

#tblRank {
  width: 100%;
  border: solid 1px #eaeaea;
  padding-left: 4px;
}
#tblRank thead th {
  font-size: 15px;
  font-weight: normal;
}
#tblRank tr th {
  border-bottom: solid 1px #b6b6b6;
  padding: 5px 0px;
}
#tblRank tr td {
  border-bottom: solid 2px #eaeaea;
  padding: 5px 0px;
  font-family: "Arial";
  font-weight: 300;
  font-size: 14px;
}
#tblRank tr td:nth-child(3),
#tblRank tr td:nth-child(4),
#tblRank tr td:nth-child(5) {
  background: #f5f5f5;
  width: 30px;
  text-align: center;
}
#tblRank .tea {
  width: 70px;
}
#tblRank .team img {
  /* display: none; */
  width: 18px;
  margin-right: 3px;
}
#fixture .scrl-y,
.ranking.scrl-y {
  overflow: auto;
}

.fixture.scrl-y::-webkit-scrollbar,
.ranking.scrl-y::-webkit-scrollbar {
  display: none;
}
.fixture.scrl-y::-webkit-scrollbar-thumb,
.ranking.scrl-y::-webkit-scrollbar-thumb {
  display: none;
}

body.theme--dark .tabber .tab-lst ul {
  background: #010a0f;
}
body.theme--dark .home-score {
  background: #00141e;
  color: #fff;
}
body.theme--dark .home-score .date {
  background: #061d29;
}
body.theme--dark table tr.mch-inf td {
  border-bottom: solid 1px #061d29;
}
body.theme--dark .fx-cup a b {
  background: #044f75;
  color: #fff;
}
body.theme--dark .wcl-headlineWrapper_-LgAT .description {
  color: #b1b1b1;
}
body.theme--dark .selfPromo__box--apps .selfPromo__boxContent {
  color: #555e61;
}
body.theme--dark #tblRank tr td:nth-child(3),
body.theme--dark #tblRank tr td:nth-child(4),
body.theme--dark #tblRank tr td:nth-child(5) {
  background: #071f2b;
}
/* =============== CSS Lịch thi đấu ================= */
figcaption {
  font-size: 15px;
  font-style: italic;
  color: #575757;
 text-align: center;
}
figure{
  margin: 0;
  margin-bottom: 1em;
}
.fsNewsArticle h2,
.fsNewsArticle h3{
  font-size: 20px !important;
}
@media screen and (max-width: 639px) {
  
  .wcl-largeSub_ZVAN9 .wcl-newsArticleImage_8svi- {
    max-width: 45%;
    min-width: 135px;
  }
  .wcl-medium_ix1a7 .wcl-newsArticleImage_8svi- {
    max-width: 45%;
    min-width: 135px;
  }
  .wcl-largeSub_ZVAN9 .wcl-headlineWrapper_-LgAT,
  .wcl-medium_ix1a7 .wcl-headlineWrapper_-LgAT {
    width: 55%;
  }
  body .fsNewsSection__mostRead,
  body .fsNewsSection__mostRecent,
  body .fsNewsSection__noTopped,
  body .fsNewsSection__topped,
  body .fsNewsSection__toppedShort {
    gap: 15px;
  }
  body .fsNewsSection__noTopped.fsNewsSection__mostRecent {
    gap: 12px;
  }
}
