body {
    background-color: #ffffff !important;
    font-family: Inter, sans-serif;
}

.card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 1rem;
}

header {
  -webkit-box-shadow: 0px 4px 10px rgba(103, 151, 255, 0.15);
          box-shadow: 0px 4px 10px rgba(103, 151, 255, 0.15);
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav {
  width: 100%;
}
header nav ul.navbar-nav li a.nav-link.active {
  color: #1363B9 !important;
}
header nav ul.navbar-nav li a.nav-link {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #123060 !important;
}
header nav ul.navbar-nav li a.nav-link:hover {
  cursor: pointer;
}
header .login a {
  padding: 10px 23px;
  text-decoration: none;
}
header .login .btn_reg {
  background: #1363B9;
  border-radius: 6px;
  padding: 10px 22px;
  margin-left: 13px;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 18px;
  font-size: 14px;
}
header .login .btn_login {
  background: #DEE9FA;
  border-radius: 6px;
  padding: 10px 22px;
  color: #1363B9;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logo img {
  margin-right: 16px;
}
header .logo span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0832D6;
}
.selectlanguage {
  position: relative;
}
.selectlanguage img:first-child {
  margin-right: 3px;
}
.selectlanguage .mutilanguage {
  display: none;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-radius: 7px;
  border: #eee solid thin;
  padding: 20px;
  padding-bottom: 15px;
  margin-top: 7px;
}
.selectlanguage .mutilanguage::before {
  content: " ";
  width: 100%;
  height: 15px;
  height: 25px;
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
}
.selectlanguage .mutilanguage li {
  list-style: none;
  margin-bottom: 5px;
}
.selectlanguage .mutilanguage li img {
  margin-right: 5px;
}
.selectlanguage:hover {
  cursor: pointer;
}
.selectlanguage:hover .mutilanguage {
  display: block;
}

.startMobi {
  display: none;
}

#pc-gmap,
#mobi-gmap {
  display: none;
}

.itemcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
}

.banner-video .playvideo .content-banner-right {
  width: 470px;
}
.banner-video .video {
  width: 100%;
  display: block;
  float: left;
  height: 734px;
  position: relative;
}
.banner-video .video .stop {
  z-index: 3;
  display: none;
  position: absolute;
  /* background: #fff; */
  right: 0;
  top: 0;
  /* height: -webkit-fit-content; */
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  bottom: 0;
  padding: 10px;
  margin: auto;
}
.banner-video .video .stop:hover {
  cursor: pointer;
}
.banner-video .video .stop .img-1 {
  margin-right: -10px;
}
.banner-video .video .stop .img-2 {
  position: absolute;
  top: 25px;
  right: 0;
}
.banner-video .video .stop .img-3 {
  position: absolute;
  top: 46px;
  right: 2px;
}
.banner-video .video #myVideo {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 44.5%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-video .video .content-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  height: 100%;
}
.banner-video .video .content-banner .start {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  left: -62px;
  z-index: 3;
}
.banner-video .video .content-banner .bg {
  background-image: url(Image/banner_background.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* zoom: 0.5; */
  background-position: 0% 20%;
  background-size: cover;
}
.banner-video .video .left {
  width: 40%;
}
.banner-video .video .btn-join {
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 12px 26px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0832D6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.banner-video .video .download-qr a {
  margin-right: 20px;
}
.banner-video .video .right {
  width: 60%;
  height: 100%;
}
.banner-video .video .content {
  padding: 117px 187px;
  height: 100%;
  padding-right: 0;
}
.banner-video .video .content h1 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  /* or 120% */
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.banner-video .video .content h1.headline-2 {
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.banner-video .video .content h1.headline-2 svg {
  margin-right: -10px;
}
.banner-video .video .content h1.headline-2 span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  /* or 120% */
}
.banner-video .video .content h1.headline-2 img {
  width: auto;
}
.banner-video .video .content span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  /* or 170% */
  color: #FFFFFF;
}
.banner-video .video .content img {
  width: 100px;
}
.banner-video .video .content img.icon {
  width: auto;
}

.title-ssection {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  /* identical to box height */
  text-align: center;
}

.section-2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(6.56%, #123060), color-stop(98.65%, rgba(18, 48, 96, 0)));
  background: linear-gradient(90deg, #123060 6.56%, rgba(18, 48, 96, 0) 98.65%);
  background: #123060;
  padding: 42px 0px;
}
.section-2 .list-button {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /* margin-top: 7px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-2 .list-button a img {
  display: block;
}
.section-2 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-2 .title img {
  margin-right: 20px;
}
.section-2 .title span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
  /* or 157% */
  /* Content / White */
  color: #FFFFFF;
}

/*#pc-gmap,
#mobi-gmap {
  display: none;
}*/

.col-introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col-introduce img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  margin-right: 26px;
}
.col-introduce .right h3 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #162647;
  margin-bottom: 20px;
}
.col-introduce .right span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  color: #81838C;
}

.description-section {
  margin-top: 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  /* identical to box height, or 178% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  display: block;
  text-align: center;
  width: 100%;
}

.title-section {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  margin-top: 124px;
  color: #123060;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.section-3 {
    background-color: #f9fbff;
    background-image: url(../../images/landingpage/MaskGroup.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-3 .list-item-col {
  margin-top: 73px;
}
.section-3 .list-item-logo {
  margin-top: 63px;
}
.section-3 .list-item-logo .item-img {
  margin-bottom: 62px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-3 .img-hear {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-bottom: 27px;
}
.section-3 .img-hear img {
  margin-bottom: 0;
}
.section-3 .img-hear img:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section-3 .col-list-item {
  margin-top: 0px;
  background: #fff;
  margin-bottom: 9px;
  height: 100%;
}
.section-3 .col-list-item .decription {
  color: #123060;
}
.section-3 .col-list-item.col1 .title {
  color: #36B37E;
}
.section-3 .col-list-item.col2 .title {
  color: #FF991F;
}
.section-3 .col-list-item.col3 .title {
  color: #6554C0;
}
.section-3 .col-list-item.col4 .title {
  color: #00B8D9;
}

.list-item-col {
  margin-top: 80px;
  margin-bottom: 9px;
}

.col-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-radius: 13px;
  padding: 24px 24px 35px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-list-item img {
  margin-bottom: 27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.col-list-item .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
.col-list-item .title.main-title {
  min-height: 60px;
}
.col-list-item .decription {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: justify!important;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
}

.section-4 {
    background-image: url(../../images/landingpage/section4_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.section-4 .img-banner {
  margin-top: 210px;
  text-align: center;
  width: 100%;
}
.section-4 .img-banner img {
  max-width: 100%;
}
.section-4 .title-section {
  color: #FFFFFF;
}
.section-4 .description-section {
  color: #FFFFFF;
  margin-bottom: 65px;
}
.section-4 .col-list-item {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#266ECC), to(#0C5BBD));
  background: linear-gradient(180deg, #266ECC 0%, #0C5BBD 100%);
}
.section-4 .col-list-item .title,
.section-4 .col-list-item .decription {
  color: #fff;
}
.section-4 .btn-review {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.section-4 .btn-review a {
  color: #1363B9;
  background: #DEE9FA;
}

.btn-review {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.btn-review a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 24px;
  text-align: center;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  display: block;
  border-radius: 8px;
  margin: auto;
}
.btn-review a span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.section-5 {
  background-color: #f9fbff;
}
.section-5 .body {
  margin-top: 83px;
}
.section-5 .btn-review {
  margin-top: 0;
}
.section-5 .right-content img {
  max-width: 100%;
}
.section-5 .left-content .pattern-col {
  margin-bottom: 30px;
}
.section-5 .left-content .col-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FCFDFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFDFF 100%);
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-radius: 13px;
  height: 100%;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-5 .left-content .col-item img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 17px;
}
.section-5 .left-content .btn-review {
  border-radius: 8px;
}
.section-5 .left-content .btn-review a {
  padding: 8px 28px;
  background: #DEE9FA;
}
.section-5 .left-content .btn-review span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Logo */
  color: #1363B9;
}

