.serv-content {
    padding-bottom: 30px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .serv-content {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}

.serv-content h2 {
    border-bottom: 1px solid var(--neutralgrey);
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.services_bg {
    background: url(../images/servicesbg.jpg)
}

.careers_bg {
    background: url(../images/careersbg.jpg)
}

.about_bg {
    background: url(../images/aboutbg.jpg)
}

.contact_bg {
    background: url(../images/contactbg.jpg)
}

.banner_inpage {
    position: relative;
    width: 100%;
    height: 320px;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.banner_inpage .auto-container {
    position: relative;
    max-width: 1500px;
    padding: 50px 20px;
    margin: 0 auto
}

.owl-banner-in,
.owl-banner-in .owl-stage-outer,
.owl-banner-in .owl-stage,
.owl-banner-in .owl-item,
.owl-banner-in .item {
    height: 100%;
    overflow: hidden
}

.owl-banner-in .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center
}

.banner_inpage .banner-table {
    padding: 50px 20px 0;
}

.banner_inpage .page-tit2 {
    text-align: center;
    color: var(--white);
    margin-bottom: 10px;
}

.owl-banner-in .btn {
    margin-top: 0;
    font-size: 14px;
    padding: 5px 20px;
}

.owl-banner-in .owl-dots {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.owl-banner-in .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 10px !important;
    background: var(--white) !important
}

.owl-banner-in .owl-dot.active span,
.owl-banner-in .owl-dot:hover span {
    width: 24px !important;
    background: var(--main) !important
}

.owl-banner-in .owl-nav [class*=owl-] {
    opacity: 0;
}

.bread-crumb {
    font-size: 0.92rem;
    padding: 10px 0 0;
}

.bread-crumb li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 24px;
    color: var(--vice);
    line-height: 30px
}

.bread-crumb li:last-child {
    margin-right: 0px
}

.bread-crumb li:after {
    content: '\f105';
    font-family: 'icomoon';
    position: absolute;
    right: -20px;
    top: 2px;
    width: 10px;
    line-height: 26px;
    font-size: 16px;
    color: var(--black)
}

.bread-crumb li:last-child:after {
    display: none
}

.bread-crumb li a {
    /* color: var(--black); */
    font-weight: 400;
    transition: var(--transition);
    text-decoration: none
}


/* .bread-crumb li a:hover {
    color: var(--vice)
} */

.owl-eventshow {
    padding: 30px 50px 0;
}

.owl-event .owl-nav [class*=owl-] {
    opacity: 1;
    padding: 0 5px;
    top: 50%;
    margin-top: -30px;
    width: 20px;
    height: 60px;
    border-radius: 0;
    color: var(--main);
    z-index: 9;
    border: 1px solid var(--main);
    background-color: none
}

.owl-event .owl-nav [class*=owl-]:before {
    font-size: 24px !important;
    line-height: 48px
}

.owl-event .owl-prev:hover,
.owl-event .owl-next:hover {
    border: 1px solid var(--main);
    background-color: var(--main)
}

.owl-event .owl-prev {
    left: -40px !important
}

.owl-event .owl-next {
    right: -40px !important
}

.owl-event .owl-dot {
    display: none !important;
}

.rowserv {
    padding: 20px 0 0;
}

.rowserv>div.col-lg-3 {
    padding: 20px 15px;
}

.rowservbox {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    text-align: center;
    border: 1px solid var(--neutralgrey);
    padding-bottom: 250px;
}

.rowserv-btn {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 0;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}

.rowservbox .btn {
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 0;
    text-transform: none;
    margin: 0;
    border: 2px solid var(--main);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.rowservbox:hover .rowserv-btn {
    height: 100%;
}

.rowservbox:hover .rowserv-btn .btn {
    opacity: 1;
}

.rowservbox .btn:hover {
    background: none;
    border: 2px solid var(--main);
    border-radius: 0;
}

.rowserv-imgbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.rowserv-img {
    position: relative;
    z-index: 2;
    padding: 0;
    overflow: hidden;
    height: 240px;
}

.rowserv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.rowserv-detail {
    padding: 0 15px;
}

.rowserv-detail span {
    display: inline-block;
    padding: 2px 25px;
    font-size: 1.25rem;
    font-weight: bold;
    background: var(--main);
    color: var(--white);
    margin-bottom: 30px;
}

.rowservbox .page-tit3 {
    color: var(--black);
}

.rowservbox:hover .page-tit3 {
    color: var(--main);
}

.info-row .infobox {
    padding: 0 15px 30px;
}

.serv-page>.col-lg-9 .row {
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 20px;
    margin-bottom: 20px;
}


/* .serv-page>.col-lg-9 .row>div {
    padding: 5px 10px 25px;
} */

form .row>div {
    padding: 2px 10px !important;
}

.hide-tit,
.model-a {
    display: none;
}

.model-a {
    margin: 10px -10px 0;
}

.model-a>div {
    padding: 1px 10px 20px;
}

.model-abox,
.model-img,
.flows-4img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 270px;
    border-radius: 16px;
}

.model-abox img,
.model-img img,
.flows-4img 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,
.model-img: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;
}

.model-box {
    height: 100%;
    border: 1px solid var(--neutralgrey);
    background: var(--lightgrey);
    border-radius: 10px;
    padding-bottom: 10px;
}

.model-row .model-box {
    background: none;
}

