:root {
  /** Site Color **/
  --mainColor: #30FFFF;
  --secondColor: #C9EEFF;
  --thirdColor: #121C35;
  --borderColor: #E0E0E0;
  --borderMenuColor: #354E98;
  /** Default Color **/
  --blackColor: #222B3C;
  --blackColorHover: #111111;
  --blueColor: #2F80ED;
  --blueColorHover: #175db8;
  --greenColor: #31BE94;
  --greenColorHover: #1EA57C;
  --grayColor: #f8f8f8;
  --grayColorHover: #f0f0f0;
  --ogranceColor: #F2994A;
  --ogranceColorHover: #db7d2b;
  --redColor: #EC2D41;
  --redColorHover: #ca192b;
  --whiteColor: #ffffff;
  --whiteColorHover: #f2f2f2;
  --yellowColor: #FFFF00;
  --yellowColorHover: #d0d005;
  --transparent: transparent;
  --pinkColor: #DD37EC;
  --violetColor: #6726BA;
}

a {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input {
  outline: none;
  cursor: pointer;
}

button {
  outline: none;
  cursor: pointer;
}

body {
  background: url(../bw_image/bg_web.png) no-repeat center top;
  background-size: 100% auto;
}

.bw_top_header {
  padding: 10px 0;
}
.bw_top_header p {
  color: var(--whiteColor);
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_top_header {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .bw_top_header {
    display: none;
  }
}

.bw_btn_buy, .bw_box_sign .bw_form button, .bw_rsn, .bw_slide a {
  display: inline-flex;
  padding: 10px 30px;
  background: var(--whiteColor);
  color: var(--thirdColor);
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  margin-top: 10px;
  border-radius: 40px;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_btn_buy, .bw_box_sign .bw_form button, .bw_rsn, .bw_slide a {
    padding: 10px 17px;
  }
}
@media only screen and (max-width: 639px) {
  .bw_btn_buy, .bw_box_sign .bw_form button, .bw_rsn, .bw_slide a {
    padding: 10px 17px;
  }
}

header {
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 45px;
  right: 0;
}
header img {
  max-width: 45px;
}
header ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header ul li {
  padding: 10px 0;
}
header ul li a {
  font-size: 16px;
  color: var(--whiteColor);
  font-weight: 500;
  padding: 10px;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  header ul {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  header ul {
    display: none;
  }
}
header.bw_fixed {
  background: url(../bw_image/bg_web.png) no-repeat center top;
  position: fixed;
  z-index: 2012;
  left: 0;
  top: 0;
  right: 0;
}
header.bw_fixed a.bw_btn_buy, header.bw_fixed a.bw_rsn, header.bw_fixed .bw_slide a, .bw_slide header.bw_fixed a {
  margin-top: 0;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  header {
    top: 0;
  }
  header .bw_col_9,
  header .bw_col_3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 639px) {
  header {
    top: 0;
  }
  header .bw_col_9,
  header .bw_col_3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.bw_slide {
  min-height: calc(100vh - 45px);
  text-align: center;
  padding-top: 180px;
}
.bw_slide h1 {
  font-size: 60px;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 80px;
}
.bw_slide h1 span {
  color: var(--mainColor);
  text-decoration: underline;
}
.bw_slide p {
  font-size: 21px;
  color: var(--whiteColor);
  max-width: 30%;
  margin: 10px auto;
}
.bw_slide a {
  background: var(--mainColor);
  padding: 14px 40px;
  font-size: 16px;
  color: var(--thirdColor);
  position: relative;
}
.bw_slide a::after, .bw_slide a::before {
  width: 140px;
  height: 1px;
  background: var(--mainColor);
  content: "";
  position: absolute;
  left: -140px;
  top: calc(50% - 1px);
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_slide a::after, .bw_slide a::before {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .bw_slide a::after, .bw_slide a::before {
    display: none;
  }
}
.bw_slide a::after {
  right: -140px;
  left: unset;
}
.bw_slide .bw_img_slide {
  background: url(../bw_image/bg_slide.png) no-repeat bottom center;
  background-size: auto 80%;
  padding-top: 70px;
  position: relative;
}
.bw_slide .bw_img_slide .bw_imgSlide_2 {
  position: absolute;
  left: -20px;
  top: 25%;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_slide .bw_img_slide .bw_imgSlide_2 {
    width: 35%;
    left: 0;
  }
}
@media only screen and (max-width: 639px) {
  .bw_slide .bw_img_slide .bw_imgSlide_2 {
    width: 35%;
    left: 0;
  }
}
.bw_slide .bw_img_slide .bw_imgSlide_3 {
  position: absolute;
  right: -50px;
  top: 15%;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_slide .bw_img_slide .bw_imgSlide_3 {
    width: 35%;
    right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .bw_slide .bw_img_slide .bw_imgSlide_3 {
    width: 35%;
    right: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_slide {
    padding-top: 120px;
    background: url(../bw_image/bg_web.png) no-repeat center;
    background-size: auto 100%;
  }
  .bw_slide h1 {
    font-size: 31px;
    line-height: 37px;
  }
  .bw_slide p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .bw_slide {
    padding-top: 120px;
    background: url(../bw_image/bg_web.png) no-repeat center;
    background-size: auto 100%;
  }
  .bw_slide h1 {
    font-size: 31px;
    line-height: 37px;
  }
  .bw_slide p {
    max-width: 100%;
  }
}

.bw_rsn {
  background: var(--mainColor);
  padding: 14px 40px;
  font-size: 17px;
  color: var(--whiteColor);
  position: relative;
}
.bw_rsn::after, .bw_rsn::before {
  width: 140px;
  height: 1px;
  background: var(--mainColor);
  content: "";
  position: absolute;
  left: -140px;
  top: calc(50% - 1px);
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_rsn::after, .bw_rsn::before {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .bw_rsn::after, .bw_rsn::before {
    display: none;
  }
}
.bw_rsn::after {
  right: -140px;
  left: unset;
}

.bw_box_why .bw_text_why {
  margin-top: 30px;
}
.bw_box_why .bw_text_why h3 {
  font-size: 23px;
  font-weight: 600;
  margin: 10px 0;
}
.bw_box_why .bw_text_why p {
  font-size: 14px;
  line-height: 25px;
  max-width: 90%;
}

.bw_btn_buy.bw_btn_why, .bw_box_sign .bw_form button.bw_btn_why, .bw_slide a.bw_btn_why, .bw_btn_why.bw_rsn {
  position: relative;
  background: var(--thirdColor);
  color: var(--whiteColor);
}
.bw_btn_buy.bw_btn_why::after, .bw_box_sign .bw_form button.bw_btn_why::after, .bw_slide a.bw_btn_why::after, .bw_btn_why.bw_rsn::after, .bw_btn_buy.bw_btn_why::before, .bw_box_sign .bw_form button.bw_btn_why::before, .bw_slide a.bw_btn_why::before, .bw_btn_why.bw_rsn::before {
  width: 140px;
  height: 1px;
  background: var(--mainColor);
  content: "";
  position: absolute;
  left: -140px;
  top: calc(50% - 1px);
}
.bw_btn_buy.bw_btn_why::after, .bw_box_sign .bw_form button.bw_btn_why::after, .bw_slide a.bw_btn_why::after, .bw_btn_why.bw_rsn::after {
  right: -140px;
  left: unset;
}
.bw_btn_buy.bw_btn_why:hover, .bw_box_sign .bw_form button.bw_btn_why:hover, .bw_slide a.bw_btn_why:hover, .bw_btn_why.bw_rsn:hover {
  background-color: var(--mainColor);
}

.bw_btn_buy.bw_white, .bw_box_sign .bw_form button.bw_white, .bw_slide a.bw_white, .bw_white.bw_rsn {
  margin-top: 20px;
}
.bw_btn_buy.bw_white::before, .bw_box_sign .bw_form button.bw_white::before, .bw_slide a.bw_white::before, .bw_white.bw_rsn::before {
  display: none;
}

.bw_title_page {
  font-size: 31px;
  font-weight: 600;
  line-height: 44px;
  color-scheme: var(--thirdColor);
  text-align: center;
  max-width: 60%;
  margin: 10px auto;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_title_page {
    font-size: 27px;
    max-width: 100%;
    line-height: 34px;
  }
}
@media only screen and (max-width: 639px) {
  .bw_title_page {
    font-size: 27px;
    max-width: 100%;
    line-height: 34px;
  }
}

.bw_funcItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  border-bottom: none;
}
.bw_funcItems li {
  width: 120px;
  text-align: center;
  justify-content: center;
}
.bw_funcItems li a {
  text-align: center;
  display: block;
}
.bw_funcItems li a img {
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 38px;
  margin-bottom: 7px;
}
.bw_funcItems li a::after {
  display: none !important;
}
.bw_funcItems li.bw_active, .bw_funcItems li:hover {
  border-bottom: none;
}
.bw_funcItems li.bw_active a, .bw_funcItems li:hover a {
  border-bottom: none;
  color: var(--thirdColor);
}

.bw_box_contents {
  flex-wrap: wrap;
}

.bw_img_content {
  width: 60%;
  display: flex;
  justify-content: right;
  background: url(../bw_image/bg_s.png) no-repeat left -20% top;
  background-size: auto 70%;
}
.bw_img_content img {
  height: auto;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_img_content img {
    height: auto;
  }
}
@media only screen and (max-width: 639px) {
  .bw_img_content img {
    height: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_img_content {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .bw_img_content {
    width: 100%;
  }
}

.bw_text_content {
  width: 38%;
  padding-right: calc((100vw - 1300px) / 2);
  padding-top: 30px;
}
.bw_text_content h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}
.bw_text_content ul {
  margin: 10px 0;
}
.bw_text_content ul li {
  font-size: 16px;
  margin: 10px 0;
  line-height: 27px;
  padding-left: 20px;
  background: url(../bw_image/i__li_right.png) no-repeat left top 7px;
  background-size: auto 13px;
}
.bw_text_content p {
  font-size: 16px;
  margin: 10px 0;
  line-height: 27px;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_text_content {
    width: 100%;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 639px) {
  .bw_text_content {
    width: 100%;
    padding: 20px 10px;
  }
}

.bw_list_review {
  overflow: unset;
}
.bw_list_review .bw_items_review {
  opacity: 0.4;
}
.bw_list_review .bw_items_review.swiper-slide-active, .bw_list_review .bw_items_review.swiper-slide-next {
  opacity: 1;
}

.bw_content_review {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: rgb(219, 234, 240);
  position: relative;
}
.bw_content_review p {
  font-size: 17px;
  font-style: italic;
  opacity: 0.8;
}
.bw_content_review:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 24px;
  border-width: 32px 32px 0px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-right-color: transparent;
  -o-border-image: initial;
     border-image: initial;
  border-top-color: rgb(219, 234, 240);
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-left-style: initial;
  border-left-color: initial;
}

.bw_inf_us {
  margin-top: 40px;
  position: relative;
  padding-left: 84px;
}
.bw_inf_us img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 30px;
  padding: 4px;
  background: var(--whiteColor);
  border: 1px solid var(--borderColor);
}
.bw_inf_us h3 {
  font-size: 14px;
  font-weight: 600;
}
.bw_inf_us span {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.8;
}
.bw_inf_us span.bw_star {
  position: absolute;
  width: 120px;
  height: 40px;
  background: url(../bw_image/i__star.svg) no-repeat left top;
  background-size: contain;
  top: 0;
  right: 0;
  margin-top: 0;
}

.bw_btn_action {
  position: absolute;
  top: 50%;
  left: -86px;
  z-index: 99;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  font-size: 32px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  background-color: rgb(30, 193, 225);
  border: 0px;
  border-radius: 50%;
  outline: none;
  box-shadow: rgba(30, 193, 225, 0.2) 0px 24px 48px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex !important;
}
.bw_btn_action svg {
  fill: var(--whiteColor);
  width: 36px;
}
.bw_btn_action.bw_btn_next {
  left: unset;
  right: -86px;
}
.bw_btn_action.swiper-button-disabled {
  opacity: 0.2;
}

.select2 {
  display: block;
  width: 100% !important;
}
.select2 .select2-selection--single {
  height: 34px !important;
}
.select2 .select2-selection__rendered {
  line-height: 32px !important;
}

.bw_box_reviews {
  overflow: hidden;
}

.bw_box_res {
  padding-top: 120px;
  color: var(--whiteColor);
  background: url(../bw_image/bg_web_ft.png) no-repeat center top;
  background-size: 100% auto;
}
.bw_box_res h3 {
  font-weight: 700;
  font-size: 29px;
  margin-bottom: 20px;
}
.bw_box_res h3 span {
  font-weight: 900;
  font-size: 39px;
  color: var(--yellowColor);
}
.bw_box_res p {
  font-size: 16px;
  margin: 6px 0;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_box_res {
    background: url(../bw_image/bg_web_ft.png) no-repeat center top;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 639px) {
  .bw_box_res {
    background: url(../bw_image/bg_web_ft.png) no-repeat center top;
    background-size: auto 100%;
  }
}

.bw_frm_group {
  margin-bottom: 10px;
}
.bw_frm_group label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 7px;
}

.bw_box_sign {
  position: fixed;
  z-index: 1221;
  width: 420px;
  right: 95px;
  bottom: 30px;
  background: var(--whiteColor);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  transition: all 300ms;
}
.bw_box_sign h2 {
  cursor: pointer;
  font-size: 21px;
  font-weight: 600;
}
.bw_box_sign .bw_form label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 7px;
}
.bw_box_sign .bw_form .bw_inp {
  font-size: 17px;
  padding: 7px 10px;
}
.bw_box_sign .bw_form button {
  background: var(--thirdColor);
  color: var(--whiteColor);
  outline: none;
  border: none;
  transition: all 300ms;
}
.bw_box_sign .bw_form button:hover {
  background: var(--thirdColor);
}
.bw_box_sign .bw_close_s {
  position: absolute;
  width: 37px;
  height: 37px;
  right: -18px;
  top: -18px;
  z-index: 2;
}
.bw_box_sign.bw_closed {
  padding: 10px 10px;
  width: 260px;
  border-radius: 10px;
}
.bw_box_sign.bw_closed h2 {
  font-size: 17px;
}
.bw_box_sign.bw_closed h2 img {
  height: 20px !important;
}
.bw_box_sign.bw_closed .bw_form {
  display: none;
}
.bw_box_sign.bw_closed .bw_close_s {
  display: none;
}
.bw_box_sign::after {
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
  bottom: 9px;
  right: -18px;
  background: url(../bw_image/i__as.svg) no-repeat center;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .bw_box_sign {
    max-width: 90%;
    right: 5%;
    width: 100%;
    bottom: 90px;
    max-width: 0 auto;
  }
}
@media only screen and (max-width: 639px) {
  .bw_box_sign {
    max-width: 90%;
    right: 5%;
    width: 100%;
    bottom: 90px;
    max-width: 0 auto;
  }
}

.bw_btn_solutions {
  width: 50px;
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 1;
  z-index: 20;
}
.bw_btn_solutions a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  cursor: pointer;
}

@keyframes arrowMove {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
.bw_img_arrow {
  position: relative;
  animation-name: arrowMove;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.bw_loading {
  position: fixed;
  z-index: 3000;
  background: rgb(255, 255, 255);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.bw_loading img {
  max-width: 250px;
}
.bw_loading.bw_show {
  display: flex;
}

.bw_list_logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.bw_list_logo ul li {
  max-width: calc(16.6666666667% - 20px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.bw_list_logo ul li img {
  display: block;
  max-height: 45px;
}
@media only screen and (max-width: 639px) {
  .bw_list_logo ul li {
    max-width: calc(25% - 20px);
  }
}

.bw_sign {
  padding: 80px 0;
  background: url(../bw_image/bgsign.png) no-repeat top center;
  background-size: 100% auto;
  text-align: center;
}
.bw_sign h2 {
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 639px) {
  .bw_sign h2 {
    max-width: 100%;
  }
}
.bw_sign p {
  margin: 10px auto;
}
.bw_sign a {
  font-size: 30px;
  font-weight: 700;
  color: var(--whiteColor);
  background: var(--thirdColor);
  padding: 5px 60px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 50px;
}
@media only screen and (max-width: 639px) {
  .bw_sign {
    background: url(../bw_image/bgsign.png) no-repeat top center;
    background-size: auto 100%;
  }
}

footer {
  background: var(--thirdColor);
  padding: 60px 0;
}
footer h4,
footer h3 {
  color: var(--whiteColor);
  font-size: 26px;
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  footer h4,
  footer h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 639px) {
  footer h4,
  footer h3 {
    font-size: 18px;
  }
}
footer a {
  color: var(--borderColor);
}
footer p {
  margin-top: 10px;
  color: var(--borderColor);
}
footer p.bw_copyright {
  margin-top: 30px;
  opacity: 0.6;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: right;
}
footer ul li {
  padding-left: 30px;
}
footer ul li a {
  color: var(--whiteColor);
}
footer ul li a:hover {
  color: var(--blueColor);
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  footer .bw_col_5,
  footer .bw_col_7 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 639px) {
  footer {
    text-align: center !important;
  }
  footer .bw_col_5,
  footer .bw_col_7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  footer ul {
    justify-content: center;
    margin-bottom: 40px;
  }
  footer ul li:first-child {
    padding-left: 0;
  }
}/*# sourceMappingURL=main.css.map */