.wrapImgResize {
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapImgResize video,
.wrapImgResize iframe,
.wrapImgResize img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  width: 101%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 101%;
  max-height: 101%;
}
.wrapImgResize.img16And9 {
  padding-top: 56.25%;
}
.wrapImgResize.imgSquare {
  padding-top: 100%;
}
.wrapImgResize.img9And16 {
  padding-top: 177%;
}
.wrapImgResize.img3And4 {
  padding-top: 133.33333333%;
}
.wrapImgResize.img3And2 {
  padding-top: 66.67%;
}
.wrapImgResize.imgSpecial1 {
  padding-top: 75.46%;
}
.wrapImgResize.imgSpecial2 {
  padding-top: 52.25%;
}
.wrapImgResize.imgSpecial3 {
  padding-top: 30.25%;
}

.wrapImgResize {
  overflow: hidden;
  position: relative;
  display: block;
}
.wrapImgResize video,
.wrapImgResize iframe,
.wrapImgResize img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  width: 101%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-height: 101%;
  max-height: 101%;
}
.wrapImgResize.img16And9 {
  padding-top: 56.25%;
}
.wrapImgResize.imgSquare {
  padding-top: 100%;
}
.wrapImgResize.img9And16 {
  padding-top: 177%;
}
.wrapImgResize.img3And4 {
  padding-top: 133.33333333%;
}
.wrapImgResize.img3And2 {
  padding-top: 66.67%;
}
.wrapImgResize.imgSpecial1 {
  padding-top: 75.46%;
}
.wrapImgResize.imgSpecial2 {
  padding-top: 52.25%;
}
.wrapImgResize.imgSpecial3 {
  padding-top: 30.25%;
}

.container {
  max-width: 1200px;
}