.section-6 {
  background-color: #f9fbff;
  margin-top: 0;
  padding-top: 100px;
}
.section-6 .body-section-6 {
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FCFDFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFDFF 100%);
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-radius: 13px;
}
.section-6 .body-section-6 .item-col-text {
  margin-top: 72px;
  padding: 25px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.section-6 .body-section-6 .item-col-text p {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.section-6 .body-section-6 .right-item .btn-review a {
  background: #DEE9FA;
  border-radius: 8px;
  padding: 10px 28px;
}
.section-6 .body-section-6 .content-left {
  margin-right: 25px;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  padding: 35px 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2B7ACE), to(#1363B9));
  background: linear-gradient(180deg, #2B7ACE 0%, #1363B9 100%);
}
.section-6 .body-section-6 .content-left h3.title {
  /* Headings/h3 */
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* White */
  margin-top: 28px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.section-6 .body-section-6 .content-left span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* White */
  color: #FFFFFF;
}

.section-7 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f9fbff;
}
.section-7 .title-section {
  margin-top: 100px;
}
.section-7 .body {
  margin-top: 90px;
}
.section-7 .body .tab-content img {
  max-width: 100%;
  float: right;
}
.section-7 .body .left-list-item {
  padding: 0;
  margin: 0;
}
.section-7 .body .left-list-item li {
  position: relative;
  list-style: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FCFDFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFDFF 100%);
  opacity: 1;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-radius: 13px;
  margin-bottom: 24px;
  width: 100%;
}
.section-7 .body .left-list-item li .nav-link.active {
  color: #fff;
  background-color: #ffffff00 !important;
}
.section-7 .body .left-list-item li .nav-link.active span.stt {
  background: #FFAB00;
}
.section-7 .body .left-list-item li .nav-link.active .text {
  display: block;
}
.section-7 .body .left-list-item li .nav-link {
  padding-left: 52px;
}
.section-7 .body .left-list-item li .nav-link span.stt {
  width: 58px;
  display: -ms-grid;
  display: grid;
  color: #fff;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  left: -29px;
  top: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  bottom: 0;
  text-align: center;
  margin: auto;
  background: #1363B9;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
}
/*.section-7 .body .left-list-item li .text {
  display: none;
}*/
.section-7 .body .left-list-item li .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 7px;
  display: block;
  /* identical to box height, or 188% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Logo */
  color: #1363B9;
}
.section-7 .body .left-list-item li .text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    -webkit-font-feature-settings: "salt" on;
    font-feature-settings: "salt" on;
    /* Black */
    color: #123060;
    display: none;
}

.section-8 {
  padding-top: 120px;
  padding-bottom: 0;
  background-color: #f9fbff;
}
.section-8 .body {
/*  padding: 105px 62px;*/
    padding: 100px 0;
    padding-left: 50px;
    background-image: url(../../images/landingpage/sec-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}
.section-8 .body .left-content .list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 7px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-8 .body .left-content .list-button a img {
  display: block;
}
.section-8 .body .left-content .list-item {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.section-8 .body .left-content .list-item li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.section-8 .body .left-content .list-item li:last-child {
  margin-bottom: 0;
}
.section-8 .body .left-content .list-item li span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  color: #FFFFFF;
}
.section-8 .body .left-content .list-item li img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 17px;
}
.section-8 .body .left-content .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  /* or 148% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Content / White */
  color: #FFFFFF;
  margin-bottom: 35px;
}



