/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Source+Sans+Pro:ital,wght@0,900;1,600;1,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "SVNGilroy";
  src: url(../fonts/SVN-Gilroy-Regular.otf);
}
:root {
  --peru:#cd9452;
  --black:#222;
  --white:#fff;
  --light-black:#666;
  --light-white:#ccc;
  --light-bg:#f5f5f5;
  --dark-bg:rgba(0,0,0,.7);
  --border:.1rem solid #aaa;
  --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
  --main-color: #FF6C16;
  --second-color: #37286E;
}

* {
  font-family: "Mulish", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.43, 1.1, 0.62, 1.08);
}

* > img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background-color: var(--white);
}

html::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

section {
  padding: 5rem 0%;
}

h5 {
  font-size: 2rem;
}

h2 {
  font-size: 3.2rem;
}

li, p {
  font-size: 1.6rem;
}

li {
  list-style-type: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

.fw {
  float: left;
  width: 100%;
}

.btn {
  display: inline-block;
  background: var(--main-color);
  color: var(--white);
  font-size: 1.6rem;
  cursor: pointer;
  padding: 1rem 3rem;
}

.section_title {
  text-align: center;
  margin: 40px 0;
}
.section_title h2 {
  color: var(--second-color);
  font-weight: bold;
  font-size: 28px;
}
.section_title p {
  color: black;
}
.section_title .line {
  width: 50px;
  height: 3px;
  background: #254099;
  display: inline-block;
}

.mar0 {
  margin: 0;
}

.fr {
  float: right;
  width: 100%;
}

.section_title .line {
  width: 50px;
  height: 3px;
  background: var(--main-color);
  display: inline-block;
}

.apps {
  margin: 10px;
}

#top-btn {
  position: fixed;
  right: 30px;
  bottom: 110px;
  background: transparent;
}
#top-btn img {
  vertical-align: middle;
  border-style: none;
  background: transparent;
  width: 47px;
  height: 47px;
}

button:focus {
  outline: none;
}

.wrapper {
  background: linear-gradient(180deg, #FFFFFF 4.56%, rgba(255, 255, 255, 0) 25.5%), linear-gradient(123.44deg, rgba(248, 201, 201, 0.25) 24.48%, rgba(158, 189, 251, 0.25) 78%), #FFFFFF;
}

.menu__wrapper {
  display: flex;
  justify-content: space-around;
}

#header_menu {
  padding: 10px 0;
  width: 100%;
  background: var(--second-color);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#header_menu .logo-page {
  display: flex;
  align-items: center;
  height: 100%;
}

#header_menu > ul {
  width: 75%;
  float: left;
}

#header_menu #menu > li {
  position: relative;
  float: left;
  padding: 10px 10px;
  height: 41px;
}

.info-contact {
  color: black;
}

#header_menu #menu > li a {
  color: var(--white);
  font-weight: bold;
  transition: all 0.2s;
}

#header_menu #menu > li:hover {
  border-bottom: 2px solid var(--main-color);
}

#menu-btn {
  font-size: 2.8rem;
  cursor: pointer;
  color: var(--white);
  display: none;
  position: relative;
}

#menu-btn.fa-bars:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#header .contact {
  display: flex;
  position: relative;
}
#header .contact a, #header .contact p {
  margin: auto 10px;
}

.btnBuyNow {
  cursor: pointer;
}

#partner {
  padding-bottom: 40px;
}
#partner #partner_slide {
  border-radius: 20px;
  background: var(--second-color);
  padding: 20px;
}
#partner .item {
  outline: none;
  background: var(--white);
  border-radius: 20px;
  margin: 0 20px;
  max-height: 57px;
  padding: 10px;
}
#partner .item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#partner .item a img {
  max-height: 45px;
}

#news_slide .news_slide .item .news_info .news_slide_title {
  font-size: 20px;
}

#news_slide .news_slide .item .news_info .link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#product .product {
  padding: 2.4rem;
  background: #EBE7FD;
  border-radius: 20px;
  border-width: 0;
}
#product .title {
  display: flex;
  margin: 30px auto;
  max-width: 1140px;
}
#product .title h3 {
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 6.72rem;
  color: var(--second-color);
}
#product .produc-image {
  display: flex;
  justify-content: center;
}
#product .product-title {
  display: flex;
  justify-content: center;
  margin: auto;
}
#product .product-title p {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--second-color);
}
#product .product-content {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
#product button {
  border-radius: 20px;
  max-width: 200px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#product button a {
  color: var(--white);
}
#product .btn-outline-primary:hover, #product .btn-primary:hover {
  background: #37286E;
}
#product .btn-primary, #product .btn-outline-primary {
  border: transparent;
}