.container-xl {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 576px) {
  .container-xl {
    padding: 0px 15px;
  }
  .container-xl .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .container-xl .row > * {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.row-spacing {
  margin-right: -7px;
  margin-left: -7px;
}

.row-spacing > * {
  padding-right: 7px;
  padding-left: 7px;
}

a {
  text-decoration: none;
  color: #170f49;
}
a:hover {
  color: #170f49;
}

p {
  margin-bottom: 10px;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffff;
  color: #170f49;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrapHeading {
  max-width: 570px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .wrapHeading {
    gap: 10px;
  }
}
.wrapHeading .heading {
  font-size: 48px;
  color: #170f49;
}
@media only screen and (max-width: 1220px) {
  .wrapHeading .heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeading .heading {
    font-size: 24px;
  }
}
.wrapHeading .heading span {
  background: linear-gradient(266.24deg, #1c0747 -12.82%, #4c28ae 42.64%, #ad32de 102.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrapHeading .subHeading {
  font-weight: 500;
  font-size: 24px;
  color: #170f49;
}
@media only screen and (max-width: 576px) {
  .wrapHeading .subHeading {
    font-size: 18px;
  }
}

.custom-tooltip {
  --bs-tooltip-bg: #ff0909;
  font-size: 18px;
}

.isLoadingPage {
  overflow: hidden;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
}
.loading-page.isStyleLoaingPage {
  opacity: 1;
  z-index: 9999;
}

.boxes {
  --size: 50px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}

.boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
}

.boxes .box:nth-child(1) {
  transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
  animation: box1 var(--duration) linear infinite;
}

.boxes .box:nth-child(2) {
  transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
  animation: box2 var(--duration) linear infinite;
}

.boxes .box:nth-child(3) {
  transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
  animation: box3 var(--duration) linear infinite;
}

.boxes .box:nth-child(4) {
  transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
  animation: box4 var(--duration) linear infinite;
}

.boxes .box > div {
  --background: #6725e0;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}

.boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}

.boxes .box > div:nth-child(2) {
  --background: #6a37e3;
  --right: 0;
  --rotateY: 90deg;
}

.boxes .box > div:nth-child(3) {
  --background: #5923ec;
  --rotateX: -90deg;
}

.boxes .box > div:nth-child(4) {
  --background: #dbe3f4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@-webkit-keyframes box1 {
  0%, 50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@keyframes box1 {
  0%, 50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@-webkit-keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes box3 {
  0%, 50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes box3 {
  0%, 50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
@keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
.btn-style {
  padding: 11px 24px;
  background-color: #6a37e3;
  font-size: 20px;
  font-weight: 600;
  border-radius: 24px;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
  border: 2px solid #6a37e3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1650px) {
  .btn-style {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1450px) {
  .btn-style {
    font-weight: 500;
  }
}
.btn-style:hover {
  background-color: white;
  color: #6a37e3 !important;
}

.btn-style:hover {
  background-position: right top;
  color: var(--btn-bg-color);
}

.wrapHeader {
  padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.wrapHeader.isFixed {
  background-color: white;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.wrapHeader .wrapLogo {
  max-width: 250px;
}
@media only screen and (max-width: 992px) {
  .wrapHeader .wrapLogo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapHeader .wrapLogo {
    max-width: 160px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeader .wrapLogo {
    max-width: 140px;
  }
}
.wrapHeader .wrapLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapHeader .wrapContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wrapHeader .wrapContent .wrapLeft {
  display: flex;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft {
    flex-direction: column;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome span {
  display: none;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome span {
    display: block;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome svg {
  position: relative;
  top: -4px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .itemLinkHome svg {
    display: none;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu {
    position: fixed;
    right: -100%;
    top: 50%;
    left: unset;
    transform: unset;
    transform: translateY(-50%);
    background-color: #6a37e3;
    box-shadow: rgba(91, 24, 216, 0.3) 0px 3px 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-bottom-left-radius: 15px;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu.open-menu {
  right: 0;
}
@media only screen and (max-width: 576px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu {
    padding-top: 0px;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList {
  display: flex;
  align-items: center;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  gap: 25px;
  position: relative;
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .btnClose {
  position: absolute;
  top: -24px;
  left: -8px;
  width: 32px;
  height: 32px;
  width: 30px;
  height: 30px;
  background-color: #ff0909;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .btnClose svg {
  color: white;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1221px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .btnClose {
    display: none;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem {
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 1450px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem {
    font-weight: 500;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem {
    padding: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem {
    font-size: 18px;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem a {
  transition: 0.3s;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem a {
    color: white;
  }
}
.wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem a:hover {
  color: #6a37e3;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapLeft .wrapListMenu .wrapList .wrapItem a:hover {
    color: white;
  }
}
.wrapHeader .wrapContent .wrapRight {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapHeader .wrapContent .wrapRight .btn-style {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0px;
    text-align: center;
    z-index: 10;
  }
}
.wrapHeader .wrapContent .wrapRight .wrapBtnOpenNav {
  display: none;
}
.wrapHeader .wrapContent .wrapRight .wrapBtnOpenNav svg {
  width: 40px;
  height: 40px;
  stroke: #6a37e3;
}
@media only screen and (max-width: 1220px) {
  .wrapHeader .wrapContent .wrapRight .wrapBtnOpenNav {
    display: block;
  }
}

.wrapBannerHero {
  padding-top: 150px;
  position: relative;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1650px) {
  .wrapBannerHero {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapBannerHero {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapBannerHero {
    margin-bottom: 30px;
  }
}
.wrapBannerHero .wrapBannerHeroGroup {
  display: grid;
  position: relative;
  z-index: 10;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 0px 50px;
  bottom: -100px;
}
@media only screen and (max-width: 1650px) {
  .wrapBannerHero .wrapBannerHeroGroup {
    bottom: -60px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapBannerHero .wrapBannerHeroGroup {
    grid-template-columns: 1fr;
    padding: 0px 7px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapBannerHero .wrapBannerHeroGroup .wrapBanner_v1,
.wrapBannerHero .wrapBannerHeroGroup .wrapBanner_v2 {
    display: none;
  }
}
.wrapBannerHero .wrapBannerHeroGroup .wrapImage {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.wrapBannerHero .wrapBannerHeroGroup .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapBannerHero .wrapBgGradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  opacity: 0.8;
  z-index: 1;
  border-radius: 0px 0px 160px 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, #4603d6 122.48%);
}
@media only screen and (max-width: 1220px) {
  .wrapBannerHero .wrapBgGradient {
    height: 400px;
    border-radius: 0px 0px 80px 80px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapBannerHero .wrapBgGradient {
    bottom: 50px;
    height: 200px;
  }
}
.wrapBannerHero .wrapBgBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.wrapBannerHero .wrapBgBottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.wrapBenefitProduct {
  margin-bottom: 100px;
  position: relative;
}
.wrapBenefitProduct .bgFixed {
  position: absolute;
  width: 919.2px;
  height: 985.51px;
  top: 0;
  right: 0;
  background: radial-gradient(56.29% 56.29% at 32.93% 38.02%, rgba(155, 28, 195, 0.15) 0%, rgba(68, 17, 142, 0.15) 100%);
  filter: blur(153.15px);
}
@media only screen and (max-width: 576px) {
  .wrapBenefitProduct {
    margin-bottom: 30px;
  }
}
.wrapBenefitProduct .wrapImage {
  position: relative;
  z-index: 10;
}
.wrapBenefitProduct .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapBenefitProduct .wrapBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .wrapBenefitProduct .wrapBtn {
    display: none;
  }
}
.wrapBenefitProduct .wrapHeading {
  max-width: 1000px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .wrapBenefitProduct .wrapHeading {
    margin-bottom: 30px;
  }
}
.wrapBenefitProduct .wrapListBenefit .wrapCotent .headingBlock {
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .wrapBenefitProduct .wrapListBenefit .wrapCotent .headingBlock {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapBenefitProduct .wrapListBenefit .wrapCotent .headingBlock {
    font-size: 18px;
  }
}
.wrapBenefitProduct .wrapListBenefit .wrapCotent .headingBlock span {
  background: linear-gradient(266.24deg, #1c0747 -12.82%, #4c28ae 42.64%, #ad32de 102.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList {
  position: relative;
  z-index: 10;
}
.wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList .wrapItem {
  border-radius: 24px;
  box-shadow: 4px 4px 18.9px rgba(24, 4, 151, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  margin-bottom: 30px;
  transition: 0.3s;
  background-color: white;
}
@media only screen and (max-width: 576px) {
  .wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList .wrapItem {
    margin-bottom: 15px;
  }
}
.wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList .wrapItem:hover {
  box-shadow: 4px 4px 18.9px rgba(24, 4, 151, 0.1);
}
@media only screen and (max-width: 576px) {
  .wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList .wrapItem .wrapIcon img {
    height: 20px;
  }
}
.wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList .wrapItem .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList .wrapItem .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList .wrapItem .desc {
  font-size: 18px;
  font-weight: 500;
  max-width: 370px;
}
@media only screen and (max-width: 576px) {
  .wrapBenefitProduct .wrapListBenefit .wrapCotent .wrapList .wrapItem .desc {
    font-size: 16px;
  }
}

.wrapFeatureProduct {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.3) -3.17%, rgba(222, 211, 248, 0.63) 100%);
  border-radius: 0px 0px 140px 140px;
  min-height: 800px;
  margin: 0px 60px;
  margin-bottom: 150px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .wrapFeatureProduct {
    margin: 0px 30px;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct {
    margin-bottom: 100px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapFeatureProduct {
    min-height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .wrapFeatureProduct {
    border-radius: 0px 0px 80px 80px;
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 768px) {
  .wrapFeatureProduct {
    margin: 0px 0px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.wrapFeatureProduct .wrapHeading {
  max-width: 690px;
  padding: 0px 30px;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapHeading {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapFeatureProduct .wrapHeading {
    margin-bottom: 30px;
  }
}
.wrapFeatureProduct .bgFixed_left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.wrapFeatureProduct .bgFixed_right {
  position: absolute;
  right: 0;
  top: -53%;
  z-index: 1;
}
.wrapFeatureProduct .wrapContent {
  padding-top: 30px;
  position: relative;
  z-index: 10;
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain {
  width: 85%;
  margin: auto;
  position: relative;
  bottom: -50px;
}
@media only screen and (max-width: 1450px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain {
    bottom: -132px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain {
    bottom: 0;
    width: 100%;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .wrapImageMain {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .wrapImageMain .feature {
    display: none;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .wrapImageMain .wrapFeatureItem {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .wrapImageMain .wrapFeatureItem {
    position: unset;
    transform: unset;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .wrapImageMain .wrapFeatureItem .wrapInfo {
  color: white;
  min-width: 360px;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .wrapImageMain .wrapFeatureItem .wrapInfo {
    min-width: unset;
    color: #170f49;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(266.24deg, #1c0747 -12.82%, #4c28ae 42.64%, #ad32de 102.44%);
  opacity: 0.15;
  filter: blur(25.4px);
  border-radius: 31px;
  bottom: -50px;
  left: -50px;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain::after {
    display: none;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .feature {
  position: relative;
  z-index: 2;
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .polygon {
  position: absolute;
  bottom: 0;
  left: -55px;
  width: 78px;
  height: 50px;
  z-index: 1;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain .polygon {
    display: none;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapBgMain img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 7px;
  gap: 15px;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem {
    display: grid;
    grid-template-columns: 1fr 6fr;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .wrapInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
@media only screen and (max-width: 1220px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .wrapInfo {
    align-items: start;
    text-align: start;
    gap: 5px;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .wrapImage {
  width: 80px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .wrapImage {
    width: 45px;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .wrapImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .title {
  font-size: 20px;
}
@media only screen and (max-width: 576px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .title {
    font-size: 18px;
  }
}
.wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .desc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .wrapFeatureProduct .wrapContent .wrapListFeature .wrapFeatureItem .desc {
    font-size: 16px;
  }
}

.wrapGallaryImage {
  margin-bottom: 150px;
  position: relative;
}
.wrapGallaryImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .wrapGallaryImage {
    margin-bottom: 60px;
  }
}
.wrapGallaryImage .bg-gradient {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  height: 100px;
  width: 1000px;
  background: #6a37e3;
  filter: blur(76.35px);
}
@media only screen and (max-width: 1220px) {
  .wrapGallaryImage .bg-gradient {
    width: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapGallaryImage .bg-gradient {
    display: none;
  }
}
.wrapGallaryImage .wrapContent {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  border-radius: 82px;
}
@media only screen and (max-width: 1220px) {
  .wrapGallaryImage .wrapContent {
    min-height: auto;
    background-image: none !important;
  }
}
.wrapGallaryImage .wrapContent .wrapHeading {
  max-width: 1000px;
  padding-top: 60px;
}
@media only screen and (max-width: 1220px) {
  .wrapGallaryImage .wrapContent .wrapHeading {
    padding-top: 0px;
    margin-bottom: 30px;
  }
}
.wrapGallaryImage .wrapContent .wrapHeading .bgTop {
  padding: 8px 16px;
  border-radius: 24px;
  background-color: white;
  color: #6a37e3;
  font-weight: 600;
}
@media only screen and (max-width: 1220px) {
  .wrapGallaryImage .wrapContent .wrapHeading .bgTop {
    background-color: #6a37e3;
    color: white;
  }
}
@media only screen and (max-width: 576px) {
  .wrapGallaryImage .wrapContent .wrapHeading .bgTop {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.wrapGallaryImage .wrapContent .wrapHeading .heading {
  color: white;
}
@media only screen and (max-width: 1220px) {
  .wrapGallaryImage .wrapContent .wrapHeading .heading {
    color: #170f49;
  }
}
.wrapGallaryImage .wrapContent .wrapHeading .subHeading {
  color: white;
}
@media only screen and (max-width: 1220px) {
  .wrapGallaryImage .wrapContent .wrapHeading .subHeading {
    color: #170f49;
  }
}
.wrapGallaryImage .wrapContent .wrapSliderGallary {
  position: relative;
  max-width: 65%;
  margin: auto;
  position: relative;
  bottom: -50px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1221px) {
  .wrapGallaryImage .wrapContent .wrapSliderGallary {
    background-image: none !important;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapGallaryImage .wrapContent .wrapSliderGallary {
    max-width: 100%;
    padding: 15px 30px;
    border-radius: 30px;
    bottom: 0px;
  }
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .swiperPaginationCustom {
  bottom: -50px;
}
@media only screen and (min-width: 1221px) {
  .wrapGallaryImage .wrapContent .wrapSliderGallary .swiperPaginationCustom {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .wrapGallaryImage .wrapContent .wrapSliderGallary .swiperPaginationCustom {
    bottom: -30px;
  }
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .swiperPaginationCustom .swiper-pagination-bullet {
  background-color: #170f49;
  opacity: 1;
  width: 15px;
  height: 15px;
  transition: 0.3s;
}
@media only screen and (max-width: 576px) {
  .wrapGallaryImage .wrapContent .wrapSliderGallary .swiperPaginationCustom .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .swiperPaginationCustom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6a37e3;
  width: 30px;
  border-radius: 5px;
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .swiperNavigationCustom {
  position: absolute;
  top: 50%;
  background-color: aqua;
  padding: 7px;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  opacity: 1;
}
@media only screen and (max-width: 1220px) {
  .wrapGallaryImage .wrapContent .wrapSliderGallary .swiperNavigationCustom {
    display: none;
  }
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .swiperNavigationCustom::after {
  display: none;
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .swiperNavigationCustom svg {
  width: 60px;
  height: 60px;
  color: white;
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .swiperNavigationCustom.swiper-button-next {
  right: -80px;
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .swiperNavigationCustom.swiper-button-prev {
  left: -80px;
}
.wrapGallaryImage .wrapContent .wrapSliderGallary .bannerSliderGallery {
  border-radius: 24px;
  overflow: hidden;
}

.wrapPriceList {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrapPriceList {
    margin-bottom: 30px;
  }
}
.wrapPriceList .bgPrice_fixed {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.wrapPriceList .bgPrice_fixed img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .bgPrice_fixed {
    display: none;
  }
}
.wrapPriceList .bgFixed_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 679px;
  height: 679px;
  background: radial-gradient(56.29% 56.29% at 32.93% 38.02%, rgba(155, 28, 195, 0.15) 0%, rgba(68, 17, 142, 0.15) 77%);
  filter: blur(124.2px);
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .bgFixed_right {
    display: none;
  }
}
.wrapPriceList .bgFixed_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 444px;
  height: 444px;
  background: radial-gradient(56.29% 56.29% at 32.93% 38.02%, rgba(155, 28, 195, 0.15) 0%, rgba(68, 17, 142, 0.15) 77%);
  filter: blur(124.2px);
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .bgFixed_left {
    display: none;
  }
}
.wrapPriceList .wrapContent .wrapHeading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .wrapPriceList .wrapContent .wrapHeading {
    margin-bottom: 30px;
  }
}
.wrapPriceList .wrapHeadingFree {
  margin-bottom: 15px;
}
.wrapPriceList .wrapHeadingFree .title {
  font-size: 32px;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapHeadingFree .title {
    font-size: 24px;
  }
}
.wrapPriceList .wrapHeadingFree span {
  color: #ff0909;
  font-size: 18px;
  font-weight: 600;
}
.wrapPriceList .wrapListPrice {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1650px) {
  .wrapPriceList .wrapListPrice {
    gap: 30px;
  }
}
@media only screen and (max-width: 1220px) {
  .wrapPriceList .wrapListPrice {
    grid-template-columns: 1fr;
  }
}
.wrapPriceList .wrapCartPrice {
  border-radius: 24px;
  box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
  border: 1px solid #eff0f7;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto 0px;
  position: relative;
  background-color: white;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice {
    padding: 40px 15px;
  }
}
.wrapPriceList .wrapCartPrice .wrapChip {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #f8e00d;
  color: #6a37e3;
  border-radius: 24px;
  padding: 8px 16px;
}
.wrapPriceList .wrapCartPrice.isCardPro {
  background-color: #6a37e3;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapCardHeading .wrapTitle span {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapCardHeading .text {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapDesc {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapPrice .wrapDiscount .text_v1 {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapPrice .wrapPriceTitle .price {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapPrice .wrapPriceTitle .month {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapFeature .title {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapFeature .wrapItem span {
  color: white;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapFeature .wrapItem svg {
  fill: white !important;
}
.wrapPriceList .wrapCartPrice.isCardPro .wrapBtn .btn-style {
  color: #6a37e3;
  background: white !important;
}
.wrapPriceList .wrapCartPrice .wrapBtn {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.wrapPriceList .wrapCartPrice .wrapCardHeading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.wrapPriceList .wrapCartPrice .wrapCardHeading .wrapTitle span {
  color: #6f6c90;
  font-weight: 500;
  font-size: 18px;
}
.wrapPriceList .wrapCartPrice .wrapCardHeading .wrapTitle .text {
  font-size: 27px;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice .wrapCardHeading .wrapTitle .text {
    font-size: 18px;
  }
}
.wrapPriceList .wrapCartPrice .wrapCardHeading .wrapIcon {
  width: 72px;
  height: 72px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice .wrapCardHeading .wrapIcon {
    width: 30px;
  }
}
.wrapPriceList .wrapCartPrice .wrapCardHeading .wrapIcon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.wrapPriceList .wrapCartPrice .wrapFeature .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList {
  display: flex;
  flex-direction: column;
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList .wrapItem {
  position: relative;
  padding: 5px 0px;
  margin-bottom: 5px;
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList .wrapItem .wrapContent {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice .wrapFeature .wrapList .wrapItem .wrapContent {
    font-size: 16px;
  }
}
.wrapPriceList .wrapCartPrice .wrapFeature .wrapList .wrapItem .wrapContent svg {
  width: 30px;
  height: 30px;
  fill: #6a37e3;
}
.wrapPriceList .wrapCartPrice .wrapDesc {
  font-size: 18px;
  max-width: 400px;
  font-weight: 400;
  color: #53515a;
  margin-bottom: 15px;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice .wrapDesc {
    font-size: 16px;
  }
}
.wrapPriceList .wrapCartPrice .wrapPrice {
  margin-bottom: 15px;
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapDiscount {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapDiscount .text_v1 {
  font-size: 18px;
  text-decoration: line-through;
  color: #6a37e3;
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapDiscount .text_v2 {
  padding: 5px 10px;
  background-color: #ff0909;
  color: white;
  border-radius: 18px;
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapPriceTitle {
  display: flex;
  gap: 5px;
  align-items: center;
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapPriceTitle .price {
  font-size: 32px;
  font-weight: 600;
  color: #170f49;
}
@media only screen and (max-width: 576px) {
  .wrapPriceList .wrapCartPrice .wrapPrice .wrapPriceTitle .price {
    font-size: 24px;
  }
}
.wrapPriceList .wrapCartPrice .wrapPrice .wrapPriceTitle .month {
  display: inline-block;
  color: #6f6c90;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 10px;
}
.wrapPriceList .wrapContentBottom {
  font-weight: 600;
  font-size: 18px;
}
.wrapPriceList .wrapContentBottom span {
  color: #ff0909;
}

.wrapFaq {
  margin-bottom: 60px;
}
.wrapFaq .container {
  max-width: 989px;
}
@media only screen and (max-width: 768px) {
  .wrapFaq {
    margin-bottom: 30px;
  }
}
.wrapFaq .wrapBlockContact {
  padding: 40px;
  border-radius: 24px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  background-color: #6a37e3;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  .wrapFaq .wrapBlockContact {
    padding: 15px;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.wrapFaq .wrapBlockContact .wrapLeft {
  color: white;
}
.wrapFaq .wrapBlockContact .wrapLeft .heading {
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  .wrapFaq .wrapBlockContact .wrapLeft .heading {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .wrapFaq .wrapBlockContact .wrapLeft span {
    font-size: 14px;
  }
}
.wrapFaq .wrapBlockContact .wrapRight .btn-style {
  background: white;
  color: #6a37e3;
  font-weight: 600;
}
.wrapFaq .wrapHeading {
  max-width: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 576px) {
  .wrapFaq .wrapHeading {
    margin-bottom: 30px;
  }
}
.wrapFaq .wrapContent {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.wrapFaq .wrapContent .accordion-item {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border: 0px;
  position: relative;
}
.wrapFaq .wrapContent .accordion-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 1px;
  background-color: #ccc;
  left: 0;
}
.wrapFaq .wrapContent .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapFaq .wrapContent .accordion-item .accordion-header .header {
  font-size: 24px;
  color: #170f49;
  font-weight: 600;
  padding: 7px 0px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .wrapFaq .wrapContent .accordion-item .accordion-header .header {
    font-size: 18px;
  }
}
.wrapFaq .wrapContent .accordion-item .accordion-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  box-shadow: unset !important;
}
.wrapFaq .wrapContent .accordion-item .accordion-button:focus {
  box-shadow: unset !important;
}
.wrapFaq .wrapContent .accordion-item .accordion-button svg {
  width: 30px;
  height: 30px;
  color: #6a37e3;
}
.wrapFaq .wrapContent .accordion-item .accordion-button .icon-plus {
  display: block;
}
.wrapFaq .wrapContent .accordion-item .accordion-button .icon-minus {
  display: none;
}
.wrapFaq .wrapContent .accordion-item .accordion-button::after {
  display: none;
}
.wrapFaq .wrapContent .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.wrapFaq .wrapContent .accordion-item .accordion-button:not(.collapsed) .icon-minus {
  display: block;
}
.wrapFaq .wrapContent .accordion-item .accordion-button:not(.collapsed) .icon-plus {
  display: none;
}
.wrapFaq .wrapContent .accordion-item .accordion-body {
  font-size: 18px;
  padding: 10px 0px;
}

.wrapFooter {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  position: relative;
}
.wrapFooter .wrapLogo {
  max-width: 250px;
}
@media only screen and (max-width: 576px) {
  .wrapFooter .wrapLogo {
    max-width: 180px;
  }
}
.wrapFooter .wrapLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapFooter .wrapBg_Image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.wrapFooter .wrapBg_Image img {
  width: 100%;
}
.wrapFooter .wrapBg_left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.wrapFooter .wrapBg_right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wrapFooter .wrapContentFooter {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .wrapFooter .wrapContentFooter {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}
.wrapFooter .wrapContentFooter .wrapMenu {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .wrapFooter .wrapContentFooter .wrapMenu {
    flex-direction: column;
    align-items: start;
    gap: 7px;
  }
}
.wrapFooter .wrapContentFooter .wrapMenu li {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .wrapFooter .wrapContentFooter .wrapMenu li {
    padding: 0px;
  }
}
.wrapFooter .wrapContentFooter .wrapMenu li::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #6a37e3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .wrapFooter .wrapContentFooter .wrapMenu li::after {
    display: none;
  }
}
.wrapFooter .wrapContentFooter .wrapMenu li:last-child::after {
  display: none;
}
.wrapFooter .wrapContentFooter .wrapMenu li a {
  transition: 0.3s;
}
.wrapFooter .wrapContentFooter .wrapMenu li a:hover {
  color: #6a37e3;
}
.wrapFooter .wrapCopyRight {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #cccc;
  color: white;
  padding: 5px 0px;
  background: #6a37e3;
}
@media only screen and (max-width: 1220px) {
  .wrapFooter .wrapCopyRight {
    border-bottom: 1px solid #cccc;
  }
}
.wrapFooter .wrapCopyRight p {
  margin-bottom: 0px;
}

.modalFormContent .btn-close {
  width: 32px;
  height: 32px;
  background-image: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-color: #ff0909;
  border-radius: 50%;
  border: 2px solid white;
}
.modalFormContent .btn-close svg {
  color: white;
}

.modalForm .modal-dialog {
  max-width: 1000px;
}
.modalForm .modal-content {
  overflow-x: unset;
  overflow: unset;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .modalForm .modal-content {
    border-radius: 30px;
  }
}
.modalForm .modal-content .btn-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-color: #ff0909;
  border-radius: 50%;
  border: 2px solid white;
}
.modalForm .modal-content .btn-close svg {
  color: white;
}
.modalForm .modal-content .modal-body {
  padding: 0px;
  overflow-y: unset;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
@media only screen and (max-width: 992px) {
  .modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent {
    display: none;
  }
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .wrapTextContent {
  font-weight: 600;
  color: white;
  opacity: 1;
  line-height: 1;
  padding: 0;
  text-shadow: 4px 6px 5.4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .wrapTextContent .subTitle {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .wrapTextContent .title {
  font-size: 56px;
  margin-bottom: 15px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapBgContent .wrapTextContent .subText {
  font-size: 20px;
  display: block;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm {
  padding: 130px 30px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .modalForm .modal-content .modal-body .wrapConentForm .wrapForm {
    padding: 60px 15px;
  }
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm .wrapTitle {
  background: linear-gradient(266.24deg, #1c0747 -12.82%, #4c28ae 42.64%, #ad32de 102.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .modalForm .modal-content .modal-body .wrapConentForm .wrapForm .wrapTitle {
    font-size: 24px;
  }
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm .wrapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm .form-label {
  font-weight: 500;
  margin-left: 7px;
  margin-bottom: 7px;
}
.modalForm .modal-content .modal-body .wrapConentForm .wrapForm .form-control {
  border-radius: 15px;
  padding: 10px 15px;
  border: 2px solid #6a37e3;
}

.showTextDetail > * {
  font-size: 16px;
  color: #170f49;
  text-align: justify;
  overflow-x: auto;
  font-weight: 500;
}

.showTextDetail b {
  font-weight: 700;
}

.showTextDetail h1,
.showTextDetail h2 {
  font-size: 24px;
  font-weight: bold;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .showTextDetail h1,
.showTextDetail h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .showTextDetail h1,
.showTextDetail h2 {
    font-size: 16px;
  }
}

.showTextDetail h3,
.showTextDetail h4,
.showTextDetail h5,
.showTextDetail h6 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .showTextDetail h3,
.showTextDetail h4,
.showTextDetail h5,
.showTextDetail h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .showTextDetail h3,
.showTextDetail h4,
.showTextDetail h5,
.showTextDetail h6 {
    font-size: 14px;
  }
}

.showTextDetail table {
  width: 100%;
  border-collapse: collapse;
}

.showTextDetail table td {
  padding: 10px 15px;
  border: 1px solid #cbd5e1;
}

.showTextDetail > * {
  margin: 0 0 15px 0;
}

.showTextDetail img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow-x: hidden;
  border-radius: 10px;
}

.showTextDetail a {
  color: #592b1c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.showTextDetail a:hover {
  color: #170f49;
}

.showTextDetail > *:last-child {
  margin-bottom: 0;
}

/* btn-call */
.btn-call {
  background: #ff0909;
  border: 2px solid #ff0909;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(226, 25, 25, 0.3);
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .btn-call {
    bottom: 70px;
  }
}
@media only screen and (max-width: 576px) {
  .btn-call {
    right: 30px;
    width: 50px;
    height: 50px;
  }
}

.btn-call__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
  color: white;
  padding-top: 5px;
  transition: 0.3s all;
}
.btn-call__ico svg {
  fill: white;
  width: 40px;
}
@media only screen and (max-width: 576px) {
  .btn-call__ico svg {
    width: 30px;
  }
}

.btn-call:hover {
  background-color: #fff;
}

.btn-call:hover .btn-call__ico svg {
  fill: #ff0909;
  width: 30px;
}

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 0 rgba(207, 11, 38, 0.2), 0 0 0 0 rgba(207, 11, 38, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 15px rgba(207, 11, 38, 0.2), 0 0 0 0 rgba(207, 11, 38, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(26, 2, 158, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 0 rgba(207, 11, 38, 0.2), 0 0 0 0 rgba(207, 11, 38, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 15px rgba(207, 11, 38, 0.2), 0 0 0 0 rgba(207, 11, 38, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(226, 20, 6, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(240, 44, 37, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}