.tieude_vanban {
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
}
.tieude_vanban__{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.xemthem_vanban{
    width: 100%;
}
.xemthem_vanban_ {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.xemthem_vanban_1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.xemthem_vanban-p{
    margin-bottom: 0px;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.tieude_vanban-sovanban{
    margin-bottom: 0px;
}
.tenvanban{
    font-weight: 600;
}
.header_title{
    justify-content: center;
    text-align: center;
    margin-top: 1px;
}
.xemthem_vanban-date{
    width: fit-content;
}
.navbar-text {
    display: flex;
    max-width: 100%; /* Đảm bảo phần tử cha không vượt quá chiều rộng của màn hình */
    overflow-x: auto; /* Cho phép thanh trượt ngang */
    white-space: nowrap; /* Ngăn chặn việc ngắt dòng */
    -webkit-overflow-scrolling: touch; /* Cho phép cuộn mượt trên thiết bị cảm ứng */
}

.navbar-text span {
    padding: 15px; /* Khoảng cách giữa các mục menu */
}
.navbar{
    height: fit-content;
}
.nav-link{
    font-weight: 600;
    padding: 2px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid white;
    border-radius: 3px;
}
#xemthem_vanban-download{
    text-decoration: none;
    color: #5bc0de;
}
.bd-callout {
    padding: 0.3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid rgb(255, 255, 255);
    border-left-width: .25rem;
    border-radius: .25rem;
    width:100%;
    text-align:justify;
    }
    
    .bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
    }
    
    .bd-callout p:last-child {
    margin-bottom: 0
    }
    
    .bd-callout code {
    border-radius: .25rem
    }
    
    .bd-callout+.bd-callout {
    margin-top: -.25rem
    }
    
    .bd-callout-info {
    border-left-color: #5bc0de
    }
    
    .bd-callout-info h4 {
    color: #5bc0de
    }
    
    .bd-callout-warning {
    border-left-color: #f0ad4e
    }
    
    .bd-callout-warning h4 {
    color: #f0ad4e
    }
    
    .bd-callout-danger {
    border-left-color: #d9534f
    }
    
    .bd-callout-danger h4 {
    color: #d9534f
    }
    
    .bd-callout-primary{
    border-left-color: #007bff;
    background-color: #5bc0de7a;
    }
    
    .bd-callout-primaryh4 {
    color: #007bff
    }
    
    .bd-callout-success{
    border-left-color: #28a745;
    background-color: #e4ffe7e8;
    /* border: 1px solid #28a745; */
    
    }
    
    .bd-callout-successh4 {
    color: #28a745
    }
    
    .bd-callout-default{
    border-left-color: #6c757d
    }
    
    .bd-callout-defaulth4 {
    color: #ffffff
    }