#question {
  margin: 50px 0;
}
#question .section_title {
  text-align: left;
}
#question .section_title .line {
  width: 100px;
}
#question #accordion {
  border-radius: 20px;
}
#question #accordion .card {
  border-radius: 20px;
  border-bottom: none;
  border: 0px solid transparent;
  border-width: 0;
}
#question #accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#question #accordion .card .card-header {
  padding: 0;
  border-radius: 0;
  border-bottom: none;
}
#question #accordion .card .card-header h5 button {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: left;
}
#question #accordion .card .btn-link {
  width: 100%;
}
#question #accordion .card .btn-link:hover {
  text-decoration: none;
}
#question #accordion .card .btn-link:focus {
  text-decoration: none;
}
#question #accordion .card .card-body {
  color: black;
}
#question .card1 {
  background: #8668E0;
}
#question .card2 {
  background: #6F47CB;
}
#question .card3 {
  background: #5C3DAC;
}
#question .card4 {
  background: #37286E;
}

@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(-4rem) scale(0);
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(-4rem) scale(0);
    opacity: 0;
  }
}
.home {
  padding: 0;
  background: var(--black);
  margin-top: 75px;
}
.home .slide {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.home .slide .content {
  text-align: center;
  width: 70rem;
  display: none;
}
.home .slide .content span {
  font-size: 3rem;
  display: block;
  padding-bottom: 0.5rem;
  color: var(--light-white);
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.54, 1.3, 0.63, 1.34) 0.2s backwards;
          animation: fadeIn 0.4s cubic-bezier(0.54, 1.3, 0.63, 1.34) 0.2s backwards;
}
.home .slide .content h3 {
  font-size: 8vw;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
  line-height: 1;
  padding: 2rem 0;
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.54, 1.3, 0.63, 1.34) 0.4s backwards;
          animation: fadeIn 0.4s cubic-bezier(0.54, 1.3, 0.63, 1.34) 0.4s backwards;
}
.home .slide .content .btn {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.54, 1.3, 0.63, 1.34) 0.6s backwards;
          animation: fadeIn 0.4s cubic-bezier(0.54, 1.3, 0.63, 1.34) 0.6s backwards;
}
.home .swiper-slide-active .content {
  display: inline-block;
}
.home .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #aaa;
  background: #DEDEE0;
  border-color: #DEDEE0;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.home .swiper-pagination-bullet-active {
  background: #DEDEE0;
  border-color: #DEDEE0;
  width: 32px;
  border-radius: 1.25rem;
}

.swiper-button-next {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  background: var(--white);
  color: var(--black);
}
.swiper-button-next:hover {
  background: var(--main-color);
  color: var(--white);
}
.swiper-button-next::after {
  font-size: 2rem;
}

.swiper-button-prev {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  background: var(--white);
  color: var(--black);
}
.swiper-button-prev:hover {
  background: var(--main-color);
  color: var(--white);
}
.swiper-button-prev::after {
  font-size: 2rem;
}

.home-slider-mobile {
  display: none;
}

.link-banner {
  border-radius: 25px;
}

.btn-link:hover {
  text-decoration: none;
}

.app-wrapper {
  position: absolute;
  top: 70%;
  left: 10%;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--main-color);
  border-radius: 20px;
}
.app-wrapper .home-download-img {
  display: flex;
}
.app-wrapper .home-download-img img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 15px;
}
.app-wrapper .home-download-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.app-wrapper .home-download-title p {
  margin: 0 1rem;
}

.home-app {
  margin-bottom: 20px !important;
}

.home-slider-pc {
  display: block;
}

.small-ip {
  display: none;
}

.ip-13 {
  display: none;
}

.loading-screen {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  position: fixed;
  z-index: 9999;
  display: none;
}

.app-wrapper-home {
  position: absolute;
  top: 55%;
  left: 58%;
  display: flex;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ring {
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

.home-slider-mobile p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.register {
  border-radius: 10px;
  background: #e96f20;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.register h5 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.register input.form-control {
  margin: 20px 0;
}
.register textarea.form-control {
  margin: 20px 0;
}
.register button {
  padding: 5px 30px;
  color: #fff;
  background: #e96f20;
  border: 1px solid #fff;
}

#register_buynow {
  position: absolute;
  right: 260px;
  top: 65px;
  z-index: 99;
}
#register_buynow .register-now {
  float: left;
  height: 55px;
  background: var(--main-color);
  transform: rotate(-90deg);
  margin-top: 63px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
}
#register_buynow .register-now p {
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
#register_buynow .register {
  transition-delay: 2s;
  display: none;
  border-radius: 10px;
  background: #EBE7FD;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 3px;
  padding: 20px;
  text-align: center;
  position: fixed;
  width: 300px;
  transition: all 0.5s;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#register_buynow .register span {
  color: #474A4C;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
