@charset "UTF-8";

a {
    text-decoration: none;
}

.custom-select {
    border: 1px solid #ced4da;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}


.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.ul_bg ul.nav-tabs li.nav-item {
	padding:0;
	font-size:1.5rem;
}

@media screen and (max-width: 768px) {
    .ul_bg ul.nav-tabs li.nav-item {
        width: 100%;
    }
}


.laboratory {
    overflow: hidden;
}

div.content-inner {
    max-width: 995px;
        width: 100%;
    overflow: hidden;
}
.full-content {
    max-width: 995px;
        width: 100%;
}