.bannerCommon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bannerCommon__img {
  background-color: var(--primary);
}

.bannerCommon__wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerCommon__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

.bannerCommon__breadcrumb {
  font-size: 15px;
  color: #ffffff;
  z-index: 2;
  background-color: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.bannerCommon__breadcrumb li {
  margin-left: 5px;
}

.container {
  z-index: 2;
}

.library-doc {
  margin: 72px 0 72px 0;
}

.bar-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: space-between;
          flex-direction: space-between;
  margin-top: 16px;
}

.bar-search select.form-control {
  background-image: url("../img/drop-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) 18px, calc(100% - 24px) 14px, 100% 0;
}

@media screen and (max-width: 768px) {
  .bar-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bar-search .bar-search-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: space-between;
          flex-direction: space-between;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .bar-search .bar-search-right {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .bar-search .bar-search-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 24px;
  }
}

.bar-search .bar-search-right .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bar-search ::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.bar-search :-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.bar-search ::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.bar-search ::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.bar-search .key-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49% !important;
}

@media screen and (max-width: 768px) {
  .bar-search .key-search {
    width: 100% !important;
  }
}

.bar-search .key-search input[type="search"] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  height: auto;
  padding: 10px 5px !important;
  z-index: 999;
  color: #979797;
  padding: 0;
  width: calc(100% - 12px);
}

.bar-search .key-search input[type="search"]:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bar-search .key-search .key-search-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1d2029;
  margin-bottom: 8px;
}

.bar-search .key-search .box-search {
  background: #ffffff;
  border: 1px solid #dee2ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar-search .key-search .box-search .icon-search {
  margin: 0 11px 0 18px;
}

.bar-search .key-search .box-search form {
  width: 100%;
}

.bar-search .key-search .form-control {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  height: auto;
  padding: 10px 5px !important;
  z-index: 999;
  color: #979797;
  padding: 0;
  width: calc(100% - 12px);
}

.bar-search .key-search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bar-search .key-search ::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.bar-search .key-search :-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.bar-search .key-search ::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.bar-search .key-search ::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.bar-search .type-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bar-search .type-file {
    width: 100% !important;
    margin-top: 20px;
  }
}

.bar-search .type-file .css-select {
  position: relative;
}

.bar-search .type-file .css-select .css-select-image {
  position: absolute;
  right: 15px;
  top: 45%;
}

.bar-search .type-file .css-select .form-control {
  height: 48px;
  line-height: 26px;
  padding: 10px !important;
}

.bar-search .type-file select {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

@media screen and (max-width: 768px) {
  .bar-search #funtion-button {
    margin-top: 52px;
  }
}

.bar-search .funtion-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar-search .button-funtion {
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 17px;
  height: 50px;
  width: 50px;
  margin-top: 30px;
  cursor: pointer;
  background: #f7f7fd;
}

.bar-search .button-funtion:active {
  border: 1px solid #2063a3;
}

.bar-search .news_btn-search {
  background: var(--secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  height: 46px;
  margin-top: 30px;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 122px;
  border: none;
}

@media screen and (max-width: 768px) {
  .bar-search .news_btn-search {
    margin-top: 50px;
  }
}

.form-control {
  background: #ffffff;
  border: 1px solid #dee2ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
}

.date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 1px solid #dee2ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.date-box .form-control {
  border: none;
}

.date-box ::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.date-box :-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.date-box ::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.date-box ::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #979797;
}

.date-box input[type="search"] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  z-index: 999;
  color: #979797;
}

.date-box .date-icon {
  margin: 0 14px;
}

.show-page-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

@media screen and (max-width: 550px) {
  .show-page-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .show-page-main .pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.title-show-page {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #2c2c2c;
  padding-right: 12px;
}

.table-content {
  margin-top: 67px;
}

.table-content .show-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-content .show-page .select-filed {
  background: #ffffff;
  border: 1px solid #dee2ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.table-content .show-page .css-select {
  position: relative;
}

.table-content .number-content {
  text-decoration: underline;
  color: #f2720b !important;
  cursor: pointer;
}

.table-content .select-filed {
  min-width: 74px;
  height: 48px;
}

.table-content .table-content-box {
  margin-top: 24px;
}

@media screen and (max-width: 1200px) {
  .table-content .table-content-box {
    overflow-x: scroll;
  }
}

.table-content .table-content-box .table {
  min-width: 1200px;
}

@media screen and (min-width: 1025px) and (max-width: 1201px) {
  .table-content .table-content-box .table {
    min-width: 0;
  }
}

@media screen and (max-width: 1024px) {
  .table-content .table-content-box .table {
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .table-content .table-content-box .table {
    min-width: 1200px;
    overflow: auto;
  }
}

.table-content .table-content-box .table thead th {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #dee2ed;
  text-align: center;
  border: 1px solid #dee2ed;
  vertical-align: middle;
  padding: 21px;
}

.table-content .table-content-box .table th,
.table-content .table-content-box .table td {
  border: 1px solid #dee2ed;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #72757b;
}

.form-select {
  padding: 0 0 0 16px;
  border: 0.1px solid #dee2ed;
}

select {
  background-image: url(../img/drop-down.svg);
  background-position: calc(100% - 15px) 11px, calc(100% - 30px) 14px, 100% 0;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.pagination li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  letter-spacing: 0.5px;
  color: #72757b;
}

.pagination .page-item {
  margin: 0 6px;
  border-radius: 0px;
}

.pagination .page-item a:hover {
  background-color: #eb7f2c;
  color: var(---black);
}

.pagination .pagination li.active a {
  background-color: #eb7f2c;
  color: #fff;
  border-color: #eb7f2c;
}

input[type="search"] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  z-index: 999;
  color: #979797;
}

.date-dow {
  margin-left: 27px;
  cursor: pointer;
}

.form-group {
  width: 100%;
}

.form-group .form-control {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .input-group-addon {
  position: absolute;
  right: 12px;
  top: 20%;
}

.form-group .input-group-addon .glyphicon-calendar {
  font-size: 24px;
}

.date-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .date-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .date-form .form-group {
    width: 100%;
  }
}

.type-file-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1d2029;
  margin-bottom: 8px;
}

.type-file-date {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .type-file-date {
    width: 100% !important;
  }
}

.datetimepicker-days .table-condensed {
  width: 100%;
}

.css-select-display {
  position: absolute;
  right: 15px;
  top: 45%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 24px;
  opacity: 0.7;
}

.custom-inpt {
  padding: 10px !important;
}

.form-control-1 {
  background: #ffffff;
  border: 1px solid #dee2ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  padding: 11px 10px;
}

.table-content.document {
  margin-top: 0;
}

.library-doc.document {
  margin: 60px 0 0px 0;
}

.key-search.key-searching.imagepage {
  width: 100% !important;
}

#DataTables_Table_0_filter .form-control.form-control-sm {
  font-weight: normal;
}

.date-form .input-date {
  position: relative;
}

.date-form .input-date:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
  content: attr(data-date);
  display: inline-block;
  color: #979797;
  padding: 10px;
  width: calc(100% - 30px);
  background-color: #fff;
}

.date-form .input-date::-webkit-datetime-edit, .date-form .input-date::-webkit-inner-spin-button, .date-form .input-date::-webkit-clear-button {
  display: none;
}

.date-form .input-date::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #979797;
  opacity: 1;
}
/*# sourceMappingURL=page-library.css.map */