body {
  background: #090909;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #f82249;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("https://294vips.com/img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: url(../image/back-to-top.png);
  width: 55px;
  height: 75px;
  text-align: center;
  right: 15px;
  bottom: 75px;
  transition: background 0.5s ease-in-out;
}


.back-to-top:hover {
  background: url(../images/back-to-top-h.png);
  bottom: 75px;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
  position: relative;
  padding-top: 10px;
  text-align: center;
}

/*.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}*/

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

/*.section-with-bg {
  background-color: #090909;
}*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: linear-gradient(to bottom, #EAEDFA 0%, #EAEDFA 100%);
}

#header.header-scrolled,
#header.header-fixed {
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: -10px;
	max-height: 60px;
}

#header h1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  float: left;
  /*width: calc(100% / 2);*/
  padding: 0px;
  line-height: 90px;
}

#header h1 img{
  width: 100%;
  max-width: 110px;
  height: auto;
  margin-left: 260px;
  margin-top: -50px;
 }

#header .p-club img {
  max-height: 60px;
  width: auto;
  margin: -10px 140px 0;
}
 
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

.arrow {
  margin-top: 20px;
  margin-left: 5px;
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: GenRyuMin TW,"Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li.www294{
  line-height: 40px;
  margin-right: 10px;
}

.login { 
  background: linear-gradient(to right, #45455b 0%, #585877 100%);
  margin-top: -25px;
  transition: 0.5s;
}

.register {
  background: linear-gradient(to right, #51BA9D 0%, #70ADDF 100%);
  margin-top: -25px;
  transition: 0.5s;
}

/*.nav-menu > li {
  margin-left: 8px;
}*/

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f82249;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.title-button a {
  width: 110px;
  height: 90px;
  color: #fff;
  border-radius: 0px;
  border: 0px;
  transition: all ease-in-out 0.3s;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 16px;
  text-align: center;
  line-height: 75px;
}

.nav-menu li.title-button a:hover {
  background: #3a91f5;
}

.nav-menu li.title-button:hover a:before,
.nav-menu li.title-button.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Hide Menu */

.hide_menu {
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #424463 0%, #31324b 100%);
  display: none;
  top: 90px;
  position: fixed;
  left: 0;
  z-index: 999;
}

.hide_menu ul {
  margin: 0 auto;
  max-width: 1200px;
}

/* Main Button */
#main {
  background-image: url(../images/bg-dress.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}


.main-button {
  margin-top: 500px;
}

.main-button-level {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-level.png);
  transition: none;
}

.main-button-level:hover {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-level-h.png);
  transition: none;
}

.main-button-improve {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-improve.png);
  transition: none;
}

.main-button-improve:hover {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-improve-h.png);
  transition: none;
}

.main-button-gift {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-gift.png);
  transition: none;
}

.main-button-gift:hover {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-gift-h.png);
  transition: none;
}

.main-button-power {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-power.png);
  transition: none;
}

.main-button-power:hover {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-power-h.png);
  transition: none;
}

.main-button-explain {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-explain.png);
  transition: none;
}

.main-button-explain:hover {
  width: 215px;
  height: 215px;
  background: url(../images/main-button-explain-h.png);
  transition: none;
}


/* Second Button */

.second-button-level {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-level.png) no-repeat;
  display: block;
  margin-top: 7px;
  float: left;
  margin-right: 60px;
  margin-left: 60px;
}

.second-button-level:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-level-h.png) no-repeat;
  display: block;
  margin-top: 7px;
  float: left;
  margin-right: 60px;
}

.second-button-improve {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-improve.png) no-repeat;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 60px;
}

.second-button-improve:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-improve-h.png) no-repeat;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 60px;
}

.second-button-gift {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-gift.png) no-repeat;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 60px;
}

.second-button-gift:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-gift-h.png) no-repeat;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 60px;
}

.second-button-power {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-power.png) no-repeat;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 60px;
}

.second-button-power:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-power-h.png) no-repeat;
  display: block;
  margin-top: 3px;
  float: left;
  margin-right: 60px;
}

.second-button-explain {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-explain.png) no-repeat;
  display: block;
  margin-top: 5px;
  float: left;
}

.second-button-explain:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-explain-h.png) no-repeat;
  display: block;
  margin-top: 5px;
  float: left;
}

/* VIP Level */

#level .section-header {
  margin-top: 20px;
}

.vip-badge {
  margin-top: -30px;
}

