@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.woff2") format("woff2"), url("../fonts/inter.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Puhuiti";
  src: url("../fonts/puhuiti.woff2") format("woff2"), url("../fonts/puhuiti.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", "Puhuiti", sans-serif;
}
.hidden {
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
.btn {
  box-shadow: none !important;
}
.opacity0 {
  opacity: 0;
}
html {
  scroll-padding-top: 120px;
}
header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin: 20px;
  background-color: transparent;
  border-radius: 15px;
  transition: background-color 0.3s ease;
}
header.is-scrolled {
  background-color: rgba(248, 249, 250, 0.7);
  box-shadow: 0 8px 6px -10px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
}
header .logo {
  height: 30px;
  width: auto;
}
header .navbar {
  padding: 15px 0;
  background-color: transparent !important;
}
header .navbar .navbar-brand {
  padding: 0;
}
header .navbar .navbar-brand img {
  display: block;
}
header .navbar .nav-list {
  gap: 40px;
}
header .navbar .nav-list .nav-link {
  padding: 0;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
header .navbar .nav-list .nav-link:hover {
  color: #2365e9;
}
header .navbar .nav-list .nav-link.active {
  color: #2365e9;
  font-weight: 600;
}
main {
  min-height: 60vh;
}
main .welcome {
  margin-top: 180px;
}
main .welcome .thumbnail {
  width: 500px;
}
main .welcome .info {
  max-width: 490px;
}
main .welcome .info .title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .welcome .info .description {
  margin-top: 50px;
  color: #3a414f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .welcome .info .buttons {
  margin-top: 60px;
  gap: 15px;
}
main .welcome .info .buttons .btn {
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .welcome .info .buttons .contact {
  color: #eb2735;
  border-radius: 50px;
  border: 1px solid #eb2735;
}
main .welcome .info .buttons .contact:hover {
  background: #eb2735;
  color: #fff;
}
main .welcome .info .buttons .more {
  gap: 10px;
  color: #163063;
  text-decoration: none;
}
main .welcome .bg {
  top: -100px;
  left: -200px;
  width: 406.7px;
  height: 301.598px;
  transform: rotate(150deg);
  z-index: -1;
}
main .stats-section {
  margin-top: 160px;
}
main .stats-section .stats-list {
  gap: 26px;
}
main .stats-section .stats-list li {
  padding: 46px 26px;
  flex: 1;
  border-radius: 15px;
  background: #f3f3ff;
  transition: all 0.2s;
}
main .stats-section .stats-list li .number {
  color: #6165d7;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .stats-section .stats-list li .label {
  margin-top: 5px;
  color: #242c41;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .stats-section .stats-list li:hover {
  background: #7C70F6;
}
main .stats-section .stats-list li:hover .number,
main .stats-section .stats-list li:hover .label {
  color: #fff;
}
main .about {
  margin-top: 265px;
}
main .about h4.title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .about .description {
  margin-top: 23px;
  color: #3a414f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .about .solution {
  margin-top: 83px;
}
main .about .solution h6.title {
  color: #6165d7;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .about .solution .list {
  margin-top: 75px;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
main .about .solution .list li {
  padding: 25px 62px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
main .about .solution .list li .thumbnail {
  max-width: 100%;
}
main .about .solution .list li p {
  color: #3a414f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .about .bg {
  top: -60px;
  left: -420px;
  width: 544.975px;
  height: 404.139px;
  transform: rotate(66.015deg);
  z-index: -1;
}
main .shop {
  margin-top: 220px;
}
main .shop .head .title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .shop .head .control-btn {
  gap: 30px;
}
main .shop .head .control-btn .next svg {
  transform: rotate(180deg);
}
main .shop .swiper {
  margin-top: 52px;
}
main .shop .swiper .swiper-wrapper {
  padding: 0 2px;
}
main .shop .swiper .swiper-wrapper .swiper-slide {
  width: 115px;
  gap: 15px;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info {
  padding: 4px;
  border-radius: 50%;
  border: 2px solid #f2f4f4;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .box {
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  border: 4px solid #e0e2e3;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .box .thumbnail {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  object-fit: cover;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info.live {
  border-color: #e923654d;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info.live .box {
  border-color: #e92365;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .live {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #e92365;
  padding: 5px;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
main .shop .swiper .swiper-wrapper .swiper-slide .shop-name {
  max-width: 100%;
  overflow: hidden;
  color: #3a414f;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .shop .bg {
  top: 0;
  right: 0;
  width: 544.975px;
  height: 404.139px;
  transform: rotate(-93.015deg) translateX(220px) translateY(550px);
  z-index: -1;
}
main .bg-dark {
  margin-top: 152px;
  padding: 158px 0 227px;
  background: #373a40;
}
main .pos-system .info .title {
  color: #7bffed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .pos-system .info .description {
  margin-top: 62px;
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .pos-system .info ul {
  margin-top: 50px;
  list-style: disc;
  padding-left: 20px;
}
main .pos-system .info ul li {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 10px;
}
main .pos-system .info ul li:first-child {
  margin-top: 0;
}
main .pos-system .info .link {
  padding: 15px 30px;
  margin-top: 60px;
  border-radius: 50px;
  border: 1px solid #7bffed;
  background: #7bffed;
  color: #2d3038;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .pos-system .thumbnail {
  position: relative;
}
main .pos-system .thumbnail img {
  position: relative;
  z-index: 1;
  width: 752px;
  height: 564px;
}
main .pos-system .thumbnail:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  height: 341px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #8cfdff;
  filter: blur(185px);
  z-index: 0;
}
main .pos-system .swiper {
  margin-top: 130px;
}
main .pos-system .swiper img {
  width: 100%;
  border-radius: 5px;
}
main .online-shop {
  margin-top: 260px;
}
main .online-shop .title {
  color: #7bffed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .online-shop .content {
  gap: 90px;
}
main .online-shop .content .info ul {
  margin-top: 120px;
}
main .online-shop .content .info ul li {
  padding: 42px 20px;
  margin-bottom: 34px;
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 10px;
  background: rgba(123, 194, 255, 0.07);
}
main .online-shop .content .info ul li:last-child {
  margin-bottom: 0;
}
main .online-shop .content .info .btn {
  padding: 15px 50px;
  margin-top: 47px;
  border-radius: 50px;
  border: 1px solid #7bffed;
  color: #7bffed;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .online-shop .content .info .btn:hover {
  background: #7bffed;
  color: #2d3038;
}
main .online-shop .content .thumbnail {
  width: 580px;
  height: 580px;
}
main .delivery-system {
  margin-top: 186px;
  gap: 150px;
}
main .delivery-system .thumbnail {
  width: 450px;
  height: auto;
  object-fit: cover;
}
main .delivery-system .content .title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .delivery-system .content .description {
  margin-top: 45px;
  color: #3a414f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .delivery-system .content ul {
  margin-top: 30px;
}
main .delivery-system .content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 15px;
  color: #6165d7;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .delivery-system .content ul li::before {
  content: "";
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%236165D7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 11.0857V12.0057C21.9988 14.1621 21.3005 16.2604 20.0093 17.9875C18.7182 19.7147 16.9033 20.9782 14.8354 21.5896C12.7674 22.201 10.5573 22.1276 8.53447 21.3803C6.51168 20.633 4.78465 19.2518 3.61096 17.4428C2.43727 15.6338 1.87979 13.4938 2.02168 11.342C2.16356 9.19029 2.99721 7.14205 4.39828 5.5028C5.79935 3.86354 7.69279 2.72111 9.79619 2.24587C11.8996 1.77063 14.1003 1.98806 16.07 2.86572M22 4L12 14.01L9 11.01'/></svg>") no-repeat center / contain;
}
main .delivery-system .content ul li:last-child {
  margin-bottom: 0;
}
main .delivery-system .bg {
  top: -200px;
  right: -450px;
  width: 544.975px;
  height: 404.139px;
  transform: rotate(236deg);
  z-index: -1;
}
main .bonus-system {
  margin-top: 320px;
}
main .bonus-system .title {
  color: #163063;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .bonus-system .content {
  margin-top: 60px;
}
main .bonus-system .content ul {
  gap: 35px;
}
main .bonus-system .content ul li {
  min-width: 243px;
  padding: 10px 20px;
  border-radius: 100px;
  background: #fff8fa;
  gap: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .bonus-system .content .thumbnail {
  width: 536px;
  height: auto;
  object-fit: cover;
}
main .bonus-system .app {
  margin-top: 20px;
  gap: 10px;
}
main .bonus-system .description {
  max-width: 737px;
  margin: 116px auto 0;
  color: #1c1a19;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .bonus-system .bg {
  top: -50%;
  left: -400px;
  width: 544.975px;
  height: 404.139px;
  transform: rotate(45deg);
  z-index: -1;
}
main .course {
  margin-top: 250px;
}
main .course h4.title {
  color: #2365e9;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main .course .info {
  margin-top: 80px;
  gap: 90px;
}
main .course .info .description {
  max-width: 660px;
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .course .info .enroll {
  padding: 15px 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #2365e9;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main .course .content {
  margin-top: 80px;
  gap: 65px;
}
main .course .content > ul {
  flex: 1;
}
main .course .content > ul > li {
  padding: 28px 18px;
  margin-bottom: 23px;
  border-radius: 10px;
  background: #2365e90d;
}
main .course .content > ul > li:last-child {
  margin-bottom: 0;
}
main .course .content > ul > li ul {
  margin-top: 10px;
  list-style: disc;
  padding-left: 20px;
}
main .course .content > ul > li ul li {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
main .course .content > ul > li ul li:first-child {
  font-weight: 600;
  list-style: none;
  margin-left: -20px;
}
main .course .content .thumbnail {
  width: 460px;
  height: auto;
}
main .course .bg {
  right: -440px;
  bottom: -400px;
  width: 545px;
  height: auto;
  transform: rotate(240deg);
  z-index: -1;
}
main div.contact {
  margin-top: 190px;
}
main div.contact .title {
  color: #163063;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
main div.contact .sub-title {
  margin-top: 52px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main div.contact .description {
  margin-top: 20px;
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main div.contact > div {
  margin-top: 56px;
}
main div.contact ul {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 57px;
  row-gap: 30px;
}
main div.contact ul li {
  max-width: 400px;
}
main div.contact ul li .label {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main div.contact ul li a {
  margin-top: 10px;
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main div.contact .wt {
  gap: 37px;
}
main div.contact .wt .btn {
  padding: 15px 35px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
main div.contact .wt .btn.whatsApp {
  border: 1px solid #00cf18;
  color: #00cf18;
}
main div.contact .wt .btn.whatsApp:hover {
  color: #fff;
  background: #00cf18;
}
main div.contact .wt .btn.telegram {
  border: 1px solid #2365e9;
  color: #2365e9;
}
main div.contact .wt .btn.telegram:hover {
  color: #fff;
  background: #2365e9;
}
main div.contact .bg {
  bottom: -300px;
  left: -450px;
  transform: rotate(70deg);
  z-index: -1;
}
main .chat {
  margin-top: 65px;
  padding: 35px;
  border-radius: 30px;
  background: linear-gradient(90deg, #254480 0%, #163063 100%);
  z-index: 2;
}
main .chat .info {
  gap: 35px;
}
main .chat .info img {
  width: 75px;
  height: 75px;
}
main .chat .info .title {
  margin-bottom: 15px;
  color: #FFF;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%;
}
main .chat .info .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
main .chat .btn {
  padding: 15px;
  border-radius: 15px;
  background: #FFF;
  gap: 12px;
  color: #163063;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s;
}
main .chat .btn:hover {
  background: #EEEEEE;
}
main .ai-chat {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 480px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
main .ai-chat.hide {
  transform: translate(110%, 110%);
  opacity: 0;
}
main .ai-chat .head {
  padding: 20px 32px 20px 20px;
  background: linear-gradient(90deg, #254480 0%, #163063 100%);
}
main .ai-chat .head .left {
  gap: 15px;
}
main .ai-chat .head .left .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
main .ai-chat .head .left .text {
  gap: 5px;
}
main .ai-chat .head .left .text .title {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
main .ai-chat .head .left .text .description {
  color: #F5F5F5;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
main .ai-chat .head .right {
  gap: 30px;
}
main .ai-chat .head .right .scale .enlarge {
  display: none;
}
main .ai-chat .head .right .scale.hide .shrink {
  display: none;
}
main .ai-chat .head .right .scale.hide .enlarge {
  display: block;
}
main .ai-chat .head .right .close {
  transition: all 0.3s;
}
main .ai-chat .head .right .close:hover {
  transform: rotate(90deg);
}
main .ai-chat .bottom {
  height: 626px;
  transition: all 0.3s;
}
main .ai-chat .bottom.hide {
  height: 0;
}
main .ai-chat .bottom .content {
  max-height: 540px;
  overflow-y: auto;
  flex: 1;
  width: 100%;
  background-color: #fff;
  padding: 24px 19px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .ai-chat .bottom .content li {
  padding: 20px;
  max-width: 350px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
main .ai-chat .bottom .content li .text {
  margin-bottom: 6px;
}
main .ai-chat .bottom .content li .text a {
  color: #0a53be;
}
main .ai-chat .bottom .content li .time {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}
main .ai-chat .bottom .content li.ai {
  color: #000;
  background: #F1F5F9;
}
main .ai-chat .bottom .content li.ai .time {
  color: #878787;
}
main .ai-chat .bottom .content li.user {
  color: #fff;
  background: linear-gradient(180deg, #254480 0%, #163063 100%);
  margin-left: auto;
}
main .ai-chat .bottom .content li.user .time {
  color: #F4F4F4;
}
main .ai-chat .bottom .send-chat {
  height: 86px;
  padding: 20px 21px;
  border-top: 1px solid #E2E8F0;
  background: #FFF;
  gap: 6px;
}
main .ai-chat .bottom .send-chat .question {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  height: 45px;
  border-radius: 15px;
  background: #F3F3F5;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
main .ai-chat .bottom .send-chat .question::placeholder {
  color: #5F6B72;
}
main .ai-chat .bottom .send-chat .send {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: linear-gradient(180deg, #254480 0%, #163063 100%);
}
main .help-page {
  background-color: #F8F9FA;
  padding-top: 240px;
  padding-bottom: 126px;
  margin-bottom: -344px;
}
main .help-page .search-container {
  gap: 15px;
}
main .help-page .search-container .title {
  color: #163063;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
main .help-page .search-container .description {
  color: #3A414F;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
main .help-page .search-container .search-container .search-box {
  padding: 0 17px;
  margin-top: 25px;
  width: 716px;
  height: 50px;
  border-radius: 35px;
  border: 1px solid #E8EAEE;
  background: #FFF;
  gap: 10px;
}
main .help-page .search-container .search-container .search-box input {
  flex: 1;
  border: none;
  outline: none;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}
main .help-page .search-container .search-container .search-box input::placeholder {
  color: #808080;
  font-weight: 400;
}
main .help-page .search-container .search-container ul {
  border: 1px solid #E8EAEE;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 75px;
  left: 0;
}
main .help-page .search-container .search-container ul li a {
  display: block;
  font-size: 14px;
  width: 100%;
  transition: all 0.3s;
  padding: 8px;
  border-radius: 5px;
}
main .help-page .search-container .search-container ul li a:hover {
  background-color: #efefef;
}
main .help-page .category-list {
  margin-top: 86px;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  column-gap: 23px;
}
main .help-page .category-list a {
  display: block;
  padding: 36px 30px 40px;
  height: 100%;
  border-radius: 35px;
  border: 2px solid #E8EAEE;
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
main .help-page .category-list a .title {
  margin-top: 40px;
  color: #000D26;
  font-size: 18px;
  font-weight: 600;
}
main .help-page .category-list a .description {
  margin-top: 14px;
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
main .help-page .questions {
  margin-top: 120px;
}
main .help-page .questions .head .left {
  gap: 10px;
  color: #163063;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
}
main .help-page .questions .head .right {
  gap: 15px;
}
main .help-page .questions .head .right a {
  border-radius: 15px;
  background: rgba(217, 223, 253, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  transition: all 0.3s;
}
main .help-page .questions .head .right a:hover {
  background: rgba(217, 223, 253, 0.5);
}
main .help-page .questions .head .right a.next svg {
  transform: rotate(180deg);
}
main .help-page .questions .swiper {
  margin-top: 35px;
}
main .help-page .questions .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px 30px;
  border-radius: 25px;
  border: 1px solid #E8EAEE;
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
main .help-page .questions .swiper .swiper-slide .q {
  color: #1D2630;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
main .help-page .questions .swiper .swiper-slide .category {
  gap: 8px;
  color: #585C5E;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
main .help-page .bg {
  z-index: 0;
}
main .help-page .bg.top {
  width: 406px;
  height: 302px;
  top: -100px;
  left: -160px;
  transform: rotate(147deg);
}
main .help-page .bg.bottom {
  width: 460px;
  height: 340px;
  bottom: -50px;
  right: -280px;
  transform: rotate(-60deg);
}
main .question-page {
  background-color: #F8F9FA;
  padding-top: 140px;
  padding-bottom: 126px;
  margin-bottom: -344px;
  position: relative;
}
main .question-page .content {
  gap: 25px;
}
main .question-page .content .side-bar {
  width: 304px;
  height: fit-content;
  padding: 20px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  gap: 15px;
  position: sticky;
  top: 100px;
}
main .question-page .content .side-bar a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
}
main .question-page .content .side-bar a.active {
  border-radius: 35px;
  background: rgba(235, 39, 53, 0.05);
  color: #EB2735;
  font-weight: 600;
}
main .question-page .content .side-bar a.active svg,
main .question-page .content .side-bar a.active path {
  stroke: #EB2735;
  stroke-width: 1.8px;
}
main .question-page .content .side-bar a:not(.active):hover {
  color: #000000;
}
main .question-page .content .side-bar a:not(.active):hover svg,
main .question-page .content .side-bar a:not(.active):hover path {
  stroke: #000000;
}
main .question-page .content .questions {
  flex: 1;
  min-height: 550px;
  height: fit-content;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: 35px;
}
main .question-page .content .questions .title {
  margin-bottom: 42px;
  color: #163063;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
}
main .question-page .content .questions .question-title-list {
  margin-bottom: 75px;
  gap: 18px;
}
main .question-page .content .questions .question-title-list a {
  color: #163063;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}
main .question-page .content .questions .question-title-list a:hover {
  color: #0c224d;
}
main .question-page .content .questions .question-list {
  gap: 50px;
}
main .question-page .content .questions .question-list h6 {
  margin-bottom: 15px;
  color: #000D26;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
main .question-page .content .questions .empty {
  min-height: 320px;
  gap: 16px;
}
main .question-page .content .questions .empty img {
  width: 80px;
  height: 80px;
}
main .question-page .content .questions .empty p {
  color: #707070;
  font-size: 14px;
}
main .question-page .bg {
  z-index: 0;
}
main .question-page .bg.top {
  width: 406px;
  height: 302px;
  top: -100px;
  left: -160px;
  transform: rotate(147deg);
}
main .question-page .bg.left-middle {
  width: 424px;
  height: 314px;
  bottom: -200px;
  left: -200px;
  transform: rotate(60deg);
}
main .question-page .bg.bottom {
  width: 460px;
  height: 340px;
  bottom: 50%;
  right: -300px;
  transform: rotate(-60deg) translate(-30%, 20%);
}
main .question-page .detail {
  flex: 1;
}
main .question-page .detail .question {
  padding: 35px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
main .question-page .detail .question .title {
  margin-bottom: 15px;
  color: #1D2630;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
main .question-page .detail .question .answer {
  color: #646464;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
main .question-page .detail .other-question {
  margin-top: 77px;
}
main .question-page .detail .other-question .title {
  margin-bottom: 30px;
  color: #163063;
  font-size: 23px;
  font-weight: 600;
  line-height: 120%;
}
main .question-page .detail .other-question ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
main .question-page .detail .other-question ul li {
  padding: 32px 30px;
  border-radius: 25px;
  border: 1px solid #E8EAEE;
  background: #FFF;
}
main .question-page .detail .other-question ul li .q {
  margin-bottom: 14px;
  color: #1D2630;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}
main .question-page .detail .other-question ul li .category {
  gap: 8px;
  color: #585C5E;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}
footer {
  margin-top: 344px;
  background: #373a40;
  padding: 85px 0 160px;
  overflow: hidden;
}
footer .left a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer .left .description {
  max-width: 268px;
  margin-top: 25px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
footer .nav {
  gap: 55px;
}
footer .nav .links .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
footer .nav .links ul {
  margin-top: 25px;
  gap: 16px;
}
footer .nav .links ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer .socials .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
footer .socials ul {
  margin-top: 25px;
  gap: 10px;
}
footer .bottom {
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid #555;
}
footer .bottom .copyright {
  color: #C2C2C2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer .bottom .payment {
  gap: 28px;
}
footer .bottom .terms,
footer .bottom .privacy-policy {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
footer .bottom .terms {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #fff;
}
footer:after,
footer:before {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  background-color: #EFE6FF;
  filter: blur(185px);
}
footer:after {
  bottom: -90px;
  right: -170px;
}
footer:before {
  top: -30px;
  left: -90px;
}
.custom-dropdown .dropdown-btn {
  padding: 0;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background-color: transparent;
  border: none;
  gap: 4px;
}
.custom-dropdown .dropdown-btn:active {
  background-color: #fff;
  color: #000;
}
.custom-dropdown .dropdown-btn:after {
  content: none;
}
.custom-dropdown .dropdown-btn svg {
  transition: all 0.3s;
}
.custom-dropdown .dropdown-btn.show svg {
  transform: rotate(180deg);
}
.custom-dropdown .dropdown-menu {
  transform: translateY(6px);
  min-width: fit-content;
  padding: 9px 12px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
  border: none;
}
.custom-dropdown .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 6px 8px;
}
.custom-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f1f1f1;
}
.ref-modal .modal-content {
  width: 420px;
  height: 419px;
  border-radius: 30px;
  border: none;
  background: #FFF;
}
.ref-modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px 37px 47px;
}
.ref-modal .modal-content .modal-body svg {
  margin-bottom: 20px;
}
.ref-modal .modal-content .modal-body .title {
  margin-top: 23px;
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.ref-modal .modal-content .modal-body .description {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
}
.ref-modal .modal-content .modal-body .description strong {
  color: #000;
  font-weight: 500;
}
.ref-modal .modal-content .modal-body .btn {
  margin-top: 46px;
  padding: 16px;
  width: 100%;
  border-radius: 10px;
  background: #E92365;
  border-color: #E92365;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.full-description ul {
  list-style: initial;
  padding-left: 32px;
}
.full-description a {
  color: #0d6efd;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 85px;
  }
  .container {
    padding: 0 20px;
  }
  header.container {
    padding: 0;
    width: calc(100% - 40px);
  }
  header .navbar .mobile-logo img {
    height: 20px;
  }
  header .navbar .navbar-toggler {
    padding: 0;
    border: none;
    box-shadow: none !important;
  }
  header .navbar .navbar-collapse .nav-list {
    margin-top: 30px;
    gap: 15px;
    align-items: start;
  }
  main {
    margin-top: 92px;
  }
  main .welcome {
    margin-top: 15px;
    gap: 30px;
  }
  main .welcome .thumbnail {
    width: 80%;
  }
  main .welcome .info {
    max-width: 100%;
  }
  main .welcome .info .title {
    font-size: 20px;
  }
  main .welcome .info .description {
    margin-top: 15px;
    font-size: 13px;
  }
  main .welcome .info .buttons {
    margin-top: 30px;
  }
  main .welcome .info .buttons .btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  main .welcome .bg {
    width: 226px;
    height: 168px;
    top: -50px;
    left: -150px;
    transform: rotate(125deg);
  }
  main .stats-section {
    margin-top: 47px;
  }
  main .stats-section .stats-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
  main .stats-section .stats-list li {
    padding: 35px 15px;
  }
  main .stats-section .stats-list li .number {
    font-size: 35px;
  }
  main .stats-section .stats-list li .label {
    font-size: 10px;
  }
  main .about {
    margin-top: 100px;
  }
  main .about h4.title {
    font-size: 20px;
  }
  main .about .description {
    margin-top: 15px;
    font-size: 13px;
  }
  main .about .solution {
    margin-top: 63px;
  }
  main .about .solution h6.title {
    font-size: 14px;
  }
  main .about .solution .list {
    margin-top: 28px;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  main .about .solution .list li {
    padding: 20px 42px;
  }
  main .about .solution .list li .thumbnail {
    max-width: 100%;
  }
  main .about .solution .list li p {
    font-size: 14px;
  }
  main .about .bg {
    top: -80px;
    left: -210px;
    width: 278px;
    height: 206.157px;
  }
  main .shop {
    margin-top: 80px;
  }
  main .shop .head .title {
    font-size: 20px;
  }
  main .shop .swiper {
    margin-top: 24px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide {
    width: 60px;
    gap: 8px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-info {
    padding: 2px;
    border: 1px solid #e923654d;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .box {
    border: 2.5px solid #e92365;
    padding: 2px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .box .thumbnail {
    width: 46px;
    height: 46px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-info .live {
    border-radius: 3px;
    font-size: 7px;
  }
  main .shop .swiper .swiper-wrapper .swiper-slide .shop-name {
    font-size: 14px;
  }
  main .shop .bg {
    top: 0;
    right: 0;
    width: 544.975px;
    height: 404.139px;
    transform: rotate(-93.015deg) translateX(220px) translateY(550px);
    z-index: -1;
  }
  main .bg-dark {
    margin-top: 55px;
    padding: 83px 0 90px;
  }
  main .pos-system .info .title {
    max-width: 200px;
    font-size: 20px;
  }
  main .pos-system .info .description {
    margin-top: 46px;
    font-size: 14px;
  }
  main .pos-system .info ul {
    margin-top: 25px;
  }
  main .pos-system .info ul li {
    font-size: 14px;
  }
  main .pos-system .info .link {
    padding: 10px 25px;
    margin-top: 43px;
    font-size: 13px;
  }
  main .pos-system .thumbnail {
    text-align: center;
    margin-top: 40px;
  }
  main .pos-system .thumbnail img {
    width: 80%;
    height: auto;
  }
  main .pos-system .thumbnail:after {
    width: 240px;
    height: 240px;
    filter: blur(185px);
  }
  main .pos-system .swiper {
    margin-top: 54px;
  }
  main .pos-system .swiper img {
    width: 100%;
  }
  main .online-shop {
    margin-top: 66px;
  }
  main .online-shop .title {
    font-size: 20px;
  }
  main .online-shop .content {
    gap: 28px;
  }
  main .online-shop .content .info ul {
    margin-top: 26px;
  }
  main .online-shop .content .info ul li {
    padding: 30px 15px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  main .online-shop .content .info ul li:last-child {
    margin-bottom: 0;
  }
  main .online-shop .content .info .btn {
    padding: 10px 35px;
    margin-top: 30px;
    font-size: 14px;
  }
  main .online-shop .content .thumbnail {
    width: 90%;
    height: auto;
  }
  main .delivery-system {
    margin-top: 70px;
    gap: 42px;
  }
  main .delivery-system .thumbnail {
    width: 80%;
    height: auto;
  }
  main .delivery-system .content .title {
    font-size: 20px;
  }
  main .delivery-system .content .description {
    margin-top: 27px;
    font-size: 14px;
  }
  main .delivery-system .content ul {
    margin-top: 25px;
  }
  main .delivery-system .content ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  main .delivery-system .content ul li:last-child {
    margin-bottom: 0;
  }
  main .delivery-system .bg {
    top: -180px;
    right: -220px;
    width: 332.017px;
    height: 246.215px;
    transform: rotate(220deg);
    z-index: -1;
  }
  main .bonus-system {
    margin-top: 100px;
  }
  main .bonus-system .title {
    font-size: 20px;
  }
  main .bonus-system .content {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
    gap: 23px;
  }
  main .bonus-system .content ul {
    gap: 10px;
  }
  main .bonus-system .content ul li {
    min-width: auto;
    padding: 10px;
    font-size: 13px;
  }
  main .bonus-system .thumbnail {
    margin: 60px auto 0;
    width: 90%;
    height: auto;
    object-fit: cover;
  }
  main .bonus-system .description {
    max-width: 100%;
    margin: 13px auto 0;
    font-size: 13px;
  }
  main .bonus-system .bg {
    top: -180px;
    left: -180px;
    width: 264.181px;
    height: 195.909px;
    transform: rotate(60deg);
    z-index: -1;
  }
  main .course {
    margin-top: 80px;
  }
  main .course h4.title {
    font-size: 20px;
  }
  main .course .info {
    margin-top: 20px;
    gap: 30px;
  }
  main .course .info .description {
    max-width: 100%;
    font-size: 13px;
  }
  main .course .info .enroll {
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
  }
  main .course .content {
    margin-top: 50px;
    gap: 32px;
  }
  main .course .content > ul > li {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  main .course .content > ul > li ul li {
    font-size: 14px;
  }
  main .course .content .thumbnail {
    width: 80%;
    margin: 0 auto;
  }
  main .course .bg {
    right: -220px;
    bottom: -280px;
    width: 304.848px;
    height: 226.067px;
    transform: rotate(240deg);
  }
  main div.contact {
    margin-top: 100px;
  }
  main div.contact .title {
    font-size: 20px;
  }
  main div.contact .sub-title {
    margin-top: 40px;
    font-size: 16px;
  }
  main div.contact .description {
    margin-top: 10px;
    font-size: 14px;
  }
  main div.contact > div {
    margin-top: 42px;
    gap: 57px;
  }
  main div.contact ul {
    gap: 36px;
  }
  main div.contact ul li {
    max-width: 100%;
  }
  main div.contact ul li .label {
    font-size: 16px;
  }
  main div.contact ul li a {
    margin-top: 5px;
    font-size: 14px;
  }
  main div.contact .wt {
    gap: 30px;
  }
  main div.contact .wt .btn {
    padding: 10px 45px;
    font-size: 14px;
  }
  main div.contact .bg {
    bottom: -240px;
    left: -200px;
    width: 304.848px;
    height: 226.067px;
    transform: rotate(48deg);
  }
  main .chat {
    margin-top: 40px;
  }
  main .chat .info {
    gap: 15px;
  }
  main .chat .info .title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  main .chat .info .description {
    font-size: 15px;
  }
  main .chat .btn {
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 14px;
  }
  main .help-page {
    padding-top: 160px;
    padding-bottom: 46px;
    margin-top: -100px;
    margin-bottom: -130px;
  }
  main .help-page .search-container {
    gap: 8px;
  }
  main .help-page .search-container .title {
    font-size: 27px;
  }
  main .help-page .search-container .description {
    font-size: 13px;
  }
  main .help-page .search-container .search-container {
    width: 100%;
  }
  main .help-page .search-container .search-container .search-box {
    margin-top: 17px;
    width: 100%;
    height: 45px;
  }
  main .help-page .search-container .search-container .search-box input {
    font-size: 13px;
  }
  main .help-page .search-container .search-container ul {
    top: 62px;
  }
  main .help-page .search-container .search-container ul li a {
    font-size: 13px;
  }
  main .help-page .category-list {
    margin-top: 35px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 11px;
    column-gap: 11px;
    z-index: 2;
  }
  main .help-page .category-list a {
    padding: 30px 20px 50px;
    border-radius: 30px;
    border: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  }
  main .help-page .category-list a .title {
    margin-top: 23px;
    font-size: 15px;
  }
  main .help-page .category-list a .description {
    margin-top: 10px;
    font-size: 11px;
  }
  main .help-page .questions {
    margin-top: 68px;
  }
  main .help-page .questions .head .left {
    gap: 5px;
    font-size: 16px;
  }
  main .help-page .questions .swiper {
    margin-top: 30px;
  }
  main .help-page .questions .swiper .swiper-slide {
    padding: 30px 20px;
  }
  main .help-page .questions .swiper .swiper-slide .q {
    margin-bottom: 10px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
  main .help-page .questions .swiper .swiper-slide .category {
    gap: 8px;
    font-size: 13px;
  }
  main .help-page .bg {
    z-index: 0;
  }
  main .help-page .bg.top {
    width: 226px;
    height: 168px;
    top: -56px;
    left: -85px;
    transform: rotate(135deg);
  }
  main .help-page .bg.bottom {
    width: 278px;
    height: 206px;
    bottom: 53%;
    right: -245px;
    transform: rotate(-85deg) translateX(-150%);
  }
  main .question-page {
    padding-top: 90px;
    padding-bottom: 46px;
    margin-top: -90px;
    margin-bottom: -130px;
  }
  main .question-page .content .side-bar {
    width: calc(100vw - 40px);
    overflow-x: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    flex-wrap: nowrap;
    gap: 5px;
    border-radius: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  main .question-page .content .side-bar::-webkit-scrollbar {
    display: none;
  }
  main .question-page .content .side-bar a {
    text-wrap: nowrap;
    gap: 8px;
    border-radius: 40px;
    border: 1px solid #E8EAEE;
    background: #FFF;
    font-size: 13px;
  }
  main .question-page .content .side-bar a.active {
    border-radius: 40px;
    border: 1px solid #E8EAEE;
    background: linear-gradient(90deg, #F3636D 0%, #EB2735 100%);
    color: #fff;
  }
  main .question-page .content .side-bar a.active svg,
  main .question-page .content .side-bar a.active path {
    stroke: #FFFFFF;
  }
  main .question-page .content .side-bar a:not(.active):hover {
    color: #000000;
  }
  main .question-page .content .side-bar a:not(.active):hover svg,
  main .question-page .content .side-bar a:not(.active):hover path {
    stroke: #000000;
  }
  main .question-page .content .questions {
    min-height: 400px;
    border-radius: 20px;
    padding: 20px;
    z-index: 2;
  }
  main .question-page .content .questions .title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  main .question-page .content .questions .question-title-list {
    margin-bottom: 45px;
    gap: 25px;
  }
  main .question-page .content .questions .question-title-list a {
    font-size: 15px;
  }
  main .question-page .content .questions .question-list {
    gap: 13px;
  }
  main .question-page .content .questions .question-list h6 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  main .question-page .content .questions .question-list p {
    font-size: 14px;
  }
  main .question-page .content .questions .empty {
    min-height: 230px;
  }
  main .question-page .content .bg {
    z-index: 0;
  }
  main .question-page .content .bg.top {
    width: 226px;
    height: 168px;
    top: -100px;
    left: -85px;
    transform: rotate(135deg);
  }
  main .question-page .content .bg.bottom {
    width: 278px;
    height: 206px;
    bottom: 53%;
    right: -245px;
    transform: rotate(-85deg) translateX(-150%);
  }
  main .question-page .detail .question {
    padding: 20px 20px 28px;
    border-radius: 20px;
  }
  main .question-page .detail .question .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  main .question-page .detail .question .answer {
    font-size: 15px;
  }
  main .question-page .detail .other-question {
    margin-top: 50px;
  }
  main .question-page .detail .other-question .title {
    margin-bottom: 30px;
    font-size: 16px;
  }
  main .question-page .detail .other-question ul {
    gap: 8px;
    max-width: calc(100vw - 40px);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  main .question-page .detail .other-question ul::-webkit-scrollbar {
    display: none;
  }
  main .question-page .detail .other-question ul li {
    padding: 30px 20px;
    min-width: 230px;
  }
  main .question-page .detail .other-question ul li .q {
    margin-bottom: 10px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }
  main .question-page .detail .other-question ul li .category {
    gap: 8px;
    font-size: 13px;
  }
  footer {
    margin-top: 130px;
    padding: 44px 0 55px;
  }
  footer .logo {
    height: 26px;
    width: 120px;
  }
  footer .left .description {
    max-width: 100%;
    font-size: 13px;
    font-weight: 300;
  }
  footer .nav {
    margin-top: 38px;
    gap: 50px;
  }
  footer .nav .links .title {
    font-size: 14px;
  }
  footer .nav .links ul li a {
    font-size: 14px;
  }
  footer .socials {
    margin-top: 70px;
  }
  footer .socials .title {
    font-size: 14px;
  }
  footer .socials ul {
    margin-top: 20px;
  }
  footer .bottom {
    gap: 20px;
  }
  footer .bottom .copyright {
    color: #E2E2E2;
    font-size: 12px;
    font-weight: 300;
  }
  footer .bottom .terms,
  footer .bottom .privacy-policy {
    font-size: 13px;
  }
  footer:after,
  footer:before {
    width: 140px;
    height: 140px;
    background-color: #EFE6FF;
    filter: blur(130px);
  }
  footer:after {
    bottom: -50px;
    right: -100px;
  }
  footer:before {
    top: -50px;
    left: -85px;
  }
  .ref-modal .modal-content {
    width: 100%;
  }
  .mobile-menu.fade .modal-dialog {
    transform: translate(100%, 0);
    transition: transform 0.2s ease-out;
  }
  .mobile-menu.show .modal-dialog {
    transform: none;
  }
  .mobile-menu .modal-content {
    width: 70%;
    margin-left: auto;
  }
  .mobile-menu .modal-content .modal-body {
    padding: 58px 28px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .mobile-menu .modal-content .modal-body .menu-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    z-index: 1;
  }
  .mobile-menu .modal-content .modal-body .menu-content::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .mobile-menu .modal-content .modal-body .nav-list {
    gap: 25px;
  }
  .mobile-menu .modal-content .modal-body .nav-list li a svg {
    transition: all 0.3s;
  }
  .mobile-menu .modal-content .modal-body .nav-list li a:not(.collapsed) svg {
    transform: rotate(180deg);
  }
  .mobile-menu .modal-content .modal-body .nav-list li .nav-link {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .mobile-menu .modal-content .modal-body .nav-list li .nav-link.active {
    color: #163063;
    font-weight: 600;
  }
  .mobile-menu .modal-content .modal-body .nav-list li.custom-collapse .content {
    padding-top: 25px;
  }
  .mobile-menu .modal-content .modal-body .nav-list li ul li {
    margin-bottom: 25px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
  .mobile-menu .modal-content .modal-body .nav-list li ul li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu .modal-content .modal-body .custom-dropdown {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #C1C1C133;
  }
  .mobile-menu .modal-content .modal-body .custom-dropdown .dropdown-menu {
    transform: translate3d(0px, 62px, 0px) !important;
  }
  .mobile-menu .modal-content .modal-body .info {
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid #C1C1C133;
  }
  .mobile-menu .modal-content .modal-body .info .socials {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
    row-gap: 15px;
  }
  .mobile-menu .modal-content .modal-body .info .contact {
    margin-top: 67px;
    gap: 20px;
  }
  .mobile-menu .modal-content .modal-body .info .contact h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .mobile-menu .modal-content .modal-body .info .contact a {
    margin-top: 5px;
    color: #231F20;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .mobile-menu .modal-content .modal-body .payment {
    gap: 23px;
    margin-top: auto;
    padding-top: 32px;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .mobile-menu .modal-content .modal-body .bg {
    width: 278px;
    height: 206.157px;
  }
  .mobile-menu .modal-content .modal-body .bg.left {
    top: 35%;
    right: -60%;
    transform: rotate(290deg);
  }
  .mobile-menu .modal-content .modal-body .bg.bottom {
    bottom: -5%;
    left: -50%;
    transform: rotate(50deg);
  }
  .mobile-ai-chat.fade .modal-dialog {
    transform: translate(0, 80%);
    transition: transform 0.2s ease-out;
    display: flex;
  }
  .mobile-ai-chat.show .modal-dialog {
    transform: none;
  }
  .mobile-ai-chat .modal-content {
    height: 80%;
    margin-top: auto;
    background-color: transparent;
  }
  .mobile-ai-chat .modal-content .modal-body {
    overflow: hidden;
    padding: 0;
  }
  .mobile-ai-chat .modal-content .modal-body .hide {
    position: static;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    box-shadow: none;
  }
  .mobile-ai-chat .modal-content .modal-body .hide .head .left .text .title {
    font-size: 16px;
  }
  .mobile-ai-chat .modal-content .modal-body .hide .head .left .text .description {
    color: #B6BECC;
    font-size: 13px;
  }
  .mobile-ai-chat .modal-content .modal-body .hide .bottom {
    flex: 1;
    margin-top: auto;
    background-color: red;
  }
  .mobile-ai-chat .modal-content .modal-body .hide .bottom .content {
    flex: 1;
    max-height: none;
  }
  .mobile-ai-chat .modal-content .modal-body .hide .bottom .content li {
    max-width: 320px;
  }
  .mobile-ai-chat .modal-content .modal-body .hide .bottom .content li .text {
    font-size: 14px;
  }
  .mobile-ai-chat .modal-content .modal-body .hide .bottom .content li .time {
    font-size: 11px;
  }
  .mobile-ai-chat .modal-content .modal-body .hide .bottom .send-chat .question {
    font-size: 14px;
  }
}
/*# sourceMappingURL=index.css.map */
