﻿.vanban .vanban-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .vanban .vanban-list .vanban-item {
        position: relative;
        border-color: rgba(0,0,0,.2);
        -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
        box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
        margin-bottom: 1px !important;
        display: flex;
        position: relative;
        background-color: #fff;
        padding-right: 5px;
    }

        .vanban .vanban-list .vanban-item:first-child {
            padding-top: 10px;
        }

        .vanban .vanban-list .vanban-item i {
            display: flex;
            padding-right: 2px;
            color: #106eea;
            font-size: 18px;
            line-height: 1.5;
        }

        .vanban .vanban-list .vanban-item a, .vanban .vanban-list .vanban-item a:active {
            color: #1b1b1b;
            transition: 0.3s;
            display: inline-block;
            line-height: 1.5;
        }

            .vanban .vanban-list .vanban-item a:hover {
                color: #106eea;
                transition: 0.3s;
                display: inline-block;
            }


.services .icon-box h4 a {
    line-height:2.5rem;
}
.services .icon-box h4 {
   
    font-size: 20px !important;
}
.list-group {
    position: relative;
    width: 100%;
    padding: 5px 0;
}

    .list-group .card {
        margin-bottom: 15px;
        padding-top: 15px;
        border: none;
        border-radius: 0;
        border-top: 1px solid #eeeeee;
    }

    .list-group .card-header {
        padding: 0;
        border: none;
        background: #ffffff;
        display:inline-block;
    }

        .list-group .card-header [data-toggle="collapse"]:after {
            font-family: 'font Awesome 5 Free';
            content: "\f067";
            float: right;
            color: #00539C;
            font-size: 12px;
            font-weight: 900;
            transition: .3s;
        }

        .list-group .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
            font-family: 'font Awesome 5 Free';
            content: "\f068";
            float: right;
            color: #00539C;
            font-size: 12px;
            font-weight: 900;
            transition: .3s;
        }

        .list-group .card-header:first-child {
            border-radius: calc(0.25 rem - 1 px ) calc(0.25 rem - 1 px ) 0 0;
        }

        .list-group .card-header a {
            display: block;
            width: 100%;
            color: #000000;
            font: 500 16px/25px 'Roboto',sans-serif;
        }

            .list-group .card-header a span {
                display: inline-block;
                font: 400 14px/25px 'Roboto',sans-serif;
                margin: 0 0 5px;
                text-align: justify;
            }
    .list-group .text-attach {
        color: #7b7b7b;
        
        padding: 1px 0 1px 28px;
        display: block;
    }


.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight:normal;
}
.text-link {
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
#searchZone .input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
    width:15%;
}
#tableVanBan table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    width: 100%;
}

    #tableVanBan table th,
    #tableVanBan table td {
        border: 1px solid #ccc;
        padding: 10px;
        font-size: 13px;
        
    }
    #tableVanBan table tfoot td {        
        padding: 5px;
        font-size: 12px;
    }
    #tableVanBan table td label {
        color: #333;
        font-weight:700;
    }

        #tableVanBan table th {
            /*background-color: #f3f3f3;*/
        }
#tableVanBan .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1px 0 !important;
    border-radius: 4px;
}
#tab-menu ul, ol {
    margin-bottom: 0px;
    margin-left: 0px;
}

    #tab-menu ul > li > a, p {
        margin-bottom: 1px;
        margin-left: 1px;
        font-size: 14px;
        font-weight: 400;
    }
.nav-blue {
    overflow: hidden;
    contain: content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*background-color: #e7ecf7;*/
}

    .nav-blue .nav-tabs {
        border-bottom: 1px solid #e7ecf7;
        height: 39px;
    }

        .nav-blue .nav-tabs > li.active > a, .nav-blue .nav-tabs > li.active > a:focus, .nav-blue .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            font-size: 14px;
            background: #0a72ba;
            color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }
#tab-menu .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
#tab-menu .nav-tabs > li.active > a, #tab-menu .nav-tabs > li.active > a:focus, #tab-menu .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    /*background-color: #0a72ba;
    border: 1px solid #ddd;*/
    border-bottom-color: transparent;
}

