.container {width: 100%;max-width: 1230px;position: relative;margin-right: auto;margin-left: auto;padding-right: 15px;padding-left: 15px;}
.text-center{text-align:center}
.bg-dark{background-color:#0e0e0f;color:#fff;}
.text-primary{color:#b8a37f;}

.section-gap{padding:50px 0;}
.section-gap .section-head{margin-bottom:20px}


.row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;width: 100%;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col {-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
.col-auto {-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
.justify-content-center {-webkit-box-pack: center!important;-ms-flex-pack: center!important;justify-content: center!important;}

.div-table{background: rgba(38,38,38,0.4);margin:10px auto}
.div-table .table-head{border-top: 3px solid #292929;border-bottom: 4px solid #292929;}
.div-table .table-child .col-auto{min-width:140px;}
.div-table .table-child {padding: 13px 15px;}
.div-table .table-child:nth-child(even) {background: rgba(236,236,236,0.05);}
.div-table a{color:#b8a37f}

.pagination {display: -webkit-box;display: -ms-flexbox;display: flex;padding-left: 0;list-style: none;border-radius: .25rem;margin:0 auto;}
.page-link {position: relative;display: block;padding: 0.3rem 0.65rem;line-height: 1.25;color: #fff;background-color: #060606;border-radius:0.25rem;margin:0 2px;}
.page-link:not(:disabled):not(.disabled) {cursor: pointer;}
.page-item.active .page-link {z-index: 1;color: #060606;background-color: #b8a37f;}

.tag-list{padding:15px 0;margin-bottom:15px;display: -webkit-box;display: -ms-flexbox;display: flex;}
.tag-list a{padding: 0.3rem 0.65rem;line-height: 1.25;color: #060606;background-color: #b8a37f;margin-right:5px;border-radius:0.25rem;display:block;font-size:0.875rem;}
.desc p{margin-bottom:10px;}
.tag-list.bottom{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;margin:30px 0;}