﻿@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%; } }

/******* RESPONSIVE ********/
@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

header {
  background: none;
  padding-top: 20px;
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%; }
  header #web-head {
    max-width: 85vw;
    margin: auto;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.8); }
  header:after {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
    top: 0;
    content: "";
    height: 135%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  header .text p:first-child {
    display: flex !important; }
  header .text p:last-child {
    display: none !important; }

#map {
  height: 600px; }

.mapLegend {
  position: absolute;
  top: 450px;
  left: 30px;
  display: flex;
  flex-direction: column;
  background: #ffffff85;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px; }
  .mapLegend .lItem {
    padding: 4px; }
    .mapLegend .lItem .color {
      padding: 0px 25px;
      border: 1px solid #f1f1f1; }
    .mapLegend .lItem .stext {
      padding-left: 10px;
      font-size: 0.8em;
      font-weight: 500;
      color: #555; }

#img-carousel {
  height: 90vh;
  position: relative; }
  #img-carousel .carousel-inner {
    position: initial; }
    #img-carousel .carousel-inner:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background-image: linear-gradient(to top, color(srgb 0 0 0/0.5) 30%, transparent); }
    #img-carousel .carousel-inner .carousel-item {
      height: 90vh;
      overflow: hidden; }
      #img-carousel .carousel-inner .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #img-carousel .carousel-control-prev, #img-carousel .carousel-control-next {
    z-index: 1; }
  #img-carousel .carousel-indicators {
    flex-direction: column;
    height: 100%;
    left: unset;
    margin: 0;
    right: calc(7.5vw - 15px); }
    #img-carousel .carousel-indicators li {
      transform: rotate(90deg);
      height: 15px;
      width: 15px;
      border-radius: 30px;
      margin-bottom: 10px; }

.container-w {
  width: 85vw;
  margin: auto;
  position: relative; }

