.container, .base-container {
  width: 100%;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .container, .base-container {
    padding: 0 1.2rem;
  }
}
@media (min-width: 1280px) {
  .container, .base-container {
    max-width: 117rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .mb-container {
    padding: 0 !important;
  }
}

.page-grid {
  display: grid;
  grid-template-columns: auto 37.7rem;
  grid-gap: 0;
  padding-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .page-grid {
    grid-template-columns: 100%;
    border-top: none;
    padding-top: 0;
  }
}

.page-items-right {
  padding-left: 2rem;
  border-left: 1px solid #DADACB;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .page-items-right {
    padding-left: 0;
    border-left: none;
    position: unset;
  }
}

.sticky-position {
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}
@media screen and (max-width: 1024px) {
  .sticky-position {
    position: unset;
  }
}

.page-main-items {
  padding-right: 2rem;
}
@media screen and (max-width: 1024px) {
  .page-main-items {
    padding-right: 0;
  }
}

.page-main {
  margin-bottom: 2rem;
}

.wc-main, .wc-page-main {
  padding-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .wc-main, .wc-page-main {
    padding-top: 2rem;
  }
}

.overflow-page {
  overflow: hidden;
}

body {
  background: #EEEEE4 !important;
}

html, body {
  overflow-x: unset;
}

/*:root {
    --column : 12;
    --padding-col : 0 1.5rem;
}*/
textarea, input[type]:not([type=number]):not([type=button]):not([type=search]) {
  outline: none;
}
textarea::placeholder, input[type]:not([type=number]):not([type=button]):not([type=search])::placeholder {
  color: #828282;
}
@media screen and (max-width: 1024px) {
  textarea::placeholder, input[type]:not([type=number]):not([type=button]):not([type=search])::placeholder {
    font-size: 1.6rem;
  }
}
textarea:-ms-input-placeholder, input[type]:not([type=number]):not([type=button]):not([type=search]):-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
textarea::-ms-input-placeholder, input[type]:not([type=number]):not([type=button]):not([type=search])::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/*:root {
    --column : 12;
    --padding-col : 0 1.5rem;
}*/
.logo {
  width: 12rem;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .logo {
    position: absolute;
    height: 5.3rem;
    left: 50%;
    margin-left: -6rem;
  }
}

.header {
  background-color: #FFFDF9;
}
.header .header-controls {
  padding: 0.8rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .header .header-controls {
    border-bottom: none;
    height: 7rem;
  }
}
.header .header-controls .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .header-controls .container {
    position: relative;
  }
}
.header .header-controls .container .banner-euro-desktop, .header .header-controls .container .skeleton-desktop {
  position: absolute;
  left: 240px;
  top: -8px;
}
@media screen and (max-width: 1024px) {
  .header .header-controls .container .banner-euro-desktop, .header .header-controls .container .skeleton-desktop {
    display: none;
  }
}
.header .header-controls .container .banner-euro-desktop img, .header .header-controls .container .skeleton-desktop img {
  display: block;
}
.header .header-controls .container .skeleton-banner-euro-desktop {
  width: 32rem;
  height: 7rem;
}
@media screen and (max-width: 1024px) {
  .header .header-controls .container .skeleton-banner-euro-desktop {
    display: none;
  }
}
.header .header-controls .header-auth-provider {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 8px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider .search-desktop {
    display: none;
  }
}
.header .header-controls .header-auth-provider .search-desktop form {
  position: relative;
}
.header .header-controls .header-auth-provider .search-desktop form .search-box {
  height: 3.2rem;
  line-height: 3.2rem;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  padding: 0 2rem 0 3.5rem;
}
.header .header-controls .header-auth-provider .auth-input {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider .auth-input {
    justify-self: flex-end;
  }
}
.header .header-controls .header-auth-provider .auth-input .item {
  font-weight: 600;
  line-height: 1.7rem;
  color: #222;
  text-decoration: none;
  padding-right: 0.4rem;
}
.header .header-controls .header-auth-provider .auth-input .auth-provider {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.2rem;
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider .auth-input .auth-provider {
    padding: 0;
  }
}
.header .header-controls .header-auth-provider .auth-input .auth-provider .avatar-user {
  width: 3rem;
  height: 3rem;
  background: #e5e5e5;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  margin: 0 0.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header .header-controls .header-auth-provider .auth-input .auth-provider .avatar-user img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header .header-controls .header-auth-provider .auth-input .auth-provider .auth-displayname {
  position: relative;
  padding-right: 0.8rem;
}
.header .header-controls .header-auth-provider .auth-input .auth-provider .auth-displayname:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #757575;
  position: absolute;
  top: 1rem;
  right: 0;
  content: "";
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider .auth-input .auth-provider .auth-displayname:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider .auth-input .auth-provider .auth-displayname .display-user {
    display: none;
  }
}
.header .header-controls .header-auth-provider .auth-input .box-auth {
  display: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 1.2rem 1.2rem 0 1.2rem;
  background: #FFFDF9;
  position: absolute;
  width: 24rem;
  top: 4.8rem;
  z-index: 99999;
  border: 1px solid #e5e5e5;
  right: 0;
}
.header .header-controls .header-auth-provider .auth-input .box-auth:before {
  width: 1.5rem;
  height: 1.5rem;
  border: solid #e5e5e5;
  border-width: 0 1px 1px 0;
  content: "";
  position: absolute;
  top: -0.9rem;
  right: 2.3rem;
  background: #fff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider .auth-input .box-auth {
    right: 0;
  }
}
.header .header-controls .header-auth-provider .auth-input .box-auth .info-user {
  border-bottom: 1px solid #e5e5e5;
}
.header .header-controls .header-auth-provider .auth-input .box-auth .info-user .item {
  padding: 1rem 0;
  display: block;
  font-weight: normal;
}
.header .header-controls .header-auth-provider .auth-input .box-auth .info-user .item .icon-logout {
  font-weight: bold;
  margin-left: 6px;
}
.header .header-controls .header-auth-provider .auth-input .box-auth .info-user .item:hover {
  color: #087CCE;
}
.header .header-controls .header-auth-provider .auth-input .box-auth .info-user:last-child {
  border-bottom: none;
}
.header .header-controls .header-auth-provider .auth-input .box-auth .auth-provider .auth-displayname:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider .auth-input .box-auth .auth-provider .display-user {
    display: block;
  }
}
.header .header-controls .header-auth-provider .auth-input .box-auth .auth-provider .avatar-user {
  width: 4.8rem;
  height: 4.8rem;
}
.header .header-controls .header-auth-provider .auth-input .active-box-auth {
  display: block;
}
.header .header-controls .header-auth-provider .item-control {
  margin-right: 1.5rem;
}
.header .header-controls .header-auth-provider .item-control:last-child {
  margin-right: 0;
}
.header .header-controls .header-auth-provider .islogin-user {
  display: block;
}
.header .header-controls .header-auth-provider .notification-auth {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header-controls .header-auth-provider .notification-auth {
    position: absolute;
    top: 2.2rem;
    z-index: 99;
    right: 5rem;
  }
}
.header .header-controls .header-auth-provider .notification-auth .bell {
  position: relative;
}
.header .header-controls .header-auth-provider .notification-auth .bell .auth-bell {
  text-decoration: none;
}
.header .header-controls .header-auth-provider .notification-auth .bell .icon-bell:before {
  font-size: 1.5rem;
}
.header .header-controls .header-auth-provider .notification-auth .bell .number-bell {
  text-decoration: none;
  background: #222;
  width: 2rem;
  height: 1.4rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 11px;
  position: absolute;
  top: -0.7rem;
  left: 0.5rem;
}