.model-img {
    height: 210px;
    border-radius: 10px 10px 0 0;
}

.model-box h3,
.model-box p,
.flows-box h3,
.flows-box p {
    padding: 10px 10px 0;
    margin: 0;
}

.model-box h3 a {
    color: yellow;
}

.model-box h3 a:hover {
    color: var(--white);
}

.model-box ul {
    margin: 20px 10px !important;
}

.model-box ul li {
    margin-bottom: 2px !important;
}

.flows-bg1 {
    background: url(../img/3d-human-calvarial-osteoblast-spheroid-model-introduction5.jpg) no-repeat center;
    margin-bottom: 50px !important;
}

.flows-bg2 {
    background: url(../img/3d-human-calvarial-osteoblast-spheroid-model-introduction6.jpg) no-repeat center;
    margin-bottom: 50px !important;
}

.flows-bg3 {
    background: url(../img/3d-human-calvarial-osteoblast-spheroid-model-introduction7.jpg) no-repeat center;
}

.flows-1>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    line-height: 1.2;
    font-weight: bold;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid var(--main);
    background-size: cover;
    position: relative;
}

.flows-bg1::after,
.flows-bg2::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--main);
    position: absolute;
    bottom: -50px;
    right: 50%;
    margin-right: -15px;
    margin-bottom: 0;
}

.flows-3>div {
    padding-top: 30px !important;
}

.flows-3box {
    position: relative;
    height: 100%;
    border-radius: 20px;
    padding: 10px;
    border: 2px solid var(--main);
    padding-top: 20px;
}

.flows-3box span {
    display: inline-block;
    background: var(--white);
    position: absolute;
    left: 10px;
    top: -35px;
    z-index: 1;
    font-size: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: var(--main);
}

.flows-4 {
    width: 100%;
    position: relative;
    padding: 1px 0 10px;
    overflow: hidden;
}

.flows-4::after {
    display: inline-block;
    content: "";
    width: 300px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -150px;
    margin-top: -200px;
    z-index: 1;
    border: 4px solid #65a638
}

.flows-4box {
    position: relative;
    margin: 50px 0;
    z-index: 2;
    padding: 15px 10px 0 70px;
    margin-left: 100px;
    box-shadow: inset 0 10px 20px 0 rgb(255 255 255 / 50%);
}

.flows-4box p {
    color: var(--white);
}

.flows-4img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -60px;
    z-index: 3;
}

.flows-4 .bluebg {
    background: #478ecd;
}

.flows-4 .cyanbg {
    background: #3abd80;
    margin-left: 150px;
}

.flows-4 .greenbg {
    background: #65a638;
}

.bluebg .flows-4img {
    border: 2px solid #478ecd;
}

.cyanbg .flows-4img {
    border: 2px solid #3abd80;
}

.greenbg .flows-4img {
    border: 2px solid #65a638;
}

