body {
  background-image: url(/assets/mb66_image/bgpc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Be Vietnam Pro", sans-serif;
  width: 100%;
}

.container {
  max-width: 1300px;
  margin: auto;
}

/*====================
app-bet container
====================*/
.app-bet-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/*====================
app-bet logo
====================*/
.app-bet-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.logo-img {
  margin-bottom: 10px;
}

.logo-title {
  display: none;
  width: 85%;
}

.logo-img-mobie,
.logo-title-mobie {
  display: none;
}

/*====================
app-bet banner
====================*/
.app-bet-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.banner-pc {
  width: 42%;
}

.banner-mobie {
  display: none;
}

/*====================
category button
====================*/
.category-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  column-gap: 3%;
  margin-bottom: 20px;
}

.category-button-list {
  width: 20%;
  /* background-image: url(/assets/images/bg-category-button-mb66.png); */
  background-color: #fff;
  background-position: center;
  background-size: 92%;
  background-repeat: no-repeat;
  align-items: center;
  border-radius: 50px;
  padding: 1px;
  border: 2px solid #ff0000;
  padding: 12px 0px;
  margin-top: -15px;
}

.category-button-list:hover {
  transform: translateY(5px);
  transition: 0.5s all;
}

.category-button-list:not(:hover) {
  transition: 0.5s all;
}

.category-button-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.icon-category-button {
  margin-right: 0%;
  position: absolute;
  top: -5px;
  left: 35px;
  display: flex;
  max-width: 23%;
  height: 27px !important;
  flex-shrink: 0;
  width: auto;
  align-items: center;
}

.content-category-button {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #e92020;
  padding-left: 25px;
  padding-top: 1px;
}

/*====================
list button
====================*/

.list-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  height: 105px;
}

.list-button-item {
  width: calc(9% - 5px);
  margin: 5px 0;
  cursor: pointer;
  margin-top: 20px;
}

.list-button-item:last-child {
  display: none;
}

.list-button-item:hover {
  transform: translateY(5px);
  transition: 0.5s all;
}

.list-button-item:not(:hover) {
  transition: 0.5s all;
}

.icon-list-button {
  height: 70px;
}

.content-list-button {
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  letter-spacing: -0.5px;
  color: #2368dc;
}

/*====================
app-bet footer
====================*/
.app-bet-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2%;
  width: 100%;
  margin: 10px;
}

.footer-title,
.footer-img {
  width: 50%;
}

.footer-title p {
  font-family: "SF Pro Display";
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
  color: #0053e0;
  text-transform: uppercase;
}

.footer-img {
  text-align: left;
}

.footer-img img:hover {
  transform: translateY(5px);
  transition: 0.5s all;
}

.footer-img img:not(:hover) {
  transition: 0.5s all;
}

.footer-img img {
  width: 40%;
}

@media screen and (max-width: 1200px) {
  .app-bet-container {
    width: calc(100% - 15px);
    margin: 0px auto;
  }

  .list-button-item {
    width: calc(10% - 5px);
    margin: 5px 0;
  }

  .-logo {
    margin-top: 25px;
  }

  .app-bet-banner {
    margin-top: 10px;
  }

  .section-banner {
    gap: 30px;
  }

  .category-button {
    column-gap: 2%;
  }

  .icon-category-button {
    margin-right: 0%;
    position: absolute;
    top: -2px;
    left: 26px;
    display: flex;
    max-width: 9%;
    height: 23px !important;
  }

  .category-button-list {
    width: 23%;
  }
}

