* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

hmtl {
  font-family:var(--font-base);
  font-size:var(--fs-16);
  color: #888888;
}

@font-face {
  font-family: Awesome;
  src: url('../fonts/fontawesome-webfont.ttf');
}
@font-face {
  font-family: Helvetica_Neue_Bold;
  src: url('../fonts/helvetica-neue-bold.ttf');
}
@font-face {
  font-family: Helvetica_Neue_Regular;
  src: url("../fonts/helvetica-neue-regular.ttf");
}
@font-face {
  font-family: Roboto_Slab_Bold;
  src: url("../fonts/RobotoSlab-Bold.ttf");
}
body {
  background-color: #ffffff;
}
body header {
  background: url("../images/head_bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 20.7rem;
}
body header h1 {
  max-width: 69.5rem;
  margin: 0 auto;
  text-align: center;
  padding: 14.9rem 0 1.55rem 0;
  font-family:var(--font-base);
  font-size: 4.5rem;
  font-weight:var(--fw-bold);
  color: #ffffff;
  line-height: 4.5rem;
}
body header h5 {
  max-width: 52rem;
  padding-bottom: 2.5rem;
  margin: 0 auto;
  text-align: center;
  font-family:var(--font-base);
  font-size: 1.9rem;
  font-weight:var(--fw-normal);
  color: #ffffff;
  line-height: 1.9rem;
}
body header p {
  max-width: 17.2rem;
  margin: 0 auto;
  border-radius: 1.25rem;
  background-color: #f7941e;
  text-align: center;
  position: relative;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
body header p a {
  font-family:var(--font-base);
  font-size: 1.25rem;
  font-weight:var(--fw-normal);
  color: #ffffff;
  line-height: 4.3rem;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
body header p i {
  color: #ffffff;
  font-size: 1.3rem !important;
  line-height: 4.3rem;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
body header p:hover {
  background: #ffffff;
}
body header p:hover a {
  color: #f7941e;
  text-decoration: none;
}
body header p:hover i {
  color: #f7941e;
}
body main {
  position: relative;
}
body main .main_top {
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -9.9rem;
  background-color: #157392;
}
body main .main_top .col-md-4 h2 {
  max-width: 15rem;
  margin: 0 auto;
  padding: 4rem 0 1.25rem 0;
  text-align: center;
  font-family:var(--font-base);
  font-size: 3rem;
  font-weight:var(--fw-bold);
  color: #ffffff;
  line-height: 3rem;
}
body main .main_top .col-md-4 h4 {
  max-width: 15rem;
  margin: 0 auto;
  padding-bottom: 3.6rem;
  text-align: center;
  text-transform: uppercase;
  font-family:var(--font-base);
  font-size: 1.1rem;
  font-weight:var(--fw-normal);
  color: #ffffff;
  line-height: 1.1rem;
}
body main .main_top .box_after {
  position: relative;
}
body main .main_top .box_after:after {
  content: "";
  width: 2px;
  height: 70%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1000;
}
body main .main_join {
  padding-top: 7.1rem;
}
body main .main_join h2 {
  max-width: 31rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-bottom: 5rem;
  text-transform: uppercase;
  font-family:var(--font-heading);
  font-size: 2.25rem;
  font-weight:var(--fw-bold);
  color: #000000;
  line-height: 2.25rem;
}
body main .main_join h2:before {
  content: "\f0d9";
  position: absolute;
  font-family: Awesome;
  font-size: 2rem;
  font-weight:var(--fw-normal);
  color: #000000;
  line-height: 2.25rem;
  left: -0.1rem;
}
body main .main_join h2:after {
  content: "\f0da";
  position: absolute;
  font-family: Awesome;
  font-size: 2rem;
  font-weight:var(--fw-normal);
  color: #000000;
  line-height: 2.25rem;
  right: -0.1rem;
}
body main .main_join .row .col-md-4 {
  margin-bottom: 4.6rem;
}
body main .main_join .row .col-md-4 div {
  position: relative;
  width: 10.6rem;
  height: 10.6rem;
  margin: 0 auto;
  border: 2px solid #157392;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
body main .main_join .row .col-md-4 div i {
  position: absolute;
  text-align: center;
  padding: 0.5em 0;
  font-size: 3.25rem;
  color: #157392;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body main .main_join .row .col-md-4 h4 {
  max-width: 18rem;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem 0 1.25rem 0;
  font-family:var(--font-base);
  font-size: 1.5rem;
  font-weight:var(--fw-bold);
  color: #000000;
  line-height: 1.5rem;
}
body main .main_join .row .col-md-4 p {
  max-width: 22rem;
  margin: 0 auto;
  text-align: center;
  font-family:var(--font-base);
  font-size: 0.9rem;
  font-weight:var(--fw-normal);
  color: #000000;
  line-height: 1.25rem;
}
body main .main_premium h2 {
  max-width: 31rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 2.8rem 0 4.5rem 0;
  text-transform: uppercase;
  font-family:var(--font-heading);
  font-size: 2.25rem;
  font-weight:var(--fw-bold);
  color: #000000;
  line-height: 2.25rem;
}
body main .main_premium h2:before {
  content: "\f0d9";
  position: absolute;
  font-family: Awesome;
  font-size: 2rem;
  font-weight:var(--fw-normal);
  color: #000000;
  line-height: 2.25rem;
  left: -0.1rem;
}
body main .main_premium h2:after {
  content: "\f0da";
  position: absolute;
  font-family: Awesome;
  font-size: 2rem;
  font-weight:var(--fw-normal);
  color: #000000;
  line-height: 2.25rem;
  right: -0.1rem;
}
body main .main_premium h3 {
  max-width: 18rem;
  position: relative;
  font-family:var(--font-base);
  font-size: 1.9rem;
  font-weight:var(--fw-normal);
  color: #000000;
  line-height: 1.9rem;
}
body main .main_premium h3:before {
  content: "";
  width: 6.25rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 120%;
  background-color: #f7941e;
  z-index: 100;
}
body main .main_premium h3:after {
  content: "";
  width: 12.5rem;
  height: 0.2rem;
  position: absolute;
  left: 6.25rem;
  top: 120%;
  background-color: #444444;
  z-index: 100;
}
body main .main_premium .col-md-4 .img {
  position: relative;
  margin-top: 2.8rem;
}
body main .main_premium .col-md-4 .img:hover .opacity {
  transition: visible 0.7s;
  -webkit-transition: visible 0.7s;
  -moz-transition: visible 0.7s;
  -o-transition: visible 0.7s;
  visibility: visible;
}
body main .main_premium .col-md-4 .img:hover .img_hover {
  transition: visible 0.7s;
  -webkit-transition: visible 0.7s;
  -moz-transition: visible 0.7s;
  -o-transition: visible 0.7s;
  visibility: visible;
}
body main .main_premium .col-md-4 .img img {
  max-width: 100%;
  height: auto;
}
body main .main_premium .col-md-4 .img .opacity {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #157392;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  z-index: 10;
}
body main .main_premium .col-md-4 .img .img_hover {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 100;
}
body main .main_premium .col-md-4 .img .img_hover img {
  display: block;
  max-width: 100%;
  height: auto;
}
body main .main_premium .col-md-4 p {
  max-width: 12rem;
  text-align: center;
  margin: 0 auto;
  font-family:var(--font-base);
  font-size: 1rem;
  font-weight:var(--fw-normal);
  color: #000000;
  line-height: 1rem;
  padding: 2.2rem 0 3.45rem 0;
}
body .footer {
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 5.5rem;
  padding: 6.25rem 0 7.8rem 0;
}
body .footer .col-md-8 h2 {
  font-family:var(--font-base);
  font-size: 2.1rem;
  font-weight:var(--fw-normal);
  color: #ffffff;
  line-height: 1.5rem;
  padding-bottom: 0.9rem;
}
body .footer .col-md-8 h4 {
  font-family:var(--font-base);
  font-size: 1.2rem;
  font-weight:var(--fw-normal);
  color: #ffffff;
  line-height: 1.25rem;
}
body .footer .col-md-3 p {
  max-width: 17rem;
  position: relative;
  background-color: #f7941e;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
body .footer .col-md-3 p a {
  font-family:var(--font-base);
  font-size: 1.5rem;
  font-weight:var(--fw-normal);
  color: #ffffff;
  line-height: 4.4rem;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
body .footer .col-md-3 p i {
  font-family: Awesome;
  font-size: 1.5rem;
  font-weight:var(--fw-normal);
  color: #ffffff;
  line-height: 4.4rem;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
body .footer .col-md-3 p:hover {
  background-color: #ffffff;
}
body .footer .col-md-3 p:hover a {
  color: #f7941e;
}
body .footer .col-md-3 p:hover i {
  color: #f7941e;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  html {
    font-size:var(--fs-11);
  }

  main .main_top .box_after:after {
    width: 70% !important;
    height: 2px !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
  main .main_join {
    padding-top: 33rem !important;
  }
  main .main_join .row .col-md-4 p {
    max-width: 27rem !important;
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
  }
  main .main_premium h1 {
    padding: 1.5rem 0 2.5rem 0;
  }
  main .main_premium .col-md-4 {
    text-align: center;
  }
  main .main_premium .col-md-4 .img > a img {
    width: 100%;
  }
  main .main_premium .col-md-4 p {
    padding: 2.2rem 0 1.45rem 0;
    max-width: 17rem !important;
    font-size: 1.5rem !important;
  }

  .footer .col-md-8 h2 {
    line-height: 2.5rem !important;
    max-width: 100%;
    text-align: center;
  }
  .footer .col-md-8 h4 {
    max-width: 100%;
    text-align: center;
    line-height: 1.5rem !important;
    padding-bottom: 2rem;
    font-size: 1.5rem !important;
  }
  .footer .col-md-3 p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  html {
    font-size:var(--fs-11);
  }

  main .main_top .box_after:after {
    width: 70% !important;
    height: 2px !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
  main .main_join {
    padding-top: 33rem !important;
  }
  main .main_join .row .col-md-4 h4 {
    max-width: 100% !important;
    font-size: 2.2rem !important;
  }
  main .main_join .row .col-md-4 p {
    max-width: 100% !important;
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
  }
  main .main_premium h1 {
    padding: 1.5rem 0 2.5rem 0;
  }
  main .main_premium .col-md-4 {
    text-align: center;
  }
  main .main_premium .col-md-4 .img > a img {
    width: 100%;
  }
  main .main_premium .col-md-4 p {
    padding: 2.2rem 0 1.45rem 0;
    max-width: 17rem !important;
    font-size: 1.5rem !important;
  }

  .footer .col-md-8 h2 {
    line-height: 2.5rem !important;
    max-width: 100%;
    text-align: center;
  }
  .footer .col-md-8 h4 {
    max-width: 100%;
    text-align: center;
    line-height: 1.5rem !important;
    padding-bottom: 2rem;
    font-size: 1.5rem !important;
  }
  .footer .col-md-3 p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 414px) and (max-width: 599px) {
  html {
    font-size:var(--fs-12);
  }

  main .main_top .box_after:after {
    width: 70% !important;
    height: 2px !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
  main .main_join {
    padding-top: 33rem !important;
  }
  main .main_join .row .col-md-4 h4 {
    max-width: 100% !important;
    font-size: 2.2rem !important;
  }
  main .main_join .row .col-md-4 p {
    max-width: 100% !important;
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
  }
  main .main_premium h1 {
    padding: 1.5rem 0 2.5rem 0;
  }
  main .main_premium .col-md-4 {
    text-align: center;
  }
  main .main_premium .col-md-4 .img > a img {
    width: 100%;
  }
  main .main_premium .col-md-4 p {
    padding: 2.2rem 0 1.45rem 0;
    max-width: 17rem !important;
    font-size: 1.5rem !important;
  }

  .footer .col-md-8 h2 {
    line-height: 2.5rem !important;
    max-width: 100%;
    text-align: center;
  }
  .footer .col-md-8 h4 {
    max-width: 100%;
    text-align: center;
    line-height: 1.5rem !important;
    padding-bottom: 2rem;
    font-size: 1.5rem !important;
  }
  .footer .col-md-3 p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  html {
    font-size:var(--fs-12);
  }

  main .main_top .box_after:after {
    width: 70% !important;
    height: 2px !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
  }
  main .main_join {
    padding-top: 33rem !important;
  }
  main .main_join .row .col-md-4 h4 {
    max-width: 100% !important;
    font-size: 2.2rem !important;
  }
  main .main_join .row .col-md-4 p {
    max-width: 100% !important;
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
  }
  main .main_premium h1 {
    padding: 1.5rem 0 2.5rem 0;
  }
  main .main_premium .col-md-4 {
    text-align: center;
  }
  main .main_premium .col-md-4 .img > a img {
    width: 100%;
  }
  main .main_premium .col-md-4 p {
    padding: 2.2rem 0 1.45rem 0;
    max-width: 17rem !important;
    font-size: 1.5rem !important;
  }

 .footer .col-md-8 h2 {
    line-height: 2.5rem !important;
    max-width: 100%;
    text-align: center;
  }
  .footer .col-md-8 h4 {
    max-width: 100%;
    text-align: center;
    line-height: 1.5rem !important;
    padding-bottom: 2rem;
    font-size: 1.5rem !important;
  }
  .footer .col-md-3 p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  html {
    font-size:var(--fs-14);
  }

  main .main_join .row .col-md-4 h4 {
    max-width: 100% !important;
    font-size: 1.7rem !important;
  }
  main .main_join .row .col-md-4 p {
    max-width: 100% !important;
    font-size: 1.4rem !important;
    line-height: 1.5rem !important;
  }
  main .main_premium h1 {
    padding: 1.5rem 0 2.5rem 0;
  }
  main .main_premium .col-md-4 {
    text-align: center;
  }
  main .main_premium .col-md-4 p {
    padding: 2.2rem 0 1.45rem 0;
    max-width: 100% !important;
    font-size: 1.2rem !important;
  }

  .footer .col-md-8 h2 {
    line-height: 2rem !important;
    font-size: 2rem !important;
    max-width: 100%;
    text-align: center;
  }
  .footer .col-md-8 h4 {
    max-width: 100%;
    line-height: 1.5rem !important;
    padding-bottom: 2rem;
    font-size: 1.5rem !important;
  }
  .footer .col-md-3 p {
    margin: 0 auto;
  }
  .footer .col-md-3 p a {
    font-size: 1rem !important;
  }
  .footer .col-md-3 p i {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  html {
    font-size:var(--fs-14);
  }

  main .main_join .row .col-md-4 h4 {
    max-width: 100% !important;
    font-size: 1.7rem !important;
  }
  main .main_join .row .col-md-4 p {
    max-width: 100% !important;
    font-size: 1.4rem !important;
    line-height: 1.5rem !important;
  }
  main .main_premium h1 {
    padding: 1.5rem 0 2.5rem 0;
  }
  main .main_premium .col-md-4 {
    text-align: center;
  }
  main .main_premium .col-md-4 p {
    padding: 2.2rem 0 1.45rem 0;
    max-width: 100% !important;
    font-size: 1.2rem !important;
  }

  .footer .col-md-8 h2 {
    line-height: 2.3rem !important;
    font-size: 2rem !important;
    max-width: 100%;
    text-align: center;
  }
  .footer .col-md-8 h4 {
    max-width: 100%;
    line-height: 1.5rem !important;
    padding-bottom: 2rem;
    font-size: 1.5rem !important;
  }
  .footer .col-md-3 p {
    margin: 0 auto;
  }
  .footer .col-md-3 p a {
    font-size: 1rem !important;
  }
  .footer .col-md-3 p i {
    font-size: 1rem !important;
  }
}
#main_club p a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#main_club p a:hover {
    text-decoration: none;
}