/*iconfont*/
html,body{
    /*fix aos aminate*/
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
a{
    text-decoration: none !important;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.common-bg-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
}
.commom-banner-title{
    font-size: 1.5rem;
    padding: 1rem;
}

#sitemap-wrap a{
    text-underline: none;
}

#global-cover-recomment{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}
#global-cover-recomment .image-wrap{
    height:100%;
    max-height: 800px;
    overflow: hidden;

}
#global-cover-recomment .image-font{
    padding: 1rem;
    position: absolute;
    left: 5%;
    top: 15%;
    color: white;
    text-shadow:5px 2px 6px #686b6f;
    background-color: rgba(0, 0, 0, 0.18);
}

@media only screen and (max-width: 767px) {
    #global-cover-recomment .image-font{
        position: static;
        text-shadow: unset;
        background-color:white;
        color: #212529;
    }

}

#global-cover-recomment .xicon{
    position: absolute;
    width: 25px;
    height:25px;
    transform : rotate(45deg);
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: white;
}
#global-cover-recomment .content-wrap{
    position: relative;
    margin: auto;
    margin-top: 5rem;
    width: 90%;
    max-height:90%;
    overflow: hidden;
    background-color: white;
}

.common-h1-title{
    font-size: 2.5rem;
}
.common-sub-title{
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
    .commom-banner-title{
        font-size: 1.5rem;
        padding: 1rem;
    }
    .common-h1-title{
        font-size: 1.5rem;
    }
    .common-sub-title{
        font-size: 1.1rem;
    }
    .commom-banner-title .title-logo{
        display: none;
    }
}

/*index*/
#topbar{
    height:3rem;
    line-height:3rem;
    background-color: black;
    /*border-bottom: 1px solid #9f9f9f;*/
}
#topbar .search{
    position: relative;
    margin-right: 4rem;
}
#topbar .search input{
    line-height: normal;
    width: 20rem;
    height: 2rem;
    background-color: #444444;
    border: solid 1px #999999;
    color:#dcdcdc;
}
#topbar .search i{
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(https://e91940.claudeassets.com/20260311095957im_/https://www.ossden.net/qnt/img/search.png) no-repeat;
    overflow: hidden;
    right: 8px;
    bottom: 16px;
    cursor: pointer;
}
#site-search-result{
    margin-top: 3rem;
    margin-bottom: 5rem;
}
#site-search-result .search-record{
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
#site-search-result img{
    width: 200px;
}

.contact-info{
    margin-right: 3rem;

}
.contact-info .fa-phone{
    color: #7fa6d0;
    font-size: 18px;
}

.contact-info span{
    color: #b1aeae;
}
.social-links{
    /*margin-right: 4rem;*/
}
.social-links .social-icon{
    width: 22px;
    height: 22px;
}

.social-links a{
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
}
/*gl*/
section .section-title{
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.language-panel dt{
    color: #666666;
}
.language-panel dt,.language-panel dd{
    cursor: pointer;
    margin-bottom: auto;
    height:30px;
}
.language-panel .language-select{
    margin-top: 0.5rem;
    display: none;
    position: absolute;
    background-color: white;
    padding: 5px 15px 15px 15px;
    z-index: 999;
}
.language-panel a{
    color: #666666;
}

.language-panel .lan-icon{
    width: 16px;
    height: 16px;
}

#indexBanner{
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

#indexBanner .img-hover-font{
    position: absolute;
    top: 10%;
    left: 16%;
    color: white;
    text-shadow:5px 2px 6px #686b6f;
}

#indexBanner .img-hover-font .subtitle{
    font-size: 1.5rem;
}
#indexBanner .img-hover-font .linkbtn{
    color: white;
    border: none;
    margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
    #indexBanner .img-hover-font{
        top:15%;
    }
    #indexBanner .img-hover-font h2{
        font-size: 1.5rem;
    }
    #indexBanner .img-hover-font p{
        font-size: 1rem;
    }
    #indexBanner .img-hover-font .linkbtn{
        margin-top: 0.5rem;
    }
}

