.homepage .container-carousel {
  position: relative;
  height: 230px;
  width: 100%;
}
.homepage .container-carousel .carousel-dashboard {
  width: 100%;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage .container-carousel .carousel-dashboard img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.homepage .container-carousel .carousel-dashboard ul {
  list-style: none;
}
.homepage .container-carousel .carousel-dashboard .slick-slide {
  overflow: hidden;
}
.homepage .container-carousel .carousel-dashboard .carousel-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* border: 5px solid black; */
}
.homepage .container-carousel .carousel-dashboard .slick-track {
  width: 100000px;
  display: flex;
  transition: 0.1s;
  transform: translateX(- 100%);
}
.homepage .container-carousel .carousel-dashboard .slick-dots {
  position: absolute;
  bottom: 0;
  display: none;
  margin: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 0 5px;
  justify-content: center;
  justify-items: center;
}
.homepage .container-carousel .carousel-dashboard .slick-dots li {
  margin: 0px 7px;
}
.homepage .container-carousel .carousel-dashboard .slick-dots button {
  border: none;
  border-radius: 50%;
  background: #c3a7a7;
  color: #c3a7a7;
  width: 15px;
  height: 15px;
  line-height: 15px;
  cursor: pointer;
  outline: none;
  font-size: 0px;
  transition: 0.25s;
  margin-top: 0;
}
.homepage .container-carousel .carousel-dashboard .slick-arrow {
  position: absolute;
  display: none;
  width: 30px;
  height: 30px;
  background: #ffecec;
  top: 45%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 25px;
  color: #211616;
  z-index: 20;
}
.homepage .container-carousel .carousel-dashboard .slick-next {
  right: 7px;
}
.homepage .container-carousel .carousel-dashboard .slick-prev {
  left: 7px;
}
.homepage .container-carousel .carousel-dashboard .slick-active button {
  background: #FFFFFF;
}
@media screen and (max-width: 575.98px) {
  .homepage .container-carousel .carousel-dashboard .slick-dots {
    top: 20px;
  }
}
.homepage .container-carousel .section-banner {
  height: 230px;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage .container-carousel .section-banner .banner__text {
  height: 100%;
}
.homepage .container-carousel .section-banner .banner__text .banner__text-extra {
  color: yellow;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 35px;
}
.homepage .container-carousel .section-banner .banner__text .banner__text-header {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  text-transform: uppercase;
  color: #FFD9D8;
  text-align: center;
  padding-top: 8px;
}
@media screen and (max-width: 767.98px) {
  .homepage .container-carousel .section-banner .banner__text .banner__text-extra span,
  .homepage .container-carousel .section-banner .banner__text .banner__text-header span,
  .homepage .container-carousel .section-banner .banner__text .banner__text-content span {
    display: block;
  }
}
.homepage .container-carousel .section-banner .banner__text .banner__text-divider {
  display: flex;
  margin: 9px 0 14px 0;
}
.homepage .container-carousel .section-banner .banner__text .banner__text-divider::before {
  content: " ";
  margin: auto;
  display: block;
  width: 205px;
  border-top: 1px solid #FF9C99;
}
.homepage .container-carousel .section-banner .banner__text .banner__text-content {
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #FFD9D8;
}
@media screen and (max-width: 575.98px) {
  .homepage .container-carousel .section-banner {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.homepage .search-section {
  margin-top: 50px;
  padding: 30px 220px;
}
.homepage .search-section .search-input {
  height: 45px;
  display: flex;
  flex-direction: row;
  position: relative;
}
.homepage .search-section .search-input .search-group {
  height: 45px;
  display: flex;
  border: 0;
  outline: none;
  padding: 0 20px;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 0 0 0 20px;
  flex: 1;
}
.homepage .search-section .search-input .search-group input {
  height: 45px;
  background: #FFFFFF;
  flex: 1;
  border: 0;
  outline: none;
}
.homepage .search-section .search-input .search-group input::-webkit-input-placeholder {
  /* Edge */
  color: #001D85;
}
.homepage .search-section .search-input .search-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #001D85;
}
.homepage .search-section .search-input .search-group input::placeholder {
  color: #001D85;
}
.homepage .search-section .search-input .search-group button {
  width: 45px;
  height: 45px;
  padding: 11.25px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 0;
  outline: none;
  margin-left: 10px;
}
.homepage .search-section .search-input .search-group button .filter-icon {
  width: 22.5px;
  height: 22.5px;
  background: url("/icons/icon-filter-24.png");
  background-size: cover;
}
.homepage .search-section .search-input .search-group #btn-show-filter:hover {
  background-color: rgba(60, 64, 67, 0.08);
}
.homepage .search-section .search-input button {
  width: 45px;
  height: 45px;
  padding: 11.25px;
  background: #001D85;
  border-radius: 50%;
  border: 0;
  outline: none;
  margin-left: 10px;
}
.homepage .search-section .search-input button .search-icon {
  width: 22.5px;
  height: 22.5px;
  background: url("/icons/search-icon-white.svg");
  background-size: cover;
}
.homepage .search-section .search-input .dropdown-filter {
  height: 350px;
  background: #ffffff;
  border: 1px solid #f2f4f9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 100%;
  z-index: 100;
  padding: 20px;
  overflow-y: auto;
  display: none;
}
.homepage .search-section .search-input .dropdown-filter .filter-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.homepage .search-section .search-input .dropdown-filter .filter-row .filter-header {
  margin: 10px;
  width: 70px;
  font-weight: 600;
}
.homepage .search-section .search-input .dropdown-filter .filter-row .filter-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.homepage .search-section .search-input .dropdown-filter .filter-row .filter-content input {
  outline: 0;
  border-width: 0 0 2px;
  box-shadow: none;
}
.homepage .search-section .search-input .dropdown-filter .filter-row .filter-content .item-choose {
  margin-top: 15px;
  margin-right: 15px;
  padding: 10px 15px;
  background: #FFFFFF;
  border-radius: 20px;
  line-height: calc(1rem + 3px);
  color: #008F00;
  border: 1px solid #008F00;
}
.homepage .search-section .search-input .dropdown-filter .filter-row .filter-content .item-choosed {
  background: #008F00;
  color: #FFFFFF;
}
.homepage .search-section .search-input .dropdown-filter .filter-row .filter-content .item-choose:hover {
  cursor: pointer;
}
.homepage .search-section .search-input .dropdown-filter .separate {
  background-color: #AFACAC;
  height: 1px;
  width: 100%;
}
.homepage .search-section .search__description {
  font-style: italic;
  color: #AFACAC;
  margin: 20px 0 0 30px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .homepage .search-section {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .homepage .search-section {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767.98px) {
  .homepage .search-section {
    margin-top: 20px;
    padding: 18px 20px;
  }
  .homepage .search-section .search__description {
    display: none;
  }
}
.homepage .section-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  color: #001D85;
  padding: 40px 0;
  text-align: center;
}
.homepage .section-title span + span::before {
  content: ' ';
}
@media screen and (max-width: 767.98px) {
  .homepage .section-title {
    padding: 20px 0;
    font-size: 25px;
    line-height: 29px;
  }
  .homepage .section-title span {
    display: block;
  }
}
.homepage .section-group {
  padding: 25px;
  background: #F2F4F9;
  display: flex;
  flex-wrap: wrap;
}
.homepage .section-group .search-data-container {
  padding: 5px;
  width: calc(100% / 2);
}
.homepage .section-group .search-data-container .search-data {
  background: #001D85;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 100%;
}
.homepage .section-group .search-data-container .search-data .search__title {
  padding: 25px 0 16px 20px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  line-height: calc(1rem + 3px);
}
.homepage .section-group .search-data-container .search-data .search-input {
  height: 45px;
  margin: 0 30px 0 20px;
  display: flex;
  flex-direction: row;
}
.homepage .section-group .search-data-container .search-data .search-input input {
  height: 45px;
  background: #FFFFFF;
  border-radius: 30px;
  flex: 1;
  border: 0;
  outline: none;
  padding-left: 20px;
  margin-right: 20px;
}
.homepage .section-group .search-data-container .search-data .search-input button {
  width: 45px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 18px;
  border: 0;
  outline: none;
}
.homepage .section-group .linh-vuc-container {
  padding: 5px;
  width: calc(100% / 8);
}
.homepage .section-group .linh-vuc-container .linh-vuc {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image {
  margin-top: 20px;
  display: flex;
}
.homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image img {
  margin: auto;
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__label {
  margin-top: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: calc(1rem + 3px);
  color: #001D85;
  text-align: center;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding: 0 7px;
  margin-bottom: 8px;
}
.homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__label_small {
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  line-height: calc(1rem + 3px);
  color: #001D85;
  text-align: center;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 12px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding: 0 7px;
}
@media (min-width: 1920px) {
  .homepage .section-group .linh-vuc-container {
    width: calc(100% / 9);
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image {
    margin-top: 30px;
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image img {
    height: 70px !important;
    width: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homepage .section-group .linh-vuc-container {
    width: calc(100% / 4);
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image {
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .homepage .section-group .linh-vuc-container {
    width: calc(100% / 5);
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image {
    margin-top: 30px;
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image img {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homepage .section-group {
    padding: 15px;
  }
  .homepage .section-group .linh-vuc-container {
    width: calc(100% / 3);
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .homepage .section-group {
    padding: 15px;
  }
  .homepage .section-group .linh-vuc-container {
    width: calc(100% / 3);
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image {
    margin-top: 15px;
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__image img {
    height: 10vw;
    width: 10vw;
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__label {
    margin-top: 7px;
  }
  .homepage .section-group .linh-vuc-container .linh-vuc .linh-vuc__label_small {
    margin-top: -5px;
  }
}
.homepage .section-thong-ke {
  color: #FFFFFF;
}
.homepage .section-thong-ke .thong-ke__top {
  padding: 45px 0;
  color: #001D85;
}
.homepage .section-thong-ke .thong-ke__top .thong-ke__top-light {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
.homepage .section-thong-ke .thong-ke__top .thong-ke__top-bold {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
}
.homepage .section-thong-ke .thong-ke__banner {
  padding: 25px 0;
  position: relative;
  background-image: url("/images/background-thong-ke.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__sides {
  width: calc(100% / 4);
  float: left;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__sides .thong-ke__sides-child {
  height: 140px;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__sides .thong-ke__sides-child .thong-ke__title {
  font-weight: 400;
  text-align: center;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__sides .thong-ke__sides-child .thong-ke__value {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides.thong-ke__sides-left .thong-ke__border {
    padding-left: 0;
  }
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides.thong-ke__sides-right .thong-ke__border {
    padding-right: 0;
  }
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__center {
  width: calc(100% / 2);
  float: left;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__center .thong-ke__center-child {
  height: 290px;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__center .thong-ke__center-child .thong-ke__title {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__center .thong-ke__center-child .thong-ke__value {
  font-weight: 700;
  font-size: 80px;
  text-align: center;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__border {
  padding: 5px;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__border .thong-ke__center-child,
.homepage .section-thong-ke .thong-ke__banner .thong-ke__border .thong-ke__sides-child {
  background: rgba(255, 255, 255, 0.05);
  border: 0.25px solid #6586FF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__border .thong-ke__center-child .thong-ke__title,
.homepage .section-thong-ke .thong-ke__banner .thong-ke__border .thong-ke__sides-child .thong-ke__title {
  margin-top: auto;
  width: 100%;
}
.homepage .section-thong-ke .thong-ke__banner .thong-ke__border .thong-ke__center-child .thong-ke__value,
.homepage .section-thong-ke .thong-ke__banner .thong-ke__border .thong-ke__sides-child .thong-ke__value {
  margin-bottom: auto;
  width: 100%;
}
@media (max-width: 575.98px) {
  .homepage .section-thong-ke .thong-ke__banner {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-left,
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__center,
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-right {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__center .thong-ke__border .thong-ke__center-child {
    height: 140px;
  }
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__center .thong-ke__border .thong-ke__center-child .thong-ke__title {
    font-size: 20px !important;
  }
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__center .thong-ke__border .thong-ke__center-child .thong-ke__value {
    font-size: 40px !important;
  }
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-left .thong-ke__border,
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-right .thong-ke__border {
    width: 50%;
    float: left;
  }
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-left .thong-ke__border .thong-ke__sides-child,
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-right .thong-ke__border .thong-ke__sides-child {
    height: 90px;
  }
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-left .thong-ke__border .thong-ke__sides-child .thong-ke__title,
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-right .thong-ke__border .thong-ke__sides-child .thong-ke__title {
    font-size: 14px !important;
  }
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-left .thong-ke__border .thong-ke__sides-child .thong-ke__value,
  .homepage .section-thong-ke .thong-ke__banner .thong-ke__sides-right .thong-ke__border .thong-ke__sides-child .thong-ke__value {
    font-size: 25px !important;
  }
}
@media (max-width: 767.98px) {
  .homepage .section-thong-ke .thong-ke__top {
    padding: 0;
  }
  .homepage .section-thong-ke .thong-ke__top .thong-ke__top-bold {
    margin: 20px 0;
    font-size: 25px;
    line-height: 29px;
  }
}
.homepage #js-section-smart-report {
  display: none;
}
.homepage .section-bao-cao .bao-cao__heading {
  font-weight: 700;
  font-size: 35px;
  color: #001D85;
  margin: 42px 0;
  text-align: center;
}
.homepage .section-bao-cao .bao-cao__container {
  background: #F2F4F9;
  line-height: calc(1rem + 3px);
  color: #000000;
  padding: 24px 30px;
}
.homepage .section-bao-cao .bao-cao__container > * {
  padding: 5px;
}
.homepage .section-bao-cao .bao-cao__container .bao-cao__title {
  font-style: normal;
  font-weight: 700;
}
.homepage .section-bao-cao .bao-cao__container .bao-cao__chart {
  background-color: #ffffff;
  padding: 15px 20px;
}
@media (max-width: 767.98px) {
  .homepage .section-bao-cao .bao-cao__heading {
    margin: 20px 0;
    font-size: 25px;
    line-height: 29px;
  }
  .homepage .section-bao-cao .bao-cao__container > div + div {
    margin-top: 20px;
  }
}
.homepage .section-dataset-analitics {
  margin-top: 50px;
  padding: 22px 25px;
  position: relative;
}
.homepage .section-dataset-analitics .analitics__title {
  color: #001D85;
  font-size: 35px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.homepage .section-dataset-analitics .btn-show-more {
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  border: 0;
  outline: none;
  width: 30px;
  height: 30px;
  background: url("/icons/show-more.svg");
  background-size: cover;
  z-index: 10;
  top: 27px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .homepage .section-dataset-analitics .btn-show-more {
    top: 60px;
    right: 20px;
  }
}
.homepage .section-dataset-analitics .analitics__contents {
  margin-top: 25px;
  height: 142px;
  width: 100%;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide {
  display: flex;
  margin: 0 5px;
  padding: 16px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  width: calc(100% / 3 - 10px);
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__image {
  min-width: 110px;
  width: 110px;
  height: 110px;
  margin-right: 30px;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__image img {
  width: 110px;
  height: 110px;
  background-size: cover;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content {
  width: calc(100% - 140px);
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .org-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .dataset-name {
  color: #001D85;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .total-views {
  color: #929292;
  font-size: 12px;
  display: inline-flex;
  align-items: flex-start;
  line-height: 12px;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .total-views .icon {
  background: url("/icons/total-view.svg");
  background-size: cover;
  width: 17px;
  height: 10px;
  margin-right: 8px;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files {
  max-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources {
  margin: 8px 8px 8px 0px;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources::after {
  display: block;
  clear: both;
  content: "";
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item {
  float: left;
  padding: 2px 9px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  background-color: #dc3545;
  border-radius: 5px;
  margin: 5px;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-csv {
  background: #337DA7;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-pdf {
  background: #929292;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-xls,
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-xlsx {
  background: #285C76;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-doc {
  background: #3D619F;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-docx {
  background: #5D87D0;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-api {
  background: #D68791;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-html {
  background: #DC8968;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-jpeg {
  background: #34A853;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-json {
  background: #9777A8;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-png {
  background: #669EC5;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-zip {
  background: #D4AC68;
}
.homepage .section-dataset-analitics .analitics__contents .swiper-slide .item__content .list-files .dataset-resources .dataset-resources-item.resources-rar {
  background: #BD6667;
}
.homepage .section-dataset-analitics .swiper {
  width: 100%;
  height: 100%;
}