#register_buynow .register #closeformRegister {
  float: right;
  color: red;
  font-weight: bold;
  cursor: pointer;
}
#register_buynow .register input.form-control {
  margin: 20px 0;
  padding: 16px 12px;
  border-radius: 8px;
}
#register_buynow .register textarea.form-control {
  margin: 20px 0;
}
#register_buynow .register button {
  padding: 5px 30px;
  color: #fff;
  background: #e96f20;
  border-radius: 8px;
  margin-top: 20px;
}
#register_buynow .register select {
  max-height: calc(1.2em + 24px);
  height: calc(1.2em + 24px);
  border-radius: 8px;
}

#intro > div {
  position: relative;
}
#intro .mar0 {
  display: flex;
  justify-content: center;
}
#intro .intro {
  margin: 30px 0px;
  padding: 0px 60px;
  color: #fff;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#intro .intro:hover .intro_info h4 {
  color: #254099;
}
#intro .intro:last-child {
  border: none;
}
#intro .intro_info {
  padding: 0;
  text-align: center;
}
#intro .intro_info h4 {
  font-weight: 400;
  margin: 15px 0px 7px 0px;
  color: var(--main-color);
  font-size: 2.8rem;
}
#intro .intro_info p {
  margin-bottom: 5px;
  color: #474A4C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}

#why .why-img {
  background: linear-gradient(180deg, rgba(235, 231, 253, 0) 0%, #D5CDFA 100%);
  border-radius: 20px;
  position: relative;
  margin: 0 20px;
  max-width: 407px;
}
#why .why-img img {
  position: absolute;
  top: -170px;
}
#why .why-content {
  background: linear-gradient(180deg, rgba(255, 244, 242, 0) 0%, #FFD9C6 100%);
  border-radius: 20px;
  padding: 16px 50px;
}
#why .why-content .why-title {
  color: #37286E;
  border-radius: 20px;
}
#why .why-content .why-title h3 {
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 6.72rem;
  color: var(--second-color);
}
#why .why-content .why-title h5 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--main-color);
}
#why .why-content .why-feature {
  margin: 20px 0;
  display: flex;
}
#why .why-content .why-feature p {
  font-weight: 600;
  margin: auto 10px;
}

#tutorial {
  background: var(--second-color);
}
#tutorial .tutorial-title h3 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 6.72rem;
  color: #FDFDFD;
  margin: 30px auto;
  max-width: 1140px;
}
#tutorial .circle-step {
  padding: 3px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  width: 36px;
  height: 36px;
  margin: auto;
}
#tutorial .nav-item {
  width: 100%;
}
#tutorial .center {
  text-align: center;
}
#tutorial p {
  margin: 0;
}
#tutorial .left-col {
  background: linear-gradient(180deg, #8668E0 0%, #5C3DAC 100%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}
#tutorial .nav-link.active, #tutorial .nav-link:hover {
  background: transparent;
  border-color: transparent;
}
#tutorial .nav-link.active .circle-step {
  background: var(--white);
  color: var(--second-color);
}
#tutorial .left-col > ul {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80px;
}
#tutorial .right-col, #tutorial .company_intro_name {
  padding: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-width: 0;
}
#tutorial .right-col .card, #tutorial .company_intro_name .card {
  border-radius: 20px;
}
#tutorial .right-col .card .card-body, #tutorial .company_intro_name .card .card-body {
  padding: 0;
}
#tutorial .right-col .tutorial-content {
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  background: linear-gradient(124.16deg, rgba(248, 201, 201, 0.25) 32.98%, rgba(158, 189, 251, 0.25) 78.6%), #FFFFFF;
}
#tutorial .right-col .tutorial-content h4 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.8rem;
}
#tutorial .right-col .tutorial-content p {
  color: #474A4C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
#tutorial .right-col .tutorial-content .tutorial-content-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#tutorial .right-col .content-txt {
  display: flex;
  justify-content: center;
  max-height: 530px;
}
#tutorial .right-col .content-txt img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#tutorial .prev, #tutorial .next {
  cursor: pointer;
}

