/* ===== Animations ===== */
@keyframes spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

@-webkit-keyframes light {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes light {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

@-webkit-keyframes flash {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes flash {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ===== Base / Reset ===== */
body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif, Arial;
  font-weight: 400;
  font-size: 18px;
}

html,
body {
  height: 100%;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #135599;
}

/* ===== Fixed Right Sidebar ===== */
/* .fixedbar-info {
  position: fixed;
  right: 8px;
  top: 30%;
  background: url('../images/RightList.png') center center no-repeat;
  width: 151px;
  height: 523px;
  color: #fff;
  z-index: 1000;
} */

/* #sidebar {
  display: none;
} */

/* .RightList-top {
  position: absolute;
  background: url('../images/RightList-top.png') center center no-repeat;
  width: 138px;
  height: 50px;
  left: 50%;
  bottom: 92px;
  transform: translateX(-50%);
  transition: .3s all;
}

.RightList-top:hover {
  background: url('../images/RightList-top-hover.png') center center no-repeat;
} */

/* .fixedbar-info>ul {
  display: flex;
  align-items: center;
  margin-top: 72px;
  flex-direction: column;
}

.fixedbar-info ul li {
  margin-bottom: 4px;
}

.fixedbar-info ul li a {
  display: inline-block;
  width: 124px;
  height: 40px;
}

.fixedbar-info ul li:nth-child(1) a {
  background: url('../images/RightList-option1.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(1) a:hover {
  background: url('../images/RightList-option1-hover.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(2) a {
  background: url('../images/RightList-option2.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(2) a:hover {
  background: url('../images/RightList-option2-hover.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(3) a {
  background: url('../images/RightList-option3.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(3) a:hover {
  background: url('../images/RightList-option3-hover.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(4) a {
  background: url('../images/RightList-option4.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(4) a:hover {
  background: url('../images/RightList-option4-hover.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(5) a {
  background: url('../images/RightList-option5.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(5) a:hover {
  background: url('../images/RightList-option5-hover.png') center center no-repeat;
}

.fixedbar-info ul li:nth-child(6) ul {
  display: flex;
}

.fixedbar-info ul li:nth-child(6) ul li a {
  display: inline-block;
  transition: .3s all;
}

.fixedbar-info ul li:last-child ul li:nth-child(1) a {
  background: url('../images/RightList-fb.png') center center no-repeat;
  width: 35px;
  height: 35px;
}

.fixedbar-info ul li:last-child ul li:nth-child(1) a:hover {
  background: url('../images/RightList-fb-hover.png') center center no-repeat;
}

.fixedbar-info ul li:last-child ul li:nth-child(2) a {
  background: url('../images/RightList-yt.png') center center no-repeat;
  width: 35px;
  height: 35px;
}

.fixedbar-info ul li:last-child ul li:nth-child(2) a:hover {
  background: url('../images/RightList-yt-hover.png') center center no-repeat;
}

.fixedbar-info ul li:last-child ul li:nth-child(3) a {
  background: url('../images/RightList-bh.png') center center no-repeat;
  width: 35px;
  height: 35px;
}

.fixedbar-info ul li:last-child ul li:nth-child(3) a:hover {
  background: url('../images/RightList-bh-hover.png') center center no-repeat;
} */

/* ===== Orientation Overlay ===== */
#landscape {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: #17171a;
  display: none;
  z-index: 9999;
}

#landscape p {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f0dec6;
  font-size: 16px;
}

/* ===== Layout Helpers ===== */
.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}

.scroll-top {
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  z-index: 999;
  margin: 0;
}

.scroll-top .arrow {
  border: solid #000000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

button.scroll-top {
  display: none;
}

/* .bg-white {
  background: #0b0b0b !important;
} */

.bg-white-alert {
  background: #000 !important;
}

/* ===== Common UI Utilities ===== */
.navbar-light .navbar-toggler {
  border: none;
}

.ht-logo a {
  margin-left: -20px;
  display: inline-block;
}

.note-new {
  position: relative;
}

.totop::after {
  content: "";
  position: absolute;
  background: transparent url('https://landing.mangot5.com/template/fs1/web/images/new.png') no-repeat center center;
  width: 20px;
  height: 20px;
  font-size: 0 !important;
  line-height: 0 !important;
  vertical-align: top;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  left: -2px;
  z-index: 1000;
}

.note {
  position: relative;
}

.badge {
  position: relative;
  /* border: 1px solid #d0d0d0; */
  border-radius: 25px;
  background: #fff;
  color: #fff;
  padding: 4px 8px;
}

.badge:hover {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.2);
}

.badge-hot {
  background: #ff8417;
}

.tab-pane .badge-hot:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 16px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url('https://landing.mangot5.com/template/fs1/web/images/hot.png') no-repeat center center;
  background-size: contain;
}

