.img {
    display: flex;
    align-items: center;
}

.QTHT {
    background-color: #FFC107;
    padding: 15px 20px 15px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.QLKKHV {
    padding: 12px 14px;
}

ul {
    list-style: none;
}

ul {
    position: relative;
}

li {
    list-style: none;
    border-left: 2px solid #000;
    margin-left: 1em;
    padding: 10px 0;
}

li div {
    padding-left: 1em;
    position: relative;
    font-size: 0.65rem;
    font-weight: 500;
}
li .div1::before{
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 0.75em;
    height: 1.5rem;
    border: 2px solid #000;
    border-right: 0 none transparent;
    border-bottom: transparent;
}
li .div2::before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 50%;
    width: 0.75em;
    height: 1.4rem;
    border: 2px solid #000;
    border-top: 0 none transparent;
    border-right: 0 none transparent;
}

ul>li:last-child {
    border-left: 2px solid transparent;
}
.content{
    background-color: #000;
    width: 100%;
    height: 600px;
    align-items: center;
    display: flex;
}
.test{
position: absolute;
left: 0;
z-index: 2;
top: 0;
}


/* Quản lý dữ liệu*/
.input-search-QLDL{
    font-size: 0.8rem; 
    padding: 2px 3px; 
    margin-right: 10px; 
    border-radius:4px; 
    outline: none;
    border: 0.9px solid #000;
}
.btn-select{
    margin-right: 6px;
}
thead tr .custom-th{
    width: 5.5%;
    background-color: rgba(195, 195, 195, 0.7);
    align-items: center;
    padding: 10px;
}

thead tr .font-size-custom{
    font-size: 0.6rem;
    line-height: 20px;
    padding: 12px 15px;
}
tbody tr .custom-th{
    background-color: rgba(195, 195, 195, 0.7);
}

thead tr .custom-size-cell{
    width: 16.5%;
}

table th{
    text-align: center;
}
tbody tr td{
    padding-left: 10px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #000;
}
thead tr .color-cell-custom{
    background-color: rgba(195, 195, 195, 0.7);
}

tbody tr .color-cell-custom{
    background-color: rgba(195, 195, 195, 0.7);
}
tbody tr td div{
    text-align: start;
    font-size: 0.7rem;
    font-weight: 600;
}
tbody tr td p{
    text-align: start;
    font-size: 0.55rem;
    font-weight: 600;
    color: #ccc;
    margin: 0;
}
.QR{
    width: 30px;
}

.pagination div .d-flex{
    padding: 0;
    margin:0;
}
.pagination{
    height: 30px;
    margin-bottom: 10px;
}
.pagination div .d-flex li{
    border: none;
    margin: 0;
    padding: 0;
}
.pagination div .d-flex li div{
    height: 100%;
    padding: 0;
    margin-left: 15px;
    line-height: 30px;
    font-size: 0.7rem;
    color: #c83337;
}
.page-control{
    height: 100%;
}
.page-control .list-page{
    height: 100%;
    align-items: center;
}
.page-control .list-page li{
    border: none;
    font-size: 0.6rem;
    height: 70%;
    
}
.page-control .list-page li .pag-link{
    text-decoration: none;
    line-height: 22px;
    padding: 5px 7px;
    border-radius: 3px;
}
.active{
    background-color: #c83337;
    color: #fff;
}


/* Modal export report*/
#exportReportModal .modal-dialog{
    max-width: 550px;
}
#exportReportModal .modal-dialog .modal-content{
    width: 100%;
    padding: 30px 90px 20px 90px;
}

#exportReportModalLabel{
    font-weight: 650;
    color: #c83337;
    text-align: center;
    font-size: 1.35rem;
    margin-bottom: 15px;
}
.modal-body-custom .form-export ul{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
} 
.modal-body-custom .form-export ul li{
    border: 1px solid #000;
    margin: 0;
    padding: 11px 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}  

.wrap-radio{
    padding: 0;
    height: 88%;
    width: 6%;
}
.wrap-radio .form-check-input[type=checkbox]{
    width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #000;
    border-radius: 5px;
}
.text-list{
    width: 94%;
    height: 100%;
    font-size: 0.7rem;
    line-height: 21px;
}


/* quản lý hiện vật*/