.flows-5box h3,
.flows-5box .model-img {
    height: 100px;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.flows-5box h3 {
    height: auto;
    background: var(--main);
    color: var(--white);
    padding-top: 10px;
}

.flows-6 h3,
.flows-2 h3 {
    background: var(--main);
    color: var(--white);
    padding: 15px 10px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.flows-2 h3 {
    height: 72px;
    display: flex;
    align-items: center;
}

.flows-6 h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.flows-6 h3:hover {
    white-space: normal;
}

.p-indent {
    padding-left: 18px;
}

h3.blue {
    background: var(--grey);
    border-left: 3px solid var(--main);
    padding: 10px;
    margin: 15px 0;
}

h3.blue a {
    color: var(--main);
}

.flows-7 {
    position: relative;
    max-width: 500px;
    margin: 0 auto 20px;
}

.flows-7 a,
.flows-8 a,
.flows-12 a {
    display: inline-block;
    position: absolute;
    opacity: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.flows-7 a {
    width: 120px;
    height: 120px;
}

.flows-7 a:nth-child(1) {
    top: 4%;
    left: 50%;
    margin-left: -60px;
}

.flows-7 a:nth-child(2) {
    bottom: 12%;
    left: 3%;
}

.flows-7 a:nth-child(3) {
    bottom: 12%;
    right: 3%;
}

.flows-8 {
    position: relative;
    max-width: 921px;
    margin: 20px auto;
}

.flows-8 a {
    width: 18%;
    height: 76px;
    bottom: 0;
}

.flows-8 a:nth-child(1) {
    left: 1%;
}

.flows-8 a:nth-child(2) {
    left: 21%;
}

.flows-8 a:nth-child(3) {
    left: 41%;
}

.flows-8 a:nth-child(4) {
    left: 61%;
}

.flows-8 a:nth-child(5) {
    left: 81%;
}

.view-1 {
    width: 800px;
    max-width: 100%;
    margin: 0 auto !important;
    align-items: center;
}

.view-box p {
    position: relative;
    padding-left: 40px;
    min-height: 30px;
}

.view-box span {
    display: inline-block;
    background: var(--grey);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.cd-fixed {
    position: relative;
    padding: 80px 0;
    text-align: center;
    margin: 60px 0 -100px;
}

.cd-fixed-bg {
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1;
    background-image: url(../images/about-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    width: 2000px;
    width: 100vw;
    height: 100%
}

.cd-fixed .page-tit1,
.cd-fixed p {
    color: var(--white);
}

.flows-9 {
    max-width: 800px;
    margin: 0 auto;
}

.flows-9 ul {
    text-align: left;
}

.flows-9 ul li {
    margin: 0 !important;
}

.flows-9 p {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
}

.flows-9 p::after {
    display: inline-block;
    font-family: "icomoon";
    content: "\f103";
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -27px;
    font-size: 20px;
    color: #a5a5a5;
}

.flows-9 p:nth-child(3)::after {
    opacity: 0;
}

.flows-9 p:nth-child(4)::after,
.flows-9 p:nth-child(5)::after {
    color: #4472c4;
}

.flows-9 div {
    position: relative;
    padding: 10px 10px 1px;
}

.flows-9 .greybg {
    background: #ededed;
    margin-bottom: 20px;
}

.flows-9 .bluebg {
    background: var(--grey);
    margin-bottom: 20px;
}

.flows-9 .borderbg {
    border: 1px dashed #7f7f7f;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    margin-top: -20px;
    margin-bottom: 20px;
}

.flows-9 .borderbg span {
    display: inline-block;
    width: 50%;
    text-align: left;
}

.flows-10 .col-md-1,
.flows-10 .col-md-2 {
    padding: 0 !important;
}

.flows-10 .col-md-4 {
    padding: 5px 10px !important;
}

.flows-10 .model-box {
    width: 100%;
    border: 1px solid var(--black);
    background: none;
}

.flows-10 .model-box p {
    font-size: 0.9em;
    line-height: 1.6;
}

.flows-10 img,
.flows-10 .show-center {
    margin: 0 auto !important;
}

@media (max-width:1280px) {
    .flows-10 .model-box p {
        font-size: 0.8em;
        line-height: 1.5;
    }
}

@media (max-width:1100px) {
    .flows-10 .model-box p {
        font-size: 0.7em;
        line-height: 1.35;
    }
}

@media (max-width:991px) {
    .flows-10 .model-box p {
        font-size: 1em;
        line-height: 1.7;
    }
}

@media (min-width:992px) {
    .flows-10 {
        margin: 0 -30px !important;
        justify-content: center;
    }
    .flows-10-1 {
        margin-top: -20px !important;
    }
    .flows-10-3 {
        margin-bottom: -20px !important;
    }
    .flows-10 .col-md-4 {
        padding: 30px !important;
    }
    .flows-10 .col-md-4::after {
        display: inline-block;
        font-family: "icomoon";
        font-size: 50px;
        color: #4472c4;
        position: absolute;
    }
    .show-box {
        height: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flows-text1::after {
        content: "\e923";
        right: 15%;
        bottom: -40px;
        transform: rotate(-135deg);
    }
    .flows-text2::after {
        content: "\e923";
        left: 15%;
        bottom: -40px;
        transform: rotate(-45deg);
    }
    .flows-text3::after {
        content: "\e923";
        right: -20px;
        bottom: 50%;
        margin-bottom: -42px;
        transform: rotate(-180deg);
    }
    .flows-text4::after {
        content: "\e923";
        left: -20px;
        bottom: 50%;
        margin-bottom: -42px;
    }
    .flows-text5::after {
        content: "\e923";
        right: 15%;
        top: -40px;
        transform: rotate(135deg);
    }
    .flows-text6::after {
        content: "\e923";
        left: 15%;
        top: -40px;
        transform: rotate(45deg);
    }
}

.flows-11 {
    position: relative;
    margin-bottom: 30px;
}

.flows-11::after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 25%;
    bottom: -6px;
    width: 50%;
    height: 36px;
    border: 1px solid var(--black);
    z-index: 1;
}

.flows-11::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -28px;
    width: 1px;
    height: 22px;
    background: var(--black);
    z-index: 1;
}

.flows-11>div::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -20px;
    bottom: 26px;
    width: 50px;
    height: 10px;
    z-index: 2;
    background: var(--white);
}

.flows-11 .model-box {
    position: relative;
    z-index: 3;
}

.flows-11 .model-box ul {
    margin: 5px 10px !important;
}

.model-box.greybg {
    background: var(--grey);
    margin-bottom: 15px;
    padding: 0;
}

.flows-vs {
    display: block;
    width: 200px;
    font-size: 66px;
    line-height: 76px;
    margin: 0 auto;
}

.flows-vs span,
.flows-color {
    color: #13a2b7;
}

.flows-12 {
    position: relative;
    margin: 0 auto 10px;
    max-width: 750px;
}

.flows-12 a:nth-child(1) {
    width: 50%;
    height: 10%;
    left: 10%;
    top: 8%;
}

.flows-12 a:nth-child(2) {
    width: 35%;
    height: 10%;
    right: 1%;
    top: 8%;
}

.flows-12 a:nth-child(3) {
    width: 48%;
    height: 10%;
    left: 0;
    bottom: 26%;
}

.flows-12 a:nth-child(4) {
    width: 35%;
    height: 10%;
    right: 6%;
    bottom: 26%;
}

.flows-13 .model-box {
    height: 78%;
}

.leftnav {
    margin-bottom: 40px
}

.navtitle,
.navtitle a {
    display: block;
    background: var(--grey);
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 10px 10px 0 0;
}

.navmenu,
.left-contct {
    border: 1px solid var(--neutralgrey);
    padding: 10px 0 15px;
}

.navmenu {
    border-radius: 0 0 10px 10px;
    margin: 0;
    overflow-y: auto;
    max-height: 768px;
}

.navmenu .arrow:before {
    cursor: pointer;
    content: "\f105";
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 9px 10px;
    display: inline;
    font-family: "icomoon";
    color: var(--black)
}

.navmenu .arrow.open:before {
    cursor: pointer;
    padding: 9px 10px;
    display: inline;
    font-family: "icomoon";
    content: "\f107";
    color: var(--main)
}

.navmenu>li>ul>li .arrow:before {
    padding: 8px 10px
}

.navmenu>li>ul>li .arrow.open:before {
    padding: 8px 10px
}

.navmenu ul {
    list-style: none;
    margin: 0;
}

.navmenu>li>ul {
    padding: 8px 0 0;
    margin: 0;
    display: none
}

.navmenu li {
    list-style: none;
    position: relative;
    padding: 4px 0;
    margin: 0;
    line-height: 22px
}

.navmenu a {
    position: relative;
    display: block;
    color: var(--black);
}

.navmenu>li>a::after {
    content: "";
    display: block;
    width: 92%;
    height: 1px;
    background: var(--grey);
    position: absolute;
    left: 4%;
    bottom: -8px;
}

.navmenu>li {
    padding: 8px 0;
    font-size: 1rem;
}

.navmenu>li>a {
    border-left: 3px solid var(--white);
    padding: 2px 30px 2px 15px;
}

.navmenu>li>a {
    color: var(--main);
    font-weight: bold;
}

.navmenu>li.open>a,
.navmenu>li>a:hover {
    color: var(--main);
    border-left: 3px solid var(--main);
}

.navmenu ul li {
    padding: 0;
}

.navmenu ul li>a {
    padding: 8px 10px 8px 25px;
    font-size: 0.95rem;
    position: relative;
    color: var(--black)
}

.navmenu ul li>a::after {
    width: 88%;
    left: 6%;
    bottom: 0;
}

.navmenu ul ul {
    display: none;
}

.navmenu ul ul li>a {
    color: var(--darkgrey);
    padding: 4px 10px 4px 40px
}

.navmenu ul li>a:hover {
    background: var(--lightgrey);
}

.navmenu ul a:hover {
    color: var(--main) !important;
}

.left-btn {
    margin: 0 0 30px;
    width: 100%;
}

.left-contct {
    padding-bottom: 0;
    border-radius: 10px;
}

.left-contct .navtitle {
    border-left: 3px solid var(--main);
    padding-left: 15px;
    background: none;
    border-radius: 0;
    color: var(--main)
}

.left-box {
    padding: 10px 18px;
}

.leftnav .inquiry_form .row>div {
    width: 100%;
}

.post-holder {
    padding-bottom: 10px
}

.post-content {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc
}

.service-tit {
    display: block;
    border-bottom: 3px solid var(--main);
    margin-bottom: 40px;
}

.prodetail-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .prodetail-title {
        flex-direction: column;
    }
}

.service-tit .pro_btn {
    font-size: 18px;
    margin: 10px 0;
    display: inline-block;
    float: right;
    line-height: 24px;
    padding: 6px 30px;
    width: auto;
    height: auto
}

.relate-tit {
    margin-top: 15px !important;
}

.con-row-a {
    width: 100%;
    padding: 0;
    margin: 10px 0 30px;
    list-style: none
}

.con-row-a li {
    position: relative;
    margin-bottom: 10px;
    break-inside: avoid;
    padding: 10px 5px 10px 20px;
    font-size: 0.9rem;
    font-weight: bold;
    border: 1px solid var(--neutralgrey);
    background: var(--lightgrey);
    border-radius: 5px;
    transition: var(--transition);
}

.con-row-a li span {
    position: absolute;
    top: 7px;
    left: 4px;
    display: inline-block;
    float: left;
    padding-left: 5px;
    line-height: 26px;
    padding-right: 15px;
    color: var(--main);
    transition: var(--transition);
}

.con-row-a li a {
    color: var(--main);
    display: block;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con-row-a li:hover {
    color: var(--white);
    background: var(--main);
}

.con-row-a li:hover a {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con-row-a li:hover a,
.con-row-a li:hover span {
    color: var(--white)
}

.project-notes {
    display: block;
    width: 100%;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: var(--black);
    background: var(--grey);
    margin-bottom: 0px;
    margin-top: 25px;
    position: relative
}

.project-notes .fa {
    position: absolute;
    left: 10px;
    top: 10px
}

.pagination {
    list-style: none;
    text-align: right;
    font-size: 14px;
    text-decoration: none;
    margin: 10px 0;
    height: auto;
    overflow: hidden;
    padding: 10px 0
}

.pagination li {
    display: inline-block
}

.pagination .active a {
    padding: 2px 12px;
    border-radius: 5px;
    color: var(--white);
    background: var(--main)
}

.pagination a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--black);
    text-decoration: none;
    padding: 2px 12px;
    border-radius: 5px;
    background: var(--grey)
}

.pagination a:hover {
    color: var(--white);
    text-decoration: none;
    background: var(--main)
}

table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%;
}

table th,
table td {
    padding: 8px 12px;
    line-height: 26px;
    text-align: left
}

table th {
    background: var(--main);
    color: var(--white)
}

table td {
    font-size: .95rem;
    line-height: 1.5
}

table p {
    padding: 0
}

table.bt th,
table.bt td {
    font-size: .875rem;
    padding: 0
}

table.bt th:before,
table.bt td:before {
    padding: 6px 2%
}

table.bt thead,
table.bt tbody th {
    display: none
}

table.bt th,
table.bt td,
table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top
}

