/**
 * Content: Schat Main Style for Landing Page
 * Author: HaiLex
 * Create date: 06-Feb-2025
 * Font-family: "Quicksand", serif;
 * Update:
 * - 06-Feb-2025: Create new version
 * */

/*Main header*/
body {
  font-family: "Quicksand", serif;
  position: relative;
  background-image: url('../img/bg-body.svg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}
.main-header {
  position: sticky;
  position: webkit-sticky;
  padding: 5px 10px !important;
  justify-content: center;
  align-items: center;
  /*background-color: #572e8a;*/
  background-color: #fff;
  box-shadow: unset;
  backdrop-filter: unset;
  max-width: 1408px;
  margin: 20px auto 0;
  border-radius: 20px;
  border: 1px solid #ccc;
  z-index: 99;
}
.head-container {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
.main-header .logo-site {

}
.main-header .logo-site img {
  max-width: 80px;
  width: 100%;
}
.main-header .main-nav {

}
.main-header ul.main-nav {
  display: flex;
  gap: 32px;
}
.main-header ul.main-nav li {

}
.main-header ul.main-nav li a.nav-link {
  font-size: 20px;
  position: relative;
  color: black;
  border-bottom: 2px solid transparent;
  padding: 0 !important;
  font-weight: 700;
}
.main-header ul.main-nav li a.hav-sub {
  padding-right: 30px;
}
.main-header ul.main-nav li a.hav-sub {
  padding-right: 30px;
}
.main-header ul.main-nav li a:hover {
  color: #572e8a;
  border-bottom: 2px solid #572e8a;
  transition-duration: 0.5s;
}
.main-header .lang-block {
  display: flex;
  flex-basis: max-content;
}
.main-header .lang-block .lang-selected {
  margin-right: 12px;
  width:56px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  cursor: pointer;
}
.main-header .lang-block .lang-selected:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.main-header .lang-block .lang-selected .logo {
  font-size: 0;
  padding: 12px;
}
.main-header .lang-block .vn-flag {
  background: url('../img/vn_flag.svg') no-repeat top left rgba(0, 0, 0, 0);
}
.main-header .lang-block .en-flag {
  background: url('../img/en_flag.svg') no-repeat top left rgba(0, 0, 0, 0);
}
.main-header .lang-block .en-flag {
  
}
.main-header .lang-block .lang-list {
  position: absolute;
  top: 65px;
  padding: 12px;
  width: 180px;
  flex-direction: column;
  gap: 15px;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffffe6;
  box-shadow: 0 12px 16px -4px #10182814;
  backdrop-filter: blur(40px);
  display: none;
}
.main-header .lang-block .lang-list.show {
  display: flex;
}
.main-header .lang-block .lang-list > div {
  cursor: pointer;
  background-color: #fff;
  padding: 10px 10px 10px 45px;
  border-radius: 12px;
  background-position: 10px 10px;
}
.main-header .lang-block .lang-list > div.current-lang,
.main-header .lang-block .lang-list > div:hover {
  background-color: #1d29390f;
}
.main-header .lang-block .lang-list a {
  text-decoration: none;
  color: black;
}
.main-header .lang-block .lang-list .vn-flag,
.main-header .lang-block .lang-list .en-flag {
    background-position: 10px 10px;
}
.main-header .lang-block .btn-regist {
  padding: 12px 24px !important;
  border-radius: 16px;
}

#sec-1 {
  margin-top: 50px;
}
#sec-1 .left-block .sub-title {
  display: inline-block;
  background: url(../img/cake-icon.png) no-repeat 3px #fff;
  padding: 7px 20px 7px 40px;
  border-radius: 30px;
  background-size: 32px;
  font-size: 13px;
}
#sec-1 .left-block .blg-title {
  margin-top: 30px;
}
#sec-1 .left-block .blg-title h3 {
  font-size: 46px;
  color: #572e8a;
  font-weight: bold;
}
#sec-1 .left-block .blg-title h3 span {
  display: block;
  margin-top: 20px;
  color: black;
}
#sec-1 .left-block .blg-description {
  color: #475467;
  font-size: 20px;
  margin-top: 30px;
  text-align: justify;
}
#sec-1 .left-block .group-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
}
#sec-1 .left-block .group-btn .btn-book:hover {
  /*background: #cae3f8;*/
}
#sec-1 .left-block .group-btn .btn-book,
.btn-book {
  font-size: 20px;
  color: #572e8a;
  border: 1px solid #572e8a;
  padding: 10px 30px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 30px;
}
#sec-1 .left-block .group-btn .btn-trial,
.lang-block .btn-book {
  font-size: 20px;
  color: white;
  /*border: 1px solid #572e8a;*/
  padding: 10px 9px 5px 30px;
  font-weight: bold;
  background: linear-gradient(292deg, #572e8a 14.54%, #105ce2 85.46%);
  border-radius: 30px;
  display: flex;
  position: relative;
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.lang-block .btn-book {
  padding: 5px 20px;
}
#sec-1 .left-block .group-btn .btn-trial:hover {
  opacity: 0.8;
}
#sec-1 .left-block .group-btn .btn-trial .border-effect,
.border-effect {
    mask: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
    border: 4px solid transparent;
    mask-composite: intersect !important;
    mask-clip: padding-box, border-box !important;
    border-radius: inherit;
    inset: 0;
    position: absolute;
    pointer-events: none;
    width: 102%;
    height: 114%;
    top: -7%;
    left: -1%;
}
#sec-1 .left-block .group-btn .btn-trial .border-effect:before,
.border-effect:before {
  content: "";
  offset-path: rect(0 auto auto 0 round 250px);
  offset-anchor: 90% 5%;
  background: linear-gradient(to left, white, white, transparent);
  animation-delay: -9s;
  animation: border-beam 4s infinite linear;
  width: 50px;
  aspect-ratio: 1 / 1;
  position: absolute;
}
.lang-block .btn-book .border-effect:before {
  width: 43px;
}
#sec-1 .left-block .group-btn .btn-trial .icon {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  color: #572e8a;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-top: -5px;
  position: relative;
}
#sec-1 .right-block {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
}
#sec-1 .right-block .text-note {
  position: absolute;
  top: 10px;
  left: 11%;
  font-weight: 500;
  max-width: 125px;
  font-size: 20px;
  padding: 10px;
  z-index: 2;
}
#sec-1 .right-block .text-note:before {
  content: "";
  position: absolute;
  bottom: -75%;
  right: -20%;
  background: url('../img/sketch-arrow.svg') no-repeat center center rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}
