.home-banner {
  position: relative;
  width: 100%;
  height: 666px;
  background-image: url("/assets/publicv3/images/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  box-sizing: border-box;
}
.home-slogan {
  color: #ffffff;
  height: calc(100% - 190px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home-slogan p {
  font-size: 16px;
  font-weight: 500;
}
.home-slogan h1 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
}
.home-slide {
  border: 1px solid rgba(104, 139, 205, 0.6);
  padding: 16px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 190px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(9, 29, 64, 0.2) 0%,
    rgba(23, 117, 255, 0.2) 100%
  );
}
.home-slide .swiper-slide {
  display: flex;
  margin: 0 5px;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
  width: 409px;
  height: 158px;
  align-items: stretch;
}
.home-slide .swiper-slide .news__image {
  width: 160px;
  height: 100%;
  flex-shrink: 0;
}
.home-slide .swiper-slide .news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}
.home-slide .swiper-slide .news__info {
  width: calc(100% - 160px);
  padding: 16px;
}
.home-slide .swiper-slide .news__info .news__title {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #27272a;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.home-slide .swiper-slide .news__info .news__content {
  padding-top: 5px;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #808089;
}

.homepage .section-dataset-analitics .swiper {
  width: 100%;
  height: 100%;
}

.home-options {
  height: fit-content;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 156px;
}
.home-options__item {
  width: 100%;
  height: 156;
  gap: 8px;
  opacity: 1;
  border-radius: 16px;
  border-width: 1px;
  padding: 16px;
  border: 1px solid #ebebf0;
}
.home-options__item-icon {
  width: 56;
  height: 56;
  gap: 10px;
  opacity: 1;
  border-radius: 100px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6f2fa;
}
.home-options__item-icon img {
  width: 24px;
  height: 24px;
}
.home-options__item-content {
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #27272a;
}
.home-options__item--active {
  background: #013a5d;

  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05),
    0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}
.home-options__item--active .home-options__item-content {
  color: #ffffff !important;
}
.home-options__item--active .home-options__item-icon {
  background: #ffffff !important;
}

.home-options__item:hover {
  cursor: pointer;
  animation: all 0.3s ease;
  background: #013a5d;
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05),
    0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}
.home-options__item:hover .home-options__item-content {
  animation: all 0.3s ease;
  color: #ffffff !important;
}
.home-options__item:hover .home-options__item-icon {
  animation: all 0.3s ease;
  background: #ffffff !important;
}

/* home-notice-publish */
.home-notice-publish {
  width: 100%;
  background: #ebebf0;
  padding: 40px 156px;
  height: fit-content;
}
.home-notice-publish__item {
  width: 100%;
  height: 100%;
}
.home-notice-publish__item-desc {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-notice-publish__item-desc .item-desc__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #013a5d;
  
}
.home-notice-publish__item-desc .item-desc__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #a6a6b0;
}
.home-notice-publish__item-desc .item-desc__btn {
  width: 100%;
  height: 100%;
}
.home-notice-publish__item-desc .item-desc__btn-primary {
  width: 203;
  height: 35;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 8px;
  background: #026daf;

  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 24px;
}
.home-notice-publish__item-image {
  width: 100%;
  height: 340px;
  border-radius: 12px;
}
.home-notice-publish__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.publish-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.publish-list__item {
  background-color: #ffffff;
  border: 1px solid #dddde3;
  width: 100%;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 5px;
  position: relative;
}
.publish-list__item:hover {
  cursor: pointer;
  animation: all 0.3s ease;
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05),
  0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}
.publish-list__item-info {
  width: calc(100% - 24px - 5px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.publish-list__item-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.publish-list__item-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #a6a6b0;
}
.publish-list__item-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.publish-list__item-btn img {
  width: 100%;
  height: 100%;
}

/* home-notice-choice */
.home-notice-choice {
  width: 100%;
  background: #ffffff;
  padding: 40px 156px;
  height: fit-content;
}
.home-notice-choice__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #013a5d;
  margin-bottom: 24px;

}
.home-notice-choice__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-notice-choice__list .notice {
  width: 100%;
  height: 108px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #dddde3;

  display: flex;
  gap: 5px;
}

.home-notice-choice__list .notice:hover {
  cursor: pointer;
  animation: all 0.3s ease;
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05),
  0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}