.badge-event {
  background: #9424c3;
}

.tab-pane .badge-event:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 24px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url('https://landing.mangot5.com/template/fs1/web/images/event.png') no-repeat center center;
  background-size: contain;
}

.badge-server,
.badge-system {
  background: #2476c3;
}

.tab-pane .badge-server:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 16px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url('https://landing.mangot5.com/template/fs1/web/images/system.png') no-repeat center center;
  background-size: contain;
}

/* .badge-shop {

}

.badge-shop:hover {

} */
/* .badge-update {

}

.badge-update:hover {

} */

/* ===== Modal / Gallery Popup ===== */
/* .modal.fade .modal-dialog {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.modal.fade.show .modal-dialog {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
} */

.modal .modal-content {
  border: none;
  background: transparent;
  border-radius: 0;
}

/* .gallery-pic-modal{
  z-index: 1050;
}
  
.modal-backdrop{
  z-index: 9999;
} */

/* .modal .gallery-bg .modal-body {
  background-color: #fff;
  background: url(https://landing.mangot5.com/template/xa/web/images/gallery-pic-modal-bg.jpg) center center;
} */

.modal .gallery-bg .modal-body::after {
  content: '';
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #ADA3A3;
}

.modal .gallery-bg .modal-body::before {
  content: '';
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ADA3A3;
}

.modal .gallery-bg .modal-body .gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.modal .gallery-bg .modal-body .pic-detail {
  background-color: #000;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
}

.modal .gallery-bg .modal-body .pic-detail img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.modal .gallery-bg .modal-body .gallery-header .header-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modal .gallery-bg .modal-body .gallery-header .header-left .piece-name {
  font-size: 24px;
  font-weight: 600;
}

.modal .gallery-bg .modal-body .gallery-header .header-left .author-name {
  font-size: 12px;
  color: #87806E;
}

.modal .gallery-bg .modal-body .gallery-header .header-left .info {
  display: flex;
}

.modal .gallery-bg .modal-body .gallery-header .header-left .info .posting-time,
.modal .gallery-bg .modal-body .gallery-header .header-left .info .views {
  font-size: 12px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  color: #3E3E3E;
  gap: 4px;
}

.modal .gallery-bg .modal-body .gallery-header .header-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal .gallery-bg .modal-body .gallery-header .header-right .btn-like {
  width: 48px;
  height: 48px;
  border: 1px solid #ADA3A3;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all;
  cursor: pointer;
}

.modal .gallery-bg .modal-body .gallery-header .header-right .btn-like .like-shape {
  background: url('https://landing.mangot5.com/template/xa/web/images/like-default.png') center center no-repeat;
  width: 28px;
  height: 24px;
  transition: .3s all;
}

.modal .gallery-bg .modal-body .gallery-header .header-right .btn-like:hover {
  border-color: #adaba3;
  box-shadow: 0px 0px 5px #adaba3;
}

.modal .gallery-bg .modal-body .gallery-header .header-right .btn-like:hover .like-shape {
  background: url('https://landing.mangot5.com/template/xa/web/images/like-active.png') center center no-repeat;
  width: 28px;
  height: 24px;
  transform: scale(1.1);
}

.modal .gallery-bg .modal-body .gallery-header .header-right .like-count {
  font-size: 12px;
}

.modal .gallery-bg .modal-body .detail {
  margin-top: 24px;
  position: relative;
  z-index: 100;
}

.modal .gallery-bg .modal-body .detail hr {
  margin: 12px 0;
}

.modal .gallery-bg .modal-body .gallery-text {
  font-size: 14px;
  color: #000;
}

.modal .modal-content .modal-header {
  border: none;
  border-radius: 0;
}

.modal .modal-content .modal-header button.close {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #ddd9cd;
  border: 1px solid #ddd9cd;
  text-shadow: none;
  margin-bottom: 0;
}

.modal .modal-content .modal-header button.close:hover {
  color: #f0dec6;
}

.portrait-modal .modal-content .modal-body {
  padding: 40px;
}

.modal .modal-content .modal-header button.close {
  /* border: 0; */
}

/* ===== Navbar ===== */

#nav-load.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
}

#nav-load {
  transition: background-color 0.3s ease;
  background-color: transparent;
}

#nav-load.scrolled {
  background-color: #eaedff;
}

#nav-load.scrolled .nav-link {
  color: #000;
  text-shadow: none;
}

#nav-load:has(.nav-link:hover),
#nav-load:has(.dropdown-menu:hover) {
  background-color: #eaedff;
  transition: background-color 0.3s ease;
}

#nav-load:has(.nav-link:hover) .nav-link,
#nav-load:has(.dropdown-menu:hover) .nav-link {
  color: #000;
  text-shadow: none;
}

