header .collapse:not(.show) {
  display: block;
}

.new-header .navbar {
  height: auto;
  padding: 0;
}

.new-header p,
.new-header ul {
  margin: 0;
}

.new-header .btn-sm {
  height: 32px;
  line-height: 28px;
  padding: 0 14px;
  font-size: 14px;
}

.new-header .btn-sm.btn-primary {
  color: #fff;
}

.new-header .drop-menu .menu {
  white-space: initial;
}

.header .nav-item .nav-link {
  color: #3d454d;
  padding: 0;
  padding-bottom: 0px !important;
}

.new-header .drop-menu .nav-link::after {
  position: initial;
}

.new-header .fs-12 {
  font-size: 12px;
}

.new-header a {
  color: #212121;
  text-decoration: none;
}
.new-header .link-hover:hover {
  color: #4778ff;
}
.new-header .text-info {
  color: #616C7D;
}

.fw-medium {
  font-weight: 700;
}

.gap-20 {
  gap: 20px !important;
}

.gap-12 {
  gap: 12px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.gt-bg3 {
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 60%, #FD6A0F 100%);
}

.gt-bg1 {
  background: linear-gradient(90deg, #2D65FF 0%, #BB5CF2 100%);
}

.gt-bg3.text-gt {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gt-bg1.text-gt {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.new-header .row > * {
  margin: 0;
  padding: 0;
}

.new-footer.bg-dark {
  background: #081A2D !important;
}

.text-gray {
  color: #8D96A4;
}

.footer p,
.footer ul,
.footer .title {
  margin: 0;
  padding: 0;
}

.footer a {
  opacity: 1;
}

.footer ul li {
  padding-bottom: 0;
}

.footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  gap: 8px;
}

.btn-xl {
  height: 64px;
  font-size: 18px;
  padding: 0 34px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .header .drop-menu:hover .menu {
    width: -moz-max-content;
    width: max-content;
  }
  .col-lg-3 {
    flex: 1 1 20%;
  }
}
@media (min-width: 1280px) {
  .new-header .drop-menu .porduct-menu .new {
    width: 340px;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xl-32 {
    padding-bottom: 32px !important;
  }
  .ps-xl-32 {
    padding-left: 32px !important;
  }
  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .gap-xl-32 {
    gap: 32px !important;
  }
}
@media (min-width: 1600px) {
  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .gap-xxl-12 {
    gap: 12px !important;
  }
  .gap-xxl-20 {
    gap: 20px !important;
  }
  .header .container {
    max-width: 1432px;
  }
}
.new-header {
  position: relative;
}
@media (max-width: 991.98px) {
  .new-header .navbar-collapse.collapse:not(.show) {
    display: none;
  }
}
.new-header .navbar-toggler {
  display: none;
}
.new-header .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6h16M4 12.5h16M4 19h16" stroke="%23081A2D" stroke-width="1.5" stroke-linecap="round"/></svg>');
}
.new-header .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.298 17.305L6.692 6.698M6.688 17.302L17.295 6.695" stroke="%23081A2D" stroke-width="1.5" stroke-linecap="round"/></svg>');
}
@media (max-width: 991.98px) {
  .new-header .navbar-toggler {
    display: block;
  }
}
.new-header .navbar-cont {
  flex-wrap: wrap;
}
.new-header .navbar-cont .navbar-collapse {
  order: 1;
  flex-basis: 100%;
  flex-grow: 1;
  position: relative;
}
.new-header .navbar-cont .navbar-collapse::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(141, 150, 164, 0.3019607843);
  position: absolute;
  top: 0;
  left: calc((-100vw + 100%) / 2);
}
.new-header .navbar-brand {
  height: 60px;
}
.new-header .navbar-brand img {
  width: 92px;
  height: 32px;
}
.new-header .drop-menu {
  position: relative;
}
.new-header .drop-menu .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.new-header .drop-menu .nav-link::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 5.25L7 8.75l3.5-3.5" stroke="%23081A2D" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right;
  transition: 0.5s all;
}
.new-header .drop-menu .menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #fff;
}
.new-header .drop-menu.active .menu {
  max-height: 1500px;
}
.new-header .drop-menu.active .nav-link {
  color: #2D65FF;
}
.new-header .drop-menu.active .nav-link::after {
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 5.25L7 8.75l3.5-3.5" stroke="%232D65FF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.new-header .nav-link {
  text-decoration: none;
}
.new-header .search-icon svg {
  width: 20px;
  height: 20px;
}
.new-header .search-icon:hover svg {
  color: #2D65FF;
}
@media (min-width: 992px) {
  .new-header .navbar-cont {
    flex-wrap: nowrap;
    gap: 16px;
  }
  .new-header .navbar-cont .navbar-collapse {
    order: 0;
    flex-basis: auto;
  }
  .new-header .navbar-cont .navbar-collapse::before {
    display: none;
  }
  .new-header .navbar-nav .nav-link {
    padding: 0 8px;
    height: 60px;
    line-height: 60px;
  }
  .new-header .drop-menu .menu {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 101%;
    left: 0;
    z-index: 60;
    max-height: 0;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: none;
  }
  .new-header .drop-menu .nav-link {
    gap: 4px;
  }
  .new-header .drop-menu .nav-link::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.121 7.06l-4.06 4.061L4 7.061" stroke="%23081A2D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right;
    transition: 0.5s all;
  }
  .new-header .drop-menu:hover .menu {
    max-height: 800px;
    border: 1px solid rgba(141, 150, 164, 0.3019607843);
    display: block;
  }
  .new-header .drop-menu:hover .nav-link {
    color: #2D65FF;
  }
  .new-header .drop-menu:hover .nav-link::after {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.121 7.06l-4.06 4.061L4 7.061" stroke="%232D65FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: rotate(-180deg);
  }
}
@media (min-width: 1280px) {
  .new-header .navbar-cont {
    gap: 32px;
  }
  .new-header .navbar-brand img {
    width: 92px;
    height: 32px;
  }
  .new-header .navbar-nav .nav-link {
    padding: 0 16px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
  .new-header .search-icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1600px) {
  .new-header .navbar-cont {
    gap: 56px;
  }
  .new-header .navbar-brand img {
    width: 132px;
    height: 46px;
  }
  .new-header .navbar-nav .nav-link {
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
  }
  .new-header .search-icon svg {
    width: 28px;
    height: 28px;
  }
}

.new-header {
  border-bottom: 1px solid #F7F8FD;
}
@media (max-width: 991.98px) {
  .new-header .navbar {
    max-height: 100vh;
    overflow: auto;
  }
}
.new-header .navbar-nav .nav-link {
  font-size: 14px;
}
.new-header .badge {
  display: inline-block;
  padding: 2px 4px;
  background: linear-gradient(90deg, rgba(45, 101, 255, 0.2) 0%, rgba(118, 221, 255, 0.2) 100%);
  border-radius: 8px 1px 8px 1px;
  top: -8px;
  margin-left: 4px;
}
.new-header .drop-menu .menu .online li:not(:last-child) {
  margin-bottom: 8px;
}
.new-header .drop-menu .menu .link-item:hover {
  background: rgba(45, 101, 255, 0.0784313725);
  border-radius: 8px;
  color: #081A2D;
  text-decoration: none;
}
.new-header .drop-menu .porduct-menu .desktop .badge {
  display: inline-block;
  padding: 2px 4px;
  background: linear-gradient(90deg, rgba(45, 101, 255, 0.2) 0%, rgba(187, 92, 242, 0.2) 100%);
  border-radius: 8px 1px 8px 1px;
  top: -8px;
  margin-left: 4px;
}
.new-header .drop-menu .porduct-menu .desktop .badge i {
  padding-right: 0.2em;
}
.new-header .drop-menu .porduct-menu .desktop,
.new-header .drop-menu .porduct-menu .mobile {
  width: 250px;
}
.new-header .drop-menu .porduct-menu .desktop .product_item svg,
.new-header .drop-menu .porduct-menu .mobile .product_item svg {
  flex-shrink: 0;
}
.new-header .drop-menu .porduct-menu .desktop .product_item:hover,
.new-header .drop-menu .porduct-menu .mobile .product_item:hover {
  background: rgba(45, 101, 255, 0.0784313725);
  border-radius: 12px;
  color: #081A2D;
  text-decoration: none;
}
.new-header .drop-menu .porduct-menu .new {
  border-top: 1px solid rgba(141, 150, 164, 0.3019607843);
}
.new-header .drop-menu .porduct-menu .new .badge {
  background: linear-gradient(90deg, rgba(45, 101, 255, 0.2) 0%, rgba(187, 92, 242, 0.2) 100%);
}
.new-header .drop-menu .features-menu .online {
  width: 192px;
}
.new-header .drop-menu .avatar-pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.new-header .drop-menu .no-after::after {
  display: none !important;
}
@media (min-width: 992px) {
  .new-header .drop-menu .porduct-menu .desktop,
  .new-header .drop-menu .porduct-menu .mobile {
    width: 212px;
  }
  .new-header .drop-menu .porduct-menu .new {
    border-left: 1px solid rgba(141, 150, 164, 0.3019607843);
    border-top: 0;
  }
  .new-header .drop-menu .porduct-menu .new img {
    width: 234px;
    height: 104px;
  }
  .new-header .drop-menu .features-menu .online {
    width: 168px;
  }
  .new-header .drop-menu .knowledge {
    width: 622px;
    border-left: 1px solid rgba(141, 150, 164, 0.3019607843);
  }
  .new-header .drop-menu .avatar-pic {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1280px) {
  .new-header .header-download {
    font-size: 12px;
  }
  .new-header .drop-menu .porduct-menu .desktop,
  .new-header .drop-menu .porduct-menu .mobile {
    width: 250px;
  }
  .new-header .drop-menu .porduct-menu .new img {
    width: 288px;
    height: 128px;
  }
  .new-header .drop-menu .features-menu .online {
    width: 192px;
  }
  .new-header .drop-menu .knowledge {
    width: 622px;
  }
}
@media (min-width: 1600px) {
  .new-header .navbar-nav .nav-link {
    font-size: 16px;
  }
  .new-header .header-download {
    font-size: 14px;
  }
  .new-header .search-icon svg {
    width: 28px;
    height: 28px;
  }
  .new-header .drop-menu .avatar-pic {
    width: 32px;
    height: 32px;
  }
}

.new-footer a {
  color: #8D96A4;
  text-decoration: none;
  font-size: 14px;
}
.new-footer a:hover {
  color: #fff;
}
@media (min-width: 1600px) {
  .new-footer a {
    font-size: 16px;
  }
}
.new-footer .link-cont .title {
  position: relative;
}
.new-footer .link-cont .title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5l5 5 5-5" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.2s all linear;
}
.new-footer .link-cont .title.active::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 992px) {
  .new-footer .link-cont .title::after {
    display: none;
  }
}
.new-footer .link-cont .title + ul {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1600px) {
  .new-footer .link-cont .title + ul {
    font-size: 16px;
  }
}
.new-footer .link-cont .title.active + ul {
  max-height: 300px;
}
.new-footer .link-cont ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height linear 0.2s;
}
@media (min-width: 992px) {
  .new-footer .link-cont ul {
    max-height: inherit;
  }
}
.new-footer .form-wrap form {
  overflow: hidden;
}
.new-footer .form-wrap .text-subscribe-msg,
.new-footer .form-wrap .text-wrong-msg {
  font-size: 16px;
}
.new-footer .form-wrap .text-subscribe-msg img,
.new-footer .form-wrap .text-wrong-msg img {
  width: 16px;
}
.new-footer .form-wrap [name=email] {
  width: 100%;
  height: 50px;
  padding: 12px 18px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 1px solid #8D96A4;
  border-radius: 6px;
  outline: none;
}
.new-footer .form-wrap [name=email]::-moz-placeholder {
  color: #a2a7a9;
}
.new-footer .form-wrap [name=email]::placeholder {
  color: #a2a7a9;
}
.new-footer .form-wrap [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  border-radius: 6px;
  border: 0;
}
@media (min-width: 992px) {
  .new-footer .form-wrap {
    width: 220px;
  }
}
@media (min-width: 1280px) {
  .new-footer .form-wrap {
    width: 272px;
  }
}

.new-footer .ft-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@media (min-width: 1600px) {
  .new-footer .ft-top img {
    height: 72px;
  }
}
.new-footer .ft-logo p {
  max-width: 346px;
}
.new-footer .ft-center {
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.new-footer .ft-center .center-lft {
  flex: 1;
}
.new-footer .ft-center .center-rgt {
  width: 100%;
  max-width: 342px;
}
.new-footer .ft-center .center-rgt .btn {
  width: 100%;
  background: rgba(97, 108, 125, 0.6);
  border-radius: 12px;
}
.new-footer .ft-center .center-rgt .btn .tip {
  color: rgba(255, 255, 255, 0.8);
}
.new-footer .ft-center .center-rgt .btn:hover {
  background: rgba(97, 108, 125, 0.4);
}
@media (min-width: 992px) {
  .new-footer .ft-center {
    gap: 24px;
  }
  .new-footer .ft-center .center-rgt {
    width: 220px;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .new-footer .ft-center {
    gap: 50px;
  }
  .new-footer .ft-center .center-rgt {
    width: 272px;
  }
}
@media (min-width: 1600px) {
  .new-footer .ft-center {
    gap: 156px;
  }
}/*# sourceMappingURL=new-header-footer.css.map */