﻿@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é****/
@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
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;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.vanban-wrapper {
  font-family: Nunito;
  position: relative;
  top: 164px;
  min-height: 100vh;
}
.vanban-wrapper #txtKeyword {
  min-width: 350px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
  border-radius: 20px;
}
.vanban-wrapper #searchVB {
  background-color: #1259a0;
  color: #fff;
  height: 100%;
  border-radius: 20px;
  margin-left: 15px;
}
.vanban-wrapper .UI-SUGGEST {
  font-family: Nunito;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.vanban-wrapper .UI-SUGGEST .dropdown-toggle::after {
  position: absolute;
  right: 18px;
  top: 24px;
}
.vanban-wrapper .UI-SUGGEST .dropdown-toggle {
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
}
.vanban-wrapper .UI-SUGGEST .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.vanban-wrapper .UI-SUGGEST .dropdown-menu li {
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
}
.vanban-wrapper .UI-SUGGEST .dropdown-menu li:hover {
  background-color: #f0f0f0;
}
.vanban-wrapper .UI-SUGGEST.open .dropdown-menu {
  display: block;
}
.vanban-wrapper .left .search-wrap {
  padding: 20px 24px;
  background: #f9f9f9;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 36px;
  border-top: 1px solid #ddd;
}
.vanban-wrapper .left .search-wrap .document-search-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: #031739;
  margin-bottom: 16px;
}
.vanban-wrapper .left .search-wrap .document-search-input {
  line-height: 1.6;
  outline: none;
  scrollbar-width: thin;
  -webkit-appearance: none;
}
.vanban-wrapper .left .search-wrap .document-search-input .search-condition {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  table-layout: fixed;
}
.vanban-wrapper .left .search-wrap .document-search-input .search-condition td {
  border: none;
  width: 33.33%;
  vertical-align: top;
}
.vanban-wrapper .left .search-wrap .document-search-input .search-condition td .label {
  font-family: Nunito;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #3b4e68;
  margin-bottom: 8px;
}
.vanban-wrapper .left .search-wrap .document-search-input .search-condition td .input input {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 9px 13px;
  width: 195px;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 19px;
  color: #3b4e68;
}
.vanban-wrapper .left .result-search {
  padding: 15px 0;
}
.vanban-wrapper .left .result-search .document-search-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: #031739;
  margin-bottom: 16px;
}
.vanban-wrapper .left .result-search .all-document {
  border: 1px solid #ddd;
}
.vanban-wrapper .left .result-search .all-document table {
  width: 100%;
}
.vanban-wrapper .left .result-search .all-document table .tbody-header tr th {
  background: #f6f6f6;
  padding: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #3b4e68;
  text-align: center;
}
.vanban-wrapper .left .result-search .all-document table .tbody-content a {
  color: #232323;
}
.vanban-wrapper .left .result-search .all-document table .tbody-content tr {
  border-bottom: 1px solid #ddd;
}
.vanban-wrapper .left .result-search .all-document table .tbody-content tr td {
  padding: 20px 10px;
  border-right: 1px solid #ddd;
}
.vanban-wrapper .left .result-search .all-document table .tbody-content tr td:nth-child(1) {
  text-align: center;
}
.vanban-wrapper .left .result-search .all-document table .tbody-content tr td:nth-child(2) {
  text-align: center;
}
.vanban-wrapper .right {
  border: 1px solid #ddd;
}

#col-phantrang {
  margin-top: 25px;
  text-align: center;
}

.phantrang .pagination {
  margin-top: 7px;
  justify-content: end;
}
.phantrang .pagination > li > a {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
}
.phantrang .pagination > li > span a {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
}
.phantrang .pagination > .active > a {
  background-color: #1259a0;
  border-color: #1259a0;
  color: #fff;
}

#footer {
  position: relative;
  top: 154px;
}
