@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");

/* ======================= menu、footer ============================ */
.news h1 {
  font-size: 32px;
}
.news p {
  font-size: 18px;
  line-height: 36px;
}
.bg-black {
  background-color: #000000;
}

.text-white {
  color: #ffffff;
}

.btn-line-yellow {
  background-color: #fce404;
  border: #fce404;
  color: black;
  border-radius: 25px;
  width: 100%;
}

.toTop-arrow {
  position: fixed;
  right: 1%;
  bottom: 15%;
  border-radius: 50%;
  color: #fff;
  z-index: 9999;
}

.cs-link {
  position: fixed;
  top: 50%;
  right: 1%;
  z-index: 9999;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

body {
  padding-top: 95px;
}
.text-home {
  text-transform: uppercase;
}
/* web */
@media (min-width: 769px) {
  .btn-line-yellow,
  .text-home {
    font-size: 1.32rem;
    padding: 12px 32px;
  }

  .text-home {
    margin: 0 8px;
  }

  .footer-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  body {
    padding-top: 104px;
  }
  h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
  }
}

/* ipad */
@media (min-width: 376px) and (max-width: 768px) {
  .btn-line-yellow,
  .text-home {
    font-size: 0.88rem;
    padding: 8px;
  }

  .text-home {
    margin: 0 10px;
  }

  .footer-div {
    text-align: center;
  }
  h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
  }
  h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
  }
}

/* phone */
@media (max-width: 375px) {
  .btn-line-yellow,
  .text-home {
    font-size: 0.88rem;
    padding: 8px;
  }

  .text-home {
    margin: 0 5px;
  }

  .footer-div {
    text-align: center;
  }
  h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
  }
  h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
  }
}

/* ===================================== index ============================ */
body {
  background-color: #333333;
}

a {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
}

.text-yellow {
  color: #fce404;
}

.bg-grey {
  background-color: #333333;
}

.banner {
  background-image: url(../img/banner.webp);
}

.about-content {
  background-image: url(../img/about_content.webp);
}

.liveContent,
.liveContent-img {
  background-image: url(../img/Live_content.webp);
}

.about-content .container:first-child {
  padding: 48px 15px;
}

.about-img img {
  width: 100%;
  height: auto;
}

.aboutText-div {
  width: 70%;
  text-align: left;
  color: #fce404;
  position: relative;
  bottom: 150px;
  left: 5%;
  padding: 5px 10px;
}

.container .card {
  width: 214px;
  background-color: #333333;
  border: none;
  margin-bottom: 30px;
}

.card .circle {
  width: 200px;
  height: 200px;
  background: linear-gradient(180deg, #fde60c 0%, #fde60c 100%);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle img {
  width: auto;
}

.card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.slotGames > .container:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
}

.bg-navy {
  background-color: #0c0c26;
}

.liveContent-img img {
  width: 100%;
}

.prosConsTab tbody,
.prosConsTab tr,
.prosConsTab td {
  border: 1px solid #fce404;
  border-collapse: collapse;
}

.text-grey {
  color: #333333;
}

.bg-yellow {
  background-color: #fce404;
}

.QA-container {
  border: 1px solid #fce404;
  border-radius: 12px;
  padding: 16px;
}

.QA-container > .bg-yellow {
  align-items: center;
  border-radius: 16px;
}

.join-container p {
  font-size: 0.9rem;
}

.news-div img {
  width: 100%;
}

