/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* color use:https://coolors.co/030c11-003152-fcedd9-fbb13c-fe6847 */
body {
  font-family: 'Noto Sans TC',sans-serif;
   color: #333;
  background: #efefef;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "cwTeXYen", sans-serif;
  color: #bd9d00;
  font-weight: 500;
}
h2 span.en-title{ 
   color: #333; 
  font-size: 50%; 
  font-weight: normal;
}
.text-right{
  text-align: right;
}
.small, small {
  font-size: 50%;
}
@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: #FBB13C;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #FBB13C;
   color: #333;
}

.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: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* height: 90px; */
  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: #FBB13C;
  font-family: "cwTeXYen", sans-serif;
}
#header .logo{
  text-align: center;
}
#header .logo img {
  padding: 0;
  max-height: 70px;
}
.heard-top{
  padding: 0.5rem;
}
.heard-top h2{
  /* font-size: 24px; */
  font-weight: 900;
  padding: 8px;
  text-align: center;
  color: transparent;
}
.scrolled-offset, #main {
  margin-top: 90px;
}
@media (max-width: 1410px) {
  #header .logo a span{
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #header {
    /* height: 70px; */
  }
  #header .logo img {
    margin: auto;
    max-height: 70px;
    padding: 4px;
  }
  #header .logo{
    flex: none;
  }
}
@media (max-width: 960px) {
  .scrolled-offset {
    margin-top: 0px;
  }
  .scrolled-offset, #main {
    margin-top: 72px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-bg {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
}
.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: space-between;
  font-size: 1rem;
  color: #333;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}

.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: #bd9d00;
}
.navbar a span{
  color: #FFF;
  font-size: 12px;
  display: none;
}

.btn-login {
  background: transparent;
  color: #bd9d00 !important;
  padding: 6px 20px;
  border: 2px solid #bd9d00;
  min-width: 100px;
}
.btn-login:hover {
  color: #bd9d00 !important;
  border: 2px solid #bd9d00;
  background: transparent;
  box-shadow: 0 0 4px 4px rgb(189 157 0 / 55%);
}
.btn-register {
  background: #bd9d00;
  color: #fff !important;
  padding: 6px 20px;
  border: 2px solid #bd9d00;
  min-width: 100px;
}
.btn-register:hover {
  color: #fff !important;
  border: 2px solid #bd9d00;
  background: #bd9d00;
  box-shadow: 0 0 4px 4px rgb(189 157 0 / 55%);
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #333;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
}

.mobile-nav-toggle.bi-x {
  color: #fcd535;
}

@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(193 193 193 / 90%);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  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: 1rem;
  color: #333;
}

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

.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: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-shadow: 0 0 4px rgb(255 255 255 / 76%);
}

.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 0;
  background: #fff;
  border-top: solid 2px #acacac;
  /*padding-top: 70px;*/
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.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: 1%;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(0 0 0 / 40%);
  box-shadow: 0px 0px 4px 3px #fcd535;
}

