:root {
  --Linear: linear-gradient(90deg, #75CFFF 21.93%, #DEF0FF 68.86%); }

.title-heading {
  background: var(--Linear);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#page-congnghe {
  background: #001269; }

.congnghe-bannertop video {
  width: 100%;
  height: 100%; }

.congnghe-tichhop {
  padding: 72px 0;
  background-image: url(https://cdn.hstatic.net/files/200000472237/file/light-ray.png);
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat; }
  .congnghe-tichhop .container {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .congnghe-tichhop .congnghe-tichhop-heading {
    max-width: 693px; }
    .congnghe-tichhop .congnghe-tichhop-heading .subtitle {
      margin-bottom: 12px;
      color: #DEF0FF;
      font-size: 20px;
      font-weight: 700; }
    .congnghe-tichhop .congnghe-tichhop-heading .title {
      margin-bottom: 32px; }
    .congnghe-tichhop .congnghe-tichhop-heading .tab-menu {
      border-radius: 8px;
      border: 1px solid #007ED4;
      background: #091A6A;
      box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
      display: inline-flex;
      padding: 4px;
      justify-content: center;
      align-items: flex-start; }
      .congnghe-tichhop .congnghe-tichhop-heading .tab-menu .item-title {
        display: flex;
        padding: 8px 16px 10px 16px;
        justify-content: center;
        align-items: center;
        color: #007ED4;
        font-size: 20px;
        font-weight: 400;
        cursor: pointer; }
        .congnghe-tichhop .congnghe-tichhop-heading .tab-menu .item-title.active {
          border-radius: 4px;
          background: linear-gradient(136deg, #CAF0FF -0.23%, #00A0FA 47.85%, #007ED4 93.13%);
          color: #fff;
          font-size: 20px;
          font-weight: 700; }
  .congnghe-tichhop .congnghe-tichhop-item-wrapper {
    width: 100%;
    background-image: url(https://cdn.hstatic.net/files/200000472237/file/bg-item-tichhop.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    background-color: rgba(9, 26, 106, 0.3);
    box-shadow: 0 24px 48px -12px rgba(9, 26, 106, 0.18);
    backdrop-filter: blur(7.5px);
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 32px;
    align-self: stretch; }
    .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left {
      border-radius: 8px;
      background: linear-gradient(167deg, rgba(0, 126, 212, 0.2) 2.73%, rgba(0, 160, 250, 0.2) 57.41%, rgba(202, 240, 255, 0.2) 97.45%);
      backdrop-filter: blur(12px);
      display: flex;
      flex: 0 0 370px;
      max-width: 370px;
      padding: 40px 41px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 40px;
      align-self: stretch;
      position: relative;
      overflow: hidden; }
      .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left:before {
        content: "";
        background-image: url(https://cdn.hstatic.net/files/200000472237/file/bg-item-left.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top right;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left * {
        position: relative;
        z-index: 99; }
      .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left__content .icon {
        display: inline-flex;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 20px;
        background: linear-gradient(329deg, #FF8D32 45.25%, #FFB76D 88.59%);
        margin-bottom: 24px; }
      .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left__content .title {
        margin-bottom: 8px; }
      .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left__content .desc {
        font-size: 20px;
        color: #fff; }
      .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left__actions a {
        display: inline-flex;
        min-height: 46px;
        padding: 9px 32px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 4px;
        background: #FF6C0A;
        color: #fff;
        font-family: "Exo", sans-serif;
        font-size: 18px;
        font-weight: 600; }
    .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right {
      flex: 0 0 calc(100% - 402px);
      max-width: calc(100% - 402px); }
      .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists {
        display: flex;
        flex-wrap: wrap;
        gap: 24px 20px; }
        .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item {
          flex: 0 0 calc(50% - 10px);
          max-width: calc(50% - 10px);
          padding: 0 20px 0 12px;
          position: relative; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 2px;
            height: 100%;
            border-radius: 10px;
            background: rgba(0, 100, 171, 0.5);
            transition: height 8s ease;
            z-index: 2; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 2px;
            height: 0%;
            border-radius: 10px;
            background: rgba(0, 100, 171, 0.5);
            transition: height 8s ease;
            z-index: 9; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item:hover:before {
            height: 100%;
            background: linear-gradient(0deg, #DEF0FF 0%, #00A0FA 51.5%, #007ED4 100%); }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item .icon {
            margin-bottom: 12px; }
            .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item .icon img {
              width: 80px;
              height: 80px; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item .title {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 4px; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item .desc {
            color: #B6E3FF; }
  @media (max-width: 991.98px) {
    .congnghe-tichhop {
      padding: 48px 0; }
      .congnghe-tichhop .container {
        gap: 24px; }
      .congnghe-tichhop .congnghe-tichhop-heading .subtitle {
        font-size: 15px; }
      .congnghe-tichhop .congnghe-tichhop-heading .title {
        margin-bottom: 16px; }
      .congnghe-tichhop .congnghe-tichhop-heading .tab-menu {
        display: block;
        white-space: nowrap;
        padding: 4px;
        overflow-x: auto; }
        .congnghe-tichhop .congnghe-tichhop-heading .tab-menu .item-title {
          display: inline-block;
          padding: 8px 16px;
          font-size: 15px;
          cursor: pointer; }
          .congnghe-tichhop .congnghe-tichhop-heading .tab-menu .item-title.active {
            font-size: 15px; }
      .congnghe-tichhop .congnghe-tichhop-item-wrapper {
        width: 100%;
        background-image: url(https://cdn.hstatic.net/files/200000472237/file/bg-wrapper-mb.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 12px 12px 20px 12px;
        flex-wrap: wrap;
        gap: 24px; }
        .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 24px 20px;
          gap: 24px; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left:before {
            content: "";
            background-image: url(https://cdn.hstatic.net/files/200000472237/file/bg-item-left.png);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: top right;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left * {
            position: relative;
            z-index: 99; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left__content .icon {
            padding: 12px;
            gap: 10px;
            margin-bottom: 12px; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left__content .desc {
            font-size: 15px; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-left__actions a {
            display: inline-flex;
            min-height: 32px;
            padding: 4px 18px;
            font-size: 13px;
            font-weight: 600; }
        .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right {
          flex: 0 0 100%;
          max-width: 100%; }
          .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 8px; }
            .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item {
              flex: 0 0 calc(50% - 4px);
              max-width: calc(50% - 4px);
              padding: 0 8px 0 10px;
              position: relative; }
              .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 2px;
                height: 100%;
                border-radius: 10px;
                background: rgba(0, 100, 171, 0.5);
                transition: height 8s ease;
                z-index: 2; }
              .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 2px;
                height: 0%;
                border-radius: 10px;
                background: rgba(0, 100, 171, 0.5);
                transition: height 8s ease;
                z-index: 9; }
              .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item:hover:before {
                height: 100%;
                background: linear-gradient(0deg, #DEF0FF 0%, #00A0FA 51.5%, #007ED4 100%); }
              .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item .icon {
                margin-bottom: 4px; }
                .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item .icon img {
                  width: 56px;
                  height: 56px; }
              .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item .title {
                font-size: 15px;
                margin-bottom: 4px; }
              .congnghe-tichhop .congnghe-tichhop-item-wrapper .congnghe-tichhop-item-right .congnghe-tichhop-lists .congnghe-tichhop-lists-item .desc {
                color: #B6E3FF;
                font-size: 14px; } }

.congnghe-api {
  padding: 72px 0;
  position: relative;
  background-image: url(https://cdn.hstatic.net/files/200000472237/file/ellipse_3_294237f65646464ca76752de7ebae77f.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }
  .congnghe-api h2 {
    margin-bottom: 12px;
    text-align: center; }
  .congnghe-api .desc {
    margin-bottom: 40px;
    color: #fff;
    text-align: center; }
  .congnghe-api .congnghe-api-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
    .congnghe-api .congnghe-api-lists .congnghe-api-lists-item {
      padding: 20px;
      border-radius: 12px;
      display: flex;
      padding-right: 16px;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      flex: 1 0 0;
      align-self: stretch;
      background: linear-gradient(rgba(9, 26, 106, 0.3), rgba(9, 26, 106, 0.3)) padding-box, linear-gradient(51deg, rgba(120, 212, 255, 0) 0%, rgba(44, 140, 255, 0) 51%, #1345ba 100%) border-box;
      border: 2px solid transparent; }
      .congnghe-api .congnghe-api-lists .congnghe-api-lists-item__heading .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #fff; }
      .congnghe-api .congnghe-api-lists .congnghe-api-lists-item__heading .desc {
        text-align: left;
        color: #B6E3FF;
        font-weight: 400; }
      .congnghe-api .congnghe-api-lists .congnghe-api-lists-item__actions a {
        display: inline-flex;
        gap: 8px;
        padding: 9px 0;
        color: #FF8D32;
        /* Button/Lg Hyperlink */
        font-family: "Exo";
        font-size: 18px;
        font-weight: 600;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 6%;
        /* 1.08px */
        text-underline-offset: 35%;
        /* 6.3px */
        text-underline-position: from-font; }
  @media (max-width: 991.98px) {
    .congnghe-api {
      padding: 48px 0; }
      .congnghe-api h2 {
        margin-bottom: 8px; }
      .congnghe-api .desc {
        margin-bottom: 24px;
        font-size: 15px; }
      .congnghe-api .congnghe-api-lists {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px; }
        .congnghe-api .congnghe-api-lists .congnghe-api-lists-item {
          flex: 0 0 280px; }
          .congnghe-api .congnghe-api-lists .congnghe-api-lists-item__heading .title {
            font-size: 15px; }
          .congnghe-api .congnghe-api-lists .congnghe-api-lists-item__heading .desc {
            font-size: 14px;
            margin-bottom: 24px; }
          .congnghe-api .congnghe-api-lists .congnghe-api-lists-item__actions a {
            font-size: 15px; } }

.congnghe-bannerbottom {
  padding-top: 72px;
  padding-bottom: 30px;
  position: relative;
  background-image: url(https://cdn.hstatic.net/files/200000472237/file/ellipse_3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .congnghe-bannerbottom h2 {
    margin-bottom: 12px;
    text-align: center; }
  .congnghe-bannerbottom .desc {
    margin-bottom: 32px;
    color: #B6E3FF;
    text-align: center;
    font-size: 20px;
    font-weight: 400; }
  .congnghe-bannerbottom .congnghe-bannerbottom-content {
    padding-bottom: 56.2%;
    position: relative; }
    .congnghe-bannerbottom .congnghe-bannerbottom-content iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 726px;
      bottom: 100%;
      aspect-ratio: 1292/726;
      object-fit: cover; }
  @media (max-width: 991.98px) {
    .congnghe-bannerbottom {
      padding-top: 48px; }
      .congnghe-bannerbottom h2 {
        margin-bottom: 8px; }
      .congnghe-bannerbottom .desc {
        margin-bottom: 24px;
        font-size: 15px; }
      .congnghe-bannerbottom .congnghe-bannerbottom-content {
        padding-bottom: 56.2%;
        position: relative; }
        .congnghe-bannerbottom .congnghe-bannerbottom-content iframe {
          height: 100%; } }

/* Support Section */
.support-section {
  background-image: url("https://cdn.hstatic.net/files/200000472237/file/cta_section_73429553df3c495d99dfb24c57ddde4b.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 0;
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  color: #0A0A0A; }
  .support-section .container {
    position: relative;
    z-index: 1; }
  .support-section h2 {
    margin-bottom: 40px;
    text-align: center; }
  .support-section .support-section-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
    .support-section .support-section-lists .item {
      flex: 0 0 calc(33.333% - 16px);
      max-width: calc(33.333% - 16px);
      border-radius: 12px;
      background: rgba(9, 26, 106, 0.6);
      position: relative;
      box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
      backdrop-filter: blur(7.5px);
      display: flex;
      padding: 30px 24px;
      gap: 32px; }
      .support-section .support-section-lists .item:before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(51deg, rgba(222, 240, 255, 0.2) 0%, rgba(117, 207, 255, 0.2) 54%, rgba(222, 240, 255, 0.2) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        filter: blur(2px); }
      .support-section .support-section-lists .item .icon {
        flex: 0 0 48px;
        max-width: 48px;
        height: 48px; }
      .support-section .support-section-lists .item .content {
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px); }
        .support-section .support-section-lists .item .content .title {
          color: #F5F5F5;
          font-weight: 700;
          font-size: 20px; }
        .support-section .support-section-lists .item .content .desc {
          font-size: 20px;
          color: #E5E5E5; }
        .support-section .support-section-lists .item .content .buttons {
          margin-top: 8px; }
          .support-section .support-section-lists .item .content .buttons a {
            color: #fff;
            background: #FF6C0A;
            border-color: #FF6C0A; }
            .support-section .support-section-lists .item .content .buttons a:before {
              background: #FF6C0A;
              border-color: #FF6C0A;
              color: #fff; }
            .support-section .support-section-lists .item .content .buttons a:hover {
              color: #fff; }
      .support-section .support-section-lists .item .txt-big {
        color: #FF8D32;
        font-size: 36px;
        font-weight: 600;
        letter-spacing: -1px;
        font-family: "Exo"; }
        .support-section .support-section-lists .item .txt-big a {
          color: #FF6C0A; }
      .support-section .support-section-lists .item .txt-small {
        color: #E5E5E5;
        font-size: 20px;
        font-weight: 400; }
  @media (max-width: 991.98px) {
    .support-section {
      padding: 48px 0 72px; }
      .support-section h2 {
        margin-bottom: 24px; }
      .support-section .support-section-lists {
        display: flex;
        flex-wrap: wrap;
        gap: 8px; }
        .support-section .support-section-lists .item {
          flex: 0 0 100%;
          max-width: 100%;
          border-radius: 12px;
          padding: 16px 12px;
          gap: 8px; }
          .support-section .support-section-lists .item .icon {
            flex: 0 0 32px;
            max-width: 32px;
            height: 32px; }
            .support-section .support-section-lists .item .icon svg {
              width: 32px;
              height: 32px; }
          .support-section .support-section-lists .item .content {
            flex: 0 0 calc(100% - 40px);
            max-width: calc(100% - 40px); }
            .support-section .support-section-lists .item .content .title {
              font-size: 15px; }
            .support-section .support-section-lists .item .content .desc {
              font-size: 15px; }
            .support-section .support-section-lists .item .content .buttons {
              margin-top: 8px; }
              .support-section .support-section-lists .item .content .buttons a {
                color: #fff;
                padding: 10px 16px; }
                .support-section .support-section-lists .item .content .buttons a:hover {
                  color: #007ED4; }
          .support-section .support-section-lists .item .txt-big {
            font-size: 24px; }
            .support-section .support-section-lists .item .txt-big a {
              color: #FF6C0A; }
          .support-section .support-section-lists .item .txt-small {
            font-size: 15px;
            font-weight: 400; } }
