﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: 'Manrope';
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype"); }

ul, li {
  list-style: none; }

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }

a:hover {
  text-decoration: none; }

/* ===================== HERO ===================== */
#hero {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Hero stats strip */ }
  #hero .hero-bg {
    position: absolute;
    inset: 0;
    background-image: url("../../images/bg.png");
    background-size: cover;
    background-position: 0 77%;
    transition: transform 8s ease;
    background-repeat: no-repeat; }
  #hero .hero-content {
    position: relative;
    z-index: 2;
    margin-bottom: 70px; }
  #hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #d8312b;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  #hero h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 14px;
    text-transform: uppercase; }
    @media only screen and (max-width: 769px) {
      #hero h1 {
        font-size: 22px; } }
    #hero h1 span:nth-child(1) {
      color: #036bd6;
      font-size: 28px; }
      @media only screen and (max-width: 769px) {
        #hero h1 span:nth-child(1) {
          font-size: 20px; } }
    #hero h1 span:nth-child(3) {
      color: #488cfa; }
    #hero h1 span:nth-child(5) {
      color: #036bd6; }
  #hero .hero-desc {
    color: #036bd6;
    font-size: 15px;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 28px;
    font-weight: 500; }
    @media only screen and (max-width: 769px) {
      #hero .hero-desc {
        font-size: 14px; } }
  #hero .hero-btns {
    display: flex;
    gap: 12px;
    font-weight: 500;
    flex-wrap: wrap; }
  #hero .dl-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0 16px;
    width: 460px; }
    @media only screen and (max-width: 769px) {
      #hero .dl-divider {
        width: 100%; } }
    #hero .dl-divider .dl-divider-line {
      flex: 1;
      height: 0.5px;
      background: rgba(0, 0, 0, 0.2); }
    #hero .dl-divider .dl-divider-label {
      font-size: 15px;
      color: rgba(0, 0, 0, 0.45);
      white-space: nowrap; }
      @media only screen and (max-width: 769px) {
        #hero .dl-divider .dl-divider-label {
          font-size: 14px; } }
  #hero .app-container {
    display: flex;
    gap: 8px;
    width: 460px; }
    @media only screen and (max-width: 769px) {
      #hero .app-container {
        width: 100%; } }
    #hero .app-container .app-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.6);
      border: 1.5px solid rgba(255, 255, 255, 0.6);
      color: #111;
      width: 100%;
      box-sizing: border-box;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transition: all 0.22s ease; }
      #hero .app-container .app-btn:hover {
        filter: brightness(0.95); }
      #hero .app-container .app-btn svg {
        font-size: 26px;
        flex-shrink: 0; }
        #hero .app-container .app-btn svg.fa-apple {
          font-size: 28px; }
      #hero .app-container .app-btn .app-btn-text {
        text-align: left; }
        #hero .app-container .app-btn .app-btn-text .app-btn-small {
          font-size: 12px;
          opacity: 0.7;
          display: block; }
        #hero .app-container .app-btn .app-btn-text .app-btn-name {
          font-size: 14px;
          font-weight: 500; }
  #hero .hero-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
  #hero .app-panel {
    text-align: center;
    width: 370px;
    float: right; }
    #hero .app-panel .tag-new {
      display: inline-block;
      background: rgba(255, 255, 255, 0.18);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 20px;
      padding: 2px 9px;
      font-size: 9px;
      color: white;
      margin-bottom: 10px;
      letter-spacing: 0.5px; }
    #hero .app-panel .qr-placeholder {
      width: 80px;
      height: 80px;
      background: white;
      border-radius: 8px;
      margin: 0 auto 14px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #hero .app-panel .qr-placeholder i {
        font-size: 48px;
        color: #1060b8; }
    #hero .app-panel .app-panel-label {
      font-size: 10px;
      opacity: 0.6;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin-bottom: 12px;
      font-weight: 500; }
    #hero .app-panel .app-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.8);
      border: 1.5px solid rgba(255, 255, 255, 0.6);
      color: #111;
      width: 100%;
      box-sizing: border-box;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
      #hero .app-panel .app-btn svg {
        font-size: 26px;
        flex-shrink: 0; }
        #hero .app-panel .app-btn svg.fa-apple {
          font-size: 28px; }
      #hero .app-panel .app-btn .app-btn-text {
        text-align: left; }
        #hero .app-panel .app-btn .app-btn-text .app-btn-small {
          font-size: 12px;
          opacity: 0.7;
          display: block; }
        #hero .app-panel .app-btn .app-btn-text .app-btn-name {
          font-size: 14px;
          font-weight: 500; }