.vip-badge ul li {
  list-style: none;
  float: left;
  margin: 3px;
}

.vip-badge ul li img {
  width: 100px;
  height: auto;
}

.vip-explain {
  text-align: center;
}

.vip-explain img {
  margin-top: 30px;
}

.tooltip-vip {
  position: relative;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
}

.tooltip-vip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #101522;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  border: 1px solid #fff;
  
  /* 定位 */
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left: 50%;
  margin-left: -100px;
}

.tooltip-vip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-vip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #fff transparent transparent transparent;	
}

.tooltip-vip hr {
  margin: 5px auto;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.5);
  width: 80%;
}


/* Improve */

.improve img:last-child,
.gift img:nth-of-type(3),
.gift img:last-child {
  display: none;
}

.gift img:first-child {
  display: block;
  margin: 0 auto;
}

.gift img:nth-of-type(2) {
  display: block;
  margin: 30px auto 0;
}


/* Gift */

.gift,.explain {
  text-align: center;
  margin: 20px auto 0px;
}


/* Power */

#power .section-header {
  margin-top: 50px;
}

.power {
  border: 3px solid #b2cade;
}

.power ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.power li {
  flex: 1;
  display: flex;
  align-items: stretch;
  cursor: pointer;
  transition: all .5s ease;
  height: 632px;
}

.power li.active {
  flex: 4.15;
  cursor: default;
}


.power li .section-title {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
}

#explain-2 .explain {
  margin-bottom: 50px;
}



/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/*#mobile-nav-toggle i:hover {
  color: #ffc937;
}*/

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: -65%;
  padding-top: 70px;
  bottom: 0;
  z-index: 996;
  background: rgba(17, 17, 17, 0.87);
  width: 100%;
  overflow-y: auto;
  transition: 0.4s;
  text-align: center;
  height: 65%;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
  margin: 5px auto;
}

#mobile-nav ul li .index-icon {
  width: 70px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  background: url(../images/index-icon.png) no-repeat;
  text-decoration: none;
  display: block;
  outline: none;
}

#mobile-nav ul li .index-icon:hover {
  background: url(../images/index-icon-h.png) no-repeat;
}

#mobile-nav ul li .sale-icon {
  width: 70px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  background: url(../images/sale-icon.png) no-repeat;
  text-decoration: none;
  display: block;
  outline: none;
}

#mobile-nav ul li .sale-icon:hover {
  background: url(../images/sale-icon-h.png) no-repeat;
}

#mobile-nav ul li a p {
  display: none;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}

#mobile-nav ul .menu-item-active {
  color: #f82249;
}

#mobile-body-overly {
  width: 100%;
  height: 65%;
  z-index: 995;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh !important;
  background: url(../images/title-bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #f82249;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #f82249;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f82249;
}

#intro .about-btn:hover {
  background: #f82249;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
  margin-top: 30px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  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: #f82249;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #f82249;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-family: GenRyuMin TW;
  font-weight: 700;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

.mobile-button {
  display: none;
}

.mobile-power {
  display: none;
}

.mobile-vip-explain {
  display: none;
}

.mobile-explain {
  display: none;
}

@media (min-width: 767px) {

}

@media (min-width: 768px) {

}

