.register_landingpage_bg {
  background: url(../img/rl/register_landingpage_VI.jpg) #3595c7;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  overflow-x: hidden;
}

.register_landingpage_VI {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  text-align: center;
  padding: 50px 0 100px;
}
.register_landingpage_VI .VI_rabbion {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .register_landingpage_VI .VI_rabbion {
    height: 130px;
  }
}
@media (max-width: 1279px) {
  .register_landingpage_VI .VI_rabbion {
    height: 100px;
  }
}
.register_landingpage_VI .VI_ribbon_r_1 {
  position: absolute;
  top: -10px;
  right: 50px;
}
.register_landingpage_VI .VI_ribbon_r_2 {
  position: absolute;
  top: -70px;
  right: -230px;
}
.register_landingpage_VI .VI_coin_r_1 {
  position: absolute;
  top: 50px;
  right: -40px;
}
.register_landingpage_VI .VI_coin_r_2 {
  position: absolute;
  right: 40px;
  bottom: 160px;
}
.register_landingpage_VI .VI_ribbon_l_1 {
  position: absolute;
  top: 400px;
  left: -160px;
}
.register_landingpage_VI .VI_ribbon_l_2 {
  position: absolute;
  bottom: -50px;
  left: 60px;
}
.register_landingpage_VI .VI_coin_l_1 {
  position: absolute;
  bottom: 250px;
  left: 60px;
}

.VI_title_main {
  z-index: 9;
  position: relative;
}
.VI_title_main_fix {
  position: relative;
}
.VI_title_main_coin {
  position: absolute;
  right: 70px;
  bottom: -50px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .VI_title_main_coin {
    display: none;
  }
}

.VI_free {
  margin-top: -30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .VI_free {
    margin-top: -70px;
  }
}

.VI_title_small {
  position: relative;
  z-index: 9;
}
@media (max-width: 576px) {
  .VI_title_small {
    display: none;
  }
}
.VI_title_small_mb {
  display: none;
  position: relative;
  z-index: 9;
}
@media (max-width: 576px) {
  .VI_title_small_mb {
    display: block;
  }
  .VI_title_small_mb_t {
    height: 50px;
  }
  .VI_title_small_mb_b {
    height: 30px;
  }
}

.VI_button {
  position: relative;
}
.VI_button_hand {
  position: absolute;
  top: -20px;
  right: 30px;
}