@media only screen and (max-width: 768px) {
    #leftMenu {
        display:none
    }
    .control-label {
        padding-top: 7px;
        margin-bottom: 5px;
        text-align: left;
    }
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }
    /* Table full chiều rộng màn hình, cách đều trái phải 10px */
    #tableVanBan table {
        margin: 0 10px !important;
        width: auto !important;
    }

        /* Cho <thead> thoát khỏi vùng hiển thị (ẩn các <th>) */
    #tableVanBan table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

        #tableVanBan table tr:nth-child(odd) {
            background: #f8f9fa;
            padding: 10px 0px;
        }

        #tableVanBan table td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            
        }

            /* Chèn dữ liệu <th> vào trước từng mục của <td> */
    #tableVanBan table td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

            #tableVanBan table td:nth-of-type(1):before {
                content: "STT";
            }

    #tableVanBan table td:nth-of-type(2):before {
        content: "Số ký hiệu";
    }

    #tableVanBan table td:nth-of-type(3):before {
        content: "Trích yếu";
    }

    #tableVanBan table td:nth-of-type(4):before {
        content: "Cơ quan ban hành";
    }

    #tableVanBan table td:nth-of-type(5):before {
        content: "Ngày hiệu lực";
    }
        #tableVanBan table td:nth-of-type(6):before {
            content: "Ngày hết hiệu lực";
        }
            #tableVanBan table td:nth-of-type(7):before {
                content: "Tải về";
            }
        
}

.search-box-inline {
    background: #1A4668;
    padding: 2rem;
   
}
.search-box {
    background: #1A4668;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.select-box {
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #febf00;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}
.box-item {
    position: relative;
    border-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    margin-bottom: 2px;
    display: block;
    position: relative;
    background-color: #fff;
}
.news-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    text-align: left;
}
.news-item.ani-item.on-show {
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}
.ani-item:not(.outer-nav).on-show {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.option-press .news-item:nth-child(1), .option-press .news-item:nth-child(2), .option-press .news-item:nth-child(3) {
    padding: 20px;
    margin: 0 auto 10px auto;
    width: 90%;
    height: auto;
    display: block;
    float: none;
    overflow: visible;
    max-width: inherit;
}
.news-list {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    text-align: left;
}
.news-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    max-width: 384px;
    margin: 6px 0.5%;
    text-align: left;
    padding: 18px;
}
.news-item.ani-item {
    opacity: 1;
}
.news-item::before, .news-item::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.option-press .news-item::before {
    background-color: #fff;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index:-1;
}
.news-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}
.option-press .news-item {
    padding: 20px;
    margin: 0 auto 10px auto;
    width: 90%;
    height: auto;
    display: block;
    float: none;
    max-width: inherit;
    cursor: pointer;
}
.news-item:nth-child(1) {
    width: calc(44% + 6px);
    max-width: inherit;
    float: left;
    margin: 0 0 6px 7px;
    overflow: hidden;
}
.ani-item, .search-box {
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.news-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    max-width: 384px;
    margin: 6px 0.5%;
    text-align: left;
    padding: 18px;
}
.option-press .news-item .date-thumb {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    bottom: auto;
    padding: 10px;
    margin: 0 10px 0 0;
    font-weight: 400;
    font-size: 12px;
    background-color: #fff;
    color: #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.option-press .news-item:nth-child(1) .news-txt, .option-press .news-item:nth-child(2) .news-txt, .option-press .news-item:nth-child(3) .news-txt {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: calc(100% - 120px);
    height: auto;
    padding: 0;
    float: none;
}
.news-txt {
    position: relative;
    display: block;
    width: 100%;
    height: 76px;
    padding: 15px 0 0 60px;
    overflow: hidden;
}
.pull-right{
    float:right;
}

.vanban {
    margin-bottom:10px;
}
    .vanban .tieude {
        padding: 7px 5px;
        background: #f5f5f5;
    }
        .vanban .tieude:before {
            content: "";
            display: inline-block;
            font: normal normal 900 1em/1 "Font Awesome 5 Free", sans-serif;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #d95700;
            padding-right: 5px;
        }
        .vanban .tieude a {
            font-weight: bold;
            font-size: 14px;
            color:#333;

        }
        .vanban .tieude a:hover {
            
            color: #d95700;
        }
    .vanban .noidung {
        border: 1px solid #ddd;
        border-top: 0;
        padding: 10px 5px;
    }
        .vanban .noidung:before, .noidung:after {
            display: table;
            content: " ";
        }

    .vanban > .noidung > .row > .col-md-7 {
        border-right: 1px solid #ddd;
        margin-right: -1px;
    }

@media(max-width: 543px) {
    .vanban > .noidung > .row > .col-md-7 {
        border: none;
        margin-right: 0px;
    }

    .vanban > .noidung > .row > .col-md-5 {
        border: none;
    }
}



.vanban > .noidung {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 5px;
}

    .vanban > .noidung > .row > .col-md-5 {
        border-left: 1px dashed #ddd;
    }


.vanban .banhanh, .vanban .hieuluc {
    color: #060;
}

.number {
    color: #47b2e4;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}
.divxuly{
    margin-bottom: 4px !important;
}
.dialoggopy {
    top: 10% !important;
}

.row.form-group {
    padding-bottom: 3px;
}
.required{
    color: orangered !important;
}
.modal-backdrop.fade.in {
    display: none !important;
}