.app_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 9981;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 0;
  visibility: hidden;
}

.app_overlay.open {
  opacity: 0.6;
  visibility: visible;
}

.navbar {
  padding: 0;
}

.navbar .nav-item {
  position: relative;
}

.navbar.navbar-expand-lg::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  height: 0;
  opacity: 0;
  width: 100%;
  top: 100%;
  z-index: 1;
  /* border-top: 1px solid #000000; */
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.navbar.navbar-expand-lg.show::after {
  height: 285px;
  opacity: 1;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 0 32px;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  text-shadow:
    0px 0px 5px rgba(0, 0, 0, 0.8),
    0px 0px 9px rgba(0, 0, 0, 0.6),
    0px 0px 15px rgba(0, 0, 0, 0.4);
}

.navbar.navbar-light .nav-link:hover {
  opacity: 1;
  color: #000;
}

.navbar-light .navbar-nav:has(.nav-link:hover) .nav-link {
  text-shadow: none;
}

.navbar .nav-left-panel {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  max-width: 320px;
  visibility: hidden;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.navbar .nav-left-panel.show {
  display: block;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.navbar .nav-left-panel .nav-left-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  z-index: 9995;
  background: #212121;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 50px;
  background: transparent;
  border: none;
  white-space: nowrap;
  text-indent: -99999em;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle::after,
.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-toggle::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-header {
  height: 75px;
  margin: 0;
  padding: 0 25px;
  overflow: hidden;
  position: relative;
  background: #252525;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-header .navbar-brand-mb {
  display: inline-block;
  max-width: 120px;
  margin: 20px 0 0;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-list {
  color: #fff;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-list ul {
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-list ul li {
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-list ul li a {
  color: #999;
  display: block;
  padding: 3px 0;
  font-size: 15px;
}

.navbar .nav-left-panel .nav-left-wrap .nav-left-list .nav-title {
  font-size: 18px;
  border-bottom: 1px solid #383838;
  margin: 0;
  height: 43px;
  line-height: 43px;
  padding: 0 25px;
  background: #1d1d1d;
}

.navbar .navbar-brand.logo {
  max-width: 125px;
  width: 100%;
  height: 48px;
  background: transparent url('https://landing.mangot5.com/template/fs1/web/images/nav-logo_pc.png') no-repeat 50%;
  background-size: contain;
  text-indent: -99999em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.navbar .dropdown.active {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.navbar .dropdown .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: 230px;
  min-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;

}

.navbar .dropdown .dropdown-menu .dropdown-item {
  color: #717171;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  position: relative;
}

.navbar .dropdown .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 28px;
  background: #54cff0;
  border-radius: 999px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all;
}

#downloadContent .dropdown-menu .dropdown-item::before {
  width: 90px;
}

#mediaContent .dropdown-item:nth-child(1)::before,
#mediaContent .dropdown-item:last-child::before {
  width: 120px;
}


.navbar .dropdown .dropdown-menu .dropdown-item:hover,
.navbar .dropdown .dropdown-menu .dropdown-item:focus {
  background: transparent;
  color: #434343;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover::before,
.navbar .dropdown .dropdown-menu .dropdown-item:focus::before {
  opacity: 1;
}

.navbar .nav-sign,
.navbar .nav-member,
.navbar .nav-sign-login {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #54cff0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 170px;
  height: 53px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  color: #0e0f34;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.29));
  cursor: pointer;
}


.navbar .nav-member {
  text-align: center;
}

.navbar .nav-sign-login {
  padding-left: 38px;
  text-align: left;
}

.navbar .nav-sign:hover,
.navbar .nav-member:hover,
.navbar .nav-sign-login:hover {
  background: #fdd109;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.35));
}

.navbar .nav-sign:before,
.navbar .nav-sign-login:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url('https://landing.mangot5.com/template/fs1/web/images/member.png') no-repeat center center;
  width: 23px;
  height: 19px;
}

.navbar .nav-sign.nav-sign-toggler,
.navbar .nav-member.nav-sign-toggler,
.navbar .nav-sign-login.nav-sign-toggler {
  display: none;
}

.navbar .dropdown-signin.dropdown-signin-mb {
  display: none;
}

.navbar .dropdown-signin.dropdown-signin-mb .nav-member::before {
  top: 8px;
}

.navbar .dropdown-signin.dropdown-signin-mb .nav-sign-login-box {
  right: 0;
  left: auto;
  margin-top: 0;
}

.navbar .dropdown-signin.is-active .nav-sign-login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .dropdown-signin .nav-sign-login-box {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  display: none;
  background: linear-gradient(180deg, rgb(45 45 45) 0%, rgb(0 0 0) 100%);
  color: #fff;
  font-size: 15px;
  z-index: 9;
  margin: 12px 0 0;
  width: 230px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar .dropdown-signin .nav-sign-login-box .point {
  padding: 15px 0;
}

.navbar .dropdown-signin .nav-sign-login-box .point p {
  display: inline-block;
  margin: 0 0 5px;
  width: 40%;
  text-align: left;
  white-space: nowrap;
}

.navbar .dropdown-signin .nav-sign-login-box .point .point-wrap {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 15px;
  width: 50%;
  text-align: right;
}

.navbar .dropdown-signin .nav-sign-login-box .point .point-wrap::after {
  content: "";
  clear: both;
}

.navbar .dropdown-signin .nav-sign-login-box .point .point-wrap span {
  color: #FAD36D;
  position: relative;
  padding-right: 2px;
}

.navbar .dropdown-signin .nav-sign-login-box .acount-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.navbar .dropdown-signin .nav-sign-login-box .acount-info a {
  color: #999;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.navbar .dropdown-signin .nav-sign-login-box .acount-info a:hover {
  color: #fff;
}

.navbar .dropdown-signin .nav-sign-login-box .nav-member-logout {
  color: #FAD36D;
  text-decoration: none;
  position: relative;
  padding: 15px 15px 15px 30px;
  font-size: 15px;
}

.navbar .dropdown-signin .nav-sign-login-box .nav-member-logout:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent url('https://landing.mangot5.com/template/fs1/web/images/icon.png') no-repeat 0 0;
  background-position-y: -17px;
  width: 17px;
  height: 16px;
}

.navbar .nav-gamestart {
  background: url("https://landing.mangot5.com/template/fs1/web/images/start_btn.png") no-repeat 0 0;
  background-size: contain;
  width: 171px;
  height: 57px;
  text-indent: -99999em;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.navbar .nav-gamestart::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.navbar .nav-gamestart:hover::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}

.navbar .nav-gamestart:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  /* background: url(https://landing.mangot5.com/template/ge/web/images/start_light_hover.png) no-repeat 0 0; */
}

/* .navbar .nav-rt .nav-item {
  margin: 0 5px;
} */

.navbar .nav-rt .nav-item:first-child {
  margin: 0 5px;
}

.navbar .nav-rt .nav-item:last-child {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.29));
  margin: 0 30px;
  position: relative;
  cursor: pointer;
}

