#table-of-content ul{
    padding-left:40px;
    list-style: disc;
}
#table-of-content ul li{
    list-style: disc;
}
.panel-table-of-content .with-chevron .chevron .title{
    font-size:20px;
}
.panel-table-of-content{
    margin-bottom: 10px;
}
.leveler-hotline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 24px;
    background-color: #105293;
    color: white;
    border: 2px dashed white;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s ease;
    margin-bottom: 24px;
  }

  .leveler-hotline:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  }

  .leveler-hotline .label {
    flex: 1;
  }

  .leveler-hotline .contact {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 17px;
  }

  .leveler-hotline .contact i {
    font-size: 18px;
  }

  .leveler-block {
    border: 2px dashed #105293;
    border-radius: 8px;
    background: #f5faff;
    font-family: 'Inter', sans-serif;
    padding: 20px 24px;
    line-height: 1.6;
    transition: 0.3s ease;
  }

  .leveler-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  }

  .leveler-block .intro {
    margin-bottom: 16px;
    color: #105293;
    font-size: 15px;
  }

  .leveler-block strong {
    color: #105293;
    font-weight: 700;
    text-transform: uppercase;
  }

  .company-details ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 15px;
    color: #333;
  }

  .company-details li {
    margin: 6px 0;
    position: relative;
    padding-left: 20px;
  }

  .company-details li::before {
    content: "•";
    color: #105293;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -1px;
  }

  .leveler-block a {
    color: #105293;
    font-weight: 600;
    text-decoration: none;
  }

  .leveler-block a:hover {
    text-decoration: underline;
  }

  .hotline {
    color: red;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .leveler-hotline {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }

    .leveler-hotline .label,
    .leveler-hotline .contact {
      justify-content: center;
    }

    .company-details ul {
      font-size: 14px;
    }
  }     
.leveler-wrapper {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 18px;

    margin: 15px auto;
  }

  /* Hotline Block */
  .hotline-box {
    background-color: #105293;
    color: white;
    border-radius: 6px;
    padding: 14px 20px;
    border: 2px dashed white;
    transition: all 0.3s ease;
  }

  .hotline-box:hover {
    background-color: #0c3e6f;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }

  .hotline-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .hotline-title {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
  }

  .hotline-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: white;
    text-decoration: none;
  }

  .hotline-icon {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    box-shadow: 0 0 0 2px white inset;
  }

  .hotline-icon svg {
    width: 20px;
    height: 20px;
  }

  /* Note Block */
  .note-box {
    padding: 14px 18px;
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    font-style: italic;
    font-size: 13px;
    color: #3a6fab;
    background-color: #fff;
    line-height: 1.6;
    transition: all 0.3s ease;
  }

  .note-box:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
  }

  /* Promo Block */
  .promo-box {
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    background-color: #fff;
    padding: 14px 18px;
    transition: all 0.3s ease;
  }

  .promo-box:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
  }

  .promo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 14px;
    color: #3a6fab;
    line-height: 1.6;
  }

  .promo-list li {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .promo-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background-color: #f0f7ff;
    padding: 3px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .promo-icon svg {
    width: 20px;
    height: 20px;
    display: block;
  }

  /* Responsive */
  @media (max-width: 480px) {
    .leveler-wrapper {
      padding: 0 12px;
    }

    .hotline-left {
      flex-direction: column;
      align-items: flex-start;
    }

    .note-box {
      font-size: 12.5px;
    }

    .promo-list {
      font-size: 13.5px;
    }

    .promo-icon {
      width: 24px;
      height: 24px;
      padding: 2px;
    }

    .promo-icon svg {
      width: 18px;
      height: 18px;
    }
  } 
@media (max-width: 991px) {
    .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 a {
        padding: 0 30px 0 30px;
    }
}