@charset "utf-8";
/* CSS Document     font-family: Roboto Condensed;   */

* {
    font-family: Tahoma;
    font-size: 13px;
    margin: 0;
    text-decoration: none;
}
body {
    /* background-color: #f3f3f3; */
    float: left;
    width: 100%;
}

/* All Style */
a:hover {
    color: red;
    text-decoration: none;
    transition-duration: 100ms;
}

.thongbao {
    float: left;
    width: 100%;
    height: 280px;
    margin-bottom: 16px;
}

/*-------------------------------------------------*/


.sohieu {
    color: #646464;
    float: left;
    text-align: justify;
    width: 200px;
    background-color: #e6f1f7;
    height: 21px;
    line-height: 21px;
}
.sohieu span {
    margin-right: 2px;
    margin-left: 2px;
}
.ngaybanhanh {
    color: #646464;
    float: left;
    text-align: justify;
    height: 21px;
    line-height: 21px;
    margin-left: 5px;
    margin-right: 2px;
}

/*-------------------------------------------------*/

.footer {
    /* min-height: 150px; */
    background-color: #f5f5f5;
    /* line-height: 20px; */
}
.footer-center {
    float: left;
    width: 100%;
    line-height: 30px;
    color: #80c48c;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 15px;
}
.footer-top {
    width: 100%;
    height: 50px;
    background-color: #00a651; /* #80c48c; */
    margin: 0;
}
.footer-bottom {
    margin-left: 0;
    margin-right: 0;
    min-height: 130px;
    color: black;
    background-color: #f5f5f5;
    padding: 10px 0;
}
/*-------------------tin-right--------*/

.bg_orange {
    background: #4792d3;
    float: left;
    width: 100%
}
.bg_blue {
    background: #4792d3;
}
.bg_blue_content {
    background: #ffffff
}
.bg_ghi {
    background-color: #c5c5c5
}
/*---------------------------*/

.button_paging {
    color: #333;
}
/***************************************************/

@media screen and (max-width: 768px) {
    .nav a.pull {
        color: #ffffff;
        display: block;
        height: 40px;
        width: 40px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 40px;
        cursor: pointer;
        text-indent: -9999px;
    }
    .nav {
        padding: 0;
        display: block;
        float: left;
        position: relative;
    }
    .nav ul {
        position: absolute;
        display: none;
        width: 180px;
        border: none;
        margin: 50px 0 0 0;
        background: #676767;
        float: left;
    }
    .nav ul li:hover ul {
        display: block !important;
    }
    .nav ul li a {
        font-size: 16px;
        line-height: 1;
    }
    .nav ul li {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        margin: 0 0 1px 0;
        position: static;
        border: none;
    }
    .nav ul li:last-child {
        border: none;
    }
    .nav ul li:hover,
    .nav ul li.active {
        border-radius: 0;
    }
    .nav ul li a {
        text-align: left;
        width: 100%;
        color: #fff;
        display: block;
        background: none;
        text-shadow: none;
        padding: 10px;
    }
    .nav ul li i {
        float: left;
        margin: 0 10px 0 0;
    }
    .nav ul ul {
        width: 100%;
        position: static;
        height: auto;
        padding: 0 0 10px 30px;
        background: none;
        margin: 0;
        box-shadow: none;
    }
    .nav ul ul li {
        background: none;
        border: none;
    }
    .nav ul ul li:hover {
        background: none;
    }
    .nav ul ul li:hover a {
        background: none;
        font-weight: bold;
    }
    .nav ul ul li a {
        color: #c3c3c3;
        font-size: 16px;
        padding: 5px 0 !important;
        margin: 0;
        text-transform: none;
    }
}
/*mobile and other*/

/***** For Some Page only *****/
#ban-lanh-dao {
    width: 100%;
    display: block;
}
#ban-lanh-dao tbody {
    max-width: inherit;
}
#ban-lanh-dao td {
    word-wrap: break-word;
    word-break: break-word;
    text-align: justify;
}

ul.so-do-site {
    margin-left: 20px;
}
ul.sub-so-do-site {
    margin-left: 40px;
}

/********** TABLE-VAN-BAN ******************/
table.table-van-ban > tbody > tr > td.show-detail > a {
    color: #0c48bb;
}
table.table-van-ban > tbody > tr > td.download {
    text-align: center;
}
/********* MODAL DOCUMENT DETAIL **********/
#document_detail td.title {
    font-weight: bold;
}
/********* OVERLAY LOADING ************/
#overlay {
    display:none;
    position:absolute;
    background:#fff;
}
#img-load {
    position:absolute;
}
/********** PAGINATION ***********/
.pagination {
    padding-top: 10px;
    /* display: inline-block; */
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}