.home-notice-choice__list .notice-icon {
  width: 76px;
  height: 76px;
  opacity: 1;
  border-radius: 100px;
  padding: 10px;
  background: #ebebf0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
}
.home-notice-choice__list .notice-icon img {
  width: 48px;
  height: 48px;
}
.home-notice-choice__list .notice-info {
  width: calc(100% - 76px - 10px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-notice-choice__list .notice-info .notice-date {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #a6a6b0;
}
.home-notice-choice__list .notice-info .notice-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #27272a;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.home-notice-choice__list .notice-info .notice-btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.home-notice-choice__more {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-notice-choice__more-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #026daf;
  cursor: pointer;
}
/* home-news */
.home-news {
  width: 100%;
  background: #ffffff;
  padding: 40px 156px;
  height: fit-content;
  margin-top: -16px;
  margin-bottom: 25px;
}

.home-news__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #013a5d;
  margin-bottom: 24px;
}
.home-news__list {

}
.home-news__item {
  width: 100%;
  height: 343px;
  border-radius: 16px;
  border: 1px solid #DDDDE3;

}
.home-news__item:hover {
  cursor: pointer;
  animation: all 0.3s ease;
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05),
  0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}
.home-news__item-image {
  width: 100%;
  height: 190px;
  border-radius: 16px 16px 0 0;
}
.home-news__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.home-news__item-info {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;

}
.home-news__item-date {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #808089;
}
.home-news__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #27272A;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.home-news__item-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #808089;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;

}