.section-8 .body .left-content .btn-trial {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FFAB00;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 63px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.section-8 .body .left-content .btn-trial span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  color: #FFFFFF;
}
.section-8 .body .left-content .btn-trial img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.section-9 {
  padding-top: 0;
  padding-bottom: 152px;
  background-color: #f9fbff;
}
.section-9 .body {
  margin-top: 103px;
}
.section-9 .body .list-ecosystem {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  position: relative;
  margin: auto;
  margin-top: 50px;
}
.section-9 .body .list-ecosystem img {
  max-width: 100%;
}
.section-9 .body .list-ecosystem .item-img-chil {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.section-9 .body .list-ecosystem .img1 {
  right: 0;
  left: 0;
  top: -39px;
  margin: auto;
}
.section-9 .body .list-ecosystem .img2 {
  right: 28px;
  top: 29px;
}
.section-9 .body .list-ecosystem .img3 {
  top: 0;
  right: -38px;
  bottom: 0;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.section-9 .body .list-ecosystem .img4 {
  right: 28px;
  bottom: 29px;
}
.section-9 .body .list-ecosystem .img5 {
  right: 0;
  left: 0;
  bottom: -39px;
  margin: auto;
}
.section-9 .body .list-ecosystem .img6 {
  left: 28px;
  bottom: 29px;
}
.section-9 .body .list-ecosystem .img7 {
  top: 0;
  left: -38px;
  bottom: 0;
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.section-9 .body .list-ecosystem .img8 {
  left: 28px;
  top: 29px;
}
.section-9 .body .list-ecosystem a.imgitem {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section-9 .body .list-ecosystem a.imgitem .item.active {
  background: linear-gradient(106.7deg, #29EAA9 2.19%, #02B899 0%);
  -webkit-box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
          box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
  /* zoom: 1.5; */
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.section-9 .body .list-ecosystem a.imgitem .item {
  width: 97px;
  height: 97px;
  background: -webkit-gradient(linear, left top, left bottom, from(#277FDE), color-stop(0%, #1363B9));
  background: linear-gradient(180deg, #277FDE 0%, #1363B9 0%);
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.section-9 .body .list-ecosystem a.imgitem .item:hover {
  background: linear-gradient(106.7deg, #29EAA9 2.19%, #02B899 0%);
  -webkit-box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
          box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
  /* zoom: 1.5; */
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
.section-9 .body .list-ecosystem a.imgitem .item .img-index,
.section-9 .body .list-ecosystem a.imgitem .item span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  color: #fff;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.section-9 .left-list-item {
  padding: 0;
  margin: 0;
}
.section-9 .left-list-item .nav-link {
  padding: 0px 0px;
}
.section-9 .left-list-item .nav-link.active {
  color: #fff;
  background-color: #ffffff00 !important;
}
.section-9 .left-list-item .nav-link.active .text {
  display: block;
}
.section-9 .left-list-item li {
  padding: 11px 0px;
  padding-left: 32px;
  position: relative;
  list-style: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FCFDFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFDFF 100%);
  opacity: 1;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-radius: 13px;
  margin-bottom: 10px;
  width: 100%;
}
.section-9 .left-list-item li .detailt-btn {
  margin-top: 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Content/Main */
  color: #1363B9;
}
.section-9 .left-list-item li .text {
  display: none;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  color: #123060;
}
.section-9 .left-list-item li .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 0px;
  display: block;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  color: #1363B9;
}

.section-10 {
  padding-bottom: 88px;
  background-image: url(../../images/landingpage/footerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-10 .title-section,
.section-10 .description-section {
  color: #fff;
}
.section-10 .autoplayslide {
  margin-top: 66px;
}
.section-10 .autoplayslide .giaithuong {
  text-align: center;
}
.section-10 .autoplayslide .giaithuong .img-title {
  height: 180px;
}
.section-10 .autoplayslide .giaithuong .img-title img {
  max-width: 150px;
  margin: auto auto 20px auto;
}
.section-10 .autoplayslide .giaithuong span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  /* or 138% */
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  color: #FEFEFF;
}

.section-11 {
    background-image: url(../../images/landingpage/42.png);
    background-color: #123060;
}
.section-11 footer {
  padding-top: 45px;
}
.section-11 footer .right-address div {
  margin-bottom: 12px;
}
.section-11 footer .left-address {
  margin-bottom: 30px;
}
.section-11 footer img.logo-footer {
  margin-bottom: 30px;
}
.section-11 footer .col-footer .list-img a img {
  margin-right: 24px;
}
.section-11 footer .col-footer .list-img a:last-child img{
  margin-right: 0px;
}
.section-11 footer .col-footer div {
  display: block;
  margin-bottom: 12px;
}
.section-11 footer .col-footer .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  -webkit-font-feature-settings: "salt" on, "liga" off;
          font-feature-settings: "salt" on, "liga" off;
  /* Text / Gray 100 */
  color: #F4F5F7;
  margin-bottom: 25px;
  display: block;
}
.section-11 footer span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  -webkit-font-feature-settings: "salt" on, "liga" off;
          font-feature-settings: "salt" on, "liga" off;
  /* Text / Gray 200 */
  color: #EEEFF4;
  /* Inside Auto Layout */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0px 5px;
}
.section-11 footer .right .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.section-11 footer .right span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #687497;
}
.section-11 footer .right .btn-trial {
    background: #0084cb;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-11 footer .right .btn-trial span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    /* identical to box height, or 150% */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-font-feature-settings: "salt" on;
    font-feature-settings: "salt" on;
    /* Content / White */
    color: #FFFFFF;
}

.section-11 footer .policy {
    color: #EEEFF4;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.section-11 footer .policy:hover {
    text-decoration: none;
}

.section-11 footer .right .list-dow img {
  margin-bottom: 16px;
}
.section-11 .copy-right {
    margin-top: 50px;
    border-top: 1px solid hsla(0,0%,100%,.12941176470588237);
    padding: 20px 0px;
}
.section-11 .copy-right .Reserved {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #687497;
}
.section-11 .copy-right .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}
.section-11 .copy-right .right p {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #687497;
  margin-bottom: 0;
  margin-right: 24px;
}
.section-11 .copy-right .right img {
  margin-right: 26px;
}

.feature .section-8 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9fbff;
}
.feature .col-img {
  background-image: url("./Image/Ellipse 484.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.feature .col-img img {
  max-width: 100%;
}
.feature .content-left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature .content-left h3.title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  margin-bottom: 0;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  margin-top: 3px;
  color: #123060;
}
.feature .content-left span {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.feature .content-left img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.feature .feature-ss1 {
  padding: 83px 0px;
  background-color: #f4f8ff;
}
.feature .feature-ss1 .col-img {
  background-size: 65%;
}
.feature .feature-ss3 {
  padding: 83px 0px;
  background-color: #f4f8ff;
}
.feature .feature-ss5 {
  padding: 83px 0px;
  background-color: #f4f8ff;
}
.feature .feature-ss5 .col-img {
  background-position: 40% 87%;
  background-size: 58%;
}
.feature .feature-ss4 {
  padding: 83px 0px;
  background-color: #ffffff;
}
.feature .feature-ss2 {
  padding: 83px 0px;
  background-color: #ffffff;
}
.feature .feature-ss6 {
  padding: 83px 0px;
  background-color: #ffffff;
}

.block {
  display: block;
  width: 100%;
  float: left;
}

.question {
  padding-bottom: 130px;
  background-color: #f9fbff;
}
.question .question_ss1 .input-group {
  padding-right: 15px;
  background: #fff;
}
.question .question_ss1 .card-header {
  background: #fff0;
  padding: 0 20px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.question .question_ss1 .card-header h5 {
  margin-bottom: 0;
  position: relative;
}
.question .question_ss1 .card-header h5 span.icon-right {
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #1363B9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  /* justify-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.question .question_ss1 .card-header h5 span.icon-right svg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.question .question_ss1 .card-header .btn-link {
  padding: 28px 0px;
  font-family: Inter, sans-serif;
  padding-left: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.question .question_ss1 .card-header .btn-link:not(.collapsed) {
  color: #1363B9;
}
.question .question_ss1 .card-header .btn-link:not(.collapsed) .icon-right {
  background: #1363B9;
}
.question .question_ss1 .card-header .btn-link:not(.collapsed) .icon-right svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.question .question_ss1 .card-header .btn-link:not(.collapsed) .icon-right svg path {
  fill: white;
}
.question .question_ss1 .card {
  border: none;
  margin-bottom: 0;
  background: #fff0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.question .question_ss1 .card .card-body {
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 26px;
  /* or 162% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.question .question_ss1 .title {
  margin-top: 63px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 37px;
  margin-bottom: 38px;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.question .question_ss1 .input-group input {
  border: none;
  height: 56px;
  padding-left: 20px;
}
.question .question_ss1 .input-group span#basic-addon1 {
  background: #fff;
  border: none;
}
.question .question_ss1 .btn-qus {
  margin: auto;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* Logo */
  color: #1363B9;
  /* Logo */
  color: #1363B9;
  background: #DEE9FA;
  border-radius: 8px;
  padding: 12px 30px;
  margin-top: 28px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.question .question_ss2 .title-top {
  /* Headings/h3 */
  margin-top: 100px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-bottom: 40px;
}
.question .question_ss2 .btn-qus {
  margin: auto;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  /* Logo */
  color: #1363B9;
  /* Logo */
  color: #1363B9;
  background: #DEE9FA;
  border-radius: 8px;
  padding: 12px 64px;
  margin-top: 50px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.question .question_ss2 .col-item {
  background: #FFFFFF;
  /* Card */
  -webkit-box-shadow: 0px 1px 20px rgba(126, 133, 139, 0.15);
          box-shadow: 0px 1px 20px rgba(126, 133, 139, 0.15);
  border-radius: 10px;
  padding: 20px 20px 30px 20px;
}
.question .question_ss2 .col-item div.img-title {
  height: 164px;
  text-align: center;
}
.question .question_ss2 .col-item img {
  width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
.question .question_ss2 .col-item .btn-reg {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Content/Grey3 */
  color: #737373;
}
.question .question_ss2 .col-item span.title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}

.contact {
  background-color: #f9fbff;
  padding-bottom: 60px;
}
.contact .contact-ss1 {
  padding-top: 63px;
}
.contact .contact-ss1 .content-left {
  margin-top: 30px;
}
.contact .contact-ss1 .content-left h3 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-bottom: 20px;
}
.contact .contact-ss1 .content-left span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.contact .contact-ss1 .form-dk {
  padding: 52px 72px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-radius: 13px;
  width: 100%;
}

.contact .contact-ss1 .form-dk .row.mb-3 {
    margin-bottom: 1.5rem!important;
    margin-left: -15px;
    margin-right: -15px;
}

.contact .contact-ss1 .form-dk input,
.contact .contact-ss1 .form-dk select {
  height: 56px;
  color: #123060;
  font-size: 16px;
}

.contact .contact-ss1 .form-dk .select2-selection{
  height: 56px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.contact .contact-ss1 .form-dk .select2 {
  width: 100% !important;
}

.contact .contact-ss1 .form-dk .select2-selection__rendered {
  line-height: 56px;
  color: #123060;
}
.contact .contact-ss1 .form-dk .select2-selection__arrow {
    height: 100%;
}

.contact .contact-ss1 .form-dk .title {
    margin-bottom: 24px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    display: block;
    line-height: 18px;
    /* identical to box height, or 129% */
    text-transform: uppercase;
    -webkit-font-feature-settings: "salt" on;
    font-feature-settings: "salt" on;
    /* Black */
    color: #123060;
}
.contact .contact-ss1 .form-dk .mony {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-top: 52px;
}
.contact .contact-ss1 .form-dk .mony b {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Logo */
  color: #1363B9;
}
.contact .contact-ss1 .form-dk .btn-dk {
  color: #fff;
  background: #1363B9;
  border-radius: 6px;
  padding: 16px 36px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  line-height: 24px;
  margin-right: 20px;
}
.contact .contact-ss1 .form-dk .btn-tv {
  font-weight: 600;
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 36px;
  background: #DBE2F7;
  border-radius: 6px;
  color: #1363B9;
}
.contact .contact-ss2 {
  margin-top: 140px;
}
.contact .contact-ss2 .title-top {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-bottom: 58px;
}
.contact .contact-ss2 .item-list {
  margin-bottom: 137px;
}
.contact .contact-ss2 .item-list .col-item {
  background: #FFFFFF;
  /* Card */
  -webkit-box-shadow: 0px 1px 20px rgba(126, 133, 139, 0.15);
          box-shadow: 0px 1px 20px rgba(126, 133, 139, 0.15);
  border-radius: 10px;
  padding: 15px 30px 35px 30px;
}
.contact .contact-ss2 .item-list .col-item .title-item {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 54px;
  /* identical to box height, or 216% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Logo */
  color: #1363B9;
  margin-bottom: 11px;
}
.contact .contact-ss2 .item-list .col-item ul {
  margin: 0;
  padding: 0;
}
.contact .contact-ss2 .item-list .col-item ul li {
  list-style: none;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .contact-ss2 .item-list .col-item ul li:last-child {
  margin-bottom: 0px;
}
.contact .contact-ss2 .item-list .col-item ul li img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 13px;
  margin-top: 4px;
}
.contact .contact-ss2 .item-list .col-item ul li span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.contact .contact-ss2 .item-list .col-item ul li .g-map {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  margin-top: 6px;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Content/Main */
  color: #1363B9;
}

#modal-customs {
  margin: auto;
}
#modal-customs .modal-dialog {
  max-width: 480px;
}
#modal-customs .modal-dialog .modal-content {
  border-radius: 13px;
}
#modal-customs .modal-body {
  padding: 20px 40px 40px 40px;
  background: #FFFFFF;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#modal-customs .modal-body img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 20px;
}
#modal-customs .modal-body button.close {
  position: absolute;
  right: 20px;
}
#modal-customs .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  /* identical to box height, or 143% */
  text-align: center;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Logo */
  color: #1363B9;
  margin-bottom: 10px;
}
#modal-customs .content {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  text-align: center;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-bottom: 30px;
}
#modal-customs .btn-back {
  background: #1363B9;
  border-radius: 6px;
  /* Content / White */
  color: #FFFFFF;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 16px;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
#modal-customs .notmail {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  text-align: center;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
#modal-customs .notmail a {
  color: #1363B9;
}

.register {
    background-image: url(../../images/landingpage/section4_bk.png);
}

.register .register-ss1 .row.row-right {
    margin: 0 -15px;
}

.register .register-ss1 .content-right {
    width: 100%;
    background-color: #fff;
    padding-left: 107px;
    padding-top: 0;
    padding-right: 120px;
    padding-bottom: 30px;
    min-height: 850px;
}
.register .register-ss1 .content-right .info-term {
    display: flex;
}
.register .register-ss1 .content-right .tab-content {
    padding: 0;
    padding-top: 26px;
}
.register .register-ss1 .content-right .nav-tabs {
  border-bottom: 0px solid #000;
}
.register .register-ss1 .content-right .nav-tabs li {
  /* identical to box height, or 144% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Logo */
  color: #1363B9;
  margin-right: 26px;
}
.register .register-ss1 .content-right .nav-tabs li a.nav-link {
  padding: 12px 30px;
  background: #FFFFFF;
  /* Logo */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Card */
  -webkit-box-shadow: 0px 1px 20px rgba(126, 133, 139, 0.15);
          box-shadow: 0px 1px 20px rgba(126, 133, 139, 0.15);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  border: 2px solid #fff;
  color: #123060;
}
.register .register-ss1 .content-right .nav-tabs li .nav-link.active {
  color: #1363B9;
  border: 2px solid #1363B9;
}
.register .register-ss1 .content-right .nav-tabs li img {
  margin-right: 12px;
}
.register .register-ss1 .content-right img.img-logo {
  margin-bottom: 58px;
}
.register .register-ss1 .content-right .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 54px;
  /* identical to box height, or 146% */
  text-align: left;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-bottom: 35px;
}
.register .register-ss1 .content-right label {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-transform: uppercase;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-bottom: 6px;
}
.register .register-ss1 .content-right input, select {
  height: 40px;
}
.register .register-ss1 .content-right input.checkbox-term {
    width: 20px;
    height: 20px;
}
.register .register-ss1 .content-right .select2.select2-container {
    width: 100% !important;
}
.register .register-ss1 .content-right .select2-selection__rendered {
    padding-top: 4px;
}
.register .register-ss1 .content-right .select2-container .select2-selection--single {
    height: 40px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.register .register-ss1 .content-right .btn_reg {
    border: none;
    background: #1363B9;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 21px;
    width: 100%;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    /* Content / White */
    color: #FFFFFF;
    cursor: pointer;
}
.register .register-ss1 .content-right .footer {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.register .register-ss1 .content-left {
    padding-top: 70px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.register .register-ss1 .content-left .col-left-auto {
    max-width: 100%;
}
.register .register-ss1 .content-left .col-left-auto .imgbg {
    display: block;
    margin-left: 50px;
    max-width: 80%;
}
.register .register-ss1 .content-left .body {
  max-width: 400px;
  margin-left: 160px;
  margin-bottom: 65px;
  text-align: left;
}
.register .register-ss1 .content-left .body .logo {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  /* identical to box height, or 200% */
  /* Blue 2 */
  color: #CFDEFF;
  margin-bottom: 35px;
}
.register .register-ss1 .content-left .body .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 53px;
  /* identical to box height, or 115% */
  /* Content / White */
  color: #FFFFFF;
  margin-bottom: 25px;
}
.register .register-ss1 .content-left .body .dec {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Content / White */
  color: #FFFFFF;
}

.price_list {
  background-color: #f9fbff;
}
.price_list .price_list-ss1 .body .title-section {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.price_list .price_list-ss1 .body .content {
  text-align: center;
}
.price_list .price_list-ss1 .body .content .tab-content {
  margin-top: 35px;
}
.price_list .price_list-ss1 .body .content .nav-tabs {
  margin: 35px auto auto auto;
  border-bottom: 1px solid #dee2e6;
  background: rgba(0, 92, 200, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 8px;
}
.price_list .price_list-ss1 .body .content .nav-tabs li a {
  padding: 10px 60px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 150% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  color: #1363B9;
}
.price_list .price_list-ss1 .body .content .nav-tabs li a.nav-link.active {
  border-radius: 8px;
  background: #1363B9;
  color: #fff !important;
  border: none;
}
.price_list .price_list-ss1 .body .content .package {
  height: 100%;
  padding-top: 50px;
  border-radius: 10px;
  position: relative;
}
.price_list .price_list-ss1 .body .content .package .hotnew {
  display: none;
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  color: #123060;
}
.price_list .price_list-ss1 .body .content .package .packof {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  display: block;
  padding: 16px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.price_list .price_list-ss1 .body .content .package .body {
  height: 100%;
  padding: 30px 16px;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 16px rgba(19, 99, 185, 0.06);
          box-shadow: 0px 6px 16px rgba(19, 99, 185, 0.06);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.price_list .price_list-ss1 .body .content .package .body .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
  /* identical to box height, or 100% */
  /* Green */
}
.price_list .price_list-ss1 .body .content .package .body .content-title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: center;
  display: block;
  color: #505D77;
  margin-bottom: 25px;
}
.price_list .price_list-ss1 .body .content .package .body .btn-reg {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;
  color: #FFFFFF;
}
.price_list .price_list-ss1 .body .content .package .body .list-item {
  padding: 0;
  margin: 0;
}
.price_list .price_list-ss1 .body .content .package .body .list-item li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 24px;
}
.price_list .price_list-ss1 .body .content .package .body .list-item li span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.price_list .price_list-ss1 .body .content .package .body .list-item li img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-right: 13px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.price_list .price_list-ss1 .body .content .package.active {
  background: #FFE6B6;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.price_list .price_list-ss1 .body .content .package.active .hotnew {
  display: block;
}
.price_list .price_list-ss1 .body .content .package.package1 .packof {
  background-color: #34BF84;
}
.price_list .price_list-ss1 .body .content .package.package1 .body {
  background-color: #fff;
}
.price_list .price_list-ss1 .body .content .package.package1 .body .title {
  color: #34BF84;
}
.price_list .price_list-ss1 .body .content .package.package1 .body .btn-reg {
  background: #34BF84;
}
.price_list .price_list-ss1 .body .content .package.package2 .packof {
  background-color: #FFA000;
}
.price_list .price_list-ss1 .body .content .package.package2 .body {
  background-color: #fff;
}
.price_list .price_list-ss1 .body .content .package.package2 .body .title {
  color: #FFA000;
}
.price_list .price_list-ss1 .body .content .package.package2 .body .btn-reg {
  background: #FFA000;
}
.price_list .price_list-ss1 .body .content .package.package3 .packof {
  background-color: #E73C50;
}
.price_list .price_list-ss1 .body .content .package.package3 .body {
  background-color: #fff;
}
.price_list .price_list-ss1 .body .content .package.package3 .body .title {
  color: #E73C50;
}
.price_list .price_list-ss1 .body .content .package.package3 .body .btn-reg {
  background: #E73C50;
}
.price_list .price_list-ss2 {
  padding-top: 145px;
}
.price_list .price_list-ss2 .content-left {
  margin-top: 100px;
}
.price_list .price_list-ss2 .content-left h3 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 54px;
  /* identical to box height, or 146% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-bottom: 20px;
}
.price_list .price_list-ss2 .content-left span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.price_list .price_list-ss2 .form-dk {
  padding: 52px 72px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
          box-shadow: 0px 5px 10px rgba(55, 66, 107, 0.05);
  border-radius: 13px;
}
.price_list .price_list-ss2 .form-dk input,
.price_list .price_list-ss2 .form-dk select {
  height: 56px;
  color: #123060;
  font-size: 16px;
}
.price_list .price_list-ss2 .form-dk .title {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  display: block;
  line-height: 18px;
  /* identical to box height, or 129% */
  text-transform: uppercase;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
}
.price_list .price_list-ss2 .form-dk .mony {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Black */
  color: #123060;
  margin-top: 52px;
}
.price_list .price_list-ss2 .form-dk .mony b {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Logo */
  color: #1363B9;
}
.price_list .price_list-ss2 .form-dk .btn-dk {
  color: #fff;
  background: #1363B9;
  border-radius: 6px;
  padding: 16px 36px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  line-height: 24px;
  margin-right: 20px;
}
.price_list .price_list-ss2 .form-dk .btn-tv {
  font-weight: 600;
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 36px;
  background: #DBE2F7;
  border-radius: 6px;
  color: #1363B9;
}
.price_list .section-8 {
  padding-bottom: 140px;
}

/*.navbar-toggler {
  display: none;
}*/

.required {
  color: red;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: 0px;
  outline: none;
}

.section-introduce {
  margin-top: 48px;
  margin-bottom: 78px;
}
.section-introduce .form-introduce {
  background: #FFFFFF;
  /* Grey / Default */
  width: 100%;
  border: 1px solid #CBD5E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 16px rgba(103, 151, 255, 0.11);
          box-shadow: 0px 4px 16px rgba(103, 151, 255, 0.11);
  border-radius: 4px;
  padding: 36px 60px;
}
.section-introduce .form-introduce .send-btn {
  background: #0832D6;
  border-radius: 4px;
  display: block;
  padding: 12px 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
  /* or 27px */
  text-align: center;
  letter-spacing: 0.25px;
  /* White */
  color: #FFFFFF;
}
.section-introduce .form-introduce fieldset {
  border: 1px solid #0832D6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  min-height: 62px;
  margin-bottom: 26px;
}
.section-introduce .form-introduce fieldset .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-introduce .form-introduce fieldset legend {
  width: auto;
  margin: 0;
  margin-left: 20px;
  padding: 0;
  /* margin: 0; */
  /* margin: 0; */
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.25px;
  color: #0832D6;
}
.section-introduce .form-introduce fieldset select.form-control:not([size]):not([multiple]) {
  border: none;
  height: 47px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  background: #d6d6d600;
  margin-top: -8px;
}
.section-introduce .form-introduce fieldset input[type=text],
.section-introduce .form-introduce fieldset textarea {
  border: none;
  width: 100%;
  /* position: absolute; */
  height: 47px;
  top: -8px;
  background: #faebd700;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1A202C;
  margin-top: -8px;
}
.section-introduce .form-introduce h3 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #162647;
  margin-bottom: 42px;
}
.section-introduce .left .title-ssection {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-align: left;
  color: #162647;
  margin-bottom: 15px;
}
.section-introduce .left span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.img-bag {
  width: 100%;
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    /* background-color: #d8d8d8; */
    border: 1px solid #cccccc;
    border-radius: 0.25rem;
    display: none;
}

.menu-btn {
  /* width: 100px; */
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  border: 0px;
}

section#section1 {
    display: flow-root;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 137px 0px;
    background-image: url(../../images/landingpage/section_banner.jpg);
}
section#section1 .banner-btn .btn-trial {
  margin-top: 5px;
  background: #FFAB00;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  padding: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#section1 .banner-btn .btn-trial.register {
  background: #4caf50;
}
section#section1 .banner-btn .btn-trial img {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
section#section1 .banner-btn .btn-trial span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-right: 10px;
  /* identical to box height, or 150% */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "salt" on;
          font-feature-settings: "salt" on;
  /* Content / White */
  color: #FFFFFF;
}
section#section1 .banner-text-left .decrip {
  display: block;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  /* Content / White */
  color: #FFFFFF;
  margin-bottom: 45px;
}
section#section1 .banner-text-left .title {
  margin-top: 35px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  display: block;
  line-height: 54px;
  /* identical to box height, or 115% */
  /* Content / White */
  margin-bottom: 25px;
  color: #FFFFFF;
}
section#section1 .banner-text-left .sul_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#section1 .banner-text-left .sul_ span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  /* identical to box height, or 200% */
  /* Blue 2 */
  margin-right: 6px;
  color: #CFDEFF;
}
#btn-to-top {
    display: none;
    box-shadow: 0 0 15px -2px rgb(0 0 0 / 50%);
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: none;
    outline: none;
    background-color: #219f87;
    cursor: pointer;
    /*padding: 15px;*/
    border-radius: 50%;
    font-size: 20px;
    height: 50px;
    width: 50px;
    z-index: 99
}
/*body {
  font-family: Inter, sans-serif;
}*/

