.pagination>.active a {
    font-weight: bold;
    color: #fff;
    background: #7DA1C4;
    border: 1px solid #7DA1C4;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway';
    color: #393939;
}


.headtop {
    width: 100%;
    min-height: 34px;
    background: rgba(255, 255, 255, 0);
}

.headtop-container {
    max-width: 90%;
    margin: 0 auto;
    line-height: 35px;
    padding: 0;
    color: #000;
    font-size: 12px;
}

.headtop-right {
    max-width: 700px;
    line-height: 33px;
    float: right;
}

.headtop-right .icon {
    font-size: 15px;
    margin-left: 10px;
    padding: 0 10px;
}

.headtop-right a {
    color: #000;
}

.headtop-right a:hover {
    text-decoration: underline;
}

.head-navline {
    height: 35px;
}

.submit_search {
    width: 22px;
    margin-left: 15px;
    padding-top: 30px;
    float: right;
}

.fixed .submit_search {
    padding-top: 22px;
}

.fixed .submit_search a {
    display: block;
    width: 22px;
    height: 21px;
    color: #000;
}

.submit_search a {
    display: block;
    width: 22px;
    height: 21px;
    font-size: 20px;
    color: #fff;
}

.Technology-container {
    max-width: 100%;
    background: #fcfcfc;
}

.container-title {
    margin: 0 auto;
    padding: 30px 0 50px 0;
    text-align: center;
}

.container-title.Services {
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-align: center;
}

@media (min-width: 1600px) {
    .container-title {
        width: 70%;
    }
}