/* ===================== STATS BAR ===================== */
#stats-bar {
  background: #fff; }
  #stats-bar .stat-card {
    padding: 30px 24px;
    border-right: 1px solid #e0e7ef;
    text-align: center;
    transition: all 0.22s ease;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 6px 24px rgba(18, 88, 160, 0.12);
    border-right: none;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e0e7ef; }
    #stats-bar .stat-card:last-child {
      border-right: none; }
    #stats-bar .stat-card .stat-num {
      font-size: 30px;
      font-weight: 600;
      color: #488cfa;
      line-height: 1;
      margin-bottom: 6px;
      font-variant-numeric: tabular-nums;
      text-align: start; }
      #stats-bar .stat-card .stat-num.accent {
        color: #d8312b; }
    #stats-bar .stat-card .stat-icon {
      width: 70px;
      height: 70px;
      border-radius: 8px;
      background: #e8f0fb;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px; }
      #stats-bar .stat-card .stat-icon svg {
        color: #488cfa;
        font-size: 24px; }
      #stats-bar .stat-card .stat-icon.accent-bg {
        background: #fbeaea; }
        #stats-bar .stat-card .stat-icon.accent-bg svg {
          color: #d8312b; }
    #stats-bar .stat-card .stat-label {
      font-size: 15px;
      color: #1a2332;
      font-weight: 500;
      text-transform: uppercase; }

/* ===================== SECTION WRAPPER ===================== */
.section-wrap.bg-white {
  background: #fff; }

.section-wrap.bg-light-custom {
  background: #f4f7fb; }

/* ===================== DB GROUPS ===================== */
.db-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(105deg, #e8f0fb 20%, #fff 100%);
  border: 1px solid #e0e7ef;
  border-radius: 6px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.22s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  flex-direction: column; }
  .db-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #036bd6;
    transform: scaleY(0);
    transition: all 0.22s ease;
    border-radius: 3px 0 0 3px; }
  .db-item.accent-item::before {
    background: #d8312b; }
  .db-item.accent-item:hover {
    border-color: #d8312b; }
    .db-item.accent-item:hover .db-arrow {
      color: #d8312b; }
  .db-item:hover {
    border-color: #036bd6;
    box-shadow: 0 6px 24px rgba(18, 88, 160, 0.12); }
    .db-item:hover::before {
      transform: scaleY(1); }
    .db-item:hover .db-icon-wrap svg {
      color: #036bd6; }
    .db-item:hover .db-arrow {
      color: #036bd6;
      transform: translateX(3px); }
  .db-item .db-icon-wrap {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px; }
    .db-item .db-icon-wrap svg {
      color: #488cfa;
      font-size: 24px; }
    .db-item .db-icon-wrap.accent {
      background: #fbeaea; }
      .db-item .db-icon-wrap.accent svg {
        color: #d8312b; }
  .db-item .db-item-text {
    flex: 1;
    min-width: 0; }
    .db-item .db-item-text .db-name {
      font-size: 15px;
      font-weight: 600;
      color: #036bd6;
      line-height: 1.35;
      margin-bottom: 2px;
      text-align: center;
      text-transform: uppercase; }
    .db-item .db-item-text .db-desc {
      font-size: 13px;
      color: #6b7a90;
      overflow: hidden;
      text-overflow: ellipsis; }
  .db-item .db-arrow {
    color: #e0e7ef;
    font-size: 13px;
    transition: all 0.22s ease;
    flex-shrink: 0; }

/* ===================== CHART ===================== */
.chart-card {
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 6px;
  padding: 18px;
  height: 100%; }
  .chart-card .cc-title {
    font-size: 15px;
    font-weight: 500;
    color: #1a2332;
    line-height: 1.35;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef4fc; }
  .chart-card .donut-row {
    display: flex;
    align-items: center;
    gap: 16px; }
    .chart-card .donut-row .donut-wrap {
      position: relative;
      flex-shrink: 0;
      width: 150px;
      height: 150px; }
      .chart-card .donut-row .donut-wrap .donut-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        .chart-card .donut-row .donut-wrap .donut-center .dc-big {
          font-size: 20px;
          font-weight: 900;
          color: #1a56c4;
          line-height: 1; }
        .chart-card .donut-row .donut-wrap .donut-center .dc-lbl {
          font-size: 9.5px;
          color: #7a9ab8;
          line-height: 1.3; }
    .chart-card .donut-row .legend {
      flex: 1; }
      .chart-card .donut-row .legend .leg-item {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 6px;
        font-size: 14px;
        color: #333; }
        .chart-card .donut-row .legend .leg-item .leg-dot {
          width: 9px;
          height: 9px;
          border-radius: 50%;
          flex-shrink: 0; }
        .chart-card .donut-row .legend .leg-item .leg-pct {
          margin-left: auto;
          font-weight: 700;
          color: #1a56c4; }

#link-website .link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e0e7ef;
  border-radius: 4px; }
  #link-website .link img {
    width: 50px; }
  #link-website .link h3 {
    font-size: 15px;
    font-weight: 500;
    color: #036bd6;
    line-height: 1.35;
    margin-bottom: 4px; }
  #link-website .link span {
    font-size: 14px;
    color: #036bd6; }

#link-website .autoplay {
  position: relative; }
  #link-website .autoplay .slick-prev, #link-website .autoplay .slick-next {
    position: absolute;
    background-color: transparent;
    border: none;
    opacity: 0;
    transition: .3s;
    padding: 8px 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #036bd6; }
  #link-website .autoplay .slick-prev {
    left: -40px; }
  #link-website .autoplay .slick-next {
    right: -40px; }

#link-website .autoplay:hover .slick-prev,
#link-website .autoplay:hover .slick-next {
  opacity: 1; }
