/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/
/* Scroll mượt */


:root {
  --color-red: #943D4A;
  --color-red1: #B00000;
  --color-blue: #1155ccff;
  --color-yellow: #d0a900ff;
  --color-white: #FFFFFF;
  --color-black: #111111;
  --color-blue1: #004CA0;

  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
}

.swiper-wrapper {
    width: 100vw!important;
}

.onepage-menu {
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    gap: 70px;
}

.onepage-menu ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.onepage-menu li {
    margin: 0;
}

.onepage-menu a {
    text-decoration: none;
    color: var(--color-black);
    font-weight: 500;
    padding: 5px 10px;
    transition: color 0.3s;
    font-size: 15px;
}

.onepage-menu ul {
    flex-wrap: wrap;
}

/* Section styling cơ bản */
.site-main section {
    padding: 80px 20px;
    border-bottom: 1px solid var(--color-white);
}

.site-main section h2 {
    margin-bottom: 20px;
}


/* HEADER */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: var(--color-white);
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

body {
    padding-top: 60px; /* tạo khoảng cách cho content, tránh bị che header */
}
/* END HEADER */


/* ===============BANNER */

.banner-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banner-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.banner-item {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.logo img {
    width: 73px;
    height: 73px;
}

.logo {
    display: inline-block;
}

.lang-switcher {
    margin-left: 20px;
    list-style: none;
    font-weight: 400;
    display: inline-flex;
}

.content-menu {
    display: inline-flex;
    align-items: center;
}

.main-menu-item:hover {
    color: var(--color-red);
    display: inline-block;
    transform: translateY(-8px);
    transition: 1s;
}

.live-icons {
    display: flex;
    width: 117px;
    background-color: var(--color-red);
    justify-content: center;
    padding: 5px 0;
    margin-right: 50px;
}

.live-icons .live-icon {
    width: 36px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.section-text-title {
    background-color: var(--color-red);
    color: var(--color-white);
    width: 768px;
    height: 130px;
    border-radius: 20px;
    margin: auto;
    font-size: 48px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}



.text-right {
    text-align: right!important;
}

.text-left {
    text-align: left!important;
}
/* END BANNER */


/* CSS footer */

.vj-footer {
  background-color: var(--color-white);
    padding: 40px 0 10px;
    border-top: 1px solid #eee;
    font-family: "Arial", sans-serif;
    margin-top: 50px;
}

.vj-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 70px;
}

.vj-footer-left {
  /* min-width: 260px; */
}


.vj-sponsor-list-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vj-footer-logo img {
  width: 80px;
  margin-bottom: 10px;
}

.vj-footer-left h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    color: var(--color-blue);
}

.vj-footer-left p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-black);
    font-weight: var(--font-weight-medium);
    width: 330px;
}

.vj-footer-left a {
  color: var(--color-blue1);
}

.vj-social-icons {
  margin-top: 15px;
}

.vj-social-icons a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 5px;
}

.vj-footer-right {
  flex: 1.5;
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.vj-sponsor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
}

.vj-sponsor {
  width: 233px;
  height: 74px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 12px;
 box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.vj-sponsor:hover {
  transform: scale(1.05);
}

.vj-sponsor-logos-item {
    display: flex;
    gap: 10px;
}

.vj-footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 10px;
    font-size: 13px;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    color: #555555;
}

.vj-footer-left .live-icons {
    gap: 20px;
}

.vj-sponsor-logos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.vj-sponsor-list-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* END CSS footer */

/* css lang switch */
.lang-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-red); /* Màu nền đỏ rượu */
    border-radius: 25px;
    padding: 3px;
    width: 70px;
    height: 32px;
    position: relative;
    font-family: 'Arial', sans-serif;
    min-width: 70px;
}