.container-qlhv{
    padding: 0; 
    height: 800px; 
    background-color: #bcb8b9;
    padding: 2% 5%;
}
.content-qlhv{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background-color:#bcb8b9;
}
.content-qlhv .row{
    padding : 0;
    margin: 0;
}

.content-qlhv .row .col-md-10{
    padding: 0;
}
.content-qlhv .row .col-4{
    padding: 0;
}
.grid-10{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.grid-8{
    width: 78.5%;
    display: flex;
}
.grid-2{
    width: 20.7%;
    background-color:#bcb8b9;;
    position: relative;

}
.grid-4{
    width: 50%;
    background-color: rgb(218, 218, 218);
}
.grid-8 .row .col{
    padding: 5px 5px;
    background-color: rgb(218, 218, 218);
}
.input-wrap{
    display: flex;
    justify-content: space-between;
    padding: 3px 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    align-items: center;
}
.input-wrap .label{
    font-size: 0.7rem;
    font-weight: 500;
}

.input-wrap input{
    font-size: 0.65rem;
    width: 60%;
    outline: none;
    padding: 3px 4px;
    height: 26px;
    font-weight: 500;
}
.double-input{
    display: flex;
    justify-content: space-between;
}

.double-input .input-wrap{
    padding: 3px 4px;
}
.grid-2-footer{
    height: 20%;
    background-color: #c83337;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.7rem;
    line-height: 38px;
}
.radio-group{
    display: flex;
    width: 71.5%;
    height: 26px;
}
.radio-group-wrap{
    display: flex;
    width: 45%;
    align-items: center;
}
.radio-group-wrap input{
    width: 9%;
    height: 90%;
}
.radio-group-wrap .label{
    padding-left: 10px;
}

input[name='gender']::after{
        width: 14px;
        height: 14px;
        border-radius: 14px;
        top: 4.8px;
        left: -0.4px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #d1d3d1;
}
input[name='gender']:checked::after{
    width: 14px;
    height: 14px;
    border-radius: 14px;
    top: 4.8px;
    left: -0.4px;
    position: relative;
    background-color: #c83337;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #c83337;
}
.input-wrap .select-coquan-wrap{
    width: 60%;
    height: 26px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.input-wrap .select-coquan-wrap select{
    width: 87%;
    height: 26px;
}
.input-wrap .select-coquan-wrap .cover{
   width: 20px;
   height: 20px;
   background-color: #fff;
   position: absolute;
   top: 1px;
    right: 15%;
}
.input-wrap .select-coquan-wrap label{
    width: 10%;
    height: 26px;
    text-align: center;
    position: relative;
    border: 1px solid #000;
}
.input-wrap label span::after{
    content: "";
    border-bottom:0.3rem solid transparent ;
    border-right:0.3rem solid transparent ;
    border-left:0.3rem solid transparent ;
    border-top:0.3rem solid #000;
    position: absolute;
    top: 37%;
    right: 29%;
}
.input-wrap .input-date-wrap{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.input-date-wrap .input-date{
    width: 20%;
    margin-left: 10px;
    display: flex;
    justify-content: flex-end;
}
.input-date-wrap .input-date .div-date{
    width: 30%;
    background-color: #fff;
    position: relative;
}

.input-date-wrap .input-date .div-date .up{
    width: 100%;
    height: 50%;
}
.input-date-wrap .input-date .div-date .down{
    width: 100%;
    height: 50%;
}
.input-date-wrap .input-date .div-date .up::after{
    content: "";
    border-top: 0.22rem solid transparent;
    border-left: 0.22rem solid transparent;
    border-right: 0.22rem solid transparent;
    border-bottom: 0.4rem solid #000;
    position: absolute;
    left:20%;
}
.input-date-wrap .input-date .div-date .down::after{
    content: "";
    border-bottom: 0.22rem solid transparent;
    border-left: 0.22rem solid transparent;
    border-right: 0.22rem solid transparent;
    border-top: 0.4rem solid #000;
    position: absolute;
    left:20%;
    top: 62%;
}
.input-date-wrap .input-date .div-date .updown-separate{
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;
    left: -0.3px;
    width: 100%;
}

.input-qdtlhd-wrap{
    width: 58%;
    height: 26px;
    display: flex;
    justify-content: space-between;
}
.input-qdtlhd-wrap .label-select{
    width: 10%;
    height: 26px;
    text-align: center;
    position: relative;
    border: 1px solid #000;
}
.input-qdtlhd-wrap .wrap-input-label{
    width: 87%;
}
.input-wrap #label-mqdtl span::after{
    content: "";
    border-bottom:0.3rem solid transparent ;
    border-right:0.3rem solid transparent ;
    border-left:0.3rem solid transparent ;
    border-top:0.3rem solid #000;
    position: absolute;
    top: 37%;
    right: 29%;
}
#mqdnhv{
    width: 46%;
}
#label-mqdnhv{
    width: 43%;
    height: 26px;
    text-align: center;
    position: relative;
    border: 1px solid #000;
}
.input-wrap #label-mqdnhv span::after{
    content: "";
    border-bottom:0.3rem solid transparent ;
    border-right:0.3rem solid transparent ;
    border-left:0.3rem solid transparent ;
    border-top:0.3rem solid #000;
    position: absolute;
    top: 37%;
    right: 29%;
}

