@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat|Roboto|Roboto+Condensed);
.container {
  width: 98%;
  margin-right: auto;
  margin-left: auto; }

html {
  background-color: whitesmoke; }

/* fonts */
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5; }

footer {
  margin-top: 0px; }

/* body image styles - classes supplied by rich text editor */
.body-content {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 1em; }
  .body-content img {
    margin-bottom: 2%;
    margin-top: 2%; }
  .body-content img.full-width {
    width: 100%; }
  .body-content img.left {
    width: 45%;
    margin-right: 5%;
    float: left; }
  .body-content img.right {
    width: 45%;
    margin-left: 5%;
    float: right; }
  .body-content h1, .body-content h2, .body-content h3, .body-content h4, .body-content h5 {
    clear: both; }

.img-wrapper {
  margin-bottom: 1em;
  position: relative; }
  .img-wrapper img {
    display: block;
    width: 100%;
    margin-bottom: 0; }
  .img-wrapper.left {
    float: left;
    width: 45%;
    margin-right: 5%; }
  .img-wrapper.right {
    float: right;
    width: 45%;
    margin-left: 5%; }

.intro {
  font-size: 1.4em; }

.caption {
  padding: 0.2em 1em 0.2em 0.5em;
  margin: 0;
  font-weight: 400;
  background: #F2f2f2;
  font-style: italic;
  display: inline-block;
  z-index: 2;
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 0.9em;
  max-width: calc(100% - 10px); }
  .caption p {
    margin: 0 !important; }

blockquote {
  margin: 2em 0; }
  blockquote span {
    display: block;
    color: #AAA;
    font-size: 0.8em; }

/* List styling - tweaks to include images */
a.list-group-item {
  clear: both;
  width: 100%;
  overflow: hidden; }
  a.list-group-item .list-group-item-text {
    margin-top: 1%; }
    a.list-group-item .list-group-item-text img {
      float: left;
      margin-right: 2%;
      margin-bottom: 1%; }

/* Style pager */
.col-sm-4.pages {
  text-align: center; }

.col-sm-4.next {
  text-align: right; }

.main {
  padding-top: 66px;
  /*min-height: 700px; */ }

.carousel {
  margin-bottom: 15px; }
  .carousel .carousel-caption {
    background-color: rgba(0, 127, 127, 0.6);
    padding-top: 0; }
    .carousel .carousel-caption .btn {
      margin-bottom: 10px; }

p {
  text-align: justify; }
  p:last-child {
    margin-bottom: 0; }

.advert-list {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 15px 0;
  background-color: whitesmoke;
  border-top: 1px solid #b5b5b5; }

.block__heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882); }
  .block__heading:hover {
    cursor: pointer; }

.block__heading:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px; }