#index-contact{
    background: url(https://0f4b78.claudeassets.com/20260311095957im_/https://www.ossden.net/qnt/img/contact_bg.jpg);
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-repeat: no-repeat;
    background-size: cover;
}

#index-contact .left{
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding:2rem;
}
#index-contact .right{
    padding:2rem;
    background-color: rgba(255,255,255,0.85);
}
#index-contact p{
    margin-bottom: 1.8rem;
}
#index-contact .cus-icon{
    width: 28px;
    height: 28px;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    vertical-align: middle;
    margin-right: 10px;
}
#index-contact-form label{
    font-size: 0.9rem;
}

#footer{
    background-color: #4d4d4d;
    color: #9f9f9f;
    padding:2.5rem;
}
#footer h6{
    color: #d4d4d4;
}
#footer a{
    color: #9f9f9f;
    text-decoration: none;
}
#footer p{
    margin-bottom: 0.25rem;
}

#footer .social-footer i{
    width: 28px;
    height: 28px;
    background-size: cover;
}

#index-links .card-body p{
    margin-bottom: 0.5rem;
}
#index-links .card{
    border: none;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    cursor: pointer;
}
#index-links .card-text{
    font-size: 0.8rem;
}
#index-links .card-title{
    font-weight: 600;
}

#index-links .card-body{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: white;
    padding: 1rem;
    transition: all 0.3s ease;
}

#index-links .card-body:hover{
    height:50%;
}

#index-application{
    /*position: relative;*/
}

#index-application .guide{
    /*position: absolute;*/
    bottom: 0px;
    /*margin-right: 15px;*/
}

@media screen and (max-width: 767px) {
    #index-application .guide{
        position: static;
        margin-right: 0px;
    }
    #index-application .image-banner{
        display: none;
    }
}

.application-set-border-bl0{
    border-left:  6px solid #eb306e !important;
}
.application-set-border-bl1{
    border-left:  6px solid #32b298 !important;
}
.application-set-border-bl2{
    border-left:  6px solid #acc541 !important;
}
.application-set-border-bl3{
    border-left:  6px solid #32b298 !important;
}
.application-set-border-bl4{
    border-left:  6px solid #e36a32 !important;
}
.application-set-border-bl5{
    border-left:  6px solid #0082c2 !important;
}
.application-set-border-bottom-bl0{
    border-bottom:  3px solid #eb306e !important;
    border-bottom-width: inherit;
}
.application-set-border-bottom-bl1{
    border-bottom:  3px solid #32b298 !important;
}
.application-set-border-bottom-bl2{
    border-bottom:  3px solid #acc541 !important;
}
.application-set-border-bottom-bl3{
    border-bottom:  3px solid #32b298 !important;
}
.application-set-border-bottom-bl4{
    border-bottom:  3px solid #e36a32 !important;
}
.application-set-border-bottom-bl5{
    border-bottom:  3px solid #0082c2 !important;
}

#index-application .guide .set{
    border-left:  6px solid #eb306e;
    padding: 1rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 2px auto;
    cursor: pointer;
}

#index-application .guide span>a{
    color: #ffffff;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    #index-application .guide span>a{
        color: #4e4c4c;
    }
    #index-application .guide .set{
        background-color: hsl(0, 0%, 89%);
    }
}

#index-company .section-body{
    background-color: #f3f3f3;
}
#index-company .desc{

}
#index-company .discobtn{
    padding: 0.6rem;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#index-partner img{
    /*box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);*/
}

/*app*/
#app-banner{
    position: relative;
    max-height:650px;
    overflow: hidden;
}
#app-banner .title-wrap{
    position: absolute;
    bottom: 3%;
    /*padding: 3rem;*/
    color: white;
    /*width: 100%;*/
    text-align: center;
}
#app-banner .title-wrap .commom-banner-title{
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
}
#app-banner .title-wrap .commom-banner-title img{
    margin-right: 10px;
    width: 60px;
}

#app-desc{
    margin-bottom: 2rem;
    padding:3rem 0;
    background-color: #eef9ff;
}

#app-desc icon.aicon{
    vertical-align: 0.1em;
}