.navbar .nav-rt .nav-item:last-child::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 45px;
  height: 45px;
  background: url('https://landing.mangot5.com/template/fs1/web/images/ball.png') no-repeat center center;
  background-size: contain;
}

.navbar .nav-rt .nav-item:last-child:hover::after {
  animation: spin 0.8s linear infinite;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

/* ===== Navbar End ===== */
/* ===== Slider (Legacy) ===== */

/* .slick-next::before,
.slick-prev::before {
  transform: unset;
  border: unset;
  background: url('../images/slider_arrow.png') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-180deg);
} */

/* ===== Slider End ===== */

/* ===== News / Notice Section ===== */
.newsinfo-section {
  padding: 145px 0px 1100px;
  overflow: hidden;
  background: url('https://landing.mangot5.com/template/fs1/web/images/newsinfo-section_bg.png') no-repeat center top;
  background-size: cover;
  min-height: 2142px;
  margin-top: -40px;
}

.newsinfo-section .container.custom-container {
  max-width: 1400px;
  padding: 80px 80px;
}

.newsinfo-section .container.custom-container .row {
  align-items: flex-start;
}

.newsinfo-section #myTab.nav-tabs {
  position: relative;
  border: 0;
  justify-content: center;
  z-index: 1;
  margin-left: 15px;
}

.newsinfo-section #myTabContent {
  background: #fff;
  padding: 15px 20px;
  border: 8px solid #54cff0;
  border-radius: 16px;
  box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.77);
  margin-top: -5px;
  position: relative;
  z-index: 2;
}

.nav-tabs .nav-item {
  max-width: 100%;
  z-index: 1;
}

.newsinfo-section .nav-tabs .nav-item button {
  width: 145px;
  height: 45px;
  border: none !important;
}

.newsinfo-section .nav-tabs .nav-item button.note:before,
.notice-section .nav-tabs .nav-item button.note:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ff0707;
  position: absolute;
  right: 10px;
  top: 10px;
}

