#hdnd {
    background: url(/media/public/icons/body-content-bg.gif)no-repeat center top;
    background-color: #F1F1F1;
}

.footer-hd2 .bg-footer , .app-footer .bg-footer {
    /* background: url(/media/public/icons/bg_bottom.gif); */
    background: url(/media/public/bg-footer_1.png);

    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
    border-top: 1px solid #fff;
    text-align: center;
    background-color: rgb(62 124 211); /* xanh đậm hơn, trống đồng nổi rõ */
}
.app-footer .bg-footer{
    padding: 30px;
}

.navbar-hd .active a{
    color: #555 !important;
}

.dropdown.open *{
    color: #555 !important;
}

.navbar-default .navbar-nav li a:hover {
    color: #555 !important;
    background-color: #e7e7e7 !important;
}


.footer-hd2 .bg-footer *{
    color: whitesmoke;
}

.footer-hd2 .bg-footer::before {
    content: "";
    position: absolute;
    background: #1D72B5;
}

.footer-hd2 .bg-footer .nd-ft {
    display: inline-block;
    text-align: left;
}

.footer-hd1 .bg-footer {
    background: linear-gradient(#268FE2, #1D72B5);
    padding: 8px 0;
}

.footer-hd1 .bg-footer a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
}

.navbar-hd {
    background: linear-gradient(#268FE2, #1D72B5);
    margin-bottom: 0 !important;
}

.navbar-hd .navbar-collapse .navbar-nav li a,
.navbar-hd .navbar-header a {
    color: #fff;
}

.table-nd {
    background: #ffff;
    padding: 10px 15px;
}

.block1 {
    background: #ffff;
}

.table-nd .tb-nd tr:nth-child(even) {
    background-color: #f0f0f5;
}

.table-nd .tb-nd tr:hover {
    background-color: #ddd;
}

.table-nd .tb-nd th {
    padding: 12px 10px;
    text-align: left;
    background-color: #d3e5f7;
    color: #505152;
}

.table-nd .tb-nd td {
    padding: 12px 10px;
}

.table-nd .tb-nd .reply,
.table-nd .tb-nd .request {
    width: 25%;
}

.table-nd .tb-nd .locality {
    width: 20%;
}

.table-nd .tb-nd .voters {
    width: 15%;
}

.table-nd .tb-nd .meeting {
    width: 10%;
}

.table-nd .tb-nd .stt {
    width: 5%;
}

.table-nd .tb-nd td a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.table-nd .tb-nd td div.title-yk {
    margin-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.table-nd .tb-nd td div.title-yk>span,
.table-nd .tb-nd td div.title-yk>p,
.table-nd .tb-nd td div.title-yk>div {
    font-size: 15px !important;
}

.table-nd .block-search .glyphicon-search {
    top: 0;
    background: no-repeat;
}

.table-nd .block-search .select-db {
    margin-bottom: 0;
    position: relative;
}

.table-nd .block-search .select-db select {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 34px;
    border: 1px solid #ccc;
}

.table-nd .block-search .select-db label {
    /* position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: center; */
    display: none;
}

.table-nd .block-search .input-search {
    border-left: none;
}

.table-nd .block-search .btn_search {
    background: #0385ff;
    width: 100%;
    border-color: #0385ff;
    color: #fff;
}

.table-nd .block-search .btn_drop {
    width: 100%;

}

@media (max-width: 567.98px) {

    .table-nd .tble-nd,
    .table-nd .dataTables_wrapper {
        overflow: scroll;
    }
}

.table-nd .block-search .btn_drop button[type="button"] {
    background: #fff;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.table-nd .block-search h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.table-nd .block-search .col-xs-6 {
    margin: 7px 0;
}

@media (min-width: 992px) {
    .table-nd .block-search {
        display: flex;
        align-items: center;
    }

    .footer-hd2 .bg-footer .nd-ft {
        transform: translateX(100px);
    }
}

.table-nd h3.title-tb {
    font-size: 18px;
    font-weight: 600;
}

.table-nd .tb-nd .downfile-hdnd {
    color: #1E7BE2;
    font-size: 20px;
}

.popup-hdnd .title-pact {
    color: #3A3A3C;
    font-size: 15px;
    font-weight: 700;
}

.popup-hdnd .col-inner {
    background: #F1F7FD;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 7px 0;
}

.popup-hdnd .modal-content {
    border-radius: 0;
}

.document_list .col-inner {
    background: #ECEEF2;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    margin-bottom: 15px;
}

.document_list .folder-hd {
    text-decoration: none;
    padding-left: 9px;
    color: #3A3A3C;
    font-weight: 500;
}

.header-banner {
    position: relative;
    overflow: hidden;
  }

  .header-banner img.img-responsive {
    width: 100%;
    height: auto;
    display: block;
  }

  .logo-overlay {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }

  .logo-overlay img {
    max-height: 100px;
    height: auto;
    width: auto;
  }

  /* Responsive cho mobile */
  @media (max-width: 768px) {
    .logo-overlay {
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
    }

    .logo-overlay img {
      max-width: 40px;
      height: auto;
      width: auto;
    }
  }