body {
  font-family: "Manrope", sans-serif;
  color: var(--blackColor);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.bw_container_fluid {
  margin: 0 50px;
}
@media (max-width: 767px) {
  .bw_container_fluid {
    margin: 0 20px;
  }
}

header {
  position: fixed;
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
}
header img {
  transition: all 400ms;
}
header ul.bw_menuAll {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: right;
}
header ul.bw_menuAll li a {
  display: inline-block;
  padding: 10px 15px;
  color: var(--whiteColor);
}
header ul.bw_menuAll li.bw_lastMenu a {
  padding: 5px 20px;
  border-radius: 50px;
  background: var(--whiteColor);
  color: var(--blueColor);
  font-weight: 600;
  margin-left: 20px;
}
@media (max-width: 479px) {
  header ul.bw_menuAll li:not(:last-child) {
    display: none;
  }
}
@media (max-width: 991px) {
  header .bw_col_4 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  header .bw_col_8 {
    max-width: 75%;
    flex: 0 0 75%;
  }
}
header.bw_fixed {
  background: var(--linerColorCrm);
  padding: 10px 0;
}
header.bw_fixed img {
  max-height: 40px;
}

.bw_slider {
  width: 100vw;
  background: url(../bw_image/bg_banner.png) no-repeat bottom -1px center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
  padding-top: 200px;
}
.bw_slider .bw_textSlide {
  width: 50%;
  padding-left: calc((100vw - 1450px) / 2);
  padding-right: 50px;
}
@media (max-width: 1599px) {
  .bw_slider .bw_textSlide {
    padding-left: calc((100vw - 1150px) / 2);
  }
}
@media (max-width: 991px) {
  .bw_slider .bw_textSlide {
    width: 100%;
    padding-left: 20px;
  }
}
.bw_slider .bw_textSlide h1 {
  color: var(--whiteColor);
  font-weight: 700;
}
.bw_slider .bw_textSlide p {
  color: var(--whiteColor);
  margin: 10px 0;
  margin-bottom: 15px;
}
.bw_slider .bw_textSlide a {
  padding: 7px 30px;
  border-radius: 50px;
  background: var(--whiteColor);
  color: var(--blueColor);
  font-weight: 600;
  display: inline-block;
}
.bw_slider .bw_textSlide.bw_textSign {
  padding-left: 0;
}
.bw_slider .bw_textSlide.bw_textSign p {
  margin-top: 20px;
  padding-right: 50px;
}
.bw_slider .bw_imageSlide {
  width: 50%;
}
.bw_slider .bw_imageSlide form {
  max-width: 470px;
  width: 100%;
  background: var(--whiteColor);
  padding: 30px 40px;
  border-radius: 20px;
}
.bw_slider .bw_imageSlide form label {
  font-size: 15px;
  opacity: 0.7;
}
.bw_slider .bw_imageSlide form .bw_inp {
  margin-top: 5px;
}
.bw_slider .bw_imageSlide form button {
  margin: 0 auto;
  margin-top: 30px;
  outline: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .bw_slider .bw_imageSlide form {
    padding: 15px 20px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .bw_slider .bw_imageSlide {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.bw_slider .bw_listForm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .bw_slider:not(.bw_res) {
    height: auto;
    padding-top: 150px;
  }
}

.bw_partner {
  text-align: center;
}
.bw_partner h3 {
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .bw_partner h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bw_partner h3 {
    font-size: 20px;
  }
}
.bw_partner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.bw_partner ul li {
  max-width: calc(16.6666666667% - 20px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.bw_partner ul li img {
  display: block;
  max-height: 45px;
}
@media (max-width: 479px) {
  .bw_partner ul li {
    max-width: calc(25% - 20px);
  }
}

.bw_aboutHome {
  padding-bottom: 100px;
}
.bw_aboutHome .bw_contentS {
  background: #F0F4FF;
  border-radius: 10px;
  position: relative;
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.bw_aboutHome .bw_contentS .bw_listImage {
  width: 65%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bw_aboutHome .bw_contentS .bw_listImage {
    width: 100%;
  }
}
.bw_aboutHome .bw_contentS .bw_listImage .swiper-pagination {
  bottom: -20px !important;
  left: 30% !important;
}
.bw_aboutHome .bw_contentS .bw_txtHot {
  padding: 40px;
  padding-left: 0;
  width: 35%;
}
.bw_aboutHome .bw_contentS .bw_txtHot p {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1599px) {
  .bw_aboutHome .bw_contentS .bw_txtHot p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bw_aboutHome .bw_contentS .bw_txtHot p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bw_aboutHome .bw_contentS .bw_txtHot {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
}

.bw_titlePage {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  font-weight: 600;
}
.bw_titlePage span {
  color: var(--blueColor);
}
.bw_titlePage.bw_white {
  color: var(--whiteColor);
}
.bw_titlePage.bw_white span {
  color: #0DFFD3;
}
@media (max-width: 479px) {
  .bw_titlePage {
    max-width: 100%;
  }
}

.bw_btnView {
  background: var(--linerColorCrm);
  display: inline-block;
  margin-top: 15px;
  color: var(--whiteColor);
  border-radius: 50px;
  padding: 7px 30px;
  font-size: 18px;
  transition: all 300ms;
}
.bw_btnView:hover {
  padding: 7px 35px;
}
@media (max-width: 1599px) {
  .bw_btnView {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bw_btnView {
    font-size: 14px;
  }
}
.bw_btnView.bw_white {
  background: var(--whiteColor);
  color: var(--blueColor);
}

.bw_ai {
  background: var(--linerColorCrm);
  padding: 80px 0;
  position: relative;
}
.bw_ai .bw_subtitle {
  font-size: 17px;
  margin: 10px auto;
  color: var(--whiteColor);
  max-width: 70%;
}
.bw_ai::after {
  width: 40%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../bw_image/bg_show.png) no-repeat top center;
  background-size: 100% auto;
}
.bw_ai::before {
  width: 30%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../bw_image/bg_ai.png) no-repeat bottom center;
  background-size: 100% auto;
  opacity: 0.5;
  z-index: 1;
}
.bw_ai.bw_report {
  padding-bottom: 0;
}
.bw_ai.bw_report .bw_boxReport {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding-bottom: 50px;
}
.bw_ai.bw_report .bw_boxReport .bw_textReport {
  width: 95%;
  padding: 30px;
}
.bw_ai.bw_report .bw_boxReport .bw_textReport ul li {
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .bw_ai.bw_report .bw_boxReport .bw_textReport ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bw_ai.bw_report .bw_boxReport .bw_textReport ul li {
    font-size: 14px;
  }
}
.bw_ai.bw_report .bw_boxReport .bw_textReport ul li.bw_active {
  background: rgba(31, 83, 241, 0.1);
}
.bw_ai.bw_report .bw_boxReport .bw_textReport .bw_btnView {
  margin-left: 20px;
  padding: 7px 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .bw_ai.bw_report .bw_boxReport .bw_textReport {
    width: 100%;
  }
}
.bw_ai.bw_report .bw_boxReport .bw_imgReport {
  width: 95%;
  overflow: hidden;
}
.bw_ai.bw_report .bw_boxReport .bw_imgReport img {
  transition: all 300ms;
  height: 100%;
  opacity: 1;
}
@media (max-width: 991px) {
  .bw_ai.bw_report .bw_boxReport .bw_imgReport {
    width: 100%;
    right: unset;
  }
  .bw_ai.bw_report .bw_boxReport .bw_imgReport img {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .bw_ai.bw_report .bw_boxReport .bw_imgReport {
    top: 0;
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .bw_ai.bw_report .bw_boxReport {
    padding: 0;
  }
}

.bw_listAi {
  align-items: stretch;
  justify-content: center;
}
.bw_listAi .bw_boxAiItems {
  width: 45%;
  max-width: 500px;
  margin: 0 20px;
  margin-top: 50px;
  border: 1px solid var(--borderColor);
  border-radius: 30px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.bw_listAi .bw_boxAiItems h5 {
  color: var(--blackColor);
  font-weight: 600;
  margin-bottom: 10px;
  margin: 0 50px;
}
.bw_listAi .bw_boxAiItems p {
  color: var(--blackColor);
  margin: 20px 50px;
}
.bw_listAi .bw_boxAiItems img {
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .bw_listAi .bw_boxAiItems {
    margin: 2.5%;
  }
}
@media (max-width: 479px) {
  .bw_listAi .bw_boxAiItems {
    width: 100%;
    margin-top: 30px;
  }
}

.bw_why .bw_alien {
  align-items: stretch;
}
.bw_why .bw_col_3 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .bw_why .bw_col_3 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-top: 20px;
  }
}
.bw_why .bw_whyItems {
  border: 1px solid var(--blueColor);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 400ms;
  background: var(--whiteColor);
  cursor: pointer;
}
.bw_why .bw_whyItems img {
  max-height: 50px;
}
.bw_why .bw_whyItems h6 {
  margin: 15px 0;
}
.bw_why .bw_whyItems:hover {
  background: var(--linerColorCrm);
  color: var(--whiteColor);
}
@media (max-width: 479px) {
  .bw_why .bw_whyItems {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .bw_why .bw_whyItems:hover {
    background: none;
    color: var(--blackColor);
  }
}

.bw_s {
  background: url(../bw_image/bg_s.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bw_s .bw_textS {
  width: 60%;
  position: relative;
  padding-left: 50px;
}
.bw_s .bw_textS img {
  position: absolute;
  left: 0;
  max-width: 30px;
}
.bw_s .bw_textS p {
  font-size: 20px;
}
@media (max-width: 1599px) {
  .bw_s .bw_textS p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bw_s .bw_textS p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bw_s .bw_textS {
    width: 100%;
  }
}
.bw_s .bw_mrVy {
  width: 35%;
  text-align: center;
}
.bw_s .bw_mrVy img {
  max-height: 160px;
  margin-left: 60px;
}
@media (max-width: 991px) {
  .bw_s .bw_mrVy {
    width: 100%;
    margin-top: 30px;
  }
}

.bw_txtSv h5 {
  margin-bottom: 7px;
  margin-top: 20px;
}
.bw_txtSv .bw_pdLeft {
  padding-left: 40px;
}
.bw_txtSv .bw_pdRight {
  padding-right: 40px;
}

.bw_imgSv {
  position: relative;
}
.bw_imgSv img {
  max-width: 100%;
}
.bw_imgSv img.bw_imgAbsolute {
  position: absolute;
  max-height: 250px;
  right: 20px;
  bottom: -50px;
}
@media (max-width: 479px) {
  .bw_imgSv img.bw_imgAbsolute {
    max-width: 40%;
  }
}
.bw_imgSv img.bw_imgAbsolute.bw_img2 {
  width: 70%;
}
@media (max-width: 991px) {
  .bw_imgSv {
    margin-top: 30px;
  }
}

.bw_testerHomer {
  width: 100%;
  overflow-x: hidden;
}
.bw_testerHomer .bw_listCustomer {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 80%;
  position: relative;
}
.bw_testerHomer .bw_listCustomer .swiper-wrapper {
  align-items: stretch;
}
.bw_testerHomer .bw_listCustomer .bw_testerItems {
  border: 1px solid var(--blackColor);
  border-radius: 20px;
  padding: 30px 30px;
  height: unset !important;
}
.bw_testerHomer .bw_listCustomer .bw_testerItems img:not(.bw_shop) {
  max-height: 30px;
}
.bw_testerHomer .bw_listCustomer .bw_testerItems p {
  margin: 15px 0;
}

.bw_btnSwiperPrev, .bw_btnSwiperNext {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: url(../bw_image/i__left.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 22;
  left: -65px;
  transition: all 300ms;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1599px) {
  .bw_btnSwiperPrev, .bw_btnSwiperNext {
    width: 45px;
    height: 45px;
  }
}
.bw_btnSwiperPrev:hover, .bw_btnSwiperNext:hover {
  box-shadow: 0 0 30px rgba(26, 74, 219, 0.2);
}
@media (max-width: 991px) {
  .bw_btnSwiperPrev, .bw_btnSwiperNext {
    display: none;
  }
}

.bw_btnSwiperNext {
  background: url(../bw_image/i__right.svg) no-repeat center;
  background-size: contain;
  left: unset;
  right: -65px;
}

.bw_listMore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.bw_listMore .bw_textMore {
  width: 50%;
}
.bw_listMore .bw_textMore p {
  font-size: 18px;
  color: var(--whiteColor);
}
@media (max-width: 1599px) {
  .bw_listMore .bw_textMore p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bw_listMore .bw_textMore p {
    font-size: 14px;
  }
}
.bw_listMore .bw_textMore .bw_imgMrVy {
  margin-top: 20px;
  color: var(--whiteColor);
}
.bw_listMore .bw_textMore .bw_imgMrVy img {
  float: left;
  max-width: 70px;
  margin-right: 12px;
}
.bw_listMore .bw_textMore .bw_imgMrVy h6 {
  margin-top: 5px;
  font-size: 16px;
}
.bw_listMore .bw_textMore .bw_imgMrVy span {
  font-size: 14px;
}
@media (max-width: 479px) {
  .bw_listMore .bw_textMore {
    width: 100%;
    padding: 0 20px;
  }
}
.bw_listMore .bw_imgReport {
  width: 40%;
}
@media (max-width: 479px) {
  .bw_listMore .bw_imgReport {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
}

.bw_priceHome .bw_chooseMonth {
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bw_priceHome .bw_chooseMonth .bw_switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
  margin: 0 15px;
}
.bw_priceHome .bw_chooseMonth .bw_switch .bw_chooseSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--borderColor);
  transition: 0.4s;
  border-radius: 50px;
}
.bw_priceHome .bw_chooseMonth .bw_switch .bw_chooseSlider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: var(--whiteColor);
  transition: 0.4s;
  border-radius: 50%;
}
.bw_priceHome .bw_chooseMonth .bw_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bw_priceHome .bw_chooseMonth .bw_switch input:checked ~ .bw_chooseSlider {
  transition: 0.4s;
  background: var(--linerColorCrm) !important;
}
.bw_priceHome .bw_chooseMonth .bw_switch input:checked ~ .bw_chooseSlider:before {
  transform: translateX(25px);
}
.bw_priceHome .bw_priceItems {
  border: 1px solid var(--blackColor);
  padding: 30px 30px;
  max-width: 90%;
  margin: 30px auto;
  border-radius: 20px;
  height: calc(100% - 40px);
}
.bw_priceHome .bw_priceItems h4 {
  font-size: 24px;
}
@media (max-width: 1599px) {
  .bw_priceHome .bw_priceItems h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bw_priceHome .bw_priceItems h4 {
    font-size: 18px;
  }
}
.bw_priceHome .bw_priceItems h2 {
  margin-top: 15px;
}
.bw_priceHome .bw_priceItems h2 span {
  opacity: 0.7;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}
.bw_priceHome .bw_priceItems a {
  width: 100%;
  display: block;
  text-align: center;
}
.bw_priceHome .bw_priceItems .bw_sisS {
  margin-top: 40px;
}
.bw_priceHome .bw_priceItems .bw_sisS h6 {
  margin-bottom: 20px;
}
.bw_priceHome .bw_priceItems .bw_sisS ul li {
  margin-top: 10px;
  position: relative;
  padding-left: 35px;
}
.bw_priceHome .bw_priceItems .bw_sisS ul li img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 28px;
}
@media (max-width: 991px) {
  .bw_priceHome .bw_priceItems {
    max-width: 100%;
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .bw_priceHome .bw_col_4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media (max-width: 479px) {
  .bw_priceHome .bw_col_4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.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 (max-width: 479px) {
  .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(--linerColorCrm);
  padding: 5px 60px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 50px;
}
@media (max-width: 479px) {
  .bw_sign {
    background: url(../bw_image/bgsign.png) no-repeat top center;
    background-size: auto 100%;
  }
}

footer {
  background: var(--secondColor);
  padding: 60px 0;
}
footer h4,
footer h3 {
  color: var(--whiteColor);
  font-size: 26px;
}
@media (max-width: 991px) {
  footer h4,
  footer h3 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  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 (max-width: 991px) {
  footer .bw_col_5,
  footer .bw_col_7 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 479px) {
  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;
  }
}

.bw_sf {
  text-align: center;
}
.bw_sf img {
  max-height: 220px;
}
.bw_sf h2 {
  max-width: 50%;
}
.bw_sf p {
  color: var(--whiteColor);
  max-width: 50%;
  margin: 20px auto;
}
.bw_sf a {
  background: var(--whiteColor);
  color: var(--blueColor);
}/*# sourceMappingURL=bw_style.css.map */