/* .newsinfo-section .nav-tabs .nav-item:nth-child(1) button {
  background: url('../images/board-tab1.png') center center no-repeat;
}

.newsinfo-section .nav-tabs .nav-item:nth-child(2) button {
  background: url('../images/board-tab2.png') center center no-repeat;
}

.newsinfo-section .nav-tabs .nav-item:nth-child(3) button {
  background: url('../images/board-tab3.png') center center no-repeat;
}

.newsinfo-section .nav-tabs .nav-item:nth-child(4) button {
  background: url('../images/board-tab4.png') center center no-repeat;
}

.newsinfo-section .nav-tabs .nav-item:nth-child(1) .nav-link:hover,
.newsinfo-section .nav-tabs .nav-item:nth-child(1) .nav-link.active {
  background: url('../images/board-tab1-hover.png') center center no-repeat;
}

.newsinfo-section .nav-tabs .nav-item:nth-child(2) .nav-link:hover,
.newsinfo-section .nav-tabs .nav-item:nth-child(2) .nav-link.active {
  background: url('../images/board-tab2-hover.png') center center no-repeat;
}

.newsinfo-section .nav-tabs .nav-item:nth-child(3) .nav-link:hover,
.newsinfo-section .nav-tabs .nav-item:nth-child(3) .nav-link.active {
  background: url('../images/board-tab3-hover.png') center center no-repeat;
}

.newsinfo-section .nav-tabs .nav-item:nth-child(4) .nav-link:hover,
.newsinfo-section .nav-tabs .nav-item:nth-child(4) .nav-link.active {
  background: url('../images/board-tab4-hover.png') center center no-repeat;
} */

.newsinfo-section .nav-tabs .nav-item button {
  background: url('https://landing.mangot5.com/template/fs1/web/images/news_tab.png') center center no-repeat;
  width: 127px;
  height: 51px;
  color: #fff;
  font-weight: 400;
  transition: 0.3s all ease;
  background-size: contain;
  margin-right: 10px;
}

.newsinfo-section .nav-tabs .nav-item button.active,
.newsinfo-section .nav-tabs .nav-item button:hover {
  background-image: url('https://landing.mangot5.com/template/fs1/web/images/news_tab-active.png');
  color: #fff;
}

.newsinfo-section .nav-tabs .nav-item.tab-more {
  margin-left: auto;
}

.newsinfo-section .nav-tabs .nav-item.tab-more button {
  position: relative;
  width: 30px;
  height: 30px;
  background: url('https://landing.mangot5.com/template/fs1/web/images/plus.png') center center no-repeat;
  border-radius: 0;
  transition: 0.3s all ease;
}

.newsinfo-section .nav-tabs .nav-item.tab-more button:hover {
  filter: brightness(1.2);
}

/* .newsinfo-section .tab-content {
  background: #FDFDFD;
  filter: drop-shadow(3px 3px 5px #00000090);
  padding: 15px;
} */

.tab-content .tab-pane ul {
  padding: 0;
  list-style: none;
}

.tab-content .tab-pane ul li {
  margin: 0;
  border-bottom: 1px solid #C0BEB8;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 0 0 20px;
  height: 49px;
}

.tab-content .tab-pane ul li:last-child {
  border: none;
}

.tab-content .tab-pane ul li .tit {
  position: relative;
  margin-left: 5px;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 0;
}

.tab-content .tab-pane ul li .tit a {
  font-size: 15px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
}

.tab-content .tab-pane ul li .event-time {
  color: #5895cf;
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  padding-right: 10px;
}

.tab-content .label {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  z-index: 2;
  transition: all 0.3s;
}

.info-icon {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  padding: 0 0 0 22px;
}

.info-icon .time {
  position: relative;
  font-size: 12px;
  white-space: nowrap;
}

.info-icon .time::before {
  content: "";
  background: transparent url('https://landing.mangot5.com/template/fs1/web/images/time.png') no-repeat center center;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -19px;
  top: 3px;
}

.info-icon .count {
  position: relative;
  font-size: 12px;
}

.info-icon .count::before {
  content: "";
  background: url('https://landing.mangot5.com/template/fs1/web/images/eye.png') no-repeat center center;
  width: 15px;
  height: 9px;
  position: absolute;
  left: -19px;
  top: 5px;
}

