/* page */

header {
    justify-content: flex-start;
}

.logo {
    transform: translateY(0px);
    width: 288px;
}

.banner {
    height: 300px;
}


/* info */

.services-container {
    /* margin-bottom: 580px; */
    padding-bottom: 3rem;
}

.services-container img {
    max-width: 100%;
}

.services-container h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.services-container p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 10px 0;
}

.services-container {
    font-size: 1rem;
}

.services-container a {
    color: rgb(248, 120, 83);
    text-decoration: underline;
}

.services-container a:hover {
    color: var(--light-color);
}

table {
    border-collapse: collapse;
    margin: 1.25em 0 1.875rem 0;
    width: 100%;
    /* border: 1px solid #ddd; */
}

table tr,
table th,
table td {
    border: none;
    /* border-bottom: 1px solid #ddd; */
    font-size: 0.875rem;
    font-weight: 500;
}

table th,
table td {
    padding: 7px 12px;
    line-height: 26px;
    transition: all .1s ease;
}

table tr th {
    background: rgba(248, 120, 83, .2);
    color: #fff;
}

table tr:nth-child(1) th {
    background: rgba(118, 210, 199, .8);
    color: #fff;
}

table tr td {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

table tr:hover th {
    background: rgba(248, 120, 83, .48);
}

table tr:hover td {
    background: rgba(255, 255, 255, 0.4);
}

table tr:hover:nth-child(1) th {
    background: rgba(118, 210, 199, .8);
}

table tr:hover:nth-of-type(2n+2) td {
    background: #f9f9f981;
}

table tr td a {
    color: var(--main-color);
    text-decoration: none;
}

table tr:nth-of-type(2n+2) td {
    background: #f9f9f947;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: .875rem;
    padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
    width: 55%;
    display: inline-block;
    padding-top: 10px;
}

.ServiceShowPic {
    font-size: .875rem;
    text-align: center;
    color: #FFFFFF96;
}

.ServiceShowPic img {
    margin: auto;
}

.ServiceShowleftPic {
    float: left;
    margin-right: 15px!important;
    text-align: center!important;
    color: #FFFFFF96;
    display: inline-block;
}

.ServiceShowrightPic {
    float: right;
    margin-left: 15px!important;
    text-align: center!important;
    color: #FFFFFF96;
    display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
    font-size: .875rem!important;
    text-align: center;
    line-height: 1.3 !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.ullist {
    padding: 0px 0px 10px 19px;
    margin: 0px;
}

.ollist {
    padding: 0px 0px 10px 19px;
    margin: 0px;
}

.ollist li,
.ullist li,
ul li {
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 500;
}


/* .ollist li a,
.ullist li a {
    color: var(--main-color);
}

.ollist li a:hover,
.ullist li a:hover {
    text-decoration: underline;
    color: var(--light-color);
    transition: color .3s;
} */

.ullist li {
    list-style: disc !important;
}

.ulforlist>li {
    list-style-type: lower-roman!important;
}

.ulforlist>li>ul>li {
    list-style-type: decimal-leading-zero;
}

.ulforlist>li>ul>li>ul>li {
    list-style-type: lower-latin;
}

.ulforlist,
.ulforlist ul {
    padding-left: 20px;
    margin: 10px 0;
}

.ulforlist ul li {
    line-height: 24px;
}

.disc li {
    list-style: disc !important;
}

.roman li {
    list-style: lower-roman !important;
}

.greek li {
    list-style: lower-greek !important;
}

.latin li {
    list-style: lower-latin !important;
}

.upper-latin li {
    list-style: upper-latin !important;
}

.ullist .ullist {
    padding: 0px 0px 0px 19px;
}

.ullist .ullist li {
    list-style: circle !important;
}

.ollist li {
    list-style: decimal !important;
}

.ollist .ullist li {
    list-style: circle !important;
}

.Reference {
    padding-bottom: 0px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #888888 !important;
}

.Referencemargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
}

.Referencemargin strong {
    font-size: 14px !important;
}

.Referencemargin li {
    padding-bottom: 8px !important;
}

.tablecontentshow {
    margin: auto auto 15px auto;
}

.tablecontentshow td {
    padding: 8px;
}

.tablecontentshow .servicetheadbg {
    background-color: var(--main-color);
    color: #ffffff;
}

.tableimgshow {
    margin: 0px 0px 15px;
    border: 0;
}

.tableimgshow tr,
.tableimgshow th,
.tableimgshow td {
    padding: 5px 12px;
    border-bottom: none;
    text-align: center;
    background: #fff;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .ServiceShowleftPic,
    .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ServiceShowleftPic img,
    .ServiceShowrightPic img {
        margin-bottom: 15px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media (max-width: 768px) {
    .services-container p {
        font-size: 1rem;
    }
    .ServiceShowleftPic,
    .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ServiceShowleftPic img,
    .ServiceShowrightPic img {
        margin-bottom: 15px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive table {
        width: 690px;
    }
    .table-responsive .tableimgshow tr,
    .table-responsive .tableimgshow th,
    .table-responsive .tableimgshow td {
        padding: 5px 0;
        text-align: left;
        background: #fff;
    }
}

h2 {
    font-size: 1.25rem;
    margin: 0;
    padding: 15px 0 10px 0;
}

h3 {
    font-size: 1.125rem;
    margin: 0;
    padding: 15px 0 10px 0;
}

h4 {
    font-size: 1rem;
    margin: 0;
    padding: 15px 0 10px 0;
}

.row-a2 {
    width: 100%;
}

.row-a2 .col-md-22 {
    width: 50%;
    float: left;
    padding-right: 32px;
}

@media (max-width: 768px) {
    .row-a2 .col-md-22 {
        width: 100%;
        float: none;
        padding-right: 0;
    }
}

.container-row-a {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.container-row-a li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 30px;
    border: #424242 solid 1px;
    width: calc(33% - 10px)
}

.container-row-a li a {
    color: rgb(248, 120, 83);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

.container-row-a li:hover {
    background: var(--main-color);
    color: #fff;
}

.container-row-a li:hover a {
    color: #fff;
}

.container-row-autoimmune li {
    background: #fff;
    -webkit-box-shadow: 4px 3px 7px 3px rgba(0, 0, 0, .05);
    box-shadow: 4px 3px 7px 3px rgba(0, 0, 0, .05);
    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    .container-row-a li {
        width: 100%;
    }
}

#table-breakpoint {
    margin-bottom: 15px;
}

.E404 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.E404 {
    width: 510px;
    margin: 70px auto auto auto;
    border: 0px solid #ff0000;
}

.E404 .Etit {
    font-size: 25px;
    line-height: 35px;
    color: #525151;
}

.E404 .content {
    color: #767676;
}

.E404 a {
    color: #525151;
    text-decoration: none;
}

.E404 .btn {
    border: 1px solid #dddddd;
    padding: 5px 10px 5px 10px;
    /* border-radius: 5px; */
    margin-right: 10px;
    background-color: #efefef;
}

.E404 .btn:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .E404 {
        width: 90%;
        margin: 0px auto auto auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.support-hover-span {
    background: #000000b0;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.support-hover:hover .support-hover-span {
    background: var(--main-color)db;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color .3s;
}


/* page end */

.list-style-two {
    padding: 0;
    margin: 0;
}

.list-style-two li {
    list-style-type: none;
}


/* searchpage */

.post-content {
    border-radius: 30px;
    border: #eee solid 1px;
    padding: 20px 35px;
    margin: 15px 0;
}

.post-content .f-20 {
    font-weight: bold;
}


/* page list */

.pagination {
    text-align: right;
    font-size: 14px;
    text-decoration: none;
    margin: 10px 0;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.st-pagination {
    padding: 0;
}

.pagination li {
    float: left;
}

.pagination .cpb {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--main-color);
    background: #F8F8F8;
}

.pagination a,
.pagenav a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.pagination a:hover,
.pagination .active a,
.pagenav a:hover {
    color: var(--main-color);
    text-decoration: none;
    background: #F8F8F8;
}

.proshow-list ul {
    padding: 0;
    margin: 0
}

.proshow-list li {
    list-style: none;
}

.proshow-list>li {
    padding: 20px 25px;
    border: #eee solid 1px;
    border-radius: 30px;
    margin-bottom: 20px;
    background: #f5f5f5;
}


/* .proshow-list>li:hover { background: #fff;border: #f5f5f5 solid 1px;} */

.pro-title {
    font-size: 20px;
}

.pro-title a {
    font-weight: bold;
}

.info-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
}

.info-ul li {
    width: calc( 50% - 10px)
}


/* fliter strat */

.search-tab ul,
.search-tab li,
.search-tab {
    padding: 0;
    margin: 0;
    list-style: none;
}

.select-box>input {
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 500!important;
    width: 100%;
    padding: 0 15px;
    height: 36px;
}

.select-box {
    border: #d3d3d3 solid 1px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 20px!important;
}

.select-item-box {
    display: none;
    max-height: 256px;
    overflow-y: auto;
    width: 100%;
    position: absolute;
}

.select-item-box li {
    min-height: 26px;
    line-height: 26px;
    width: 100%;
    cursor: pointer;
    padding: 3px 15px;
}

.select-item:first-child {
    display: block !important;
    background-color: #fff!important;
    color: #000!important;
    font-weight: bold;
}

.select-item-box li:hover,
.select-item-box li.choose {
    background: var(--main-color);
    color: #fff;
}

.select-active .select-item-box,
.select-box:hover .select-item-box {
    display: flex;
    flex-direction: row;
    top: auto;
    left: 0;
    z-index: 96;
    background: #fff;
    border: #f2f2f2 solid 1px;
    flex-wrap: wrap;
    font-size: 80%;
}

.project-notes {
    display: flex;
    width: 100%;
    color: #fff;
    background: rgb(248, 120, 83);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 60px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    font-size: 0.875rem;
    border: rgb(248, 120, 83) solid 1px;
    font-weight: bold;
}

.project-notes i::before {
    display: inline-block;
    margin-right: 8px;
    font-size: 19px;
    color: #fff;
    content: "!";
    width: 24px;
    height: 24px;
    border-radius: 60px;
    text-align: center;
    /* background: #ff7a70; */
    font-style: normal;
    font-weight: bolder;
    line-height: 24px;
}

.bread-crumb {
    font-size: .8125rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
    border: #4e4e4e solid 1px;
    border-left: none;
    border-right: none;
}

.bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.3;
    color: #999;
}

.bread-crumb li:last-child {
    margin-right: 0px;
}

.bread-crumb li:after {
    content: '>';
    width: 10px;
    font-size: .8125rem;
    color: #888;
    display: inline-block;
    margin: 0 8px;
}

.bread-crumb li:last-child:after {
    display: none;
}

.bread-crumb li a {
    color: #eee;
    font-weight: 500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
}

.bread-crumb li a:hover {
    color: var(--main-color);
}

.transition-page-row {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
}

.transition-page-row li {
    width: 30%;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .transition-page-row li {
        width: 100%;
    }
}

.t-page-box .image {
    position: relative;
    width: 100%;
    height: 170px;
}

.t-page-table {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-weight: bold;
    border-radius: 8px;
}

.t-page-box a:hover .t-page-table {
    background: rgba(0, 0, 0, .3);
}

.t-page-box .image img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.inquiry-successfully {
    color: #1e681e;
    font-size: 1.25rem;
    font-weight: bold;
}

.inquiry-check {
    background: #1e681e;
    padding: 10px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* hack for other css */

@media only screen and (max-width: 1000px) {
    .logo {
        width: 50%;
        max-width: 185px;
        z-index: 82;
        transform: translateY(0px);
    }
    .banner {
        height: 310px;
    }
}

@media only screen and (max-width: 768px) {
    .banner {
        height: 120px;
    }
}

.f-green {
    color: rgb(118 210 199);
}

.greenbox {
    border: rgb(118 210 199) solid 2px;
    border-radius: 0.875rem;
    padding: 1rem;
    color: rgb(118 210 199);
    transition: all .3s ease;
}

.greenbox-o {
    background: rgba(118, 210, 199, 0.2);
    color: #fff;
    border-radius: 0.875rem;
    padding: 1rem;
    transition: all 0.3s ease;
}

.greenbox-o .fs-5 {
    color: #64c8bd
}

.greenbox-o:hover .fs-5 {
    color: #7fd8ce
}

.greenbox:hover,
.greenbox-o:hover {
    background: rgba(118, 210, 199, 0.55);
    border-color: rgba(118, 210, 199, 0);
    color: #fff;
}

.f-orange {
    color: rgb(248, 120, 83)
}

.orangebox {
    border: rgb(248, 120, 83) solid 2px;
    border-radius: 0.875rem;
    color: rgb(248, 120, 83);
    padding: 1rem;
    transition: all .3s ease;
}

.orangebox-o {
    background: rgba(248, 119, 83, 0.2);
    color: #fff;
    border-radius: 0.875rem;
    padding: 1rem;
    transition: all .3s ease;
}

.orangebox-o .fs-5 {
    color: #ff8c6d
}

.orangebox-o:hover .fs-5 {
    color: #ffae98
}

.orangebox:hover,
.orangebox-o:hover {
    background: rgba(248, 119, 83, 0.55);
    border-color: rgba(248, 119, 83, 0);
    color: #fff;
}

.orangebox:hover .idea svg,
.greenbox:hover .idea svg {
    fill: #fff;
}

.ds-list>.row {
    min-height: 191px;
    position: relative;
    transition: all .3s ease;
}

.ds-list>.row:nth-child(2n+1) {
    background: rgba(118, 210, 199, 0.2);
    border-radius: 0.875rem;
    padding: 1rem;
    color: #fff;
}

.ds-list>.row:nth-child(2n+1):hover {
    background: rgba(118, 210, 199, 0.55);
}

.ds-list>.row:nth-child(2n) {
    background: rgba(248, 119, 83, 0.2);
    border-radius: 0.875rem;
    padding: 1rem;
    color: #fff;
}

.ds-list>.row:nth-child(2n):hover {
    background: rgba(248, 119, 83, 0.55);
}

.des-ul .col-md-6 .h-100 {
    position: relative;
}

.des-ul .col-md-6 .h-100::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.1;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.des-ul .col-md-6:nth-child(1) .h-100::before {
    background-image: url(../img/ico-human.png);
}

.des-ul .col-md-6:nth-child(2) .h-100::before {
    background-image: url(../img/ico-mouse.png);
}

.des-ul .col-md-6:nth-child(3) .h-100::before {
    background-image: url(../img/ico-rabbit.png);
}

.des-ul .col-md-6:nth-child(4) .h-100::before {
    background-image: url(../img/ico-chicken.png);
}

.orangebox-o a,
.greenbox-o a,
.ds-list a {
    color: #fff;
}

.bg-li-1 {
    width: 80px;
    height: 89px;
    background-image: url(../img/ico-li-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.bg-li-2 {
    width: 80px;
    height: 89px;
    background-image: url(../img/ico-li-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.bg-li-3 {
    width: 60px;
    height: 60px;
    background: #75d0c5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 60px;
}

.bg-li-4 {
    width: 60px;
    height: 60px;
    background: #3e3e3e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 60px;
}

.bg-li-5 {
    width: 190px;
    height: 190px;
    background-image: url(../img/intact-mass-validation-li-bg-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

.bg-li-6 {
    width: 190px;
    height: 190px;
    background-image: url(../img/intact-mass-validation-li-bg-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

.bg-li-con {
    width: calc( 100% - 60px)
}

.bg-li-con h4 {
    padding-top: 20px;
    font-weight: bold;
}

.row-gap-3 {
    row-gap: 30px;
}

img.reversal {
    filter: invert(92%) hue-rotate(195deg) saturate(1.5) brightness(2)
}

.border-gray {
    border: #ffffff75 solid 1px;
    border-radius: 25px;
    padding: 1rem 1rem;
    margin: 10px auto;
}

.border-gray:hover {
    border: #ffffff solid 1px;
}

.stp-title-1 {
    background-image: url(../img/title-bg-1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 175px;
    height: 175px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.stp-title-1 h3 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.idea {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.idea span {
    width: calc( 100% - 50px)
}

.orangebox .idea svg {
    fill: #ee7451;
    transition: all .3s ease;
    width: 34px;
}

.greenbox .idea svg {
    fill: rgb(118 210 199);
    transition: all .3s ease;
    width: 34px;
}