.child-mobile-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .child-mobile-menu {
    width: 100%;
    display: block;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 99;
  }
}
.child-mobile-menu .icon-arrow {
  display: block;
  width: 5rem;
  height: 3rem;
  background: url(../../images/icon/arrow.svg) no-repeat;
  background-position: 2px;
  position: absolute;
  top: 0.7rem;
  right: 0;
}
.child-mobile-menu .main-child-menu {
  display: flex;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  height: 4rem;
  background: #FFFDF9;
  padding: 0;
  overflow-x: overlay;
  overflow-y: hidden;
  white-space: nowrap;
  list-style: none;
}
.child-mobile-menu .main-child-menu::-webkit-scrollbar {
  display: none;
}
.child-mobile-menu .main-child-menu li:last-of-type {
  padding-right: 3rem;
}
.child-mobile-menu .main-child-menu li img {
  width: 9rem;
  display: block;
  max-width: inherit;
}
.child-mobile-menu .main-child-menu li a {
  display: block;
  text-decoration: none;
  color: #4f4f4f;
  padding: 0 1.2rem;
  font-weight: bold;
}
.child-mobile-menu .main-child-menu li a [class*=icon-] {
  font-size: 2rem;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.child-mobile-menu .main-child-menu li a.active {
  color: #F12F19;
}
.child-mobile-menu .multilv-menu-mobile li {
  position: relative;
  padding: 0 1.2rem;
}
.child-mobile-menu .multilv-menu-mobile li:before {
  content: "";
  display: block;
  background: #929292;
  width: 0.1rem;
  height: 1.2rem;
  position: absolute;
  transform: rotate(20deg);
  right: 0px;
  top: 5px;
}
.child-mobile-menu .multilv-menu-mobile li:last-of-type {
  padding-right: 0;
}
.child-mobile-menu .multilv-menu-mobile li:last-of-type:before {
  display: none;
}
.child-mobile-menu .multilv-menu-mobile li a {
  padding: 0;
}

.menu-select {
  display: flex;
  align-items: center;
}
.menu-select select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTc1IDcuMTU4MkwxMCAxMC45NzQ5TDEzLjgyNSA3LjE1ODJMMTUgOC4zMzMyTDEwIDEzLjMzMzJMNSA4LjMzMzJMNi4xNzUgNy4xNTgyWiIgZmlsbD0iIzZENkQ2RCIvPgo8L3N2Zz4K");
  background-position: 2px;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2rem;
  font-size: 0;
}
.menu-select select option {
  color: #222;
  font-weight: 400;
  padding: 0 15px;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .menu-select.single-select-menu {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-select.single-select-menu a {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    color: #F12F19;
  }
}
.menu-select.single-select-menu select {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzkyNSA3Ljg3NUwxMSAxMi4wNzMzTDE1LjIwNzUgNy44NzVMMTYuNSA5LjE2NzVMMTEgMTQuNjY3NUw1LjUgOS4xNjc1TDYuNzkyNSA3Ljg3NVoiIGZpbGw9IiNGMTJGMTkiLz4KPC9zdmc+Cg==");
}
@media screen and (max-width: 1024px) {
  .menu-select.active a {
    color: #F12F19 !important;
  }
}
@media screen and (max-width: 1024px) {
  .menu-select.active select {
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTc1IDcuMTU4MkwxMCAxMC45NzQ5TDEzLjgyNSA3LjE1ODJMMTUgOC4zMzMyTDEwIDEzLjMzMzJMNSA4LjMzMzJMNi4xNzUgNy4xNTgyWiIgZmlsbD0iI0YxMkYxOSIvPgo8L3N2Zz4K");
  }
}

.top-header {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #FFFDF9;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  z-index: 99;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .top-header {
    display: none;
  }
}
.top-header .group-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .top-header .group-menu {
    z-index: 1;
  }
}
.top-header .group-menu .nav-menu {
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .top-header .group-menu .nav-menu {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu {
    padding-top: 4.6rem;
    padding-bottom: 4rem;
    overflow: auto;
    height: auto !important;
  }
}
.top-header .group-menu .nav-menu .main-menu {
  position: relative;
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  flex-direction: row;
  height: 4rem;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu {
    position: unset;
    margin: 0;
    flex-direction: column;
    height: auto;
    z-index: 999;
    display: none;
    background-color: #FFFDF9;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: inherit;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 1.2rem;
  }
}
.top-header .group-menu .nav-menu .main-menu .menu-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 5rem;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 50%;
    height: 1px;
    background: #E0E0E0;
    transform: translate(50%, 0);
  }
}
.top-header .group-menu .nav-menu .main-menu .menu-item [class*=icon-] {
  font-size: 2rem;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item [class*=icon-] {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item:first-child a {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item:first-child:after {
    display: none;
  }
}
.top-header .group-menu .nav-menu .main-menu .menu-item:nth-last-child(2) a {
  border: none;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item:nth-last-child(2):after {
    display: none;
  }
}
.top-header .group-menu .nav-menu .main-menu .menu-item .item {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  transition: color 0.2s ease;
  color: #2F2F2F;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item .item {
    padding: 1.5rem 0;
    margin-right: 0;
    display: block;
  }
}
.top-header .group-menu .nav-menu .main-menu .menu-item .item:hover {
  color: #F12F19;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item .item:hover {
    color: inherit;
  }
}
.top-header .group-menu .nav-menu .main-menu .menu-item .active {
  color: #F12F19;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .menu-item .active {
    color: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu .hiden-icon-mobile {
    display: none;
  }
}
.top-header .group-menu .nav-menu .main-menu .hiden-icon-mobile img {
  display: block;
}
.top-header .group-menu .nav-menu .main-menu li {
  position: relative;
}
.top-header .group-menu .nav-menu .main-menu li.has-sub .submenu-button {
  display: none;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 9;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li.has-sub .submenu-button {
    display: block;
    transform: unset;
    top: 14px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li.has-sub .submenu-button.submenu-opened {
    transform: rotate(180deg);
    transition: all 0.3s ease;
  }
}
.top-header .group-menu .nav-menu .main-menu li.has-sub ul {
  list-style: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li.has-sub ul {
    box-shadow: unset;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li.has-sub ul li {
    border-bottom: 1px solid #E0E0E0;
  }
}
.top-header .group-menu .nav-menu .main-menu li.has-sub ul li:hover {
  background: #E8EAEF;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li.has-sub ul li:hover {
    background: unset;
  }
}
.top-header .group-menu .nav-menu .main-menu li.has-sub ul li:last-child {
  border-bottom: none;
}
.top-header .group-menu .nav-menu .main-menu li.has-sub ul li a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  color: #2F2F2F;
  font-weight: 600;
  padding: 0.7rem 2rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li.has-sub ul li a {
    font-weight: 600;
    padding: 1.5rem 0;
    line-height: 1.9rem;
  }
}
.top-header .group-menu .nav-menu .main-menu li.has-sub ul li a:hover {
  color: #F12F19;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li.has-sub ul li a:hover {
    color: inherit;
  }
}
.top-header .group-menu .nav-menu .main-menu li.has-sub ul li > ul {
  position: absolute;
  left: 100%;
  top: -14px;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li.has-sub ul li > ul {
    position: unset;
    left: auto;
    top: auto;
    border-top: 1px solid #E0E0E0;
  }
}
.top-header .group-menu .nav-menu .main-menu li.has-sub:hover > ul {
  visibility: visible !important;
  opacity: 1 !important;
}
.top-header .group-menu .nav-menu .main-menu li ul {
  visibility: hidden;
  position: absolute;
  width: 25rem;
  left: -20px;
  top: 50px;
  background: #FFFDF9;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  opacity: 0;
  padding: 1.3rem 0;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu li ul {
    display: none;
    visibility: unset;
    position: unset;
    opacity: 1;
    background: unset;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
  }
}
.top-header .group-menu .nav-menu .main-menu li ul .submenu-button {
  display: block !important;
}
.top-header .group-menu .nav-menu .active-main-menu {
  display: flex;
}
.top-header .group-menu .nav-menu .active-arrow i:before {
  color: #F12F19;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .active-arrow i:before {
    color: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .active-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .active-nav .main-menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .padding-mobile-none {
    padding: 0 !important;
  }
}

