:root {
  --site_style_color: #f54907;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  border: none !important;
  outline: none;
  max-width: 100%;
}

a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: none;
  color: #fff;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}

input {
  font-family: montserrat, sans-serif;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border: none;
}

button {
  font-family: montserrat, sans-serif;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  border: none;
}

select {
  font-family: montserrat, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  outline: none !important;
  font-family: montserrat, sans-serif;
}

ul li,
ol li,
ul,
ol {
  list-style: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

.lines-button {
  display: none;
}

.main {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1530px;
}

body {
  background: #000;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
  width: 100%;
}

.owl-carousel .owl-item img {
  width: auto;
}

.GFG {
  border: 1px solid var(--site_style_color);
  color: white;
  font-size: 29px;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 30px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  background: var(--site_style_color);
}

.GFG:hover {
  background: #000;
}

.lb_header {
  width: 100%;
  padding: 92px 15px;
  position: fixed;
  z-index: 9;
  transition: all 0.4s ease 0s;
}

.lb_header.fixed {
  background: #000;
  padding: 40px 15px;
}

.lb_header .lb_logo {
  position: absolute;
  left: 47%;
  top: 47%;
  transform: translate(-50%, -50%);
}

.lb_header .lb_logo img {
  display: block;
  max-height: 88px;
}

.lb_header nav {
  width: 100%;
}

.lb_header nav ul {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.lb_header nav ul li {
  display: inline-block;
  margin: 0 36px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}

.lb_header nav ul li a {
  color: #fff;
  position: relative;
}

.lb_header nav ul li a::before {
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0);
  content: "";
  height: 1px;
  transition: all 0.4s ease 0s;
  background: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.lb_header nav ul li:hover a::before {
  width: 100%;
}

.lb_header nav ul li.active a::before {
  width: 100%;
}

.lb_header nav ul li.mid_lg {
  width: 260px;
}

.lb_slider {
  width: 100%;
  overflow: hidden;
  background: url(../img/bnr.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
  position: relative;
}

.lb_slider .main {
  max-width: 100%;
  padding: 0;
}

.lb_slider .mainslider {
  width: 100%;
  padding: 230px 0 0;
}

.lb_slider .mainslider .item {
  display: flex;
  padding: 0 0 0 207px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.lb_slider .cardsmall {
  position: absolute;
  left: -125px;
  bottom: -69px;
  max-width: 296px;
}

.lb_slider .mainslider .item .lb_sld_cont {
  width: 805px;
  padding: 0 0 100px;
}

.lb_slider .mainslider .item .lb_sld_cont .lb {
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: var(--site_style_color);
  padding: 9px 22px;
  margin: 0 0 46px;
}

.lb_slider .mainslider .item .lb_sld_cont h3 {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}

.lb_slider .mainslider .item .lb_sld_cont h2 {
  width: 100%;
  margin: -21px 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 130px;
  text-shadow: 0 0 18px var(--site_style_color);
  line-height: normal;
  color: #fff;
}

.lb_slider .mainslider .item .lb_sld_cont p {
  width: 100%;
  max-width: 500px;
  margin: 0 0 48px;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}

.lb_slider .mainslider .item .lb_sld_cont .a_id {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 18px 32px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  background: 0 0;
}

.lb_slider .mainslider .item .lb_sld_cont .a_id:hover {
  background: var(--site_style_color);
}

.lb_slider .mainslider .item .lb_sld_img {
  width: 1025px;
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
}

.lb_slider .mainslider .item .lb_sld_img .sicard {
  position: absolute;
  left: -50px;
  bottom: -242px;
  max-height: 773px;
  z-index: 1;
  display: block;
}

.lb_slider .mainslider .item .lb_sld_img .si {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.lb_slider .mainslider .item .lb_sld_img .si.si1 {
  right: 593px;
  z-index: 3;
  max-height: 500px;
  max-width: 290px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si2 {
  right: 276px;
  z-index: 2;
  max-height: 580px;
  max-width: 520px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si3 {
  right: 0;
  z-index: 4;
  max-height: 470px;
  max-width: 470px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si4 {
  right: 443px;
  z-index: 3;
  max-height: 430px;
  max-width: 630px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si5 {
  right: 276px;
  z-index: 2;
  max-height: 580px;
  max-width: 380px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si6 {
  right: 0;
  z-index: 4;
  max-height: 470px;
  max-width: 430px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si7 {
  right: 413px;
  z-index: 3;
  max-height: 480px;
  max-width: 480px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si8 {
  right: 316px;
  z-index: 4;
  max-height: 560px;
  max-width: 330px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si9 {
  right: 0;
  z-index: 3;
  max-height: 440px;
  max-width: 400px;
}

.lb_slider .mainslider .item .lb_sld_img .si.si1 {
  transform: translate(0, 400px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si1 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .si.si2 {
  transform: translate(0, 200px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si2 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .si.si3 {
  transform: translate(0, 400px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si3 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .si.si4 {
  transform: translate(0, 400px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si4 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .si.si5 {
  transform: translate(0, 200px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si5 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .si.si6 {
  transform: translate(0, 400px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si6 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .si.si7 {
  transform: translate(0, 400px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si7 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .si.si8 {
  transform: translate(0, 200px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si8 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .si.si9 {
  transform: translate(0, 400px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si9 {
  transform: translate(0, 0);
  opacity: 1;
}

.lb_slider .mainslider .item .lb_sld_img .sicard {
  opacity: 0;
  transition: all 2s ease 0s;
}

.lb_slider .mainslider .item .lb_sld_img .sicard.ani {
  opacity: 1;
}

.lb_slider .cardsmall {
  transform: translate(-80px, 80px);
  opacity: 0;
  transition: all 1s ease 0s;
}

.lb_slider .cardsmall.ani {
  transform: translate(0, 0);
  opacity: 1;
}

.mainslider .owl-dots {
  display: none;
}

.mainslider .owl-nav {
  margin: 0;
}

.mainslider .owl-nav button {
  position: absolute;
  left: 0;
  top: 0;
}

.mainslider .owl-nav button.owl-prev {
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  width: 40px;
  height: 58px;
  margin: 0;
  padding: 0 !important;
  border-radius: 0;
  background: transparent url(../img/prev.html) no-repeat center center !important;
  background-size: 37px auto !important;
}

.mainslider .owl-nav button.owl-prev span {
  display: none;
}

.mainslider .owl-nav button.owl-next {
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  width: 40px;
  height: 58px;
  margin: 0;
  left: inherit;
  padding: 0 !important;
  border-radius: 0;
  background: transparent url(../img/next.html) no-repeat center center !important;
  background-size: 37px auto !important;
}

.mainslider .owl-nav button.owl-next span {
  display: none;
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si1.anim {
  transform: translate(-10px, 0);
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si2.anim {
  transform: translate(20px, 0);
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si3.anim {
  transform: translate(-10px, 0);
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si4.anim {
  transform: translate(-10px, 0);
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si5.anim {
  transform: translate(10px, 0);
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si6.anim {
  transform: translate(-10px, 0);
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si7.anim {
  transform: translate(-10px, 0);
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si8.anim {
  transform: translate(10px, 0);
}

.lb_slider .mainslider .item .lb_sld_img .active .si.si9.anim {
  transform: translate(-10px, 0);
}

.lb_slider .cardsmall.anim {
  transform: translate(-10px, 10px);
}

.lb_slider .mainslider .item .lb_sld_img .sicard.anim {
  transform: translate(-10px, 10px);
}

.lb_walb .lb_walb_card {
  transition: all 0.4s ease 0s;
}

.lb_parnter .lb_partner_card {
  transition: all 0.4s ease 0s;
}

.lb_walb .lb_walb_card.anim {
  transform: translate(-10px, -10px);
}

.lb_parnter .lb_partner_card.anim {
  transform: translate(-10px, 10px);
}

.lb_ue {
  display: flex;
  width: 100%;
  background: var(--site_style_color);
  padding: 15px;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.lb_ue label {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

.lb_ue p {
  margin: 0 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.lb_ue p span {
  color: #000;
}

.lb_ue .a_pn {
  border-radius: 10px;
  background: #000;
  padding: 13px 40px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.lb_ue .a_pn:hover {
  background: #fff;
  color: #000;
}

.lb_walb {
  width: 100%;
  padding: 150px 15px;
  background: transparent url(../img/bg1.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.lb_walb .lb_walb_img {
  position: absolute;
  left: 0;
  max-height: 570px;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 57%;
}

.lb_walb .lb_walb_con {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 820px;
  margin: 0 228px 0 auto;
}

.lb_walb .lb_walb_con h4 {
  font-weight: 700;
  width: 100%;
  margin: 0 0 14px;
  font-size: 25px;
  color: #fff;
}

.lb_walb .lb_walb_con span {
  color: var(--site_style_color);
}

.lb_walb .lb_walb_con h2 {
  font-weight: 700;
  width: 100%;
  margin: 0 0 48px;
  text-shadow: 0 0 18px var(--site_style_color);
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}

.lb_walb .lb_walb_con p {
  font-weight: 400;
  width: 100%;
  margin: 0 0 63px;
  max-width: 520px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.lb_walb .lb_walb_con .lb_walb_btn .a_di {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 18px 32px;
  border: 1px solid var(--site_style_color);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  background: #000;
}

.lb_walb .lb_walb_con .lb_walb_btn .a_di:hover {
  background: var(--site_style_color);
}

.lb_walb .lb_walb_con .lb_walb_btn .a_wa {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 18px 32px;
  margin: 0 25px 0 0;
  border: 1px solid var(--site_style_color);
  border-radius: 10px;
  background: var(--site_style_color);
}

.lb_walb .lb_walb_con .lb_walb_btn .a_wa:hover {
  background: #000;
}

.lb_walb .lb_walb_card {
  position: absolute;
  right: -300px;
  bottom: -97px;
  max-width: 640px;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box.active .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-back {
  transform: rotateY(180deg);
}

.lb_parnter {
  width: 100%;
  position: relative;
  padding: 110px 0;
  background: transparent url(../img/bg2.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.lb_parnter .main {
  max-width: 1190px;
}

.lb_parnter h2 {
  width: 100%;
  margin: 0 0 50px;
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}

.lb_parnter h2 span {
  color: var(--site_style_color);
}

.lb_parnter .lb_partner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn {
  width: calc(33.33% - 74px);
  margin: 0 110px 50px 0;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn:nth-child(3n) {
  margin-right: 0;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front {
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 25px;
  display: flex;
  box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.6);
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-back {
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 25px;
  display: flex;
  box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.6);
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front .lb_partner_logo {
  max-width: 200px;
  align-self: center;
  max-height: 84px;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn h4 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .a_parnter {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: 18px 10px;
  border: 1px solid var(--site_style_color);
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  background: 0 0;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .a_parnter:hover {
  background: var(--site_style_color);
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul {
  width: 100%;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin: 0 0 20px;
  padding: 0 55px 0 0;
  position: relative;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul li span {
  font-weight: 700;
}

.lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul li .copy_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-height: 19px;
  cursor: pointer;
}

.lb_parnter .lb_partner_card {
  position: absolute;
  left: -140px;
  bottom: -78px;
  max-width: 620px;
}

.lb_hiw {
  width: 100%;
  padding: 100px 0 130px;
  background: url(../img/bg3.jpg) no-repeat center center;
  background-size: cover;
}

.lb_hiw .main {
  max-width: 1510px;
}

.lb_hiw h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 80px;
  font-weight: 700;
  font-size: 60px;
  line-height: normal;
  color: #fff;
}

.lb_hiw h2 span {
  color: var(--site_style_color);
}

.lb_hiw .hiw_counter {
  width: 100%;
  display: flex;
  margin: 0 0 107px;
  flex-wrap: wrap;
}

.lb_hiw .hiw_counter li {
  margin: 0 40px;
  position: relative;
  width: calc(25% - 80px);
  text-align: center;
}

.lb_hiw .hiw_counter li .hiw_step {
  width: 170px;
  height: 170px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 0 var(--site_style_color);
  background: #000;
  margin: 0 auto 40px;
}

.lb_hiw .hiw_counter li.active .hiw_step {
  box-shadow: 0 0 14px var(--site_style_color);
}

.lb_hiw .hiw_counter li .hiw_step span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}

.lb_hiw .hiw_counter li .hiw_step .num_img {
  max-width: 80px;
  align-self: center;
  margin: -50px 0 0;
}

.lb_hiw .hiw_counter li h4 {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}

.lb_hiw .hiw_counter li .step_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  position: absolute;
  right: -115px;
  top: 60px;
  text-align: center;
}

.lb_hiw .hiw_counter li .step_arrow .sa_img {
  display: inline-block;
  vertical-align: middle;
  max-width: 45px;
  margin: 0 -10px;
}

.lb_hiw h3 {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

.lb_hiw h5 {
  width: 100%;
  margin: 0 0 35px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
}

.lb_hiw p {
  width: 100%;
  margin: 0 0 75px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

.lb_hiw .hiw_wa {
  width: 100%;
}

.lb_hiw .hiw_wa h2 {
  font-size: 39px;
  margin: 0 0 40px;
}

.lb_hiw .hiw_wa .wa_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lb_hiw .hiw_wa .wa_link .a_wa {
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  padding: 21px 42px;
  margin: 0 20px 40px;
  border: 1px solid var(--site_style_color);
  border-radius: 10px;
  background: var(--site_style_color);
}

.lb_hiw .hiw_wa .wa_link .a_wa:hover {
  background: #000;
}

.lb_hiw .hiw_counter li .step_arrow .sa_img {
  transition: all 0.4s ease 0s;
  opacity: 0.2;
}

.lb_hiw .hiw_counter li.active .step_arrow .sa_img.active {
  opacity: 1;
}

.lb_celeb {
  width: 100%;
  padding: 0;
  padding: 127px 80px 106px 200px;
  background: url(../img/bg4.jpg) no-repeat center center;
  background-size: cover;
}

.lb_celeb .main {
  max-width: 100%;
  padding: 0;
}

.lb_celeb .celeb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lb_celeb .celeb_wrap h2 {
  width: 430px;
  margin: -40px 0 0;
  font-size: 100px;
  line-height: 98px;
  color: #fff;
}

.lb_celeb .celeb_wrap h2 span {
  width: 100%;
  color: var(--site_style_color);
  display: inline-block;
}

.lb_celeb .celeb_wrap .celebslider {
  width: calc(100% - 520px);
  padding: 0 0 80px;
  overflow: hidden;
  position: relative;
}

.lb_celeb .celeb_wrap .celebslider .item {
  width: 100%;
}

.lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap {
  width: 100%;
  box-shadow: 0 25px 20px -5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  position: relative;
}

.lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap .clb_img {
  width: 100%;
  border-radius: 20px;
}

.lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap .a_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90px;
}

.lb_celeb .celeb_wrap .clb_popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.lb_celeb .celeb_wrap .clb_popup .clb_popup_inn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.lb_celeb .celeb_wrap .clb_popup .clb_popup_inn video {
  width: 100%;
  display: block;
}

.lb_celeb .celeb_wrap .clb_popup .clb_popup_inn .clb_close {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: var(--site_style_color);
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lb_celeb .celeb_wrap .clb_popup .clb_popup_inn .clb_close img {
  align-content: center;
  max-width: 20px;
}

.lb_celeb .celeb_wrap .celebslider .owl-dots {
  display: none;
}

.lb_celeb .celeb_wrap .celebslider .owl-nav {
  position: absolute;
  text-align: left;
  width: 340px;
  margin: 0;
  bottom: 0;
  justify-content: space-between;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.lb_celeb .celeb_wrap .celebslider .owl-nav button span {
  display: none;
}

.lb_celeb .celeb_wrap .celebslider .owl-nav button.owl-prev {
  width: 63px;
  height: 45px;
  background: url(../img/prv.png) no-repeat center center !important;
  background-size: 80px auto !important;
  margin: 0;
  border-radius: 0;
  padding: 0 !important;
}

.lb_celeb .celeb_wrap .celebslider .owl-nav button.owl-next {
  width: 63px;
  height: 45px;
  background: url(../img/nxt.png) no-repeat center center !important;
  background-size: 80px auto !important;
  margin: 0;
  border-radius: 0;
  padding: 0 !important;
}

.lb_why {
  width: 100%;
  background: url(../img/bg5.jpg) no-repeat center center;
  background-size: cover;
  padding: 140px 0 40px;
}

.lb_why h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 60px;
  font-size: 60px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
}

.lb_why h2 span {
  color: var(--site_style_color);
}

.lb_why .why_ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.lb_why .why_ul li {
  margin: 0 60px 60px 0;
  width: calc(33.33% - 42px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #101010;
  box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lb_why .why_ul li:nth-child(3n) {
  margin-right: 0;
}

.lb_why .why_ul li .why_icon {
  width: 94px;
}

.lb_why .why_ul li .why_cnt {
  width: calc(100% - 124px);
}

.lb_why .why_ul li .why_cnt h4 {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  color: var(--site_style_color);
}

.lb_why .why_ul li .why_cnt p {
  width: 100%;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.lb_footer {
  width: 100%;
  padding: 140px 0;
}

.lb_footer .ftr_logo {
  max-width: 260px;
  margin: 0 0 58px;
}

.lb_footer h3 {
  width: 100%;
  margin: 0 0 13px;
  font-size: 30px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
}

.lb_footer p {
  width: 100%;
  margin: 0 0 27px;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
}

.lb_footer .ftr_wa {
  width: 100%;
  margin: 0 0 30px;
}

.lb_footer .ftr_wa h2 {
  font-size: 39px;
  margin: 0 0 30px;
  width: 100%;
  text-align: left;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.lb_footer .ftr_wa span {
  color: var(--site_style_color);
}

.lb_footer .ftr_wa h2 span {
  font-size: 39px;
  margin: 0 0 40px;
}

.lb_footer .ftr_wa .ftr_walink {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.lb_footer .ftr_wa .ftr_walink .a_wa {
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  padding: 21px 42px;
  margin: 0 40px 40px 0;
  border: 1px solid var(--site_style_color);
  border-radius: 10px;
  background: var(--site_style_color);
}

.lb_footer .ftr_wa .a_wa:hover {
  background: #000;
}

.lb_footer .ftr_gs {
  width: 100%;
  margin: 0 0 70px;
}

.lb_footer .ftr_gs .a_gs2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 18px 50px;
  border: 1px solid var(--site_style_color);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  background: #000;
}

.lb_footer .ftr_gs .a_gs2:hover {
  background: var(--site_style_color);
}

.lb_footer .ftr_gs .a_gs1 {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 18px 50px;
  margin: 0 30px 0 0;
  border: 1px solid var(--site_style_color);
  border-radius: 10px;
  background: var(--site_style_color);
}

.lb_footer .ftr_gs .a_gs1:hover {
  background: #000;
}

.lb_footer .ftr_links {
  width: 100%;
  margin: 0 0 10px;
}

.lb_footer .ftr_links a {
  margin: 0 25px 10px 0;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.lb_footer .ftr_links a:hover {
  color: var(--site_style_color);
}

.lb_footer .ftr_social {
  width: 100%;
  margin: 0;
}

.lb_footer .ftr_social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
  position: relative;
}

.lb_footer .ftr_social a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: rgba(231, 19, 34, 0.3);
  opacity: 2;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px 3px var(--site_style_color);
}

.lb_footer .ftr_social a img {
  display: block;
  max-height: 25px;
}

.menuburger {
  display: none;
}

.lb_footer .ftr_title {
  display: none;
}

.lb_walb .lb_walb_card {
  transform: translate(0, 0) !important;
}

.lb_parnter .lb_partner_card {
  transform: translate(0, 0) !important;
}

.lb_parnter,
.lb_walb,
.lb_hiw,
.lb_celeb,
.lb_why {
  background-attachment: fixed;
}

.lb_ue h2 {
  font-size: 30px;
  margin: 0;
  width: 270px;
  text-align: left;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.lb_ue h2 span {
  color: var(--site_style_color);
}

.lb_footer .ftr_wa h2 span {
  font-size: 39px;
  margin: 0 0 40px;
}

.lb_ue .ue_walink {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 300px);
  justify-content: flex-end;
}

.lb_ue .ue_walink .a_wa {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 21px 30px;
  margin: 0 0 0 20px;
  border: 1px solid var(--site_style_color);
  border-radius: 10px;
  background: var(--site_style_color);
}

.lb_ue .ue_walink .a_wa:hover {
  background: #000;
}

.lb_ue {
  background: #000;
  justify-content: space-between;
  padding: 25px 15px;
  max-width: 1320px;
  margin: 0 auto;
}

.lb_walb .lb_walb_img {
  height: 570px;
  width: 865px;
}

.lb_walb .lb_walb_img .lb_walb_img_bat {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 100%;
  max-height: 100%;
}

.lb_walb .lb_walb_img .lb_walb_img_ball {
  transition: all 0.4s ease 0s;
  max-width: 80px;
  max-height: 100%;
  transform: translate(0, 0) scale(1);
  transform-origin: center center;
  position: absolute;
  left: 40%;
  top: 26%;
}

.lb_walb .lb_walb_img .lb_walb_img_ball.anim {
  transform: translate(0, 0) scale(0.5);
  left: 30%;
  top: 34%;
}

@media (min-width: 540px) {
  .webfont {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .lb_header nav {
    display: block !important;
  }
}
@media screen and (min-width: 1400px) {
  .lb_header .lb_logo {
    position: absolute;
    left: 49%;
  }
}
@media screen and (max-width: 1800px) {
  .lb_slider .mainslider .item .lb_sld_img {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  .lb_slider .mainslider .item .lb_sld_cont h2 {
    font-size: 90px;
    line-height: 1.3;
  }
  .lb_slider .mainslider .item .lb_sld_cont h3 {
    font-size: 20px;
  }
  .lb_slider .mainslider .item .lb_sld_cont p {
    max-width: 400px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1500px) {
  .lb_slider .mainslider .item {
    padding: 0 0 0 100px;
  }
  .lb_header nav ul li {
    margin: 0 20px;
  }
  .lb_walb .lb_walb_con {
    width: 560px;
  }
  .lb_walb .lb_walb_con .lb_walb_btn .a_wa {
    margin: 0 25px 25px 0;
  }
  .lb_footer .ftr_wa .ftr_walink .a_wa {
    font-size: 25px;
    padding: 16px 20px;
    margin: 0 20px 20px 0;
  }
  .lb_hiw .hiw_wa .wa_link .a_wa {
    font-size: 25px;
    padding: 21px 30px;
    margin: 0 10px 20px;
  }
  .lb_celeb {
    padding: 127px 80px 106px 100px;
  }
}
@media screen and (max-width: 1330px) {
  .lb_slider .mainslider .item .lb_sld_img {
    transform: scale(0.7);
  }
  .lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap .a_play {
    max-width: 50px;
  }
  .lb_ue .ue_walink .a_wa {
    font-size: 18px;
    padding: 21px 20px;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 1279px) {
  .lb_header {
    padding: 50px 15px;
  }
  .lb_header .lb_logo img {
    max-height: 50px;
  }
  .lb_header nav ul li {
    margin: 0 10px;
    font-size: 12px;
  }
  .lb_slider .mainslider .item {
    padding: 0 0 0 50px;
  }
  .lb_slider .mainslider .item .lb_sld_img {
    transform: scale(0.6);
  }
  .lb_slider .mainslider .item .lb_sld_cont .lb {
    margin: 0 0 26px;
  }
  .lb_slider .mainslider .item .lb_sld_cont h2 {
    font-size: 60px;
    margin: -10px 0 20px;
  }
  .lb_slider .mainslider .item .lb_sld_cont h3 {
    font-size: 15px;
  }
  .lb_slider .mainslider .item .lb_sld_cont p {
    max-width: 300px;
    font-size: 15px;
    margin: 0 0 30px;
    line-height: 22px;
  }
  .lb_slider .mainslider .item .lb_sld_cont .a_id {
    font-size: 14px;
    padding: 12px 22px;
  }
  .lb_slider .cardsmall {
    left: -85px;
    bottom: -59px;
    max-width: 170px;
  }
  .mainslider .owl-nav button.owl-prev {
    left: 10px;
  }
  .mainslider .owl-nav button.owl-next {
    right: 10px;
  }
  .lb_walb .lb_walb_card {
    right: -200px;
    bottom: -57px;
    max-width: 370px;
  }
  .lb_parnter .lb_partner_card {
    max-width: 370px;
  }
  .lb_walb .lb_walb_con {
    width: 540px;
    margin: 0 20px 0 auto;
  }
  .lb_hiw .hiw_counter li {
    margin: 0 20px;
    width: calc(25% - 40px);
  }
  .lb_hiw .hiw_counter li .step_arrow .sa_img {
    max-width: 25px;
    margin: 0 -8px;
  }
  .lb_hiw .hiw_counter li .step_arrow {
    width: 70px;
    right: -55px;
    top: 71px;
  }
  .lb_hiw .hiw_wa .wa_link .a_wa {
    font-size: 20px;
    padding: 15px 20px;
    margin: 0 10px 20px;
  }
  .lb_celeb .celeb_wrap h2 {
    width: 220px;
    font-size: 50px;
    line-height: 50px;
  }
  .lb_celeb {
    padding: 127px 50px 106px;
  }
  .lb_celeb .celeb_wrap .celebslider {
    width: calc(100% - 250px);
  }
  .lb_why .why_ul li .why_icon {
    width: 60px;
  }
  .lb_why .why_ul li .why_cnt {
    width: calc(100% - 80px);
  }
  .lb_why .why_ul li {
    margin: 0 50px 50px 0;
    width: calc(33.33% - 34px);
  }
  .lb_footer .ftr_wa .ftr_walink .a_wa {
    font-size: 20px;
    padding: 14px 20px;
    margin: 0 20px 20px 0;
  }
  .lb_footer .ftr_gs .a_gs2,
  .lb_footer .ftr_gs .a_gs1 {
    font-size: 15px;
    padding: 16px 30px;
  }
  .lb_ue .ue_walink .a_wa {
    font-size: 16px;
    padding: 16px 10px;
    margin: 0 0 0 10px;
  }
  .lb_walb .lb_walb_img .lb_walb_img_ball {
    max-width: 60px;
    left: 38%;
    top: 33%;
  }
  .lb_walb .lb_walb_img .lb_walb_img_ball.anim {
    left: 30%;
    top: 39%;
  }
}
@media screen and (max-width: 1023px) {
  .lb_header .lb_logo {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    text-align: center;
    display: inline-block;
  }
  .lb_header .lb_logo img {
    display: inline-block;
  }
  .lb_header {
    padding: 20px 15px;
  }
  .lb_header nav ul li.mid_lg {
    display: none;
  }
  .lb_header nav ul li {
    margin: 0 15px;
    font-size: 12px;
  }
  .lb_header nav {
    width: 100%;
    margin: 15px 0 0;
  }
  .lb_slider .mainslider .item .lb_sld_img {
    transform: scale(0.5);
  }
  .lb_walb .lb_walb_img {
    position: static;
    max-height: inherit;
    transform: translate(0, 0);
    max-width: 500px;
    margin: 0 auto 40px;
    display: flex;
    align-self: center;
  }
  .lb_walb .lb_walb_con {
    width: 100%;
    margin: 0;
  }
  .lb_walb .lb_walb_con p {
    max-width: 100%;
  }
  .lb_walb {
    padding: 60px 15px;
  }
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn {
    width: calc(33.33% - 7px);
    margin: 0 10px 10px 0;
  }
  .lb_hiw .hiw_counter li .hiw_step .num_img {
    max-width: 40px;
    margin: -35px 0 0;
  }
  .lb_hiw .hiw_counter li .hiw_step {
    width: 110px;
    height: 110px;
  }
  .lb_hiw .hiw_counter li .step_arrow {
    top: 40px;
    right: -46px;
  }
  .lb_hiw .hiw_counter li {
    margin: 0 10px;
    width: calc(25% - 20px);
  }
  .lb_why .why_ul li {
    margin: 0 20px 20px 0;
    width: calc(33.33% - 14px);
    padding: 15px;
  }
  .lb_why .why_ul li .why_cnt p {
    font-size: 13px;
    line-height: 17px;
  }
  .lb_why .why_ul li .why_cnt h4 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 19px;
  }
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn h4 {
    font-size: 20px;
  }
  .lb_why {
    padding: 70px 0 60px;
  }
  .lb_header.fixed {
    padding: 10px 15px;
  }
  .lb_header nav ul li a::before {
    bottom: -4px;
  }
  .lb_ue h2 {
    font-size: 30px;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .lb_ue .ue_walink .a_wa {
    margin: 0 10px;
  }
  .lb_ue .ue_walink {
    width: 100%;
    justify-content: center;
  }
  .lb_ue {
    flex-wrap: wrap;
  }
  .lb_walb .lb_walb_img {
    height: 290px;
    width: 500px;
  }
  .lb_walb .lb_walb_img .lb_walb_img_ball {
    max-width: 40px;
    left: 42%;
    top: 23%;
  }
  .lb_walb .lb_walb_img .lb_walb_img_ball.anim {
    left: 31%;
    top: 34%;
  }
}
@media screen and (max-width: 767px) {
  .lb_header {
    background: #000;
    padding: 15px 20px;
    text-align: center;
  }
  .lb_header .lb_logo img {
    max-height: 66px;
  }
  .lb_header nav {
    display: none;
  }
  .lb_header .lb_logo {
    width: 195px;
  }
  .menuburger {
    display: block;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translate(0, -50%);
    width: 45px;
  }
  .lb_header nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 10px 0;
    margin: 0;
    background: #000;
    border-top: 2px solid #e71322;
  }
  .lb_header nav ul {
    width: 100%;
  }
  .lb_header nav ul li {
    width: 100%;
    margin: 0;
    margin: 10px 0;
    padding: 0 20px;
  }
  .lb_slider .cardsmall {
    display: none;
  }
  .lb_slider .mainslider .item .lb_sld_cont {
    width: 100%;
    padding: 0 10px 30px;
    text-align: center;
  }
  .lb_slider .mainslider .item .lb_sld_cont .lb {
    margin: 0 0 12px;
    font-size: 11px;
    padding: 5px 10px;
  }
  .lb_slider .mainslider .item {
    padding: 0;
  }
  .lb_slider .mainslider .item .lb_sld_cont h3 {
    font-size: 14px;
  }
  .lb_slider .mainslider .item .lb_sld_cont h2 {
    font-size: 52px;
    margin: -8px 0 -2px;
  }
  .lb_slider .mainslider .item .lb_sld_img {
    transform: scale(1);
    width: 100%;
    position: static;
    height: 230px;
  }
  .lb_slider .mainslider .item .lb_sld_img .sicard {
    width: auto;
    max-width: 100%;
    max-height: 280px;
    left: 0;
    bottom: -85px;
  }
  .lb_slider .mainslider .item .lb_sld_cont p {
    max-width: 246px;
    font-size: 14px;
    margin: 0 auto 23px;
    line-height: 18px;
  }
  .lb_slider .mainslider .item .lb_sld_cont .a_id {
    font-size: 16px;
    padding: 14px 23px;
  }
  .lb_slider .mainslider {
    padding: 117px 0 0;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si1 {
    max-width: 115px;
    max-height: 200px;
    right: 56%;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si2 {
    max-width: 205px;
    max-height: 226px;
    right: 24%;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si3 {
    max-width: 210px;
    max-height: 180px;
    right: -10%;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si4 {
    max-width: 210px;
    max-height: 200px;
    right: 56%;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si5 {
    max-width: 170px;
    max-height: 230px;
    right: 27%;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si6 {
    max-width: 200px;
    max-height: 180px;
    right: -10%;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si7 {
    max-width: 160px;
    max-height: 200px;
    right: 50%;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si8 {
    max-width: 150px;
    max-height: 226px;
    right: 24%;
  }
  .lb_slider .mainslider .item .lb_sld_img .si.si9 {
    max-width: 160px;
    max-height: 180px;
    right: -10%;
  }
  .mainslider .owl-nav button.owl-prev {
    left: 0;
    width: 30px;
    background-size: 25px auto !important;
  }
  .mainslider .owl-nav button.owl-next {
    right: 0;
    width: 30px;
    background-size: 25px auto !important;
  }
  .lb_ue {
    padding: 16px 20px;
    flex-wrap: wrap;
  }
  .lb_ue label {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .lb_ue p {
    margin: 0 0 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    line-height: 18px;
    text-align: left;
    display: flex;
  }
  .lb_ue p span {
    margin: 0 15px 0 0;
  }
  .lb_ue .a_pn {
    padding: 13px 27px;
    font-size: 14px;
  }
  .lb_walb .lb_walb_img {
    max-width: 490px;
    margin: 0 0 0 -20px;
    order: 1;
  }
  .lb_walb {
    padding: 30px 20px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    background-position: center right;
  }
  .lb_walb .lb_walb_card {
    display: none;
  }
  .lb_walb .lb_walb_con .lb_walb_btn {
    display: none;
  }
  .lb_walb .lb_walb_con h4 {
    margin: 0 0 13px;
    font-size: 16px;
  }
  .lb_walb .lb_walb_con h2 {
    margin: 0 0 19px;
    font-size: 26px;
    line-height: 32px;
  }
  .lb_walb .lb_walb_con p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .lb_walb .lb_walb_con {
    margin: 0 0 38px;
  }
  .lb_parnter .lb_partner_card {
    display: none;
  }
  .lb_parnter {
    padding: 40px 0 30px;
  }
  .main {
    padding: 0 20px;
  }
  .lb_parnter h2 {
    margin: 0 0 40px;
    font-size: 26px;
    line-height: 32px;
  }
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn {
    width: calc(50% - 10px);
    margin: 0 5px 20px !important;
  }
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front,
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-back {
    padding: 15px;
    box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 0.6);
  }
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front .lb_partner_logo {
    max-width: 128px;
    max-height: 52px;
  }
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn h4 {
    font-size: 16px;
  }
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .a_parnter {
    font-size: 12px;
    padding: 14px 10px;
    max-width: 100%;
  }
  .flip-box {
    height: 200px;
  }
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn ul li {
    font-size: 10px;
    margin: 0 0 9px;
    padding: 0 25px 0 0;
    line-height: 16px;
  }
  .lb_hiw {
    padding: 40px 0;
  }
  .lb_hiw h2 {
    margin: 0 0 26px;
    font-size: 26px;
  }
  .lb_hiw .hiw_counter li {
    margin: 0 0 40px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .lb_hiw .hiw_counter li .hiw_step {
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .lb_hiw .hiw_counter li .hiw_step span {
    display: none;
  }
  .lb_hiw .hiw_counter li .hiw_step .num_img {
    max-width: 25px;
    margin: 0;
  }
  .lb_hiw .hiw_counter li h4 {
    width: calc(100% - 70px);
    margin: 0;
    font-size: 16px;
    line-height: 26px;
  }
  .lb_hiw .hiw_counter {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    padding: 0 25px;
  }
  .lb_hiw .hiw_counter li .step_arrow .sa_img:nth-of-type(n+4) {
    display: none;
  }
  .lb_hiw .hiw_counter li .step_arrow {
    top: inherit;
    right: inherit;
    bottom: -36px;
    left: 16px;
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lb_hiw .hiw_counter li .step_arrow .sa_img {
    display: inline-block;
    vertical-align: middle;
    max-width: 25px;
    margin: -9px 0;
    transform: rotate(90deg);
    max-height: 30px;
  }
  .lb_hiw .hiw_counter li .hiw_step {
    background: 0 0;
  }
  .lb_hiw h3 {
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 30px;
  }
  .lb_hiw h5 {
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 20px;
  }
  .lb_hiw p {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .lb_hiw .hiw_wa h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }
  .lb_hiw .hiw_wa .wa_link .a_wa {
    font-size: 20px;
    padding: 11px 20px;
    margin: 0 0 14px;
    width: 100%;
    text-align: center;
  }
  .lb_hiw .hiw_wa .wa_link {
    padding: 0 35px;
  }
  .lb_celeb {
    padding: 40px 0;
  }
  .lb_celeb .celeb_wrap h2 {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 24px;
  }
  .lb_celeb .celeb_wrap h2 span {
    width: auto;
    margin: 0 7px 0 0;
  }
  .lb_celeb .celeb_wrap .celebslider {
    width: 100%;
    padding: 0 0 70px;
  }
  .lb_celeb .celeb_wrap .celebslider .owl-item {
    opacity: 0.5;
  }
  .lb_celeb .celeb_wrap .celebslider .owl-item.active {
    opacity: 1;
  }
  .lb_celeb .celeb_wrap .celebslider .item .clb_img_wrap .a_play {
    max-width: 70px;
  }
  .lb_celeb .celeb_wrap .celebslider .owl-nav {
    width: 100%;
    padding: 0 16px;
  }
  .lb_celeb .celeb_wrap .clb_popup .clb_popup_inn {
    max-width: 90%;
  }
  .lb_celeb .celeb_wrap .celebslider .owl-nav button.owl-prev {
    width: 73px;
    height: 45px;
    background-size: 90px auto !important;
  }
  .lb_celeb .celeb_wrap .celebslider .owl-nav button.owl-next {
    width: 73px;
    height: 45px;
    background-size: 90px auto !important;
  }
  .lb_why {
    padding: 40px 0 20px;
  }
  .lb_why h2 {
    margin: 0 0 30px;
    font-size: 26px;
  }
  .lb_why .why_ul li {
    margin: 0 0 20px !important;
    width: 100%;
    padding: 25px;
  }
  .lb_why .why_ul li .why_icon {
    width: 50px;
  }
  .lb_why .why_ul li .why_cnt {
    width: calc(100% - 70px);
  }
  .lb_why .why_ul li .why_cnt p {
    font-size: 14px;
    line-height: 20px;
  }
  .lb_footer .ftr_logo {
    display: none;
  }
  .lb_footer .ftr_title {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 23px;
    width: 100%;
    color: #fff;
  }
  .lb_footer .ftr_title span {
    color: red;
  }
  .lb_footer {
    padding: 40px 0;
    text-align: center;
  }
  .lb_footer h3 {
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .lb_footer p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .lb_footer .ftr_wa h2 {
    font-size: 26px;
    margin: 0 0 20px;
    text-align: center;
    font-weight: 700;
  }
  .lb_footer .ftr_wa h2 span {
    font-size: 26px;
  }
  .lb_footer .ftr_wa .ftr_walink .a_wa {
    font-size: 20px;
    padding: 11px 20px;
    margin: 0 0 14px;
    width: 100%;
  }
  .lb_footer .ftr_wa .ftr_walink {
    padding: 0 35px;
  }
  .lb_footer .ftr_wa {
    margin: 0 0 26px;
  }
  .lb_footer .ftr_gs {
    width: 100%;
    margin: 0 0 26px;
    padding: 0 35px;
  }
  .lb_footer .ftr_gs .a_gs2,
  .lb_footer .ftr_gs .a_gs1 {
    font-size: 20px;
    padding: 11px 10px;
    margin: 0 0 14px;
    width: 100%;
  }
  .lb_footer .ftr_links a {
    margin: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
  }
  .lb_footer .ftr_links {
    margin: 0 0 30px;
  }
  .lb_footer .ftr_social a {
    margin: 0 15px;
  }
  .lb_slider .mainslider .item .lb_sld_img .si {
    transition: all 1.5s ease 0s !important;
  }
  .lb_slider .mainslider .item .lb_sld_img .sicard {
    transition: all 1.5s ease 0s !important;
  }
  .lb_slider .mainslider .item .lb_sld_img.lb_sld_img_player {
    position: absolute;
    bottom: 0;
  }
  .lb_ue .ue_walink .a_wa {
    margin: 0 0 10px;
    width: 100%;
  }
  .lb_ue .ue_walink {
    padding: 0 35px;
  }
  .lb_walb .lb_walb_img {
    max-width: 334px;
    margin: 0 auto;
    order: 1;
    text-align: center;
    max-height: 180px;
    display: inline-block;
  }
  .lb_walb .lb_walb_img .lb_walb_img_ball {
    max-width: 25px;
    left: 41%;
    top: 21%;
  }
  .lb_walb .lb_walb_img .lb_walb_img_ball.anim {
    left: 31%;
    top: 33%;
  }
}
@media screen and (max-width: 350px) {
  .lb_parnter .lb_partner_wrap .lb_partner_wrap_inn .flip-box-front .lb_partner_logo {
    max-width: 88px;
    max-height: 32px;
  }
  .lb_walb .lb_walb_img .lb_walb_img_ball {
    max-width: 20px;
    left: 41%;
    top: 28%;
  }
  .lb_walb .lb_walb_img .lb_walb_img_ball.anim {
    left: 31%;
    top: 36%;
  }
}/*# sourceMappingURL=style.css.map */