.app-solution-set .relate-product{
    text-align: center;
    padding: 4rem 6rem;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
}

.app-solution-set .title{
    margin-bottom: 1.2rem;
}
.app-solution-set .banner{
    padding-left: 0;
    padding-right: 0;
}
/*图片不够长的时候，向右*/
.app-solution-set .img-pull-right{
    text-align: right;
}
.app-solution-set .title:after{
    position: absolute;
    content: '';
    width: 15%;
    height: 3px;
    background-color: #0082c2;
    left: 15px;
    margin-top: 2.2rem;
}
.app-solution-set .btn-primary{
    background-color: #0082c2;
}
.app-solution-set .btn-primary:hover{
    background-color: #0999e0;
}
.app-solution-set .solu-logo{
    max-width: 150px;
    width: 100%;
}

/*solution*/
.solution-set .set-row{
    background-color: #fafafa;
    padding: 2rem 0;
}
.solution-set .title{
    margin-bottom: 2.5rem;
    color: #0082c2;
    /*color: #59c3f0;*/
}
.solution-set .banner{
    padding-left: 0;
    padding-right: 0;
}
.solution-set .title:after{
    position: absolute;
    content: '';
    width: 15%;
    height: 3px;
    background-color: #0082c2;
    left: 15px;
    margin-top: 2.2rem;
}
.solution-set .relate-product{
    text-align: center;
    padding: 4rem 6rem;
    background-color: white;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
}
.solution-set .see-all{
    width: 100%;
    text-align: center;
}

#news-banner{
    position: relative;
    /*background: url(https://31dfe0.claudeassets.com/20260311095957im_/https://www.ossden.net/qnt/img/new_bg.jpg);*/
    background: url(https://31dfe0.claudeassets.com/20260311095957im_/https://www.ossden.net/qnt/img/new_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:11rem;
    text-align: center;
}
#news-banner h4{
    color: white;
    margin: 5rem;
}

#news-content .articlerow{
    cursor: pointer;
}
#news-content .news-cate a{
    color: #939393;
}

#news-content .news-cate a.active{
    color: black;
    font-weight: 600;
    border-bottom: 2px solid black;
}

#news-content .news-time{
    background-color: #eee;
}
#news-content .news-time .content{
    /*margin-top: 40%;*/
}

#news-content .news-time .day{
    font-size: 1.5rem;
}
#news-content .news-time .ds{
    margin-bottom: 1px;
    color: #939393;
}

#news-detail .bread{
    margin: 5px 0;
    font-size: 0.8rem;
    color: #888787;
    cursor: pointer;
}
#news-detail .bread a{
    color: #888787;
}
#news-detail .author-panel{
    font-size: 0.9rem;
    color:#888787;
}
#news-detail .content{
    overflow: hidden;
}
#news-detail .content img{
    max-width: 100%;
}
#pbanner{
    background: url(https://1f3fe0.claudeassets.com/20260311095957im_/https://www.ossden.net/qnt/img/app/allproducts_bg.jpg);
    color: white;
    padding:3rem;
    background-repeat: no-repeat;
    background-size: cover;
}

#pd-banner{
    background: url(https://643a83.claudeassets.com/20260311095957im_/https://www.ossden.net/qnt/img/pd/product_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:11rem;
    text-align: center;
    padding-top: 1px;
}

#pd-banner h4{
    color: white;
    margin: 4rem;
}

#pd-filter{
    height: 4rem;
    background-color: #f8f8f8;
}
#pd-filter .container{
    position: relative;
}
#pd-filter .filter{
    font-weight: 600;
    line-height: 4;
    cursor: pointer;

}
#pd-filter .assfilter{
    line-height: 4;
}
#pd-filter .filter-icon{
    vertical-align: sub;
}

#pd-filter .filter-panel{
    position: absolute;
    background-color: white;
    z-index: 999;
    /*box-shadow: 0px 22px 34px 0px rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    /*padding: 0 2rem 2rem 2rem;*/
    width: 100%;
}

#pd-filter .filter-panel h6{
    margin:1rem 0;
    font-size: .9rem;
}

