﻿:root {
  --bgcolor: #fff;
  --barbgcolor: #1D72B5;
  --barbgcolor-1: #1D72B5;
  --bartextcolor-1: #fff;
  --linkColor: #333;
  --linkColorHover: #1D72B5; }

* {
  box-sizing: border-box; }

.nImportant {
  display: grid;
  grid-template-columns: 1fr 250px;
  height: 320px;
  grid-column-gap: 15px;
  border: solid 1px #B5AEAE;
  margin-bottom: 10px; }
  .nImportant .nleft {
    position: relative; }
    .nImportant .nleft a {
      position: absolute;
      width: 100%;
      height: 100%;
      display: none;
      top: 0;
      left: 0; }
      .nImportant .nleft a img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .nImportant .nleft a p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        background-color: rgba(29, 114, 181, 0.5);
        color: #fff;
        margin: 0; }
  .nImportant .nright {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    padding: 5px 0;
    overflow: hidden; }
    .nImportant .nright a {
      display: grid;
      grid-template-columns: 80px 1fr;
      grid-column-gap: 10px;
      align-items: center; }
      .nImportant .nright a img {
        width: 100%; }
      .nImportant .nright a p {
        margin: 0;
        padding: 0; }
    .nImportant .nright .tomau {
      background-color: #F4F4F4; }

.element {
  margin-top: 15px;
  box-shadow: 0 1px 5px #bebebe;
  border-radius: 5px; }
  .element .bar {
    padding: 7px;
    padding-left: 40px;
    color: var(--bartextcolor-1);
    border-radius: 5px 5px 0 0;
    background-image: url(img/icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 25px; }
    .element .bar a {
      color: #fff; }
  .element .itemview {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px; }
    .element .itemview div:first-child h3 {
      margin: 0;
      padding: 0;
      font-size: 18px;
      padding-bottom: 10px; }
    .element .itemview div:first-child img {
      width: 150px;
      float: left;
      padding-right: 15px; }
    .element .itemview div:first-child p {
      text-align: justify;
      margin: 0;
      padding: 0; }
    .element .itemview div:last-child li {
      background: url(img/arrow.gif) no-repeat left center;
      padding-left: 15px; }
      .element .itemview div:last-child li:hover a {
        color: var(--linkColorHover); }
    .element .itemview div:last-child li:not(:first-child) {
      margin-top: 10px; }

.ndocs {
  display: flex;
  flex-direction: column; }
  .ndocs a {
    display: block;
    background-image: url(img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    border-bottom: solid 1px #B5AEAE;
    padding: 5px 7px;
    padding-left: 17px; }
    .ndocs a:last-child {
      border-bottom: none; }
  .ndocs h4, .ndocs p {
    margin: 0;
    padding: 0; }

.fix {
  position: fixed;
  top: 50px;
  left: 5px;
  right: 5px;
  background-color: #fff;
  display: none; }

.topicons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px; }
  .topicons a {
    width: calc(20% - 3px);
    background-color: var(--barbgcolor);
    color: var(--bartextcolor-1);
    border-radius: 3px;
    text-decoration: none;
    padding: 7px;
    padding-top: 40px;
    text-align: center;
    background-image: url(img/icon.png);
    background-repeat: no-repeat;
    background-position: center 7px;
    background-size: 30px; }
  .topicons img {
    width: 30px;
    margin: auto; }

.tinnoibat {
  margin-bottom: 10px; }

.xemtham {
  margin: 0 auto;
  width: 130px;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  background-color: #0091CF;
  margin-bottom: 5px;
  color: #fff;
  cursor: pointer; }

.bieumau {
  width: 300px;
  padding: 7px 15px;
  border: solid 1px #bebebe;
  position: relative;
  cursor: pointer;
  height: 38px; }
  .bieumau::after {
    font-family: 'fontawesome';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f107'; }
  .bieumau > ul {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 300px;
    border: solid 1px #bebebe;
    background-color: #fff;
    display: none; }
    .bieumau > ul li {
      height: 38px;
      line-height: 38px;
      vertical-align: middle;
      padding: 0 10px;
      border-bottom: solid 1px #bebebe; }
      .bieumau > ul li:hover {
        color: #1D72B5; }

.view_bangdiem {
  border-collapse: collapse;
  width: 100%; }

.view_bangdiem th {
  text-align: center;
  vertical-align: middle; }

.view_bangdiem th, .view_bangdiem td {
  padding: 10px 7px;
  border: solid 1px #C89E2C; }

.view_bangdiem tbody td {
  vertical-align: middle; }

.view_bangdiem tbody tr td.center {
  text-align: center; }

.tt {
  margin: 7px 0;
  font-weight: 600; }

.vieclam {
  display: grid;
  grid-template-columns: 1fr 250px 100px;
  box-sizing: border-box;
  grid-column-gap: 15px;
  justify-content: center; }
  .vieclam > div {
    border: 1px solid rgba(196, 196, 196, 0.8);
    line-height: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    width: 100%;
    height: 38px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative; }
  .vieclam .nganhnghe {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%; }
    .vieclam .nganhnghe ._divsearch {
      position: absolute;
      top: 100%;
      left: -1px;
      width: calc(100% + 2px);
      padding: 5px;
      border: solid 1px #D0D0D0;
      border-top: none;
      display: none; }
      .vieclam .nganhnghe ._divsearch input[type=text] {
        width: 100%;
        height: 100%;
        border: solid 1px #1D72B5;
        padding: 7px;
        outline: none; }
    .vieclam .nganhnghe .click {
      height: 100%;
      width: 100%;
      line-height: 36px;
      vertical-align: middle;
      padding-left: 30px;
      padding-right: 15px; }
      .vieclam .nganhnghe .click::before {
        font-family: 'fontawesome';
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
        content: '\f0ad';
        font-size: 18px; }
      .vieclam .nganhnghe .click::after {
        font-family: 'fontawesome';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        content: '\f107';
        font-size: 18px; }
    .vieclam .nganhnghe .box_nn {
      position: absolute;
      top: 100%;
      transform: translateY(42px);
      left: -1px;
      margin: 0;
      padding: 0;
      list-style: none;
      border: solid 1px #D0D0D0;
      border-top: none;
      background-color: #fff;
      width: calc(100% + 2px);
      display: none;
      max-height: 400px;
      overflow: auto; }
      .vieclam .nganhnghe .box_nn li {
        padding: 7px 10px;
        cursor: pointer; }
        .vieclam .nganhnghe .box_nn li:hover {
          background-color: #0091CF;
          color: #fff; }
        .vieclam .nganhnghe .box_nn li .txtSearch {
          border-bottom: solid 1px #D0D0D0; }
  .vieclam .search {
    display: grid;
    align-content: center;
    background-color: #0091CF;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: none;
    outline: none; }
  .vieclam .t_title {
    padding-left: 35px; }
    .vieclam .t_title:before {
      font-family: fontawesome;
      content: '\f0b1';
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .vieclam .t_title input[type=text] {
      width: 100%;
      height: 100%;
      border: none;
      outline: none; }

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(146, 135, 135, 0.8); }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(146, 135, 135, 0.8); }

::placeholder {
  color: rgba(146, 135, 135, 0.8); }

.works {
  margin: 5px 0; }
  .works h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    padding: 14px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: solid 1px #bebebe; }
  .works .work_item {
    padding: 7px 0;
    border-bottom: dotted 1px #bebebe; }
    .works .work_item:last-child {
      border-bottom: none; }
    .works .work_item > a {
      color: #1790d4;
      margin: 0;
      padding: 5px 0;
      display: block;
      text-decoration: none;
      font-weight: 600;
      font-size: 120%; }
      .works .work_item > a:hover {
        color: #333; }
    .works .work_item p {
      margin: 0;
      padding: 2px 0; }
    .works .work_item div.subItems {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 10px;
      padding: 7px 0; }
      .works .work_item div.subItems i {
        padding-right: 5px; }

.view_lamDetail {
  border: 1px solid #dae2ec;
  background-color: #f7fbff;
  padding: 0 20px; }
  .view_lamDetail .detailItems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px; }
    .view_lamDetail .detailItems div {
      border-bottom: solid 1px #DDDDDD;
      padding: 10px 0; }
      .view_lamDetail .detailItems div .tt {
        color: #939393;
        text-transform: uppercase;
        font-weight: 500; }
      .view_lamDetail .detailItems div p {
        margin: 0;
        padding: 0; }
        .view_lamDetail .detailItems div p i {
          padding-right: 5px; }

.ungtuyen {
  background-color: #FFA219;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  display: block;
  width: 100%; }
  .ungtuyen:hover {
    color: #fff; }

.advs_quangcao {
  width: 1024px;
  margin: 0 auto; }

.nav-button {
  background-color: transparent;
  background-image: url("img/nav1.png");
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 22px;
  background-position-y: -4px;
  border: none !important; }

.nav-button button {
  border: none !important; }

.nav-left {
  background-position-x: -8px; }

.nav-right {
  background-position-x: -38px; }

.nav-left:hover {
  background-position-x: -70px; }

.nav-right:hover {
  background-position-x: -101px; }

.nItems {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px; }
  .nItems img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important; }
