/* ========================================================================= */
.main_container {
  /* height: 500px; */
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  padding: 9rem 0;
}

.suppliers_main_bg {
  background-size: cover;
}

@keyframes scrolldown_effect {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes scrolldown_effect {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.main_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 100px;
  transform: scaleY(0);
  transform-origin: top;
  background: #e80;
  animation: 4s 3.5s scrolldown_effect infinite;
  -moz-animation: 4s 3.5s scrolldown_effect infinite;
  -webkit-animation: 2s 3.5s scrolldown_effect infinite;
  -o-animation: 4s 3.5s scrolldown_effect infinite;
  -ms-animation: 4s 3.5s scrolldown_effect infinite;
}
.main_container i {
  background: url(../img/top_banner.jpg) center center;
  background-size: cover;
  background-clip: text;
  filter: contrast(0.6) brightness(1.6);
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 5vw;
  letter-spacing: 1rem;
  font-family: "Noto Serif", "Microsoft JhengHei", sans-serif;
}
.main_container > div {
  width: 100%;
  margin: auto;
}

/*===================================================================*/
.suppliers_title .title,
.bole_icon h6,
.certification a {
  color: #e80;
}
/* .suppliers_title{
        width: 100vw;
        overflow: hidden;
    } */
.suppliers_title .title {
  padding: 7% 0 23%;
}
.suppliers_title .title img {
  height: 70px;
  padding-bottom: 1rem;
  max-width: 25%;
  object-fit: contain;
}
.suppliers_title .web_view {
  position: absolute;
  top: 0;
  width: 100vw;
  max-width: 80%;
  height: 100%;
  right: -15%;
  z-index: -1;
  /* transform: translateX(35%); */
}
.web_view iframe {
  width: 100%;
  height: 100%;
}
.web_view img {
  width: 100%;
}
.suppliers_title .area {
  position: absolute;
  bottom: 20%;
  background: #a70000cc;
  padding: 1rem;
  border-radius: 2px;
  color: white;
  width: 60%;
  /* top:15vw; */
  /* margin: 10rem 0 8rem; */
  /* max-width: 40%; */
}
@media (max-width: 1270px) {
  .suppliers_title .web_view {
    max-width: 70%;
    right: 0;
  }
  .suppliers_title .title img {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .suppliers_title .title img {
    max-width: 100%;
  }
}
/* ======================================= */
.atitle {
  position: relative;
  margin: 2rem 0;
  padding-left: 1rem;
  line-height: 30px;
}
.atitle > h6 {
  color: #e80;
  font-weight: 900;
  padding: 5px 0;
}
.secnde_title {
  padding: 5px 0;
  margin: 2rem 0 0.7rem;
}

/* ====================================================================== */
.bf_effect_bg.activebgshow {
  animation: features 5s forwards;
  -webkit-animation: features 5s forwards;
  -moz-animation: features 5s forwards;
  -o-animation: features 5s forwards;
  -ms-animation: features 5s forwards;
}
.bf_effect_main.activeshow {
  animation: features_show 5s forwards;
  -webkit-animation: features_show 5s forwards;
  -moz-animation: features_show 5s forwards;
  -o-animation: features_show 5s forwards;
  -ms-animation: features_show 5s forwards;
}
@keyframes features {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-10px, -5px, 0);
  }
  40% {
    transform: translate3d(10px, -5px, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes features {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-10px, -5px, 0);
  }
  40% {
    transform: translate3d(10px, -5px, 0);
  }
  60% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* ====================================================================================================== */
.game_product {
  /* background-attachment: fixed; */
  width: 100%;
  /* height: 500px; */
  color: white;
  padding: 5rem 0;
}
.game_product::before {
  content: "";
  height: 600px;
  width: 5px;
  position: absolute;
  background: white;
  top: 0;
  left: 50%;
  transform: skewX(20deg);
  transform-origin: center;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
}
.game_product h5 {
  padding: 0 5px;
  margin: 2rem 0;
  position: relative;
  z-index: 2;
  font-weight: 900;
}
.game_product h5::after {
  content: "";
  z-index: -1;
  width: 10rem;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e80;
}

.game_product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5rem -4rem;
}
.game_product li {
  margin: 0 4rem;
}
.game_product embed,
.game_product i {
  display: block;
  width: 64px;
  height: 64px;
  /* position: relative; */
  font-size: 64px;
  margin: 0 auto;
}
.game_product li div {
  /* height: 64px;
        width: 64px; */
  margin-bottom: 1rem;
  text-align: center;
}
.game_product p {
  /* color: #e80; */
  font-size: 21px;
  text-align: center;
  /* position: absolute; */
  /* width: 64px; */
}
.game_product .col-md-6.col-sm-12:nth-child(odd) {
  padding-right: 5rem;
}

/* ============================================ */
.promoLink,
.loadendscrollup {
  width: 62%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}

.promoLink a {
  width: 100%;
  padding: 0 1%;
  letter-spacing: 1.2px;
  margin: 3% 0;
  padding: 2% 0;
  border: 1px solid #1643f3;
  color: #1643f3;
}
/* ===================================================== */
.backtoindex {
  margin: 0 auto;
  width: 100%;
}
.backtoindex a {
  width: 30%;
  height: 20%;
  border: 1px solid #e80;
  text-align: center;
  margin: 2% 1%;
  padding: 1%;
  color: #e80;
  position: relative;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.backtoindex a:hover {
  color: #161514;
  border: 1px solid rgba(238, 136, 0, 0);
}
.backtoindex a::after,
.backtoindex a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -webkit-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.backtoindex a::after {
  border-top: 1px solid #e80;
  transform-origin: right;
}
.backtoindex a::before {
  border-bottom: 1px solid #e80;
  transform-origin: left;
}
.backtoindex a:hover::after,
.backtoindex a:hover::before {
  transform: scaleX(1);
}
/* =============================== */
.loadendscrollup {
  width: 70%;
  margin: 1% auto 0;
  color: #e80;
  font-size: 18px;
  /* text-align: center; */
}
.loadendscrollup a {
  border: 1px solid #e80;
  background-color: rgba(238, 135, 0, 0);
  padding: 1% 20%;
  /* display: inline-block; */
  margin-top: 5%;
  /* box-sizing: border-box;
                -webkit-box-sizing: border-box; */
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
  border-bottom: none;
  letter-spacing: 2.5px;
  transition: 0.3s ease all;
}
.loadendscrollup a:hover {
  background-color: rgb(238, 135, 0);
  color: #fff;
  font-style: italic;
}
/* ================================================ */
footer {
  width: 100%;
  background: #161514;
  background-size: 20%;
  color: #e69820;
  text-align: center;
  font-weight: 100;
  padding: 2rem 0;
}
footer li {
  padding: 0 2rem;
}
.cyright {
  color: #ddd;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 1%;
  font-style: italic;
  background: #191918;
  font-weight: 100;
}
@media (max-width: 1200px) {
  .flex-md-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .main_container {
    padding: 7rem 0;
  }
  .game_product ul {
    margin: 0;
  }
  .game_product li {
    margin: 0.5rem 1.7rem;
  }
}
/* ================================================================================== */
@media (max-width: 768px) {
  /* .location_info {padding: 0 15px;} */
  .main_container + .container {
    padding: 0;
  }
  .mobile-relative {
    position: relative !important;
  }
  .mobile-absolute {
    position: absolute !important;
  }
  .mobile-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .flex-sm-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #topbar {
    flex-direction: column;
    /* padding: 0 .5rem; */
  }
  #topbar .logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .nav_right {
    /* padding: .5rem 0; */
    margin-right: -4px;
  }
  .nav_right .socialmedia {
    padding: 0;
  }
  .nav_right .fa_icon a {
    margin: 4px;
  }
  .nav_right .fa_icon svg {
    width: 40px;
    height: 40px;
  }
  .main_container {
    padding: 7rem 0 4rem 0;
  }
  .hanburgmenu {
    align-self: flex-end;
    height: 30px;
    top: 30%;
  }
  .main_container::after {
    height: 50px;
  }
  .home-content.commonTop {
    margin-top: 4rem;
  }
  .main_container i {
    font-size: 10vw;
    font-weight: 900;
  }
  .suppliers_title .web_view {
    position: relative;
    max-width: 100%;
    right: 0;
    z-index: 1;
  }
  .suppliers_title .title {
    padding: 15px;
  }
  .web_view img {
    width: 100%;
  }
  .suppliers_title .area {
    background: unset;
    width: 100%;
    color: #981812;
    top: 0;
    margin: 0;
  }

  .atitle > p {
    font-size: 14px;
  }

  .game_product .row.align-items-center {
    padding: 0 1rem;
  }
  .game_product::before {
    display: none;
  }
  .game_product ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
  }
  .game_product li {
    flex: 0 2 0;
    margin: 0;
    padding: 1rem;
  }
  .game_product h5::after {
    width: 100%;
  }
  .game_product embed,
  .game_product i {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .game_product p {
    font-size: 12px;
  }
  .game_product .col-md-6.col-sm-12:nth-child(odd) {
    padding-right: 15px;
  }
  .game_product .col-md-6.col-sm-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .certification .col-md-6.col-sm-12 {
    margin-bottom: 3rem;
  }
  .certification > div > .d-flex {
    flex-direction: column;
  }
  .certification img {
    width: 40%;
    height: 40%;
  }
  .promoLink {
    width: 100%;
  }
  .backtoindex a {
    width: 100%;
    padding: 2% 1%;
    margin: 2% 0;
  }
}