#pd-filter .filter-panel p{
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    cursor: pointer;
}
#pd-filter .filter-panel p:hover{
    background-color: #eee;
}
#pd-filter .filter-panel p>a{
    color: black;
}
/*#pd-filter .filter-panel .set{*/
    /*border-top: 2px solid #0082c2;*/
/*}*/

#pd-list .pd-set{
    padding: 2rem 5rem;
    text-align: center;
    border: solid 1px #efefef;
    min-height:300px;
    cursor: pointer;
}
#pd-list .pd-set .pd-logo{
    max-width: 250px;
    width: 100%;
    /*max-height: 158px;*/
}
#pd-list .pd-set:hover{
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
}
.pd-more{
    text-align: center;
}
#pd-load-more{
    display: inline-block;
    color: gray;
}

#pd-detail-top{
    background-color: #fafafa;
    /*padding-top: 6rem;*/
    padding-bottom: 5rem;
}
#pd-detail-top .owl-stage-outer{
    margin-left: 15px;
}
#pd-detail-top .pdload{
    display: none;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.08);
}
#pd-detail-top .pdload .loader-15{
    margin-top: 20%;
}
#pd-detail-top .pd-color{
    display: inline-block;
    vertical-align: sub;
    width: 18px;
    height:18px;
    border-radius: 50%;
    border: 1px solid gray;
    margin-left: 0.3rem;
}

#pd-detail-goback{
    background-color: #fafafa;
    font-size: .9rem;
    padding: 6px 0;

}
#pd-detail-goback a{
    color: #bfbfbf;
}
#pd-detail-goback .xicon{
    transform: rotate(180deg);
}

#pd-detail-top .thumbimg{
    max-width: 150px;
    border: 1px solid #eee;
    cursor: pointer;
}
#pd-detail-top .thumbimg:hover{
    box-shadow: 1px 1px 3px 0 rgba(142, 142, 142, 0.3);
}
#pd-detail-top .thumbimg.active{
    box-shadow: 1px 1px 3px 0 rgba(142, 142, 142, 0.3);
}

#pd-detail-feature .title{
    display: block;
    border-bottom: 1px solid #1f325b;
    font-weight: 500;
    font-size: 0.9rem;
}
#pd-detail-feature img{
    max-width: 100%;
}


#pd-detail-relateapp set{
    background-color: white;
}

#pd-detail-relateapp .banner-img{
    max-height:200px;
}

#pd-detail-attr ul.list-group{
    padding-left: 0 !important;
}
#pd-detail-attr .list-group-item{
    cursor: pointer;
}
#pd-detail-attr .attr-icon{
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#pd-detail-attr .is-open{
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#pd-detail-attr .group-content{
    display: none;
}

#pd-detail-attr .speci-table tr{
    background-color: #fafafa;
}

#pd-detail-attr .group-content a{
    color: #999999;
    text-decoration: none;
}
#pd-detail-attr .group-content a:hover{
    color: black;
}

#pd-detail-attr .speci-table td, #pd-detail-attr .speci-table th{
    border-bottom: 6px solid white;
}

#pd-detail-attr .accessor-row{
    background-color: #fafafa;
    border-bottom: 6px solid white;
}

#pd-detail-relatepd .set{
    text-align: center;
    padding: 4rem;
}

#pd-detail-relateapp{
    background-color: #fafafa;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#pd-detail-relateapp .set{
    background-color: white;
}
#pd-detail-relateapp img{
    vertical-align: top;
}

#pd-detail-relateapp .title{
    position: relative;
}
#pd-detail-relateapp .title:after{
    position: absolute;
    content: '';
    width: 40%;
    height: 3px;
    background-color: #0082c2;
    left: 0;
    margin-top: 2rem;
}
#pd-detail-relateapp .mo-btn{
    margin-left: 100px;
}


.section{
    margin: 3rem auto;
}