#mpgd{
    width: 66%;
    height: 26px;
    text-align: center;
    border: 1px solid #000;
}
.input-wrap #label-mpgd span::after{
    content: "";
    border-bottom:0.3rem solid transparent ;
    border-right:0.3rem solid transparent ;
    border-left:0.3rem solid transparent ;
    border-top:0.3rem solid #000;
    position: absolute;
    top: 37%;
    right: 29%;
}
#label-mpgd{
    width: 25%;
    height: 26px;
    text-align: center;
    position: relative;
    border: 1px solid #000;
}
.grid-6{
    width: 78%;
}
.grid-6-title{
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 10px;
    padding: 5px 10px;
    width: 25%;
}
.grid-6-content-wrap{
    background-color: white;
    height: 88%;
}
.wrap-img{
    background-color: white;
    position: relative;
    height: 180px;
}
.wrap-btn-save{
    margin-top: 10px;
    height: 19%;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
}
.img-content{
    width: 100%;
    height: 80%;
    background-color: #fff;
}


/*Trang giới thiệu*/

.nav-flush li{
    border: none;
    margin: 0;
    padding:45px 0;
    width: 100%;
}
.GT-background{
    width: 95.8%;
    background-image: url('/img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.GT{
    width: 100%;
    height: 100%;
}

.icon-up{
    width: 100%;
    height: 80px;
    padding: 10px 0 30px 0;
}
.GT-cotent-wrap{
    height: 707px;
    width: 100%;
}
.icon-prev{
    width: 6%;
    height: 100%;
}
.icon-next{
    width: 12%;
    height: 100%;
}
.GT-content{
    width: 82%;
    /*height: 1000px;*/
}
.GT-content-banner {
    width: 100%;
    height: 160px;
    background-image: url('/Content/Design/img/UX UI BAO TANG-69.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.GT-content-nav{
    width: 100%;
    height: 48px;
    background-color: #c83337;
}
.GT-content-nav ul{
    height: 100%;
}
.GT-content-nav ul li{
    border: none;
    padding: 10px 30px;
}

.GT-content-nav ul li a{
    color: #fff;
    font-weight: 700;
    padding: 0;
    line-height: 28px;
}
.GT-content .GT-content-main {
    width: 100%;
    padding: 10px 100px;
    background-color: #fff;
    height: 1100px;
}
.GT-content-main-search{
    width: 100%;
    height: 60px;
}
.GT-content-item-wrap{
    width: 48%;
    height: 320px;
    position: relative;
    margin-bottom: 30px;
}
.GT-content-item-img{
    height: 88%;
    width: 100%;
}
.GT-content-item-name{
    width: 100%;
    height: 12%;
    background-color: #FFC107;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 35px;
}
.GT-content-item-qr{
    position: absolute;
    width: 88px;
    height: 88px;
    top: 18px;
    right: 18px;
}
.GT-content-footer{
    width: 100%;
    height: 5%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.GT-icon-arrow{
    width: 35px;
    height: 35px;
}
.GT-content-nav-active{
    background-color: #FFC107;
    
}
.GT-content-nav-active .nav-link{
    color: #c83337;
}