@media (max-width: 768px) {
  .testimonials {
    background: transparent;
    padding:0;
    /* padding-top: 70px; */
  }
  .testimonials .testimonial-item .testimonial-img {
    overflow: hidden;
}
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# m-side-menu
--------------------------------------------------------------*/
.GameNav {
  padding: 0;
  border-bottom: 1px solid #9b02ff;
  box-shadow: 0px -2px 4px rgb(98 0 162);
}
.GameNav .nav{ 
  margin-top: 10px;
}
.GameNav li.nav-item.col{
  text-align: center;
}
.GameNav .color .img{
  overflow: hidden;
  margin: auto;
  margin-bottom: 6px;
}
.GameNav picture, .GameNav img{
  height: 60px;
  display: block;
  margin: auto;
  margin-bottom: 2px;
}
.nav-pills .nav-link {
  border-radius: 0;
  color: #fff;
  margin-bottom: 10px;
}
.GameNav .nav-link {
  color: #fff;
  font-family: "cwTeXYen", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  padding-bottom: 12px;
  margin: auto;
  text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent;
}
.GameNav .color.active{
  background-color: transparent;
  color: #fcd535;
  display: block;
  margin: auto;
  border-bottom: 4px solid #ffeb3b;
  width: 90px;
}
.tab-content{
  box-shadow: 0px 6px 15px 0px rgb(51 51 51 / 57%);
}
@media (max-width: 660px) {
  .GameNav li.nav-item.col {
    /* margin:0 12px; */
  }
  .GameNav picture, .GameNav img{
    max-width: 75%;
    max-height: 100%;
  }
  .GameNav .color .img {
    height: 40px;
  }
}
/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
a.btn-about {
  background: rgb(255 255 255 / 50%);
  padding: 6px 16px;
  border: 1px solid #bd9d00;
  color: #bd9d00;
  border-radius: 20px;
  margin: 4px;
}

.our-history {
  padding: 80px 0;
}

.our-history .info {
  padding: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*--------------------------------------------------------------
# .our-history-about .timeline
--------------------------------------------------------------*/
.our-history-about {
  padding: 140px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url(/action/assets/www/images/about/about_bg.jpg);
  border-top: 1px solid #d9d9d9;
}
.our-history-about p {
  font: 400 18px/25px "Source Sans Pro";
  margin-bottom: 70px;
}
.our-history-about .timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.our-history-about .timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #bd9d00;
}
.our-history-about .timeline:before {
  left: 50%;
}

.our-history-about .timeline>li .timeline-panel {
  padding: 0 20px 20px 100px;
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.our-history-about .timeline>li .timeline-panel {
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}
.our-history-about .timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 0 30px 20px 20px;
  text-align: left;
}
.our-history-about .timeline>li.timeline-inverted>.timeline-panel {
  padding: 0 100px 20px 20px;
}
.our-history-about .timeline>li:after {
  clear: both;
}

.our-history-about .timeline>li:after, .our-history-about .timeline>li:before {
  display: table;
  content: ' ';
}
.our-history-about .timeline>li {
  min-height: 100px;
  margin-bottom: 100px;
}
.our-history-about .timeline>li .timeline-image {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  border: 7px solid #bd9d00;
  border-radius: 100%;
  background-color: #e5e5e5;
}
.our-history-about .timeline>li .timeline-image {
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
}
.our-history-about .timeline>li .timeline-image {
  width: 170px;
  height: 170px;
  margin-left: -85px;
}
.rounded-circle {
  border-radius: 50%!important;
}
.our-history-about .timeline>li .timeline-image {
  width: 170px;
  height: 170px;
  margin-left: -85px;
}
.our-history-about .timeline>li .timeline-image h4 {
  margin-top: 36px;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .our-history-about .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
 }
@media (max-width: 660px) {
  .our-history-about .timeline:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 40px;
      width: 2px;
      margin-left: -1.5px;
      content: '';
  }
  .our-history-about .timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}
  .our-history-about .timeline>li .timeline-image {
      position: absolute;
      z-index: 10;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: #fff;
      border: 7px solid #e5e5e5;
      border-radius: 100%;
      background-color: #3c88e7;
  }
  .our-history-about .timeline>li .timeline-panel,
  .our-history-about .timeline>li.timeline-inverted>.timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}
  .our-history .info {
    padding:0 20px;
  }
}
/*--------------------------------------------------------------
# casino
--------------------------------------------------------------*/
.casino {
  padding: 60px 0;
  background-position: top;
  background-image: url(/action/assets/www/images/bg_casino.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}
.casino .container{
  padding-bottom: 60px;
}
.casino .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 15px;
  background: url(/action/assets/www/images/casino_bg.png) #fff;
  background-size: 100% 100%;
  background-position: center;
}

.casino .member .member-img {
  padding: 19px 12px 0px 12px;
  position: relative;
  overflow: hidden;
  width: 78%;
  margin: auto;
}

.casino .member .member-info {
  text-align: center;
  width: 83%;
  padding: 9px 5px;
  border-top: 1px solid #e9dcbd;
  margin: auto;
  margin-bottom: 8px;
}