.block__heading_default.block__heading:before {
  background: #008ac9; }

.block__heading_green.block__heading:before {
  background: #4CAF50; }

.block__heading_yellow.block__heading:before {
  background: #F29200; }

.block__heading_blue.block__heading:before {
  background: #3f51b5; }

.block-tin1 {
  margin-top: 20px; }
  .block-tin1 .heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0705882); }
    .block-tin1 .heading:hover {
      cursor: pointer; }
  .block-tin1 .heading:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #008ac9; }
  .block-tin1 .tin-dau {
    margin-top: 20px;
    cursor: pointer; }
    .block-tin1 .tin-dau .hinhanh:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .block-tin1 .tin-dau .hinhanh {
      background-color: gray;
      position: relative;
      width: 100%;
      height: 240px;
      overflow: hidden;
      margin-bottom: 10px;
      padding-bottom: 56.25%; }
      .block-tin1 .tin-dau .hinhanh img {
        width: 100%;
        transition: all 0.3s; }
      .block-tin1 .tin-dau .hinhanh .tieude {
        position: absolute;
        bottom: 0px;
        font-size: 21px;
        width: 100%;
        height: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
        background: rgba(1, 1, 1, 0.37); }
        .block-tin1 .tin-dau .hinhanh .tieude a {
          color: white !important; }
    .block-tin1 .tin-dau .thongtin {
      font-size: 11px;
      margin-bottom: 5px; }
      .block-tin1 .tin-dau .thongtin .tacgia {
        font-weight: bold; }
      .block-tin1 .tin-dau .thongtin .thoigian {
        padding-left: 10px;
        padding-right: 20px;
        opacity: 0.7;
        border-left: 3px solid #3F93DF; }
    .block-tin1 .tin-dau .summary {
      font-size: 14px;
      color: #777;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 40px;
      /* fallback */ }
  .block-tin1 .list-tin {
    margin-top: 8px;
    height: 425px;
    overflow-y: auto;
    overflow-x: hidden;
    text-overflow: ellipsis; }
    .block-tin1 .list-tin .tin {
      cursor: pointer;
      margin-bottom: 5px;
      border-bottom: dashed 1px #eaeaea;
      padding-bottom: 7px;
      padding-top: 7px;
      height: 120px;
      overflow: hidden; }
      .block-tin1 .list-tin .tin .hinhanh:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .block-tin1 .list-tin .tin .hinhanh {
        height: 100%;
        width: 115px;
        overflow: hidden;
        float: left; }
        .block-tin1 .list-tin .tin .hinhanh img {
          height: 85%;
          width: 100%;
          transition: all 0.3s; }
      .block-tin1 .list-tin .tin .summary {
        padding-left: 5px;
        height: 59px;
        overflow: hidden;
        margin-top: 16px; }
        .block-tin1 .list-tin .tin .summary img {
          display: none; }
        .block-tin1 .list-tin .tin .summary b {
          font-weight: 400 !important;
          font-size: 14px;
          margin-bottom: 50px; }
        .block-tin1 .list-tin .tin .summary strong {
          font-weight: normal !important;
          font-size: 14px;
          margin-bottom: 50px; }
        .block-tin1 .list-tin .tin .summary p {
          font-weight: normal !important;
          font-size: 14px;
          margin-bottom: 50px; }
      .block-tin1 .list-tin .tin .noidung:hover {
        opacity: 0.8; }
      .block-tin1 .list-tin .tin .noidung .tieude {
        width: 100%;
        font-size: 16px;
        font-weight: 500; }
        .block-tin1 .list-tin .tin .noidung .tieude a {
          color: black;
          white-space: nowrap;
          width: 100%;
          text-overflow: ellipsis; }
      .block-tin1 .list-tin .tin .noidung .thongtin {
        font-size: 11px;
        margin-bottom: 5px; }
        .block-tin1 .list-tin .tin .noidung .thongtin .tacgia {
          font-weight: bold; }

.list_tin1 .list-tin {
  margin-top: 20px; }
  .list_tin1 .list-tin .tin {
    cursor: pointer;
    height: 80px;
    margin-bottom: 10px; }
    .list_tin1 .list-tin .tin .hinhanh:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .list_tin1 .list-tin .tin .hinhanh {
      height: 100%;
      width: 115px;
      overflow: hidden;
      float: left; }
      .list_tin1 .list-tin .tin .hinhanh img {
        height: 85%;
        transition: all 0.3s; }
    .list_tin1 .list-tin .tin .noidung:hover {
      opacity: 0.8; }
    .list_tin1 .list-tin .tin .noidung {
      padding-left: 115px; }
      .list_tin1 .list-tin .tin .noidung .tieude {
        width: 100%;
        font-size: 14px;
        font-weight: bold; }
        .list_tin1 .list-tin .tin .noidung .tieude a {
          color: black; }
      .list_tin1 .list-tin .tin .noidung .thongtin {
        font-size: 11px;
        margin-bottom: 5px; }
        .list_tin1 .list-tin .tin .noidung .thongtin .tacgia {
          font-weight: bold; }
        .list_tin1 .list-tin .tin .noidung .thongtin .thoigian {
          padding-left: 20px;
          padding-right: 20px;
          opacity: 0.7; }

.block-lienket {
  height: 50px; }

.top-banner {
  background-color: white;
  width: 100% !important;
  border-bottom: 3px solid #1678F9; }
  .top-banner .banner {
    height: 123px;
    padding-top: 10px;
    background-repeat: repeat; }
    .top-banner .banner .logo {
      width: 80px;
      margin-top: 5px;
      margin-right: 10px; }
      .top-banner .banner .logo > img {
        width: 100%; }
    .top-banner .banner h3, .top-banner .banner h4 {
      font-family: 'Roboto', sans-serif; }
    .top-banner .banner h3 {
      margin-bottom: -5px;
      margin-top: 20px;
      font-size: 24px;
      white-space: nowrap; }
    .top-banner .banner h4 {
      margin-top: 0px;
      font-size: 24px;
      font-weight: 600;
      font-family: 'Roboto', sans-serif; }
  .top-banner .menu1 {
    padding-right: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    list-style-type: none; }
    .top-banner .menu1 .menu-item a {
      padding: 10px;
      color: #008ac9;
      font-size: 13.5px;
      text-decoration: none;
      outline: none !important;
      font-weight: 400;
      opacity: 0.8;
      display: block; }
  .top-banner .menu2 {
    padding-left: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    list-style-type: none;
    background: #f3f3f3; }
    .top-banner .menu2 .menu-item {
      float: left; }
      .top-banner .menu2 .menu-item a {
        padding: 10px;
        color: black;
        display: block;
        padding-right: 12px;
        padding-left: 12px;
        font-weight: 500;
        transition: all 0.4s; }
    .top-banner .menu2 .menu-item.active a, .top-banner .menu2 .menu-item:hover a {
      background-color: #1778F9;
      color: white; }

.top-event {
  width: 100% !important;
  color: white;
  font-size: 16px; }
  .top-event .event-container {
    background-color: #3F93DF; }
  .top-event .event-header {
    padding: 8px;
    height: 40px;
    background-color: #DF471E;
    padding-left: 20px; }
    .top-event .event-header span > i {
      font-size: 22px; }
  .top-event .event-content {
    background-color: #3F93DF;
    padding: 8px;
    height: 40px; }

.over-banner {
  background: #1778F9;
  color: white;
  background-repeat: repeat; }
  .over-banner .language {
    margin-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px; }
  .over-banner a {
    color: white; }
  .over-banner .login {
    margin-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px; }
    .over-banner .login a {
      padding-right: 12px;
      border-right: 0px solid white; }
  .over-banner .logo {
    width: 40px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px; }
    .over-banner .logo > img {
      width: 100%;
      -webkit-filter: drop-shadow(5px 5px 5px #222);
      filter: drop-shadow(2px -1px 1px #fff); }
  .over-banner .logo-title {
    margin-top: 5px;
    font-weight: 500; }
  .over-banner .btn-toggle-menu a i {
    font-size: 26px;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.580392); }
  .over-banner .searchbox form {
    padding-right: 12px; }
  .over-banner .searchbox input.form-control {
    border-bottom-color: transparent; }
  .over-banner .searchbox input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white; }
  .over-banner .searchbox .has-feedback .form-control-feedback {
    color: white; }
  .over-banner .searchbox .has-feedback .form-control::placeholder {
    color: #9E9E9E;
    opacity: 1; }
  .over-banner .searchbox .has-feedback:focus {
    color: black; }

.xs-sidebar {
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index: 10000;
  background: white; }
  .xs-sidebar ul {
    padding: 0px; }
    .xs-sidebar ul li {
      list-style-type: none;
      padding: 10px;
      background: rgba(59, 157, 202, 0.94902);
      color: white;
      cursor: pointer;
      border-bottom: solid 1px rgba(255, 255, 255, 0.25098); }
      .xs-sidebar ul li a {
        color: white; }
    .xs-sidebar ul li:hover {
      background-color: #3b9dca; }

.margin-top-20 {
  margin-top: 20px !important; }

.block-tin2 {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #e6e6e6;
  height: 350px;
  overflow: hidden;
  color: #1e88e5; }
  .block-tin2 .heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px; }
  .block-tin2 .heading:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: #1e88e5;
    margin-left: 5px; }
  .block-tin2 .tin-dau {
    overflow: hidden;
    padding-left: 0px;
    height: 100%;
    position: relative; }
    .block-tin2 .tin-dau .hinhanh {
      height: 100%; }
      .block-tin2 .tin-dau .hinhanh img {
        width: 100%;
        height: 100%; }
    .block-tin2 .tin-dau .hinhanh-xs {
      height: 80%;
      overflow: hidden; }
      .block-tin2 .tin-dau .hinhanh-xs img {
        width: 100%; }
    .block-tin2 .tin-dau .tieude {
      font-size: 16px;
      font-weight: bold;
      bottom: 1px;
      height: 50px;
      position: absolute;
      background: rgba(0, 0, 0, 0.26);
      width: 100%; }
      .block-tin2 .tin-dau .tieude a {
        color: white; }
    .block-tin2 .tin-dau > .thongtin {
      font-size: 14px;
      margin-bottom: 5px; }
      .block-tin2 .tin-dau > .thongtin > .tacgia {
        font-weight: bold; }
      .block-tin2 .tin-dau > .thongtin > .thoigian {
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0.7; }
  .block-tin2 .list-tin {
    margin-top: 0px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 0px;
    height: 330px;
    overflow: auto; }
    .block-tin2 .list-tin > .tin {
      cursor: pointer;
      margin-bottom: 5px;
      border-bottom: dashed 1px #eaeaea;
      padding-bottom: 3px;
      padding-top: 3px;
      padding-right: 10px; }
      .block-tin2 .list-tin > .tin > .hinhanh:hover > img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .block-tin2 .list-tin > .tin > .hinhanh {
        height: 100px;
        width: 50px;
        overflow: hidden;
        float: left; }
        .block-tin2 .list-tin > .tin > .hinhanh > img {
          height: 85%;
          transition: all 0.3s; }
      .block-tin2 .list-tin > .tin > .noidung:hover {
        opacity: 0.8; }
      .block-tin2 .list-tin > .tin > .noidung > .tieude {
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3.6em;
        line-height: 1.8em;
        text-align: justify; }
        .block-tin2 .list-tin > .tin > .noidung > .tieude a {
          color: black;
          font-weight: 400; }
      .block-tin2 .list-tin > .tin > .noidung > .thongtin {
        font-size: 14px;
        margin-bottom: 5px; }
        .block-tin2 .list-tin > .tin > .noidung > .thongtin > .tacgia {
          font-weight: bold; }
        .block-tin2 .list-tin > .tin > .noidung > .thongtin > .thoigian {
          padding-left: 20px;
          padding-right: 20px;
          opacity: 0.7; }
    .block-tin2 .list-tin > .tin:last-child {
      border-bottom: none; }

@media (min-width: 768px) {
  td {
    min-width: 200px; } }

@media (max-width: 768px) {
  .block-tin2 {
    height: auto; }
    .block-tin2 .tin-dau {
      height: 250px; }
      .block-tin2 .tin-dau .hinhanh {
        width: 100%;
        height: 100%;
        overflow: hidden; }
    .block-tin2 .list-tin {
      padding-left: 0px;
      height: auto;
      font-weight: bold; }
      .block-tin2 .list-tin .tin {
        overflow: hidden;
        padding-bottom: 5px; }
        .block-tin2 .list-tin .tin .tieude > a {
          color: black;
          font-size: 14px; }
        .block-tin2 .list-tin .tin .hinhanh {
          width: 150px;
          height: 120px; }
        .block-tin2 .list-tin .tin .summary {
          height: 88px;
          overflow: hidden;
          padding-left: 5px;
          padding-bottom: 5px; }
          .block-tin2 .list-tin .tin .summary b {
            font-weight: 400; }
          .block-tin2 .list-tin .tin .summary img {
            display: none; }
  .col-widget-danhmuc {
    padding-left: 0px; }
  .container {
    width: 100%; }
  .panel-body {
    padding-left: 5px;
    padding-right: 0px; }
  .table {
    display: block; }
    .table td {
      padding: 5px !important; }
  .container {
    width: 100%; }
  .col_widget_video {
    padding: 0px !important; }
  .video-widget .video-listing .video-thumb {
    height: 64px;
    margin-bottom: 5px; }
    .video-widget .video-listing .video-thumb .title {
      white-space: pre-wrap; } }

.widget-danhmuc .heading {
  padding: 10px;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }

.widget-danhmuc .heading:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #000000;
  display: inline-block;
  margin-right: 10px; }

.widget-danhmuc .body {
  max-height: 440px;
  text-align: justify;
  overflow: hidden;
  padding: 10px; }
  .widget-danhmuc .body .item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden; }
    .widget-danhmuc .body .item a {
      color: #3889af; }
  .widget-danhmuc .body .item:hover {
    text-decoration: underline;
    cursor: pointer; }

.widget-danhmuc.widget-danhmucthutuchanhchinh .heading:before {
  background: #008AC9; }

.widget-danhmuc.widget-danhmuctiemluc .heading:before {
  background: #F29200; }

.widget-danhmuc.widget-danhmuccshotro .heading:before {
  background: #4CAF50; }

.widget-danhmuc.widget-danhmucdichvu .heading:before {
  background: #3f51b5; }

.banner-inline {
  max-height: 140px;
  overflow: hidden;
  width: 100%; }
  .banner-inline img {
    width: 100%; }

.banner-widget {
  margin-top: 1px;
  overflow: hidden;
  width: 100%; }
  .banner-widget img {
    width: 100%; }
  .banner-widget .text-banner {
    width: 100%;
    text-align: left; }

.media-widget1 {
  margin-top: 5px; }

.main {
  padding: 0px; }

#block-tintop-con {
  padding: 0px; }

.no-padding {
  padding: 0px !important; }

.no-margin {
  margin: 0px !important; }

.block-tintop {
  height: 100%; }

.block-media {
  height: 150px; }

.brd-bottom-violet {
  border-bottom: solid 2px #3f51b5; }

.brd-bottom-red {
  border-bottom: solid 2px #e91e63; }

#block-tintop-con > .block-tintop > .block-tin1 {
  padding: 0px; }

#block-tintop-con > .block-tintop:first-child > .block-tin1 {
  padding: 0px; }

@media (min-width: 900px) {
  #block-tintop-con > .block-tintop > .block-tin1 {
    padding-left: 20px;
    padding-right: 0px; }
  #block-tintop-con > .block-tintop:first-child > .block-tin1 {
    padding-right: 40px;
    padding-left: 0px; } }

.block-thongbao {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px; }

.block-thongbao > a {
  color: black; }

.btn-labeled.btn-xs.right-icon > b {
  padding: 4px; }

.btn-labeled.right-icon > b {
  right: 0;
  left: auto; }

.btn-labeled.btn-xs {
  padding-left: 8px;
  padding-right: 32px;
  padding-bottom: 1px;
  padding-top: 4px;
  font-size: 11px; }

.navbar {
  min-height: 40px;
  background: transparent;
  border: none !important;
  box-shadow: none !important; }
  .navbar li {
    transition: all 0.3s; }
    .navbar li a {
      padding-top: 20px !important;
      padding-bottom: 12px;
      font-family: 'Montserrat', sans-serif;
      color: white !important;
      font-size: 15px;
      background: transparent !important; }
  .navbar li:hover {
    border-top: 5px solid white !important;
    background: none; }
    .navbar li:hover a {
      padding-top: 15px !important; }

.navbar-brand {
  height: 40px; }

@media (min-width: 769px) {
  .navbar {
    padding-left: 60px; } }

.block-thongbao {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px; }

.banner-main {
  margin: 0px; }
  .banner-main .banner-main-slider {
    display: flex;
    padding: 0px !important;
    height: 100%; }
    .banner-main .banner-main-slider .slider {
      padding: 0px !important;
      height: 100%; }
      .banner-main .banner-main-slider .slider .list {
        height: 100%; }
        .banner-main .banner-main-slider .slider .list .item {
          height: 100%;
          overflow: hidden; }
          .banner-main .banner-main-slider .slider .list .item img {
            width: 100%; }
          .banner-main .banner-main-slider .slider .list .item .message {
            position: absolute;
            bottom: 0px;
            background: rgba(30, 144, 255, 0.309804);
            font-weight: 600;
            padding: 10px;
            width: 100%;
            color: white; }

.main-container {
  padding: 0px; }

.main-left-container {
  padding: 0px;
  overflow: hidden; }

.announcement-container {
  margin-top: -13px;
  display: flex;
  height: 364px;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 0px !important; }
  .announcement-container .announcement {
    padding-top: 20px; }
    .announcement-container .announcement .title {
      font-size: 15px;
      color: #1778F9;
      font-weight: 600;
      padding-bottom: 10px; }
    .announcement-container .announcement .list-news {
      font-size: 14px;
      color: black;
      padding-right: 10px;
      height: 85%;
      overflow: auto;
      text-align: justify; }
      .announcement-container .announcement .list-news .list {
        overflow: hidden; }
        .announcement-container .announcement .list-news .list .news {
          padding-top: 5px;
          padding-bottom: 10px; }
          .announcement-container .announcement .list-news .list .news .message {
            padding-left: 5px; }
    .announcement-container .announcement .list-news:hover {
      overflow: auto;
      -webkit-animation: none !important; }

@media (max-width: 768px) {
  .announcement-container {
    height: 300px;
    margin-bottom: 10px; }
  .top-poster {
    display: none; } }

.poster {
  background: #dedede;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }

.banner-block-list-doctin {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin-top: 2px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.0705882); }

.banner-block-list {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin-top: 2px;
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.0705882); }
  .banner-block-list .banner-block {
    overflow: hidden;
    border-bottom: solid 1px rgba(255, 255, 255, 0.27);
    border-bottom-style: dashed;
    height: 70px;
    background-color: #1677F8;
    background-repeat: repeat; }
    .banner-block-list .banner-block .icon {
      position: absolute;
      right: 10px;
      color: rgba(14, 14, 14, 0.06);
      bottom: 5px; }
      .banner-block-list .banner-block .icon i {
        font-size: 45px; }
    .banner-block-list .banner-block .heading {
      padding-left: 3%;
      padding-top: 8%;
      padding-bottom: 10px;
      color: white;
      font-weight: bold;
      font-size: 17px;
      font-family: 'Play'; }
      .banner-block-list .banner-block .heading a {
        color: white; }
  .banner-block-list .banner-block:last-child {
    border-bottom: none; }
  .banner-block-list .banner-dichvucong {
    background-color: #3F93DF; }
  .banner-block-list .banner-phattriencn {
    background-color: #3F93DF; }
  .banner-block-list .banner-nckh {
    background-color: #3F93DF; }
  .banner-block-list .banner-doimoisangtao {
    background-color: #3F93DF; }

@media (max-width: 768px) {
  .banner-block-list {
    padding-left: 0px; }
    .banner-block-list .banner-block {
      height: 53px; }
      .banner-block-list .banner-block .heading {
        padding-top: 3%; } }

.banner-services {
  padding: 20px; }

.banner-services-stack {
  padding: 0px !important; }
  .banner-services-stack .block {
    float: left; }
    .banner-services-stack .block img {
      width: 100%; }

.banner-services-horlist-content.banner-services-horlist .block {
  height: 50px; }

.banner-services-horlist {
  padding: 0px;
  padding-top: 20px;
  border-top: 1px solid #f1eded; }
  .banner-services-horlist .block {
    border-bottom: 1px solid #fff;
    padding-top: 4px;
    margin-top: 1px;
    border-right: none !important; }
    .banner-services-horlist .block .img {
      padding: 5px; }
      .banner-services-horlist .block .img i {
        color: white;
        margin-top: 7px;
        font-size: 25px;
        text-shadow: 0 0 3px #ffffff, 0 0 5px #000000; }
      .banner-services-horlist .block .img img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border: 0; }
    .banner-services-horlist .block img {
      width: 100%; }
    .banner-services-horlist .block .title {
      width: 84%;
      /* padding-top: 0%; */
      float: right;
      font-size: 14px;
      font-family: 'Play';
      text-shadow: 0 0 3px #ffffff, 0 0 5px #000000;
      color: white;
      font-weight: 900; }

.banner-external {
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: white;
  display: inline-block;
  white-space: nowrap;
  float: left;
  overflow-x: auto; }
  .banner-external .item {
    width: 200px;
    margin-right: 5px;
    display: inline-block; }
    .banner-external .item img {
      width: 100%; }

.banner-tamnhin-sumenh {
  background-repeat: repeat;
  background-color: #EEF6FD;
  margin-top: 20px; }
  .banner-tamnhin-sumenh .heading {
    width: 100%;
    font-size: 180%;
    padding: 5px;
    text-align: center; }
  .banner-tamnhin-sumenh .body {
    height: 60%;
    width: 100%;
    background: #ffffff75;
    border-right: 5px solid #0B8DC8;
    transition: all 0.5s;
    color: black; }
    .banner-tamnhin-sumenh .body img {
      width: 100%; }

.message-hook {
  height: 30px;
  padding-left: 2px;
  padding-top: 9px;
  font-weight: bold;
  -webkit-animation: rightThenLeft 40s linear infinite; }
  .message-hook a {
    color: #2086bf;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif; }

.video-viewing {
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 5px; }
  .video-viewing iframe {
    width: 100%;
    border: none; }
  .video-viewing .video-content {
    border-left: 1px solid rgba(0, 0, 0, 0.129412); }
    .video-viewing .video-content .video-title {
      font-weight: 600;
      font-size: 23px; }
  .video-viewing .date {
    opacity: 0.6;
    font-size: 12px; }

.video-listing {
  border-top: 1px solid rgba(0, 0, 0, 0.129412);
  margin-left: 10px;
  padding: 0px !important;
  padding-top: 10px !important; }
  .video-listing .video-thumb {
    margin-bottom: 20px;
    padding-left: 0px; }
    .video-listing .video-thumb img {
      width: 100%; }
    .video-listing .video-thumb .date {
      opacity: 0.6;
      font-size: 12px; }
    .video-listing .video-thumb .title {
      font-size: 16px;
      font-weight: 500;
      height: 45px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .video-listing .video-thumb .title a {
        color: black;
        text-overflow: ellipsis; }
      .video-listing .video-thumb .title a:hover {
        color: #34719F; }
    .video-listing .video-thumb:hover {
      cursor: pointer;
      opacity: 0.8; }
  .video-listing .video-thumb-list {
    margin-bottom: 20px;
    padding-left: 0px; }
    .video-listing .video-thumb-list img {
      width: 100%;
      height: 253px; }
    .video-listing .video-thumb-list .date {
      opacity: 0.6;
      font-size: 12px; }
    .video-listing .video-thumb-list .title {
      display: -webkit-box;
      max-height: 3.2rem;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.6rem;
      max-width: 220px; }
      .video-listing .video-thumb-list .title a {
        color: black;
        text-overflow: ellipsis; }
      .video-listing .video-thumb-list .title a:hover {
        color: #34719F; }
    .video-listing .video-thumb-list:hover {
      cursor: pointer;
      opacity: 0.8; }

.video-widget {
  padding: 0px; }
  .video-widget .video-show {
    padding: 0px;
    margin: auto;
    position: relative;
    padding-bottom: 56.25%; }
    .video-widget .video-show iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-widget .video-listing {
    height: 425px;
    overflow: hidden;
    border-top: none;
    margin-left: 0px; }
    .video-widget .video-listing .video-thumb {
      margin-bottom: 5px;
      overflow: hidden;
      border-bottom: dashed 1px #eaeaea;
      height: 100px; }
      .video-widget .video-listing .video-thumb .title {
        font-size: 14px;
        padding-top: 10px;
        height: auto;
        padding-bottom: 10px;
        font-weight: 500;
        text-overflow: ellipsis;
        white-space: pre-wrap; }

.fqa-list {
  margin-top: 10px; }
  .fqa-list .fqa-item {
    padding-left: 0px;
    border-bottom: dashed 1px #eaeaea; }
    .fqa-list .fqa-item .fqa-question {
      font-size: 16px;
      padding-left: 0px;
      cursor: pointer;
      padding-top: 5px;
      padding-bottom: 5px; }
      .fqa-list .fqa-item .fqa-question .title {
        text-transform: lowercase; }
      .fqa-list .fqa-item .fqa-question .title::first-letter {
        text-transform: uppercase; }
    .fqa-list .fqa-item .fqa-question:first-letter {
      text-transform: uppercase; }
    .fqa-list .fqa-item .fqa-anwser {
      font-size: 14px; }

.linhvuc-list .linhvuc-item {
  padding: 10px;
  background: #227DF6;
  border-bottom: 1px solid white;
  cursor: pointer; }
  .linhvuc-list .linhvuc-item a {
    color: white; }

.linhvuc-list .linhvuc-item.active, .linhvuc-list .linhvuc-item:hover {
  background: #1dabdd; }

.thutuchanhchinh-item {
  padding: 10px; }
  .thutuchanhchinh-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .thutuchanhchinh-item .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    /* fallback */
    max-height: 40px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

/* Chính sách hỗ trợ */
.chinhsachhotro-item {
  padding: 10px; }
  .chinhsachhotro-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .chinhsachhotro-item .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    /* fallback */
    max-height: 40px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.nhomchinhsach-list {
  padding: 0px; }
  .nhomchinhsach-list .nhomchinhsach-item {
    padding: 10px;
    background: #227DF6;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .nhomchinhsach-list .nhomchinhsach-item a {
      color: white; }
  .nhomchinhsach-list .nhomchinhsach-item.active, .nhomchinhsach-list .nhomchinhsach-item:hover {
    background: #1dabdd; }

.danhmuc-list {
  padding: 0px; }
  .danhmuc-list .danhmuc-item {
    padding: 10px;
    background: #227DF6;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .danhmuc-list .danhmuc-item a {
      color: white; }
  .danhmuc-list .danhmuc-item.active, .danhmuc-list .danhmuc-item:hover {
    background: #1dabdd; }

/* Dịch vụ khoa học công nghệ */
.dichvukhoahoccongnghe-item {
  padding: 10px; }
  .dichvukhoahoccongnghe-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .dichvukhoahoccongnghe-item .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    /* fallback */
    max-height: 80px;
    /* fallback */
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.dichvukhoahoccongnghe-list {
  border-top: 1px solid rgba(0, 0, 0, 0.129412);
  padding: 0px !important;
  padding-top: 10px !important; }
  .dichvukhoahoccongnghe-list .dichvukhoahoccongnghe-thumb {
    margin-bottom: 20px;
    padding-left: 0px;
    background-color: #FFB74D;
    border-bottom: 2px solid #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px;
    margin-right: 5px; }
    .dichvukhoahoccongnghe-list .dichvukhoahoccongnghe-thumb .title a {
      line-height: 1.1;
      color: white;
      text-transform: inherit;
      letter-spacing: inherit;
      text-shadow: 0 0 3px #ffffff, 0 0 5px #000000; }
  .dichvukhoahoccongnghe-list .dichvukhoahoccongnghe-thumb:hover {
    background-color: #34719F; }

.dichvukhoahoccongnghe-banner-left .dichvukhoahoccongnghe-item {
  padding: 10px;
  background: #227DF6;
  border-bottom: 1px solid white;
  cursor: pointer; }
  .dichvukhoahoccongnghe-banner-left .dichvukhoahoccongnghe-item a {
    color: white; }

.dichvukhoahoccongnghe-banner-left .dichvukhoahoccongnghe-item.active, .dichvukhoahoccongnghe-banner-left .dichvukhoahoccongnghe-item:hover {
  background: #1dabdd; }

/* Tư liệu */
.tulieu-item {
  padding: 10px; }
  .tulieu-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .tulieu-item .summary {
    text-align: justify;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis; }

.danhmuctailieu-list .danhmuctailieu-item {
  padding: 10px;
  background: #227DF6;
  border-bottom: 1px solid white;
  cursor: pointer; }
  .danhmuctailieu-list .danhmuctailieu-item a {
    color: white; }

.danhmuctailieu-list .danhmuctailieu-item.active, .danhmuctailieu-list .danhmuctailieu-item:hover {
  background: #1dabdd; }

.danhmuctailieu-list .danhmuctailieucap2-item {
  padding: 10px;
  background: #227DF6;
  border-bottom: 1px solid white;
  cursor: pointer; }
  .danhmuctailieu-list .danhmuctailieucap2-item a {
    margin-left: 20px;
    color: white; }

.danhmuctailieu-list .danhmuctailieucap2-item.active, .danhmuctailieu-list .danhmuctailieucap2-item:hover {
  background: #1dabdd; }

/* Cơ sở dữ liệu */
.cosodulieu-item {
  padding: 10px; }
  .cosodulieu-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .cosodulieu-item .summary {
    text-align: justify;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis; }

.loaicosodulieu-list .loaicosodulieu-item {
  padding: 10px;
  background: #227DF6;
  border-bottom: 1px solid white;
  cursor: pointer; }
  .loaicosodulieu-list .loaicosodulieu-item a {
    color: white; }

.loaicosodulieu-list .loaicosodulieu-item.active, .loaicosodulieu-list .loaicosodulieu-item:hover {
  background: #1dabdd; }

.tiemluc-item {
  padding: 10px; }
  .tiemluc-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .tiemluc-item .summary {
    text-align: justify;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis; }

.loaitiemluc-list .loaitiemluc-item {
  padding: 10px;
  background: #227DF6;
  border-bottom: 1px solid white;
  cursor: pointer; }
  .loaitiemluc-list .loaitiemluc-item a {
    color: white; }

.loaitiemluc-list .loaitiemluc-item.active, .loaitiemluc-list .loaitiemluc-item:hover {
  background: #1dabdd; }

/* Thông báo */
.thongbao-item {
  padding: 10px; }
  .thongbao-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .thongbao-item .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    /* fallback */
    max-height: 40px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.loaithongbao-list .loaithongbao-item {
  padding: 10px;
  background: #227DF6;
  border-bottom: 1px solid white;
  cursor: pointer; }
  .loaithongbao-list .loaithongbao-item a {
    color: white; }

.loaithongbao-list .loaithongbao-item.active, .loaithongbao-list .loaithongbao-item:hover {
  background: #1dabdd; }

.result-length {
  color: #999999;
  font-size: 14px;
  margin: 5 0 10px; }

.list-result {
  margin-top: -20px;
  background: white; }
  .list-result .title-url {
    margin-top: -10px;
    color: #4CAF50 !important;
    font-style: normal;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px; }
  .list-result .description-detail {
    font-size: 14px;
    text-align: justify;
    max-height: 83px;
    overflow: hidden;
    text-overflow: ellipsis; }

.list-tag-page {
  max-height: 100px;
  margin: 100px; }

.thumb-description {
  font-size: 14px;
  text-align: justify;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis; }

.hoidap-item {
  padding: 10px; }
  .hoidap-item .title a.title {
    font-weight: 600;
    text-align: justify;
    text-transform: lowercase;
    display: block; }
  .hoidap-item .title a.title:first-letter {
    text-transform: uppercase; }
  .hoidap-item .summary {
    text-align: justify;
    margin-top: 10px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis; }

/* Văn bản vi phạm pháp luật */
.vanbanviphamphapluat-item {
  padding: 10px; }
  .vanbanviphamphapluat-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .vanbanviphamphapluat-item .summary {
    text-align: justify;
    max-height: 95px;
    overflow: hidden;
    text-overflow: ellipsis; }

.loaivanbanvipham-list {
  padding: 0px; }
  .loaivanbanvipham-list .loaivanbanvipham-item {
    padding: 10px;
    background: #227DF6;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .loaivanbanvipham-list .loaivanbanvipham-item a {
      color: white; }
  .loaivanbanvipham-list .loaivanbanvipham-item.active, .loaivanbanvipham-list .loaivanbanvipham-item:hover {
    background: #1dabdd; }

/* Nghiên cứu khoa học công nghệ */
.nghiencuukhoahoccongnghe-item {
  padding: 10px; }
  .nghiencuukhoahoccongnghe-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .nghiencuukhoahoccongnghe-item .summary {
    text-align: justify;
    max-height: 95px;
    overflow: hidden;
    text-overflow: ellipsis; }

.loainghiencuu-list {
  padding: 0px; }
  .loainghiencuu-list .loainghiencuu-item {
    padding: 10px;
    background: #227DF6;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .loainghiencuu-list .loainghiencuu-item a {
      color: white; }
  .loainghiencuu-list .loainghiencuu-item.active, .loainghiencuu-list .loainghiencuu-item:hover {
    background: #1dabdd; }
  .loainghiencuu-list .loainghiencuucap2-item {
    padding: 10px;
    background: #227DF6;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .loainghiencuu-list .loainghiencuucap2-item a {
      margin-left: 25px;
      color: white; }
  .loainghiencuu-list .loainghiencuucap2-item.active, .loainghiencuu-list .loainghiencuucap2-item:hover {
    background: #1dabdd; }

/* Mô hình ứng dụng trong nông nghiệp */
.mohinhungdungtrongnongnghiep-item {
  padding: 10px; }
  .mohinhungdungtrongnongnghiep-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .mohinhungdungtrongnongnghiep-item .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    /* fallback */
    max-height: 65px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.loailinhvuc-list {
  padding: 0px; }
  .loailinhvuc-list .loailinhvuc-item {
    padding: 10px;
    background: #227DF6;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .loailinhvuc-list .loailinhvuc-item a {
      color: white; }
  .loailinhvuc-list .loailinhvuc-item.active, .loailinhvuc-list .loailinhvuc-item:hover {
    background: #1dabdd; }

/* Giải thưởng */
.giaithuong-item {
  padding: 10px; }
  .giaithuong-item .title a.title {
    font-weight: 600;
    text-align: justify; }
  .giaithuong-item .summary {
    text-align: justify;
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis; }

.loaigiaithuong-list {
  padding: 0px; }
  .loaigiaithuong-list .loaigiaithuong-item {
    padding: 10px;
    background: #227DF6;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .loaigiaithuong-list .loaigiaithuong-item a {
      color: white; }
  .loaigiaithuong-list .loaigiaithuong-item.active, .loaigiaithuong-list .loaigiaithuong-item:hover {
    background: #1dabdd; }
  .loaigiaithuong-list .loaigiaithuongcaphai-item {
    padding: 10px;
    background: #227DF6;
    border-bottom: 1px solid white;
    cursor: pointer; }
    .loaigiaithuong-list .loaigiaithuongcaphai-item a {
      margin-left: 25px;
      color: white; }
  .loaigiaithuong-list .loaigiaithuongcaphai-item.active, .loaigiaithuong-list .loaigiaithuongcaphai-item:hover {
    background: #1dabdd; }

.tinquantam-widget {
  padding: 0px; }
  .tinquantam-widget .tinquantam-thumb {
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: dashed 1px #eaeaea;
    height: 215px; }
    .tinquantam-widget .tinquantam-thumb .tinquantam-image {
      height: 160; }
  .tinquantam-widget .title {
    font-size: 14px;
    padding-top: 10px;
    height: 20%;
    padding-bottom: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: pre-wrap; }

.tin-caicach-quantam-widget {
  padding: 0px; }
  .tin-caicach-quantam-widget .tin-caicach-quantam-thumb {
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: dashed 1px #eaeaea;
    height: 222px; }
    .tin-caicach-quantam-widget .tin-caicach-quantam-thumb .tin-caicach-quantam-image {
      height: 160; }
  .tin-caicach-quantam-widget .title {
    font-size: 14px;
    padding-top: 10px;
    height: 20%;
    padding-bottom: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: pre-wrap; }

/* ===[ Copyright 2013 Google Inc. All Rights Reserved. ]=== */
::-webkit-scrollbar {
  height: 9px;
  overflow: visible;
  width: 9px; }

::-webkit-scrollbar-button {
  height: 0;
  width: 0; }

::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px; }

::-webkit-scrollbar-track:horizontal {
  border-width: 4px 0 0; }

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05); }

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05); }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 6px;
  height: 15px;
  padding: 100px 0 0; }

::-webkit-scrollbar-thumb:horizontal {
  border-width: 6px 1px 1px;
  padding: 0 0 0 100px; }

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4); }

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-corner {
  background: transparent; }

@-webkit-keyframes flyup {
  0% {
    margin-top: 0%; }
  100% {
    margin-top: -200%;
    display: none; } }

@-webkit-keyframes rightThenLeft {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -200%;
    display: none; } }

.height100 {
  height: 100%; }