@media (min-width: 768px) {
  .section-9 {
    padding-top: 0;
    padding-bottom: 152px;
    background-color: #f9fbff;
  }
  .section-9 .body {
    margin-top: 103px;
  }
  .section-9 .body .list-ecosystem {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 50px;
  }
  .section-9 .body .list-ecosystem img {
    max-width: 100%;
  }
  .section-9 .body .list-ecosystem .item-img-chil {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .section-9 .body .list-ecosystem .img1 {
    right: 0;
    left: 0;
    top: -39px;
    margin: auto;
  }
  .section-9 .body .list-ecosystem .img2 {
    right: 28px;
    top: 29px;
  }
  .section-9 .body .list-ecosystem .img3 {
    top: 0;
    right: -38px;
    bottom: 0;
    margin: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section-9 .body .list-ecosystem .img4 {
    right: 28px;
    bottom: 29px;
  }
  .section-9 .body .list-ecosystem .img5 {
    right: 0;
    left: 0;
    bottom: -39px;
    margin: auto;
  }
  .section-9 .body .list-ecosystem .img6 {
    left: 28px;
    bottom: 29px;
  }
  .section-9 .body .list-ecosystem .img7 {
    top: 0;
    left: -38px;
    bottom: 0;
    margin: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section-9 .body .list-ecosystem .img8 {
    left: 28px;
    top: 29px;
  }
  .section-9 .body .list-ecosystem a.imgitem {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .section-9 .body .list-ecosystem a.imgitem .item.active {
    background: linear-gradient(106.7deg, #29EAA9 2.19%, #02B899 0%);
    -webkit-box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
            box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
    /* zoom: 1.5; */
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  .section-9 .body .list-ecosystem a.imgitem .item {
    width: 97px;
    position: relative;
    height: 97px;
    background: -webkit-gradient(linear, left top, left bottom, from(#277FDE), color-stop(0%, #1363B9));
    background: linear-gradient(180deg, #277FDE 0%, #1363B9 0%);
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .section-9 .body .list-ecosystem a.imgitem .item:hover {
    background: linear-gradient(106.7deg, #29EAA9 2.19%, #02B899 0%);
    -webkit-box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
            box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
    /* zoom: 1.5; */
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  .section-9 .body .list-ecosystem a.imgitem .item .img-index,
.section-9 .body .list-ecosystem a.imgitem .item span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    color: #fff;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .section-7 .left-content {
    padding-left: 45px;
  }

  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }

  .row_feature-ss1 {
    height: 100%;
  }

  #section1 .banner-text-left {
    max-width: 347px;
  }

  #pc-gmap {
    display: block;
  }

  .mobi {
    display: none;
  }

  header .navbar-brand {
    margin-right: 0;
  }
  header .logo {
    margin-right: 40px;
  }
  header .logo img {
    margin-right: 0px !important;
  }

  .section-7 .body .left-list-item {
    margin-right: 40px;
  }

  .section-8 .img-right {
    max-width: 100%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .menu-btn {
    display: none;
  }

  .section-6 .list-item {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 246px;
    max-width: 40.3%;
    width: unset;
    /* flex-wrap: wrap; */
    padding: 0;
    margin: 0;
  }
  .section-6 .list-item li {
    text-align: left;
    padding: 0px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 50px rgba(103, 103, 103, 0.15);
    box-shadow: 0px 20px 50px rgba(103, 103, 103, 0.15);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-box-align: center;
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
  .section-6 .list-item li img {
    margin-right: 14px;
  }
  .section-6 .list-item li span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #162647;
  }
}
@media (max-width: 575.98px) {
  .feature .content-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-3 .list-item-logo .item-img {
    /* height: 100%; */
    /* display: -webkit-box; */
    display: block;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
  }

  .section-3,
.section-4,
.section-7,
section#section1,
.section-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-3 .list-item-col > div {
    margin-bottom: 20px;
  }

  .section-4 .list-item-col > div {
    margin-bottom: 20px;
  }

  .section-6 .content-left {
    margin-right: 0px !important;
    border-radius: 17px;
  }

  .section-7 .body .left-list-item li {
    width: 100%;
    margin-left: 30px;
  }

  .section-11 .left, .section-11 .col-footer {
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .section-8 .img-right {
    width: 0;
  }

  .section-2 .list-button {
    float: right;
    display: block;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .section-2 .list-button a {
    text-align: center;
    float: left;
    display: block;
  }
  .section-2 .list-button a:last-child {
    display: none;
  }
  .section-2 .list-button a:nth-child(2) img {
    margin-right: 0 !important;
  }
  .section-2 .title-ssection {
    margin-top: 70px;
  }

    .bg-trial {
        background-image: url('../../images/landingpage/blur_bg.png') !important;
    }

  .section-8 .body {
    padding: 35px 15px !important;
  }

  .section-8 .list-button {
    height: -webkit-max-content;
    height: -moz-max-content;
    float: right;
    display: block !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .section-8 .list-button a {
    text-align: center;
    float: left;
    display: block;
  }
  .section-8 .list-button a:last-child {
    display: none;
  }
  .section-8 .list-button a:nth-child(2) img {
    margin-right: 0 !important;
  }
  .section-8 .title-ssection {
    margin-top: 70px;
  }

  .startMobi {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .startMobi img {
    width: 48px;
    margin: auto;
  }

  #mobi-gmap {
    display: block;
  }

  .section-introduce .form-introduce {
    padding: 36px 20px;
  }
  .section-introduce .left span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #81838C;
  }

  .section-3 .body {
    padding-top: 0;
  }
  .section-3 .body .content {
    margin-left: 0;
  }
  .section-3 .body .content > span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    display: block;
    text-align: center;
    color: #FFFFFF;
  }
  .section-3 .body .content .list-detail {
    margin-top: 36px;
    margin-bottom: 0;
  }
  .section-3 .body .content .list-detail li span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    color: #FFFFFF;
  }
  .section-3 .img-banner-left {
    display: none;
  }
  .section-3 .bg {
    width: 100%;
    background-size: revert;
  }

  .section-4 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .section-4 .row-mobi {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-4 .row-mobi .mobi {
    margin-top: 24px;
  }
  .section-4 .row-mobi .pc {
    display: none;
  }

  section.section-2 {
    padding: 15px;
  }
  section.section-2 .video {
    position: relative;
    margin-bottom: 40px;
  }
  section.section-2 .col-introduce {
    margin-bottom: 40px;
  }

  .section-3 {
    margin-top: 0px;
  }

  header .container,
header .navbar {
    padding: 0 15px;
  }

  .banner-video .video .content {
    padding: 60px 8px;
    padding-right: 0;
  }

  .banner-video .video .content h1.headline-2 svg {
    margin-right: 4px;
    width: 25px;
    line-height: 19px;
  }

  .banner-video .video .content h1.headline-2 {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .dec {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 21px !important;
    /* or 150% */
    text-align: center;
    color: #81838C;
  }

  .col-introduce img {
    margin-right: 16px;
  }
  .col-introduce .right h3 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #162647;
    /* Inside Auto Layout */
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-bottom: 8px;
  }
  .col-introduce .right span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #81838C;
  }

  .title-ssection {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 29px;
    /* identical to box height */
    margin-bottom: 8px !important;
    text-align: center !important;
    color: #0D152E;
  }

  .section-4 .left-content span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    display: block;
    text-align: center;
    color: #81838C;
  }
  .section-4 .left-content .col-introduce .right span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    color: #81838C;
  }
  .section-4 .left-content .col-introduce .right h3 {
    margin-bottom: 8px;
  }
  .section-4 .left-content .col-introduce .right .more {
    margin-top: 10px;
  }
  .section-4 .col-introduce {
    margin-bottom: 0px;
  }

  #section1 {
    height: 100%;
    display: inline-block;
  }
  #section1 .pattern-video {
    position: relative;
  }
  #section1 .banner-video .video .content-banner .bg {
    background-image: url(Image/banner_background.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* zoom: 0.5; */
    background-position: 92%;
    background-size: cover;
    /* background-position: right; */
    background-repeat: no-repeat;
  }
  #section1 .banner-video .video .content-banner {
    position: relative;
    margin-top: -10px;
  }
  #section1 .banner-video .video .content-banner .start {
    display: none;
  }
  #section1 video#myVideo {
    position: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #section1 .container-full {
    position: inherit;
  }
  #section1 .banner-video .video .content h1.headline-2 span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 54px;
    /* or 150% */
    letter-spacing: 2px;
    color: #FFFFFF;
  }
  #section1 .banner-video .video .content h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 54px;
    /* or 150% */
    letter-spacing: 2px;
  }
  #section1 .download-qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section1 .download-qr a:first-child {
    display: none;
  }
  #section1 .download-qr img {
    width: 160px;
  }
  #section1 .banner-video .video .content span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
  }

  .section-5 {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .section-5 .right-content {
    padding: 15px;
  }
  .section-5 .right-content .list-content {
    padding: 0;
    margin-top: 40px;
    padding-left: 0;
  }
  .section-5 .right-content .img-bag {
    width: 78%;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    /* margin: auto; */
    display: block;
  }
  .section-5 .mobi {
    display: none;
  }
  .section-5 .title-ssection {
    text-align: center;
  }
  .section-5 span.dec {
    text-align: center;
    display: block;
    width: 100%;
  }

  .section-6 {
    background-position: 92%;
    background-size: cover;
    /* background-position: right; */
    background-repeat: no-repeat;
    padding: 0 0px;
  }
  .section-6 .title-ssection {
    color: #fff;
    margin-top: 32px;
    padding: 0px 15px;
    margin-bottom: 24px !important;
  }
  .section-6 .list-item {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .section-6 .list-item li {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .section-6 .list-item li span {
    font-size: 15px;
  }
  .section-6 .body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-7 ul.nav.nav-tabs {
    text-align: center;
    margin: 0 15px;
    border-radius: 30px;
  }
  .section-7 ul.nav.nav-tabs li {
    width: 100%;
  }
  .section-7 ul.nav.nav-tabs li a.nav-link {
    display: block;
    text-align: center;
  }
  .section-7 .content .tab-content .package {
    margin-bottom: 24px;
  }
  .section-7 .content .tab-content .package h3 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E47C1E;
    /* Inside Auto Layout */
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-bottom: 8px;
  }
  .section-7 .content .tab-content .package span {
    font-size: 14px;
    line-height: 20px;
  }
  .section-7 .content .tab-content .package .list-item {
    margin-bottom: 33px;
  }
  .section-7 .content .tab-content .package .btn-reg {
    font-size: 14px;
    padding: 6px 19px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .section-8 {
    background-position: 60%;
    background-size: cover;
    /* background-position: right; */
    background-repeat: no-repeat;
  }
  .section-8 .reverse-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-8 .content-right {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .section-8 .content-right span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: 0.25px;
    color: #FFFFFF;
  }
  .section-8 .slick-slide img {
    display: block;
    width: 130px;
  }
  .section-8 .slide_partner .content-left .img-icon {
    padding: 15px 10px;
  }
  .section-8 .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .section-9 {
    padding-top: 0;
    padding-bottom: 152px;
    background-color: #f9fbff;
  }
  .section-9 .d-sms-none {
    display: none;
  }
  .section-9 .body {
    margin-top: 103px;
  }
  .section-9 .body .list-ecosystem {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 50px;
  }
  .section-9 .body .list-ecosystem img {
    max-width: 100%;
  }
  .section-9 .body .list-ecosystem .item-img-chil {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .section-9 .body .list-ecosystem .img1 {
    right: 0;
    left: 0;
    top: -39px;
    margin: auto;
  }
  .section-9 .body .list-ecosystem .img2 {
    right: 28px;
    top: 29px;
  }
  .section-9 .body .list-ecosystem .img3 {
    top: 0;
    right: -38px;
    bottom: 0;
    margin: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section-9 .body .list-ecosystem .img4 {
    right: 28px;
    bottom: 29px;
  }
  .section-9 .body .list-ecosystem .img5 {
    right: 0;
    left: 0;
    bottom: -39px;
    margin: auto;
  }
  .section-9 .body .list-ecosystem .img6 {
    left: 28px;
    bottom: 29px;
  }
  .section-9 .body .list-ecosystem .img7 {
    top: 0;
    left: -38px;
    bottom: 0;
    margin: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section-9 .body .list-ecosystem .img8 {
    left: 28px;
    top: 29px;
  }
  .section-9 .body .list-ecosystem a.imgitem {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .section-9 .body .list-ecosystem a.imgitem .item.active {
    background: linear-gradient(106.7deg, #29EAA9 2.19%, #02B899 0%);
    -webkit-box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
            box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
    /* zoom: 1.5; */
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  .section-9 .body .list-ecosystem a.imgitem .item {
    width: 83px;
    height: 83px;
    background: -webkit-gradient(linear, left top, left bottom, from(#277FDE), color-stop(0%, #1363B9));
    background: linear-gradient(180deg, #277FDE 0%, #1363B9 0%);
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .section-9 .body .list-ecosystem a.imgitem .item:hover {
    background: linear-gradient(106.7deg, #29EAA9 2.19%, #02B899 0%);
    -webkit-box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
            box-shadow: 6px 11px 8px -4px rgba(0, 225, 63, 0.25);
    /* zoom: 1.5; */
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  .section-9 .body .list-ecosystem a.imgitem .item .img-index,
.section-9 .body .list-ecosystem a.imgitem .item span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    color: #fff;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .section-11 footer .left-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
  }
  .section-11 footer .left-address img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-11 footer .left-address span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #687497;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .section-11 footer .right-address {
    line-height: 40px;
  }
  .section-11 footer .right-address div {
    margin-bottom: 12px;
  }
  .section-11 footer .right-address span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #687497;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .banner-video .video {
    width: 100%;
    display: block;
    float: left;
    height: auto;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  header .login {
    margin-top: 65px;
    padding: 20px;
    text-align: center;
  }
  header .container,
header .navbar {
    padding: 0 15px;
  }
  header .login a {
    padding: 6px 15px;
    text-decoration: none;
  }

  header nav ul.navbar-nav li a.nav-link {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000 !important;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-collapse.collapse,
.navbar-collapse.collapsing {
    display: block;
    position: fixed;
    background: #fff;
    padding: 0px;
    -webkit-box-shadow: -5px 0px 5px rgba(103, 103, 103, 0.15);
            box-shadow: -5px 0px 5px rgba(103, 103, 103, 0.15);
    border-radius: 0px;
    top: 62px;
  }

  .navbar-collapse.collapse.show {
    /* display: block; */
    position: fixed;
    background: #fff;
    padding: 20px;
    right: 0;
    top: 62px;
    z-index: 5;
  }

  .pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .pushy.pushy-right {
    right: 0;
  }

  .pushy,
.push {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  }

  .pushy {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 5;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pushy-right {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  .pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 63px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
  }

  .menu-btn {
    right: 15px;
    float: right;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-btn svg {
    width: 35px;
  }

  .stopvideo .content-banner-right {
    max-width: 330px !important;
  }
}
@media (max-width: 1199.98px) {
  .selectlanguage:hover .mutilanguage {
    display: block;
    right: 0;
    left: auto;
  }

  .stopvideo .content-banner-right {
    max-width: 470px;
  }
}
@media (max-width: 575.98px) {
  .section-9 .body .list-ecosystem img {
    max-width: 87%;
  }
.register .register-ss1 .content-right {
    width: 100%;
    background-color: #fff;
    padding-left: 40px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 30px;
    min-height: 850px;
}
.register .register-ss1 .content-left .body {
    max-width: 400px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 65px;
    text-align: center;
}
}

@media (width: 768px) {
  .section-5 .col-md-0 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-6 .list-item {
    list-style: none;
    margin: auto;
  }

  .banner-video .playvideo .content-banner-right {
    width: 330px !important;
  }

  .section-3 .img-banner-left {
    display: none;
  }
  .section-3 .bg {
    width: 100%;
  }

  .section-4 .row-mobi {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header .login {
    padding-bottom: 20px;
    margin-top: 15px;
  }
  header .container,
header .navbar {
    padding: 0;
  }
  header .login a {
    padding: 6px 15px;
    text-decoration: none;
  }

  header nav ul.navbar-nav li a {
    font-size: 15px;
  }

  .banner-video .video .content-banner .start {
    left: -26px;
  }

  .banner-video .video .content {
    padding: 116px 60px;
    padding-right: 0;
  }

  .banner-video .video .content h1.headline-2 svg {
    margin-right: 0;
  }

  .banner-video .video .content h1.headline-2 {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .title-ssection {
    font-size: 40px;
  }

  .section-4 .left-content span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 34px;
    color: #81838C;
  }

  #section1 .banner-video .video .content-banner .bg {
    background-image: url(Image/banner_background.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* zoom: 0.5; */
    /* background-position: 0% 20%; */
    /* background-size: cover; */
    background-position: 60%;
    background-size: cover;
    /* background-position: right; */
    background-repeat: no-repeat;
  }
  #section1 .container-full {
    position: inherit;
  }
  #section1 .banner-video .video .content h1.headline-2 span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 72px;
  }
  #section1 .banner-video .video .content h1 {
    font-size: 50px;
  }
  #section1 .download-qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section1 .banner-video .video .content span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 34px;
    color: #FFFFFF;
  }

  .section-5 .title-ssection {
    text-align: center;
  }
  .section-5 span.dec {
    text-align: center;
    display: block;
    width: 100%;
  }

  .section-6 {
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    width: 100%;
    background-position: 100%;
    background-size: cover;
    /* background-position: right; */
    background-repeat: no-repeat;
    padding-bottom: 40px;
  }
  .section-6 .list-item li span {
    font-size: 17px;
  }

  .section-7 .content .tab-content .package h3 {
    font-size: 17px;
    margin-bottom: 24px;
  }
  .section-7 .content .tab-content .package span {
    font-size: 14px;
    line-height: 20px;
  }
  .section-7 .content .tab-content .package .btn-reg {
    font-size: 14px;
    padding: 6px 19px;
  }

  .section-8 {
    background-position: 92%;
    background-size: cover;
    /* background-position: right; */
    background-repeat: no-repeat;
  }

  .section-8 .slick-slide img {
    display: block;
    width: 160px;
  }
  .section-8 .slide_partner .content-left .img-icon {
    padding: 25px 10px;
  }

  .section-9 .send-mail {
    margin-top: 80px;
    padding: 28px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4EB9F5), to(#1548BE));
    background: linear-gradient(180deg, #4EB9F5 0%, #1548BE 100%);
    border-radius: 20px;
  }
  .section-9 .send-mail .title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
  }

  .section-8 .body {
    padding: 70px 0;
    padding-left: 50px;
  }

  .img-right {
    width: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-video .video .content-banner .bg {
    background-position: 74%;
    background-size: cover;
    /* background-position: right; */
    background-repeat: no-repeat;
  }

  header .container,
header .navbar {
    padding: 0;
  }
  header .login a {
    padding: 6px 15px;
    text-decoration: none;
  }

  header nav ul.navbar-nav li a {
    font-size: 15px;
  }

  .banner-video .video .content-banner .start {
    left: -26px;
  }

  .banner-video .video .content {
    padding: 116px 60px;
    padding-right: 0;
  }

  .banner-video .video .content h1.headline-2 svg {
    margin-right: 0;
  }

  .banner-video .video .content h1.headline-2 {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .title-ssection {
    font-size: 40px;
  }

  .section-4 .left-content span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 34px;
    color: #81838C;
  }

  #section1 .container-full {
    position: inherit;
  }
  .section-6 .list-item {
    height: 210px;
    max-width: 34.3%;
  }
  .section-6 .list-item li span {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .section-6 .list-item li {
    margin-right: 24px;
  }

  .stopvideo .content-banner-right {
    max-width: 448px !important;
  }

  li.nav-item {
    padding-right: 10px;
  }

  .nav-tabs li.nav-item {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .right-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .right-address div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 24px;
    margin-right: 24px;
  }
  .right-address div:last-child {
    border-right: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@media (max-width: 768px) {
    .section-8 .body .left-content .btn-trial {
        background: #FFAB00;
        border-radius: 8px;
        font-family: Inter, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        font-feature-settings: "salt" on;
        width: 100%;
        color: #fff;
        text-align: center;
        justify-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
}