.nav-around {
    display: flex;
}

.nav-underline-dept.active {
    background: #005A9C;
    color: #FFFFFF;
}

.nav-underline-dept2 {
    width: 100%;
    height: 39px;
    margin-bottom: 1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom: 1px solid #D6D6D6;
    text-align: center;
    color: #ACACAC;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;

}

.nav-underline-dept2.active {
    width: 100%;
    height: 39px;
    color: #005A9C;
    background-color: #fff;
    border-bottom: 3px solid #0671E0;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 175% */

    text-align: center;
    text-transform: capitalize;
}

.board-nav {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.board-nav>.board-nav-item {
    width: 100%;
    flex-grow: 1;
}

.board-nav-item-1 {
    width: 100%;
    flex-grow: 1;
}

.board-nav-item {
    text-align: center;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #D6D6D6;
}

.board-nav-item {
    text-align: center;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #D6D6D6;
}

.board-nav-item-click {
    text-align: center;
    color: #0D5CAB;
    border-bottom: 3px solid #0D5CAB;
}

.board-nav-item:hover {
    /*color: #0D5CAB;*/
    /*border-bottom: 3px solid #0D5CAB;*/
    cursor: pointer;
}

.key-word-board {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.key-word-board-item button {
    height: 40px;
    width: 164px;
    border: 1px solid #0D5CAB;
    border-radius: 30px;
    margin: 60px 28px 0 0;
    background: #FFFFFF;
    color: #0D5CAB;
    text-align: center;
    align-items: center;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.key-word-board-item button:hover {
    background: #0D5CAB;
    color: #FFFFFF;
}

.pagination {
    justify-content: center;
}

.pagination .paginate_button .page-link {
    padding: 14px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    background: #F3F3F3;
    border-radius: 5px;
    border: none;
    outline: none;
}


.pagination .page-item.active .page-link {
    background: #005A9C;
    color: white;
}

.pagination .page-item+.page-item {
    margin-left: 10px;
}

.pagination .page-item:last-child {
    margin-left: 10px;
}

.pagination .previous .page-link,
.pagination .next .page-link {
    border: none;
    background: #FFFFFF;
}

.search-board {
    margin-top: 60px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.search-board img {
    position: absolute;
    top: 53%;
    left: 3%;
}

.search-board input {
    border: 1px solid #ECECEC;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    padding-left: 80px;
}

.collapse-board {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #444444;

}



.collapse-board-text-active {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    /* identical to box height, or 89% */
    /* PointColor */
    color: #0D5CAB;
}

.collapse-board-btn-active button {
    border: 1px solid #005A9C;
    border-radius: 30px;
    color: #005A9C;
    background: #FFFFFF;
    height: 40px;
}

.collapse-board-desc-active {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    /*text-align: center;*/
    /* PointColor */
    color: #0D5CAB;
}

.collapse-board-desc {
    color: #444444;
}

.collapse-board-desc .title-board {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    /*text-align: center;*/

    color: #444444;
}

.collapse-board-desc:hover {
    cursor: pointer;
}

.collapse-board-item {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #ECECEC;
    flex-direction: row;
    padding: 30px 0 30px 0;
    align-items: center;
}

.collapse-board-item.active {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #ECECEC;
    flex-direction: row;
    padding: 30px 0 30px 0;
    align-items: center;
    /*color: #0D5CAB;*/
}

.collapse-board-item>div {
    /* margin-right: 21px; */
}

.collapse-board-img {
    flex: 1;
    text-align: right;
}

.collapse-board-text-show {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    padding: 30px 0 30px 0;
}

.collapse-board-text {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    /* identical to box height, or 89% */
    color: #444444;
}

.collapse-board-btn button {
    border: 1px solid #444444;
    border-radius: 30px;
    color: #444444;
    background: #FFFFFF;
    height: 40px;
}

.long {
    display: block;
    word-break: break-all;
    min-width: max-content;
    padding: 0 30px;
}

ul#myTab {
    flex-wrap: nowrap;
    overflow: auto;
}

ul#myTab::-webkit-scrollbar {
    display: none;
}

.container .btm-list {
    position: relative;
    padding: 35px 30px;
}

.h5 {
    font-size: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}

.flex-justify-space {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.text-primary {
    color: #0882d6 !important;
}

.container .ellipsis {
    width: 24vw;
}

.h5 {
    font-size: 20px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

a:hover {
    cursor: pointer;
}

.container .btm-list>div:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 42px;
    border-right: 1px solid #ccc;
}

.container .mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.container .mr-4 {
    margin-right: 2rem !important;
}

.container .ml-4 {
    margin-left: 2rem !important;
}

.container .post-list-btn {
    height: 70px;
    width: 212px;
    padding: 20px;
    margin: 0 auto;
}

.container .btn {
    font-size: 16px;
}

.container .post-list-title {
    width: 80%;
    margin: 0 auto;
}

.font-weight-bolder {
    font-weight: 500 !important;
}

.h3-1 {
    font-size: 26px;
}

.bg-muted {
    background-color: #f7f7f7 !important;
}

.container .top-title {
    padding: 30px;
    margin-top: 100px;
}

.icon-file {
    width: 20px;
    height: 22px;
    background-image: url('/img/icon/icon_file.png');
}

.h6 {
    font-size: 16px;
}

body,
p,
h1,
h2,
h3,
span,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
}

[class^=icon-] {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    vertical-align: middle;
    text-indent: -1000em;
}

.border-muted {
    border-color: #afafaf !important;
}

.container .content img {
    max-width: 100% !important;
}

.border-table {
    border-top: 1px solid #444444;
}


.table>:not(caption)>*>* {
    padding: 0;
}

.nav-boxes .nav-box {
    font-weight: 400;
    border-radius: unset;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    color: #ACACAC !important;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-boxes:last-of-type {
    border-right: 1px solid #ACACAC;
}

.nav-boxes .active.nav-box {
    font-weight: 700;
    background: #fff;
    border-radius: unset;
    border: 1px solid #0D5CAB;
    color: #0D5CAB !important;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-pane ul li {
    list-style-type: none !important;
}

.board-nav ul li {
    list-style-type: none !important;
    min-width: max-content;
}

.btn-direction>button:hover {
    background: #0D5CAB;
    color: #FFFFFF;
}

@media screen and (max-width:600px) {
    .board-container {
        padding-top: 50px;
    }

    .m-none {
        display: none;
    }

    .title-board {
        padding-top: 15px;
    }

    .collapse-board-item {
        display: block;
        flex: 1;
        border-bottom: 1px solid black;
        flex-direction: row;
        /*padding: 30px 0 30px 0;*/
        align-items: center;
    }

}

@media (max-width: 991px) {
    .footer-form-select>.dropdown>.footer-form-select-dropdown {
        display: none;
    }

    .footer-label-dowload {
        display: none;
    }



    .container .post-list-btn {
        width: 113px;
        height: 50px;
        padding: 16px;
    }

    .container .post-list-btn {
        margin-top: 30px !important;
    }

    .h5 {
        font-size: 12px;
    }

    .container .post-list-btn {
        height: 40px;
        padding: 10px;
        margin-top: 30px !important;
        width: 113px;
    }

    .h3,
    .h3-1 {
        font-size: 13px;
    }

    .h6 {
        font-size: 12px;
    }

    .container .d-flex>a.mr-5 {
        margin-right: 5px !important;
    }

    .container p.notice-badge {
        height: 30px;
        padding: 6px 17px !important;
    }

    .btn {
        font-size: 13px;
    }

    .container .d-flex>a>img {
        width: 8px;
        margin: 0 !important;
    }

    .container .btm-list {
        padding: 20px 0;
    }

    .container .top-title {
        margin-top: 40px;
        padding: 15px;
    }

    .container .d-flex>a.me-5 {
        margin-right: 5px !important;
    }

    .key-word-board-item button {
        margin-right: 13px;
        margin: 0px 28px 0 0;
    }

    .container .d-flex>a.ms-5 {
        margin-left: 5px !important;
    }

    .container .top-title {
        margin-top: 40px;
        padding: 15px;
    }

    .container .btn {
        font-size: 16px;
    }

    .container .btm-list>div:first-child:before {
        height: 20px;
    }

    .nav-underline-dept2 {
        height: 2rem;
        margin-bottom: 1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom: 1px solid #D6D6D6;
        text-align: center;
        font-size: 18px;
        color: #ACACAC;
    }

    .nav-underline-dept2.active {
        width: 100%;
        height: 2rem;
        color: #005A9C;
        background-color: #fff;
        border-bottom: 3px solid #0671E0;
        text-align: center;
        font-family: 'Time new Roman';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        text-transform: capitalize;
    }

    .nav-around::-webkit-scrollbar {
        display: none;
    }

    .nav-around {
        overflow: scroll;
    }

    .key-word-board {
        margin-top: 32px;
    }

    .search-board {
        margin-top: 32px;
        margin-bottom: 48px;
    }

    .collapse-board-item {
        padding: 36px -1px 0 0;
        /*border-bottom: none;*/
    }

    .collapse-board-item>.collapse-board-desc {
        margin-right: 5px;
        /*-webkit-line-clamp: 1;*/
        /*-webkit-box-orient: vertical;*/
        /*overflow: hidden;*/
        /*display: -webkit-box;*/
        /*max-width: 200px;*/
    }

    .collapse-board-text-show {
        border-bottom: none;
    }

    #rental {
        list-style-type: none;
    }

    .board-nav {
        margin-top: 30px;
    }

    .collapse-board-item>.collapse-board-text {
        margin-right: 5px;
    }

    .collapse-board-desc {
        text-align: left;
        margin-left: 10px;
    }
}

.bulletin-file-ctn {
    background-color: #f7f7f7;
}

.bulletin-search-bar:focus {
    outline-color: #005A9C;
}