/* ===== Video Section (Legacy, Commented) ===== */
/* .video-section .transform {
  transform: translateY(-160px);
  position: relative;
  z-index: 100;
}

.video-section {
  background: url(../images/video-bottom.png) no-repeat center top;
  background-size: cover;
  position: relative;
}

.video-section::after {
  position: absolute;
  content: '';
  background: url('../images/video-flower.png') center center no-repeat;
  width: 520px;
  height: 540px;
  background-size: cover;
  left: -120px;
  top: -280px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 10;
}

.video-section::before {
  position: absolute;
  content: '';
  background: url('../images/video-flower.png') center center no-repeat;
  width: 520px;
  height: 540px;
  background-size: cover;
  right: -120px;
  bottom: -280px;
}

.video-section .tit {
  padding: 0 0 40px;
  margin: 0 auto;
  text-align: center;
}

.video-section .slide-video-box {
  border: 2px solid #AF644E;
}

.video-section .slide-video-box .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.video-section .slide-video-box .card .feat_video_inner {
  position: relative;
  display: block;
}

.video-section .slide-video-box .card .feat_video_inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.video-section .slide-video-box .card .feat_video_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/video-btn.png) no-repeat center center;
  background-size: contain;
  z-index: 3;
  width: 49px;
  height: 50px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.video-section .slide-video-box .card .feat_video_inner:hover::before,
.video-section .slide-video-box .card .feat_video_inner:hover::after {
  opacity: 1;
}

.video-section .slide-video-box .card .feat_video_inner>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.video-section .slide-video-box .card .card-body {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: #FDFAF4;
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 48px;
  padding: 0 10px;

}

.video-section .slide-video-box .card .card-body .card-title {
  color: #2D2D2D;
  font-size: 15px;
}

.video-section .slide-video-box .card .card-footer {
  display: flex;
  justify-content: space-between;
  background: #FDFAF4;
  border-radius: 0;
  border: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  line-height: 20px;
  padding: 0 10px;
}

.video-section .slide-video-box .card .card-footer .author,
.video-section .slide-video-box .card .card-footer .time {
  font-size: 13px;
  color: #803404;
  font-weight: 500;
}

.video-section .slide-video-box .card .card-footer .time {
  color: #2D2D2D;
} */

/* ===== Game Guide / Guide / Footer ===== */
.game-guide-section {
  position: relative;
  padding: 0px;
  padding-bottom: 0px;
  margin-top: -1355px;
  background-size: cover;
  overflow: hidden;
  min-height: 630px;
}

.game-guide-section .custom-container {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: -200px;
}

.game-guide-section .tit {
  padding: 0 0 40px;
  margin: 0 auto;
  text-align: center;
  /* position: relative;
  z-index: 1; */
}

/* .game-guide-section .tit::after {
  content: '';
  position: absolute;
  width: 534px;
  height: 531px;
  background: url('../images/features-tit-dec.png') no-repeat center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  z-index: -1;
} */

/* .game-guide-section .game-guide-box {
  margin: 10px -4vw 0;
} */

/* .game-guide-section .game-guide-box .row {
  justify-content: center;
} */

/* .game-guide-section .game-guide-box .game-guide-btn {
  position: relative;
  transition: .3s all;
} */

/* .game-guide-section .game-guide-box .game-guide-btn:hover {
  filter: brightness(1.1);
} */

/* .game-guide-section .game-guide-box .game-guide-btn:nth-child(1) {
  display: block;
  background: url(../images/game-reel1.png) no-repeat center bottom;
  background-size: contain;
  width: 407px;
  height: 587px;
} */

/* .game-guide-section .game-guide-box .game-guide-btn:nth-child(1):hover {
  background: url(../images/game-reel1_hover.png) no-repeat center bottom;
  background-size: contain;
} */

/* .game-guide-section .game-guide-box .game-guide-btn:nth-child(2) {
  display: block;
  background: url(../images/game-reel2.png) no-repeat center bottom;
  background-size: contain;
  width: 407px;
  height: 587px;
} */

/* .game-guide-section .game-guide-box .game-guide-btn:nth-child(2):hover {
  background: url(../images/game-reel2_hover.png) no-repeat center bottom;
  background-size: contain;
} */

/* .game-guide-section .game-guide-box .game-guide-btn:nth-child(3) {
  display: block;
  background: url(../images/game-reel3.png) no-repeat center bottom;
  background-size: contain;
  width: 407px;
  height: 587px;
} */

/* .game-guide-section .game-guide-box .game-guide-btn:nth-child(3):hover {
  background: url(../images/game-reel3_hover.png) no-repeat center bottom;
  background-size: contain;
} */

.guide-section {
  position: relative;
}

.guide-section .tit {
  position: relative;
  z-index: 10;
}

.guide-section .container {
  position: relative;
  z-index: 10;
}

#ft {
  position: relative;
  background: #181818;
  padding: 15px 0;
  margin: 0 auto;
  min-height: 99px;
  z-index: 1;
}

#ft>div {
  max-width: unset;
}

#ft .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

#ft .copyright li {
  margin: 0;
  vertical-align: top;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-right: 15px;
}

#ft .copyright li:nth-child(2) {
  margin: 0 25px;
}

#ft .copyright li:nth-child(3) {
  margin: 0 25px 0 0;
}

#ft .copyright li:last-child {
  line-height: 1.6;
  align-items: center;
}

