.chinhanh-box h3::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2221%22%20viewBox%3D%220%200%2017%2021%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.03846%2014C2.63859%2014.4418%201%2015.3287%201%2016.3508C1%2017.8139%204.35786%2019%208.5%2019C12.6421%2019%2016%2017.8139%2016%2016.3508C16%2015.3287%2014.3614%2014.4418%2011.9615%2014%22%20stroke%3D%22%23074c4d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%228.3342%22%20cy%3D%226.00022%22%20r%3D%223.88889%22%20stroke%3D%22%23074c4d%22%20stroke-width%3D%222%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%228.77734%22%20y1%3D%2210.8887%22%20x2%3D%228.77734%22%20y2%3D%2215.5553%22%20stroke%3D%22%23074c4d%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3C%2Fline%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
  display: inline-block;
  margin-right: 5px;
  top: 4px;
  position: relative;
}

.nav-dropdown-default {
  padding: 0px;
}

.nav-dropdown.nav-dropdown-default > li > a {
  font-size: 16px;
  font-weight: 600;
  color: var(--fs-color-primary);
  padding: 12px;
  margin: 0;
  transition: all 0.3s;
}

.nav-dropdown.nav-dropdown-default > li > a:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

@media (max-width: 768px) {
  .leader-title-wrapper {
    width: 100%;
    border-radius: 0;
    padding: 20px;
    display: block;
    padding-bottom: 60px;
  }

  .leader-title-right h2 {
    font-size: 24px;
  }

  .leader-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .leader-image {
    width: 100%;
  }

  .leader-text {
    width: 100%;
    padding: 0;
    position: relative;
    top: -30px;
  }

  .about4 {
    padding: 15px;
  }

  .leader-image img {
    top: -30px;
    border-radius: 15px;
  }

  .about1 .row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about1 {
    padding: 15px;
  }

  .page-wrapper {
    padding: 15px;
  }

  .blog-single.page-wrapper {
    padding: 15px 0;
  }

  #ftwp-container.ftwp-hidden-state {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  #fixedtoc-2 {
    margin-bottom: 0;
  }

  .home8 .form-box {
    width: 100%;
    left: 10px;
  }

  .home8 .wpcf7 {
    width: 70%;
  }
}