@media screen and (max-width: 992px) {
  .content-category-button {
    font-size: 14px;
  }

  .content-list-button {
    font-size: 12px;
  }

  .icon-list-button {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .app-bet-banner {
    padding-top: 0px;
    margin-top: 0px;
  }

  .logo-title {
    width: 80%;
  }

  .banner-pc {
    width: 38%;
  }

  .content-category-button {
    font-size: 16px;
  }

  .category-button-list {
    width: 37%;
    margin: 6px 0px;
  }

  .icon-category-button {
    width: 22%;
  }

  .list-button-item {
    width: 17%;
  }

  .icon-list-button {
    height: 70px;
  }

  .content-list-button {
    font-size: 14px;
  }

  .footer-title p {
    font-size: 12px;
  }

  .footer-img img {
    width: 60%;
  }
}

@media screen and (max-width: 576px) {
  .banner-pc {
    display: none;
  }

  .banner-mobie {
    display: block;
    width: 85%;
    margin: 0 15px;
  }

  .logo-img,
  .logo-title {
    display: none;
  }

  .logo-img-mobie {
    display: block;
    width: 90%;
    margin-bottom: 15px;
  }

  .logo-title-mobie {
    display: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .content-category-button {
    font-size: 14px;
  }

  .icon-list-button {
    height: 55px;
  }

  .content-list-button {
    font-size: 12px;
  }

  .list-button,
  .app-bet-footer {
    margin-top: 10px;
  }

  .app-bet-footer {
    flex-direction: column;
  }

  .footer-title,
  .footer-img {
    width: 100%;
    margin: 5px 0;
  }

  .footer-title p {
    text-align: center;
    font-size: 12px;
  }

  .footer-img {
    text-align: center;
  }

  .footer-img img {
    width: 50%;
  }
}

@media screen and (max-width: 430px) {
  .logo-title-mobie {
    width: 80%;
  }

  .banner-mobie {
    width: 65%;
  }

  .category-button-list {
    width: 45%;
  }

  .category-button-list {
    width: 42%;
  }

  .icon-category-button {
    width: 25%;
  }

  .content-category-button {
    font-size: 13px;
  }

  .list-button-item {
    width: 19%;
  }

  .content-list-button {
    font-size: 10px;
  }

  .footer-img img {
    width: 45%;
  }
}

@media screen and (max-width: 375px) {
  .app-bet-logo {
    margin-top: 10px;
  }

  .category-button {
    margin-top: 0px;
  }

  .banner-mobie {
    width: 50%;
  }

  .list-button,
  .app-bet-footer {
    margin-top: 5px;
  }

  .list-button-item {
    margin: 5px 0;
  }

  .footer-title p {
    font-size: 12px;
  }

  .content-category-button {
    font-size: 13px;
  }

  .icon-list-button {
    height: 45px;
  }
}

/* CSS */

.app-bet-logo a {
  max-width: 340px;
  width: 100%;
}

.app-bet-logo a img {
  width: 80%;
}

.logo-title-pc {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.section-banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.section-left {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.section-left img {
  width: 100%;
  height: auto;
}

.section-right {
  padding-top: 50px;
  width: 50%;
}

.section-right .btn-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.btn-download .btn-download {
  width: 100%;
}

.btn-download .btn-download a {
  max-width: 400px;
  width: 100%;
}

.btn-download img {
  max-width: 350px;
  min-height: 50px;
  width: 100%;
}

.section-right .title {
  margin-top: 10px;
  max-width: 512px;
  width: 100%;
}

.section-right .title img {
  width: 100%;
}

.link {
  transition: 0.5s all;
}

.link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btndownload {
  position: relative;
}

.img-text {
  position: absolute;
  top: 8px;
  left: 75px;
  width: 260px !important;
}

.img-text-ios {
  position: absolute;
  top: 8px;
  left: 110px;
  width: 170px !important;
}

@media screen and (max-width: 767px) {
  .logo-title-pc {
    display: none;
  }

  .logo-title-mobie {
    display: block;
    margin-bottom: 15px;
    width: 96%;
  }

  .app-bet-logo {
    margin-top: 20px;
  }

  .app-bet-logo a {
    max-width: 200px;
    width: 100%;
  }

  .section-banner {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .section-right .btn-download {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .section-right .title {
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
    margin: 15px auto;
  }

  .category-button-list {
    width: 47.5%;
  }

  .list-button {
    height: unset;
  }

  .section-left img {
    width: 80%;
  }

  .section-left {
    width: 100%;
  }

  .section-right {
    padding-top: 0;
    width: 100%;
  }

  .section-right .btn-download {
    gap: 12px;
  }

  .logo-img-mobie {
    width: 92%;
    margin-bottom: 5px;
  }

  .section-banner {
    width: calc(100% - 2rem);
    gap: 15px;
  }

  .list-button-item {
    margin-top: 10px;
  }

  .section-banner {
    width: calc(100% - 0rem);
    gap: 0px;
  }

  .category-button-list {
    padding: 25px 0px;
  }

  .icon-category-button {
    margin-right: 0%;
    position: absolute;
    top: -5px;
    left: 25px;
    display: flex;
    max-width: 11%;
    height: 22px !important;
    flex-shrink: 0;
  }

  .section-right {
    margin-top: -50px;
  }

  .btn-download img {
    max-width: unset;
    min-height: unset;
    width: 100%;
  }

  .img-text {
    position: absolute;
    top: 40%;
    left: 59%;
    transform: translate(-50%, -50%);
    width: 125px !important;
  }

  .img-text-ios {
    position: absolute;
    top: 40%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 80px !important;
  }
}

@media screen and (max-width: 500px) {
  .category-button-list {
    padding: 15px 0px;
  }
}

@media screen and (max-width: 350px) {
  .icon-category-button {
    top: -3px;
    left: 20px;
    height: 17px !important;
  }
}

/*====================
Category Buttons Container - Responsive Layout
====================*/
.category-buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  gap: 20px;
}

.category-button-wrapper {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-button-wrapper .category-button-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: transform 0.3s ease;
}

.category-button-wrapper .category-button-item:hover {
  transform: translateY(-5px);
}

.category-button-wrapper .category-button-item img {
  max-width: 100%;
  height: auto;
}

/* Responsive cho mobile */
@media screen and (max-width: 767px) {
  .category-buttons-container {
    gap: 5px;
    margin-top: 0px;
  }
  
  .category-button-wrapper {
    width: 45%;
  }
}