.lang-switcher {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.lang-switcher li {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
}

/* Viền ngăn cách giữa 2 nút */
.lang-switcher li:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.lang-switcher li:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

/* Nút active */
.lang-switcher li.current-lang {
    background-color: #fff;
    color: #7b1c28;
    border-radius: 25px;
    z-index: 3;
    transition: all 0.3s ease;
}

/* Ẩn link mặc định và dùng toàn bộ li để click */
.lang-switcher li a {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    line-height: 26px;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: -10px;
    display: inline-block;
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
}

/* end css lang switch */

.toogle-icon {
    display: none;
}

.san-mobile {
    display: none;
}

.tournament-info .info-block:last-child {
    border-bottom: none;
}

.title-section-footer {
    font-size: 24px;
    font-weight: var(--font-weight-bold);
    color: var(--color-blue);
    text-align: center;
}


.vj-sponsor img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* css mobile  */
@media (max-width: 1024px) {
    body {
        padding-top: 0;
    }
    .site-header {
        position: absolute;
        top: 0;
        left: 0;
        background-color: unset;
    }

    .site-header .live-icons {
        display: none;
    }
/* 
    main {
        overflow: hidden;
    } */

    .onepage-menu {
        position: fixed;
        height: 90px;
        padding: 0;
        background-color: #ffffffad;
        justify-content: space-between;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .content-menu.active {
        display: inline-flex;
        align-items: center;
        display: inline-block;
        height: 186px;
        background-color: var(--color-red);
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 90px;
    }

    .lang-toggle {
        position: absolute;
        top: 22px;
        right: 100px;
    }

    .onepage-menu .menu-ul li {
        margin: 0;
        display: inline-block;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .onepage-menu .menu-ul li:first-child {
        padding-top: 20px;
    }

    .onepage-menu ul.menu-ul {
        width: 100vw;
        position: absolute;
        top: 90px;
        left: 0;
        background-color: var(--color-red);
        display: none;
    }

    .onepage-menu.active ul.menu-ul {
        display: inline-block;
    }

    .menu-ul li a {
        color: var(--color-white)
    }

    .onepage-menu.active .toogle-icon.open {
        display: none;
    }

    .onepage-menu .toogle-icon.open {
        display: inline-block;
    }

    .onepage-menu .toogle-icon.close {
        display: none;
    }

    .onepage-menu.active .toogle-icon.close {
        display: inline-block;
    }

    .toogle-icon {
        width: 40px;
        height: 40px;
        position: absolute;
        top: calc(50% - 20px);
        right: 40px;
        text-align: center;
        font-size: 25px;
        font-weight: var(--font-weight-medium);
        color: var(--color-red);
        cursor: pointer;
    }

    .logo {
        position: absolute;
    }

    .tournament-image-bottom {
        display: none;
    }

    .tournament-image img {
        width: 251px;
        height: 255px;
    }

    .tournament-image.image-top {
        margin-left: calc(50% - 125.5px);
    }

    .tournament-container {
        flex-direction: column;
    }

    .tournament-title {
        width: unset;
        font-size: 24px;
    }

    .info-block:hover .elementor-icon-box-wrapper::before, .info-block:hover .elementor-icon-box-content::before, .info-block:hover .elementor-icon-box-content::after {
        width: 123%;
    }

    .elementor-icon-box-wrapper::before {
        left: -63px;
            background-color: #810000;
    }

    .elementor-icon-box-content::before {
        left: 10%;
    }

    .elementor-icon-box-content::after {
        left: -4%;
    }

    .banner-text {
        font-size: 48px;
        width: 100vw;
        margin-left: unset;
        top: 83px;
    }

    .banner-images .image {
        aspect-ratio: 4 / 11;
        height: unset;
    }

    .site-main {
        overflow: unset;
    }

    .thu-ngo-wrapper {
        max-width: unset;
        width: unset;
    }

    /*.dvdh-wrapper {*/
    /*    background-image: url('assets/images/bg-red.png')!important;*/
    /*    background-size: cover;*/
    /*}*/

    .dvdh-group {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80%;
        gap: 10px;
        margin-bottom: 20px;
    }

    .dvdh-wrapper h2  {
        font-size: 20px;
        padding-top: 5px;
    }

    .dvdh-group-ntt {
        display: none;
    }

    .dvdh-group-ntt-name {
        font-size: 20px;
        text-align: center;
    }
    
    .dvdh-group.index-0 {
        margin-top: 70px;
    }

    .dvdh-group.index-0 .dvdh-logo,
    .dvdh-group.index-1 .dvdh-logo,
    .dvdh-group.index-2 .dvdh-logo,
    .dvdh-group.index-3 .dvdh-logo
     {
        width: calc(50% - 10px);
        height: 53px;
        box-sizing: border-box;
        width: 143.28px;
        height: 53.07px;
    }

    .dvdh-logos {
        gap: 10px;
        width: 100%;
    }

    .football-teams-container .section-text-title {
        background: none;
        color: var(--color-red);
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 20px;
        height: unset;
    }

    .tournament-group {
        flex-direction: column;
    }

    .team-list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .vertical-text {
        transform: translateY(10px);
        color: var(--color-white);
    }

    .group-card {
        margin-left: unset
    }

    .group-card {
        width: 100%;
        padding-bottom: 20px;
    }

    .team-item {
        width: calc(50% - 20px);
        height: 160px;
    }

    .team-logo {
        width: 100%;
        box-shadow: unset;
    }

    .bang-name-wapper {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--color-red);
        width: 100%;

    }

    .team-tile {
        border-radius: 0;
    }

    .football-matches .matches-title {
        width: 60%;
        width: 60%;
        font-size: 16px;
        height: 39px;
        margin-bottom: 0;
        transform: translateY(-15px);


    }

    .maths-result {
        margin-top: 0px;
        padding-bottom: 50px;
    }

    .football-matches {
        text-align: center;
        margin: 10px auto;
        width: calc(100% - 20px);
                position: relative;
    }

    .matches-tab {
        font-size: 14px;
        width: unset;
        height: unset;
        margin: 0
    }

    .matches-day td {
        font-size: 12px;
    }

    .matches-content {
        padding: 5px 5px 50px 5px;
    }

    .match-score {
        min-width: 60px;
        display: inline-block;
        padding-top: 20px!important;
    }

    .matches-day th {
        font-size: 14px;
    }

    .wst-title {
        font-size: 20px;
        color: var(--color-red)
    }

    .wst-report-btn {
        font-size: 15px;
    }

    .wst-item {
        /* aspect-ratio: 4 / 3; */
        height: unset;
    }

    .wst-timeline {
        width: calc(100% - 20px);
     }

    .wst-item-left {
        font-size: 15px;
    }

    .vj-footer-content {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .vj-sponsor-logos {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .vj-sponsor-group {
        width: 100%;
    }

    .vj-sponsor {
        width: calc(50% - 10px);
        width: 174.56px;
        height: 55.86px;
    }

    .vj-sponsor-list {
        display: inline-block;
    }

    .vj-footer-right {
        margin-top: 0;
        width: 100%;
    }

    .vj-sponsor-list-right {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .vj-footer-left {
        width: 100%;
        position: relative;
    }

.san-mobile {
        display: inline-block;
        color: var(--color-red);
        font-size: 14px;
        font-weight: var(--font-weight-bold);
        position: absolute;
        top: 86px;
        right: 5px;
}

    .san-td {
        display: none;
    }

    .vj-footer-logo,
    .vj-footer-left h3,
    .contact-content {
        text-align: center;
    }

    .vj-footer-left .live-icons {
        position: absolute;
        top: 90px;
        left: calc(50% - 58px);
    }

    .vj-footer-logo {
        margin-bottom: 70px;
    }

    .vj-footer-left h3 {
        color: var(--color-red)
    }

    .vj-footer-left p {
        width: unset;
    }

    .tournament-section {
        padding-top: 40px!important;
    }

    .tournament-info .info-block:last-child {
        margin-bottom: 0;
    }

    .tournament-banner .logo {
        display: inline-block;
        margin-left: calc(50% - 36.5px);
        margin-top: 10px;
    }

    .thu-ngo-title {
        height: 43px;
        border-radius: 0;
        background-color: var(--color-red);
        font-size: 20px;
        padding-top: 10px;
    }

    .thu-ngo-thumb img {
        width: 150px;
        height: 150px;
    }

    .thu-ngo-info {
        margin: auto;
    }

    .thu-ngo-content {
        text-align: justify;
        margin-top: 0;
        padding: 0;
    }

    .thu-ngo-content .quote {
        width: 20px;
        height: 20px;
    }

    .line-red-top {
        width: calc(100% - 27px);
        margin-left: 27px;
        transform: translateY(-2px);
    }

    .line-red-bottom {
        width: calc(100% - 27px);
        margin-right: 27px;
        transform: translateY(-2px);
    }

    .title-section-footer {
        color: var(--color-red);
    }
}

@media (max-width: 402px) {
    .dvdh-wrapper {
        background-image: url('assets/images/bg-red.png')!important;
        background-size: contain;
    }
}

@media (max-width: 767px) {
    .dvdh-logos {
        justify-content: center;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .dvdh-wrapper h2 {
      padding-top: 20px;
  }
  
  .banner-text {
      top: 200px;
  }
      .tournament-banner .logo {
          margin-top: 110px;
      }
}

@media (min-width: 1032px) and (max-width: 1339px) {
  .football-matches {
    width: 80%;
  }
}

@media (min-width: 1520px) {
  .dvdh-wrapper {
    background-size: cover;
  }
}


/* end css mobile  */