.right-header-section {
  display: none;
}
@media screen and (max-width: 1024px) {
  .right-header-section {
    width: 100%;
    display: block;
    padding: 0 1.2rem;
    background-color: #FFFDF9;
    position: absolute !important;
    top: 0;
    z-index: 99;
    border-bottom: none !important;
  }
}
@media (max-width: 767px) {
  .right-header-section {
    top: 0;
    left: 0;
  }
}

.search-input form {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .search-input form input {
    border: none;
    height: 3.6rem;
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    display: block;
    border-radius: 28px;
    padding: 0 3.2rem 0 4rem;
    background: #FFFDF9;
    border: 1px solid #DADADA;
  }
}
.search-input form .btn-search {
  background: none;
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 1.5rem;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 1024px) {
  .search-input form .btn-search {
    top: 6px;
    left: 12px;
    position: absolute;
  }
}
.search-input form .btn-search .icon-search {
  font-size: 2.4rem;
}
.search-input form .btn-search .icon-search:before {
  color: #4F4F4F;
}

.button-mobile, .button-detail-page {
  width: 2.8rem;
  height: 3rem;
  transform: rotate(0);
  cursor: pointer;
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .button-mobile, .button-detail-page {
    display: block;
    position: absolute;
    top: 2rem;
    left: 1.2rem;
    z-index: 9999;
  }
}
.button-mobile .line-mb, .button-detail-page .line-mb {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 70%;
  background: #081224;
  opacity: 1;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
  border-radius: 1rem;
}
.button-mobile .line-mb:nth-child(1), .button-detail-page .line-mb:nth-child(1) {
  top: 0.8rem;
}
.button-mobile .line-mb:nth-child(2), .button-detail-page .line-mb:nth-child(2) {
  top: 1.4rem;
}
.button-mobile .line-mb:nth-child(3), .button-detail-page .line-mb:nth-child(3) {
  top: 2rem;
}

@media screen and (max-width: 1024px) {
  .button-detail-page {
    position: absolute;
    top: 0.8rem;
  }
}