#sec-1 .right-block .bg-right-img {
  position: relative;
  width: 80%;
  float: right;
}
#sec-1 .right-block .img {
  width: 100%;
}

@keyframes scroll-x-odd {
    0% {
        transform: translate(calc(-50% - 8px));
    }

    to {
        transform: translate(50%);
    }
}

@keyframes scroll-x-even {
    0% {
        transform: translate(50%);
    }

    to {
        transform: translate(calc(-50% - 8px));
    }
}

#sec-2 .cus-img {
    
}
#sec-2 .cus-img .cus-item {
  display: flex;
  align-items: center;
  gap: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
}
#sec-2 .cus-img .cus-item-1 img,
#sec-2 .cus-img .cus-item-3 img {
    animation: scroll-x-odd 50s linear infinite;
    max-width: unnset;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(calc(-50% - 8px));
}
#sec-2 .cus-img .cus-item-2 img  {
    animation: scroll-x-even 70s linear infinite;
    max-width: unnset;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(50%);
}
.sec-wrap {
  margin-top: 100px;
}
.sec-wrap .head-blog {
  text-align: center;
}
.sec-wrap .head-blog h2 svg {
  display: inline-block;
  background: linear-gradient(292deg, #4096ff 14.59%, #105ce2 85.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 24px;
  height: 24px;
  fill: url(#index-page-section-tag-gradient);
  margin-right: 15px;
  margin-right: 5px;
  margin-top: -3px;
}
.sec-wrap .head-blog h2 {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(292deg, #4096ff 14.59%, #105ce2 85.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.color-fill {
  display: inline-block;
  background: linear-gradient(292deg, #4096ff 14.59%, #105ce2 85.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  position: relative;
}
#sec-2 .head-blog:before {
  content: "";

}
#sec-2 .desc-blog {
  color: #475467;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 48px;
}
.sub-head {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin: 15px;
}
.list-solution {
  margin-top: 100px;
}
.list-solution > .row {
  margin-bottom: 70px;
}
.list-solution .left-blog img {
  width: 90%;
}
.list-solution > .row .right-blog {

}
.list-solution .bl-title {
  color: #1d2939;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 32px;
}
.list-solution .list-sol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-solution .list-sol ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list-solution .list-sol ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list-solution .list-sol ul li b {
  font-size: 24px;
  display: flex;
  gap: 16px;
  color: #1d2939;
}
.list-solution .thirt-item .list-sol ul li b {
  font-size: 20px;
}
.list-solution .list-sol ul li b svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: rgb(7, 197, 173);
  margin-block: 4px;
}
.list-solution .list-sol ul li p {
  flex-grow: 1;
  color: #475467;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-left: 40px;
}
.list-solution .view-more {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
a {
  color: #572e8a;
  text-decoration: none;
}
.list-solution .view-more {
  margin-top: 20px;
}
.list-solution .view-more a {
  padding-left: 40px;
  color: #105ce2;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}
.list-solution .view-more a:hover {
  text-decoration: underline;
}
.list-solution .thirt-item .list-sol ul li {
  gap: 16px;
}
.list-solution .thirt-item .list-sol ul li b {
  color: #1d2939;
}
#sec-4 .desc-blog,
.desc-blog {
  text-align: center;
  font-size: 20px;
}
#sec-4 .head-wrap {
  margin-bottom: 60px;
}
.list-business {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.list-business .slick-track {
  display: flex;
  gap: 32px;
}
.list-business .bus-item {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.list-business .bus-item img {
  width: 100%;
}
.list-business .bus-item .title-item {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 24px;
}
.list-business .bus-item .title-item svg {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.list-business .bus-item .item-des {
  color: #475467;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
  line-height: 24px;
}
.bus-item.item-1 svg,
.bus-item.item-6 svg {
  fill: rgb(248 88 56);
}
.bus-item.item-1, .bus-item.item-6 {
  background: linear-gradient(180deg, #F9FCFF 19.62%, #FDDCAB 139.46%);
}
.bus-item.item-1:hover, .bus-item.item-6:hover {
  background: linear-gradient(180deg, #FFFBF7 19.62%, #FCE8C9 139.46%);
  border: 1px solid #FDDCAB;
}

.bus-item.item-2 svg {
  fill: #a08cfd;
}
.bus-item.item-2 {
  background: linear-gradient(180deg, #F9FCFF 19.62%, #CCC8FA 139.46%);
}
.bus-item.item-2:hover {
  background: linear-gradient(180deg, #FAF9FE 19.62%, #CCC8FA 139.46%);
  border: 1px solid #c4c3f2;
}

.bus-item.item-3 svg {
  fill: #77b9ee;
}
.bus-item.item-3 {
  background: linear-gradient(180deg, #F9FCFF 19.62%, #BAE0FF 139.46%);
}
.bus-item.item-3:hover {
  background: linear-gradient(180deg, #F8FCFF 19.62%, #BAE0FF 139.46%);
  border: 1px solid #77b9ee;
}

.bus-item.item-4 svg {
  fill: rgb(233 75 170);
}
.bus-item.item-4 {
  background: linear-gradient(180deg, #F9FCFF 19.62%, #FCCEEE 139.46%);
}
.bus-item.item-4:hover {
  background: linear-gradient(180deg, #FFFAFD 19.62%, #FCCEEE 139.46%);
  border: 1px solid #f7afe1;
}

.bus-item.item-5 svg {
  fill: #37da7b;
}
.bus-item.item-5 {
  background: linear-gradient(180deg, #F9FCFF 19.62%, #A6F4C5 139.46%);
}
.bus-item.item-5:hover {
  background: linear-gradient(180deg, #F6FEF9 19.62%, #A6F4C5 139.46%);
  border: 1px solid rgb(138 241 181);
}
.list-business .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 100;
  border: 0 !important;
  border-radius: 50%;
  font-size: 0;
}
.list-business .slick-arrow.slick-prev {
  left: 0;
}
.list-business .slick-arrow:before {
  font-size: 36px;
  width: 56px;
  height: 56px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.list-business .slick-arrow.slick-prev:before {
  content: "\f12f";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -4px;
}
.list-business .slick-arrow.slick-next {
  right: 0;
}
.list-business .slick-arrow.slick-next:before {
  content: "\f138";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -25px;
}
.list-business .slick-arrow.slick-next:hover:before,
.list-business .slick-arrow.slick-prev:hover:before {
  color: #105ce2;
  border-color: #105ce2;
}
.btn-more {
  margin-top: 50px;
  text-align: center;
}
.btn-more a {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #105ce2;;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  color: #105ce2;
}
.btn-more a:hover {
  background: #cae3f8;
}
.list-stories {
  margin-top: 50px;
}
.list-stories .story-item {
  margin: 0 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  display: flex !important;
  overflow: hidden;
  opacity: 0.5
  /*gap: 40px;*/
}
.list-stories .story-item.slick-current {
  opacity: 1;
}
.list-stories .story-item .story-left {
  padding: 40px;
  width: 60%;
  float: left;
}
.list-stories .story-item .story-left .title-item {
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-stories .story-item .story-left .tag-list {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.list-stories .story-item .story-left .tag-list span {
  padding: 2px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background-color: #E6F7FF;
  color: #096DD9;
  font-weight: 300;
  line-height: 20px;
  padding: 3px 20px;
}
.list-stories .story-item .story-left .tag-list span:nth-child(2) {
  background-color: #FFF7E6;
  color: #D46B08;
}
.list-stories .story-item .story-left .tag-list span:nth-child(3) {
  background-color: #ECFDF3;
  color: #027A48;
}

.list-stories .story-item .story-left .item-des {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 40px;
}
.list-stories .story-item .story-left .item-des .percen-item {
  background: linear-gradient(292deg, #4096ff 14.59%, #1677ff 85.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.list-stories .story-item .story-left .item-des .des-detail {
  color: #1d2939;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.list-stories .story-item .story-left .read-more {

}
.list-stories .story-item .story-left .read-more a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #06f;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.list-stories .story-item .story-left .read-more a:hover {
  text-decoration: underline;
}
.list-stories .story-item .story-right {
  width: 40%;
  float: left;
}
.list-stories .story-item .story-right img {
  float: right;
}
.list-stories .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.list-stories .slick-dots li button {
  width: 10px;
  height: 11px;
  border-radius: 50%;
  background-color: #cce1ff;
  transition: width .2s, background-color .2s;
  border: none;
  font-size: 0;
}
.list-stories .slick-dots li.slick-active button {
  width: 50px;
  background: #105ce2;
  border-radius: 5px;
}
.list-stories .slick-arrow {
  display: none !important;
}









.price-list {
  max-width: 1060px;
  margin: 50px auto;
}
.price-list .col-6 {
  display: flex;
  justify-content: center;
}
.price-list .col-6 .price-detail {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: url('../img/price-bg-1.webp') no-repeat center center rgba(0, 0, 0, 0);
  border-radius: 20px;
  max-width: 500px;
  background-size: cover;
  border: 1px solid #fff;
}
.price-list .col-6.price-item-2 .price-detail {
  background: url('../img/price-bg-2.webp') no-repeat center center rgba(0, 0, 0, 0);
  background-size: cover;
}
.price-list .col-6 .price-detail:hover {
  border-color: rgb(32, 126, 244);
}
.price-list .col-6.price-item-2 .price-detail:hover {
  border-color: rgb(82, 196, 26);
}
.price-list .col-6 .price-detail h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.price-list .col-6 .price-detail h3 svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-top: -5px;
  fill: rgb(82, 196, 26);
}
.price-list .col-6.price-item-1 .price-detail h3 svg {
  fill: rgb(32, 126, 244);
}
.price-list .col-6 .price-detail .price-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.price-list .col-6 .price-detail p {
  color: #344054;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
#sec-7 {
  display: flex;
  padding: 68px 116px;
  flex-direction: column;
  align-items: center;
  background: #105ce2;
  color: white;
  text-align: center;
  gap: 16px;
}
#sec-7 h3 {
  font-size: 32px;
}

#sec-7 p {
  font-size: 16px;
  max-width: 800px;
  margin: 20px auto 0;
}
#sec-7 .list-benefit {
  display: flex;
  max-width: 800px;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
#sec-7 .list-benefit .ben-item {

}
.ben-item span {
  font-size: 50px;
  font-weight: 700;
}
.ben-item p {
  font-size: 18px;
  font-weight: 500;
}
.ben-item p svg {
  width: 24px;
  height: 24px;
  color: #92fde7;
  fill: #92fde7;
}
.detail-btn.ben-button {
  width: 215px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #105ce2;
  margin: 0 auto;
}
.detail-btn.ben-button:hover {
  background: #cae3f8;
}


footer {
  background: #101828;
  display: flex;
  padding: 64px 116px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

footer .logo-foot img {
  max-width: 100px;
}
footer .partner-foot {
  margin-top: 20px;
}
footer .main-footer {
  padding-bottom: 40px;
}
.partner-foot .title-partner,
.link-foot .col-title {
  align-self: stretch;
  color: #98a2b3;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.partner-foot .list-img-partner {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.partner-foot .list-img-partner img {
  width: 100%;
  max-width: 88px;
  height: max-content;
}
.partner-foot .add-list {
  margin-top: 32px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.partner-foot .add-list .add-item {

}
.partner-foot .add-list .add-item .add-vp {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  background-image: linear-gradient(292deg, #1677ff 14.59%, #2c8bff 85.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
}
.partner-foot .add-list .add-item .add-vp svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  fill: #2c8bff;
}
.partner-foot .add-list .add-item .add-detail {
  display: flex;
  padding-left: 28px;
  align-items: flex-start;
  gap: 8px;
  white-space: pre-wrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: white;
}
.link-foot {
  position: relative;
}
.link-foot .row {
  display: flex;
}
.link-foot .row .col-4 {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
}
.link-foot .row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-foot .row ul li {
  margin-bottom: 16px;
}
.link-foot .row ul li a {
  color: white;
}
.link-foot .row ul li a:hover {
  text-decoration: underline;
}
.link-foot .schat-store {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 15px;
}
.link-foot .schat-store a {
  display: inline-block;
  padding: 5px 15px;
  background: #1e2839;
  border-radius: 15px;
}
.link-foot .schat-store a:hover {
  opacity: 0.8;
}
.link-foot .schat-store a img {
  max-width: 150px;
}
.copy-footer {
  padding-top: 24px;
  border-top: 1px solid #1d2939;
}
.copy-footer p {
  color: #667085;
  font-size: 14px;
}
.main-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1d2939cc;
  backdrop-filter: blur(15px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.main-popup.show {
   display: flex;
}
.main-popup .form-wrap {
  background-color: #fff;
  border-radius: 20px;
}
.main-popup .form-container {
  position: relative;
  max-width: 1190px;
  height: 520px;
  display: flex;
  align-items: center;
  gap: 48px;
  border-radius: 20px;
  background: linear-gradient(153deg, #a2fdc752 8.46%, #e5f4ff00 85.51%);
}
.main-popup .form-container > .row {
  padding: 32px 48px;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  /*border: 1px solid #ccc;*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.close-popup svg {
  height: 25px;
  width: 25px;
}
.close-popup:hover {
  background: rgba(111, 111, 111, 0.3);
}
.close-popup:hover svg {
  fill: rgba(45, 143, 221, 1);
}
.main-popup .form-container .col-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-popup .form-container .col-left .regist-logo {
  font-size: 24px;
  font-weight: 700;
}
.main-popup .form-container .col-left .form-title {
  font-size: 24px;
  font-weight: 700;
}
.main-popup .form-container .col-left p {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.main-popup .form-container .col-left .short-benefit {

}
.short-bene-item {
  text-align: center;
}
.short-benefit .title-short-bene {
  margin: 0 0 12px;
  color: #1677ff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.short-bene-item .title-bene-item {
  font-size: 16px;
  font-weight: bold;
}
.short-bene-item .number-bene-item {
  font-size: 32px;
  font-weight: bold;
}
.short-bene-item .sub-title-bene {
  font-size: 16px;
  font-weight: 400;
}

.main-popup .form-container .col-right {
  width: 490px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1.5px solid #FFF;
  background: linear-gradient(180deg, #ffffff73, #fffc);
  justify-content: center;
  padding: 24px;
  margin-left: 30px;
}
form.post-form-regist .group-item {
  display: flex;
  gap: 20px;
}
form.post-form-regist .group-item > div {
  width: 50%;
}
form.post-form-regist .mb-3 input:focus {
  box-shadow: 0 0 0;
  border: 1px solid #0d6efd;
}
form.post-form-regist .btn-submit button {
  width: 100%;
  border-radius: 30px;
  border: 1px solid transparent;
  font-size: 18px;
  color: #fff;
  background-color: #105ce2;
  box-shadow: 0 1px 2px #1018280d;
  padding: 15px;
  margin-top: 20px;
}
form.post-form-regist .btn-submit button:hover {
  opacity: 0.8;
}
span.required {
  color: red;
}
.mb-nav {
  display: none;
}
.main-header .logo-site {
  margin-bottom: 0 !important;
}
@keyframes border-beam {
    to {
        content: "";
        offset-distance: 100%
    }
}
.bg-right-img {

}
.bg-right-img .ic-span {
    width: 70px;
    height: 70px;
    position: absolute;
    background-size: 100% !important;
    font-size: 0;
    border: 10px solid #dfdfdf;
    border-radius: 50%;
    background-color: #fff !important;
}
.bg-right-img .ic-you {
  background: url('../img/ic-youtube.png') no-repeat center center rgba(0, 0, 0, 0);
  top: 10%;
  left: 7%;
}
.bg-right-img .ic-intergram {
  background: url('../img/ic-intergram.png') no-repeat center center rgba(0, 0, 0, 0);
  top: 70%;
  left: 1%;
}
.bg-right-img .ic-facebook {
  background: url('../img/ic-facebook.png') no-repeat center center rgba(0, 0, 0, 0);
  top: 70%;
  right: 1%;
}
.bg-right-img .ic-chat {
  background: url('../img/ic-chat.png') no-repeat center center rgba(0, 0, 0, 0);
  top: 2%;
  right: 10%;
}
.bg-right-img .ic-tele {
  background: url('../img/ic-telegram.png') no-repeat center center rgba(0, 0, 0, 0);
  top: 50%;
  left: -7%;
}
.bg-right-img .ic-tiktok {
  background: url('../img/ic-tiktok.png') no-repeat center center rgba(0, 0, 0, 0);
  bottom: -6%;
  left: 50%;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bg-right-img .circle-1 {
  position: relative;
  border: 1px solid #ccc;
  width: 450px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: rotate 30s linear infinite;
}
.bg-right-img .circle-2 {
  position: relative;
  border: 1px solid #ccc;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bg-right-img .circle-3 {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  margin: 0 auto;
  padding: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px #cedaef;
  border: 5px solid #e9f1fe;
  overflow: hidden;
}
.bg-right-img .circle-3 img {
  max-width: 100px;
  /* border: 1px solid #ccc; */
  /*border-radius: 50%;*/
  width: 100%;
}

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
  font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