#aboutus-banner{
    position: relative;
    background: url(https://43d2a8.claudeassets.com/20260311095957im_/https://www.ossden.net/qnt/img/contact/us_a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:11rem;
    text-align: center;
}
#aboutus-banner h4{
    color: white;
    margin: 5rem;
}
#aboutus-we-are img{
    width: 100% !important;
    margin-bottom: 16px;
}
#aboutus-we-team img{
    width: 100% !important;
}
#aboutus-we-team .desc{
    background-color: white;
    padding: 3rem 2rem;
    margin-left: -4rem;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15);
}

#aboutus-we-team .descl{
    background-color: white;
    padding: 3rem 2rem;
    margin-right: -4rem;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.15);
}

@media only screen and (max-width: 767px) {
    #aboutus-we-team .desc{
        margin: -4rem 1rem 1rem 1rem;
    }

    #aboutus-we-team .descl{
        margin: -4rem 1rem 1rem 1rem;
    }
}

#contact-banner{
    position: relative;
    background: url(https://dbacf5.claudeassets.com/20260311095957im_/https://www.ossden.net/qnt/img/contact/contact_a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height:11rem;
    text-align: center;
}
#contact-banner h4{
    color: white;
    margin: 5rem;
}
#contact-info{
    text-align: center;
}
#contact-info img{
    max-width: 100px;
    margin-bottom: 1rem;
}
#contact-form{
    background-color: #f8f8f8;
}
#contact-form .left-img{
    width: 100%;
}
#contact-form label{
    font-size: 0.9rem;
}

.site-logo{
    width: 160px;
    vertical-align: sub;
}
.site-top-nav-wrap .site-logo-a{
    display: inline-block;
    margin-bottom: 4px;
}
.site-top-nav{
    background-color: black;
    border-width: 0px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.62);
}

.site-top-nav>li>a{
    color: #999999;
    font-size: 1.125rem;
    /*font-weight: 500;*/
}
.site-top-nav>li>a:hover{
    color: white;
}
.site-top-nav>li.active>a{
    color: white;
}

/*cus nav*/
.site-top-nav .sub-menu-active{
    display: block !important;
}
.site-top-nav .sub-menu-l2-open{
    background-color: #f5f5f5;
}
.site-top-nav .sub-menu{
    display: none;
    position: absolute;
    z-index: 999;
    background-color: white;
    margin-left: 1rem;
}
.app-solution-menu .all-btn{
    width: 100%;
    color: #17a2b8 !important;
    font-size: 1rem !important;
    padding: 0.6rem;
    margin-top: 1.5rem;
    display: inline-block;
    text-align: center;

}
.site-top-nav .sub-menu a{
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
}
.site-top-nav .sub-menu-l2{
    display: none;
    position: absolute;
    z-index: 999;
    left: 100%;
    top: 0px;
    background-color: white;
}
.site-top-nav .sub-menu .nav-item{
    border-left: 4px solid #eb306e;
    border-bottom: 1px solid #eee;
    margin: 0.15rem 0;
}
.site-top-nav .sub-menu .nav-item:hover{
    background-color: #f5f5f5;
}
/*.site-top-nav .sub-menu .nav-item.l2{*/
    /*border-left-color: #32b298;*/
/*}*/

/*.site-top-nav .sub-menu .nav-item.l3{*/
    /*border-left-color: #acc541;*/
/*}*/

/*.site-top-nav .sub-menu .nav-item.l4{*/
    /*border-left-color: #32b298;*/
/*}*/

/*.site-top-nav .sub-menu .nav-item.l5{*/
    /*border-left-color: #e36a32;*/
/*}*/

/*.site-top-nav .sub-menu .nav-item.l6{*/
    /*border-left-color: #0082c2;*/
/*}*/

.site-top-nav .nav-item-active{
    position: relative;
}

.app-solution-menu{
    width: 522px !important;
    /*height:429px;*/
}
.app-solution-menu .set{
    text-align: center;
    padding: 15px;
}
.app-solution-menu .set:hover{
    background-color: #efefef;
}
.app-solution-menu .card-img{
    width: 51px;
    min-height: 30px;
    margin-bottom: 0.2rem;
}