.open .line-mb:nth-child(1) {
  top: 1.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open .line-mb:nth-child(2) {
  opacity: 0;
  left: -5rem;
}
.open .line-mb:nth-child(3) {
  top: 1.4rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.languages-box {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .languages-box {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .languages-box {
    width: 70px;
  }
}
.languages-box .languages-list {
  list-style: none;
  display: none;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  min-width: 120px;
  border-radius: 4px;
  left: -0.8rem;
  top: 3rem;
  transition: opacity 0.3s;
  z-index: 1000;
}
@media (max-width: 767px) {
  .languages-box .languages-list {
    left: 2.2rem;
  }
}
.languages-box .languages-list .lang-item {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 6px 8px;
}
.languages-box .languages-list .lang-item:hover {
  background-color: #ececec;
}
.languages-box .languages-list.active {
  display: block;
}
.languages-box .flag {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  position: relative;
}
.languages-box .flag-vn {
  background: url(../../images/flag/icon-vn.svg) no-repeat;
}
.languages-box .flag-cn {
  background: url(../../images/flag/icon-cn.svg) no-repeat;
}
.languages-box .flag-en {
  background: url(../../images/flag/icon-en.svg) no-repeat;
}
.languages-box .flag-in {
  background: url(../../images/flag/icon-in.svg) no-repeat;
}
.languages-box .language-select {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 1.3rem;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .languages-box .language-select {
    border-right: none;
    padding-right: 0;
    margin-left: 1rem;
  }
}
.languages-box .language-select:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
  content: "";
  margin-left: 0.4rem;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .languages-box .language-select:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .languages-box .language-select .country {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hidden-body .group-menu, .hidden-body .padding-mobile-none, .hidden-body .top-header, .hidden-body .nav-menu {
    height: 100%;
  }
  .hidden-body .top-header {
    width: 100%;
    z-index: 100;
    display: block;
    overflow: auto;
    height: calc(100vh - 7rem);
    top: 7rem;
    bottom: 0;
    position: fixed;
    z-index: 8;
  }
  .hidden-body .header .child-mobile-menu {
    display: none;
  }
  .hidden-body .header {
    position: fixed;
    z-index: 9;
  }
  .hidden-body .child-mobile-menu {
    position: relative;
    z-index: 8;
  }
}

@media screen and (max-width: 1024px) {
  .active-fixed .header {
    opacity: 0;
  }
}

.hidden-detail {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .hidden-detail .group-menu, .hidden-detail .padding-mobile-none, .hidden-detail .top-header, .hidden-detail .nav-menu {
    height: 100%;
  }
  .hidden-detail .top-header {
    width: 100%;
    z-index: 99999;
    display: block;
    overflow: auto;
    height: calc(100% - 4rem);
    top: 4.4rem !important;
    bottom: 0;
    position: fixed;
  }
  .hidden-detail .header .child-mobile-menu {
    display: none;
  }
  .hidden-detail .singe-page {
    display: none;
  }
  .hidden-detail .child-mobile-menu {
    position: relative;
  }
}

.overflow-modal {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    background: #48041A;
  }
}

.wc-logo {
  margin-right: -2rem;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1024px) {
  .wc-logo {
    display: none !important;
  }
}
.wc-logo a {
  background: #EEEEE4;
  height: 9.5rem;
  display: flex !important;
  align-items: center;
  width: 19rem;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 77% 100%, 23% 100%);
  transition: height 0.5s, polygon 0.5s !important;
}
@media screen and (min-width: 1391px) {
  .wc-logo a {
    width: 23rem;
  }
}
.wc-logo a img {
  display: block;
  margin-top: 0.5rem;
  width: 100px;
  transition: opacity 0.5s ease-in;
}
@media screen and (min-width: 1391px) {
  .wc-logo a img {
    width: 120px;
  }
}
.wc-logo a .logo-scroll-header {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-top: 0.2rem;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.top-header {
  padding: 0;
  background-color: #48041A;
  box-shadow: none;
  display: flex;
  align-items: center;
  height: 7.7rem;
  transition: height 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .top-header {
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 1199px) {
  .top-header.scroll-height {
    height: 5rem;
  }
  .top-header.scroll-height .wc-logo a {
    height: 5rem;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
  }
  .top-header.scroll-height .wc-logo .logo-none-scroll {
    opacity: 0;
    visibility: hidden;
  }
  .top-header.scroll-height .wc-logo .logo-scroll-header {
    opacity: 1;
    visibility: visible;
  }
}
.top-header .group-menu {
  justify-content: center;
}
.top-header .group-menu .nav-menu {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu {
    padding: 0;
    height: 100% !important;
  }
}
.top-header .group-menu .nav-menu .main-menu {
  justify-content: space-evenly;
}
@media screen and (max-width: 1024px) {
  .top-header .group-menu .nav-menu .main-menu {
    background-color: #48041A;
    border-top: 1px solid #C598A7;
    border-bottom: 1px solid #C598A7;
    margin-top: 5rem;
  }
}
.top-header .group-menu .nav-menu .main-menu .menu-item:after {
  background: #C598A7;
}
.top-header .group-menu .nav-menu .main-menu .menu-item .item {
  color: #C598A7;
}
.top-header .group-menu .nav-menu .main-menu .menu-item .item.active {
  color: #fff;
}
.top-header .group-menu .nav-menu .main-menu .menu-item .item:hover {
  color: #fff;
}
.top-header .back-home-page {
  display: block;
  padding-left: 2rem;
  /*width: 20rem;*/
  flex: 1 0 15%;
}
@media screen and (max-width: 1024px) {
  .top-header .back-home-page {
    display: none;
  }
}
.top-header .back-home-page a {
  text-decoration: none;
  color: #C598A7;
  font-size: 1.2rem;
  display: flex;
}
.top-header .back-home-page a i {
  margin-right: 0.5rem;
  font-size: 2rem;
}

.search-input form input {
  border: 1px solid #C598A7;
  outline: none;
  background: transparent;
  box-shadow: none;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50px;
  color: #C598A7;
}
@media screen and (max-width: 1024px) {
  .search-input form input {
    height: 3.6rem;
    width: 100%;
  }
}
.search-input form input::placeholder {
  color: transparent !important;
}
@media screen and (max-width: 1024px) {
  .search-input form input::placeholder {
    color: #C598A7 !important;
  }
}
.search-input form i:before {
  color: #C598A7 !important;
}
.search-input form .btn-search {
  left: 3px !important;
}
@media screen and (max-width: 1024px) {
  .search-input form .btn-search {
    left: 12px !important;
  }
}

.main-child-menu {
  background: #48041A !important;
  border-top: 1px solid #601E33 !important;
  border-bottom: 1px solid #601E33 !important;
}
.main-child-menu li a {
  color: #C598A7 !important;
}
.main-child-menu li a.active {
  color: #fff !important;
}

.right-header-section.hidden-pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .right-header-section.hidden-pc {
    display: block;
    top: 8px;
  }
}
.right-header-section.hidden-mb {
  display: flex;
  align-items: center;
  padding-right: 2rem;
  width: 35rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .right-header-section.hidden-mb {
    display: none;
  }
}
.right-header-section.hidden-mb .auth-login {
  text-decoration: none;
  color: #C598A7;
}
@media screen and (max-width: 1024px) {
  .right-header-section {
    background-color: #48041A;
  }
}

.button-mobile .line-mb {
  background-color: #fff;
}

.header-controls {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-controls {
    display: block;
  }
}
.header-controls .logo {
  position: absolute;
  height: 8rem;
  left: 50%;
  margin-left: -9rem;
  top: -10px;
  background: #EEEEE4;
  /* height: 9.5rem; */
  display: flex !important;
  align-items: center;
  width: 19rem;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}
.header-controls .logo img {
  width: 80%;
  margin: 0 auto;
}

.header-auth-provider {
  list-style: none;
  /*width : 42rem;*/
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-auth-provider .auth-login {
  text-decoration: none;
  color: #C598A7 !important;
  font-weight: 700;
}
.header-auth-provider .item-control {
  margin-right: 1.6rem;
}
.header-auth-provider .item-control:last-child {
  margin-right: 2rem;
}

.languages-box .language-select {
  border-right: none;
  padding-right: 0;
  color: #C598A7;
}
.languages-box .language-select:after {
  border-top: 5px solid #C598A7;
}
.languages-box .languages-list {
  overflow: hidden;
}

.show-on-pc {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .show-on-pc {
    display: none;
  }
}
.show-on-pc .search-input {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  border: 1px solid #C598A7;
  border-radius: 50px;
}
.show-on-pc .search-input form .search-hover {
  width: 20rem;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -1;
}
.show-on-pc .search-input form input {
  width: 100%;
  background: #5C2034;
  padding: 0 0 0 3.5rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: #C598A7;
}
.show-on-pc .search-input form input::placeholder {
  color: #C598A7 !important;
}
.show-on-pc .search-input form .icon-search-hover {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 2.4rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.show-on-pc .search-input:hover form .search-hover {
  z-index: 9;
}
.show-on-pc .search-input:hover form input, .show-on-pc .search-input:hover form .icon-search-hover {
  visibility: visible;
  opacity: 1;
}

.child-mobile-menu .icon-arrow {
  background: url("../../../../../images/worldcup/arrow.svg") no-repeat;
  right: 0;
  width: 3rem;
}

.auth-provider {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .auth-provider {
    padding: 0;
  }
}
.auth-provider .avatar-user {
  width: 3rem;
  height: 3rem;
  background: #8A2745 !important;
  border: 1px solid #A2435F;
  font-weight: bold;
  color: #C598A7 !important;
  border-radius: 50%;
  margin: 0 0.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.auth-provider .avatar-user img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.auth-provider .auth-displayname {
  position: relative;
  padding-right: 0.8rem;
  color: #C598A7;
  font-weight: 700;
}
.auth-provider .auth-displayname:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #C598A7;
  position: absolute;
  top: 10px;
  right: -5px;
  content: "";
  display: none;
}
@media screen and (min-width: 1391px) {
  .auth-provider .auth-displayname:after {
    display: block;
  }
}
.auth-provider .auth-displayname .display-user {
  display: none;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .auth-provider .auth-displayname .display-user {
    display: none;
  }
}
@media screen and (min-width: 1391px) {
  .auth-provider .auth-displayname .display-user {
    display: block;
  }
}

.header-auth-provider .box-auth {
  display: none;
  background: linear-gradient(180deg, #67182B 0%, #470817 100%) !important;
  border: 1px solid #9A576C !important;
  border-radius: 5px !important;
  list-style: none !important;
  padding: 1.6rem 1.6rem 0 !important;
  position: absolute !important;
  width: 24rem !important;
  top: 6.2rem !important;
  z-index: 99999 !important;
  right: 10px !important;
}
.header-auth-provider .box-auth:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-auth-provider .box-auth {
    top: 4.2rem !important;
    right: 0 !important;
  }
}
.header-auth-provider .box-auth .auth-displayname a {
  color: #fff !important;
}
.header-auth-provider .box-auth .info-user {
  border-bottom: 1px solid #9A576C !important;
}
.header-auth-provider .box-auth .info-user .item {
  padding: 1rem 0;
  display: block;
  font-weight: normal;
  color: #fff !important;
  text-decoration: none;
}
.header-auth-provider .box-auth .info-user .item .icon-logout {
  font-weight: bold;
  margin-left: 6px;
}
.header-auth-provider .box-auth .info-user .item:hover {
  color: #9A576C;
}
.header-auth-provider .box-auth .info-user:last-child {
  border-bottom: none !important;
}
.header-auth-provider .box-auth .auth-provider .auth-displayname:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-auth-provider .box-auth .auth-provider .display-user {
    display: block;
  }
}
.header-auth-provider .box-auth .auth-provider .avatar-user {
  width: 4.8rem;
  height: 4.8rem;
}

.active-box-auth {
  display: block;
}

.header-nav-event {
  background: #E8E8D6;
  border: 1px solid #E8E8D6;
  border-radius: 5px;
  width: 5.6rem;
  left: 2rem;
  top: 13.7rem;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .header-nav-event {
    transform: inherit;
    bottom: 0;
    top: auto;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 0;
    padding: 13px 25px 27px 25px;
  }
  .header-nav-event:hover {
    width: 100% !important;
  }
  .header-nav-event.active {
    transform: translateY(100%);
  }
}
.header-nav-event li a {
  padding: 1.8rem 1.2rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .header-nav-event li a {
    padding: 0;
  }
}
.header-nav-event li a:after {
  display: none;
}
.header-nav-event li a span {
  left: 45px;
  margin-left: 0;
  top: 21px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #958288;
  width: 22rem;
}
@media screen and (max-width: 1024px) {
  .header-nav-event li a span {
    display: none;
  }
}
.header-nav-event li a .icon:before {
  font-size: 2.4rem;
  color: #958288;
  transition: all ease-in-out 0.6s !important;
}
.header-nav-event li a.active, .header-nav-event li a:hover {
  color: #833D55 !important;
}
.header-nav-event li a.active .icon:before, .header-nav-event li a:hover .icon:before {
  color: #833D55 !important;
}
.header-nav-event li a.active span, .header-nav-event li a:hover span {
  color: #833D55 !important;
}
.header-nav-event:hover {
  width: 26.6rem;
}
.header-nav-event:hover span {
  transition: all ease-in-out 0.6s !important;
}

.auth-form .modal-auth .close-login {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
}

.modal-game .show {
  background: #E8E8D6;
  border: none;
  border-radius: 0;
  max-width: 70rem;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .modal-game .show {
    max-width: 37rem;
  }
}
.modal-game .is-login.show {
  max-width: 50rem;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .modal-game .is-login.show {
    max-width: 37rem;
  }
}
.modal-game .minigame-title {
  padding-top: 2rem;
  margin-bottom: 2.6rem;
}
.modal-game .minigame-title .text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #833D55;
  text-transform: uppercase;
  padding-bottom: 1.1rem !important;
}
.modal-game .dots-parent ul {
  background: #E8E8D6 !important;
}
.modal-game .modal-body {
  padding: 0 !important;
  background: #E8E8D6;
  border-radius: 5px;
}
.modal-game .modal-body .main-guide {
  padding: 0 1rem 2rem 2rem;
}
.modal-game .modal-body .main-guide .txt-guide {
  background: unset;
  padding: 0;
  border-radius: 0;
  min-height: 50rem;
  height: 50rem;
}
.modal-game .modal-body .main-guide .txt-guide::-webkit-scrollbar {
  width: 0.8rem;
}
.modal-game .modal-body .main-guide .txt-guide::-webkit-scrollbar-track {
  background: transparent;
}
.modal-game .modal-body .main-guide .txt-guide::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.modal-game .close-event {
  width: 2.4rem !important;
  height: 2.4rem !important;
  background: rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  top: 10px !important;
  right: 10px !important;
}
.modal-game .close-event .icon:before {
  font-size: 1rem !important;
  color: #333333;
}

.modal-is-login {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .modal-is-login {
    padding: 5rem 0 3rem 0;
  }
}
.modal-is-login .warning-event {
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .modal-is-login .warning-event {
    font-size: 1.5rem;
  }
}
.modal-is-login ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.modal-is-login ul li {
  margin-right: 3rem;
  width: 14.7rem;
  background: linear-gradient(180deg, #8F1830 1.25%, #5A0F22 100%);
  height: 4rem;
  clip-path: polygon(93% 0, 100% 49%, 93% 100%, 7% 100%, 0 49%, 7% 0);
}
.modal-is-login ul li:hover {
  background: linear-gradient(180deg, #5A0F22 0%, #8F1830 100%);
}
.modal-is-login ul li:last-child {
  margin-right: 0;
}
.modal-is-login ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8E8D6;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.event-txt {
  line-height: 2.8rem;
  font-size: 1.4rem;
}
.event-txt .event-text-header {
  margin-bottom: 1rem;
  color: #833D55;
}
@media screen and (max-width: 1024px) {
  .event-txt .event-text-header {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .event-txt p {
    margin-bottom: 0.5rem;
  }
}
.event-txt .text-event-section {
  padding-right: 1rem;
}

.wraper-minigame-table {
  max-width: 73.2rem;
  margin: 0 auto;
  background: #E8E8D6;
  padding: 3rem 1.2rem;
  position: relative;
  z-index: 3;
  border-radius: 5px;
}

.table-row {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #833D55;
  text-align: center;
}
@media (max-width: 767px) {
  .table-row {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.table-row-index {
  width: 10%;
}
.table-row-name {
  width: 50%;
  text-align: left;
}
@media (max-width: 767px) {
  .table-row-name {
    width: 50%;
  }
}
.table-row-score {
  width: 15%;
}
.table-row-time {
  width: 42%;
}
@media (max-width: 767px) {
  .table-row-time {
    width: 25%;
  }
}

.spacing-top {
  margin-top: 1.2rem;
}

.wrapper-scroll {
  max-width: 68rem;
  margin: 0 auto;
}

.minigame-table {
  border-top: none;
}
@media screen and (max-width: 1024px) {
  .minigame-table {
    margin: 0;
  }
}
.minigame-table .minigame-table-flex {
  display: flex;
  align-items: center;
}
.minigame-table .minigame-table-flex.minigame-table-header {
  position: sticky;
  padding: 0.5rem 0;
  top: 0;
  background: linear-gradient(180deg, #67182B 0%, #470817 100%);
  border-top: 1px solid #833D55;
  z-index: 9;
}
.minigame-table .minigame-table-flex.minigame-table-header:after {
  left: 0;
  bottom: -4px;
}
.minigame-table .minigame-table-flex.minigame-table-header:before {
  right: 0;
  bottom: -4px;
}
.minigame-table .minigame-table-flex.minigame-table-header .table-row {
  font-size: 1.6rem;
  color: #E8E8D6;
}
@media (max-width: 767px) {
  .minigame-table .minigame-table-flex.minigame-table-header .table-row {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.minigame-table .minigame-table-flex.minigame-table-header .table-row.table-row-time {
  display: flex;
  align-items: center;
  justify-content: center;
}
.minigame-table .minigame-table-flex.minigame-table-header .table-row.table-row-time i {
  margin-left: 0.7rem;
}

.minigame-table-body {
  max-height: 53rem;
  overflow: auto;
  border-bottom: 1px solid #833D55;
}
@media (max-width: 767px) {
  .minigame-table-body {
    max-height: 47rem;
  }
}
.minigame-table-body::-webkit-scrollbar {
  width: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .minigame-table-body::-webkit-scrollbar {
    display: none;
  }
}
.minigame-table-body.no-data {
  border: 1px solid #833D55;
}
.minigame-table-body.no-data .text-no-data {
  font-size: 1.4rem;
  padding: 0.5rem 0;
  text-align: center;
}
.minigame-table-body::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid #833D55;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.minigame-table-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.minigame-table-body .minigame-table-items {
  padding: 1rem 0;
  border: 1px solid #833D55;
  border-bottom: none;
}
.minigame-table-body .minigame-table-items.active {
  background: #FFDD71;
}
@media (max-width: 767px) {
  .minigame-table-body .minigame-table-items {
    padding: 0.8rem 0;
  }
}
.minigame-table-body .minigame-table-items.cursor-items {
  cursor: pointer;
}
.minigame-table-body .minigame-table-items:first-child {
  border-top: none;
}
.minigame-table-body .minigame-table-items .table-row-time {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.minigame-table-body .minigame-table-items .table-row-time i {
  font-size: 2.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .minigame-table-body .minigame-table-items .table-row-time i {
    position: absolute;
    right: -20px;
  }
}

.table-user {
  display: flex;
  align-items: center;
}
.table-user .user-avatar {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #833D55;
  background: #8A2745;
  color: #C598A7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media (max-width: 767px) {
  .table-user .user-avatar {
    width: 2rem;
    height: 2rem;
    display: none;
  }
}
.table-user .user-avatar img {
  object-fit: cover;
  width: 3.2rem;
  height: 3.2rem;
}
.table-user .user-avatar .non-image {
  font-size: 1.4rem;
}
.table-user .user-name {
  width: 24rem;
  margin-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .table-user .user-name {
    width: 15rem;
    font-weight: 700;
    font-size: 1.1rem;
    margin-left: 0;
  }
}

.table-dropdown {
  background: #D2D2BC;
  border: 1px solid #833D55;
  border-bottom: none;
}
.table-dropdown-row {
  display: flex;
  border-top: 1px solid #B1B1A0;
}
.table-dropdown-row:first-child {
  border-top: none;
}
.table-dropdown-column {
  color: #833D55;
  font-weight: 600;
  font-size: 1.4rem;
  width: 55%;
}
@media (max-width: 767px) {
  .table-dropdown-column {
    width: 63%;
  }
}
.table-dropdown-column.header-column {
  font-weight: 700;
}
@media (max-width: 767px) {
  .table-dropdown-column {
    font-size: 1.2rem;
  }
}
.table-dropdown-column.round {
  padding: 0.8rem 2.3rem;
}
@media (max-width: 767px) {
  .table-dropdown-column.round {
    padding: 0.4rem 1rem;
  }
}
.table-dropdown-column.score {
  width: 5%;
  text-align: center;
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .table-dropdown-column.score {
    width: 10%;
    padding: 0.4rem 0;
  }
}
.table-dropdown-header {
  border-bottom: 1px solid #B1B1A0;
}
.table-dropdown-header .standing-dropdown-row {
  border-top: none;
}
.table-dropdown-body {
  margin: 0 2.3rem;
}
@media (max-width: 767px) {
  .table-dropdown-body {
    margin: 0 1rem;
  }
}
.table-dropdown-body .round {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .table-dropdown-body .round {
    padding: 0.4rem 0;
  }
}

body, .overflow-modal {
  overflow: unset;
}
body.before-start-minigame, .overflow-modal.before-start-minigame {
  background: url("../../../../images/worldcup/minigame/bg_before_event.png") #48041A !important;
  background-attachment: fixed !important;
}

.disable-background {
  background: unset !important;
}

@media screen and (min-width: 1391px) {
  .before-event {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.before-event .ready {
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1rem;
  color: #fff;
  margin: 6rem 0 4rem;
}
@media screen and (min-width: 1391px) {
  .before-event .ready {
    margin: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .before-event .ready {
    margin: 3rem 0 2.4rem 0;
    font-size: 1.6rem;
  }
}
.before-event .count-day {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  height: 11.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .before-event .count-day {
    max-width: 35rem;
    height: 5rem;
  }
}
.before-event .count-day:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(98% 0, 100% 50%, 98% 100%, 2% 100%, 0 50%, 2% 0);
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.before-event .count-day .counter-day {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
}
.before-event .count-day .counter-day .counter {
  height: 100%;
  display: flex;
  align-items: center;
}
.before-event .count-day .counter-day .counter .clock {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.before-event .count-day .counter-day .counter .clock .clock-time {
  font-size: 10rem;
  color: #FABB0A;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 800;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
}
@media screen and (max-width: 1024px) {
  .before-event .count-day .counter-day .counter .clock .clock-time {
    font-size: 4rem;
    width: 5rem;
  }
}
.before-event .count-day .counter-day .counter .clock .clock-time:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #43BEAC;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  right: -35%;
  top: 50%;
  transform: translate(50%, -50%);
}
@media (max-width: 767px) {
  .before-event .count-day .counter-day .counter .clock .clock-time:after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.before-event .count-day .counter-day .counter .clock .clock-text {
  color: #fff;
  position: absolute;
  right: 50%;
  bottom: -40px;
  transform: translate(50%, -50%);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .before-event .count-day .counter-day .counter .clock .clock-text {
    font-size: 1.2rem;
  }
}
.before-event .count-day .counter-day .counter:last-child .clock .clock-time:after {
  display: none;
}
.before-event .img-man {
  text-align: center;
  margin-top: -10rem;
}
@media screen and (max-width: 1024px) {
  .before-event .img-man {
    margin-top: 2rem;
  }
}
.before-event .img-man-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .before-event .img-man-pc {
    display: none;
  }
}
.before-event .img-man-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .before-event .img-man-mobile {
    display: block;
  }
}

.wrapper-header {
  background: none;
  height: 35vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wrapper-header {
    background: url("../../../../images/worldcup/minigame/top-banner-mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .wrapper-header {
    padding-bottom: 63.5rem;
    height: 35vw;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .wrapper-header {
    padding-bottom: 61rem !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .wrapper-header {
    padding-bottom: 57rem !important;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .wrapper-header {
    padding-bottom: 61rem;
  }
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .wrapper-header {
    padding-bottom: 63.5rem !important;
  }
}
.wrapper-header .wave-game {
  background: url("../../../../images/worldcup/minigame/top_bg.png") #48041A;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewY(-2deg);
  transform-origin: top left;
}
@media screen and (max-width: 1024px) {
  .wrapper-header .wave-game {
    background: url("../../../../images/worldcup/minigame/top_bg.png") #48041A;
  }
}
.wrapper-header .header-control {
  left: auto;
  right: 20%;
  top: 60%;
}
@media screen and (max-width: 1024px) {
  .wrapper-header .header-control {
    top: auto;
    right: 30%;
    bottom: 6rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .wrapper-header .header-control {
    top: auto;
    right: auto;
    bottom: 4rem;
  }
}
.wrapper-header .header-control ul {
  margin-bottom: 2.4rem;
}
.wrapper-header .header-control ul li {
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%, 5% 0);
  background: #FF004B;
}
@media screen and (max-width: 1024px) {
  .wrapper-header .header-control ul li {
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%, 7% 0);
  }
}
.wrapper-header .header-control ul li:first-child {
  margin-right: 5rem;
}
@media screen and (max-width: 1024px) {
  .wrapper-header .header-control ul li:first-child {
    margin-right: 2rem;
  }
}
.wrapper-header .header-control ul li a {
  border: none;
  border-radius: 0;
  color: #fff;
  line-height: 3.3rem;
  text-transform: inherit;
  box-shadow: none;
  padding: 0.2vw 2vw;
  background: none;
  display: block;
}
.wrapper-header .header-control ul li a:hover {
  background: #FF1B5E;
  border: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .wrapper-header .header-control ul li a {
    font-size: 2rem;
    padding: 0.2rem 3rem;
  }
}
.wrapper-header .header-control .btn-standing {
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%, 5% 0);
  background: #FFCB3A;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 23rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .wrapper-header .header-control .btn-standing {
    width: 21rem;
  }
}
.wrapper-header .header-control .btn-standing a {
  padding: 0.2vw 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.3rem;
  display: block;
  text-decoration: none;
  color: #3F081B;
}
@media screen and (max-width: 1024px) {
  .wrapper-header .header-control .btn-standing a {
    font-size: 2rem;
    padding: 0.2rem 3rem;
  }
}
.wrapper-header-column {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  grid-gap: 1rem;
}

.minigame-title {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .minigame-title {
    margin-bottom: 1.6rem;
  }
}
.minigame-title .text {
  color: #833D55;
  padding-bottom: 1.8rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .minigame-title .text {
    font-size: 1.6rem;
  }
}
.minigame-title .dots-parent {
  height: 2px;
  display: block;
  background: #833D55;
  width: 33.5rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .minigame-title .dots-parent {
    width: 25rem;
  }
}
.minigame-title .dots-parent:after, .minigame-title .dots-parent:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #570F28;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
}
.minigame-title .dots-parent:after {
  left: -5px;
  top: -2px;
}
.minigame-title .dots-parent:before {
  right: -5px;
  top: -2px;
}
.minigame-title .dots-parent ul {
  position: absolute;
  background: #eeeee4;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  padding: 0 1rem;
}
.minigame-title .dots-parent ul li {
  background: #570F28;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  margin-right: 5px;
}
.minigame-title .dots-parent ul li:last-child {
  margin-right: 0;
}
.minigame-title .dots-parent ul li.dots-small {
  width: 6px;
  height: 6px;
}
.minigame-title .dots-parent ul li.dots-regular {
  width: 7px;
  height: 7px;
}
.minigame-title .dots-parent ul li.dots-parent-center {
  width: 10px;
  height: 10px;
}

.wrapper-container {
  max-width: 115rem;
  padding: 0 1rem;
  margin: 0 auto;
}

.container-stage {
  max-width: 70rem;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
}

.row-stage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem 5rem;
}
@media (max-width: 767px) {
  .row-stage {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem 5rem;
  }
}

.sticky_icon img {
  position: absolute;
}
.sticky_icon img.right-top {
  top: 0;
  right: -85px;
}
@media screen and (max-width: 1024px) {
  .sticky_icon img.right-top {
    display: none;
  }
}
.sticky_icon img.left-bottom {
  bottom: 0;
  left: -75px;
}
@media screen and (max-width: 1024px) {
  .sticky_icon img.left-bottom {
    display: none;
  }
}

.main-stage {
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-stage {
    margin-top: 2.6rem;
  }
}
@media (max-width: 767px) {
  .main-stage {
    padding: 0 3.5rem;
  }
}
.main-stage .stage-items {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 1.7rem;
  height: 20rem;
  cursor: no-drop;
}
.main-stage .stage-items.stage-votes {
  cursor: pointer;
}
.main-stage .stage-items.stage-votes .stage-round {
  transition: filter 0.3s ease-in-out;
}
.main-stage .stage-items.stage-votes .stage-round:hover {
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.35));
}
.main-stage .stage-items.stage-votes .stage-round h2 {
  background: #E8E8D6;
  color: #82152C;
  transition: background 0.3s ease-in-out;
}
.main-stage .stage-items.stage-votes .stage-round h2:hover {
  background: #F8F8F1;
}
.main-stage .stage-items.stage-votes .icon-stage {
  cursor: pointer;
  background: #FFCA36;
}
.main-stage .stage-items.stage-votes .icon-stage i:before {
  color: #47000E;
}
.main-stage .stage-items.stage-votes ul li {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .main-stage .stage-items.stage-votes ul li {
    font-size: 1.6rem;
  }
}
.main-stage .stage-items.stage-votes .status-stage-time {
  color: #FFCA36;
  font-weight: 700;
}
.main-stage .stage-items.end-stage .icon-stage {
  cursor: pointer;
  background: #FFCA36;
}
.main-stage .stage-items.end-stage .icon-stage i:before {
  color: #47000E;
}
.main-stage .stage-items .icon-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(238, 238, 228, 0.2);
  border-radius: 5px;
  width: 3.8rem;
  height: 4.2rem;
  margin: 0 auto;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.main-stage .stage-items .icon-stage i {
  font-size: 2.4rem;
}
.main-stage .stage-items .icon-stage i:before {
  color: #EEEEE4;
}
.main-stage .stage-items .bg-items {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.main-stage .stage-items .stage-round h2 {
  background: #97394D;
  color: #F2A6B6;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.8rem;
  text-align: center;
  padding: 0.7rem 0;
  max-width: 23rem;
  margin: 1.6rem auto;
  clip-path: polygon(96% 0, 100% 49%, 96% 100%, 4% 100%, 0 49%, 4% 0);
  text-transform: uppercase;
}
.main-stage .stage-items .count-and-time {
  list-style: none;
  max-width: 23rem;
  width: 100%;
  margin: 0 auto;
}
.main-stage .stage-items .count-and-time li {
  color: #E8E8D6;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .main-stage .stage-items .count-and-time li {
    font-size: 1.4rem;
  }
}
.main-stage .stage-items .count-and-time li.font-weight-bold {
  font-weight: 700;
}

.wave-standing-main {
  background: linear-gradient(119.36deg, #901831 0%, #310818 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewY(-2deg);
  transform-origin: top left;
}

.wave-standing-bg {
  background: url("../../../../images/worldcup/minigame/mask_bxh.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 3rem center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform-origin: top left;
  transform: skewY(-2deg);
}
@media screen and (max-width: 1024px) {
  .wave-standing-bg {
    background-position: top 1rem center;
  }
}

.minigame-winner {
  background: url("../../../../images/worldcup/minigame/bg_winner.png") no-repeat top center;
  background-size: cover;
  padding: 10rem 0 10rem 0;
}

.section-stage {
  padding: 5rem 0 15rem 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-stage {
    padding: 5rem 0 5rem 0;
  }
}
.section-stage .bg-stage {
  background: url("../../../../images/worldcup/minigame/bg_stage.png") no-repeat top center;
  background-size: contain;
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section-stage .bg-stage {
    background-size: cover;
    height: 50%;
    top: 10%;
  }
}

.custom-select {
  appearance: none;
  background: url("../../../../images/worldcup/minigame/chevron-down.png") 100% no-repeat #E8E8D6;
  background-position: center right 0.5rem;
}

@media (max-width: 767px) {
  #minigame-standing .custom-select {
    background: url("../../../../images/worldcup/minigame/chevron-down.png") 96%/8% no-repeat #E8E8D6;
  }
}

@media (max-width: 767px) {
  #minigame-winners .custom-select {
    background: url("../../../../images/worldcup/minigame/chevron-down_winner.png") 96%/8% no-repeat #8A172F;
  }
}

.statistic-grid::before {
  display: block;
  content: "";
  position: fixed;
  background: url(../../../../images/worldcup/minigame/mask_bxh.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 9rem center;
}
@media screen and (max-width: 1024px) {
  .statistic-grid::before {
    background-position: top 12.5rem center;
  }
}
.statistic-grid::after {
  display: block;
  content: "";
  position: fixed;
  background: linear-gradient(119.36deg, #901831 0%, #310818 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.footer {
  background-color: #081224;
}