@media (min-width: 1025px) and (max-width: 1599px) {
    .container-title {
        width: 80%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .container-title {
        width: 90%;
    }
}

@media (min-width: 1280px) {

    .Services-container-index {
        margin: -50px auto 50px auto;
    }

    .Services-ul {
        width: 80%;
    }

    .banner {
        position: relative;
        top: -86px;
    }

    .Technology-container {
        position: relative;
        /* top: -86px; */
    }

    .container-title h1 {
        font-size: 36px;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {

    .Technology-container {
        position: relative;
        /* top: -74px; */
    }

    .banner {
        position: relative;
    }

    .Services-container-index {
        margin: -50px auto 50px auto;
    }

    .Services-ul {
        width: 90%;
    }

    #code-s {
        width: 720px !important;
    }

    .search-input {
        width: 56% !important;
    }

    .container-title h1 {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .container-title {
        width: 90%;
    }

    .Technology-container {
        position: relative;
        top: 0;
    }

    .banner {
        position: relative;
        top: 0;
    }

    .Services-container-index {
        margin: 50px auto 50px auto;
    }

    .Services-ul {
        width: 90%;
    }

    .container-title h1 {
        font-size: 30px;
        line-height: 36px;
    }

    #code-s {
        width: 90% !important;
    }

    .searchtxt {
        width: 100% !important;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
    }

    .searchtxt select {
        width: 100%;
        margin-bottom: 20px;
    }

    .searchtxt select option {
        width: 80%;
    }

    .search-input {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .searchtxt .btn {
        width: 100% !important;
    }

    .submit_search {
        margin-right: 20px;
    }
}

.container-title hr {
    height: 4px;
    width: 100px;
    text-align: center;
    position: relative;
    background: #7da1c4;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 0;
}
/* 
.container-title span {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
} */

.container-title p {
    margin: 0;
}

.Technology-more {
    display: block;
    width: 100%;
    text-align: center;
    color: #7da1c4;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
}

.Technology-more:hover {
    text-decoration: underline;
}

.Services-container-index {
    max-width: 100%;
}

.Services-ul {
    margin: 0 auto;
}

.Services-ul li {
    float: left;
    width: 29%;
    margin: 0 2%;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .list-style-two.serviceslisttwo li {
        width: 45%;
        padding-right: 5%;
        float: left;
    }
}

@media (min-width: 769px) {
    .Services-ul .Services-ulli-1 {
        margin-left: 18% !important;
    }
}

.contact_bottom .social-icon-two {
    padding-bottom: 25px;
}

.Services-ul li .s1 {
    display: block;
    position: relative;
    height: 300px;
    width: 100%;
}

.Services-ul li .s1 .s1-a1,
.Services-ul li .s1 .s1-a2,
.Services-ul li .s1 .s1-a3 {
    display: block;
    width: 100%;
    height: 300px;
}

.Services-ul li .s1 .s1-a1 {
    background: url(../images/index-1.png) center center no-repeat;
}

.Services-ul li .s1 .s1-a2 {
    background: url(../images/index-2.png) center center no-repeat;
}

.Services-ul li .s1 .s1-a3 {
    background: url(../images/index-3.png) center center no-repeat;
}

.Services-ul li .s1 .s1-span {
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 300px;
    float: left;
    text-align: left;
}

.Services-ul li .s1 .s1-span .s1-span-table {
    display: table;
    width: 100%;
    height: 300px;
}

.Services-ul li .s1 .s1-span .s1-span-table .s1-span-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.Services-ul li .s1 .s1-span p {
    display: block;
    width: 90%;
    height: 42px;
    line-height: 42px;
    background: #eee;
    margin: 15px 5%;
    z-index: 999;
    color: #000;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.Services-ul li .s1 .s1-span p:hover {
    background: #7da1c4;
    color: #fff;
}

.Services-ul li .s1 .s1-span p a {
    color: #000;
}

.Services-ul li .s1 .s1-span p:hover a {
    color: #fff;
    text-decoration: underline;
}

.fa-caret-right {
    margin-right: 10px;
}

.Services-ul li .s1 .s1-span .empty-p {
    background: none;
}

.Services-ul li .s1 .s1-span .empty-p:hover {
    background: none;
}

.Services-ul li .s2 {
    width: 100%;
}

.Services-ul li .s2 h4 {
    width: 100%;
    display: block;
    line-height: 70px;
    height: 70px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    font-size: 26px;
    background: #eee;
    color: #000;
    font-weight: normal;
}

.Services-ul li:hover .s2 h4 {
    background: #7da1c4;
    color: #fff;
}

.inbox-container {
    margin-top: 30px;
    max-width: 100%;
    background: #7da1c4;
}

.inbox-title {
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.inbox-title input {
    border: none;
    line-height: 28px;
    width: 20%;
    border-radius: 8px;
    padding: 0 5px;
}

.inbox-title a {
    padding: 3px 25px;
    clear: both;
    color: #FFF;
    background-color: #55565a;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.inbox-title a:hover {
    background-color: #393939;
}

@media (min-width: 1280px) {
    .inbox-title {
        width: 80%;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {
    .headtop-container {
        max-width: 95%;
    }

    .inbox-title {
        width: 90%;
    }

    .fixed .submit_search {
        width: 22px;
        margin-left: 0;
    }

    .container-title {
        max-width: 96%;
    }

    .Services-ul {
        width: 96%;
    }

    .Services-ul li .s2 h4 {
        line-height: 60px;
        height: 60px;
        font-size: 22px;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    #Welcome {
        display: none;
    }
}

@media (max-width: 768px) {

    .headtop {
        width: 100%;
        height: 105px;
        background: #f5f5f5;
    }

    .logo {
        display: block;
        width: 200px;
        height: 46px;
        border: 0px;
        margin: 20px 0;
        margin-left: 5%;
        background: url(../images/logo.png);
        background-size: 200px 46px;
    }

    .logo img {
        display: none;
    }

    .submit_search a {
        color: #000;
    }

    .submit_search button {
        color: #000 !important;
    }

    .headtop-container {
        max-width: 90%;
        margin: 0 auto;
        line-height: 30px;
    }

    .headtop-right {
        max-width: 700px;
        line-height: 22px;
        float: left;
    }

    .headtop-right .icon {
        font-size: 15px;
        margin-left: 0;
        padding: 0 10px 0 0;
    }

    .headtop-contact {
        display: block;
        width: 100%;
    }

    .submit_search {
        margin-right: 5%;
    }

    .head-navline {
        height: 260px !important;
    }

    .inbox-title input {
        border: none;
        line-height: 36px;
        width: 100%;
        margin: 10px 0;
    }

    .inbox-title {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0 25px 0;
    }

    .inbox-title a {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .Services-ul li {
        float: none;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 30px;
    }


    .swiper-container-banner.swiper-container-horizontal {
        height: 400px;
    }
    .swiper-container-banner.swiper-container-horizontal ul li {
       background-size: cover;
        background-position: left;
    }

    .swiper-container-banner.swiper-container-horizontal .h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 20px 0;
    }
    .swiper-container-banner.swiper-container-horizontal p {
        line-height: 25px;
        text-align: center;
        font-size: 16px;
        width: 100%;
    }
    .swiper-container-banner.swiper-container-horizontal .btn {
        font-size: 16px;
        line-height: 25px;
    }
    .swiper-container-banner.swiper-container-horizontal .swiper-slide1 > div, .swiper-container-banner.swiper-container-horizontal .swiper-slide4 > div {
        text-align: center !important;
        width: 100% !important;
        right: 0 !important;
        padding: 0 20px !important;
    }
     .swiper-container-banner.swiper-container-horizontal .swiper-slide1 > div *, .swiper-container-banner.swiper-container-horizontal .swiper-slide4 > div * {
        text-align: center !important;
    }
    .swiper-container-banner.swiper-container-horizontal .swiper-slide2 > div, .swiper-container-banner.swiper-container-horizontal .swiper-slide3 > div {
        top: 20%;
    }
    .Services-ul li .s2 h4 {
        line-height: 56px;
    }
    .Services-ul li .s2 h4 .icon {
        display: inline-block !important;
    }
    #cssmenu > .open {
        max-height: 700px;
        overflow: auto;
    }
    #cssmenu.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }
    .page-tab span {
        padding: 7px 5px !important;
    }
    .page-tab {
        top: 50px !important;
        padding: 10px 0px 5px 0px !important;
    }
    .container-left .h1 {
        font-size: 22px !important;
        margin-bottom: 5px;
    }
    .about_banner_inpage {
        height: 20px;
    }
    .contact_bg {
        background-position: right center;
        background-size: cover;
    }


}
.Services-ul li .s2 h4 .icon {
    display: none;
    margin-left: 6px;
    font-size: 20px;
}


.container-center {
    margin: 10px auto;
}

.container-title-a h1 {
    font-size: 30px;
    line-height: 36px;
    color: #7da1c4;
    margin: 10px 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.rightimg {
    display: block;
    max-width: 300px;
    min-width: 240px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.leftimg {
    display: block;
    max-width: 300px;
    min-width: 240px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.middleimg {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.middleimg img {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}

.container-left h1 {
    margin: 0;
    padding: 5px 0 7px;
    font-size: 18px;
    font-weight: 700;
    font-size: 30px;
}

.container-left h1 span {
    font-size: 22px !important;
    font-weight: normal;
    color: #7da1c4;
}

.container-left .h1 {
    font-size: 30px;
}

.container-left h2 {
    margin: 0;
    padding: 5px 0 7px;
    font-size: 16px;
    font-weight: 700;
}

.container-left h3 {
    margin: 0;
    padding: 5px 0 7px;
    font-size: 18px;
    font-weight: 700;
}

.container-left p {
    margin: 0;
    padding: 5px 0 10px 0;
    line-height: 27px;
}

.ul-arrow {
    padding-left: 20px;
}

.ul-arrow > li {
    list-style-type: disclosure-closed;
}
.ul-arrow > li > a {
    color: #0057BC;
    font-weight: bold;
}
.ul-arrow > li > a:hover {
    text-decoration: underline;
}

.container-left .line {
    width: 100%;
    height: 1px;
    background: #888;
    margin: 5px 0 25px 0;
}

.Services-list {
    width: 100%;
    margin-top: 15px;
}

.Services-list li {
    float: left;
    width: 370px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.Services-list .last-li {
    height: 240px;
}

.Services-list .last-li .Services-list-b {
    /* height: 120px; */
}

.Services-list li .Services-list-a {
    width: 100%;
    height: 120px;
}

.Services-list li .Services-list-b {
    width: 100%;
    padding: 10px 0;
    background: #f9f9f9;
    padding-bottom: 30px;
}

.Services-list li .Services-list-a h3 {
    font-size: 18px;
    line-height: 24px;
    height: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 36px 0;
    background: rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.Services-list li:hover {
    box-shadow: 1px 1px 5px #ccc;
}

.Services-list li:hover .Services-list-a h3 {
    background: rgba(0, 0, 0, 0.2);
}

.Services-list li .Services-list-b p {
    padding: 5px 10px 24px 15px;
    font-size: 14.4px;
    line-height: 20px;
}

.Services-list li .Services-list-b p a {
    display: inline-block;
    width: 325px;
    float: left;
    color: #000;
    font-weight: 700;
    line-height: 18px;
}

.Services-list li .Services-list-b p .fa-caret-right {
    margin-right: 5px;
    float: left;
}

.Services-list li .Services-list-b p:hover {
    color: #7da1c4;
}

.Services-list li .Services-list-b p:hover a {
    color: #7da1c4;
    text-decoration: underline;
}

.Services-list li .Services-list-a.a1 {
    background: url(../images/02-small.jpg) no-repeat;
}

.Services-list li .Services-list-a.a2 {
    background: url(../images/03-small.jpg) no-repeat;
}

.Services-list li .Services-list-a.a3 {
    background: url(../images/04-small.jpg) no-repeat;
}

.Services-list li .Services-list-a.a4 {
    background: url(../images/05-small.jpg) no-repeat;
}

.Services-list li .Services-list-a.a5 {
    background: url(../images/06-small.jpg) no-repeat;
}

.Services-list li .Services-list-a.a6 {
    background: url(../images/07-small.jpg) no-repeat;
}



.container-right {
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 50px;
}

.container-right .h2 {
    font-size: 20px;
    font-weight: 700;
    color: #7da1c4;
    text-align: center;
    margin: 10px 0 10px 0;
}

.container-right span {
    display: block;
    font-size: 13px;
    color: #55565a;
    width: 100%;
}

.container-right .list-style-two span {
    display: inline-block;
    color: #000;
}

.container-right .list-style-two li {
    color: #000;
}

.container-right .list-style-two li a {
    text-decoration: none;
    color: #000;
}

.container-right .list-style-two li a:hover {
    text-decoration: underline;
    color: #7da1c4;
}

.container-right input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 0;
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #ddd;
    font-family: 'Raleway', sans-serif;
}

.container-right textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #ddd;
    font-family: 'Raleway', sans-serif;
}

.container-right .qbutton {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 40px;
    border: none;
    cursor: pointer;
    background: #55565a;
    margin-top: 15px;
    width: 100%;
    border-radius: 30px;
}

.container-right .qbutton:hover {
    background: #7da1c4;
}

.container-right p {
    margin: 0;
    font-size: 14px;
}

.container-right .Online-Inquiry>.list-style-two {
    padding-top: 0;
}

.container-right .Inquiry_form img {
    width: 108px !important;
    height: 35px !important;
    margin-left: 0 !important;
}

.container-right .Inquiry_form .Verification-code .check-fa {
    top: 10px !important;
    right: 5px !important;
    font-size: 18px !important;
}

h1 a {
    color: #7da1c4;
}

.container-left p a,
.container-right p a {
    color: #7da1c4;
}

.container-left p a:hover,
.container-right p a:hover {
    text-decoration: underline;
}

.Return {
    margin: 30px 0 20px 0;
}

.Return a {
    background: #55565a;
    color: #fff;
    text-transform: uppercase;
}

.Return a:hover {
    background: #7da1c4;
}

@media (max-width: 620px) {
    .rightimg {
        float: none;
        margin-left: 0px;
    }

    .leftimg {
        float: none;
        margin-right: 0px;
    }
}

@media (min-width: 1600px) {
    .container-center {
        width: 1260px;
    }

    .container-title-a {
        width: 100%;
        padding-right: 290px;
    }

    .container-left {
        width: 900px;
        margin-right: 30px;
        float: left;
    }

    .Return a {
        font-size: 18px;
        padding: 10px 50px;
    }

    .container-right {
        width: 330px;
        float: right;
    }
}

@media (min-width: 1280px) and (max-width: 1599px) {
    .container-center {
        width: 1200px;
    }

    .container-left {
        width: 67%;
        margin-right: 30px;
        float: left;
    }

    .container-title-a {
        width: 100%;
        padding-right: 290px;
    }

    .Return a {
        font-size: 18px;
        padding: 10px 50px;
    }

    .container-right {
        width: 30%;
        float: right;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {
    .container-center {
        width: 90%;
    }

    .container-title-a {
        width: 100%;
        padding-right: 30%;
    }

    .container-left {
        width: 100%;
        margin-right: 2%;
        float: left;
    }

    .Return a {
        font-size: 16px;
        padding: 8px 30px;
    }

    .container-right {
        width: 100%;
        float: right;
    }
}

@media (max-width: 768px) {
    .container-center {
        width: 90%;
    }

    .container-title-a {
        width: 100%;
        padding-right: 0;
    }

    .container-left {
        width: 100%;
        margin-right: 0%;
        float: left;
    }

    .Return a {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        padding: 8px 30px;
    }

    .container-right {
        width: 100%;
        float: right;
        margin-top: 20px;
    }
}


.Product-container {
    max-width: 100%;
}

.Product-container h3 {
    margin: 0;
    padding: 5px 0 7px;
    font-size: 18px;
    font-weight: 700;
}

.Product-container p {
    margin: 0;
    padding: 5px 0 10px 0;
    line-height: 27px;
}

.Product-list {
    margin-top: 20px;
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.Product-list li {
    vertical-align: top;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.Product-list li .Product-list-c {
    width: 100%;
    height: 320px;
    display: table;
}

.Product-list li .Product-list-d {
    width: 100%;
    height: 52px;
    padding: 5px 0;
    background: #7da1c4;
    text-align: center;
    display: table;
}

.Product-list li .Product-list-d:hover {
    background: #55565a;
}

.Product-list li .Product-list-c p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.Product-list li .prolist-box:hover {
    box-shadow: 1px 1px 5px #ccc;
}

.Product-list li:hover .Product-list-c p {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.Product-list li .Product-list-d a {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

.Product-list li .Product-list-d:hover a {
    text-decoration: underline;
}

.Product-list li .Product-list-c {
    background-size: cover !important;
}

.Product-list li .Product-list-c.c1 {
    background: url(../images/pro-1.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c2 {
    background: url(../images/pro-2.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c3 {
    background: url(../images/pro-3.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c4 {
    background: url(../images/pro-4.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c5 {
    background: url(../images/pro-5.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c6 {
    background: url(../images/pro-6.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c7 {
    background: url(../images/pro-7.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c8 {
    background: url(../images/pro-8.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c9 {
    background: url(../images/pro-9.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c10 {
    background: url(../images/pro-10.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c11 {
    background: url(../images/pro-11.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c12 {
    background: url(../images/pro-12.jpg) center no-repeat;
}

.Product-list li .Product-list-c.c13 {
    background: url(../images/pro-13.jpg) center no-repeat;
}



.container-row-a {
    width: 100%;
    margin-bottom: 20px;
}

.container-row-a li {
    margin-bottom: 10px;
    break-inside: avoid;
    padding: 8px;
    background: #f9f9f9;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.container-row-a li span {
    display: inline-block;
    float: left;
    padding-left: 5px;
    line-height: 25px;
}

.container-row-a li a {
    color: #000;
    display: inline-block;
    float: left;
    width: 92%;
    line-height: 25px;
}

.container-row-a li:hover {
    background: #7da1c4;
    color: #fff;
}

.container-row-a li:hover a {
    color: #fff;
}

@media (min-width: 1024px) {
    .container-row-a {
        column-count: 2;
        column-width: 50%;
        column-gap: 20px;
    }
}

@media (max-width: 1023px) {
    .container-row-a {
        column-count: 1;
        column-width: 100%;
        column-gap: 0;
    }
}

table th,
table td {
    padding: 10px;
}

table th {
    background: #7da1c4;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

table tr td {
    background: #f7f7f7;
    color: #000;
    border-bottom: 1px solid #ccc;
}

table tr td a {
    text-decoration: none;
}

table tr:nth-of-type(2n+2) td {
    background: #fff;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    padding: 0;
    text-align: left;
}

.fa-file-pdf-o {
    color: #e01414;
    padding: 3px 0px;
    display: inline-block;
    border-radius: 3px;
    background: #f4f4f4;
    font-size: 1.4em;
    text-align: center;
    width: 40px;
}

.product-tablelist {
    margin-bottom: 30px;
}

.product-tablelist h2 {
    color: #7da1c4;
}

.product-tablelist p {
    margin: 0;
    padding: 4px 0;
}

.product-details {
    display: inline-block;
    width: 80px;
    text-align: center;
    margin-top: 0;
    padding: 7px 0;
    color: #fff !important;
    background: #55565a;
    line-height: 18px;
}

.product-details:hover {
    background: #7da1c4;
    color: #fff !important;
}


.about-article p {
    margin: 0;
    padding: 5px 0 15px 0;
    line-height: 27px;
}

.about-article h1 {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #393939;
}

.contact-article {
    float: left;
    width: 100%;
}

.contact-article .list-style-two li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.contact-article .list-style-two li .icon {
    width: 26px;
    height: 30px;
    color: #000;
}

.contact-article .list-style-two li a {
    color: #000;
    text-decoration: none;
}

.contact-article .social-icon-two li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #7da1c4;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.contact-article .social-icon-two li a:hover {
    background: #55565a;
}

.contact-article .list-style-two li a:hover {
    text-decoration: underline;
    color: #7da1c4;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table-responsive input[type="text"]{
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 0;
    border-radius: 8px;
    font-size: 13px;
    border: 1px solid #ddd;
    font-family: 'Raleway', sans-serif;
    height: 38px;
}

.contact-article.rightbox {
    float: left;
}

@media (min-width: 1280px) {
    .contact-article.rightbox {
        width: 400px;
    }

    .contactimg {
        width: 700px;
        padding-top: 10px;
        padding-right: 50px;
    }

    .inquiry-article {
        width: 100%;
        padding-top: 10px;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {
    .contactimg {
        width: 55%;
        padding-top: 10px;
        padding-right: 50px;
    }

    .contact-article.rightbox {
        width: 45%;
    }

    .inquiry-article {
        width: 55%;
        padding-top: 10px;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    .contact-article {
        width: 100%;
    }

    .contactimg {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .inquiry-article {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.contactimg {
    float: left;
    display: none;
}

.inquiry-article {
    float: left;
}

.inquiry-article ul li span {
    display: block;
    font-size: 15px;
    color: #000;
    width: 100%;
}

.inquiry-article input {
    width: 100%;
    height: 42px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

.inquiry-article textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

.inquiry-article .qbutton {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
    background: #55565a;
    margin: 10px 0;
}

.inquiry-article .qbutton:hover {
    background: #7da1c4;
}

.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;
    }

    #goodcover {
        position: fixed !important;
        height: 100% !important;
    }
}

sub {
    font-size: 8px;
    line-height: 0px;
}


#code-s {
    width: 800px;
    height: auto;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    display: none;
    left: 45%;
    top: 100px;
    z-index: 1002;
    text-align: center;
}

.searchtxt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.search-input {
    border: 0;
    outline: none;
    font-size: 16px;
    height: 45px;
    padding-left: 20px;
    width: 60%;
    float: left;
}

.searchtxt select {
    height: 45px;
    border: 0;
    font-size: 16px;
    color: #000;
    outline: none;
    padding: 0 10px;
    float: left;
}

.searchtxt .btn {
    padding: 15px 40px;
    clear: both;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #7da1c4;
    opacity: 0.9;
    border: 0px;
    outline: none;
    cursor: pointer;
    margin: 0
}

.searchtxt .btn:hover {
    color: #FFF;
    transition: background-color .3s;
    opacity: 1;
    background: #7da1c4;
}


.submit_search button {
    border: none;
    cursor: pointer;
    margin: 0 auto;
    float: right;
    outline: none;
    background-color: transparent;
    margin-top: 0;
    margin-left: 0px;
    font-size: 18px;
    color: #000;
}

.fixed .submit_search button {
    color: #fff;
}


#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 20000px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.70;
    filter: alpha(opacity=80);
}

.close1 {
    width: 100%;
    height: 40px;
}

#closebt {
    float: right;
}

#closebt img {
    width: 22px;
}


.Verification-code {
    position: relative;
}

.Verification-code .check-fa {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    color: #7b9d3b;
}

.icon-bg-circle {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background-color: #1c447f;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -o-border-radius: 33px;
    border-radius: 33px;
}

.icon-bg-circle .fa-envelope,
.fa-fax {
    font-size: 18px;
}


.icon-basket:before {
    content: "\f07a";
    font-family: "FontAwesome";
    padding: 5px;
    display: block;
    color: #fff;
    font-size: 1.5em;
}

.basket-sidecontainer {
    position: fixed;
    top: 60%;
    padding: 10px;
    right: 0;
    background-color: rgba(125, 161, 196, 0.97);
    line-height: 18px;
    z-index: 100000;
    border-radius: 5px;
}

.basket-sidecontainer:hover .glyphicon {
    color: #ffffff;
}

.basket-sidecontainer a {
    color: #f2f2f2;
    text-decoration: none;
}

.basket-sidecontainer:hover a {
    color: #ffffff;
}

.basket-sidecontainer:hover .side-content {
    display: block;
    color: #b9e8f7;
}

.basket-sidecontainer .side-content {
    z-index: 99;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #444;
    display: none;
    color: #fff;
    padding: 15px;
    width: 360px;
}

.basket-sidecontainer .side-content .h {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.basket-sidecontainer .side-content .sidebasket {
    font-size: 12px;
    max-height: 300px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: scroll;
    color: #ffffff;
}

.basket-sidecontainer .side-content .sidebasket tr td {
    border-bottom: 1px solid #ccc;
    padding: 8px;
    color: #ffffff;
    line-height: 18px;
    background-color: #444;
}

.basket-sidecontainer .side-content .sidebasket tr:last-child td {
    border-bottom: 0px;
}

.basket-sidecontainer .basket-count {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #F00;
    color: #ffffff;
    z-index: 12;
    position: absolute;
    top: -5px;
    right: 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    z-index: 110;
    padding: 0 5px;
}

.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: rgba(125, 161, 196, 0.97);
    border: 0px;
    cursor: pointer;
    border-radius: 5px;
    outline: none;
    margin: 10px 0;
    padding: 10px 15px;
}

.addtobasket:before {
    content: "\f07a";
    font-family: "FontAwesome";
    padding: 3px 0px;
    display: block;
    color: #fff;
    border-radius: 3px;
    background-color: rgba(125, 161, 196, 0.97);
    font-size: 1.4em;
    text-align: center;
    width: 40px;
    cursor: pointer;
    margin: 0 auto;
}

.pdflink {
    display: block;
    text-align: center;
}

.plsize {
    width: 80px;
}


.ShoppingCar {}

.ShoppingCar .carTit {
    font-size: 20px;
    font-weight: bold;
}

.ShoppingCarList {
    display: table;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 20px;
}

.ShoppingCarqiansebg {
    background-color: #f2f2f2;
    font-weight: bold;
}

.ShoppingCarList td {
    padding: 8px;
}

.ShoppingCarList tr:first-child td,
.ShoppingCarList tr:last-child td {
    background-color: #E6E6E6;
}

.ShoppingCarList tr td {
    border-bottom: 1px solid #efefef;
    background-color: #FFF;
}

.triangle {
    border-top: 15px solid #f2f2f2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    display: inline-block;
    position: relative;
    left: 45%;
}

.ShoppingCarList a:hover {
    color: #ff0000;
}

.ShoppingCarList .docare {
    color: #000000;
    cursor: pointer
}

.ShoppingCarList .docare:hover {
    color: #ff0000;
}

.ShoppingCarList .dellink {
    color: #000000;
    cursor: pointer
}

.ShoppingCarList table tr:nth-of-type(2n+2) td {
    background-color: #FAFAFA
}

.shoppoingNote {
    width: 100%;
    padding: 10px 10px 10px 20px;
    background-color: #fcf6ee;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #f4dec0;
    font-weight: lighter;
    position: relative;
}

.carTit .shoppingbasket-count {
    display: inline-block !important;
    width: auto !important;
    font-size: 1.17em !important;
}

#basketorderpage span {
    display: inline-block !important;
    width: auto !important;
}

#basketorderpage input {
    width: 14px !important;
    height: 14px !important;
}

.search-ls {
    border: 0;
    font-size: 15px;
    color: #0d58af;
    padding: 5px 0;
    background-color: rgba(16, 88, 175, 0);
    margin-left: -5px;
}


.pages-box a,
.pages-box .cpb-span {
    text-decoration: none;
    float: left;
    padding: 2px 7px;
    border: 1px solid #ddd;
    background: #ffff;
    font-size: 13px;
    color: #000;
    margin-right: 8px;
}

.pages-box {
    padding-bottom: 50px;
}

.pages-box a:hover {
    color: #fff;
    background: #7DA1C4;
    border: 1px solid #7DA1C4;
}

.pages-box .cpb-span {
    font-weight: bold;
    color: #fff;
    background: #7DA1C4;
    border: 1px solid #7DA1C4;
}

.product-ullist-row li .col-md-2 {
    padding: 0;
}

.product-ullist-row li .col-md-2 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 5px 1px;
}

.productlist-inquiry {
    display: inline-block;
}

.product-ullist-row li .col-md-10,
.product-ullist-row li .col-md-6 {
    padding-left: 0;
}

.product-ullist-row li {
    margin: 15px 0;
    padding: 15px 10px;
    border-bottom: 1px solid #e3e3e3;
}

.product-ullist-row li p a,
.product-ullist-row li h2 a {
    color: #7da1c4;
}

.product-ullist-row li p a:hover,
.product-ullist-row li h2 a:hover {
    text-decoration: underline;
    color: #444;
}

.product-ullist-row li:hover {
    /* background: #f4f4f4; */
}

.product-ullist-row li h2 {
    font-size: 17px;
    color: #7da1c4;
    margin-top: 0;
}

.product-ullist-row li h2 span {
    color: #444;
}

.product-ullist-row li p {
    margin: 0 0 5px 0;
}

.product-ullist-row .h2{
    font-size: 24px;
}

#resultinquiryInfo table tr:nth-of-type(2n+2) td {
    background: #fff
}

#resultinquiryInfo table tr {
    border-bottom: 0
}

#resultinquiryInfo table tr td {
    border-width: 0
}

.contactus-list {
    padding-top: 0;
    padding-bottom: 5px;
}

.contactus-list li {
    margin-bottom: 0;
    padding-left: 27px;
    font-size: 0.92em;
}

.contactus-list li span {
    position: absolute;
    top: -2px;
    left: 0;
}

@media (min-width: 992px) {
    .contact_bottom .col-sm-6 {
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .contact_bottom .col-lg-8 {
        width: 63%;
    }

    .contact_bottom .col-lg-4 {
        width: 37%;
    }
}

.peer-content,
.section_site {
    position: relative;
}

.pubtop,
.section_a {
    position: absolute;
    top: -90px;
}

.section_site .publicationTit {
    background-color: #7da1c4;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px 65px 8px 15px;
    line-height: 36px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.section_site .publicationTit a {
    display: none;
    color: #7da1c4 !important;
    margin-left: 0;
    font-size: 14px;
    position: absolute;
    top: 6px;
    right: 15px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
}

.section_site .publicationTit a:hover {
    background: #55565a;
    color: #fff !important;
}

.project-notes {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
    background: #f5f5f5;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 26px;
}

.project-notes i {
    display: inline-block;
    padding-right: 8px;
    font-size: 19px;
    color: #fb6627;
}

@media (min-width: 1200px) {
    .left-border {
        border-left: 1px solid #aaa;
    }
}

.podcast-ul {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.podcast-li {
    width: 50%;
    position: relative;
    float: left;
    list-style: none;
    margin-top: 0;
    margin-bottom: 24px;
    padding-right: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.podcast-li:hover {
    margin-top: -6px;
    margin-bottom: 30px;
}

.podcast-article {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);
    padding: 0;
    overflow: hidden;
}

.podcast-a1 {
    display: block;
    width: 33.3%;
}

.podcast-a1 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media (min-width: 37.5em) {
    .podcast-a1 img {
        border-radius: .25rem 0 0 .25rem;
    }
}

.podcast-box {
    padding: 1rem;
    width: 66.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.podcast-title a {
    color: #7da1c4;
}

.podcast-title a:hover {
    color: #5c81a4;
}

.podcast-box p {
    font-size: 13.5px;
    line-height: 24px;
    color: #444;
}

.podcast-box .btn {
    display: inline-block;
    width: 150px;
    padding: 2px 10px;
    clear: both;
    color: #fff;
    font-weight: 700;
    border: 2px solid #7da1c4;
    background: #7da1c4;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.podcast-box .btn:hover {
    border: 2px solid #5c81a4;
    background: #5c81a4;
}

.podcast-a2 {
    width: 25%;
}

.podcast-box2 {
    width: 75%;
}

.podcast-li2 {
    width: 100%;
    padding-right: 0;
}

.podcast-li2:hover {
    margin-top: 0;
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .podcast-li {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 500px) {

    .podcast-a1,
    .podcast-a2 {
        display: none;
    }

    .podcast-box,
    .podcast-box2 {
        width: 100%;
    }
}

.tabs {
    width: 100%;
}

.tabs .content {
    position: relative;
    z-index: 1;
}

.tabs .content section.content-current {
    display: block;
    opacity: 1;
}

.tabs .content section {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tabs nav li {
    width: 100%;
    padding: 2px 0;
    line-height: 36px;
    cursor: pointer;
    border: none;
}

.tabs nav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    font-weight: bold;
    color: #4f4f4f;
    padding: 2px 36px 2px 10px;
    background: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.tabs nav li:hover a {
    color: #fff;
    background: #7da1c4;
}

.tabs nav .tab-current {
    position: relative;
    z-index: 2;
}

.tabs nav .tab-current a {
    color: #fff;
    background: #7da1c4;
}

.tabs nav ul:after {
    display: table;
    content: " ";
}

.tabs nav ul:after {
    clear: both;
}

.tabs nav li a .fa {
    display: none;
    width: 20px;
    color: #ffffff;
    margin-right: 2px;
    float: left;
}

.tabs nav .tab-current>a .fa {
    display: block;
}

.tabs nav .tab-current>a .volume {
    display: block;
}

.volume {
    position: absolute;
    width: 35px;
    height: 10px;
    top: 8px;
    right: 0;
    display: none;
}

.volume .line {
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    float: left;
    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.volume .line:last-child {
    margin: 0;
}

.volume .line:nth-child(1) {
    -webkit-animation: volume1 linear infinite;
    animation: volume1 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.volume .line:nth-child(2) {
    -webkit-animation: volume2 linear infinite;
    animation: volume2 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.volume .line:nth-child(3) {
    -webkit-animation: volume3 linear infinite;
    animation: volume3 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.volume .line:nth-child(4) {
    -webkit-animation: volume4 linear infinite;
    animation: volume4 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.volume .line:nth-child(5) {
    -webkit-animation: volume5 linear infinite;
    animation: volume5 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.volume .line:nth-child(6) {
    -webkit-animation: volume6 linear infinite;
    animation: volume6 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.volume .line:nth-child(7) {
    -webkit-animation: volume7 linear infinite;
    animation: volume7 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes volume1 {
    0% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }

    25% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    50% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    75% {
        -webkit-transform: scaleY(0.6);
        transform: scaleY(0.6);
    }

    100% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }
}

@keyframes volume1 {
    0% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }

    25% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    50% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    75% {
        -webkit-transform: scaleY(0.6);
        transform: scaleY(0.6);
    }

    100% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }
}

@-webkit-keyframes volume2 {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    25% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }

    50% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    75% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }

    100% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
}

@keyframes volume2 {
    0% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }

    25% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }

    50% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    75% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }

    100% {
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
}

@-webkit-keyframes volume3 {
    0% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    50% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }

    100% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }
}

@keyframes volume3 {
    0% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    50% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }

    100% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }
}

@-webkit-keyframes volume4 {
    0% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    25% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }

    50% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }

    75% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }

    100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}

@keyframes volume4 {
    0% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    25% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }

    50% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }

    75% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }

    100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}

@-webkit-keyframes volume5 {
    0% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }

    25% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    50% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }

    75% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    100% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }
}

@keyframes volume5 {
    0% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }

    25% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    50% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }

    75% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    100% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }
}

@-webkit-keyframes volume6 {
    0% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }

    25% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    50% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    75% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }

    100% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }
}

@keyframes volume6 {
    0% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }

    25% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    50% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    75% {
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
    }

    100% {
        -webkit-transform: scaleY(0.3);
        transform: scaleY(0.3);
    }
}

@-webkit-keyframes volume7 {
    0% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }

    25% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    50% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }

    75% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    100% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }
}

@keyframes volume7 {
    0% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }

    25% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    50% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
    }

    75% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2);
    }

    100% {
        -webkit-transform: scaleY(0.7);
        transform: scaleY(0.7);
    }
}


.list-style-two li {
    font-family: Arial, sans-serif;
}

.careers-detail {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dddddd;
    margin: 0 !important;
}

.row.careers-detail:nth-child(2n+1) {
    background-color: #fafafa;
}

.careers-detail .col-md-3 {
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 25px;
}

.careers-detail .col-md-9 {
    font-size: 0.85rem;
    line-height: 25px;
    padding-right: 15px;
    padding-left: 15px;
}

.careers-detail ul,
.careers-detail ol {
    padding: 0px 0px 5px 19px;
    margin: 0px;
}

.careers-detail ul li {
    list-style: disc;
}

.careers-detail ol li {
    list-style: decimal;
}

.careers-detail p {
    padding: 0;
}

.careersform {
    margin-top: 0;
    margin-bottom: 30px;
}

.careersform input,
.careersform textarea {
    width: 100%;
    background: #f0f0f0;
    padding: 6px 10px;
}

.hand-right-h {
    position: relative;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);
    margin: 15px 0;
}

.hand-right-h .fa {
    position: absolute;
    top: 10px;
    left: 20px;
}

.hand-right-h a {
    display: block;
}

.hand-right-h:hover {
    background: #7da1c4;
    color: #fff;
}

.hand-right-h:hover a {
    color: #fff;
}

.container-job li .jobbox {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .2);
    margin: 5px 0;
    padding-left: 50px;
}

.container-job li .fa {
    position: absolute;
    top: 8px;
    left: 20px;
}

.container-job li a {
    display: block;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0;
}

.container-job li .jobbox:hover {
    background: #7da1c4;
    color: #fff;
}

.container-job li .jobbox:hover a {
    color: #fff;
}

.careers-online-t {
    border-top: 2px solid #ccc;
    padding-top: 15px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.inquiry-button {
    cursor: pointer;
}


.exosome-profiling-list li {
    position: relative;
    background: #f2f2f2;
    padding: 0 50px;
    margin: 40px 0;
}

.exosome-profiling-list li a {
    display: block;
    padding: 6px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2f74b8;
}

.exosome-profiling-list li a:hover {
    color: #000;
}

.exosome-profiling-list li::after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: bold;
    font-style: normal;
    font-size: 90px;
    text-rendering: auto;
    position: absolute;
    z-index: 1;
}

.exosome-profiling-list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 60px;
}

.exosome-profiling-list li:nth-child(1)::after {
    content: "\f054";
    right: -30px;
    top: 10px;
    color: #deab81;
}

.exosome-profiling-list li:nth-child(2)::after {
    content: "\f053";
    left: -30px;
    top: 10px;
    color: #869acd;
}

.exosome-profiling-list li:nth-child(3)::after {
    content: "\f054";
    right: -30px;
    top: 10px;
    color: #d26078;
}

.exosome-profiling-list li:nth-child(4)::after {
    content: "\f053";
    left: -30px;
    top: 10px;
    color: #edc51b;
}

.exosome-profiling-list li:nth-child(1)::before {
    background: #8b5324;
    right: 21px;
    top: -10px;
}

.exosome-profiling-list li:nth-child(2)::before {
    background: #324578;
    left: 21px;
    top: -10px;
}

.exosome-profiling-list li:nth-child(3)::before {
    background: #772234;
    right: 21px;
    top: -10px;
}

.exosome-profiling-list li:nth-child(4)::before {
    background: #7a650a;
    left: 21px;
    top: -10px;
}


.exosome-proteomics-list {
    margin: 25px 0;
}

.exosome-proteomics-list li {
    margin: 20px 0;
}

.exosome-proteomics-list li span {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
    vertical-align: top;
}

.exosome-proteomics-list li:nth-child(1) span {
    background: #f06826;
}

.exosome-proteomics-list li:nth-child(2) span {
    background: #ffc000;
}

.exosome-proteomics-list li:nth-child(3) span {
    background: #5b9bd5;
}

.exosome-proteomics-list li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2f74b8;
    line-height: 38px;
    padding: 0 10px;
}

.exosome-proteomics-list li a:hover {
    color: #000;
}


.page-box2 {
    border: .5px solid rgba(125, 161, 196, 1);
    border-radius: 32px;
    padding: 25px 30px 10px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
}

.page-box2 h3 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(125, 161, 196, 1);
    color: #fff;
    font-size: 18px !important;
    border-radius: 40px;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    width: 400px;
    padding: 10px 30px;
}

.page-box {
    border: .5px solid rgba(125, 161, 196, 1);
    border-radius: 32px;
    padding: 20px 25px 10px;
    background-color: rgba(125, 161, 196, 1);
    margin-bottom: 15px;
}
.page-box a {
    color: #065bb0 !important;
}
.page-box a:hover {
    text-decoration: underline;
}

.page-box3 {
    text-align: center;
    margin-bottom: 10px;
}

.page-box3 {}

.page-box3 ul {
    border: .5px solid rgba(125, 161, 196, 1);
    border-radius: 32px;
    padding: 10px 50px;
    margin-bottom: 20px;
    margin: auto;
    text-align: left;
    display: inline-block;
}

.page-box3 strong {
    border: .5px solid rgba(125, 161, 196, 1);
    border-radius: 32px;
    padding: 10px 50px;
    margin-bottom: 20px;
    display: inline-block;
    margin: auto;
}

.page-box4 {
    display: flex;
    justify-content: center;
}

.page-box4>div {
    border: .5px solid rgba(125, 161, 196, 1);
    border-radius: 32px;
    padding: 20px 25px 10px;
    ;
    margin-bottom: 20px;
}


.covid_publicity {
    display: none;
    /* color: #fff; */
    padding: 10px;
    /* position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000; */
    z-index: 1000;
}

#code-sars {
    max-width: 1400px;
    margin: auto;
}



.covid_publicity .covid_publicity_close {
    position: absolute;
    top: 0px;
    right: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.goodtxt {
    text-align: center;
}

.goodtxt h3 {
    margin: 0;
    color: #fff;
}

.goodtxt a,
.goodtxt p {
    color: #fff;
}

.close_read {
    background: #f2e942;
    color: #333 !important;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 30px;
    text-align: center;
    height: 35px;
    width: 240px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
}

.close_read:hover {
    color: #333;
    background-color: #fff;
}

#closebottom i {
    color: #333;
}

.table-scroll {
    overflow-x: auto;
}

.table-scroll table {
    width: 1500px;
}

.page-box5 {
    display: flex;
}

.page-box5>div {
    width: 50%;
    padding: 10px 20px;
}

.page-box6 {
    border: 1px solid #000;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.page-box6 h3 {
    margin-top: -20px;
    padding: 10px 20px;
    background-color: #fff;
}


.page-box7 {
    border: 1px solid rgba(125, 161, 196, 1);
    border-radius: 40px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.page-box7-1{
    display: flex;
    align-items: center;
}

.page-box7-1>div:first-child{
    display: flex;
    flex-wrap: wrap;
    text-align: right;
}

.page-box7-1>div:first-child p{
    width: 100%;
    margin-bottom: 20px;
}


.page-tit4 {
    font-weight: bold;
    line-height: 1.25;
}

.page-tit4 {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
}

html, body { 
    scroll-behavior:smooth;
     }

#contact-us{
    scroll-margin-top: 100px;
}

/*! CSS Used from: https://www.biolabsantibody.com/3d-biology/static/css/inpage.css?ver=1691983922 */
.serv-page>.col-lg-9 .row {
    margin-right: -10px;
    margin-left: -10px;
}

.serv-page>.col-lg-9 .row>div {
    padding: 5px 10px 25px;
}

.model-a {
    display: none;
}

.model-a {
    margin: 10px -10px 0;
}

.model-a>div {
    padding: 1px 10px 20px;
}

.model-abox {
    display: block;
    position: relative;
    overflow: hidden;
    height: 270px;
    border-radius: 16px;
}

.model-abox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease-in-out;
}

.model-abox:hover img {
    transform: scale(1.1);
}

.model-abg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 2;
    color: var(--white);
    transition: all 0.5s ease-in-out;
}

.model-abg:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.model-abg .page-tit4 {
    margin: 0;
    padding: 0 8px;
    width: 100%;
    text-align: center;
}


.h2_tit {
    scroll-margin-top: 170px;
    display: block;
    border-left: 5px solid #81a4c6;
    padding-left: 10px !important;
    background-color: #f5f5f5;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 20px !important;
    margin: 15px 0 !important;
}

.page-tab {
    position: sticky;
    top: 70px;
    background-color: #fff;
    padding: 15px 15px 5px 0px;
    border-bottom: 3px solid #81a4c6;
    margin-bottom: 20px;
    z-index: 10;
}

.page-tab span{
    padding: 7px 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.page-tab span:hover,.page-tab span.page-tab-choose {
    background-color: #55565a;
    color: #fff;
}



.faq-item {
    background-color: #f5f5f5;
    padding: 15px 25px 10px 15px;
    position: relative;
    cursor: pointer;
    margin: 15px 0;
}

.faq-item h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}

.faq-item>* {
    display: none;
    margin: 0;
}

.faq-item>h4,.faq-item>i{
    display: block;
}

.faq-item.open>* {
    display: block;
}

.faq-item.open i {
    transform: rotate(180deg);
    transform-origin: center;
}

.faq-item i {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    transition: all .2s linear;
}

html, body {
    scroll-behavior: smooth;
}

.page-box8 {
    background: url(../img/3-11-new-skincare-ingredient-milk-derived-exosomes-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
    max-width: 800px;
    margin: auto;

}

.product-item-right{
    display: flex;
    align-items: center;
}

.product-item-right span{
    display: inline-block;
    margin: 5px;
}
.inqunotice .google-policies{color:#000;}
.inqunotice .price-con,.inqunotice .price-con a,
.salearea .price-con,.salearea .price-con a{color:#000;}
.salearea{margin-bottom:20px; }

.swiper-container-banner .swiper-slide1 {
    background: url(../images/banner-5.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-container-banner .swiper-slide2 {
    background: url(../images/banner-1.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-container-banner .swiper-slide3 {
    background: url(../images/banner-3.jpg) center center no-repeat;
    background-size: cover;
}
/* .swiper-container-banner .swiper-slide4 {
    background: url(../images/banner-0.jpg) top center no-repeat;
} */
.swiper-container-banner .swiper-slide4 {
    background: url(../images/shutterstock_banner.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-container-banner {
    position: relative;
    height: 400px;
    width: 100%;
}
.swiper-container-banner .swiper-wrapper {
    position: absolute;
    top: 0;
}
.swiper-container-banner .swiper-slide1 > div, .swiper-container-banner .swiper-slide4 > div {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-container-banner .swiper-slide2 > div, .swiper-container-banner .swiper-slide3 > div {
    position: absolute;
    right: 50%;
    top: 30%;
    transform: translateY(-50%);
    transform: translateX(50%);
    text-align: center;
    width: 80%;
}
.swiper-container-banner .h1 {
    color: #333;
    text-align: center;
    font-size: 48px;
    line-height: 50px;
    margin: 20px 0;
    width: 100%;
    font-family: 'Raleway';
    letter-spacing: 2px;
    font-weight: 700;
}
.swiper-container-banner p {
    font-family: 'Raleway';
    color: #333;
    line-height: 32px;
    text-align: center;
    font-size: 22px;
    width: 100%;
}
.swiper-container-banner .btn {
    padding: 2px 30px;
    clear: both;
    color: #FFF;
    font-weight: 700;
    border: 3px solid #7da1c4;
    background: #7da1c4;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.swiper-container-banner .swiper-button-prev, .swiper-container-banner .swiper-button-next {
    display: none;
}
.swiper-container-banner:hover .swiper-button-prev, .swiper-container-banner:hover .swiper-button-next{
    display: block;
}
.swiper-container-banner-out {
    width: 100%;
    overflow: hidden;
}
.events-contianer .ex_area .ex_arrow.trun_left, .events-contianer .ex_area .ex_arrow.trun_right {
    /* display: none !important; */
}
.events-contianer .exhibition_img_list ul li {
    /* width: auto !important; */
}

.w-p-list {
    margin-bottom: 50px !important;
}
.w-p-list .w-p-img {
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #000;
}
.w-p-list a:hover .w-p-img img {
    transform: scale(1.1, 1.1);
    opacity: 0.5;
}
.w-p-list a:hover .w-p-img img {
    transform: scale(1.1, 1.1);
    opacity: .5;
}
.w-p-list .w-p-img img {
    transform: scale(1, 1);
    transition: transform ease .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w-p-list p {
    line-height: 1.7;
    margin: 10px 0;
    font-weight: 400;
    color: #03a9f4;
}
.w-p-list a:hover p {
    color: #e45e24;
}
.w-p-list a:hover .btn-d {
    border: 1px #0D47A1 solid;
    background: #fff;
    color: #0D47A1;
    transition: background-color .3s;
    cursor: pointer;
}
.w-p-list .btn-d {
    display: block;
    margin: auto 0 20px 0;
    padding: 0.3em 0 0.3em 0;
    clear: both;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border: 1px #0D47A1 solid;
    background: #0D47A1;
    color: #fff;
    border-radius: 6px;
}
.webinar-page-css h2 {
    font-size: 20px;
    margin: 0;
    padding: 15px 0 10px 0;
}
.webinar-page-css strong {
    font-weight: bold;
}
.webinar-page-css .webinar-box {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 500px;
}
.exo-page-css-1 {
    display: flex;
    flex-wrap: wrap;
}
.exo-page-css-1 > div {
    margin-bottom: 20px;
}
.exo-page-css-1 h3 {
    color: #679dd2;
}
.exo-page-css-1 h3 a {
    color: #679dd2;
    line-height: 24px
}
.exo-page-css-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.exo-page-css-2 > div {
    margin-bottom: 10px;
}
.exo-page-css-2 h3 {
    display: flex;
    align-items: center;
}
.exo-page-css-2 h3 > img {
    margin-right: 5px;
}

.servicedetail {
    align-items: center;
    border: 2px solid #caccce;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
}

.servicedetail::-webkit-scrollbar {
    height: 4px;
}

.servicedetail::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.servicedetail::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.servicedetail .li {
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    color: #4e565b;
    display: flex;
    font-size: 14px;
    justify-content: center;
    min-width: 100px;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 56px;
    padding: 0 16px 0 43px;
    transition: all .2s ease;
    width: 100%;
    cursor: pointer;
    gap: 5px;
}

.servicedetail .li em {
    font-weight: 400!important;
}

.servicedetail .li:first-child {
    padding-left: 16px;
}

.servicedetail .li:last-child {
    padding-right: 16px;
}

.servicedetail .li:last-child::after,.servicedetail .li:last-child:before {
    display: none;
}

.servicedetail .li::after,.servicedetail .li::before {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    -moz-transition: border-color .15s ease-out 0s;
    -webkit-transition: border-color .15s ease-out 0s;
    -o-transition-property: border-color .15s ease-out 0s;
    -ms-transition-property: border-color .15s ease-out 0s;
    transition: border-color .15s ease-out 0s;
    width: 0;
}

.servicedetail .li::before {
    border-color: transparent transparent transparent #fff;
    border-width: 2.0625em 0 2.0625em 1.5625em;
    right: -1.5em;
    top: 0;
    z-index: 2;
    transition: all .2s ease;
}

.servicedetail .li::after {
    border-color: transparent transparent transparent #caccce;
    border-width: 2.1875em 0 2.1875em 1.6875em;
    right: -1.6875em;
    top: -.125em;
}

.servicedetail .li.active::before,.servicedetail .li:hover::before {
    border-color: transparent transparent transparent #195ea3;
}

.servicedetail .li.active,.servicedetail .li:hover {
    background-color: #195ea3;
    color: #fff;
}
.sd-content {
    display: none;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin: 20px auto;
}

/*===========index Modality types begin=================*/
 /* Container */
 .exo-container {
    display: flex;
    padding:30px 0;
    justify-content: space-between;
}

/* Tabs sidebar */
.exo-tabs {
    width: 250px;
    flex-shrink: 0;
    background-color: #f8f9fa;
    transition: all 0.3s ease;

}

.exo-tabs-header {
    background-color: #55565a;
    color: white;
    padding: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
}
.exo-tabs .exo-tab {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
}

.exo-tab:hover {
    background-color: #e9ecef;
}

.exo-tab.active {
    background-color: #7da1c4;
    color: white;
}

.exo-tab-icon {
    margin-right: 10px;
    font-size:30px;
}

/* Content area */
.exo-content {
    flex: auto;
    margin-left: 20px;
    padding: 0rem 1rem;
overflow-x: auto;
}

.exo-stages {

    display: flex;
margin-bottom: 1rem;
width: 100%; 
border-bottom:1px solid #ccc;
}

.exo-stage {
    flex-grow: 1;
    width: 16%;
    /* flex: 1 1 auto;  */
padding: 0.8rem 1.2rem; 
font-weight: 500;
text-align: center; 
/* min-width: 0;  */
/* cursor: pointer; */
line-height:1.2rem;
font-weight:bold;


}

/* .exo-stage.active {
    border-bottom: 3px solid #e74c3c;
} */

.exo-table-container {
    width: 100%;
    overflow-x: auto;
    display: flex;
    border:1px solid #7da1c4;
}
.exo-table-container ul{
    flex-grow: 1;
    width: 16%;
    overflow: hidden;
    border-right:1px solid #eee;
}

.exo-table-container ul li{
    display: flex;
    height: 137px;
    max-height: 1.8rem;
    min-height: 100px;
    align-items: center;
    border-bottom:1px solid #eee;
    justify-content: center;
    font-size:14px;
    line-height:1.2rem;
    text-align:center;
}
.exo-table-container ul li a{

    color:#000;
    width:100%;
    height:100%;
    padding:10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.exo-table-container ul li:hover a{
    
    color:#fff;
    background-color:#7da1c4;
}



/* Mobile responsiveness */
@media (max-width: 768px) {
    .exo-container {
        flex-direction: column;
    }
    .exo-content {
        flex: auto;
        margin-left: 0px;
        padding: 0rem;
    overflow-x: auto;
    }
    .exo-stage {
    word-wrap: break-word;
      word-break: break-all;
    
    }
    .exo-tab .tabfont{
    display: none;
    }
    .exo-tabs {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    
    .exo-tabs-container {
        display: flex;
        overflow-x: auto;
    }
    
    .exo-tab {
        flex: 0 0 auto;
        border-bottom: none;
        /* border-right: 1px solid #ddd; */
    }
    
   
}
/* Tablet responsiveness */
@media (min-width: 769px) and (max-width: 1024px) {
    .exo-tabs {
        width: 220px;
    }
    .exo-tab .tabfont{
    display: none;
    }
    .exo-stage {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
}

/* Tab content visibility */
.exo-tab-content {
    display: none;
}

.exo-tab-content.active {
    display: block;
}
/*===========index Modality types =================*/




.workflow-container {
    width: 850px;
    margin: 40px auto 20px auto;
}
.workflow-container > ul {
    list-style: none;
}

.workflow-container > ul > li {
    display: flex;
    margin-bottom: 70px;
    

}
.workflow-container > ul > li:last-child .l-text > img {
    display: none;
}
.workflow-container > ul > li > .l-text {
    position: relative;
    width: 200px;
    background: #335999;
    border-radius: 7px;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-right: 20px;
    display: flex;
    align-items: center;
    line-height: 20px;
    justify-content: center;
}
.workflow-container > ul > li > .l-text a {
    color: #fff;
}
.workflow-container > ul > li > .l-text a:hover {
    color: #ffffffc7;
    text-decoration: underline;
}
.workflow-container > ul > li > .l-text > img {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
}
.workflow-container > ul > li > .r-text {
    width: 650px;
    padding: 10px;
    border-radius: 7px;
    background: #F1C5A7;
    text-align: left;
    /* display: flex; */
    /* align-items: center; */
    line-height: 22px;
}
.workflow-container > ul > li > .r-text a {
    color: #2855a2;
}
.workflow-container > ul > li > .r-text a:hover {
    text-decoration: underline;
}
.workflow-container > ul > li > .r-text ul {
    margin-bottom: 5px;
}
@media (max-width: 1350px) {
    .workflow-container {
        width: 600px;
    }
    .workflow-container > ul > li > .r-text {
        width: 400px;
    }
}
.hover-bg {
    transition: all .2s ease;
    padding: 0;
    height: 100%;
    background: #f9f9f9;
}
.border {
    border: #abd1ff solid 1px;
    padding: 5px;
    border-radius: 4px;
    line-height: 1.3 !important;
}
.hover-bg:hover {
    background: #d2e6ff;
}
.d-block {
    display: block !important;
    margin-bottom: 15px;
    
}
.d-block p {
    color: #2653a0;
}
.row-features-css > div {
    position: relative;
    margin-bottom: 10px;
}
.featuresunit {
    margin-bottom: 15px;
    /* position: relative; */
}
.featurestit {
    display: block;
    text-align: center;
}
.featurestit img {
    border-radius: 100px;
    margin-bottom: 10px;
    border: 4px solid #fff;
}
.featurescont {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    background-color: #f3e04e;
    padding: 15px;
    z-index: 100;
    transform: translateX(-50%);
}
.featuresunit:hover .featurestit {
    color: #f3e04e;
}
.featuresunit:hover .featurestit img {
    border: 4px solid #f3e04e;
}
.featuresunit:hover .featurescont {
    display: block;
}
.featurescont::after {
    content: "▲";
    color: #f3e04e;
    position: absolute;
    top: -18px;
    left: 44%;
    width: 30px;
    height: 25px;
    font-size: 30px;
    text-align: center;
}