/* web */
@media (min-width: 769px) {
  .banner,
  .about-content,
  .liveContent {
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-div {
    width: 50%;
    margin-left: auto;
    padding: 60px 0;
  }

  .banner h1 {
    font-size: 2.5rem;
  }

  .about-content h2,
  .slotGames h2,
  .liveContentText-div h2,
  .prosCons h2,
  .QA h2,
  .join-container h2,
  .news h2 {
    font-size: 2rem;
  }

  .banner p,
  .about-content p,
  .slotGames p,
  .liveContentText-div p,
  .prosCons p,
  .QA-container,
  .join-container p,
  .news-div b {
    font-size: 1.32rem;
  }

  .container-about {
    display: none;
  }

  .about-img {
    height: 400px;
  }

  .card-body p {
    font-size: 1.5rem;
  }

  .slotGames > .container:nth-of-type(2) {
    gap: 10px;
  }

  .prosCons > .container:first-child,
  .QA > .container:first-child {
    padding: 60px 15px 24px 15px;
  }

  .prosConsTab tbody,
  .prosConsTab tr,
  .prosConsTab td {
    padding: 16px 24px;
    font-size: 1.32rem;
  }

  .QA-container {
    padding: 24px;
  }

  .QA-container .bg-yellow {
    padding: 12px 24px;
  }

  .news-div {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .news-div p {
    font-size: 1rem;
  }

  .liveContentText-div-second,
  .liveContent-img {
    display: none;
  }

  .liveContentText {
    padding: 120px 15px;
  }

  .news-div img {
    height: 200px;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  .about-content .container:nth-of-type(2) {
    display: none;
  }

  .container-about {
    display: block;
  }

  .about-img {
    height: 380px;
  }

  .slotGames > .container:nth-of-type(2) {
    justify-content: space-around;
    gap: 1% 3.4%;
  }

  .liveContentText-div .col-sm-6:last-child {
    display: none;
  }

  .liveContentText-div-second {
    display: block;
  }

  .liveContent-img {
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../img/Live_content.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
  }

  .news-div {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .news-div img {
    height: 200px;
  }
}

/* ipad */
@media (min-width: 481px) and (max-width: 768px) {
  .banner,
  .about-content {
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-div {
    width: 50%;
    margin-left: auto;
    padding: 60px 0;
  }

  .banner h1 {
    font-size: 2rem;
  }

  .banner p {
    font-size: 1.15rem;
  }

  .about-content h2,
  .slotGames h2,
  .liveContentText-div h2,
  .prosCons h2,
  .QA h2,
  .news h2 {
    font-size: 1.5rem;
  }

  .about-content p,
  .slotGames p,
  .prosCons p,
  .join-container h2 {
    font-size: 1.32rem;
  }

  .about-content .container:nth-of-type(2) {
    display: none;
  }

  .container-about {
    display: block;
  }

  .about-img {
    height: 270px;
  }

  .card-body p,
  .liveContentText-div p,
  .news-div b {
    font-size: 1.15rem;
  }

  .slotGames > .container:nth-of-type(2) {
    justify-content: space-between;
  }

  .prosCons > .container:first-child,
  .QA > .container:first-child {
    padding: 30px 15px 24px 15px;
  }

  .prosConsTab tbody,
  .prosConsTab tr,
  .prosConsTab td {
    padding: 12px;
    font-size: 1.15rem;
  }

  .QA-container .bg-yellow {
    padding: 8px 12px;
  }

  .QA-container {
    font-size: 1.15rem;
  }

  .news-div p {
    font-size: 0.9rem;
  }

  .liveContentText-div .col-sm-6:last-child {
    display: none;
  }

  .liveContentText-div-second {
    display: block;
  }

  .liveContent-img {
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../img/Live_content.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
  }

  .news-div {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .news-div img {
    height: 120px;
  }
}

/* phone */
@media (max-width: 480px) {
  .banner,
  .about-content {
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-div {
    padding-top: 30%;
  }

  .banner h1 {
    width: 50%;
    font-size: 1.5rem;
    margin-left: auto;
  }

  .banner p {
    width: 90%;
    font-size: 0.9rem;
    padding: 5% 0;
    margin: 0 auto;
  }

  .about-content h2,
  .slotGames h2,
  .liveContentText-div h2,
  .liveContentText-div-second h2,
  .prosCons h2,
  .QA h2,
  .join-container h2,
  .news h2 {
    font-size: 1.32rem;
  }

  .about-content p,
  .slotGames p,
  .liveContentText-div p,
  .liveContentText-div-second p,
  .prosCons p,
  .QA-container,
  .news-div b {
    font-size: 0.9rem;
  }

  .about-content .container:first-child {
    padding: 48px 15px 15px 15px;
  }

  .about-content .container:nth-of-type(2) {
    display: none;
  }

  .container-about {
    display: block;
  }

  .aboutText-div {
    margin: 0 auto;
    bottom: 130px;
  }

  .about-img {
    height: 150px;
  }

  .container .card {
    width: 144px;
    background-color: #333333;
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .card .circle {
    width: 144px;
    height: 144px;
    background: linear-gradient(180deg, #fde60c 0%, #fde60c 100%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle img {
    width: 90%;
  }

  .card-body p {
    font-size: 0.9rem;
  }

  .slotGames > .container:nth-of-type(2) {
    justify-content: space-around;
  }

  .card:last-child {
    margin: 0 auto;
  }

  .prosCons > .container:first-child,
  .QA > .container:first-child {
    padding: 20px 15px;
  }

  .prosConsTab tbody,
  .prosConsTab tr,
  .prosConsTab td {
    padding: 8px;
    font-size: 0.9rem;
  }

  .QA-container .bg-yellow {
    padding: 8px;
  }

  .news-div p {
    font-size: 0.8rem;
  }

  .news-div .col-sm-4 {
    margin: 20px 0;
  }

  .liveContentText-div .col-sm-6:last-child {
    display: none;
  }

  .liveContentText-div-second {
    display: block;
  }

  .liveContent-img {
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../img/Live_content.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
  }

  .news-div img {
    height: 170px;
  }
}

/* ===================================== article ============================ */
.text-lightgrey {
  color: #cccccc;
}

a.font-hide {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb {
  flex-wrap: nowrap;
}

.breadcrumb > .w-90 {
  width: 90%;
}

.breadcrumb-item {
  font-size: 0.9rem;
}

.title small {
  font-size: 0.9rem;
}

/* web */
@media (min-width: 769px) {
  a.font-hide {
    width: 80%;
  }

  .breadcrumb-item {
    font-size: 1.15rem;
  }

  .title h1 {
    font-size: 2.5rem;
  }

  .title small {
    font-size: 1.15rem;
  }

  .title > .articleText {
    font-size: 1.32rem;
  }

  .news .text-black {
    width: 20.5%;
  }
  .flex-row-row-col {
    flex-direction: row;
  }
  .text-person > span:nth-child(2) {
    margin: 0 1rem;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {
  .title h1 {
    font-size: 2rem;
  }

  .news .text-black {
    width: 34%;
  }
}

/* ipad */
@media (min-width: 481px) and (max-width: 768px) {
  a.font-hide {
    width: 62%;
  }

  .title h1 {
    font-size: 2rem;
  }

  .title > .articleText {
    font-size: 1.15rem;
  }

  .news .text-black {
    width: 27%;
  }
  .flex-row-row-col {
    flex-direction: row;
  }
  .text-person > span:nth-child(2) {
    margin: 0 1rem;
  }
}

/* phone */
@media (max-width: 480px) {
  a.font-hide {
    width: 100%;
  }

  .title h1 {
    font-size: 1.5rem;
  }

  .title > .articleText {
    font-size: 0.9rem;
  }

  .news .text-black {
    width: 48%;
  }
  .flex-row-row-col {
    flex-direction: column;
  }
}
.img-author-banner {
  width: 100%;
  min-width: 300px;
  aspect-ratio: 1920/434;
  object-fit: contain;
}
.img-ads {
  width: 100%;
  /* min-width: 400px; */
  aspect-ratio: 50/17;
  object-fit: contain;
}
.card-img-top {
  width: 100%;
  min-width: 130px;
  aspect-ratio: 65/33;
  object-fit: contain;
}
.img-qestion {
  width: 100%;
  max-width: 47px;
  aspect-ratio: 47/42;
  object-fit: contain;
}
.img-logo {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 87/17;
  object-fit: contain;
}
.img-airtcle {
  width: 100%;
  max-width: 370px;
  aspect-ratio: 37/17;
  object-fit: contain;
}
.text-author {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
}
.text-person > span {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

 /*---------------mobile nav*/

    .header_menu_rwd {
        display: none;
    }

    .menu_btn_rwd {
        width: 50px;
        height: 50px;
        background-color: black;
        display: block;
        position: absolute;
        top: 20px;
        right: 35px;
        border-radius: 5px;
    }

    .menu_btn_rwd::before {
        content: '';
        position: absolute;
        height: 6px;
        width: 40px;
        right: 6px;
        background-color: white;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 5px;
        box-shadow: 0px 15px 0px white,
            0px -15px 0px white;
    }

    .header_menu_rwd nav {
        width: 100%;
        background-color: rgba(230, 230, 230, 1);
        position: absolute;
        left: 0;
        top: 80px;
        z-index: 99;
        display: none;
        text-align: center;
    }

    .header_menu_rwd nav a {
        text-decoration: none;
        color: rgba(128, 128, 128, 1);
        border-bottom: 2px solid gray;
        display: block;
        padding: 20px 0;
        line-height: 40px;
        font: 400 20px/1.2 Roboto, sans-serif;
    }

    @media (min-width: 679px) and (max-width: 1024px) {
        .menu_btn_rwd {
            top: 15px;
            right: 17%;
        }
    }

    @media screen and (max-width: 1024px) {
        .menu_down {
            height: 50px;
        }

        .menu_down a {
            display: none;
        }

        .header_menu_rwd {
            display: block;
        }

        .menu_wrap {
            height: 60px;
        }

        .header-menu {
          display: none !important;
        }
    }

    /*---------------------------/mobile nav*/


    .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px){
  .footer {
    display: block;
  }
}

.friend-link {
  display: flex;
  flex-direction: row;
  color: white;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}
.friend-link a::after {
  content: "|";
  margin-left: 10px;
  color: #ccc !important;
}


.friend-link a:last-child::after {
  content: "";
}