.gx-8 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.gy-8 > [class*="col-"] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.gx-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.gy-10 > [class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gx-16 > [class*="col-"] {
  padding-left: 16px;
  padding-right: 16px;
}
.gy-16 > [class*="col-"] {
  padding-top: 16px;
  padding-bottom: 16px;
}



/* Responsive Styles */
@media screen and (max-width: 1400px) {
  .home-options {
    padding: 40px 80px;
  }
  .home-notice-publish {
    padding: 40px 80px;
  }
  .home-notice-choice {
    padding: 40px 80px;
  }
  .home-news {
    padding: 40px 80px;
  }
}

@media screen and (max-width: 1200px) {
  .home-options {
    padding: 40px 60px;
  }
  .home-notice-publish {
    padding: 40px 60px;
  }
  .home-notice-choice {
    padding: 40px 60px;
  }
  .home-news {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 992px) {
  /* .home-banner {
    height: 500px;
  }
  .home-slogan h1 {
    font-size: 36px;
  } */
  .home-slide {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .home-slide .swiper {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .home-slide .swiper-slide {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    height: 190px;
    min-height: 190px;
  }
  .home-slide .swiper-slide .news__image {
    width: 100%;
    height: 100%;
  }
  .home-slide .swiper-slide .news__image img {
    border-radius: 16px 16px 0 0;
  }
  .home-slide .swiper-slide .news__info {
    width: 100%;
    height: 98px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-slide .swiper-slide .news__info .news__title {
    height: auto;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
  }
  .home-slide .swiper-slide .news__info .news__content {
    height: auto;
    -webkit-line-clamp: 2;
    font-size: 11px;
    line-height: 1.4;
    padding-top: 4px;
    margin: 0;
  }
  .home-options {
    padding: 30px 40px;
    height: auto;
  }
  .home-notice-publish {
    padding: 30px 40px;
  }
  .home-notice-publish__item-desc .item-desc__title {
    font-size: 28px;
  }
  .home-notice-choice {
    padding: 30px 40px;
  }
  .home-notice-choice__title {
    font-size: 28px;
  }
  .home-news {
    padding: 30px 40px;
  }
  .home-news__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  /* .home-banner {
    height: 400px;
  }
  .home-slogan {
    padding: 20px;
  }
  .home-slogan p {
    font-size: 14px;
  }
  .home-slogan h1 {
    font-size: 28px;
    text-align: center;
  } */
  .home-slide {
    padding: 12px 16px;
    margin-top: 16px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .home-slide .swiper {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
  .home-slide .swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .home-slide .swiper-slide {
    flex-direction: column;
    min-height: 190px;
    height: 190px;
    margin: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
  .home-slide .swiper-slide .news__image {
    width: 100%;
    height: 92px;
  }
  .home-slide .swiper-slide .news__image img {
    border-radius: 16px 16px 0 0;
  }
  .home-slide .swiper-slide .news__info {
    width: 100%;
    height: 98px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-slide .swiper-slide .news__info .news__title {
    font-size: 12px;
    height: auto;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    margin: 0;
  }
  .home-slide .swiper-slide .news__info .news__content {
    font-size: 11px;
    height: auto;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    margin: 0;
    padding-top: 4px;
  }
  .home-options {
    padding: 24px 20px;
  }
  /* .home-options__item {
    margin-bottom: 16px;
  } */
  .home-options__item-content {
    font-size: 14px;
  }
  .home-notice-publish {
    padding: 24px 20px;
  }
  .home-notice-publish__item-desc .item-desc__title {
    font-size: 24px;
  }
  .home-notice-publish__item-desc .item-desc__subtitle {
    font-size: 12px;
  }
  .home-notice-publish__item-desc .item-desc__btn-primary {
    font-size: 14px;
    padding: 6px 12px;
  }
  .home-notice-publish__item-image {
    height: 250px;
    margin-top: 20px;
  }
  .publish-list__item {
    padding: 12px;
  }
  .publish-list__item-content {
    font-size: 14px;
  }
  .home-notice-choice {
    padding: 24px 20px;
  }
  .home-notice-choice__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .home-notice-choice__list .notice {
    height: auto;
    min-height: 100px;
    padding: 12px;
  }
  .home-notice-choice__list .notice-icon {
    width: 76px;
    height: 76px;
    padding: 8px;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  .home-notice-choice__list .notice-icon img {
    width: 48px;
    height: 48px;
  }
  .home-notice-choice__list .notice-info {
    width: calc(100% - 60px - 10px);
  }
  .home-notice-choice__list .notice-info .notice-title {
    font-size: 14px;
  }
  .home-notice-choice__more-btn {
    font-size: 16px;
  }
  .home-news {
    padding: 24px 20px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .home-news__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .home-news__item {
    height: auto;
    min-height: 300px;
    /* margin-bottom: 16px; */
  }
  .home-news__item-image {
    height: 160px;
  }
  .home-news__item-info {
    padding: 12px;
  }
  .home-news__item-title {
    font-size: 18px;
  }
  .home-news__item-content {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* .home-banner {
    height: 350px;
  }
  .home-slogan p {
    font-size: 12px;
  }
  .home-slogan h1 {
    font-size: 24px;
  } */
  .home-slide {
    padding: 10px 12px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .home-slide .swiper {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .home-slide .swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .home-slide .swiper-slide {
    width: 100% !important;
    flex-direction: column;
    min-height: 190px;
    height: 190px;
    margin: 0 !important;
    box-sizing: border-box;
  }
  .home-slide .swiper-slide .news__image {
    width: 100%;
    height: 92px;
  }
  .home-slide .swiper-slide .news__info {
    width: 100%;
    height: 98px;
    padding: 8px 12px;
  }
  .home-slide .swiper-slide .news__info .news__title {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }
  .home-slide .swiper-slide .news__info .news__content {
    font-size: 10px;
    -webkit-line-clamp: 2;
    padding-top: 4px;
  }
  .home-options {
    padding: 20px 16px;
  }
  /* .home-options .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .home-options .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  } */
  /* .home-options__item {
    padding: 12px;
  } */
  .home-options__item-icon {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
  .home-options__item-icon img {
    width: 20px;
    height: 20px;
  }
  .home-options__item-content {
    font-size: 13px;
    margin-top: 6px;
  }
  .home-notice-publish {
    padding: 20px 16px;
  }
  .home-notice-publish__item-desc .item-desc__title {
    font-size: 24px;
  }
  .home-notice-publish__item-image {
    height: 200px;
  }
  .publish-list__item {
    padding: 10px;
  }
  .publish-list__item-content {
    font-size: 13px;
  }
  .home-notice-choice {
    padding: 20px 16px;
  }
  .home-notice-choice__title {
    font-size: 24px;
  }
  .home-notice-choice__list .notice {
    padding: 10px;
  }
  .home-notice-choice__list .notice-icon {
    width: 76px;
    height: 76px;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  .home-notice-choice__list .notice-icon img {
    width: 48px;
    height: 48px;
  }
  .home-notice-choice__list .notice-info .notice-title {
    font-size: 13px;
  }
  .home-news {
    padding: 20px 16px;
  }
  .home-news__title {
    font-size: 24px;
  }
  .home-news__item-image {
    height: 140px;
  }
  .home-news__item-title {
    font-size: 16px;
  }
  .home-news__list .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .home-news__list .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* .gx-8 > [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .gy-8 > [class*="col-"] {
    padding-top: 4px;
    padding-bottom: 4px;
  } */
}