.register_landingpage_stage {
  background: url(../img/rl/VI_stage.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 376px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.register_landingpage_stage .VI_stage_ribbon_l_1 {
  position: absolute;
  top: 200px;
  left: -30px;
}
.register_landingpage_stage .VI_stage_ribbon_r_1 {
  position: absolute;
  top: -60px;
  right: -30px;
}
.register_landingpage_stage .VI_stage_coin_r_1 {
  position: absolute;
  right: 100px;
  top: 360px;
}
.register_landingpage_stage .VI_stage_coin_r_2 {
  position: absolute;
  right: -10px;
  bottom: 100px;
}
@media (min-width: 1200px) {
  .register_landingpage_stage {
    padding-bottom: 280px;
  }
}
.register_landingpage_stage_bg {
  background-color: rgba(25, 66, 119, 0.6);
  border-radius: 20px;
  margin-top: 90px;
  padding: 30px 20px 20px;
  -webkit-box-shadow: 4px 4px 30px #67e5ff;
          box-shadow: 4px 4px 30px #67e5ff;
  position: relative;
}
@media (min-width: 1280px) {
  .register_landingpage_stage_bg {
    margin-top: 150px;
    padding: 100px 100px 50px;
  }
}
.register_landingpage_stage_bg_title {
  position: absolute;
  top: -70px;
  left: -40px;
}
.register_landingpage_stage_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.register_landingpage_contact_bg {
  background: url(../img/rl/register_landingpage_contact_bg.jpg);
}

.register_landingpage_contact_content {
  padding: 15px;
}
@media (min-width: 1280px) {
  .register_landingpage_contact_content {
    padding: 50px;
  }
}
.register_landingpage_contact .p_register_form {
  background: transparent !important;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rl_title_tips {
  font-size: 32px;
  margin-bottom: 30px;
  color: #e66f05;
  font-weight: bold;
}
.rl_title_main {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .rl_title_main {
    font-size: 37px;
  }
}
.rl_title_sub {
  color: #ffcd46;
  font-size: 38px;
  background: #000;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 30px;
}
.rl_p {
  font-weight: lighter;
  font-size: 20px;
  text-align: justify;
}
.rl_ul {
  font-size: 20px;
  list-style: none;
  padding-left: 0;
}
.rl_ul_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rl_ul_li img {
  margin-right: 10px;
}

.register_landingpage_s2 {
  margin-bottom: 100px;
}
.register_landingpage_s2_title {
  margin-bottom: 10px;
  z-index: 2;
}
.register_landingpage_s2_bg_note {
  background-image: url(../img/rl/s2_bg_note_mid.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .register_landingpage_s2_bg_note {
    padding: 70px;
  }
}
.register_landingpage_s2_bg_note .s2_title_step {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .register_landingpage_s2_bg_note .s2_title_step {
    position: absolute;
    top: -110px;
    right: -80px;
    z-index: 1;
  }
  .register_landingpage_s2_bg_note .s2_title_step img {
    height: 160px;
  }
}
@media (min-width: 1440px) {
  .register_landingpage_s2_bg_note .s2_title_step {
    top: -160px;
    right: -160px;
  }
  .register_landingpage_s2_bg_note .s2_title_step img {
    height: auto;
  }
}
.register_landingpage_s2_bg_note .s2_header {
  position: absolute;
  top: 340px;
  left: -150px;
}
.register_landingpage_s2_bg_note .s2_note {
  position: absolute;
  right: -130px;
  bottom: 0;
}
@media (max-width: 1280px) {
  .register_landingpage_s2_bg_note .s2_note {
    height: 200px;
    right: -90px;
  }
}
@media (max-width: 992px) {
  .register_landingpage_s2_bg_note .s2_note {
    display: none;
  }
}
.register_landingpage_s2_bg_note .s2_bg_note_mid_cirR {
  position: absolute;
  top: 142px;
  right: 0;
}
@media (max-width: 1200px) {
  .register_landingpage_s2_bg_note .s2_bg_note_mid_cirR {
    height: 46px;
  }
}
.register_landingpage_s2_bg_note .s2_bg_note_mid_cirL {
  position: absolute;
  top: 142px;
  left: 0;
}
@media (max-width: 1200px) {
  .register_landingpage_s2_bg_note .s2_bg_note_mid_cirL {
    height: 46px;
  }
}
.register_landingpage_s2_bg_note .s3_title_icon_1 {
  position: absolute;
  top: -140px;
  left: 620px;
  z-index: 1;
}
.register_landingpage_s2_bg_note .s3_title_line {
  position: absolute;
  top: -70px;
  right: 180px;
  z-index: 0;
}
.register_landingpage_s2_bg_note .s3_header {
  position: absolute;
  top: 390px;
  left: -110px;
}
@media (max-width: 992px) {
  .register_landingpage_s2_bg_note .s3_header {
    display: none;
  }
}
.register_landingpage_s2_bg_note .s3_cir_line {
  position: absolute;
  right: -90px;
  bottom: 0;
  z-index: 0;
}
.register_landingpage_s2_bg_note .s3_shoppingcart {
  position: absolute;
  right: -80px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  .register_landingpage_s2_bg_note .s3_shoppingcart {
    height: 200px;
    right: -90px;
  }
}
@media (max-width: 992px) {
  .register_landingpage_s2_bg_note .s3_shoppingcart {
    display: none;
  }
}
.register_landingpage_s2_bg_note_top {
  background-image: url(../img/rl/s2_bg_note_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 40px;
  position: relative;
  z-index: 1;
}
.register_landingpage_s2_bg_note_bottom {
  background-image: url(../img/rl/s2_bg_note_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 40px;
}
.register_landingpage_s2_bg_note_tips_title {
  border-bottom: 2px solid #0b72b8;
  color: #0b72b8;
  font-size: 30px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  font-weight: bold;
}
.register_landingpage_s2_bg_note_tips_ul {
  padding-left: 0;
  list-style: none;
  color: #565656;
  font-size: 20px;
}
.register_landingpage_s2_bg_note_tips_ul li {
  margin-bottom: 20px;
}
.register_landingpage_s2_bg_note_tips_ul .highlight {
  color: #e3720d;
}
.register_landingpage_s2_bg_note_tips_btn {
  margin-top: 30px;
  text-align: center;
}

.s2_step {
  position: relative;
}
.s2_step + .s2_step::before {
  content: "";
  display: none;
  background-image: url(../img/rl/step_arrow.png);
  width: 57px;
  height: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -28.5px;
}
@media (min-width: 992px) {
  .s2_step + .s2_step::before {
    display: block;
  }
}

.register_landingpage_s3 {
  position: relative;
}
.register_landingpage_s3 .s3_coin_l_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.register_landingpage_s3 .s3_coin_l_2 {
  position: absolute;
  bottom: 450px;
  left: 20px;
  z-index: 0;
}
.register_landingpage_s3 .s3_coin_r_3 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
}

.s3_step {
  position: relative;
}
.s3_step + .s3_step::before {
  content: "";
  display: none;
  background-image: url(../img/rl/step_arrow.png);
  width: 57px;
  height: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -28.5px;
}
@media (min-width: 992px) {
  .s3_step + .s3_step::before {
    display: block;
  }
}

@media (min-width: 992px) {
  .s3_slider {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .s3_slider_desktop {
    display: none;
  }
}

.register_landingpage_s4 {
  margin: 70px 0;
  position: relative;
}
.register_landingpage_s4 .s4_coin_r_1 {
  position: absolute;
  top: 50%;
  right: 30px;
}
.register_landingpage_s4_bg {
  background-image: url(../img/rl/s4_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 15px;
  margin-top: 80px;
  border: 8px solid #ffca3c;
  border-radius: 8px;
}
@media (min-width: 1280px) {
  .register_landingpage_s4_bg {
    padding: 150px 50px 50px;
  }
}

.s4_title_sub {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -80px;
}

.s4_item {
  display: block;
  text-align: center;
  margin: 15px;
}
.s4_item img {
  margin: 0 auto;
}

.register_landingpage_s5 {
  margin-bottom: 80px;
  position: relative;
}
.register_landingpage_s5 .s5_coin_l_1 {
  position: absolute;
  top: 30px;
  left: 60px;
}
@media (max-width: 1280px) {
  .register_landingpage_s5 .s5_coin_l_1 {
    display: none;
  }
}
.register_landingpage_s5_bg {
  padding: 0;
}
@media (min-width: 1280px) {
  .register_landingpage_s5_bg {
    padding: 0 60px;
  }
}

.s5_item {
  display: block;
  text-align: center;
  margin: 15px 0;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
}