#tutorial-mobile {
  background: var(--second-color);
}
#tutorial-mobile .tutorial-title h3 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 3.36rem;
  color: #FDFDFD;
  margin: 30px auto;
  max-width: 1140px;
  text-align: center;
}
#tutorial-mobile .swiper {
  width: 100%;
  height: 100%;
}
#tutorial-mobile .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #8668E0;
  border-radius: 20px;
  /* Center slide text vertically */
  justify-content: center;
  align-items: center;
}
#tutorial-mobile .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  height: auto;
  border-radius: 20px;
}
#tutorial-mobile .tutorial-content {
  position: relative;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  background: #fff;
}
#tutorial-mobile .tutorial-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.88rem;
  padding: 16px 20px;
}
#tutorial-mobile .tutorial-content p {
  color: #474A4C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
#tutorial-mobile .tutorial-content .tutorial-content-txt {
  position: relative;
  padding: 0 20px;
}
#tutorial-mobile .content-txt {
  display: flex;
  justify-content: center;
  max-height: 530px;
}
#tutorial-mobile .content-txt img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#tutorial-mobile .tutorial-number {
  margin: 16px auto;
}
#tutorial-mobile .circle-step {
  padding: 3px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  width: 36px;
  height: 36px;
  margin: auto;
  display: flex;
  justify-content: center;
}
#tutorial-mobile .circle-step p {
  margin: 0;
}
#tutorial-mobile .center {
  align-items: center;
}
#tutorial-mobile .tutorial-img {
  display: flex;
}
#tutorial-mobile .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #aaa;
  background: #DEDEE0;
  border-color: #DEDEE0;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
#tutorial-mobile .swiper-pagination-bullet-active {
  background: #DEDEE0;
  border-color: #DEDEE0;
  width: 32px;
  border-radius: 1.25rem;
}
#tutorial-mobile .register-btn {
  padding: 10px 24px;
  background: var(--main-color);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 135px;
}
#tutorial-mobile .register-btn p {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0;
}
#tutorial-mobile .step1-title {
  color: #6F47CB;
}
#tutorial-mobile .slider1 {
  background: #6F47CB;
}
#tutorial-mobile .step2-title {
  color: #FF6C16;
}
#tutorial-mobile .slider2 {
  background: #FF6C16;
}
#tutorial-mobile .step3-title {
  color: #F9465C;
}
#tutorial-mobile .slider3 {
  background: #F9465C;
}

#download .buffer {
  height: 100px;
}
#download svg {
  margin: 20px 20px;
  cursor: pointer;
}
#download .download-content h3 {
  color: #37286E;
  font-size: 5.6rem;
  line-height: 6.72rem;
}
#download .download-img {
  position: relative;
}
#download .download-img img {
  max-width: 100%;
}

#footer {
  background: var(--second-color);
  padding: 30px 0 0;
}
#footer iframe {
  border-radius: 20px;
  height: 100%;
}

.footer_logo h1 {
  margin-bottom: 20px;
}
.footer_logo p {
  color: #fff;
}

.copyright {
  margin-top: 20px;
  background: var(--second-color);
  padding: 20px 20px;
  border-top: 1px solid var(--white);
}
.copyright p {
  margin-bottom: 0;
  color: var(--white);
}

