﻿@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é****/
@import url("../../fonts/roboto/font-roboto.css");
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@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-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");
}
@font-face {
  font-family: "bevietnampro-regular";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-regular.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: 1450px;
  }
}
.breadcrumb {
  padding: 20px 0;
  background: none;
  padding-bottom: 0;
  padding-top: 25px;
}
.breadcrumb .container {
  padding: 0;
}
.breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 0;
}
.breadcrumb ul li {
  font-family: "Merriweather";
  display: flex;
  align-items: center;
}
.breadcrumb ul li h1 {
  margin: 0;
}
.breadcrumb ul li a {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin-left: 6px;
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
}
.breadcrumb ul li + li a::before {
  content: "/";
  margin: 0 6px;
}

.header .topbar {
  display: none;
}

#main {
  position: relative;
  top: 90px;
  background: #edf2f9;
}
#main #TuKhoa {
  font-size: 14px;
  opacity: 0.9;
  height: 42px;
  padding: 0 20px;
}
#main #btnFormSearchDADT {
  font-size: 14px;
  background-color: #207bbf;
  font-weight: 500;
  color: white;
}
#main .content_wrap .document_content {
  margin-top: 25px;
  min-height: 70vh;
}
#main .content_wrap .document_content .content__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-left: 15px;
}
#main .content_wrap .document_content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
#main .content_wrap .document_content table th, #main .content_wrap .document_content table td {
  border: 1px solid #e6e6e6;
}
#main .content_wrap .document_content table .lstVB .vb__header {
  background-color: #f9f9f9;
}
#main .content_wrap .document_content table .lstVB .vb__header .h___item {
  font-size: 16px;
  font-weight: 400;
  background: #f6f6f6;
  padding: 12px;
  font-style: normal;
  line-height: 16px;
  color: #3b4e68;
  text-align: center;
}
#main .content_wrap .document_content table .lstVB .vb__body td {
  font-size: 15px;
  text-align: left;
  padding: 15px 20px;
}
#main .content_wrap .document_content table .lstVB .vb__body td:first-child {
  width: 15%;
}
#main .content_wrap .document_content table .lstVB .vb__body td:nth-child(2) {
  width: 60%;
  text-align: left;
}
#main .content_wrap .document_content table .lstVB .vb__body td .code, #main .content_wrap .document_content table .lstVB .vb__body td .issued-date {
  color: #2c2f31;
  font-weight: 500;
}
#main .content_wrap .document_content table .lstVB .vb__body .ty___item .substract {
  color: #2c2f31;
  font-size: 15px;
}
#main .content_wrap .document_content table .lstVB .vb__body .ty___item .bl-doc-file {
  background: aliceblue;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 10px;
}
#main .content_wrap .document_content table .lstVB .vb__body .ty___item .bl-doc-file i {
  color: #da251c;
}
#main .content_wrap .document_content table .lstVB .vb__body .ty___item .bl-doc-file .downfile {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #005594;
  padding: 5px 8px;
  padding-left: 8px;
  border-radius: 4px;
  cursor: pointer;
}
#main .content_wrap .vb-type-tabs {
  display: flex;
  background: #005594;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
#main .content_wrap .vb-type-tabs .tab-item {
  flex: 1;
  text-align: center;
  padding: 13px 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  user-select: none;
  position: relative;
}
#main .content_wrap .vb-type-tabs .tab-item:last-child {
  border-right: none;
}
#main .content_wrap .vb-type-tabs .tab-item:hover {
  background: rgba(255, 255, 255, 0.12);
}
#main .content_wrap .vb-type-tabs .tab-item.active {
  background: #fff;
  color: #005594;
  font-weight: 700;
}
#main .content_wrap .vb-type-tabs .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #005594;
}

#phantrang {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
#phantrang .pagination > li > a, #phantrang .pagination > li > span {
  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;
  background: #fff;
}
#phantrang .pagination > .active > a {
  background-color: #207bbf;
  border-color: #207bbf;
  color: #fff;
}

.box-thongbao {
  padding: 20px 10px;
  color: #fff;
  background-color: rgba(0, 46, 137, 0.6);
  border-radius: 5px;
}

@media (max-width: 415px) {
  #main {
    top: 90px !important;
  }
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  table .lstVB .vb__header .h___item {
    font-size: 13px;
    padding: 10px 8px;
    line-height: 14px;
  }
  table .lstVB .vb__body td {
    font-size: 13px;
    padding: 12px 10px;
  }
  table .lstVB .vb__body td:first-child {
    width: 15%;
    min-width: 170px;
  }
  table .lstVB .vb__body td:nth-child(2) {
    width: 50%;
    min-width: 70px;
  }
  table .lstVB .vb__body td .code,
  table .lstVB .vb__body td .issued-date {
    font-size: 13px;
  }
  table .lstVB .vb__body .ty___item {
    padding: 8px 0;
    padding-left: 10px;
  }
  table .lstVB .vb__body .ty___item .substract {
    font-size: 13px;
    line-height: 18px;
  }
  table .lstVB .vb__body .ty___item .bl-doc-file {
    padding: 4px 8px;
    border-radius: 8px;
  }
  table .lstVB .vb__body .ty___item .bl-doc-file .downfile {
    font-size: 13px;
    line-height: 16px;
    padding: 4px 6px;
  }
  table .lstVB .vb__body .ty___item .bl-doc-file i {
    font-size: 13px;
  }
}
.list-org {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 4px;
}

.org-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  padding: 18px 20px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.org-card:hover {
  border-color: #174898;
}
.org-card .org-logo {
  flex-shrink: 0;
  width: 32%;
  height: 200px;
  overflow: hidden;
}
.org-card .org-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.org-card .org-info {
  flex: 1;
  min-width: 0;
}
.org-card .org-info .org-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.org-card .org-info .org-title a {
  color: #0a2540;
  text-decoration: none;
  transition: color 0.2s;
}
.org-card .org-info .org-title a:hover {
  color: #174898;
}
.org-card .org-info .org-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4a5568;
}
.org-card .org-info .org-desc p, .org-card .org-info .org-desc div {
  margin: 0 0 4px;
}
.org-card .org-info .org-desc a {
  color: #005594;
  text-decoration: none;
}
.org-card .org-info .org-desc a:hover {
  text-decoration: underline;
}

.result-alert {
  margin: 0 0 16px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
}

.empty-state {
  padding: 40px 16px;
  text-align: center;
}

@media (min-width: 1200px) {
  .list-org {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .org-card {
    gap: 14px;
    padding: 14px 16px;
  }
  .org-card .org-logo {
    width: 72px;
    height: 72px;
  }
  .org-card .org-info .org-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .org-card .org-info .org-desc {
    font-size: 14px;
  }
  .document__search {
    padding: 15px;
  }
  .document__search .document__search__input {
    padding: 15px;
  }
  .document__search .document__search__input .search-condition {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
#btnSearchVBPL {
  background-color: #207bbf;
  font-weight: 500;
  color: white;
  font-size: 14px;
  opacity: 0.9;
  height: 42px;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #main .content_wrap .document__search .document__search__input .search-condition {
    grid-template-columns: 1fr 2fr;
  }
  .breadcrumb ul li a {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #main {
    top: 112px;
  }
  #main .content_wrap .document__search .document__search__input .search-condition {
    grid-template-columns: 1fr 2fr;
  }
  .breadcrumb ul li a {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  #main .content_wrap .document__search .document__search__input .search-condition {
    grid-template-columns: 1fr;
  }
  .breadcrumb ul li a {
    font-size: 14px;
  }
}