.banner {
  width: 100vw;
  padding-top: 30%;
  position: absolute;
  top: 0;
  z-index: 1; }
  .banner .t-title {
    margin-top: 5vh; }
    .banner .t-title h1 {
      color: #fff;
      margin-bottom: 10px;
      font-weight: 900;
      text-shadow: -2px 1px #0144a4;
      font-size: 2.5rem;
      animation: fadeInUp 1.2s; }
    .banner .t-title .mota {
      font-size: 1rem;
      color: #fff;
      animation: fadeInUp 1.5s;
      margin: 20px 0; }
  .banner .btn-downapp {
    line-height: 1rem;
    animation: fadeInUp 1.7s; }
    .banner .btn-downapp p {
      margin: 3px !important; }
    .banner .btn-downapp .flex {
      display: flex;
      align-items: center; }
    .banner .btn-downapp .app-btn {
      justify-content: center;
      width: 45%;
      max-width: 160px;
      color: #fff;
      margin-top: 20px;
      margin-right: 10px;
      text-align: left;
      border-radius: 5px;
      text-decoration: none;
      font-size: 10px;
      text-transform: uppercase; }
      .banner .btn-downapp .app-btn.blu {
        background-color: #333;
        transition: background-color 0.25s linear;
        opacity: 0.7; }
        .banner .btn-downapp .app-btn.blu:hover {
          opacity: 1; }
      .banner .btn-downapp .app-btn i {
        width: 20%;
        text-align: center;
        font-size: 28px;
        margin-right: 7px; }
      .banner .btn-downapp .app-btn .big-txt {
        font-size: 17px;
        text-transform: capitalize; }
  .banner .banner-img {
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeInUp 1.5s;
    width: 85%;
    margin: auto;
    margin-top: 4vh; }
  .banner .banner-nav {
    margin-top: 12vh;
    z-index: 1;
    position: relative; }
    .banner .banner-nav > .row {
      justify-content: center; }
    .banner .banner-nav .banner-item {
      width: 13%;
      height: 170px;
      padding: 10px;
      background-image: linear-gradient(to top, #2155ce, rgba(46, 97, 192, 0.3));
      margin-bottom: 10px;
      border-radius: 3px;
      box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; }
      .banner .banner-nav .banner-item:hover a {
        transition: ease-in-out all 0.5s; }
        .banner .banner-nav .banner-item:hover a i {
          opacity: 1; }
        .banner .banner-nav .banner-item:hover a p {
          color: #7adce9; }
      .banner .banner-nav .banner-item a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 10px 10px 5px 10px;
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        height: 100%;
        border: solid 2px transparent;
        border-radius: 0 0 0 5px; }
        .banner .banner-nav .banner-item a p {
          margin: 0;
          line-height: 30px; }
        .banner .banner-nav .banner-item a i {
          display: block;
          font-size: 40px;
          opacity: 0.6; }
  .banner .boxDungTichHoChua {
    animation: fadeInUp 2s;
    background: linear-gradient(180deg, #2155ce 0%, #fff 70%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-top: 50px;
    padding: 20px;
    padding-bottom: 50px;
    border-radius: 20px;
    z-index: 1; }
    .banner .boxDungTichHoChua .head-title h2 {
      color: #fff;
      text-transform: uppercase; }
      .banner .boxDungTichHoChua .head-title h2:before {
        background-color: #fff; }
  .banner .boxMucNuoc {
    padding: 5px;
    margin-bottom: 10px; }
    .banner .boxMucNuoc a {
      padding: 10px;
      background: #ffffff7d;
      border-radius: 5px;
      display: block; }
    .banner .boxMucNuoc .title, .banner .boxMucNuoc .title1 {
      text-align: center;
      font-weight: 700;
      padding-top: 0px;
      padding-bottom: 12px;
      font-size: 1.2em;
      color: #2155ce; }
    .banner .boxMucNuoc .title1 {
      padding-bottom: 0;
      font-size: 1.1em; }
    .banner .boxMucNuoc .data {
      padding: 10px 5px;
      font-weight: 600;
      color: #021639; }
      .banner .boxMucNuoc .data ul {
        margin-left: 20px; }
      .banner .boxMucNuoc .data .sName {
        font-weight: 700;
        font-size: 1.2em; }
      .banner .boxMucNuoc .data .cap2 {
        list-style: square; }
      .banner .boxMucNuoc .data .blue {
        color: #036EBE; }
      .banner .boxMucNuoc .data .subtitle {
        margin-left: 0; }
        .banner .boxMucNuoc .data .subtitle li {
          font-style: italic;
          font-size: 1em;
          color: red;
          list-style: none; }
      .banner .boxMucNuoc .data li {
        list-style: circle; }
    .banner .boxMucNuoc .solieu {
      font-weight: 900; }
      .banner .boxMucNuoc .solieu:before {
        font-family: 'Font Awesome 5 Pro'; }
      .banner .boxMucNuoc .solieu.tang {
        color: #1CAF50; }
        .banner .boxMucNuoc .solieu.tang::before {
          content: "\f062"; }
      .banner .boxMucNuoc .solieu.giam {
        color: #FF284D;
        padding: 3px; }
        .banner .boxMucNuoc .solieu.giam::before {
          content: "\f063"; }
    .banner .boxMucNuoc .graphic {
      background: #fff;
      margin: 5px; }
      .banner .boxMucNuoc .graphic .chart {
        margin: auto; }

#vrain {
  margin-top: 200px; }

#sodocapnuoc {
  text-align: center; }
  #sodocapnuoc svg {
    border: 1px solid #f1f1f1;
    width: 100%;
    height: auto; }

.head-title {
  margin: 50px 0; }
  .head-title h2 {
    margin: 20px 0 10px 0;
    font-family: inherit;
    text-align: center;
    font-weight: bold;
    color: #2155ce;
    position: relative;
    font-size: 1.6rem; }
  .head-title p {
    margin: 20px 0; }
  .head-title #timeUpdate {
    font-family: inherit;
    text-align: center;
    font-weight: bold;
    color: #2155ce;
    font-size: 24px; }
  .head-title h2::before {
    width: 50px;
    height: 4px;
    background-color: #2155ce;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    bottom: -10px; }

.box-content .head-title {
  margin-top: 100px; }

.box-content .table {
  font-size: 16px; }
  .box-content .table th {
    background-color: #4473C5;
    color: #fff;
    padding: 8px;
    text-align: center;
    vertical-align: middle; }
  .box-content .table td:first-child {
    text-align: left; }
  .box-content .table td {
    text-align: center;
    padding: 12px; }
  .box-content .table tr.group {
    background-color: #4473C5;
    color: #fff;
    font-weight: 600; }

.boxNhanDinh {
  border: 2px dashed #82a8fe;
  border-radius: 5px;
  padding: 10px;
  text-align: justify; }

#xamnhapman #tbRanhMan {
  font-size: 13px; }
  #xamnhapman #tbRanhMan th {
    background-color: #4473C5;
    color: #fff;
    padding: 8px;
    vertical-align: middle; }
  #xamnhapman #tbRanhMan td:first-child {
    text-align: left; }
  #xamnhapman #tbRanhMan td {
    text-align: center; }
  #xamnhapman #tbRanhMan tr.group {
    background-color: #4473C5;
    color: #fff;
    font-weight: 600; }

