﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
ul, li {
  list-style: none; }

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

#home {
  min-height: calc(100vh - 147px); }
  #home .banner .carousel-caption {
    margin-bottom: 60px; }
  #home .banner .carousel-control-prev-icon, #home .banner .carousel-control-next-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%; }
  #home .banner .carousel-item {
    height: 570px;
    overflow: hidden; }
    #home .banner .carousel-item img {
      object-position: center;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    #home .banner .carousel-item .carousel-caption h3 {
      font-weight: 900;
      color: orange;
      text-shadow: #000 1px 0 5px; }
    #home .banner .carousel-item .carousel-caption h1 {
      font-weight: 900;
      color: #fff;
      text-shadow: #000 1px 0 10px; }
    #home .banner .carousel-item .carousel-caption p {
      font-weight: 600;
      color: #fff;
      font-size: 17px;
      text-shadow: #000 1px 0 10px; }
  #home .div-search {
    padding: 60px 100px;
    background: #F2F4F9;
    margin-top: 50px; }
    #home .div-search .search-input {
      height: 50px;
      display: flex;
      flex-direction: row;
      position: relative; }
      #home .div-search .search-input .search-group {
        height: 50px;
        display: flex;
        border: 0;
        outline: none;
        padding: 0 20px;
        background: #FFFFFF;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 0 0 0 20px;
        flex: 1; }
        #home .div-search .search-input .search-group input {
          height: 50px;
          background: #FFFFFF;
          flex: 1;
          border: 0;
          outline: none; }
        #home .div-search .search-input .search-group button {
          width: 50px;
          height: 50px;
          padding: 11.25px;
          background: #FFFFFF;
          border-radius: 50%;
          border: 0;
          outline: none;
          margin-left: 10px; }
          #home .div-search .search-input .search-group button .filter-icon {
            width: 22.5px;
            height: 22.5px;
            background: url("../../images/icon-filter-24.png");
            background-size: cover; }
      #home .div-search .search-input button {
        width: 50px;
        height: 50px;
        padding: 14px;
        background: #2e73d5;
        border-radius: 10px;
        border: 0;
        outline: none;
        margin-left: 10px; }
        #home .div-search .search-input button .search-icon {
          width: 22.5px;
          height: 22.5px;
          background: url("../../images/search-icon-white.svg");
          background-size: cover; }
      #home .div-search .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; }
        #home .div-search .search-input .dropdown-filter .filter-row {
          display: flex;
          flex-direction: row;
          margin-bottom: 10px; }
          #home .div-search .search-input .dropdown-filter .filter-row .filter-header {
            margin: 10px;
            width: 100px;
            font-weight: 600; }
          #home .div-search .search-input .dropdown-filter .filter-row .filter-content input {
            outline: 0;
            border-width: 0 0 2px;
            box-shadow: none; }
          #home .div-search .search-input .dropdown-filter .filter-row .filter-content {
            flex: 1;
            display: flex;
            flex-wrap: wrap; }
          #home .div-search .search-input .dropdown-filter .filter-row .item-choose {
            margin-top: 15px;
            margin-right: 15px;
            padding: 10px 15px;
            background: #FFFFFF;
            border-radius: 20px;
            line-height: calc(1rem + 3px);
            color: #2e73d5;
            border: 1px solid #2e73d5;
            cursor: pointer; }
        #home .div-search .search-input .dropdown-filter .separate {
          background-color: #AFACAC;
          height: 1px;
          width: 100%; }
    #home .div-search .search__description {
      font-style: italic;
      color: #666;
      margin: 20px 0 0 30px;
      font-size: 15px; }
  #home .lstdata__title {
    color: #2e73d5;
    font-size: 35px;
    font-weight: 700;
    width: 100%;
    text-align: center; }
  #home .title_danhmuc {
    padding: 40px 0; }
  #home .slick-next::before, #home .slick-prev::before {
    font-size: 30px; }
  #home .slick-prev, #home .slick-next {
    width: 30px;
    height: 30px; }
  #home .div-lstdata {
    background: #F2F4F9;
    margin-top: 50px;
    padding: 50px 35px;
    position: relative; }
    #home .div-lstdata .lstdata__contents {
      margin-top: 25px;
      height: 142px;
      width: 100%; }
      #home .div-lstdata .lstdata__contents .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block; }
        #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper {
          position: relative;
          width: 100%;
          height: 100%;
          z-index: 1;
          display: flex;
          transition-property: transform;
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          box-sizing: content-box; }
          #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .slick-prev, #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .slick-next {
            position: sticky; }
          #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .slick-prev:before, #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .slick-next:before {
            color: #2e73d5; }
          #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .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); }
            #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__image {
              min-width: 110px;
              width: 110px;
              height: 110px;
              margin-right: 15px; }
              #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__image img {
                width: 110px;
                height: 110px;
                background-size: cover; }
            #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content {
              width: calc(100% - 140px); }
              #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .org-name {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
              #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .dataset-name {
                color: #2e73d5;
                font-size: 16px;
                font-weight: 500;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
                #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .dataset-name a {
                  color: #2e73d5; }
              #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files {
                max-height: 40px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
                #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources {
                  margin: 8px 8px 8px 0px; }
                  #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-xls, #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-xlsx {
                    background: #1d6a3f;
                    float: left;
                    padding: 2px 9px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    color: #FFFFFF;
                    border-radius: 5px;
                    margin: 5px; }
                  #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-doc, #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-docx {
                    background: #0f3d8c;
                    float: left;
                    padding: 2px 9px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    color: #FFFFFF;
                    border-radius: 5px;
                    margin: 5px; }
                  #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-pdf {
                    background: #db0001;
                    float: left;
                    padding: 2px 9px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    color: #FFFFFF;
                    border-radius: 5px;
                    margin: 5px; }
                  #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-zip, #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-zar {
                    background: #96411b;
                    float: left;
                    padding: 2px 9px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    color: #FFFFFF;
                    border-radius: 5px;
                    margin: 5px; }
                  #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-img {
                    background: #2e73d5;
                    float: left;
                    padding: 2px 9px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    color: #FFFFFF;
                    border-radius: 5px;
                    margin: 5px; }
                  #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-api {
                    background: #0272f7;
                    float: left;
                    padding: 2px 9px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    color: #FFFFFF;
                    border-radius: 5px;
                    margin: 5px; }
                  #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-json {
                    background: #2e73d5;
                    float: left;
                    padding: 2px 9px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    color: #FFFFFF;
                    border-radius: 5px;
                    margin: 5px; }
                  #home .div-lstdata .lstdata__contents .swiper .swiper-wrapper .swiper-slide .item__content .list-files .dataset-resources .resources-html {
                    background: #44866a;
                    float: left;
                    padding: 2px 9px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 16px;
                    color: #FFFFFF;
                    border-radius: 5px;
                    margin: 5px; }
        #home .div-lstdata .lstdata__contents .swiper .swiper-notification {
          position: absolute;
          left: 0;
          top: 0;
          pointer-events: none;
          opacity: 0;
          z-index: -1000; }
  #home .linhvuc-group {
    padding: 50px 35px;
    background: #F2F4F9;
    display: flex;
    flex-wrap: wrap; }
    #home .linhvuc-group .linh-vuc-container {
      padding: 5px;
      width: calc(100% / 5); }
      #home .linhvuc-group .linh-vuc-container .ratio-container {
        width: 100%;
        padding-top: 100%;
        position: relative; }
        #home .linhvuc-group .linh-vuc-container .ratio-container .ratio-item {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
          #home .linhvuc-group .linh-vuc-container .ratio-container .ratio-item .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; }
            #home .linhvuc-group .linh-vuc-container .ratio-container .ratio-item .linh-vuc a {
              color: #2e73d5; }
              #home .linhvuc-group .linh-vuc-container .ratio-container .ratio-item .linh-vuc a .linh-vuc__image {
                margin-top: 20px;
                display: flex; }
                #home .linhvuc-group .linh-vuc-container .ratio-container .ratio-item .linh-vuc a .linh-vuc__image img {
                  margin: auto;
                  height: 64px;
                  width: 64px;
                  object-fit: contain; }
              #home .linhvuc-group .linh-vuc-container .ratio-container .ratio-item .linh-vuc a .linh-vuc__label {
                font-size: 15px;
                margin-top: 15px;
                font-style: normal;
                font-weight: 500;
                line-height: calc(1rem + 3px);
                color: #2e73d5;
                text-align: center;
                overflow: hidden;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                padding: 0 10px;
                margin-bottom: 8px; }
            #home .linhvuc-group .linh-vuc-container .ratio-container .ratio-item .linh-vuc .linh-vuc__label_small {
              margin-top: 0;
              font-style: normal;
              font-weight: 500;
              line-height: calc(1rem + 3px);
              color: #2e73d5;
              text-align: center;
              overflow: hidden;
              -webkit-line-clamp: 2;
              font-size: 12px;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              padding: 0 7px; }
              #home .linhvuc-group .linh-vuc-container .ratio-container .ratio-item .linh-vuc .linh-vuc__label_small a {
                font-size: 13px;
                color: #2e73d5; }
  #home .tintuc-group {
    padding: 30px;
    background: #F2F4F9; }
    #home .tintuc-group .news-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -13.5px;
      margin-left: -13.5px; }
      #home .tintuc-group .news-list .news-item {
        display: block;
        padding: 0 13.5px;
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4); }
        #home .tintuc-group .news-list .news-item .news__image {
          margin-bottom: 20px;
          display: block; }
          #home .tintuc-group .news-list .news-item .news__image .ratio-container {
            padding-top: 82%;
            width: 100%;
            position: relative; }
            #home .tintuc-group .news-list .news-item .news__image .ratio-container .ratio-item {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0; }
              #home .tintuc-group .news-list .news-item .news__image .ratio-container .ratio-item img {
                object-fit: cover;
                height: 100%;
                width: 100%;
                object-position: center;
                border-radius: 5px; }
        #home .tintuc-group .news-list .news-item .news__title {
          font-weight: 700;
          font-size: calc(1rem + 4px);
          line-height: calc(1rem + 7px);
          height: calc(2rem + 14px);
          color: #2e73d5;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        #home .tintuc-group .news-list .news-item .news__time {
          margin-top: 15px;
          font-size: 13px;
          line-height: 15.23px;
          color: #AFACAC; }
        #home .tintuc-group .news-list .news-item .news__summary {
          margin-top: 15px;
          line-height: calc(1rem + 3px);
          height: calc((1rem + 3px)* 6);
          text-align: justify;
          overflow: hidden;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        #home .tintuc-group .news-list .news-item .news__read-more {
          margin-top: 15px;
          font-style: italic;
          text-align: justify;
          display: block;
          color: #2e73d5; }
    #home .tintuc-group .justify-content-center {
      justify-content: center !important; }
      #home .tintuc-group .justify-content-center .btn.btn-primary {
        color: #FFFFFF;
        background: #2e73d5;
        border-color: #2e73d5; }