table.bt th:before,
table.bt td:before {
    content: attr(data-th) ":";
    font-weight: bold;
    width: 30%;
    display: inline-block
}

table.bt .bt-hide {
    display: none
}

table.bt .bt-content {
    vertical-align: top;
    width: 62%;
    display: inline-block;
    padding: 6px 2%
}

.ollist {
    padding: 0px 0px 0px 19px;
    margin: 0px 0px 10px
}

.ullist {
    padding: 0px 0px 0px 19px;
    margin: 0px 0px 10px
}

.ullist li {
    list-style: disc;
    padding: 0
}

.ollist li {
    list-style-type: decimal;
    padding: 0
}

.ullist li>ul>li {
    list-style-type: circle
}

.ollist li>ul>li {
    list-style-type: lower-latin
}

table .ullist,
table .ollist {
    margin-bottom: 0;
}

.ul-check,
.ul-arrow,
.ul-diamond {
    padding-left: 0
}

.ul-check>li,
.ul-arrow>li,
.ul-diamond>li {
    list-style: none;
    padding-left: 19px;
    position: relative
}

.ul-check>li::after,
.ul-arrow>li::after,
.ul-diamond>li::after {
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    line-height: 26px;
    font-size: 16px;
    color: var(--main)
}

.ul-check>li::after {
    content: '\f00c';
    font-size: 12px
}