.table-wrapper {
  width: 100%;
  overflow-x: scroll; }

.main_intro {
  background-color: #2155ce;
  margin-bottom: 150px; }
  .main_intro .head-title {
    margin: 50px 0; }
    .main_intro .head-title h2 {
      margin: 20px 0 10px 0;
      font-family: inherit;
      text-align: center;
      font-weight: bold;
      color: #2155ce;
      position: relative; }
    .main_intro .head-title h2::before {
      width: 50px;
      height: 4px;
      background-color: #2155ce;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      position: absolute;
      bottom: -10px; }
  .main_intro .thongttinmoinhat {
    background: #fff; }
  .main_intro .congcu_tt, .main_intro .thongttinmoinhat {
    padding: 20px 0; }
    .main_intro .congcu_tt .row, .main_intro .thongttinmoinhat .row {
      padding-top: 20px; }
      .main_intro .congcu_tt .row > div:first-child a, .main_intro .thongttinmoinhat .row > div:first-child a {
        display: flex;
        height: 100%;
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly; }
        .main_intro .congcu_tt .row > div:first-child a img, .main_intro .thongttinmoinhat .row > div:first-child a img {
          border-radius: 5px; }
        .main_intro .congcu_tt .row > div:first-child a span, .main_intro .thongttinmoinhat .row > div:first-child a span {
          display: block;
          background: aliceblue;
          width: 100%;
          text-align: center;
          padding: 20px;
          margin-top: 10px;
          border-radius: 5px;
          color: #021639;
          font-weight: bold; }
    .main_intro .congcu_tt #KHSDN, .main_intro .thongttinmoinhat #KHSDN {
      margin-bottom: 20px; }
    .main_intro .congcu_tt .headingNews-wrap, .main_intro .thongttinmoinhat .headingNews-wrap {
      background: white;
      height: 300px;
      margin-left: 50px;
      width: 100%; }
      .main_intro .congcu_tt .headingNews-wrap .headingNews, .main_intro .thongttinmoinhat .headingNews-wrap .headingNews {
        background: linear-gradient(to right, #7adce9, #2155ce);
        border-radius: 0 0 0 50px;
        width: max-content;
        float: right;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; }
        .main_intro .congcu_tt .headingNews-wrap .headingNews h5, .main_intro .thongttinmoinhat .headingNews-wrap .headingNews h5 {
          color: #fff;
          padding: 10px 20px;
          margin-bottom: 0; }
      .main_intro .congcu_tt .headingNews-wrap .ul-wrapper, .main_intro .thongttinmoinhat .headingNews-wrap .ul-wrapper {
        height: 240px;
        overflow-y: scroll;
        width: 100%;
        padding: 20px; }
      .main_intro .congcu_tt .headingNews-wrap ul, .main_intro .thongttinmoinhat .headingNews-wrap ul {
        height: 100%;
        padding-left: 0px; }
        .main_intro .congcu_tt .headingNews-wrap ul li, .main_intro .thongttinmoinhat .headingNews-wrap ul li {
          border-bottom: 1px solid #ccc;
          padding: 10px 0px; }
          .main_intro .congcu_tt .headingNews-wrap ul li a, .main_intro .thongttinmoinhat .headingNews-wrap ul li a {
            color: #021639; }
            .main_intro .congcu_tt .headingNews-wrap ul li a img, .main_intro .thongttinmoinhat .headingNews-wrap ul li a img {
              vertical-align: middle;
              border-style: none;
              height: 20px; }
          .main_intro .congcu_tt .headingNews-wrap ul li .place_time, .main_intro .thongttinmoinhat .headingNews-wrap ul li .place_time {
            display: flex;
            padding-top: 5px; }
            .main_intro .congcu_tt .headingNews-wrap ul li .place_time p:first-child, .main_intro .thongttinmoinhat .headingNews-wrap ul li .place_time p:first-child {
              font-style: italic;
              font-size: 13px;
              text-align: right;
              margin-left: 0;
              color: #ca6218;
              font-weight: 300; }
            .main_intro .congcu_tt .headingNews-wrap ul li .place_time p:last-child, .main_intro .thongttinmoinhat .headingNews-wrap ul li .place_time p:last-child {
              font-style: italic;
              font-size: 13px;
              text-align: right;
              margin: unset;
              color: #ca6218;
              font-weight: 300; }
      .main_intro .congcu_tt .headingNews-wrap ul li:first-child, .main_intro .thongttinmoinhat .headingNews-wrap ul li:first-child {
        padding-top: unset; }
      .main_intro .congcu_tt .headingNews-wrap ul li:last-child, .main_intro .thongttinmoinhat .headingNews-wrap ul li:last-child {
        border-bottom: unset;
        padding-bottom: unset; }
  .main_intro #noidung {
    padding: 0 125px 20px 125px;
    margin-bottom: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12); }
    .main_intro #noidung p, .main_intro #noidung h2, .main_intro #noidung h3 {
      text-align: justify !important;
      font-size: 17px !important;
      line-height: 30px !important;
      padding-top: 10px;
      padding-bottom: 10px; }
    .main_intro #noidung span {
      font-size: 17px !important; }
  .main_intro .section-stat {
    background-color: white;
    padding: 30px 0; }
    .main_intro .section-stat .head-title h2 {
      margin: 20px 0 10px 0;
      font-family: inherit;
      text-align: center;
      font-weight: bold;
      color: #2155ce;
      position: relative; }
    .main_intro .section-stat .head-title h2::before {
      width: 50px;
      height: 4px;
      background-color: #2155ce;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      position: absolute;
      bottom: -10px; }
  .main_intro .survey {
    padding: 30px 0; }
    .main_intro .survey .head-title h2 {
      margin: 20px 0 10px 0;
      font-family: inherit;
      text-align: center;
      font-weight: bold;
      color: #2155ce;
      position: relative; }
    .main_intro .survey .head-title h2::before {
      width: 50px;
      height: 4px;
      background-color: #2155ce;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      position: absolute;
      bottom: -10px; }
    .main_intro .survey .wrapper-top {
      text-align: center;
      margin-bottom: 90px; }
    .main_intro .survey .wrapper-top > h5 {
      text-transform: uppercase;
      color: #6a6a6a; }
    .main_intro .survey .wrapper-top > p {
      color: #999999;
      transition: all 0.5s ease-in-out;
      position: relative; }
    .main_intro .survey .wrapper-top > p:before {
      content: "";
      position: absolute;
      width: 30%;
      height: 2px;
      background-color: #e74c3c;
      left: 50%;
      transform: translate(-50%);
      bottom: -6px; }
    .main_intro .survey .wrapper-introduce {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
      margin-top: 30px; }
    .main_intro .survey .wrapper-introduce .blog-introduce {
      text-align: center;
      width: 32%;
      position: relative; }
    .main_intro .survey .wrapper-introduce .blog-introduce:hover > img {
      /*transform: translateY(0);*/
      transition: all 0.5s ease;
      top: 0;
      height: 100%; }
    .main_intro .survey .wrapper-introduce .blog-introduce > img {
      width: 100px;
      height: 0;
      background-size: cover;
      background-position: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -100%);
      overflow: hidden;
      transition: 0.5s ease;
      z-index: -99; }
    .main_intro .survey .wrapper-introduce .blog-introduce-title {
      pointer-events: auto; }
    .main_intro .survey .wrapper-introduce .blog-introduce-title > h5 {
      color: #fff;
      padding: 20px 50px; }
    .main_intro .survey .wrapper-introduce .blog-introduce .title-design {
      background-color: #3d6889; }
    .main_intro .survey .wrapper-introduce .blog-introduce .title-manage {
      background-color: #4e8dbd; }
    .main_intro .survey .wrapper-introduce .blog-introduce .title-deployment {
      background-color: #73d0f4; }
    .main_intro .survey .wrapper-block {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 35px; }
    .main_intro .survey .wrapper-block-infor {
      width: 60%;
      height: 280px;
      text-align: center;
      box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      padding: 25px;
      margin-right: -55px;
      background: #fff;
      z-index: 99;
      position: relative; }
    .main_intro .survey .wrapper-block-infor > h6 {
      margin-top: 25px;
      color: #d50000;
      text-transform: uppercase;
      font-weight: 700;
      position: relative; }
    .main_intro .survey .wrapper-block-infor > h6:before {
      content: "";
      position: absolute;
      width: 15%;
      height: 1px;
      background: #ff6b79;
      left: 50%;
      transform: translate(-50%);
      bottom: -6px;
      display: block; }
    .main_intro .survey .wrapper-block-infor > .mota_tn {
      margin: 30px auto;
      width: 70%; }
      .main_intro .survey .wrapper-block-infor > .mota_tn p {
        margin: 10px 0;
        padding: 10px 15px;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.3);
        color: #fff; }
    .main_intro .survey .wrapper-block-infor:before {
      content: "";
      position: absolute;
      border-right: 2px solid #ff6b79;
      border-top: 2px solid #ff6b79;
      width: 15%;
      height: 15%;
      right: 0;
      top: 0;
      transition: .5s;
      -webkit-transition: .5s;
      z-index: 1; }
    .main_intro .survey .wrapper-block-infor:after {
      content: "";
      position: absolute;
      border-left: 2px solid #ff6b79;
      border-bottom: 2px solid #ff6b79;
      width: 15%;
      height: 15%;
      left: 0;
      bottom: 0;
      transition: .5s;
      -webkit-transition: .5s; }
    .main_intro .survey .wrapper-block-infor:hover:before {
      width: 100%;
      height: 100%;
      border-left: 2px solid #ff6b79;
      border-top: 2px solid #ff6b79;
      z-index: 1; }
    .main_intro .survey .wrapper-block-infor:hover:after {
      width: 100%;
      height: 100%;
      border-right: 2px solid #ff6b79;
      border-bottom: 2px solid #ff6b79; }
    .main_intro .survey .wrapper-block-img {
      width: 60%; }
    @media only screen and (max-width: 992px) {
      .main_intro .survey .wrapper-block-img {
        width: 100%;
        margin-bottom: 15px; } }
    .main_intro .survey .wrapper-block-img > img {
      width: 100%;
      height: 400px;
      box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      background-size: cover; }
    .main_intro .survey .title-card {
      text-align: center;
      margin-bottom: 30px;
      color: #1b687e; }
    .main_intro .survey .title-card > h5 {
      text-transform: uppercase;
      font-weight: 700; }
    .main_intro .survey .title-card > p {
      transition: all 0.5s ease-in-out;
      position: relative; }
    .main_intro .survey .title-card > p:before {
      content: "";
      position: absolute;
      width: 30%;
      height: 2px;
      background-color: #e74c3c;
      left: 50%;
      transform: translate(-50%);
      bottom: -6px; }
    @media only screen and (max-width: 769px) {
      .main_intro .survey .group-tabs {
        display: flex; } }
    @media only screen and (max-width: 600px) {
      .main_intro .survey .group-tabs {
        display: unset; } }
    .main_intro .survey .group-tabs ul {
      display: flex;
      flex-direction: column; }
    .main_intro .survey .group-tabs ul li {
      list-style: none; }
    .main_intro .survey .group-tabs ul li a {
      padding: 10px;
      border: 1px solid #eee;
      margin-bottom: 5px;
      border-radius: 5px;
      margin-right: 30px;
      height: 80px;
      line-height: 50px;
      text-align: left;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      color: #1b687e;
      display: block; }
    @media only screen and (max-width: 992px) {
      .main_intro .survey .group-tabs ul li a {
        height: unset;
        padding: 5px 8px;
        font-size: 13px;
        margin-right: 8px; } }
    @media only screen and (max-width: 769px) {
      .main_intro .survey .group-tabs ul li a {
        line-height: 35px;
        font-size: 11px; } }
    @media only screen and (max-width: 600px) {
      .main_intro .survey .group-tabs ul li a {
        text-align: center; } }
    .main_intro .survey .group-tabs ul li a i {
      margin-right: 10px;
      width: 40px;
      height: 40px;
      line-height: 41px;
      text-align: center;
      background-color: #FAFAFA;
      border: 1px solid #ccc;
      color: #1b687e; }
    @media only screen and (max-width: 992px) {
      .main_intro .survey .group-tabs ul li a i {
        width: 30px;
        height: 30px;
        line-height: 30px; } }
    @media only screen and (max-width: 769px) {
      .main_intro .survey .group-tabs ul li a i {
        display: none; } }
    .main_intro .survey .group-tabs ul li a:hover, .main_intro .survey .group-tabs ul li a.active {
      background: #52c0eb;
      color: #fff; }
    .main_intro .survey .group-tabs ul li a:hover i, .main_intro .survey .group-tabs ul li a.active i {
      color: #52c0eb; }
    .main_intro .survey .group-tabs .tab-content {
      margin-bottom: 20px; }
    @media only screen and (max-width: 769px) {
      .main_intro .survey .group-tabs .tab-content {
        margin-left: 20px; } }
    .main_intro .survey .group-tabs .tab-content > div > img {
      width: 100%;
      max-height: 365px;
      background-size: cover; }
    @media only screen and (max-width: 769px) {
      .main_intro .survey .group-tabs .tab-content > div > img {
        width: 87%; } }
    @media only screen and (max-width: 600px) {
      .main_intro .survey .group-tabs .tab-content > div > img {
        width: 100%; } }
  .main_intro .category-head::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    width: 0;
    height: 100%;
    border-left: 1px solid #eee; }
  .main_intro .category-head {
    display: flex;
    align-items: center; }
    .main_intro .category-head .title {
      font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Arial","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
      text-transform: uppercase;
      color: #0f6c32;
      margin: 0; }
      .main_intro .category-head .title a {
        color: #0f6c32; }
    .main_intro .category-head ol {
      margin: 0 0 0 24px;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center; }
      .main_intro .category-head ol a {
        color: #828282;
        padding: 0 25px; }
  .main_intro .news-list {
    text-align: right;
    background-color: #f4f6fa;
    padding: 10px 15px;
    border-radius: 5px; }
    .main_intro .news-list .title {
      text-align: left; }
      .main_intro .news-list .title h5 {
        color: #4f76dd;
        font-weight: 800;
        font-size: 17px;
        text-transform: uppercase;
        padding-top: 15px;
        position: relative; }
      .main_intro .news-list .title .title h5:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background-color: #3a7bd5;
        width: 100%;
        height: 2px; }
    .main_intro .news-list ul {
      margin-bottom: 0; }
      .main_intro .news-list ul li {
        border-bottom: 1px solid #ccc;
        padding: 8px 0;
        text-align: justify;
        cursor: pointer;
        display: flex; }
        .main_intro .news-list ul li i {
          color: orangered;
          margin: 5px; }
        .main_intro .news-list ul li .ttitle {
          margin-bottom: 5px; }
          .main_intro .news-list ul li .ttitle .nhomtin {
            font-weight: 600; }
          .main_intro .news-list ul li .ttitle .tentin {
            font-size: 12px;
            color: gray; }
        .main_intro .news-list ul li a {
          color: #333;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .main_intro .news-list ul li p {
          text-align: right;
          color: #ca6218;
          font-weight: 300;
          font-size: 14px; }

@media only screen and (min-width: 576px) {
  #img-carousel {
    height: 60vh; }
    #img-carousel .carousel-inner .carousel-item {
      height: 60vh; }
  .banner {
    padding-top: 12%; }
    .banner .t-title .h1 {
      font-size: 2rem; }
    .banner .boxMucNuoc {
      width: 50%; } }

@media only screen and (min-width: 768px) {
  .banner {
    padding-top: 15%; }
    .banner > .d-flex {
      flex-direction: column; }
    .banner .boxMucNuoc {
      width: 20%; }
    .banner .t-title h1 {
      font-size: 3vw; }
    .banner .t-title .mota {
      font-size: 1.2vw; }
    .banner .banner-img {
      display: block; } }

@media only screen and (min-width: 992px) {
  #img-carousel {
    height: 100vh; }
    #img-carousel .carousel-inner .carousel-item {
      height: 100vh; }
  .banner {
    padding-top: 10%; } }
