/*=========================*/
/*=========================*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul li {
  list-style: none;
}
button,
a,
input {
  outline: none;
}
body {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: 'Bai Jamjuree';
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}
.left {
  float: left;
}
.right {
  float: right;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-uppercase {
  text-transform: uppercase;
}
.font-light {
  font-weight: 300;
}
h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.2px;
  color: #000000;
}
h2 a {
  color: inherit;
}
img {
  max-width: 100%;
}
* {
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
  color: #576C8A;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #E7E7E7;
  font-weight: 500;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #E7E7E7;
  font-weight: 500;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #E7E7E7;
  font-weight: 500;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #E7E7E7;
  font-weight: 500;
}
select {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  line-height: 20px;
  padding: 15px 16px;
  background-position-x: calc(84%);
  background-position-y: 46%;
  font-weight: 500;
  color: #576C8A;
  font-family: "Roboto", sans-serif;
}
input,
select,
textarea {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Barlow Semi Condensed', sans-serif;
  padding: 8px 12px;
  border-radius: 4px;
  outline: 0;
}
select.error,
input.error,
textarea.error,
select.error:focus,
input.error:focus,
textarea.error:focus {
  border-color: #FF0000;
  color: #576C8A;
}
div.error {
  color: #FF0000;
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 0 3px;
}
select:focus,
input:focus,
textarea:focus,
textarea:focus-visible {
  border-color: #009dce;
  outline: 0;
}
h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #252525;
}
body.landingpage {
  background-color: #333;
}
.container {
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
}
.main-warp {
  overflow: hidden;
}
.cblue {
  color: #009dce;
}
.cblack {
  color: #000000;
}
.cwhite {
  color: #ffffff;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs24 {
  font-size: 24px;
}
.fs32 {
  font-size: 32px;
}
img {
  width: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
h2 {
  font-size: 36px;
  line-height: 40px;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
.align-c {
  text-align: center;
}
.f {
  display: flex;
}
.jcc {
  justify-content: center;
}
.aic {
  align-items: center;
}
.text_pink {
  color: #D44F84;
}
body.landingpage {
  background: url('../images/bg.jpg') no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}
body .container {
  position: relative;
}
body.body_none_scroll {
  overflow: hidden;
}
body.body_none_scroll .fade_modal {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  z-index: 5;
}
#header {
  width: 430px;
  max-width: 100%;
  z-index: 11;
  position: fixed;
  top: 0;
  transition: all .3s;
  transform: translateY(0);
}
#header.menu_open {
  background-color: #000;
}
#header.menu_open .menu_wrap {
  background-color: #000;
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}
#header .header_inner .navbar-ham {
  width: 44px;
  height: 24px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
#header.menu-fixed {
  background-color: transparent;
}
#header.menu-bg {
  transform: translateY(-100%);
  background-color: #000;
}
#header.menu-bg.menu-fixed {
  transform: translateY(0);
}
#header .logo {
  line-height: 0;
}
#header .logo img {
  width: 225px;
}
.menu_wrap {
  position: absolute;
  top: 110%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.menu_wrap .navbar-nav {
  padding: 0 24px;
}
.menu_wrap .navbar-nav li {
  border-bottom: 1px solid #ccc;
}
.menu_wrap .navbar-nav li a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
}
.menu_wrap .navbar-nav li a.active,
.menu_wrap .navbar-nav li a:hover {
  color: #17A0FF;
}
.menu_language {
  padding: 30px 24px;
}
.menu_language .select_languageInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_language .select_languageInner label {
  margin-right: 15px;
  font-size: 16px;
  color: #FFF;
}
.menu_language .select_languageInner img {
  width: 34px;
}
.menu_language .select_languageInner .select_choose {
  cursor: pointer;
}
.menu_language .select_languageInner .list_language {
  display: flex;
}
.menu_language .select_languageInner .list_language li {
  margin: 0 4px;
  padding: 3px;
  border: 1px solid transparent;
  line-height: 0;
}
.menu_language .select_languageInner .list_language li.active,
.menu_language .select_languageInner .list_language li:hover {
  border-color: #ccc;
}
.menu_language .select_languageInner .list_language li.active {
  pointer-events: none;
}
.select_language {
  position: absolute;
  top: 30px;
  right: 20px;
}
.select_language .select_languageInner {
  position: relative;
}
.select_language .select_languageInner img {
  width: 26px;
}
.select_language .select_languageInner .select_choose {
  cursor: pointer;
}
.select_language .select_languageInner .list_language {
  display: flex;
}
.select_language .select_languageInner .list_language li {
  margin: 0 4px;
  padding: 3px;
  border: 1px solid transparent;
  line-height: 0;
}
.select_language .select_languageInner .list_language li.active,
.select_language .select_languageInner .list_language li:hover {
  border-color: #ccc;
}
.select_language .select_languageInner .list_language li.active {
  pointer-events: none;
}
#footer {
  background-color: #FFF;
  padding: 50px 24px 120px;
  position: relative;
  z-index: 3;
}
#footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -50px;
  width: 500px;
  height: 200px;
  background-color: #FFF;
  transform: rotate(-10deg);
}
#footer .logo {
  margin-bottom: 40px;
}
#footer .logo img {
  width: 234px;
}
#footer .listSocial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
#footer .listSocial li {
  height: 45px;
  width: 45px;
}
#footer .listSocial li img {
  max-height: 100%;
}
#footer .listMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}
#footer .listMenu li {
  width: 50%;
  padding: 0 15px;
}
#footer .listMenu li a {
  font-size: 16px;
  padding: 12px 0;
  color: #000;
  display: block;
  border-top: 1px solid #000;
  font-weight: bold;
}
#footer .listMenu li.bd_bottom a {
  border-bottom: 1px solid #000;
}
#footer .copyright {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
#box_fixed {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
  transition: all .3s;
  transform: translateY(200%);
  visibility: hidden;
  opacity: 0;
  padding-bottom: 5px;
  background-color: #cc4558;
}
#box_fixed.menu-fixed {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
#box_fixed .box_fixedInner {
  position: relative;
}
#box_fixed .box_fixedInner .btn_round {
  position: absolute;
  top: -80px;
  right: 30px;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes zooms {
  0% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zooms {
  0% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(0.92);
  }
}
@-webkit-keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn_wrap .item_btn.btn_start {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 70px;
}
.btn_wrap .item_btn.btn_start:before {
  animation: shine 3s ease-in-out infinite;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
  background-color: #fff;
}
.btn_wrap .item_btn:hover {
  opacity: 0.9;
}
.btn_wrap .item_btn.no-animation {
  animation: none;
}
.btn_wrap .item_btn {
  animation: mover 2s infinite alternate;
}
.btn_round .item_btn {
  animation: zooms 1.5s infinite alternate;
}
.landingpage.homepage #header .header_inner .logo {
  opacity: 0;
  visibility: hidden;
}
.landingpage.homepage #header.menu_open .header_inner .logo {
  opacity: 1;
  visibility: visible;
}
#backtop.hidden {
  display: none;
}
.section__main {
  background-color: #FFF;
  overflow: hidden;
}
.text_gradient {
  background: #d95970;
  background: linear-gradient(180deg, #d95970 0%, #6d37a5 48%, #1e6fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_gradient2 {
  background: #d95970;
  background: linear-gradient(110deg, #d95970 0%, #6d37a5 48%, #1e6fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_gradient {
  background: #d95970;
  background: linear-gradient(180deg, #d95970 0%, #6d37a5 48%, #1e6fc3 100%);
  color: #FFF;
}
.bg_gradient2 {
  background: #d95970;
  background: linear-gradient(180deg, #1e6fc3 0%, #6d37a5 48%, #d95970 100%);
  color: #FFF;
}
.align-l {
  text-align: left;
}
.section__btnWrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 70px;
  padding: 0 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #000;
  border-radius: 70px;
  transition: all .3s;
  animation: mover 2s infinite alternate;
}
.section__btnWrap .btn span {
  margin-right: 15px;
}
.section__btnWrap .btn svg {
  transform: translateX(0);
  transition: all .3s;
}
.section__btnWrap .btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.section__btnWrap .btn:hover svg {
  transform: translateX(10px);
}
.section__btnWrap .btn.btn_white {
  color: #000;
  background-color: #FFF;
}
.section__btnWrap .btn.btn_pink {
  background-color: #D44F84;
}
.section__btnWrap.no_animation .btn {
  animation: none;
}
.section__btnWrap.btn_small {
  display: flex;
  justify-content: center;
}
.section__btnWrap.btn_small .btn {
  height: 60px;
  min-width: 250px;
  font-size: 18px;
}
#backtop {
  background: linear-gradient(91.91deg, #d44f84 -1.38%, #3d0860 60%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
  min-width: initial;
  position: fixed;
  bottom: 30px;
  right: 20px;
  transform: rotate(-90deg);
  transition: all .3s;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 50%;
  margin-right: -200px;
}
#backtop:hover {
  background-size: 300% 100%;
}
.section_contentBoxSlider {
  margin-right: -24px;
  padding-left: 20px;
  position: relative;
  z-index: 3;
}
.section_contentBoxSlider .slick-slider {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.section_contentBoxSlider .slick-slider .slick-track {
  margin-left: -50px;
}
.section_contentBoxSlider .slick-slider .item {
  padding: 0 7px;
}
.section_contentBoxSlider .slick-slider .item .bannerToppage__ItemImg {
  border-radius: 20px;
  overflow: hidden;
}
.section_contentBoxSlider .slick-slider .slick-dots {
  margin: 0 -5px;
  text-align: left;
  padding-left: 10px;
  bottom: -30px;
}
.section_contentBoxSlider .slick-slider .slick-dots li {
  padding: 0 5px;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.section_contentBoxSlider .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.section_contentBoxSlider .slick-slider .slick-dots li.slick-active button {
  background-color: #FFF;
}
.section_contentBoxSlider .slick-slider .slick-arrow {
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  width: auto;
  height: auto;
}
.section_contentBoxSlider .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.section_contentBoxSlider .slick-slider .slick-arrow.slick-prev:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url('../images/ar_left.svg') no-repeat;
  background-size: contain;
  font-size: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  opacity: 1;
}
.section_contentBoxSlider .slick-slider .slick-arrow.slick-next {
  right: 22%;
}
.section_contentBoxSlider .slick-slider .slick-arrow.slick-next:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url('../images/ar_right.svg') no-repeat;
  background-size: contain;
  font-size: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  opacity: 1;
}
.section__products {
  padding: 150px 24px 120px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.section__products .section_head {
  margin-bottom: 50px;
}
.section__products .section_head .section__title {
  color: #FFF;
  margin-bottom: 10px;
}
.section__products .section_contentBox {
  margin-bottom: 100px;
}
.section__products .section_contentBoxInfo {
  position: relative;
  padding: 80px 25px 35px;
  margin-top: -30px;
  z-index: 1;
}
.section__products .section_contentBoxInfo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  -webkit-transform: perspective(300px) rotateY(-14deg);
  margin-left: -30px;
}
.section__products .section_contentBoxInfo .section_contentBoxInfoTitle {
  color: #FFF;
  margin-bottom: 10px;
}
.section_applyNow {
  background-color: #000;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  position: relative;
  padding: 150px 24px 80px;
  color: #FFF;
}
.section_applyNow:before {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  width: 322px;
  height: 646px;
  background: url('../images/home/bg_suzu.png') no-repeat;
}
.section_applyNow .section_head {
  margin-bottom: 40px;
}
.section_applyNow .section__title {
  color: #FFF;
  margin-bottom: 10px;
}
.page_home .section_top {
  background-color: #000;
}
.page_home .section_contentEasyTitle {
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0 auto 40px;
  color: #FFF;
}
.page_home .section_contentEasyTitle:before {
  content: "";
  width: 105px;
  height: 114px;
  position: absolute;
  bottom: 100%;
  left: -50px;
  background: url('../images/nb.svg') no-repeat;
  background-size: contain;
}
.page_home #bannerToppage-slick {
  margin-bottom: 0;
}
.page_home #bannerToppage-slick .item {
  height: 100vh;
}
.page_home #bannerToppage-slick .item.item1 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.page_home #bannerToppage-slick .item.item1 .bannerToppage__ItemInner {
  padding: 0 24px;
}
.page_home #bannerToppage-slick .item.item1 .bannerToppage__imgRisk {
  text-align: right;
  margin-bottom: 10px;
}
.page_home #bannerToppage-slick .item.item1 .bannerToppage__imgRisk img {
  display: inline-block;
  animation: mover 2s infinite alternate;
}
.page_home #bannerToppage-slick .item.item1 .bannerToppage__title {
  margin-bottom: 40px;
  position: relative;
}
.page_home #bannerToppage-slick .item.item1 .bannerToppage__title .avata1 {
  position: absolute;
  width: 131px;
  top: -25px;
  right: 73px;
}
.page_home #bannerToppage-slick .item.item1 .bannerToppage__title .avata2 {
  position: absolute;
  bottom: 2px;
  left: 10%;
  width: 84px;
}
.page_home #bannerToppage-slick .item.item2 {
  background: url('../images/home/bn2.jpg?abcde') no-repeat;
  padding-top: 45px;
  padding-bottom: 40px;
}
.page_home #bannerToppage-slick .item.item2 .bannerToppage__logo {
  padding-right: 50px;
  display: flex;
  justify-content: end;
  margin-bottom: 40px;
}
.page_home #bannerToppage-slick .item.item2 .bannerToppage__logo img {
  animation: mover 2s infinite alternate;
}
.page_home #bannerToppage-slick .item.item2 .bannerToppage__title {
  padding-left: 40px;
  margin-bottom: 10px;
}
.page_home #bannerToppage-slick .item.item2 .bannerToppage__desc {
  padding: 0 30px;
  margin-bottom: 30px;
}
.page_home #bannerToppage-slick .item.item2 .section__btnWrap {
  padding: 0 25px;
}
.page_home #bannerToppage-slick .item.item3 {
  background: url('../images/home/bn3.jpg?abc') no-repeat;
  padding-top: 400px;
  padding-bottom: 40px;
}
.page_home #bannerToppage-slick .item.item3 .bannerToppage__title {
  margin-bottom: 30px;
}
.page_home #bannerToppage-slick .item.item3 .bannerToppage__desc {
  height: 500px;
  clip-path: polygon(0 70px, 102% -6%, 101% 100%, 0% 100%);
  padding: 80px 25px 0;
  border-top-right-radius: 100px;
}
.page_home #bannerToppage-slick .item.item3 .bannerToppage__desc .bannerToppage__titleSub {
  font-size: 35px;
  line-height: 40px;
  color: #FFF;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 15px;
}
.page_home #bannerToppage-slick .slick-dots {
  text-align: center;
  bottom: 40px;
}
.page_home #bannerToppage-slick .slick-dots li {
  padding: 0 5px;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.page_home #bannerToppage-slick .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
.page_home #bannerToppage-slick .slick-dots li.slick-active button {
  background-color: #FFF;
}
.page_home .section2 {
  background-color: #000;
  padding: 80px 24px 120px;
  color: #FFF;
}
.page_home .section2 .section_topHead {
  margin-bottom: 40px;
}
.page_home .section2 .section_topHead .section__title {
  color: #FFF;
  margin-bottom: 10px;
}
.page_home .section2 .section__listItem {
  margin-bottom: 50px;
}
.page_home .section2 .section__listItem li {
  border-left: 2px solid #D44F84;
  padding-left: 10px;
  margin-bottom: 30px;
}
.page_home .section2 .section__listItem li span {
  font-size: 22px;
  text-transform: uppercase;
}
.page_home .section2 .section__listItem li:last-child {
  margin-bottom: 0;
}
.page_home .section2 .section__btnWrap {
  min-width: 250px;
  display: flex;
}
.page_home .section2 .section__btnWrap .btn {
  font-size: 18px;
  min-width: 250px;
  height: 60px;
}
.page_home .section4 {
  padding: 80px 24px;
}
.page_home .section4 .section_head {
  margin-bottom: 80px;
}
.page_home .section4 .section__title {
  margin-bottom: 10px;
}
.page_home .section4 .section_content .section__listItem {
  margin-bottom: 80px;
}
.page_home .section4 .section_content .section__listItem li {
  box-shadow: 1px 1px 12px 6px #eee;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  transform: rotate(4deg);
  margin-bottom: 20px;
  background-color: #FFF;
}
.page_home .section4 .section_content .section__listItem li .section__listItemTitle {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}
.page_home .section4 .section_content .section__listItem li .section__listItemNb {
  position: absolute;
  top: -44px;
  right: 0;
}
.page_home .section4 .section_content .section__listItem li:nth-child(2n+1) {
  transform: rotate(-4deg);
}
.page_home .section4 .section_content .section__listItem li:nth-child(2) {
  z-index: 2;
}
.page_home .section4 .section_content .section__listItem li:nth-child(3) {
  z-index: 3;
}
.page_home .section4 .section_content .section__listItem li:nth-child(4) {
  z-index: 4;
}
.page_home .section6 {
  color: #FFF;
  padding: 80px 24px 140px;
}
.page_home .section6 .section_head {
  margin-bottom: 40px;
}
.page_home .section6 .section__title {
  color: #FFF;
  margin-bottom: 10px;
}
.page_home .section6 .section__listItem li {
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  background-clip: padding-box;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(145deg, #d95970 0%, #6d37a5 48%, #1e6fc3 100%);
}
.page_home .section6 .section__listItem li h3 {
  color: #FFF;
  padding: 20px 10px;
}
.page_home .section6 .section__listItem li:last-child {
  margin-bottom: 0;
}
.page_home .section6 .section__listItem li .section__listItemTitle {
  font-weight: normal;
}
.page_home .section6 .section_contentImg {
  background: url('../images/home/bg_item6.png') no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 -24px;
  padding: 50px 24px 30px;
  text-align: center;
}
.page_home .section6 .section_contentImg img {
  animation: mover 2s infinite alternate;
}
.page_home .section6 .section__btnWrap {
  text-align: center;
}
.page_home .section6 .section__btnWrap .btn_link {
  color: #FFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_home .section6 .section__btnWrap .btn_link svg {
  margin-left: 5px;
  transition: all .3s;
}
.page_home .section6 .section__btnWrap .btn_link:hover svg {
  transform: translateX(5px);
}
.page_home .section7 {
  background-color: #353539;
  background: linear-gradient(180deg, #353539 0%, #353539 100%);
  padding: 140px 24px 0;
  margin-top: -80px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  color: #FFF;
}
.page_home .section7 .section_head {
  margin-bottom: 30px;
}
.page_home .section7 .section__title {
  color: #FFF;
  margin-bottom: 15px;
}
.page_home .section7 .section__listItem li {
  margin-bottom: 20px;
}
.page_home .section7 .section__listItem li:last-child {
  margin-bottom: 0;
}
.page_home .section7 .section__listItem .section__listItemInner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_home .section7 .section__listItem .section__listItemInner::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 140px;
}
.page_home .section7 .section__listItem .col1 {
  width: 140px;
  padding-right: 17px;
  text-align: right;
}
.page_home .section7 .section__listItem .col2 {
  flex: 1;
  padding-left: 17px;
}
.page_home .section7 .section__listItem .section__listItemColTitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
}
.page_home .section7 .section__img {
  margin: -140px -24px 0;
  line-height: 0;
}
.page_home .section8 {
  padding: 80px 24px 140px;
  text-align: center;
  font-size: 20px;
}
.page_home .section8 .section_content {
  margin-bottom: 50px;
}
.page_home .section8 .section__desc1 {
  margin-bottom: 5px;
  line-height: 28px;
}
.page_home .section8 .section__desc1 span {
  font-size: 30px;
  font-weight: bold;
}
.page_home .section8 .section__desc2 {
  margin-bottom: 20px;
}
.page_home .section8 .section__desc3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.page_home .section8 .section__desc3 span {
  font-size: 50px;
  line-height: 60px;
}
.page_home .section8 .section__btnWrap .btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
}
.page_home .section8 .section__btnWrap .btn_link svg {
  margin-left: 5px;
  transition: all .3s;
}
.page_home .section8 .section__btnWrap .btn_link:hover svg {
  transform: translateX(5px);
}
.page_home .section9 {
  background-color: #FBEDF3;
  background: linear-gradient(180deg, #fbedf3 0%, #fbedf3 100%);
  padding: 140px 25px 80px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  margin-top: -80px;
}
.page_home .section9 .section_head {
  margin-bottom: 50px;
}
.page_home .section9 .section_head .section__title {
  margin-bottom: 10px;
}
.page_home .section9 .section_head .section__desc {
  font-weight: bold;
}
.page_home .section9 .section_content {
  background: url('../images/home/bg_voice.png');
  position: relative;
  padding-bottom: 70px;
}
.page_home .section9 .section_content .section_contentVoiceItemInfo {
  display: inline-block;
  padding-left: 10px;
  margin-top: 50px;
  position: relative;
  z-index: 3;
  margin-bottom: 140px;
}
.page_home .section9 .section_content .section_contentVoiceItemInfo .section_contentVoiceItemImg {
  position: relative;
  display: inline-block;
}
.page_home .section9 .section_content .section_contentVoiceItemInfo .section_contentVoiceItemImg .icon_avata {
  border-radius: 10px;
}
.page_home .section9 .section_content .section_contentVoiceItemInfo .section_contentVoiceItemImg .icon_like {
  position: absolute;
  bottom: -12px;
  right: 15px;
}
.page_home .section9 .section_content .section_contentVoiceItemInfo .section_contentVoiceItemImg .icon_heart {
  position: absolute;
  top: -20px;
  left: 10px;
}
.page_home .section9 .section_content .section_contentVoiceItemMeta {
  margin-top: 5px;
  padding-left: 0;
}
.page_home .section9 .section_content .section_contentVoiceItemMeta .section_contentVoiceItemTitle {
  font-weight: bold;
  display: inline-block;
}
.page_home .section9 .section_content .section_contentVoiceItemMeta .section_contentVoiceItemTitleSub {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.page_home .section9 .section_content .section_contentVoiceItemDesc {
  padding: 10px 0 10px 40px;
  background-color: #FBEDF3;
  position: absolute;
  z-index: 2;
  width: 180px;
  border-bottom-left-radius: 10px;
  top: 100px;
  right: 0;
  font-size: 14px;
  line-height: 22px;
}
.page_home .section9 .section_content .section__btnWrap .btn_link {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_home .section9 .section_content .section__btnWrap .btn_link svg {
  margin-left: 5px;
  transition: all .3s;
}
.page_home .section9 .section_content .section__btnWrap .btn_link:hover svg {
  transform: translateX(5px);
}
.page_home .section__steps .section__stepsItem .section__stepsItemTitle {
  background: #D95970;
  background: linear-gradient(180deg, #d95970 20%, #a857fc 50%, #2a90f9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu_listSocial {
  display: flex;
  align-items: center;
  padding: 0 24px;
  margin: 0 -15px;
}
.menu_listSocial li {
  padding: 0 15px;
}
.menu_listSocial li img {
  filter: invert(1);
}
@media (min-width: 1200px) and (max-width: 1680px) {
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title .avata1 {
    width: 106px;
    right: 60px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title .avata2 {
    width: 68px;
  }
  .page_home #bannerToppage-slick .item.item1 {
    padding-top: 60px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__imgRisk img {
    width: 100px;
  }
  .page_home .section_contentEasyTitle:before {
    height: 90px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__title img {
    width: 250px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__desc img {
    width: 240px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__logo img {
    width: 110px;
  }
  .page_home #bannerToppage-slick .item.item2 {
    padding-top: 65px;
  }
  .page_home #bannerToppage-slick .item.item3 {
    padding-top: 280px;
    background-position-y: -100px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__title {
    margin-bottom: 20px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__title img {
    width: 310px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__desc {
    clip-path: polygon(0 60px, 102% -6%, 101% 100%, 0% 100%);
    padding-top: 70px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__desc .bannerToppage__titleSub {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }
  .section_top .section_topContent .section__title {
    text-shadow: 1px 2px 2px #111;
  }
  .section_top .section_topContent .section__titleSub {
    text-shadow: 1px 2px 2px #111;
  }
  .section_top .section_topImg {
    height: 100vh;
    overflow: hidden;
  }
  .page_home #bannerToppage-slick .slick-dots {
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hidden-xs {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  #header {
    top: 30px;
    left: 80px;
    height: 100vh;
    width: 330px;
  }
  #header .btn_menu {
    display: none;
  }
  #header.menu-bg {
    transform: translateY(0);
    background-color: transparent;
  }
  #header .menu_wrap {
    top: auto;
    bottom: 80px;
    opacity: 1;
    visibility: visible;
  }
  #header .menu_wrap .navbar-nav li {
    border-bottom: 0;
  }
  #header .menu_wrap .navbar-nav li a {
    padding: 12px 0;
  }
  #header .menu_language {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  #header.menu_open .menu_wrap {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #FFF;
  }
  #header .logo .logo_menu {
    display: none;
  }
  #header.menu_open.menu-bg {
    background-color: #FFF;
  }
  #header.menu_open .logo .logo_mb {
    display: none;
  }
  #header.menu_open .logo .logo_menu {
    display: block;
  }
  #header.menu_open .navbar-ham svg rect {
    fill: black;
  }
  #header.menu_open .menu_wrap .navbar-nav li a {
    color: #000;
  }
  body.body_none_scroll {
    overflow: hidden;
  }
  body.body_none_scroll .fade_modal {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #FFF;
    z-index: 5;
  }
  .menu_language .select_languageInner label {
    color: #000;
  }
  .menu_listSocial li img {
    filter: invert(0);
  }
  #header.menu_open .menu_wrap .navbar-nav li a.active {
    color: #17A0FF;
  }
}
@media (max-width: 430px) {
  .page_home #bannerToppage-slick .item.item1 {
    padding-top: 120px;
  }
  .page_home #bannerToppage-slick .item.item2 {
    padding-top: 120px;
  }
  .page_home #bannerToppage-slick .item.item3 {
    padding-top: 410px;
    background-position-y: -60px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title {
    margin-bottom: 20px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__logo img {
    width: 100px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 429px) {
  .page_home #bannerToppage-slick .slick-dots {
    bottom: 50px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title .avata1 {
    top: -33px;
    width: 112px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__imgRisk img {
    width: 110px;
    max-width: 100%;
  }
  .page_home .section_contentEasyTitle:before {
    height: 90px;
  }
  .page_home .section_contentEasyTitle {
    margin-bottom: 20px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__title img {
    width: 260px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__desc img {
    width: 260px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__title img {
    width: 260px;
    margin: 0 auto;
  }
  .page_home #bannerToppage-slick .item.item3 {
    padding-top: 360px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__title {
    margin-bottom: 20px;
  }
  .page_home .section9 .section_content .section_contentVoiceItemInfo {
    width: 210px;
  }
}
@media (max-width: 390px) {
  .page_home #bannerToppage-slick .slick-dots {
    bottom: 40px;
  }
  .page_home #bannerToppage-slick .item.item1 {
    padding-top: 140px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title .avata1 {
    width: 120px;
    right: 54px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__title .avata2 {
    width: 64px;
  }
  .page_home #bannerToppage-slick .item.item1 .section__btnWrap {
    display: none;
  }
  .page_home .section_contentEasyTitle:before {
    height: 70px;
    left: -20px;
  }
  .page_home .section_contentEasyTitle {
    margin-bottom: 20px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__imgRisk img {
    width: 90px;
  }
  .page_home #bannerToppage-slick .item.item1 .bannerToppage__imgRisk {
    margin-bottom: 0;
  }
  .page_home #bannerToppage-slick .item.item2 {
    padding-top: 100px;
  }
  .section__btnWrap .btn {
    height: 60px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__logo {
    margin-bottom: 30px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__logo img {
    width: 84px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__title img {
    width: 210px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__desc img {
    width: 210px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__title img {
    width: 260px;
    margin: 0 auto;
  }
  .page_home #bannerToppage-slick .item.item3 {
    padding-top: 250px;
    background-position-y: -80px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__title {
    margin-bottom: 20px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__desc .bannerToppage__titleSub {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .page_home #bannerToppage-slick .item.item3 .bannerToppage__desc {
    padding-top: 60px;
    clip-path: polygon(0 50px, 102% -6%, 101% 100%, 0% 100%);
  }
  #backtop {
    margin-right: -175px;
  }
  .page_home .section9 .section_content .section_contentVoiceItemInfo {
    width: 180px;
    margin-bottom: 200px;
  }
  .page_home .section9 .section_content .section_contentVoiceItemMeta .section_contentVoiceItemTitleSub {
    font-size: 14px;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__logo {
    width: 130px;
    float: right;
  }
  .page_home #bannerToppage-slick .item.item2 .bannerToppage__logo img {
    margin: auto;
    width: 100%;
    height: auto;
  }
}
.section_top {
  position: relative;
}
.section_top .section_topImg {
  line-height: 0;
}
.section_top .section_topContent {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 0 24px;
}
.section_top .section_topContent .section__title {
  color: #FFF;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 44px;
}
.section_top .section_topContent .section__titleSub {
  color: #FFF;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
.section__steps .section__stepsItem {
  margin-bottom: 50px;
}
.section__steps .section__stepsItem .section__stepsItemTitle {
  margin-bottom: 10px;
  font-weight: 500;
}
.section__steps .section__stepsItem .section__stepsItemBox {
  border-radius: 22px;
  padding: 2px;
  position: relative;
}
.section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner {
  border-radius: 20px;
  padding: 24px 24px 24px 24px;
  background-color: #FFF;
  color: #000;
  position: relative;
}
.section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxDesc {
  position: relative;
}
.section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxClips {
  width: 100px;
  height: 100px;
  float: right;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  shape-outside: polygon(0% 100%, 100% 100%, 100% 0%);
}
.section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxNb {
  position: absolute;
  bottom: -46px;
  right: 10px;
}
.section__steps.style2 .section__stepsItem {
  margin-bottom: 20px;
}
.section__steps.style2 .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner {
  padding-left: 40px;
}
.section__steps.style2 .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxDesc {
  position: relative;
}
.section__steps.style3 .section__stepsItem {
  margin-bottom: 20px;
  padding-left: 24px;
}
.section__steps.style3 .section__stepsItem .section__stepsItemTitle {
  margin-bottom: 10px;
  font-weight: 500;
}
.section__steps.style3 .section__stepsItem .section__stepsItemBox {
  border-radius: 22px;
  padding: 2px;
  position: relative;
}
.section__steps.style3 .section__stepsItem .section__stepsItemBox:before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 48px;
  height: 48px;
  background: url('../images/vector_check.svg') no-repeat;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.section__steps.style3 .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner {
  border-radius: 20px;
  padding: 24px 15px 24px 40px;
  background-color: #FFF;
  color: #000;
  position: relative;
}
.section__steps.style3 .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxDesc {
  position: relative;
}
.section__steps.style3 .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxClips {
  width: 100px;
  height: 100px;
  float: right;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  shape-outside: polygon(0% 100%, 100% 100%, 100% 0%);
}
.section__steps.style3 .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxNb {
  position: absolute;
  bottom: -46px;
  right: 10px;
}
.section_listItem {
  margin-bottom: 50px;
  padding-left: 24px;
}
.section_listItem li {
  background-color: #FFF;
  padding: 20px 20px 20px 40px;
  border-radius: 20px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.section_listItem li:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background: url('../images/benefit/vector_check.svg') no-repeat;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.section_listItem li:last-child {
  margin-bottom: 0;
}
.page_benefit .section2 {
  padding: 100px 24px 80px;
}
.page_benefit .section2 .section_topHead {
  text-align: center;
}
.page_benefit .section2 .section__title {
  font-weight: 400;
  font-size: 62px;
  line-height: 66px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page_benefit .section2 .section__titleDesc {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
.page_benefit .section2 .section__titleDesc:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120px;
  height: 5px;
  background-color: #000;
  margin: 0 auto;
}
.page_benefit .section2 .section__titleLogo {
  margin-bottom: 50px;
}
.page_benefit .section3 {
  position: relative;
}
.page_benefit .section3 .section__titleStep {
  position: relative;
  z-index: 3;
}
.page_benefit .section3 .section_inner {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  padding: 70px 24px 120px;
}
.page_benefit .section3 .section_inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -70px;
  width: 500px;
  height: 200px;
  background-color: #F5F5F5;
  transform: rotate(-10deg);
}
.page_benefit .section3 .section_inner .section_head {
  margin-bottom: 40px;
}
.page_benefit .section3 .section__listItem {
  padding-bottom: 80px;
}
.page_benefit .section3 .section__listItem li {
  border-bottom: 1px solid #000;
  padding: 15px;
  font-weight: 500;
}
.page_benefit .section3 .section__listItem li:first-child {
  border-top: 1px solid #000;
}
.page_benefit .section3 .section__listItem li .section__listItemTitle {
  font-weight: 500;
}
.page_benefit .section3 .section__tabs {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.page_benefit .section3 .section__tabs:last-child {
  margin-bottom: 50px;
}
.page_benefit .section3 .section__tabs .section__tabsHead {
  padding: 10px 20px;
}
.page_benefit .section3 .section__tabs .section__tabsHead .section__tabsHeadTitle {
  color: #FFF;
  margin-right: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
.page_benefit .section3 .section__tabs .section__tabsHead .section__tabsHeadTitle::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 2px;
  background-color: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.page_benefit .section3 .section__tabs .section__tabsHead .section__tabsHeadNote {
  line-height: 24px;
  font-weight: 500;
}
.page_benefit .section3 .section__tabs .section__tabsContent {
  padding: 20px;
  background-color: #FFF;
}
.page_benefit .section4 {
  position: relative;
  z-index: 1;
}
.page_benefit .section4::before {
  content: "";
  position: absolute;
  right: -250px;
  top: 0;
  background: #d95970;
  background: linear-gradient(180deg, #d95970 0%, #6d37a5 48%, #1e6fc3 100%);
  color: #FFF;
  width: 930px;
  height: 100%;
  transform: rotate(-10deg);
}
.page_benefit .section4 .section_inner {
  position: relative;
  z-index: 3;
  padding: 100px 24px 60px;
  color: #FFF;
}
.page_benefit .section4 .section_inner .section__titleStep {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.page_benefit .section4 .section_inner .section_head {
  margin-bottom: 80px;
}
.page_benefit .section4 .section_inner .section_head .section__title {
  color: #FFF;
  margin-bottom: 20px;
}
.page_benefit .section4 .section_inner .section_head .section__titleDesc {
  font-weight: bold;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox {
  background-color: #FFF;
  border-radius: 20px;
  color: #000;
  margin-bottom: 30px;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox .section__listItemBoxInner {
  padding: 30px 30px;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox .section__listItemBoxHead {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #444;
  text-align: center;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox .section__listItemBoxHead .section__listItemBoxNb {
  font-weight: bold;
  margin-bottom: 10px;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox .section__listItemBoxHead .section__listItemBoxNb .nb {
  font-size: 85px;
  line-height: 70px;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox .section__listItemBoxHead .section__listItemBoxNb .percent {
  font-size: 45px;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox .section__listItemBoxHead .section__listItemBoxDesc {
  font-weight: bold;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox .section__listItemBoxContent p {
  margin-bottom: 20px;
}
.page_benefit .section4 .section_inner .section__listItem .section__listItemBox .section__listItemBoxContent p:last-child {
  margin-bottom: 0;
}
.page_benefit .section4 .section_contentMyTeam {
  margin: 0 -24px;
  position: relative;
}
.page_benefit .section4 .section_contentMyTeam:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url('../images/benefit/bg_inmyteam.png') no-repeat;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamInner {
  position: relative;
  z-index: 1;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamHead {
  padding: 90px 24px 0;
  text-align: center;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamHead .section_contentMyTeamTitle {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 5px;
  color: #FFF;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamHead .section_contentMyTeamDesc {
  font-weight: 400;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamContent {
  margin-top: -100px;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamContent .section_contentMyTeamContentImg {
  position: relative;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamContent .section_contentMyTeamContentImg .itemNb {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  animation: mover 2s infinite alternate;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamContentInner {
  padding: 0 24px;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamContentInner .section_contentMyTeamContentDesc {
  font-size: 16px;
  margin-bottom: 25px;
}
.page_benefit .section4 .section_contentMyTeam .section_contentMyTeamContentInner .section_contentMyTeamContentNote {
  font-weight: bold;
}
.page_benefit .section5 {
  background-color: #000;
  padding-top: 140px;
  margin-top: -50px;
}
.page_benefit .section5 .section_inner {
  padding: 0 24px 40px;
  color: #FFF;
}
.page_benefit .section5 .section__titleStep {
  text-align: center;
  margin-bottom: 40px;
}
.page_benefit .section5 .section__title {
  color: #FFF;
  margin-bottom: 20px;
}
.page_benefit .section5 .section__titleDesc {
  font-size: 16px;
  margin-bottom: 50px;
}
.page_benefit .section3.section6 {
  padding-top: 100px;
}
.page_benefit .section3.section6 .section__titleStep {
  text-align: center;
}
.page_benefit .section3.section6 .section_inner {
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 80px;
}
.page_benefit .section3.section6 .section_inner:before {
  display: none;
}
.page_benefit .section3.section6 .section_inner .section__stepsTitle {
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 3px solid #000;
  font-weight: bold;
}
.page_benefit .section3.section6 .section_inner .section__stepsTitle .nb {
  display: inline-block;
  font-size: 80px;
  line-height: 65px;
}
.page_benefit .section3.section6 .section_inner .section_head {
  margin-bottom: 30px;
}
.page_benefit .section3.section7 .section_inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
.page_benefit .section3.section7 .section_inner .section__desc {
  margin-bottom: 50px;
}
.page_benefit .section3.section7 .section_inner .section__logo img {
  animation: mover 2s infinite alternate;
}
.section__willYouBe {
  background: url('../images/benefit/bg_sec8.png') no-repeat #000000;
  background-position: top center;
  padding: 100px 25px 140px;
  color: #FFF;
}
.section__willYouBe .section__title {
  color: #FFF;
  text-align: center;
}
.section__willYouBe .section_content .section__bn {
  margin-top: -120px;
}
.section__willYouBe .section_content .section__desc {
  margin-top: -130px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .page_benefit .section_top .section_topImg img {
    margin-top: -50px;
  }
}
@media (max-width: 390px) {
  .page_benefit h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .page_benefit .section2 .section__title {
    font-size: 52px;
  }
  .page_benefit .section3 .section__tabs .section__tabsHead .section__tabsHeadNote {
    font-size: 18px;
  }
  .page_benefit .section3.section6 .section_inner .section__stepsTitle {
    font-size: 28px;
  }
  .section__steps .section__stepsItem .section__stepsItemTitle {
    font-size: 24px;
  }
  .page_benefit .section4 .section_contentMyTeam .section_contentMyTeamHead .section_contentMyTeamTitle {
    font-size: 38px;
    line-height: 46px;
  }
  .section__btnWrap .btn {
    font-size: 18px;
  }
  .section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxDesc {
    font-size: 18px;
  }
  .section_top .section_topContent {
    bottom: 50px;
  }
  .section_top .section_topContent .section__title {
    font-size: 30px;
    line-height: 38px;
    text-shadow: 1px 2px 2px #333;
  }
  .section_top .section_topContent .section__titleSub {
    text-shadow: 1px 2px 2px #333;
    font-size: 20px;
    line-height: 28px;
  }
  .page_benefit .section_top .section_topImg {
    height: 100vh;
    overflow: hidden;
  }
}
.page_home.page__stories .section_top .section_topInner {
  position: relative;
}
.page_home.page__stories .section_top .section_topInner .bannerToppage__img {
  line-height: 0;
}
.page_home.page__stories .section_top .section_topInner .bannerToppage__content {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page_home.page__stories .section_top .section_topInner .bannerToppage__contentInner {
  clip-path: polygon(0 60px, 102% -6%, 101% 100%, 0% 100%);
  padding: 100px 25px 50px;
  border-top-right-radius: 100px;
}
.page_home.page__stories .section_top .section_topInner .bannerToppage__contentInner .bannerToppage__titleSub {
  font-size: 35px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  margin-bottom: 40px;
}
.page_home.page__stories .section2 {
  padding-bottom: 0;
}
.page_home.page__stories .section2 .section_topHead .section__title {
  font-size: 62px;
  line-height: 70px;
  font-weight: normal;
}
.page_home.page__stories .section2 .section_topHead .section__titleDesc {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.page_home.page__stories .section2 .section_topHead .section__titleDesc:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
}
.page_home.page__stories .section2 .section_contentDesc {
  font-style: italic;
  position: relative;
  z-index: 3;
}
.page_home.page__stories .section2 .section_content {
  position: relative;
  padding-bottom: 140px;
}
.page_home.page__stories .section2 .section_content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -25px;
  width: 281px;
  height: 421px;
  background: url('../images/stories/bg_logo.png') no-repeat;
}
.page_home.page__stories .section3 {
  padding: 140px 24px 140px;
  margin-top: -80px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  background-color: #FFF;
  position: relative;
  z-index: 3;
}
.page_home.page__stories .section3 .section_head {
  margin-bottom: 50px;
}
.page_home.page__stories .section3 .section__btnWrap {
  text-align: right;
  margin-bottom: 20px;
}
.page_home.page__stories .section3 .section_contentBlockque {
  position: relative;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-style: italic;
}
.page_home.page__stories .section3 .section_contentBlockque:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d95970;
  background: linear-gradient(180deg, #d95970 0%, #6d37a5 48%, #1e6fc3 100%);
}
.page_home.page__stories .section3 .section_contentBlockque:after {
  content: "";
  width: 30px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 15px;
  background: url('../images/stories/bl.png') no-repeat;
}
.page_home.page__stories .section3 .section_contentTitle {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
}
.page_home.page__stories .section3 .section_contentTitleSub {
  padding-left: 20px;
  font-size: 16px;
  color: #aaa;
}
.page_home.page__stories .section4 {
  padding: 140px 24px 80px;
  margin-top: -80px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  position: relative;
  z-index: 4;
}
.page_home.page__stories .section4:before {
  content: "";
  width: 322px;
  height: 647px;
  position: absolute;
  top: 200px;
  right: 0;
  background: url('../images/stories/bg_logo2.png') no-repeat;
}
.page_home.page__stories .section4 .section__title {
  color: #FFF;
}
.page_home.page__stories .section4 .section__steps {
  margin-bottom: 80px;
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .page_home.page__stories .section_top .section_topInner .bannerToppage__contentInner {
    padding-top: 60px;
    padding-bottom: 40px;
    clip-path: polygon(0 40px, 102% -6%, 101% 100%, 0% 100%);
  }
  .page_home.page__stories .section_top .section_topInner .bannerToppage__img {
    height: 100vh;
  }
  .page_home.page__stories .section_top .section_topInner .bannerToppage__img img {
    margin-top: -50px;
  }
  .page_home.page__stories .section_top .section_topInner .bannerToppage__contentInner .bannerToppage__titleSub {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 390px) {
  .page_home.page__stories .section_top .section_topInner .bannerToppage__img {
    height: 100vh;
    overflow: hidden;
  }
  .page_sot .section_top .section__img {
    display: none;
  }
  .page_sot .section_top .section_topContent .section__title {
    margin-bottom: 40px;
  }
  .page_sot .section2 {
    padding-top: 80px;
  }
  .page_home.page__stories .section_top .section_topInner .bannerToppage__contentInner .bannerToppage__titleSub {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .page_home.page__stories .section_top .section_topInner .bannerToppage__contentInner {
    clip-path: polygon(0px 50px, 102% -6%, 101% 100%, 0% 100%);
    padding-top: 60px;
    padding-bottom: 30px;
    border-top-right-radius: 70px;
  }
}
.page_sot .section_top .section__img {
  margin-bottom: 30px;
  margin-right: 100px;
  text-align: right;
}
.page_sot .section2 {
  padding: 100px 0 0;
}
.page_sot .section2 .section_topHead {
  padding: 0 24px;
  margin-bottom: 50px;
}
.page_sot .section2 .section_topContent {
  padding: 0 24px;
  margin-bottom: 50px;
}
.page_sot .section2 .section__title {
  margin-bottom: 15px;
}
.page_sot .section2 .section__titleDesc {
  margin-bottom: 30px;
}
.page_sot .section2 .section__titleLogo img {
  animation: mover 2s infinite alternate;
}
.page_sot .section2 .section_topBellow .section_topBellowHead {
  background: url('../images/sot/bg_sc2.png') no-repeat;
  background-position: top center;
  padding: 200px 24px 70px;
  color: #FFF;
}
.page_sot .section2 .section_topBellow .section_topBellowHead .section_topBellowImg {
  margin-top: -140px;
}
.page_sot .section2 .section_topBellow .section_topBellowContent {
  clip-path: polygon(0 14%, 100% 0%, 101% 100%, 0% 100%);
  margin-top: -100px;
  padding: 130px 24px 40px;
}
.page_sot .section2 .section_topBellowTitleWrap {
  position: relative;
  z-index: 3;
  font-weight: bold;
}
.page_sot .section2 .section_topBellowTitleWrap .section_topBellowTitle {
  font-size: 50px;
  line-height: 54px;
  text-align: center;
}
.page_sot .section2 .section_topBellowTitleWrap .section_topBellowTitleBig {
  font-size: 198px;
  line-height: 160px;
}
.page_sot .section3 {
  padding: 80px 24px 100px;
}
.page_sot .section3 .section__title {
  margin-bottom: 10px;
}
.page_sot .section3 .section__titleSub {
  font-size: 35px;
  line-height: 40px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 40px;
}
.page_sot .section3 .section_content .section__img {
  margin-bottom: 40px;
}
.page_sot .section3 .section_content .listNote {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 26px;
}
.page_sot .section3 .section_content .listNote li {
  display: flex;
  margin-bottom: 20px;
}
.page_sot .section3 .section_content .listNote li .nb {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex: none;
  margin-top: 5px;
}
.page_sot .section3 .section_content .listNote li:last-child {
  margin-bottom: 0;
}
.page_sot .section3 .section_content .listNote li small {
  display: block;
}
.page_sot .section4 {
  background-color: #000;
  padding: 100px 0 60px;
  overflow: hidden;
}
.page_sot .section4 .section_head {
  padding: 0 24px;
}
.page_sot .section4 .section_head .section__title {
  color: #FFF;
  margin-bottom: 40px;
}
.page_sot .section4 .section_content {
  padding: 0 24px;
}
.page_sot .section4 .section__listSot {
  margin-bottom: 50px;
}
.page_sot .section4 .section__listSot .section__listSotItem {
  line-height: 0;
  margin-bottom: 30px;
}
.page_sot .section4 .section__listSotNote1 {
  margin-bottom: 30px;
  font-size: 16px;
  color: #FFF;
}
.page_sot .section4 .section__listSotNote2 {
  color: #FFF;
  margin-bottom: 50px;
}
.page_sot .section4 .section__listSotNote2 a {
  text-decoration: underline;
}
.page_sot .section4 .listNote {
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
}
.page_sot .section4 .listNote li {
  display: flex;
  margin-bottom: 20px;
}
.page_sot .section4 .listNote li .nb {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex: none;
  margin-top: 5px;
}
.page_sot .section4 .listNote li:last-child {
  margin-bottom: 0;
}
.page_sot .section4 .listNote .listNoteContent p {
  margin-bottom: 8px;
}
.page_sot .section4 .listNote .listNoteContent .listNoteContentChild {
  padding-left: 20px;
}
.page_sot .section4 .listNote .listNoteContent .listNoteContentChild li {
  margin-bottom: 10px;
  position: relative;
}
.page_sot .section4 .listNote .listNoteContent .listNoteContentChild li::before {
  content: ".";
  position: absolute;
  left: -12px;
  top: -5px;
  height: 2px;
}
.page_sot .section4 .section_contentSot {
  margin-top: -170px;
}
.page_sot .section4 .section_contentSotWrap {
  padding: 0 24px;
  color: #FFF;
  font-weight: bold;
  margin-top: -260px;
  position: relative;
  z-index: 3;
}
.page_sot .section4 .section_contentSotWrap .section_contentSotNote {
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 10px;
}
.page_sot .section4 .section_contentSotWrap .section_contentSotNote span {
  display: block;
  font-size: 28px;
}
.page_sot .section4 .section_contentSotWrap .section_contentSotText {
  position: relative;
  font-size: 198px;
  line-height: 200px;
  -webkit-text-stroke: 2px #FFF;
}
.page_sot .section4 .section_contentSotWrap .section_contentSotText:after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -15px;
  width: 120px;
  height: 160px;
  background: url('../images/sot/model.png') no-repeat;
}
.page_sot .section4 .section_contentSotWrap .section_contentSotinfo {
  padding-right: 120px;
  margin-bottom: 40px;
}
.page_sot .section4 .section_contentSotBellow {
  padding: 0 24px;
}
.page_sot .section4 .section_contentSotBellow .section_contentSotBellowInner {
  position: relative;
}
.page_sot .section4 .section_contentSotBellow .section_contentSotBellowInner .section_contentSotBellowBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.page_sot .section4 .section_contentSotBellow .section_contentSotBellowBoxTitle {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
}
.page_sot .section4 .section_contentSotBellow .section_contentSotBellowBoxDesc {
  font-weight: 500;
  font-style: italic;
}
.page_sot .section5 {
  padding: 100px 24px 160px;
  overflow: hidden;
}
.page_sot .section5 .section_head {
  margin-bottom: 30px;
}
.page_sot .section5 .section__title {
  font-size: 25px;
  line-height: 30px;
  padding-right: 40px;
}
.page_sot .section5 .section__bnContent {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.page_sot .section5 .section__bnContent .avata {
  position: absolute;
  right: -25px;
  top: -70px;
  width: 220px;
}
.page_sot .section5 .section__bnContent img {
  width: 414px;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .page_sot .section_top .section__img {
    display: none;
  }
  .page_sot .section_top .section_topContent {
    bottom: 50px;
  }
  .page_sot .section_top .section_topContent .section__title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .page_sot .section_top .section_topImg img {
    margin-top: -30px;
  }
}
@media (max-width: 429px) {
  .page_sot .section4 .section_contentSotWrap .section_contentSotText {
    font-size: 180px;
    line-height: 180px;
  }
  .page_sot .section5 .section__bnContent .avata {
    width: 210px;
  }
}
@media (max-width: 390px) {
  .page_sot .section3 .section__titleSub {
    font-size: 32px;
    line-height: 36px;
  }
  .page_sot .section_top .section_topContent .section__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .page_sot .section2 .section_topBellow .section_topBellowHead .section_topBellowImg {
    margin-top: -120px;
  }
  .page_sot .section2 .section_topBellowTitleWrap .section_topBellowTitleBig {
    font-size: 170px;
  }
  .page_sot .section4 .section_contentSotWrap .section_contentSotNote {
    font-size: 42px;
  }
  .page_sot .section4 .section_contentSotWrap .section_contentSotNote span {
    font-size: 20px;
  }
  .page_sot .section4 .section_contentSotWrap .section_contentSotinfo {
    font-size: 16px;
    line-height: 24px;
  }
  .page_sot .section4 .section_contentSotWrap .section_contentSotText {
    font-size: 170px;
    line-height: 170px;
  }
  .page_sot .section_top .section_topImg {
    height: 100vh;
    overflow: hidden;
  }
  .page_sot .section_top .section_topContent {
    bottom: 50px;
  }
  .page_sot .section_top .section__img {
    display: none;
  }
  .page_sot .section2 {
    padding-top: 80px;
  }
  .page_sot .section5 .section__bnContent .avata {
    right: -25px;
    top: -50px;
    width: 180px;
  }
}
.page_about .section_top .section_topContent .section__title {
  margin-bottom: 30px;
}
.page_about .section2 {
  color: #FFF;
}
.page_about .section2 .section_topInner {
  position: relative;
}
.page_about .section2 .section_topHead {
  position: absolute;
  z-index: 1;
  top: 70px;
  left: 0;
  padding: 0 25px;
  font-weight: bold;
}
.page_about .section2 .section_topHead .section__title {
  color: #FFF;
  margin-bottom: 15px;
}
.page_about .section2 .section_topContent {
  position: absolute;
  bottom: 190px;
  padding: 0 25px;
  left: 0;
  font-weight: bold;
}
.page_about .section2 .section_topContent .section_topContentTitle {
  font-size: 50px;
  line-height: 54px;
  letter-spacing: -3px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.page_about .section2 .section_topContent .section__desc {
  font-size: 20px;
  line-height: 28px;
}
.page_about .section2 .section_contentBellow {
  padding: 120px 25px 60px;
  margin-top: -160px;
  background-color: #000;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  clip-path: polygon(0 14%, 100% 0%, 101% 100%, 0% 100%);
}
.page_about .section3 {
  padding: 80px 24px 40px;
}
.page_about .section3 .section__title {
  margin-bottom: 15px;
}
.page_about .section3 .section__desc {
  margin-bottom: 50px;
}
.page_about .section3 .section__listItem {
  position: relative;
  z-index: 1;
}
.page_about .section3 .section__listItem li {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
.page_about .section3 .section__listItem li .section__listItemTitle {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}
.page_about .section3 .section__listItem li .section__listItemTitle span {
  font-size: 35px;
  line-height: 35px;
  margin-left: 8px;
}
.page_about .section3 .section__listItem li:last-child {
  margin-bottom: 0;
}
.page_about .section3 .section__img {
  margin-top: -20px;
  margin-bottom: 50px;
}
.page_about .section3 .section__img img {
  animation: mover 2s infinite alternate;
}
.page_about .section3 .section_contentNote {
  font-weight: 500;
}
.page_about .section3 .section_contentNote .section_contentNoteTitle {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 5px;
}
.page_about .section4 {
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  padding: 130px 24px 150px;
}
.page_about .section4 .section__title {
  color: #FFF;
  margin-bottom: 50px;
}
.page_about .section4 .section_content .section__listItem {
  margin-bottom: 50px;
}
.page_about .section4 .section_content .section__listItem li {
  border: 1px solid #FFF;
  border-radius: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.page_about .section4 .section_content .section__listItem li:last-child {
  margin-bottom: 0;
}
.page_about .section4 .section_content .section__listItem li .section__listItemTitle {
  font-size: 60px;
  line-height: 60px;
}
.page_about .section4 .section_content .section__listItem li .section__listItemTitle span {
  font-size: 35px;
}
.page_about .section4 .section_content .section__contentDesc {
  margin-bottom: 30px;
}
.page_about .section4 .section_content .section_contentEasyTitle {
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 120px auto 20px;
  color: #FFF;
}
.page_about .section4 .section_content .section_contentEasyTitle:before {
  content: "";
  width: 105px;
  height: 114px;
  position: absolute;
  bottom: 100%;
  left: -50px;
  background: url('../images/nb.svg') no-repeat;
  background-size: contain;
}
.page_about .section5 {
  background-color: #f5f5f5;
  background: linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 100%);
  margin-top: -80px;
  padding: 150px 24px 100px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
}
.page_about .section5 .section__title {
  margin-bottom: 50px;
}
.page_about .section5 .section_listItemAbout {
  margin-bottom: 50px;
}
.page_about .section5 .section_listItemAbout li {
  padding: 20px;
  border-radius: 20px;
  background-color: #FFF;
  margin-bottom: 20px;
}
.page_about .section5 .section_listItemAbout li .section__listItemTitle {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
.page_about .section5 .section_listItemAbout li:last-child {
  margin-bottom: 0;
}
.page_about .section5 .section_contentMark {
  margin: 0 -24px 40px;
  background-color: #D44F84;
  padding: 30px 24px;
  color: #FFF;
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
}
.page_about .section5 .section_contentMark .section_contentMarkInfo1 span {
  font-size: 60px;
}
.page_about .section5 .section_contentMark .section_contentMarkInfo2 {
  font-size: 40px;
  line-height: 42px;
}
.page_about .section5 .section_contentDesc {
  margin-bottom: 25px;
}
.page_about .section6 {
  background-color: #FFF;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  padding: 140px 24px 80px;
  margin-top: -80px;
}
.page_about .section6 .section__title {
  margin-bottom: 30px;
}
.page_about .section6 .section_contentImg {
  margin: 0 -20px 30px;
}
.section_becoming {
  position: relative;
  text-align: center;
}
.section_becoming .section_content {
  position: absolute;
  top: 170px;
  left: 0;
  padding: 0 24px;
}
.section_becoming .section_content .section__img {
  margin: 0 -24px;
}
.section_becoming .section_content .section__img img {
  animation: mover 2s infinite alternate;
}
.section_becoming .section_content .section__title {
  color: #FFF;
  margin-top: -60px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.section_becoming .section_content .section__btnWrap {
  margin-bottom: 20px;
}
.section_becoming .section_content .section__btnWrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 390px) {
  .page_about .section_top .section_topImg {
    height: 100vh;
  }
  .page_about .section2 .section_topContent .title1 {
    font-size: 58px;
    line-height: 64px;
  }
  .page_about .section2 .section_topContent .title2 {
    font-size: 52px;
    line-height: 58px;
  }
  .page_about .section2 .section_topContent .title3 {
    font-size: 32px;
    line-height: 38px;
  }
  .page_about .section2 .section_topContent {
    bottom: 120px;
  }
  .page_about .section2 .section_contentBellow {
    margin-top: -90px;
  }
  .page_about .section4 .section__title {
    font-size: 36px;
    line-height: 44px;
  }
  .page_about .section5 .section_contentMark {
    font-size: 20px;
    line-height: 28px;
  }
  .page_about .section5 .section_contentMark .section_contentMarkInfo1 span {
    font-size: 52px;
  }
  .page_about .section5 .section_contentMark .section_contentMarkInfo2 {
    font-size: 32px;
    line-height: 36px;
  }
  .page_about .section2 .section_topContent .section_topContentTitle {
    font-size: 44px;
    line-height: 50px;
  }
}
.page_product .section_top .section_topContent .section__titleSub {
  margin-bottom: 50px;
}
.page_product .section2 {
  padding: 100px 0 80px;
}
.page_product .section2 .section_topHead {
  position: relative;
  z-index: 3;
}
.page_product .section2 .section_topHead .section__title {
  font-size: 68px;
  line-height: 76px;
  color: #FFF;
  right: 64px;
  top: -48px;
  position: absolute;
}
.page_product .section2 .section_topHead .section__titleLogo {
  position: relative;
  z-index: 2;
}
.page_product .section2 .section_topHead .section__titleLogo img {
  animation: mover 2s infinite alternate;
}
.page_product .section3 {
  margin-top: -200px;
  padding-bottom: 170px;
}
.page_product .section4 {
  background: #FFF;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 48%, #ffffff 100%);
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  padding: 140px 24px 50px;
  margin-top: -80px;
  position: relative;
  z-index: 4;
}
.page_product .section4 .section_head {
  margin-bottom: 50px;
}
.page_product .section4 .section_head .section__title {
  margin-bottom: 15px;
}
.page_product .section4 .section_contentImg {
  text-align: center;
  margin-bottom: 30px;
}
.page_product .section4 .section_contentImg img {
  animation: mover 2s infinite alternate;
}
.page_product .section4 .section_contentDesc {
  margin-bottom: 30px;
}
.page_product .section4 .section__steps {
  margin-bottom: 60px;
}
.page_product .section4 .section__steps .section__stepsItem {
  margin-bottom: 20px;
}
.page_product .section4 .section__steps .section__stepsItem:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .page_product .section_top .section_topContent .section__titleSub {
    margin-bottom: 30px;
  }
  .page_product .section_top .section_topImg img {
    margin-top: -70px;
  }
}
@media (max-width: 390px) {
  .page_product .section_top .section_topImg {
    height: 100vh;
    overflow: hidden;
  }
  .page_product .section_top .section_topContent .section__titleSub {
    margin-bottom: 30px;
  }
}
.page__tracker .section_top .section_topInner {
  position: relative;
}
.page__tracker .section_top .section_topInner .bannerToppage__img {
  line-height: 0;
}
.page__tracker .section_top .section_topInner .bannerToppage__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px 24px;
}
.page__tracker .section_top .section_topInner .bannerToppage__content .bannerToppage__titleImg {
  margin-bottom: 20px;
}
.page__tracker .section_top .section_topInner .bannerToppage__content .bannerToppage__title {
  color: #FFF;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 44px;
}
.page__tracker .section2 {
  color: #FFF;
  padding: 80px 24px 120px;
  position: relative;
}
.page__tracker .section2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 410px;
  height: 256px;
  background: url('../images/tracker/bg_logo.png') no-repeat;
}
.page__tracker .section2 .section__title {
  color: #FFF;
  margin-bottom: 10px;
}
.page__tracker .section3 {
  padding: 140px 20px 80px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  background-color: #FFF;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  margin-top: -80px;
}
.page__tracker .section3 .section_head {
  margin-bottom: 50px;
}
.page__tracker .section3 .section__title {
  margin-bottom: 20px;
}
.page__tracker .section3 .section__steps {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.page__tracker .section3 .section__steps .section__stepsItem {
  width: 50%;
  padding: 5px;
  margin-bottom: 0;
}
.page__tracker .section3 .section__steps .section__stepsItem .section__stepsItemBox {
  padding: 1px;
  height: 100%;
}
.page__tracker .section3 .section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner {
  padding: 30px 15px;
  height: 100%;
}
.page__tracker .section3 .section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxLogo {
  margin-bottom: 15px;
}
.page__tracker .section3 .section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxTitle {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page__tracker .section3 .section__steps .section__stepsItem .section__stepsItemBox .section__stepsItemBoxInner .section__stepsItemBoxDesc {
  font-size: 16px;
  line-height: 24px;
}
.page__tracker .section4 {
  padding: 0 24px 100px;
}
.page__tracker .section4 .section_head {
  margin-bottom: 80px;
}
.page__tracker .section4 .section__title {
  margin-bottom: 10px;
}
.page__tracker .section4 .section_content .section__listItem {
  margin-bottom: 80px;
}
.page__tracker .section4 .section_content .section__listItem li {
  box-shadow: 1px 1px 12px 6px #eee;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  transform: rotate(4deg);
  margin-bottom: 20px;
  background-color: #FFF;
}
.page__tracker .section4 .section_content .section__listItem li .section__listItemTitle {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}
.page__tracker .section4 .section_content .section__listItem li .section__listItemNb {
  position: absolute;
  top: -44px;
  right: 0;
}
.page__tracker .section4 .section_content .section__listItem li:nth-child(2n+1) {
  transform: rotate(-4deg);
}
.page__tracker .section4 .section_content .section__listItem li:nth-child(2) {
  z-index: 2;
}
.page__tracker .section4 .section_content .section__listItem li:nth-child(3) {
  z-index: 3;
}
.page__tracker .section4 .section_content .section__listItem li:nth-child(4) {
  z-index: 4;
}
.page__tracker .section5 {
  margin-top: -80px;
}
.page__tracker .section6 {
  padding: 80px 24px 120px;
}
.page__tracker .section6 .section_head {
  margin-bottom: 40px;
}
.page__tracker .section6 .section__title {
  margin-bottom: 15px;
  color: #FFF;
}
.page__tracker .section7 {
  padding: 140px 24px 140px;
  margin-top: -80px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  background-color: #FFF;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.page__tracker .section7 .section__title {
  margin-bottom: 15px;
}
.page__tracker .section7 .section_head {
  margin-bottom: 40px;
}
.page__tracker .section7 .list_item li {
  margin-bottom: 25px;
}
.page__tracker .section7 .list_item li:last-child {
  margin-bottom: 0;
}
.page__tracker .section7 .list_item li:nth-child(2n + 1) {
  margin-left: -10px;
  margin-right: 20px;
}
.page__tracker .section7 .list_item li:nth-child(2n) {
  margin-right: -10px;
  margin-left: 20px;
}
.page__tracker .section8 {
  margin-top: -80px;
  clip-path: polygon(0 80px, 100% 0%, 101% 100%, 0% 100%);
  padding: 140px 24px 80px;
  background-color: #000;
  background: linear-gradient(180deg, #000000 0%, #000000 100%);
  color: #FFF;
}
.page__tracker .section8 .section_head {
  margin-bottom: 40px;
}
.page__tracker .section8 .section__title {
  margin-bottom: 10px;
  color: #FFF;
}
.page__tracker .section8 .section_content {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
.page__tracker .section8 .section_content .popularQuestions_listItems {
  padding: 30px 20px;
}
.page__tracker .section8 .section_content .popularQuestions_listItems .accord_popularItem {
  border-bottom: 1px solid rgba(234, 234, 234, 0.2);
}
.page__tracker .section8 .section_content .popularQuestions_listItems .accord_popularItem .card-header {
  display: block;
  position: relative;
  padding: 15px 0;
  color: #FFF;
  padding-right: 30px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  width: 100%;
}
.page__tracker .section8 .section_content .popularQuestions_listItems .accord_popularItem .card-header:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url('../images/minus.svg') no-repeat;
  background-position: center;
}
.page__tracker .section8 .section_content .popularQuestions_listItems .accord_popularItem button[aria-expanded="false"]:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url('../images/plus.svg') no-repeat;
  background-position: center;
}
.page__tracker .section8 .section_content .popularQuestions_listItems .accord_popularItem .accordion-content {
  display: none;
  padding: 0 20px 20px 40px;
  font-size: 16px;
  line-height: 26px;
}
.page__tracker .section8 .section_content .popularQuestions_listItems .accord_popularItem .accordion-content a {
  color: #2A90F9;
}
.page__tracker .section8 .section_content .popularQuestions_listItems .accord_popularItem:last-child {
  border-bottom: 0;
}
.page__tracker .section_becoming .section_content .section__title {
  margin-bottom: 30px;
}
.page__tracker .section_becoming .section_content .section__desc {
  color: #FFF;
  margin-bottom: 35px;
}
.page__tracker .section__steps .section__stepsItem .section__stepsItemTitle {
  background: #D95970;
  background: linear-gradient(180deg, #d95970 20%, #a857fc 50%, #2a90f9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .page__tracker .section_top .section_topInner .bannerToppage__img {
    height: 100vh;
  }
  .page__tracker .section_top .section_topInner .bannerToppage__img img {
    margin-top: -80px;
  }
  .page__tracker .section_top .section_topInner .bannerToppage__content .bannerToppage__title {
    margin-bottom: 30px;
  }
  .page__tracker .section_top .section_topInner .bannerToppage__content .bannerToppage__titleImg {
    margin-bottom: 10px;
  }
}
@media (max-width: 390px) {
  .page__tracker .section_top .section_topInner .bannerToppage__content .bannerToppage__titleImg {
    display: none;
  }
  .page__tracker .section_top .section_topInner .bannerToppage__img {
    height: 100vh;
    overflow: hidden;
  }
  .page__tracker .section_top .section_topInner .bannerToppage__content .bannerToppage__title {
    text-shadow: 1px 2px 2px #333;
    margin-bottom: 30px;
  }
  .section_becoming .section_content {
    top: 140px;
  }
}