.ul-arrow>li::after {
    content: '\f0da';
    left: 1px;
}

.ul-diamond>li::after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--black);
    margin-top: 10px;
}

.reference {
    padding-bottom: 0px;
    color: var(--darkgrey) !important;
    margin: 30px 0 15px 0;
}

.ollist.reference-ol li {
    list-style: decimal;
    font-size: 14px !important;
    line-height: 22px !important;
    color: var(--darkgrey) !important;
    padding-bottom: 4px !important
}

.serviceshowpic {
    display: block;
    width: 100%
}

.serviceshowleftpic {
    float: left;
    margin-right: 15px;
    display: inline-block
}

.serviceshowrightpic {
    float: right;
    margin-left: 15px;
    display: inline-block
}

.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
    font-size: 0.9em;
    line-height: 1.7;
    color: var(--darkgrey);
    text-align: center;
    padding-bottom: 20px;
}

.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto
}

ul,
ol {
    padding-left: 18px;
    margin-bottom: 10px;
    margin-top: 0
}

.noul,
.con-row-a,
.list-one,
.floatblock ul {
    padding-left: 0;
    list-style: none
}

.floatblock ul,
.floatblock ul li {
    margin-bottom: 0
}

ul li,
ol li {
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol {
    margin-bottom: 10px;
    margin-top: 10px
}

.red {
    color: red
}

.orange {
    color: var(--yellow)
}

.gray {
    color: var(--darkgrey)
}

.mtop10,
.mt-10 {
    margin-top: 10px
}

.mtop15,
.mt-15 {
    margin-top: 15px
}

.mtop20,
.mt-20 {
    margin-top: 20px
}

.mtop30,
.mt-30 {
    margin-top: 30px
}

.mtop40,
.mt-40 {
    margin-top: 40px
}

.mtop50,
.mt-50 {
    margin-top: 50px
}

.mbottom10,
.mb-10 {
    margin-bottom: 10px
}

.mbottom15,
.mb-15 {
    margin-bottom: 15px
}

.mbottom20,
.mb-20 {
    margin-bottom: 20px
}

.mbottom30,
.mb-30 {
    margin-bottom: 30px
}

.mbottom40,
.mb-40 {
    margin-bottom: 40px
}

.mbottom50,
.mb-50 {
    margin-bottom: 50px
}

.show-center,
.show-left,
.show-right {
    color: var(--darkgrey);
    text-align: center;
    font-size: 0.95em;
    line-height: 1.7em !important
}

.show-center img,
.show-left img,
.show-right img {
    display: block;
    margin-right: auto;
    /* margin-bottom: 15px; */
    margin-left: auto;
    height: auto;
    max-width: 100%
}

@media (min-width:992px) {
    .show-left,
    .show-right {
        display: inline-block
    }
    .show-right {
        float: right;
        margin: 0 0 0 15px;
    }
    .show-left {
        float: left;
        margin: 0 15px 0 0;
    }
}

@media (max-width:992px) {
    .show-right,
    .show-left {
        width: 100%;
        margin: 0
    }
    .flows-13 {
        display: block;
    }
}

.Reference,
.reference {
    color: var(--darkgrey);
    font-size: 0.95em
}

.Reference p,
.reference p {
    padding-bottom: 0;
    color: var(--darkgrey);
    margin-bottom: 10px
}

.Reference ol,
.reference ol {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px
}

ul.border-box>li {
    margin-bottom: 0
}

ul.border-box {
    padding: 15px 15px 15px 30px
}

.border-box {
    border: 1px solid var(--main);
    padding: 15px;
    border-radius: 5px
}

.bg-box {
    background: var(--neutralgrey);
    padding: 10px 15px;
    border-radius: 5px
}

@media (min-width:992px) {
    .list-box {
        display: flex;
        flex-wrap: wrap
    }
    .list-box div[class*="col-md"] {
        display: flex
    }
}


/* .list-box div[class*="col-md"] {
    margin-bottom: 20px
} */

.list-box a {
    display: flex;
    align-items: center;
    border: 1px solid var(--neutralgrey);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    transition: all ease .4s;
    text-align: left;
    overflow: hidden;
}

.list-box p.nohref {
    display: flex;
    align-items: center;
    border: 1px solid var(--neutralgrey);
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    transition: all ease .4s;
    text-align: left;
    overflow: hidden;
    margin: 0;
}

.list-box a:before,
.list-box p.nohref:before {
    position: absolute;
    content: '';
    background: var(--main);
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    border: solid 2px var(--main);
    transition: all ease .4s
}

.list-box a:hover {
    color: var(--white);
    border: 1px solid transparent
}

.list-box a:hover:before {
    right: 0;
    width: 100%;
    border-radius: 5px
}

table p,
table td ul,
table td ol {
    margin-bottom: 15px
}

table td ul:last-child,
table td ol:last-child,
table td p:last-child,
table td ul:last-child>li:last-child,
table td ol:last-child>li:last-child {
    margin-bottom: 0
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td,
.table>thead>tr>th,
table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px 8px;
    border-top: 1px solid var(--neutralgrey);
    vertical-align: middle;
    line-height: 1.6
}

.service-table tr:first-child,
.service-tr,
.service-table.table-striped tr:first-child {
    background: var(--main);
    color: var(--white)
}

.service-table tr:first-child a,
.service-tr a {
    /* color: var(--white) */
    color: #fff2b1;
}

.service-table tr:first-child a:hover,
.service-tr a:hover {
    color: #fff;
}

.service-table tr:first-child td,
.service-table tr:first-child th,
.table-bordered .service-tr td,
.service-tr td {
    border: none;
    font-weight: bold;
}

.service-table.table-striped>tbody>tr:nth-child(1)>td,
.service-table.table-striped>tbody>tr:nth-child(1)>th {
    background-color: transparent
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.service-table {
    margin-left: auto;
    margin-right: auto;
}

.table>tbody+tbody {
    border-top: 2px solid var(--neutralgrey)
}

.table .table {
    background-color: var(--white)
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid var(--neutralgrey)
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid var(--neutralgrey)
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: var(--grey)
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: var(--grey)
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.inquiry-check {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: var(--main);
    color: var(--white);
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9
}

.inquiry-successfully {
    font-size: 24px;
    font-weight: bold;
    color: var(--main);
    display: block
}

.inquiry-check img {
    top: 10px;
    left: 5px;
    position: absolute;
    z-index: 10
}

.e404 img {
    display: block;
    max-width: 100%;
    height: auto
}

.e404 {
    width: 510px;
    margin: 0 auto 20px auto;
    border: 0
}

.e404 .etit {
    font-size: 25px;
    line-height: 35px;
    color: var(--darkgrey)
}

.e404 .content {
    color: var(--darkgrey)
}

.e404 a {
    color: var(--darkgrey);
    text-decoration: none
}

.e404 .btn {
    border: 1px solid var(--neutralgrey);
    padding: 8px 10px;
    margin-right: 10px;
    background-color: var(--grey);
    font-size: 13px
}

.e404 .btn:hover {
    border: 1px solid var(--main);
    background-color: var(--main);
    color: var(--white)
}

@media (max-width:1279px) {
    .serviceshowleftpic,
    .serviceshowrightpic {
        width: 100%;
        margin-bottom: 10px
    }
    .serviceshowleftpic img,
    .serviceshowrightpic img {
        margin-bottom: 15px
    }
}

@media (max-width:1024px) {
    .e404 {
        width: 90%;
        margin: 0px auto auto auto;
        padding-left: 20px;
        padding-right: 20px
    }
    .owl-banner-in .banner-table {
        padding: 0 20px;
    }
    .cd-fixed-bg {
        left: -20px;
    }
}

@media (max-width:992px) {
    .service-tit .pro_btn {
        float: left;
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .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: var(--white)
    }
    .con-row-a {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        column-width: 100%;
        column-gap: 0
    }
}

@media (max-width:400px) {
    table.bt th:before,
    table.bt td:before {
        width: 100%;
    }
    table.bt .bt-content {
        width: 100%;
    }
}

@media (min-width:600px) {
    .rowserv {
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start
    }
    .flows-5box {
        display: flex;
        justify-content: flex-start
    }
    .flows-5box h3,
    .flows-5box .model-img {
        width: 50%;
        float: left;
    }
    .flows-5box h3 {
        display: flex;
        align-items: center;
    }
    .flows-1 {
        display: flex;
        justify-content: center;
        width: 520px;
        margin: 0 auto;
    }
    .flows-bg1::after,
    .flows-bg2::after {
        right: -46px;
        bottom: 50%;
        margin-bottom: -15px;
        margin-right: 0;
    }
}

@media (min-width:768px) {
    .con-row-a {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-width: 50%;
        column-gap: 20px
    }
    .row.serv-page {
        display: block;
    }
    .serv-top {
        align-items: center
    }
    .serv-top p {
        padding: 0;
    }
    .serv-top h1 {
        margin: 0;
        text-align: right;
    }
    .info-row .infobox {
        width: 33.3%;
        float: left;
    }
}

@media (min-width:992px) {
    .serv-page>.col-lg-3 {
        float: left;
    }
    .serv-page>.col-lg-9 {
        float: right;
    }
    .align-center {
        align-items: center
    }
    .align-center img {
        margin-bottom: 0 !important;
    }
    .cd-fixed-bg {
        background-attachment: fixed
    }
}

@media (min-width:1200px) {
    .p-big {
        font-size: 1.1rem;
        line-height: 1.85;
        padding-top: 10px
    }
    .owl-carousel-job h3 {
        font-size: 1.75rem
    }
    .page-servicesbox h3 {
        font-size: 1.5rem
    }
    .page-services,
    .page-about {
        margin-left: -30px;
        margin-right: -30px
    }
    .page-services>div,
    .page-about>div {
        padding: 0 30px
    }
}

@media (min-width:1500px) {
    .cd-fixed-bg {
        left: calc((1400px - 100vw)/ 2);
    }
    .cd-fixed p {
        font-size: 1.2rem;
    }
}

@media (min-width:1440px) {
    .con-row-a {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-width: 50%;
        column-gap: 20px
    }
    .con-row-a.page-service-a {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        column-width: 33%;
        column-gap: 20px
    }
    .contact-inquiry {
        padding: 50px
    }
}

.wavy .model-box {
    background: #017781;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    justify-content: flex-end;
    border: none;
    border-radius: 0;
}

.wavy .model-box h3 {
    padding: 0;
    order: 1;
    background-image: url(../images/wavy.png);
    height: 80px;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-left: 35px;
    margin-bottom: -1px;
}

.wavy .model-box p,
.wavy .model-box {
    color: #fff;
}

.wavy>div {
    padding-top: 15px!Important;
}


/* 4 */

.wavy-4 .model-box {
    background: #017781;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    justify-content: flex-end;
    border: none;
    border-radius: 0;
}

.wavy-4 .model-box h3 {
    padding: 0;
    order: 1;
    background-image: url(../images/wavy-4.png);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    height: 50px;
    background-size: 100% 100%;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-left: 35px;
    margin-bottom: -1px;
}

.wavy-4 .model-box p,
.wavy-4 .model-box {
    color: #fff;
}

.wavy-4>div {
    padding-top: 15px!Important;
}

.rs-box {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.rs-box a {
    width: calc(50% - 15px);
    margin: 0;
    padding: 5px 10px;
    border: #c9dde5 solid 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
}

.rs-box a:hover {
    background: #13a2b7;
    color: #fff;
    border-color: #13a2b7;
}

.arrow-td {
    position: relative;
    padding: 25px 8px 25px 8px;
    text-align: center;
}

.arrow-td::after {
    content: "";
    display: inline-block;
    background-size: contain;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 13px);
    width: 26px;
    background-repeat: no-repeat;
    height: 32px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjYgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI2IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMEU0OTRFO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LjUsMjAgMTguNSwwIDcuNSwwIDcuNSwyMCAwLjMsMjAgMTMsMzIgMjUuNywyMCAiLz4NCjwvc3ZnPg0K)
}

.step-list-box {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

.step-li {
    background: #13a2b7;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    border: #0b6e7e solid 1px;
    text-align: center;
    position: relative;
    line-height: 1.3;
    display: flex;
    align-items: center;
}

.step-li.ar1::after {
    width: 28px;
    height: 28px;
    content: " ";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzAgMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDIwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMTNBMkI3O30NCgkuc3Qxe2ZpbGw6IzBCNkU3RTt9DQo8L3N0eWxlPg0KPGc+DQoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMS4yLDE0LjcgMS4xLDE0LjcgMS4xLDQuNyAyMS4yLDQuNyAyMS4yLDEgMjguOCw5LjggMjEuMiwxOC43IAkiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjEuMywxLjNsNy40LDguNWwtNy40LDguNXYtMy41di0wLjNoLTAuM0gxLjNWNC44aDE5LjhoMC4zVjQuNVYxLjMgTTIxLjEsMC43djMuOUgxdjEwLjNoMjAuMVYxOUwyOSw5LjgNCgkJTDIxLjEsMC43TDIxLjEsMC43eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: contain;
    position: absolute;
    top: calc(50% - 14px);
    right: -30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.step-li.ar2::after {
    width: 28px;
    height: 28px;
    content: " ";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjMgMjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzIDI4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojMTNBMkI3O30NCgkuc3Qxe2ZpbGw6IzBCNkU3RTt9DQo8L3N0eWxlPg0KPGc+DQoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMi4yLDE4LjcgMS4xLDE4LjcgMS4xLDguNyAxMi4yLDguNyAxMi4yLDMgMjEuOCwxMy44IDEyLjIsMjQuNyAJIi8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTEyLjMsMy4zbDkuMywxMC41bC05LjMsMTAuNXYtNS41di0wLjNoLTAuM0gxLjNWOC44aDEwLjhoMC4zVjguNVYzLjMgTTEyLjEsMi43djUuOUgxdjEwLjNoMTEuMVYyNUwyMiwxMy44DQoJCUwxMi4xLDIuN0wxMi4xLDIuN3oiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-size: contain;
    position: absolute;
    top: calc(50% - 14px);
    right: -30px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 768px) {
    .step-list-box {
        flex-direction: column;
    }
    .step-li::after {
        bottom: -30px;
        left: calc(50% - 14px);
        top: unset!important;
        right: unset!important;
        transform: rotate(90deg);
    }
}

.show-img-box {
    width: 100%;
    height: 280px;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

@media (max-width: 768px) {
    .show-img-box {
        height: auto;
    }
}

.show-img-box div>* {
    color: #fff;
}

.show-img-box div a {
    border: #fff solid 1px;
    padding: 8px 20px;
    margin-top: 25px;
}

.show-img-box p {
    padding: 0;
    line-height: 1.3;
    margin-bottom: 25px;
}

.show-img-box p.title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.3
}

.show-img-box div {
    text-align: center;
    position: relative;
    z-index: 5;
    transition: all ease 1s;
}

.show-img-box::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all ease 1s;
}

.show-img-box:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.show-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    background: var(--main);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all ease 1.5s;
}

.show-img-box:hover>div {
    transform: scale(1.1);
}

.show-img-box:hover img {
    transform: scale(1.3);
}

table.new-table tr:nth-child(2n) {
    background-color: #f8f8f8;
}

table.new-table tr td {
    border-color: #dee2e6;
}

table.new-table tr:hover {
    background-color: #e1e1df;
}

.tooltip-box {
    position: relative;
}

.tooltip-box:hover .tooltip {
    display: block;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left;
    opacity: 1;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%);
}

.tooltip a {
    color: #00ffff;
    text-decoration: underline;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.border {
    border: #eee solid 1px!important;
}

.border-blue {
    --bs-border-style: dashed;
    --bs-border-width: 2px;
    --bs-border-color: var(--main);
}

.rounded-2 {
    border-radius: 15px;
}

.sp-title-1 {
    position: relative;
    display: flex;
    padding: 0 0 0 8px;
    gap: 10px;
    align-items: center;
    color: var(--main);
}

.sp-title-1::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: yellow;
    border-radius: 4px;
}

.sp-title-1::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: var(--main);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% + 8px));
    z-index: -1;
}