/* media queries  */
/*----xxxx----320px----568px---820px---1023px---*/
@media only screen and (min-width: 320px) and (max-width: 568px) {
  section {
    padding: 10rem 0rem;
  }
  .home {
    margin-top: 68px;
  }
  #tutorial .tutorial__mobile {
    display: block !important;
  }
  #tutorial .tutorial__pc {
    display: none;
  }
  .nav__wrapper {
    margin: 0px 1rem;
  }
  #header_contact {
    display: none;
  }
  .searchIcon {
    display: none;
  }
  .navbar {
    display: none;
  }
  .navbar.active {
    display: block;
    box-shadow: var(--box-shadow);
  }
  #header_menu {
    padding: 0 15px;
    margin-top: 0;
    width: 100%;
  }
  #header_menu .menu__wrapper {
    display: flex;
    padding-left: 0;
  }
  #header_menu .logo-page {
    padding-left: 0;
  }
  #header_menu img {
    max-width: 80px;
    max-height: 28px;
  }
  #why .why__mobile {
    display: block !important;
  }
  #why .why__pc {
    display: none !important;
  }
  #partner .item {
    margin: 0 10px;
  }
  .intro-col {
    box-shadow: none !important;
  }
  .products {
    margin-top: 20px;
    padding: 0;
  }
  .app-store, .ggplay {
    margin: 1rem;
  }
  .second-level-menu {
    position: relative;
    left: 0;
    top: 0;
  }
  .second-level-menu li {
    border-bottom: none;
    padding: 5px 0px;
  }
  .second-level-menu.drop-down-content.active {
    display: none !important;
  }
  .second-level-menu.drop-down-content {
    display: none !important;
    float: none !important;
  }
  .container {
    padding: 0;
  }
  #why .why-content .why-title h3 {
    font-size: 3.4rem;
    text-align: center;
  }
  #footer img {
    max-width: 155px;
  }
  #tutorial-mobile {
    display: block;
  }
}
@media (max-width: 400px) {
  .home-slider-pc {
    display: none;
  }
  .small-ip {
    display: block;
  }
  .ip-13 {
    display: none;
  }
}
@media only screen and (min-width: 401px) and (max-width: 568px) {
  .home-slider-pc {
    display: none;
  }
  .small-ip {
    display: none;
  }
  .ip-13 {
    display: block;
  }
}
@media only screen and (min-width: 569px) and (max-width: 819px) {
  #home {
    margin-top: 120px !important;
  }
}
@media (max-width: 820px) {
  html {
    font-size: 50%;
  }
  section {
    padding: 3rem 4rem;
  }
  .home .slide .content h3 {
    font-size: 15vw;
  }
  .home .slide .content h3 {
    font-size: 7rem;
  }
  #menu-btn {
    display: inline-block;
  }
  .fa-times {
    transform: rotate(180deg);
  }
  .swiper-button-next,
.swiper-button-prev {
    top: initial;
    bottom: 1rem;
  }
  #home .home-slider-pc {
    display: none;
  }
  #intro .mar0 {
    position: relative;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    top: -3px;
  }
  #intro .intro {
    border-width: 0;
  }
  #intro .intro img {
    margin-top: 5px;
  }
  .intro-col {
    box-shadow: none !important;
  }
  #header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--box-shadow);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    z-index: 1000;
  }
  #header_menu {
    padding: 15px 15px;
    width: 100%;
  }
  #header_menu .menu__wrapper {
    display: flex;
  }
  #header_menu img {
    max-width: 120px;
    max-height: 38px;
  }
  .navbar {
    display: none;
  }
  #header_menu .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    border-top: var(--border);
    display: block;
  }
  #menu.top-level-menu > ul {
    width: 100% !important;
  }
  #menu.top-level-menu > li {
    display: block;
    float: none !important;
    width: 100%;
    height: 35px !important;
  }
  .top-level-menu {
    width: 100% !important;
    float: left;
  }
  .nav-item {
    margin-bottom: 10px !important;
  }
  .contact-phone {
    display: none !important;
    top: 0;
  }
  #why .why-img {
    max-width: 100% !important;
    padding: 16px 50px !important;
    margin: 0 !important;
  }
  #why .why-img img {
    position: relative !important;
    top: 0 !important;
    max-width: 100%;
  }
  #product .title h3 {
    text-align: center;
    font-size: 3.4rem;
    line-height: 4.72rem;
  }
  #product .product {
    padding: 0;
  }
  #download h3 {
    text-align: center;
    font-size: 3.4rem !important;
    line-height: 4.72rem !important;
  }
  #download .buffer {
    height: 0;
  }
  #download .download-app {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer img {
    max-width: 155px;
  }
  #tutorial {
    display: none;
  }
  #tutorial-mobile {
    display: block;
  }
  #tutorial-mobile {
    display: block;
  }
  .contact svg {
    height: 37px;
  }
}
@media only screen and (min-width: 821px) and (max-width: 1023px) {
  section {
    padding: 3rem 2%;
  }
  #intro .intro img {
    margin-top: 5px;
  }
  #intro .mar0 {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 50px -30px #0943ae;
    display: flex;
    justify-content: center;
    top: -3px;
  }
  #header_contact {
    display: none;
  }
  #partner .item {
    margin: 0 10px;
  }
  .contact-phone {
    display: none !important;
  }
  #why .why-img {
    max-width: 100% !important;
    padding: 16px 50px !important;
    margin: 0 !important;
  }
  #why .why-img img {
    position: relative !important;
    top: 0 !important;
  }
  #tutorial-mobile {
    display: block;
  }
}
@media (min-width: 1023px) {
  .contact-phone {
    display: block;
  }
  #tutorial-mobile {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */