/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  color: #fff;
  background: #001020;
}
main {
  margin-top: 86px; /*86px;*/
  background: url(../images/bg_200.png) #000;
  color: #fff;
}

a {
  text-decoration: none;
  color: #ffc107;
  cursor: pointer;
}

a:hover {
  color: #ddd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans TC', sans-serif;
  /* font-family: 'cwTeXYen','Bebas Neue', sans-serif; */
  font-weight: 900;
}
h2 span.en-title{ 
  color: #ffffff; 
  font-size: 50%; 
  font-weight: normal;
}
.text-right{
  text-align: right;
}
.small, small {
  font-size: 50%;
}
.button{
  color: #fff !important;
  text-transform: uppercase;
  background: #DC5D10;
  padding: 6px 20px;
  border: 2px solid #DC5D10;
  min-width: 100px;
}
.button:hover {
  color: #240037;
}
@media screen and (max-width: 768px) {
  h2 span.min-title{
    display: none;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc107;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #FCEDD9;
  line-height: 0;
}

.back-to-top:hover {
  background: #997600;
  color: #FCEDD9;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .back-to-top{
    bottom: 100px;
  }
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: .4s !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 85px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

#header .logo a span{
  font-size: 28px;
  margin-left: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b2201c;
  font-family: "cwTeXYen", sans-serif;
}
#header .logo{
  text-align: center;
}
#header .logo img {
  padding: 5px;
  max-height: 80px;
}
.heard-top{
  padding: 0.5rem;
}
.heard-top h2{
  /* font-size: 24px; */
  font-weight: 900;
  padding: 8px;
  text-align: center;
  color: transparent;
}
.scrolled-offset {
  margin-top: 90px;
}
@media (max-width: 1410px) {
  #header .logo a span{
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #header {
    height: 70px;
  }
  #header .logo{
    flex: none;
    height: 70px;
  }
}
@media (max-width: 767px) {
  main{
    margin-top: 70px;
    padding-bottom: 70px;
  }
  #header {
    height: 70px;
  }
  #header .logo img {
    padding: 6px;
    max-height: 70px;
  }
  .scrolled-offset {
    margin-top: 0px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-bg {
  padding: 0;
  background: #000;
  background: linear-gradient(180deg, #000000 98.5%, #e6ac6a 100%);
  color: #fff;
  display: flex;
  align-items: center;
}
.navbar {
  padding: 0;
  margin: auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
  height: 85px;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #f6cf50;
}
.navbar a span{
  color: #FFF;
  font-size: .8em;
  display: none;
}
.btn-login span, .btn-register span{
  font-size: .8em !important;
  color: #21252994;
  display: none !important;
}
.btn-login {
  color: #fff !important;
  background: #a1a6b8;
  background: linear-gradient(180deg, #a1a6b8 20%, #7d7d7d 80%, #58626e 100%);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.49);
  padding: 6px 20px;
  border-right: 0;
  width: 100px;
  height: 85px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-register {
  background: #ffc107;
  background: linear-gradient(180deg, #fbca37 20%, #ffc107 80%, #ab8000 100%);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.49);
  color: #fff !important;
  padding: 6px 20px;
  width: 100px;
  height: 85px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-login:hover{
  color: #fff !important;
  background: #a1a6b8;
  background: linear-gradient(180deg, #a1a6b8 20%, #cdcdcd 80%, #8d99a8 100%);
  box-shadow: 0 5px 20px 0 rgba(130, 130, 130, 0.49);
}
.btn-register:hover {
  color: #fff !important;
  background: #e9c044;
  background: linear-gradient(180deg, #fbca37 20%, #ffd148 80%, #ab8000 100%);
  box-shadow: 0 5px 20px 0 rgb(255 193 7 / 50%);
}
.btn-icon {
  max-width: 20px;
  max-height: 20px;
  margin-right: 6px;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 768px) {
  .btn-login, .btn-register{
    width: 200px;
    font-size: 2rem !important;
    display: flex !important;
    flex-direction: row !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .btn-sm {
    width: 120px;
    height: 30px;
    padding: 6px 15px;
    font-size: 10px !important;
    border-radius: 20px;
    margin: 0;
  }
  .btn-login{ border-radius: 20px 0 0 20px; }
  .btn-register{ border-radius: 0 20px 20px 0; }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: #ffc107;
  padding: 20px;
  margin: -12px;
}

.mobile-nav-toggle.bi-x {
  color: #e1cd9b;
  background: transparent;
}

@media (max-width: 991px) {
  .navbar {
    padding: 12px 0;
    margin: 0;
  }
  .navbar-bg{
    padding: 0 !important;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    flex-direction: row;
    justify-content:center;
  }
  .navbar a span{ margin-left: .8rem;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(81 67 56 / 90%);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  opacity: 0.6;
  margin-top: -25px;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: 'Bebas Neue';
  color: #fff;
}

.navbar-mobile a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  opacity: .4;
}

header nav.mainNav .border-link:after {
  width: 20px;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  left: 50%;
  top: -14px;
  margin-left: -10px;
}
.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f44336;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}
.section-bg {
  background-color: #000
}
.section-title {
  text-align: center;
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.section-title h2 small{
  color: rgb(255 255 255 / 50%);
}
.section-title p {
  margin-bottom: 0;
  color: #333;
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 0;
}
.testimonials .swiper-container{
  overflow:hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  border-radius: 45px;
  overflow: hidden;
  margin: 12px 0px;
}

.testimonials .testimonial-title {
  position: absolute;
  left: 25%;
  top: 25%;
  transform: rotate(-4deg);
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  display:none;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 7rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  background-image: linear-gradient(180deg,#ffffff 20%,#f3efb3 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.testimonials .testimonial-item h4 {
  font-size: 4rem;
  color: #ddd;
  margin: 0 0 15px 0;
  background-image: linear-gradient(180deg,#ffffff 20%,#f3efb3 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 600;
}

.testimonials .swiper-pagination {
  margin-top: 0;
  position: absolute;
  bottom: 5%;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  background: hwb(0deg 100% 0% / 70%);
  width: 12px;
  height: 12px;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: hwb(0deg 100% 0% / 100%);
  box-shadow: 0px 0px 4px 3px #fdb548;
}

@media (max-width: 768px) {
  .testimonials {
    background: transparent;
    padding-top: 0px;
  }
  .testimonials .testimonial-item .testimonial-img {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    border-radius: 25px;
    overflow: hidden;
    margin: 5px 0px;
  }
  .testimonials .testimonial-item p {
    width: 80%;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/*--------------------------------------------------------------
# m-side-menu
--------------------------------------------------------------*/

@media (max-width: 1024px) {

}
@media (max-width: 660px) {
  
}

/*--------------------------------------------------------------
# index-about
--------------------------------------------------------------*/
.index-about {
  background: url(../images/home/about_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  letter-spacing: 1px;
  line-height: 2;
  height: 120vh;/*80vh*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-about .section-title h2{
  font-size: 4em;
  text-align: left;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 5px rgba(7, 66, 255, 0.4);
}
.index-about .btn-more {
  margin-top: 40px;
  width: 50%;
  height: 60px;
  background: #fdc932;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #021d3c;
  font-weight: 600;
  box-shadow: 0 5px 20px 0 rgb(255 193 7 / 50%);
  transition: 0.3s;
}
.index-about .btn-more:hover{
  box-shadow: 0 5px 20px 0 rgb(255 193 7 / 100%);
}
.index-about .btn-more.b-left{
  border-radius: 40px 0 0 40px;
  background: linear-gradient(180deg, #a1a6b8 20%, #7d7d7d 80%, #58626e 100%);
}
.index-about .btn-more.b-right{
  border-radius: 0 40px 40px 0;
  background: linear-gradient(180deg, #fbca37 20%, #ffc107 80%, #ab8000 100%);
}
@media (max-width: 991px) {
  .index-about {
    height: 43vh;
    display: flex;
    align-content: flex-end;
    align-items: center;
    padding: 0 20px;
  }
  .index-about .section-title h2{
    font-size: 3em;
  }
}
@media (max-width: 450px) {
  .index-about {
    height: 120vh;
    justify-content: center;
  }
  .index-about .section-title h2{
    text-align: center;
  }
}

/*--------------------------------------------------------------
# INDEX-SERVICE
--------------------------------------------------------------*/
.index-service{
  padding: 120px 20px;
}
.index-service .container{
  max-width: 1216px;
}
.index-service .section-title{ 
  font-size: 1.2em;
}
.index-service .section-title span {
  color: #9fa4b4;
  font-size: medium;
}
.index-service .section-title h2 small {
  color: rgb(255 255 255 / 50%);
}
.index-service .serv {
  padding: 10px 26px;
  background: #3f2f006e;
  height: 450px;
  border-radius: 20px;
  box-shadow: 0 0 11px 3px #664d03;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-service .section-title h2{
  color: #fff;
}
.index-service .serv h4{
  color: #ffc107;
  font-weight: 600;
}
.index-service .serv h4 span{
  color: #3e3e3e80;
}
.index-service .leading-loose{
  height: 35%;
}
@media (max-width: 991px) {
  .index-service .serv {
    padding: 10px 26px;
    height: 330px;
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# FEATURED GAMES
--------------------------------------------------------------*/
.featured {
  padding: 80px 0;
}
.carousel {
  /* background: #EEE; */
}
.carousel-cell {
  width: 28%;
  /* height: 200px; */
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
.carousel-cell {
  width: 33%;
  height: 480px;
  border: 1px solid #ffc107;
  padding: 20px 20px;
  margin-right: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  counter-increment: carousel-cell;
}
.carousel-cell.is-selected {
  border: 1px solid #ffc107;
}

.carousel-cell img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 200px;
}
.carousel-cell:hover img {
  transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  transition-duration: 2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.carousel-cell .leading-loose{
  padding: 20px 0;
  font-size: 1em;
  color: #a1a6b8;
  height: 40%;
  overflow: scroll;
}
.carousel-cell .game-info{
  display: flex !important;
  justify-content: center;
}
.carousel-cell .game-info div{
  width: 33.33%;
  color: #a5a5a5;
}
.carousel-cell .game-info div span{
  color: #ffc107;
  font-weight: bold;
}
.carousel-cell .game-info hr{
  display: block;
  height: 32px;
  border-right: 1px solid rgba(62, 62, 62, .2);
}
.gamemore{
  text-align: center;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.btn-gamemore {
  display: block;
  width: 400px;
  padding: 14px;
  color: #fff;
  background: #ffc107;
  border: 2px solid #ffc107;
  border-radius: 10px;
  text-align: center;
  transition: all .4s;
}
.btn-gamemore:hover {
  color: #ffc107;
  background: transparent;
  border: 2px solid #ffc107;
}

@media (max-width: 768px) {
  .carousel-cell {
    width: 75%;
    height: 500px;
  }
}
@media (max-width: 450px) {
  .carousel-cell {
    width: 75%;
    height: 450px;
  }
}


/*--------------------------------------------------------------
# CasinoGames
--------------------------------------------------------------*/
.CasinoGames{
  padding-bottom: 120px;
}
.CasinoGames .games {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.CasinoGames .games .gamesBox {
  width: 20%;
  background: linear-gradient(180deg, #ffc107, #ffc107 48%, #c27000);
  border: 1px solid #ffbf00ad;
  margin: 5px 6px;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 3px 5px 0px #a77d00a1;
  overflow: hidden;
}
.CasinoGames .games .game-name {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 0 3px black;
}
.CasinoGames .games .gamesBox--image {
  background: url(../images/game/casino_bg.jpg) #000;
  background-size: cover;
  border-radius: 20px;
  margin: 6px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.CasinoGames .games .gamesBox--image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.CasinoGames .games .gamesBox{
  border-radius: 25px;}
.CasinoGames .games .gamesBox--button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-shadow: 0 0 3px black;
}
.CasinoGames .games .gamesBox--button a {
  width: 100%;
  height: 50px;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.CasinoGames .games .gamesBox--button a.play {
  color: #fff;
  background: #ffc107;
  background: linear-gradient(180deg, #ffc107, #ffc107 48%, #c27000);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all .4s;
}
.CasinoGames .games .gamesBox:hover a.play{
  background: #a23021;
  background: linear-gradient(180deg, #ffc107, #ffc824 48%, #ff9300);
  color: #fff;
}

.saturate {
  pointer-events: none;
  filter: saturate(30%);
  -webkit-filter: saturate(30%);
}
@media (max-width: 1440px) {
  .CasinoGames .games .game-name {
    bottom: 50px;
  }
}
@media (max-width: 960px) {
  .CasinoGames .games .gamesBox {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .CasinoGames .games .gamesBox {
    width: 40%;
  }
}

.FreePlay{
  padding-top: 60px;
}
/*--------------------------------------------------------------
# userwallet
--------------------------------------------------------------*/
.Wbody {
  padding: 60px 40px 60px 40px;
}
.userwallet {
  border: 1px solid #e6ac6a;
  border-radius: 20px;
  margin: 15px;
  overflow: hidden;
  box-shadow: 0 0 4px #e6ac6a;
}
.wallet-box {
  padding: 20px 40px;
}
.wallet-box .tt{
  font-size: 1em;
}
.boxA{
  border-bottom: 1px solid #41464b;
  background: #745800ab;
}
.boxB{
  border: 0;
  background: #222222ab;
}
.txt-a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wallet-num {
  width: 75%;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 25px;
  padding: 4px 4px;
  margin: 6px;
  box-shadow: inset 0 0 0px 1px #745801;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.btn-depost {
  width: 25%;
  display: block;
  background: linear-gradient(180deg, #fbca37 20%, #ffc107 80%, #ab8000 100%);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
  color: #000 !important;
  text-align: center;
  padding: 6px 10px;
  font-size: 1em;
  border-radius: 20px;
}

@media (max-width: 660px) {
  .Wbody {
    padding: 20px 10px 20px 10px;
  }
  .wallet-box {
    font-size: .8em;
  }
  .wallet-num {
    font-size: 1.2em;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
}
/*--------------------------------------------------------------
# btn
--------------------------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25;
  min-width: 180px;
  border-radius: 6.25rem;
  text-align: center;
  padding: 0.75rem 1.875rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.btn--white {
  color: #fff;
  border: 4px solid #fff;
  margin-top: 12px;
}

.btn--white:hover {
  color: #000;
  background: #fff;
}

.btn--secondary {
  color: #fff;
  background: linear-gradient(357deg, #B39973 0%, #9B774C 100%);
}
.btn--secondary:hover {
  color: #fff;
  background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}
@media (min-width: 48em){
  .btn {
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .btn{
    border-width: 2px;
    margin-top: 12px;
    max-width: 80%;
  }
}

@media (max-width: 425px) {
  .btn {
    min-width: 180px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
section#faq {
  padding: 60px 20px;
}
.faq .container{
  max-width: 960px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
  color: #fff;
}

.faq .faq-list li {
  padding: 10px;
  background: transparent;
  border: 4px solid #fbca37;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.faq .faq-list a {
  display: contents;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}
.faq .faq-list .btn {
  display: initial;
  padding: 6px 24px;
  font-size: .8em;
}
.faq .faq-list img{
  position: relative;
  border-radius: 20px;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 4px;
  top: 4px;
  background: #fbca37;
  color: #FFF;
  padding: 6px;
  border-radius: 12px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 1rem 3rem;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #ffc107;
}

.faq .faq-list a.collapsed:hover {
  color: #ffc107;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.faq.news .container{
  /* max-width: 80%; */
}
@media (max-width: 768px) {
  section#faq {
    padding: 60px 0;
  }
  .faq .faq-list p {
    font-size: .8em;
    padding: 1rem 1rem;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../images/footer-bg.png") #000 repeat;
  color: #fff;
  font-size: 16px;
  position: relative;
}

#footer .ft_logo img {
  max-height: 100px;
}

#footer ul{margin: 30px 0 0 0;}

#footer ul li{
  list-style: none;
  margin: 10px;
  display: inline-block;
}
#footer a {
  color: #ffffff;
  font-style: italic;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffc600;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 1rem;
  margin-top: 30px;
}

#footer .social-links img{
  max-width: 30px;
}

#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}


/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal{
  top: 10%;
}
.modal-header {
  background: linear-gradient(180deg, #fbca37 20%, #ffc107 80%, #ab8000 100%);
  color: #fff;
  font-weight: 900;
  border-bottom: 0;
}
.modal-header .close {
  color: #fff;
  font-size: 2rem;
  padding: 1rem 1rem;
  margin: -1rem -0.2rem -1rem auto;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #ffc107;
  opacity: 1;
}
.modal-footer{
  border: 0;
}
h4.modal-title{
  color:#fff;
}
.modal-content {
  background: #000;
  color: #fff;
  border: 1px solid #ffc107;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0 4px 2px rgb(0 0 0 / 30%);
}
.modal-body {
  max-height: 78vh;
  overflow-y: scroll;
}
.login_form .form-control {
  font-size: 18px;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  background: 0 0;
}
.login_form label {
  margin: 10px 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.login_form .button-red {
  /* min-width: 120px;
  height: 40px; */
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400 !important;
  text-shadow: none;
  margin: 0 -15px;
  background: #dc3545;
  border-radius: 40px;
  border: solid 1px #dc3545;
}
.login_form .button-red:hover {
  background :#99000f;
  transition: all 0.4s;
}
#notice li{
  margin-bottom: 12px;
  border-bottom: 1px dotted #c2c2c2;
}
/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
section#register {
  min-height: 60vh;
  padding: 60px 40px 120px 40px;
}

/*-----------------------------------
    ft_menu
------------------------------------*/

.ft-navbar {
  background: #000;
  border-top: solid 1px #ffc107;
  padding: 8px 0 24px 0;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

.ft-navbar ul {
  margin: auto;
  height: 40px;
  color: #d3def9;
}
.ft-navbar ul li {
  list-style: none;
  padding: 6px 0px;
  text-align: center;
  min-width: 46px;
}
.ft-link-home {
  position: relative;
  bottom: 17px;
  width: 120px;
  height: 54px;
  z-index: 10;
  text-align: center;
}
.ft-link-home .home {
  text-align: center;
  margin: 18px 0;
}
.ft-link-home .home img {
  margin: -8px 0px;
  max-width: 100%;
}
.ft-link-home .home div{
  font-size: .6em;
  line-height: 2.4;
  width: 50px;
  margin: -26px 14px;
}
a.ft-link {
  line-height: 0;
  font-size: .8em;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif; 
}
.ft-link img {
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
}
a.ft-link div{
  margin: 4px auto;
    text-align: center;
}
/*======================mynav=====================*/
.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1029;
  top: 0;
  left: 0;
  background-color: rgb(19 24 36 / 65%);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  top: 0;
  position: relative;
  width: 70%;
  min-height: 100%;
  padding: 70px 12%;
  text-align: left;
  background: #fff;
  background: rgb(0 0 0 / 75%);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.overlay a {
  font-size: small;
  font-family: 'Noto Sans TC', sans-serif; 
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 12px 25px;
  text-align: center;
  background: linear-gradient(0deg, #b84f00 0%, #ffbf00 100%);
  color: #fff !important;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.overlay a:hover, .overlay a:focus {
  color: #e3ba94;
}
a.overlay-btn img {
  width: 25px;
  /* height: 25px; */
  color: #fff;
  margin-right: 10px;
}

/* mobNav_focus */
a.mobNav_focus{
  background: linear-gradient(0deg, #212529 0%, #6c757d 50%, #41464b 100%);
}

/* mobNav_home */
a.mobNav_home {
  background: transparent;
  margin-bottom: 12px;
  height: 70px;
}
a.mobNav_home img{
  max-width: 100%;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
/* 光效動態====================================== */
.glow-gold {
  filter: drop-shadow(0 0 6px #ffd900a2)          drop-shadow(0 0 12px #ffcc0086)          drop-shadow(0 0 20px #ff990089);
  animation: goldFlicker 1.8s infinite alternate;
  -webkit-filter: drop-shadow(0 0 6px #ffd900a2)          drop-shadow(0 0 12px #ffcc0086)          drop-shadow(0 0 20px #ff990089);
}

@keyframes goldFlicker {
      0% {
        filter: drop-shadow(0 0 4px #ffd90080)            drop-shadow(0 0 8px #ffcc0079)            drop-shadow(0 0 12px #ff990084);
        opacity: 0.85;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: drop-shadow(0 0 4px #ffd90080)            drop-shadow(0 0 8px #ffcc0079)            drop-shadow(0 0 12px #ff990084);
    }
      50% {
        filter: drop-shadow(0 0 10px #ffd90078)            drop-shadow(0 0 20px #ffcc0085)            drop-shadow(0 0 30px #ff99007f);
        opacity: 1;
        transform: scale(1.05);
        -webkit-filter: drop-shadow(0 0 10px #ffd90078)            drop-shadow(0 0 20px #ffcc0085)            drop-shadow(0 0 30px #ff9900);
    }
      100% {
        filter: drop-shadow(0 0 6px #ffd700)            drop-shadow(0 0 12px #ffcc00)            drop-shadow(0 0 18px #ff9900);
        opacity: 0.9;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
/* 縮放====================================== */
.scale-pulse {
  display: inline-block;
  animation: scalePulse 2s ease-in-out infinite;
}

@keyframes scalePulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/*======================login-els=====================*/
.login-else, .register_else{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-else h4, .register h4{
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.login-else .hr ,.register_else .hr{
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background: #8f8f8f;
}
.register_else .hr{
  margin: 40px 0;
}
.else-btn {
  display: flex;
    width: 275px !important;
    height: 50px;
    background: -webkit-linear-gradient(90deg,#5BC2E7 20%, #ffe97d,#5BC2E7 90% );
    border-radius: 40px;
    padding: 6px 20px;
    margin: 5px 0;
    align-items: center;
    justify-content: space-between;
}
.else-btn.google{
    padding: 0;
    background:linear-gradient( 127deg,
    #4285f4 0%, #4285f4 15%,
    #DB4437 15%, #DB4437 20%,
    #f4b400 20%, #f4b400 30%,
    #0f9d58 20%, #0f9d58 100%);
}
.google div{
  color: #DB4437;
  background: #ffffff;
  width: 272px !important;
  height: 47px;
  border-radius: 40px;
  padding: 6px 20px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.else-btn.line{
  background: #06c755;
  color: #fff;
  border: 2px solid #0ce762;
}
.else-btn span {
  width: 80%;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-left: 1px solid;
  padding-left: 16px;
}
.else-btn img{
  max-width: 40px;
  padding: 5px;
}