.text-white {
    color: #fff;
}

.bg-blue {
    background-color: var(--main);
}

.h-100 {
    height: 100%!important;
}

.p-4 {
    padding: 1.5rem!important;
}

.an-1 {
    transition: all .3s ease;
    transform: translateY(0px);
}

.an-1:hover {
    transform: translateY(-8px);
}

.sp-list-2 {
    margin: 30px 0!important;
}

.sp-list-2 h3 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0!important
}


/* new hacks */

.object-fit-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important;
}

.d-flex {
    display: flex!important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

.h-100 {
    height: 100%!important;
}

.justify-content-center {
    justify-content: center!important;
}

.align-items-center {
    align-items: center!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.p-3 {
    padding: 1rem!important;
}

.row-gap-4 {
    row-gap: 1.5rem!important;
}

.rounded-4 {
    border-radius: 8px!important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.object-fit-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important;
}

.opacity-75 {
    opacity: .75!important;
}

.overflow-hidden {
    overflow: hidden!important;
}

.d-flex {
    display: flex!important;
}

.position-relative {
    position: relative!important;
}

.position-absolute {
    position: absolute!important;
}

.top-0 {
    top: 0!important;
}

.w-100 {
    width: 100%!important;
}

.h-100 {
    height: 100%!important;
}

.justify-content-center {
    justify-content: center!important;
}

.align-items-center {
    align-items: center!important;
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}

.text-white {
    --bs-text-opacity: 1;
    color: #fff!important;
}

.z-1 {
    z-index: 1!important;
}

.z-2 {
    z-index: 2!important;
}

.an-img>img {
    transition: all ease .3s;
    transform: scale(1)
}

.an-img:hover>img {
    transform: scale(1.1)
}

.li-img-box {
    width: 100%;
    height: 250px;
    background: #002d31;
}

.li-content-list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.li-content-list a {
    width: calc(50% - 2.5px);
    padding: 3px 25px 3px 15px;
    border: #eee solid 1px;
    border-radius: 50px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M6 3 L8 5 L6 7" stroke="gray" stroke-width=".25" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.li-content-list-3 a {
    width: calc(33.33333333333333% - 5px);
}

.li-content-list a:hover {
    border: #017781 solid 1px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

@media screen and (max-width: 768px) {
    .li-content-list a {
        width: 100%
    }
}

.logo-list {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.font-24 {
    font-size: 20px!important;
}

.my-max {
    margin-top: 80px!important;
}

@media screen and (max-width: 768px) {
    .my-max {
        margin-top: 40px!important;
    }
}

.services-b-list .pic {
    width: 100%;
    height: 240px;
}

.services-b-list .pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.services-b-list>div {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
}

.services-b-list>div h2 {
    height: 88px;
    border: none;
}

@media screen and (max-width: 768px) {
    .services-b-list>div h2 {
        height: auto;
    }
}

.pro-b-list {
    row-gap: 25px;
}

.pro-b-list .pic {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    border: #f9f9f9 solid 1px;
    padding: 35px;
    margin-bottom: 25px;
    border-radius: 8px;
    position: relative;
    transition: all ease 0.3s;
}

.pro-b-list .pic:hover {
    background: #fff;
    box-shadow: 0 6px 24px 0 rgb(0 0 0 / 15%);
}

.pro-b-list .pic img {
    object-fit: cover;
    width: 100%;
    height: 240px;
    border-radius: 6px;
    opacity: 0.8;
    transition: all ease 0.3s;
}

.pro-b-list .pic:hover img {
    opacity: 1;
}

.pro-b-list .pic a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.pro-b-list .pic h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0
}