@charset "UTF-8";
/* Start - Danh sách Lĩnh vực kinh doanh */
.pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-heading {
  margin-bottom: 32px; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-heading * {
    max-width: 578px;
    text-align: center;
    margin: 0 auto; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-heading h2 {
    color: #385611;
    margin-bottom: 12px; }

.pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item.right {
    flex-direction: row-reverse; }

.pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-img {
  flex: 0 0 50%;
  max-width: 50%; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-img img {
    width: 100%; }

.pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 64px 32px; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content h3 {
    margin-bottom: 10px; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content .des {
    margin-bottom: 16px; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content .pageLinhVucKinhDoanh-item-infolists {
    margin-bottom: 32px; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content .item-info {
    margin-bottom: 8px;
    padding: 12px 10px;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(266.12deg, #FDF0D7 3.22%, #FEF8EE 92.79%);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    min-height: 76px; }
    .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content .item-info .item-info-icon {
      flex: 0 0 32px;
      max-width: 32px; }
    .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content .item-info .item-info-title {
      flex: 0 0 calc(100% - 44px);
      max-width: calc(100% - 44px);
      font-size: 18px; }
    .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content .item-info:last-child {
      margin-bottom: 0; }

@media (max-width: 991.98px) {
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-img {
    flex: 0 0 100%;
    max-width: 100%; }
  .pageLinhVucKinhDoanh-lists .pageLinhVucKinhDoanh-item-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px; } }

.pageLinhVucKinhDoanh-lists-sticky .sticky-item {
  padding: 48px 40px;
  border-radius: 40px;
  top: 90px;
  position: sticky;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  /* height: 100vh; */
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.12); }
  @media (max-width: 992px) {
    .pageLinhVucKinhDoanh-lists-sticky .sticky-item {
      position: static; } }

/* End - Danh sách Lĩnh vực kinh doanh */
