.theme-v1-nav {
  background: #333 !important;
}

.theme-v1 {
  width: 100%;
  margin-top: -197px;
  position: relative;
}

.home-marker ul li i {
  color: #454034;
}

.menu-bg {
  background: url("/theme/img/menu-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  min-width: 120px;
  height: 38px;
  margin: 0 5px;
  text-align: center;
}

.home-heading {
  height: 147px;
  text-align: center;
  background: url("/theme/img/heading-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 0;
  margin-bottom: 0;
}

.home-heading h2 {
  font-size: 40px;
  letter-spacing: 5px;
  color: #FFF;
  -webkit-text-fill-color: #FFF;
}

.part {
  box-sizing: border-box;
  position: relative;
}

.part-1 {
  width: 100%;
  box-sizing: border-box;
  padding-top: 150px;
  background: url("/theme/img/part-1.png") no-repeat center/100% 100%;
}

.part-1 .news-bg {
  background-image: url("/theme/img/bg-1.png");
  padding: 40px;
}

.part-1 .news-bg .view-more {
  right: 85px;
  top: 65px;
}

.part-1 .news-bg .tabs-left .tab-content .tab-list {
  padding-left: 0;
  border-bottom-color: #8A7931;
}

.part-1 .news-bg .tabs-left .tab-content .tab-list .badge-bg {
  background-color: #454034;
  border: 1px solid #907d3f;
}

.part-1 .news-bg .tabs-left .tab-content .tab-list a {
  color: #FFF;
}

.part-1 .news-bg .tabs-left .tab-content .tab-list a:hover {
  color: #ffe984;
  text-decoration: none;
}

.part-1 .news-bg .tabs-left .nav-pills .nav-link.active,
.part-1 .news-bg .tabs-left .nav-pills .show > .nav-link {
  background: #8A7931;
}

.part-2 {
  width: 100%;
  box-sizing: border-box;
  background: url("/theme/img/part-2.png") no-repeat center/100% 100% !important;
  padding-top: 200px;
}

.part-3 {
  width: 100%;
  height: 920px;
  padding-top: 50px;
  box-sizing: border-box;
  background: url("/theme/img/part-3.png") no-repeat center/100% 100% !important;
}

.part-4 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.part-4 .tabs-right .tab-content .tab-list {
  padding-left: 0;
  border-bottom-color: #8A7931;
}

.part-4 .tabs-right .tab-content .tab-list .badge-bg {
  background-color: #454034;
  border: 1px solid #907d3f;
}

.part-4 .tabs-right .tab-content .tab-list a {
  color: #FFF;
}

.part-4 .tabs-right .tab-content .tab-list a:hover {
  color: #ffe984;
  text-decoration: none;
}

.part-4 .tabs-right .nav-pills .nav-link.active,
.part-4 .tabs-right .nav-pills .show > .nav-link {
  background: #8A7931;
}

.part-5 {
  width: 100%;
  height: 968px;
  padding-top: 150px;
  box-sizing: border-box;
  overflow-x: hidden;
  background: url("/theme/img/part-4.png") no-repeat center/100% 100% !important;
}

.part-5 .carousel-inner {
  width: 650px;
  margin: 0 auto;
}

.part-5 .carousel-inner .carousel-item {
  background: url("/theme/img/slider-bg.png");
  background-repeat: no-repeat;
  padding: 41px;
  background-size: cover;
}

.tab-character {
  padding-top: 50px;
}

.tab-character .nav::-webkit-scrollbar {
  height: 8px;
}

.tab-character .nav::-webkit-scrollbar-thumb {
  background-color: #6D533D;
  background-clip: content-box;
}

.tab-character .tab-content {
  background: inherit;
}

.tab-character .tab-content .character-info .text-warning {
  color: #ffe984 !important;
}

.tab-character .tab-content .character-info .btn-primary {
  background: #454034;
  border: 1px solid #8A7931;
}

.tab-character .nav-pills .nav-link.active,
.tab-character .nav-pills .show > .nav-link {
  background: #8A7931;
}

.tab-character .nav-link {
  background: #454034;
  color: #FFF;
  border-color: #907d3f;
}

.tab-character .nav-item:last-child .nav-link {
  border: inherit;
}

.part-box.part-box-active {
  width: 1165px;
}

.part-box {
  width: 52px;
  height: 776px;
  margin: 0 auto 0;
  display: flex;
  overflow: hidden;
  transition: 2s;
  align-items: center;
  position: relative;
}

.part-box::before {
  background: url("/theme/img/bar-left.png") no-repeat center/100% 100% !important;
}

.part-box > div:first-child {
  background: url("/theme/img/bg-2.png") no-repeat center/100% 100%;
}

.part-box > div {
  width: 100%;
  min-width: 1165px;
  height: 623px;
  box-sizing: border-box;
  padding: 0 55px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: url("/theme/img/bg-2.png") no-repeat center/100% 100%;
}

.part-box::before,
.part-box::after {
  width: 53px;
  height: 776px;
  content: "";
  top: 0;
  position: absolute;
}

.part-box::after {
  right: 0;
  background: url("/theme/img/bar-right.png") no-repeat center/100% 100%;
}

.swiper-pagination {
  margin-bottom: -30px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #454034;
  opacity: inherit;
}

span.swiper-pagination-bullet-active {
  background: #8A7931 !important;
}

.swiper {
  max-width: 50%;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide {
  background: url("/theme/img/slider-bg.png");
  padding: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.swiper-slide-active::after {
  background: none;
}

.swiper-slide > div {
  text-align: center;
  display: none;
  opacity: 0;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide h2 {
  font-size: 1.2rem;
  font-family: "Libre Baskerville", serif;
  position: relative;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.swiper-slide-active h2::after {
  -webkit-animation: line 0.5s linear forwards;
          animation: line 0.5s linear forwards;
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .swiper-slide h2 {
    font-size: 2rem;
  }
}

.flip-card__top {
  color: #d3a1d2 !important;
}

.flip-card__back::before {
  color: #d3a1d2 !important;
}

.flip-card__bottom,
.flip-card__back-bottom {
  color: #FFF !important;
}

.btn-music {
  border: 3px solid #3C3B36;
  background: #A99A61;
}

.btn-music i {
  font-size: 30px;
  padding-top: 0;
}

.circle-us {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: -3px;
}

.circle-us:before,
.circle-us:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #3C3B36;
  border-radius: 50%;
}

.circle-us:before {
  -webkit-animation: ripples 2s linear infinite;
          animation: ripples 2s linear infinite;
}

.circle-us:after {
  -webkit-animation: ripples 2s linear 1s infinite;
          animation: ripples 2s linear 1s infinite;
}

/* ripple effect */

@-webkit-keyframes ripples {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes ripples {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.detail-container .container{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