/* ===== Gallery Section (Legacy, Commented) ===== */
/* pic-section */
/* .game-guide-section #myTabContent {
  position: relative;
}

.game-guide-section #myTabContent::before {
  content: '';
  background: url('../images/photo-frame.png') center center no-repeat;
  position: absolute;
  left: -2%;
  top: -3%;
  width: 1287px;
  height: 680px;
}

.pic-section {
  margin-bottom: 160px;
}

.pic-section .container.custom-container {
  max-width: 1300px;

}

.pic-section ul.nav {
  margin-bottom: 20px;
}

.pic-flex-01,
.pic-flex-02,
.pic-flex-03,
.pic-flex-04 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.pic-flex-02,
.pic-flex-04 {
  margin-bottom: 16px;
} */

/* #gallery-Tab li {
  margin: 0 8px;
}

#gallery-Tab li button {
  width: 169px;
  border: 0;
  height: 47px;
}

#gallery-Tab li#pic-section-01 button {
  background: url('../images/photo-btn1.png') center center no-repeat;
}

#gallery-Tab li#pic-section-01 button:hover,
#gallery-Tab li#pic-section-01 button.active {
  background: url('../images/photo-btn1-hover.png') center center no-repeat;
}

#gallery-Tab li#pic-section-02 button {
  background: url('../images/photo-btn2.png') center center no-repeat;
}

#gallery-Tab li#pic-section-02 button:hover,
#gallery-Tab li#pic-section-02 button.active {
  background: url('../images/photo-btn2-hover.png') center center no-repeat;
}

.gallery-pic {
  overflow: hidden;
}

.gallery-pic a {
  display: inline-block;
  position: relative;
} */

/* ===== Global Responsive ===== */
#ft .copyright .rating {
  margin-right: 12px;
}

/* ===== Detail Box ===== */
.detail-box a {
  font-family: "Noto serif SC";
  font-weight: 400;

}

.detail-box .detial-list {
  border: 1px solid #d4d4d4;
}

.detail-box .detial-list a {
  background-color: #f5f5f5;
}

.detail-box .detial-list a:active {
  color: #424242;
}

/* ===== Media Queries ===== */
/* -- <= 1600px -- */
@media (max-width: 1600px) {
  .navbar .navbar-brand.logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .navbar.navbar-light .nav-link {
    font-size: 13px;
    padding: 0 24px;
  }

  .navbar .dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
  }

  .navbar .nav-sign,
  .navbar .nav-member,
  .navbar .nav-sign-login {
    padding: 0;
    width: 50px;
    height: 50px;
    text-indent: -99999em;
  }

  .navbar .nav-sign:before,
  .navbar .nav-member:before,
  .navbar .nav-sign-login:before {
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .navbar .nav-rt .nav-item {
    margin: 0 3px;
  }

  .navbar .nav-sign:before,
  .navbar .nav-member:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 4px;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent url('https://landing.mangot5.com/template/fs1/web/images/icon.png') no-repeat 0 0;
    background-position-y: -17px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 18px;
    height: 17px;
  }
}

/* -- <= 1280px -- */
@media (max-width: 1280px) {
  .game-guide-section #myTabContent::before {
    display: none;
  }
}

/* -- >= 1200px -- */
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1600px;
  }
}