/*mobile nav toggle*/
.cd-morph-dropdown {
    display: none;
}
.cd-morph-dropdown::before {
    content: 'mobile';
    display: none;
}
.cd-morph-dropdown .nav-trigger {
    position: absolute;
    top: 15%;
    right: 0;
    height: 2.1em;
    width: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}
.cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
    /* these are the 3 lines of the menu icon */
    position: absolute;
    background-color: white;
    height: 3px;
    width: 26px;
}
.cd-morph-dropdown .nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.cd-morph-dropdown .nav-trigger span::before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}
.cd-morph-dropdown .nav-trigger span::after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
.cd-morph-dropdown.nav-open .nav-trigger span {
    background-color: transparent;
}
.cd-morph-dropdown.nav-open .nav-trigger span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-morph-dropdown.nav-open .nav-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*small md max 768*/
@media only screen and (max-width: 767px) {
    .cd-morph-dropdown{
        display: block;
    }
    .site-top-nav{
        flex-direction: column!important;
        display: none;

        position: absolute;
        width: 100%;
        z-index: 999;

        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.62);
    }
    .site-top-nav .sub-menu{
        margin-left: 0rem;
    }
    .site-top-nav .sub-menu, .site-top-nav .sub-menu-l2{
        position: static;
        width: 100%;
    }

    .app-solution-menu{
        width: auto !important;
        height:auto;
    }

    .app-desc-img{
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .site-top-nav{
        display: flex !important;
    }
}

.site-top-nav-wrap{
    position: relative;
    background-color: black;
}

.site-top-nav-frzz{
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#global-live-chat{
    width: 350px;
    position: fixed;
    bottom: 0;
    right: 10px;
    background-color: white;

}
#global-live-chat .cicon{
    width: 1.2rem;
    height:1.2rem;
}
#global-live-chat .titel{
    padding: 8px 1rem;
    color: white;
    font-weight: 600;
    background-color: black;
}
#global-live-chat .body{
    display: none;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.8rem;
}

#global-online-service{
    position: fixed;
    top: 30%;
    right: 5px;
    width: 250px;
}
@media only screen and (max-width: 767px) {
    #global-live-chat{
        display: none;
    }
    #global-online-service{
        display: none;
    }
}

#global-online-service .popover{
    right: 60px;
    display: none;
    position: absolute;
}

#global-online-service .onlinesv{
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 6px;
    background-color: black;
    right: 0;
    top: 30px;
    cursor: pointer;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
}
/*seagments*/
#seagments .title{
    font-size: 1rem;
    font-weight: 500;
}
/*#seagments .title:after{*/
    /*position: absolute;*/
    /*content: '';*/
    /*width: 30%;*/
    /*height: 2px;*/
    /*background-color: #0082c2;*/
    /*left: 9.4%;*/
    /*margin-top: 2.2rem;*/
/*}*/
/*#seagments .title:before{*/
    /*position: absolute;*/
    /*content: '';*/
    /*width: 5%;*/
    /*height: 6px;*/
    /*background-color: #0082c2;*/
    /*left: 15px;*/
    /*margin-top: 2.05rem;*/
/*}*/

#seagments  ul{
    margin-top: 1rem;
}
#seagments  ul li{
    font-size: 0.9rem;
    cursor: pointer;
}

/*loading*/
[class*="loader-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-15 {
    background: currentcolor;
    position: relative;
    -webkit-animation: loader-15 1s ease-in-out infinite;
    animation: loader-15 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: .25em;
    height: .5em;
}
.loader-15:after,
.loader-15:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}
.loader-15:before {
    right: .5em;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader-15:after {
    left: .5em;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes loader-15 {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }
    50% {
        box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
    }
}
@keyframes loader-15 {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }
    50% {
        box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
    }
}
/*
     FILE ARCHIVED ON 08:39:08 Sep 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:49:41 Jun 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.625
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.057
  esindex: 0.01
  cdx.remote: 6.071
  LoadShardBlock: 52.103 (3)
  PetaboxLoader3.datanode: 48.717 (4)
  PetaboxLoader3.resolve: 52.196 (2)
  load_resource: 50.802
*/