.casino .member .member-info h4 {
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

.casino .member .member-info span {
  /* display: block; */
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  display: none;
}

.casino .member .member-info p {
  font-size: 14px;
  line-height: 26px;
}
.casino .member .member-info .product-item {
  padding-bottom: 16px;
  height: 228px;
  overflow-y: scroll;
}
.casino .member .member-info .product-item p{
  text-align: left;
}
.button-red{
  background: url(/action/assets/www/images/button-red.png) no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 200px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400 !important;
  text-shadow: none;
  margin: 0 -15px;
}
.button-red:hover {
  color: #240037;
}
.btn-slot{
  background-image: url(/action/assets/www/images/btn_blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  color: rgb(255 255 255 / 68%);
  letter-spacing: 2px;
  font-weight: 400 !important;
  text-shadow: none;
  padding: 4px 17px 10px 17px;
}
.btn-slot:hover{
  color: #fff;
}
.product-item p {
  margin: 0 16px;
}
@media (max-width: 767px) {
  .casino{
    padding: 60px 0 80px 0 !important;
  }
  .casino .member .member-img {
    margin-bottom: -11px;
    /* z-index: -1; */
    width: 100%;
  }
  .casino .member {
    /* display: inline-flex; */
    width: 100%;
    border: 1px solid #f1e8c1 !important;
    border-radius: 20px;
    padding: 12px 0px 12px 0px;
    box-shadow: 0 0 7px 0px #a9a38d;
    background: rgb(255 255 255 / 38%);

  }
  .casino .member .member-info{
    padding: 12px;
    width: auto;
    border: 0;
  }
  .casino .member .member-info .product-item p {
    text-align: left;
    line-height: 1.5;
    margin: 0 6px;
  }
}

@media screen and (min-width: 1921px){
  .casino {
    background-size: cover;
  }
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
._service, ._service2{
  padding: 100px 0;
}
.service .elements {
  text-align: center;
  /* padding: 100px 0; */
  border-bottom: 1px solid #e5e5e5;
}
.sev-info {
  height: 180px;
}
.sev-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  padding: 12px;
}
.sev-img{
  max-width: 80px;
  padding: 10px;
  margin-bottom: 10px;
}
.sev-img {
  height: 70px;
  width: 70px;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 auto 30px;
}
.sev-img img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width:  45px;
}
.sev-body:hover .sev-img {
  border-color: #bd9d00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.our-services {
  padding: 0px 0;
  text-align: right;
  background: #202020;
  position: relative;
  overflow: hidden;
}
.our-services .swiper-container{
  position: absolute;
  right: 0;
  max-width: 600px;
}
.our-services .swiper-slide .testimonial-img{
  max-width: 100%;
}
.our-services .info{
  padding: 100px 60px 0 0;
  color: #fff;
}
.our-services .info h2 {
  border-right: 5px solid #b3996a;
  color: #b3996a;
  padding: 0 16px;
  margin-bottom: 40px;
}
.our-services--element {
  position: relative;
  margin-bottom: 50px;
  font-size: 14px;
  letter-spacing: 1px;
}
.our-services--element__image {
  position: absolute;
  right: -88px;
  top: 10px;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border: 5px solid rgb(165 137 86 / 49%);
  box-shadow: 0 0 4px 0px rgb(51 51 51 / 72%);
}
.our-services--element__image img{
  max-width: 30px;
}
.services-banner{
  padding: 200px 0 40px;
  background: url(/action/assets/www/images/service/service_banner.jpeg) #fff;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  position: relative;
  text-align: center;
}
.dot-dash {
  position: relative;
  text-align: center;
  font-size: 55px;
  line-height: 0;
  color: #bd9d00;
  margin: 20px 0 40px;
  display: block;
}
.dot-dash.dark:after, .dot-dash.dark:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    bottom: 0;
  background: #bd9d00;
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: relative;
  display: inline-block;
  margin-right: 10px
}
.dot-dash:after {
  margin-right: 0;
  margin-left: 10px;
}
.get-started {
  padding: 6em 0;
  background: url(/action/assets/www/images/service/get-started.webp) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #333;
}
.get-started:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgb(255 255 255 / 60%);
  z-index: 0;
}
.get-started .container{
  position: relative;
}
.get-started h2{
  color: #000;
}
.button{
  display: inline-block;
  min-width: 145px;
  max-width: 200px;
  padding: 16px 0;
  border: 2px solid #bd9d00;
  text-align: center;
  font: 600 14px/1 "Open Sans";
  background: #bd9d00;
  color: #fff;
  margin: 0 14px 15px 0;
  border-radius: 25px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.button:hover{
  background: 0 0;
  color: #bd9d00;
  border-color: #bd9d00;
}
@media (max-width: 768px) {
  .our-services .info {
    padding: 100px 90px 0px 15px;
  }
  .our-services--element__image {
    right: -73px;
  }
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
section#faq {
  padding: 140px 20px;
}
.faq .container{
  max-width: 960px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-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: 1rem;
}
.faq .faq-list img{
  position: relative;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

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

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

.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: 120px 0;
  }
  .faq .faq-list p {
    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("/action/assets/www/images/footer-bg.png") #000 repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  /* content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; */
}
#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: #fcd535;
  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 .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #bd9d00;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5ab652;
  color: #fff;
  text-decoration: none;
}