/* -- <= 1024px -- */
@media (max-width: 1024px) {
  .fixedbar-info {
    display: none;
  }

  .scroll-top {
    right: 15px;
    left: auto;
  }

  .scroll-top.fixed-bottom {
    bottom: 10vh;
  }

  .scroll-top:hover {
    background: #fff;
  }

  .scroll-top:hover .arrow {
    border: solid #000000;
    border-width: 0 1px 1px 0;
  }

  #nav-load {
    background-color: #eaedff;
  }

  .navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #000000;
  }

  .navbar .navbar-brand.logo {
    margin: 0 auto;
    max-width: 80px;
  }

  .navbar.navbar-light .nav-link {
    font-size: 15px;
  }

  .navbar .dropdown:hover .dropdown-menu {
    display: none;
    margin-top: auto;
  }

  .navbar .nav-sign,
  .navbar .nav-member,
  .navbar .nav-sign-login {
    width: 40px;
    height: 40px;
  }

  .navbar .nav-sign.nav-sign-toggler,
  .navbar .nav-member.nav-sign-toggler,
  .navbar .nav-sign-login.nav-sign-toggler {
    display: block;
  }

  .navbar .dropdown-signin.dropdown-signin-mb {
    display: block;
    margin-right: 15px;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-light .navbar-toggler {
    display: block;
  }

  .modal-lg {
    max-width: 800px;
  }

  .newsinfo-section .container.custom-container {
    background: transparent;
    min-height: auto;
    padding: 12px;
  }

  .newsinfo-section #myTab.nav-tabs {
    padding: 0 12px;
    flex-wrap: nowrap;
  }

  .newsinfo-section .nav-tabs .nav-item button {
    margin-right: 5px;
  }

  .game-guide-section .custom-container {
    flex-wrap: wrap;
  }

  .tab-content .tab-pane ul li {
    padding-left: 24px;
  }

  .tab-content .label {
    padding: 4px 8px;
  }

  .note-new::after {
    left: -28px;
  }

  #ft .copyright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #ft .copyright li:nth-child(3) {
    margin: 0;
  }

  #ft .copyright li {
    width: 100%;
  }

  #ft .copyright li:first-child,
  #ft .copyright li:nth-child(2) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #ft .copyright li:nth-child(3) {
    padding: 15px 0;
  }

  #ft .copyright .rating {
    margin-right: 5px;
  }

  .video-section::after {
    display: none;
  }

  .pic-section {
    margin-bottom: 80px;
  }

  .video-section::before {
    display: none;
  }

  .game-guide-section .game-guide-box .game-guide-btn::after {
    display: none;
  }

  .guide-section::before {
    display: none;
  }

  .guide-section .tit {
    padding-bottom: 20px;
  }

  .game-guide-section {
    min-height: auto;
    padding: 40px 0;
  }

  .game-guide-section .game-guide-box {
    margin: 0;
  }

  .game-guide-section .game-guide-box .dropdownw {
    width: 100%;
  }

  .game-guide-section .game-guide-box .game-guide-btn:nth-child(1) {
    width: 180px;
    height: 300px;
  }

  .game-guide-section .game-guide-box .game-guide-btn:nth-child(2) {
    width: 180px;
    height: 300px;
  }

  .game-guide-section .game-guide-box .game-guide-btn:nth-child(3) {
    width: 180px;
    height: 300px;
  }

  .pic-left {
    width: 40.6%;
  }

  .pic-right {
    width: 45%;
  }

  .pic-flex-01,
  .pic-flex-02,
  .pic-flex-03,
  .pic-flex-04 {
    align-items: start;
  }
}

/* -- >= 992px -- */
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1140px;
  }

  .gallery-pic-modal .modal-lg {
    max-width: 800px;
  }
}

/* -- <= 991px -- */
@media (max-width: 991px) {
  .totop::after {
    left: 2px;
  }

  .game-guide-section .tit {
    padding: 0;
    margin: 200px auto 100px;
  }

  .game-guide-section .tit img {
    width: 300px;
    height: 300px;
    pointer-events: none;
  }
}

/* -- <= 767px -- */
@media (max-width: 767px) {
  .wrapper .ht-navbar {
    z-index: 999;
  }

  .newsinfo-section .container.custom-container {
    padding: 0px 5px
  }

  /* .gallery-pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .pic-section .container.custom-container .row,.pic-left, .pic-flex-02{
    width: 100%;
  }
  #gallery-01{
    display: inline-block;
    width: 100%;
  }
  #gallery-pic-01{
    width: 60%;
  }
  #gallery-pic-02{
    width: 37%;
  }
  #gallery-pic-01 a,#gallery-pic-02 a{
    width: 100%;
    padding-bottom: 60%;
  } */
}

/* -- <= 575px -- */
@media (max-width: 575px) {
  .modal .modal-content .modal-header button.close {
    font-size: 15px;
    line-height: 16px;
  }

  .navbar .navbar-brand.logo {
    margin: 0;
    height: 24px;
  }

  .navbar .dropdown-signin .nav-sign-login-box .nav-member-logout {
    font-size: 15px;
  }

  .info-icon,
  .tab-content .tab-pane ul li .event-time {
    display: none;
  }

  .tab-content .tab-pane ul li .tit a {
    font-size: 13px;
  }

  .newsinfo-section #myTab.nav-tabs {
    /* margin-top: 1vh; */
    padding: 0;
  }

  /* .newsinfo-section .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    margin-bottom: 8px;
  } */

  .video-section .slide-video-box .card .card-body {
    bottom: 19px;
  }

  .video-section .slide-video-box .card .card-footer .author,
  .video-section .slide-video-box .card .card-footer .time {
    font-size: 12px;
  }

  #ft .copyright {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 12px;
  }

  #ft .copyright li {
    font-size: 12px;
  }

  #ft .copyright li:nth-child(2) {
    margin: 0;
  }

  .newsinfo-section .nav-tabs .nav-item button {
    width: 73px;
    height: 51px;
    font-size: 10px;
    margin-bottom: -7px;
  }

  .newsinfo-section .nav-tabs .nav-item button {
    margin-right: 2px;
  }

  .game-guide-section .tit {
    margin: 0px auto 150px;
  }
}

/* -- <= 480px -- */
@media (max-width: 480px) {
  .totop::after {
    left: 1px;
  }
}