@media (min-width: 991px) {

}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  #intro {
    width: 100%;
    margin: 0 auto;
  }

  .arrow {
    display: none;
  }

  #canvas {
    display: none !important;
  }

  .vip-badge ul li {
    float: none;
  }

  .main-button {
    margin-top: 350px;
  }

  .arrow {
    margin-top: 550px;
  }

  .main-button-level {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-level:hover {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-improve {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-improve:hover {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-gift {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-gift:hover {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-power {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-power:hover {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-explain {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }
  
  .main-button-explain:hover {
    transition: none;
    transform: scale(0.8);
    margin: -20px;
  }

  .improve img {
    width: 49% !important;
  }

  .gift img:first-child {
    display: none;
  }

  .gift img:nth-of-type(2) {
    display: none;
  }

  .gift img:last-child {
    display: block;
    margin-top: 20px;
  }

  .gift img {
    width: 100%;
  }

  .power ul {
    display: none;
  }

  .mobile-power {
    display: block;
    width: 100%;
  }

  .power {
    border: none;
  }

  .mobile-power img {
    display: block;
    width: 100%;
    margin: 10px auto;
    border: 3px solid #b2cade;
  }

  #intro {
    width: 100%;
    height: 75vh !important;
    background: url(../images/vip-mobile-banner1200.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

  #header .p-club img {
    max-height: 60px;
    width: auto;
    margin: -10px 100px 0;
  }
}



@media (max-width: 991px) {
  #header {
    background: rgba(17, 17, 17, 0.87);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  .p-club img {
    max-height: 50px !important;
    width: auto;
  }

  .login,
  .register {
    background: none;
    padding-top: 5px;
  }

  #mobile-nav ul li:nth-of-type(3) {
    float: left;
    left: 25%;
  }

  #mobile-nav ul li:nth-of-type(4) {
    float: right;
    right: 25%;
  }

  .mobile-button a {
    margin-top: 30px;
  }

  #nav-menu-container {
    display: none;
  }

  .main-button {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro {
    width: 100%;
    height: 70vh !important;
    background: url(../images/vip-mobile-banner-991x928.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  .mobile-button {
    display: block;
  }
  /* Second Button */

.second-button-level {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-level.png) no-repeat;
  display: block;
  margin: 75px auto 0;
  float: none;
}

.second-button-level:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-level-h.png) no-repeat;
  display: block;
  margin: 75px auto 0;
  float: none;
}

.second-button-improve {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-improve.png) no-repeat;
  display: block;
  margin: 10px auto;
  float: none;
}

.second-button-improve:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-improve-h.png) no-repeat;
  display: block;
  margin: 10px auto;
  float: none;
}

.second-button-gift {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-gift.png) no-repeat;
  display: block;
  margin: 10px auto;
  float: none;
}

.second-button-gift:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-gift-h.png) no-repeat;
  display: block;
  margin: 10px auto;
  float: none;
}

.second-button-power {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-power.png) no-repeat;
  display: block;
  margin: 10px auto;
  float: none;
}

.second-button-power:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-power-h.png) no-repeat;
  display: block;
  margin: 10px auto;
  float: none;
}

.second-button-explain {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-explain.png) no-repeat;
  display: block;
  margin: 10px auto;
  float: none;
}

.second-button-explain:hover {
  width: 140px;
  height: 35px;
  background: url(../images/second-button-explain-h.png) no-repeat;
  display: block;
  margin: 10px auto;
  float: none;
}

.hide_menu {
  display: none !important;
}


.vip-explain img,
.explain img {
    width: 100%;
}

#header h1 img {
  margin: -20px 0 30px 150px;
}


}

@media (max-width: 768px) {
  /*.back-to-top {
    bottom: 15px;
  }*/

  #intro {
    width: 100%;
    height: 50vh !important;
    background: url(../images/vip-mobile-banner-768x1024.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
  }


  .section-header img {
    width: 100%;
  }

  .improve img {
    display: none;
  }

  .improve img:last-child {
    width: 100% !important;
    display: block !important;
  }

  #gift .section-header img {
    width: 70% !important;
  }

  .gift img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .vip-explain {
    display: none;
  }

  .mobile-vip-explain {
    display: block;
  }

  .mobile-vip-explain img {
    width: 100%;
  }

  .explain {
    display: none;
  }

  .mobile-explain {
    display: block;
  }

  .mobile-explain img {
    display: block;
    width: 100%;
  }

  .tooltip-vip .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #101522;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    border: 1px solid #fff;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 69%;
    margin-left: -100px;
  }

  #header h1 img {
    margin: -20px 0 30px 60px;
  }




}

@media (max-width: 574px) {
  .gift img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  #gift .section-header img {
    width: 100% !important;
  }

  .vip-badge ul li img {
    width: 80px;
    height: auto;
  }

  #mobile-nav {
    top: -100%;
    height: 100%;
}

  #mobile-body-overly {
    height: 100%;
  }

  .back-to-top {
    background: url(../images/back-to-top.png) no-repeat right bottom;
    background-size: contain;
    width: 40px;
    height: 100%;
}

  .back-to-top:hover {
   background: url(../images/back-to-top.png) no-repeat right bottom;
   background-size: contain;
}

  #header h1 img {
    margin: -20px 0 30px -30px;
  }

}

@media (max-width: 550px) {
  #intro {
    width: 100%;
    height: 37vh !important;
    background: url(../images/vip-mobile-banner-360x640.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
  }

  #main {
    background-image: url(../images/bg-dress.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    margin-top: -50px;
  }

}

@media (max-width: 460px) {
  #header .p-club img {
    display: none;
  }
}