#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;
}


/*--------------------------------------------------------------
# SEO
--------------------------------------------------------------*/
.product-item h3{
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

section.seo, section._seo {
  border-top: 1px solid #b3ab85;
  background: rgb(161 154 108 / 20%);
  padding: 60px 0;
}

section.seo .container{
  padding-bottom: 0;
  color: #333;
}
/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal-header {
  background: #8f8f8f;
  color: #fff;
  font-weight: 900;
  border-bottom: 0;
}
.modal-header .close {
  color: #fff;
  font-weight: 400;
}
.modal-footer{
  border: 0;
}
h4.modal-title{
  color:#fff;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-content {
  background-color: #fff;
  border: 1px solid #8f8f8f;
}
.modal-body {
  max-height: 70vh;
  overflow-y: scroll;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #333;
  opacity: .5;
}

.login_form .form-control {
  font-size: 18px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  background: 0 0;
  color: #333;
}
.login_form label {
  margin: 10px 6px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  letter-spacing: 2px;
}
.login_form .button-red {
  min-width: 200px;
  height: 60px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400 !important;
  text-shadow: none;
  margin: 0 -15px;
}
#notice li{
  margin-bottom: 12px;
  border-bottom: 1px dotted #fcd535;
}
/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
section#register {
  margin-top: 10%;
  min-height: 60vh;
  padding: 60px 40px 120px 40px;
}

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

.ft-navbar {
  background: #2a2a2a;
  border-top: solid 1px #818181;
  padding: 8px 0 24px 0;
  box-shadow: -3px -6px 8px 0px rgb(177 177 177 / 60%);
  border-radius: 20px 20px 0 0;
}

.ft-navbar ul {
  margin: auto;
  height: 40px;
}
.ft-navbar ul li {
  list-style: none;
  padding: 6px 10px;
  text-align: center;
  min-width: 32px;
}
.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: 22px 0;
  width: 45px; */
}
.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;
}
.ft-link img {
  margin-bottom: 4px;
  width: 32px;
  height: 32px;
}
a.ft-link div{
  margin: 4px auto;
    text-align: center;
}

/* login-els */
.login-else, .register_else{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-else h4, .register h4{
  color: #333;
  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: 300px !important;
    height: 50px;
    background: -webkit-linear-gradient(90deg,#bd9d00 20%, #ffe97d,#bd9d00 90% );
    border-radius: 40px;
    padding: 6px 20px;
    margin: 5px 0;
    align-items: center;
    justify-content: space-between;
}
.else-btn.google{
  background: #db4437;
  color: #fff;
}
.else-btn.line{
  background: #06c755;
  color: #fff;
}
.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;
}
