.testmax {
    width: 75%;
    height: 1px;
    background-color: #F00;
    margin: 1px 12.5%;
}
.testmin {
    width: 91.6%;
    height: 2px;
    background-color:#6FC;
    margin: 3px 4.2%;
}

.container{
    padding: 0;
}
/*--------------- style -------------------*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
    width: 100%;
    height: 100%;
    /*font-family:sans-serif, "Comic Sans MS", cursive ,Georgia, serif;*/
    background-color: #FAFAFA;
}

body, ul, li, div, span, a, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
ul li {
    list-style-type: none;
}
.navbar-fixed{
    background: #FFFFFF;
}
nav .nav > li > a {
    position: relative;
    /* display: block; */
    padding: 10px 15px;
    width: 105px;
}
.lecorbody {
    width: 100%;
    margin: 0;
    padding: 0;
}
.pd-global{
    padding-left: 3.5%;
    padding-right: 3.5%;
   /* padding-left: 4.2%;
    padding-right: 4.2%;*/
}
/*.pd-global:after{
    content:".";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}*/
.mg-global{
  margin-left: 4.2%;
    margin-right: 4.2%;
}
.row {
    /*padding: 0;*/
    margin: 0 auto;
}
.colpm_0 {
    padding: 0;
    margin: 0;
}
.top_bar {
    height: 3rem;
    float: right;
    padding: 0.5% 0 0 0;
}
.float_l {
    float: left;
}
.float_r {
    float: right;
}
.mg_top_1{
    margin-top:1%;
}
.mg_bottom_1{
    margin-bottom:1%;
}
.retract_r{
    padding-right:4.2%;
}
.retract_l{
    padding-left: 4.2%;
}
.center-vertical{
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
.center-horizontal{
    position: relative;
    left:50%;
    transform:translateX(-50%);
}
.top-px-10{
    margin-top:10px;
}
.article h1{
    font-size: 36px;
}
.enav{
    width: 100%;
    height: 18rem;
}
.y_enav_color{
    /*
    background-color: rgb(255, 197, 32);
    */
}
.b_enav_color{
    /*
    background-color: rgb(119, 144, 252);
    */
}
.b_extensionNav {
    height:3rem;
    color: #004ea2;
    background-color: rgba(15, 15, 15, 0.5);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.y_extensionNav {
    /*height:3rem;*/
    color: #ff9622;
    background-color: rgba(70, 76, 91, 1);
}
.b_extensionNav>ul>li , .y_extensionNav>ul>li{
    border-radius: 2px;
    display: inline;
    text-transform: capitalize;
    padding: 0 1rem 0 1rem;
    line-height: 3rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.b_extensionNav>ul>li> a , .y_extensionNav>ul>li> a{
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.enav_img{
    background-image: url(../images/banner/dbanner.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}
.art_mg_top{
    margin-top: 8rem;
}
.backtop{
    color: #FFFFFF;
    background: rgb(204, 204, 204);
    padding: 1em;
    border-radius: 2px;
    bottom: 15%;
    right: 5px;
    position: fixed;
    z-index: 100;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    outline: 0;
    display: none;
}

.backtop:hover{
    background-color: #f44444;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
}
/********************************    HOME    ************************************/
/******************** header ********************/
.flags{
    background-color: #FFFFFF;
}
.navbar {
    /*padding: 0 10%;*/
    margin-bottom: 0;
    background-color: #FFF;
    border-radius: 0;
    padding-top: 2px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.navfixed {
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index: 100;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .16);
    -webkit-animation: menu_sticky  0.70s ease-in-out;
    animation: menu_sticky  0.70s ease-in-out;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.navbar-header{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.navbar-pmsize , .art1-pmsize{
    padding: 0 8%;
}


/*
.navcss {
    padding: 1px 0 1px 0;
    !*border-bottom: 0;*!
}
*/


/*.navbar-logo{*/
    /*width: 12.5rem;*/
    /*-webkit-transform: translateY(-10%);*/
    /*-moz-transform: translateY(-10%);*/
    /*-ms-transform: translateY(-10%);*/
    /*-o-transform: translateY(-10%);*/
    /*transform: translateY(-10%);*/
    /*filter:alpha(opacity=100);*/
    /*-moz-opacity:1;*/
    /*-khtml-opacity: 1;*/
    /*opacity: 1;*/
    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*-ms-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
/*}*/
.flag-menu .flag-icon {
    width: 24px;
    height: 18px;
}
.nav-link {
    line-height: 5rem;
    display: block;
}
.navbar_logo{
    width:18%;
    padding: 0.5% 0;
}
.navbar-logo-big{
    /*align-items: center;*/
    margin-top: 0;
    /*position:absolute;*/
    width:18rem;
    /*z-index: 30;*/
    /*transform: translateY(-35%);*/
    /*zoom: 1;*/
    /*filter:alpha(opacity=100);*/
    /*-moz-opacity:1;*/
    /*-khtml-opacity: 1;*/
    /*opacity: 1;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.stick {
    position: fixed;
    top: 0;
}
.btn-secondary, .btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0.25rem;
}
.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 0.85rem;
    border-radius: 0.2rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*************** banner *******************/
.banner_backdrop{
    width: 100%;
    background-color: #707070;
    /*background: url("../images/banner/homeheader.jpg")no-repeat center;*/
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
  /*  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;*/

}
.home_banner_img{
    width: 100%;
    /*-webkit-filter: opacity(40%);*/
    /*-ms-filter: alpha(opacity=40);*/
    filter: alpha(opacity=40);/* For IE8 and earlier */
    opacity: 0.4;


}
.home_banner_title{
    width: 100%;
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
    display: block;
    margin:0;
    padding: 18% 0;
}
.home_banner_title .title{
    font-size: 2.6em;
    font-family: Georgia,"PT Serif", Serif;
    font-weight: 200;
    color: #FFFFFF;
    text-shadow: 0 1px 1px #d9d9d9;
    padding-bottom: 1rem;
    border-bottom: 2px solid #FFFFFF;
    display: inline;
}
.home_banner_title h1{
    font-size: 4em;
    font-weight: 200;
    text-shadow: 0 1px 1px #d9d9d9;
    padding-top: 2rem;
}

.banner-top{
    z-index: 1;
    height: 10rem;
}
.banner_style {
    margin-top: 0;
    width: 100%;
}
.banner_slogan{
    font-family: Georgia, serif;
    /*font-size: 30px;*/
}

.flexslider {
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
   /* height: 482px;*/
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
}

.flex-direction-nav a {
    color: #b70e2e;
    font-size: 26px;
    line-height: 400px;
   /* overflow: hidden;*/
    margin: -35px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
   /* cursor: pointer;*/
    opacity: 0;
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    opacity: 0;
    background-position: 0 -40px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    opacity: 0;
    background-position: 0 -40px;
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*
.flex-control-paging li a {
    background: url(../images/banner/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}
*/

.flexslider .slides a img {
    width: 100%;
   /* height: 482px;*/
    display: block;
    z-index: 5;
}



/*************** article *******************/
.article{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    margin-bottom: 8rem;
    width: 100%;
}
.article h1{
    font-family:sans-serif, 'Comic Sans MS', cursive ;
    font-weight: bold;
}
.article1_btn {
    /*font-size: 0.5em;*/
    /*height: 2.5rem;*/
    /*line-height: 2rem;*/
    font-weight: bold;
    float: right;
    margin: 0.5rem 0 0 0;
    padding: 0.3rem 2rem;
    background-color: #255ecc;
    color: #FFF;
    border: 1px solid #FFF;
    text-decoration: none;
    cursor: pointer;
    border-radius: 16.6rem;
    display: inline-block;
    word-break: break-all;

}

/*.article_1 {
    width: 100%;
    color: #FFF;
    !*background: #255ecc;*!
    background-image: linear-gradient( 3deg , #255ecc, #6a11cb);
    font-family: inherit;
    margin-bottom: 5rem;
}*/
/*.art1_slogan{
    padding: 1.5em;
    !*border-left:1em #ff9100 dotted;*!

}*/
/*.press { color: transparent; background-color : #ffffff; text-shadow : rgba(244, 158, 10, 0.5) 0 5px 6px, rgba(244, 158, 10, 0.2) 1px 3px 3px; -webkit-background-clip : text; }*/
/*
.slogan_text{ color: #FFFFFF; letter-spacing: 0; text-shadow: 0px 1px 0px #2d73ff, 0px 2px 0px #2a6ae5, 0px 3px 0px #255ecc, 0px 4px 0px #1F4FAC}
*/

.h1_text-left{
    margin-left: 10px;
}
.trigondiv{
    padding-top: 0.2%;
    width: 100%;
    float: right;
   /* height: 20%;
    background: #3064ee;  !* fallback for old browsers *!*/
/*    background: -webkit-linear-gradient(to bottom, #3e60c2, #ffffff);  !* Chrome 10-25, Safari 5.1-6 *!
    background: linear-gradient(to bottom, #3e60c2, #ffffff); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/

    /*    -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        transform: translateY(-40%);*/
}
.trigon{
    width: 9rem;
}

.trigon_b{
    margin: 3% 0 0 0 ;
}
.scolor_y {
     color: #ffc931;
 }
.scolor_b {
    color: #004ea2;
}
.article_2{
    /*width: 100%;*/
    padding-bottom: 3em;
    padding-top: 3em;
}
.art2-value{
    /*font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;*/
    color: #8f906f;
    margin: 0px 10px 10px 10px;
}
.art2-title{
    font-family: Georgia, serif;
    color: #545353;
    /*font-size: 2.7rem;*/
    margin: 0px 10px 10px 10px;
}
.product_btn0{
    background-color: rgba(255, 213, 68, 0.8);
}
.product_btn1{
    background-color: rgba(255, 167, 66, 0.8);
}
.product_btn2{
    background-color: rgba(236, 90, 46, 0.8);
}
.product_btn3{
    background-color: rgba(67, 59, 96, 0.8);
}
.product_btn4{
    background-color: rgba(38, 77, 127, 0.8);
}
.product_btn5{
    background-color: rgba(47, 106, 160, 0.8);
}
.product_btn6{
    background-color: rgba(74, 183, 180 ,0.8);
}
.product_btn7{
    background-color: rgba(255, 195, 35, 0.8);
}

.article_3{
    /*width: 75%;*/
    background: #FFFFFF;
    padding: 3rem;
  /*  box-shadow:0 0 5px rgba(245, 245, 245, 0.5);*/
    box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 16px 32px -4px rgba(0,0,0,.17);
    border-radius: 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.slideleft{
    width: 30%;
}
.slideright{
    width: 70%;
}
.product_btns{
    /*padding: 8.5rem 15rem ;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 100px;
}
.product_btns > li{
    width: 80%;
    margin: 0.1rem 10%;
    border: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*border-radius: 3px;*/
}

.product_btns a{
    color: #f1f2f0;
    width: 100%;
    font-weight: bold;
    padding: 0.7em 0;
    text-align: center;
    display: inline-block;
    display: -moz-inline-block;
}

.homeproList{
    width: 35rem;
    /*height: 280px;*/
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*cursor: pointer*/
}
.homeslide_text{
    width: 100%;
    height: 70px;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;

}
.homeslide_img {
      width: 3000px;
      position: absolute;
  }
.homeslide_text li{
    width: 100%;
    padding: 0 2rem;
    position: absolute;
    display: none;
    color: #8a8a8a;
}
.homeslide_img li{
    float: left;
    display: inline-block;
}
.slideimg{
    width: 35rem;
    top: 0;
    left: 0;
}


.homepro_seemore{
    /*-webkit-transform: translateX(250%);*/
    /*-moz-transform: translateX(250%);*/
    /*-ms-transform: translateX(250%);*/
    /*-o-transform: translateX(250%);*/
    /*transform: translateX(250%);*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.article_6{
    height: 8rem;
    background-color: #ffc323;
    color: #FFFFFF;
    font-family: inherit;
    /*font-size: 30px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
/*.art6_text{*/
    /*-webkit-transform: translateX(25%) translateY(-200%);*/
    /*-moz-transform: translateX(25%) translateY(-200%);*/
    /*-ms-transform: translateX(25%) translateY(-200%);*/
    /*-o-transform: translateX(25%) translateY(-200%);*/
    /*transform: translateX(25%) translateY(-200%);*/
/*}*/

/*  product...  */
.direct_link{
    font-family: Georgia, serif;
    margin-top: 4rem;
    padding-top: 5rem;
    width: 100%;
    margin-bottom: 3rem;
    /*font-size: 2.1em;*/
}
body .main-page-wrapper .our-service{
    overflow-x: hidden;
}
.seo-theme .company-goal {
    /*background: #f9f9f9;*/
    padding: 75px 0 0 0;
}
.seo-theme .company-goal .single-goal {
    position: relative;
    background: #FFFFFF;
    border: 2px dashed #ececec;
    padding: 85px 30px 45px 30px;
    border-radius: 5px;
    margin-bottom: 85px;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    /* -webkit-transform: translateZ(0);
     transform: translateZ(0);*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.seo-theme{
   /* background-color:#f9f9f9 ;*/
}
.seo-theme .company-goal {
    /*background: #f7f7f7;*/
    padding: 75px 0 0 0;
}

.seo-theme .company-goal .single-goal h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.seo-theme .company-goal .single-goal .img-icon {
    border:5px solid #fff;
    position: absolute;
    top:-55px;
    left:50%;
    margin-left: -55px;
    z-index: 1;
}

/*-------------------  kp  -------------------*/
.extension{
    padding: 10rem 0;
}
.seo-theme .our-service .single-service {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #ffc323;
    border-radius: 5px;
    padding: 40px 30px 35px 105px;
    position: relative;
    margin-bottom: 30px;
}
.tran4s{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.seo-theme .our-service .single-service img {
    position: absolute;
    top: 43px;
    left: 35px;
}
/*img {*/
    /*max-width: 100%;*/
    /*display: block;*/
/*}*/
.tran5s, .seo-theme .our-service .single-service img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.seo-theme .our-service .single-service h2 {
    font-size: 45px;
    font-weight: 900;
    color: rgba(247, 247, 247, 1);
    position: absolute;
    left: 35px;
    bottom: 40px;
}
.seo-theme .our-service .single-service h5 {
    font-size: 22px;
    color: #393939;
}
.seo-theme .our-service .single-service h5 a {
    font-size: 22px;
    color: #222222;
    font-weight: 500;
    display: block;
    margin-bottom: 13px;
}

/*-----------------  footer  ------------------*/
.footer{
    background-color: #111111;
    font-size: 16px;
}
.footer-bg{
    width: 100%;
    height: 100%;
    padding: 5% 2.5%;
    background: url("../images/footer/unsplash.png") no-repeat;
    background-size: 100%;

}
/*.footer_titles{
    font-weight: bold;
}*/
.footer_link{
    padding-bottom: 2%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.footer_titles , .footer_link a{
    color: rgba(255, 255, 255, 0.7);
    padding: 0.8em 0;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_titles hr{
    margin: 10px auto;
    border-color: rgba(255, 255, 255, 0.3);
}
.footer_link > div > div{
    padding: 3% 0;
}
.copyright{
    color: rgba(196, 196, 196, 0.6);
    padding-top: 2em;
}

.footer_link a:hover , .footer_link a :link{
    color: #FFFFFF;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*
footer {
   !* height: 30rem;*!
    color: #FFFFFF;
}
footer .footer {
    padding-top: 8rem;
}
.footer img {
    display: initial;
}
.footer i {
    margin-right: 1rem;
}
.footer .statement , .footer .statement a{
    color: #959595;
}
.bg02{
    background: #000428;  !* fallback for old browsers *!
    background: -webkit-linear-gradient(to bottom, #000428,#004e92 );  !* Chrome 10-25, Safari 5.1-6 *!
    background: linear-gradient(to bottom, #000428,#004e92 ); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!
}
.bg02 .hr{
    width: 100%;
    height: 2px;
    margin: 2rem 0;
    background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0), #ffffff,rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff,rgba(255,255,255,0));
}
*/








/*--------------  fadeInUp  -------------*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/*
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}*/
.round-border {
    border-radius: 50%;
}
/************************************   HOME-END   ****************************************/

/***********************************    PRODUCTS    **************************************/
/*-----  heard  -----*/
.products_title{
    color: #004da1;
    font-size: 3.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 18rem;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
}
#container-fb_boder{
    margin-bottom: 60px;
}

/*------  product-article    -------*/
.AED-summary-btn>a{
    background-color: #dff7f9;
    font-size: 30px;
}
/*.AED-summary-btn>a{
    background-color: #a6e3e9;
}*/
.AEDAnalyzer-summary-btn >a{
    background-color: #cbf1f5;

}
.AEDTrainer-summary-btn >a{
    background-color: #defcfc;
}

.pro .pro_brief{
    color: #00456f;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 3%;
    padding-right: 3%;
}
.product_model{
    color: #888888;
}
.model_row{
    margin: 30px 3rem 30px 3rem;
}
.product{
    background-color: #FFFFFF;
    padding: 8%;
    border:1px solid rgba(166, 166, 166, 0.47);
    border-radius: 1rem;
    /*float: left;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .pro_seemore{
    color: #337ab7;
    float: right;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product .pro_seemore:hover{
    color: #ff9622;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro_img{
    margin-bottom: 2rem;
}
.pro_img img{
    width: 70%;
    margin:5% 15%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro_text{
    font-size: 1.7rem;
}
.pro_text>h3{
    color: #b70e2e;
    /*font-weight: bold;*/
    margin-bottom: 1rem;
}
.model_row .product:hover img {
    transform: scale(1.05);
}
.model_row .product:hover {
    box-shadow: 0 0 30px 0 rgba(96, 96, 96, 0.3);
    border-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*------------------   PRODUCTS-01    --------------------*/
.productsmain{
    background-color: #FFFFFF;
    width: 100%;
    box-shadow: 0 0 25px 0 rgba(149, 149, 149, 0.4);
    border-color: #FFFFFF;
    border-radius: 1rem;
    margin: 3rem auto;
    padding: 5%;
    position: relative;
}
.A112main .AEDA112-1 div,.A112main .AEDA112-2 div,.A112main .AEDA112-3 div,.A112main .AEDA112-4 div,.A112main .AEDA112-5 div{
    color: #00456f;
}
.A102main ,.A101main , .A104main , .A114main{
    color: #6b6b6b;
}
.impedance{
    color: #f58029;
}
.energy{
    color: #00456f;
}
.pro_A101title h1 , .pro_A102title h1 , .pro_A104title h1 , .pro_A114title h1{
    color: #b70e2e;
    font-family: Georgia , serif;
    margin: 4% 0 2% 0;
}
.A101main .section ,.A102main .section , .A112main .section , .A104main .section , .A114main .section{
    margin-top: 3em;
}
.A101img_01 , .A101img_02 ,.A101img_03 , .A102img_01 , .A102img_02 , .A102img_03 , .A102img_04 , .A104img_features , .A114img_features{
    width: 100%;
}
.A101main .features , .A102main .features , .A104main .features  , .A112main .features , .A114main .features{
    margin: 1.5em 0;
}
.A104main .pro_A104title , .A114main .pro_A114title{
    padding-bottom: 2em;
}
.A104main .introduction , .A114main .introduction{
    padding-bottom: 3em;
}
.A101main .featuresTitle , .A102main .featuresTitle , .A104main .featuresTitle  , .A114main .featuresTitle{
    width: 100%;
}
.A101main .featuresValue , .A102main .featuresValue , .A104main .featuresValue , .A114main .featuresValue{
    font-size: 1.1em;
  }
.A101main .featuresTitle img , .A102main .featuresTitle img , .A112main .featuresTitle img , .A104main .featuresTitle img , .A114main .featuresTitle img{
    width: 8%;
    margin-right: 2%;
}
.A101main .featuresTitle .h3 , .A102main .featuresTitle .h3 , .A112main .featuresTitle .h3 , .A104main .featuresTitle .h3 , .A114main .featuresTitle .h3{
    width: 90%;
    display: inline;
    color: #337ab7;
}
.A101main .specifications , .A102main .specifications , .A112main .specifications , .A104main .specifications , .A114main .specifications{
    margin-top: 10%;
}
.A101main .spe-title h2 , .A102main .spe-title h2 , .A112main .spe-title h2 , .A104main .spe-title h2 , .A114main .spe-title h2{
    color: #FFFFFF;
    padding: 3% 3%;
    background: #0052D4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(right top, #6FB1FC, #4364F7, #0052D4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(right top, #6FB1FC, #4364F7, #0052D4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 0 25px 0 rgba(149, 149, 149, 0.4);
    display: inline;
    position: absolute;
    top: -1.7em;
    left: 15%;
    z-index: 1;
}
.A101main .specifications .spe_table, .A102main .specifications .spe_table , .A104main .specifications .spe_table , .A114main .specifications .spe_table{
    margin: 0 0 5% 0;
}
.defibrillator .h3 , .environmental .h3 , .physical .h3 {
    color: #00456f;
    padding: 0 2%;
}
.defibrillator .spe_hr , .environmental .spe_hr , .physical .spe_hr{
    width: 100%;
    height: 2px;
    background-color: #00456f;
}
.defibrillator .spe_table , .environmental .spe_table , .physical .spe_table{
    background-color: #FFFFFF;
    /*color: #868686;*/
}
.spe_table_left , .spe_table_right{
    width: 45%;
    padding: 1.5% 0 1.5% 3px;
    border-bottom: 1px solid #e7e7e7;
    float: left;
}
.spe_table_left div , .spe_table_right div{
    padding: 0;
    margin: 0;
}
.spe_table_left{
    margin-right: 10%;
}
/*********************************** PRODUCTS-END  ***************************************/



/************************************  Contact Us  ***************************************/
/*----  heard  -----*/
.cubanner{
    width: 100%;
    /*height: 48rem;*/
    height: 30rem;
    background: url("../images/banner/500575873.jpg")no-repeat;
    /*-webkit-background-size: 100% 100%;*/
    background-size: 100%;
    /*padding-top: 55rem;*/
}

.cubanner .bannertitle{
    height: 90%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 0 0 0 14%;

}
.cubanner .bannertitle >span{
    color: #FFFFFF;
    /*font-size: 3.5rem;*/
    font-weight: 800;
}
.cubanner .bannertext{
    width: 100%;
    height: 10%;
    background-color: #555555;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

}
.cubanner .bannertext>span{
    color: #FFFFFF;
    font-weight: 600;
    /*font-size: 2.5rem;*/
    /*-webkit-transform: translateY(50%);*/
    /*-moz-transform: translateY(50%);*/
    /*-ms-transform: translateY(50%);*/
    /*-o-transform: translateY(50%);*/
    /*transform: translateY(50%);*/
}
/*-----  article  ------*/
.cuarticle{
   /* margin: 0 5rem 5rem 5rem;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    /*height: 25rem;*/
}
article .cubutton a{
    display: inline-block;
    width: 80%;
    color: #ffffff;
    font-weight: bold;
    margin: 0.1rem;
    padding: 4% 0;
    text-align: center;
   /* border-radius: 3px;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*.cubutton{*/
    /*margin: 0 5rem;*/
/*}*/
.cubutton .cubutton01{
    background-color: rgba(248, 179, 150, 1);
}
.cubutton .cubutton02{
    background-color: rgba(240, 114, 126, 1);
}
.cubutton .cubutton03{
    background-color: rgba(193, 108, 131, 1);
}
.cubutton .cubutton04{
    background-color: rgba(107, 92, 121 ,1);
}
.cubutton .cubutton05{
    background-color: rgba(53, 92, 125, 1);
}
.contact_value{
    color: #6b6b6b;
    /*margin: 1rem 0 0 0;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.contact_value .h2{
    margin: 0 0 3rem 0;
    color: #337ab7;
    line-height: 120%;

}
.contact_value .cuvalue img{
    width: 4rem;
    margin: 0 2rem 0 0;
    opacity: 0.5;
}
.cuvalue{
    /*height: 4rem;*/
    /*margin: 1rem 0;*/
}
.cutext{
    /*-webkit-transform: translateY(60%);*/
    /*-moz-transform: translateY(60%);*/
    /*-ms-transform: translateY(60%);*/
    /*-o-transform: translateY(60%);*/
    /*transform: translateY(60%);*/
}
.cutext .cu_address{
    margin-right: 4rem;
}
.cutext .cu_email , .cutext .cu_phone{
    padding: 0 2rem 0 0;
    margin: 0;
}
.cu_email span , .cu_phone span{
    color: #00456F;
    font-weight: bold;
    margin-right: 1rem;
}
.cusummarize{
    margin: 6rem 3rem 3rem 5rem;
}
.cusummarize p{
    text-indent: 2em;
}
.cu_hrimg img{
    width: 100%;
    opacity: 0.5;
    margin-top: 4rem;
}
/*********************************** Contact Us-END **************************************/

/***********************************   About Us    **************************************/

.au .enav_img , .au_portrait .enav_img{
    background-image: url("../images/banner/bn.png");
    background-size: 100% 100%;
}
.au .b_enav_color , .au_portrait .b_enav_color{
    background-color: rgba(250,250,250,0);
}
/*----  heard  -----*/
.aubanner{
    width: 100%;
    height: 48rem;
    display: block;
    background:url("../images/banner/headimg04.jpg") no-repeat scroll;
    background-size: 100% auto;
    /*height: 60rem;*/

}
.aubanner .bannertitle{
    width: 100%;
    height: 100%;
    padding: 0 0 0 13%;
    color: #FFFFFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
/*----------  article  ----------*/
.about_article p{
    color: #00456f;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.statement, .portrait{
    padding: 3rem 5% 3rem 5%;
}
.about_img01 img{
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
}
.statement div h4{
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Soho W02 Regular","klavika-web",Helvetica,Arial,sans-serif;
    color: #f58029;
}
.statement div h1{
    margin: 1rem 0;
}
.statement div h1 , .portrait div h1 {
    color: #b70e2e;
    font-family: Georgia, serif;
    margin-bottom: 1.4rem;
    font-weight: bold;
}
.statement .au_lead{
    margin-bottom: 5rem;
    color: #b6b6b6;
}
.statement div h4{
    font-weight: bold;
    margin: 0.5rem 0;

}
/*********************************** Abouts Us-END**************************************/
/***********************************   NEWS   **************************************/
/*-----  heard  -----*/
/*.news_title{*/
    /*color: #FFFFFF;*/
    /*font-size: 3.5rem;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: 600;*/
    /*line-height: 18rem;*/
    /*!*display: flex;*!*/
    /*!*flex-direction: row;*!*/
    /*!*justify-content: flex-end;*!*/
    /*!*align-items: center;*!*/
/*}*/
/*.newsenav_img{*/
    /*width: 100%;*/
    /*height: 12rem;*/
    /*background-image: url(../images/article/coming-soon-bg.png);*/
/*}*/
/*!*.newsenav_color{*/
    /*width:100% ;*/
    /*height: 12rem;*/
    /*background-color: rgb(119, 144, 252);*/
/*}*!*/
/*!*.newsbanner{*/
    /*width: 100%;*/
/*}*!*/
/*!*.newsbanner .newsbanner_img{*/
    /*!*background-image: url("../images/banner/headimg04.jpg");*!*/
    /*!*-webkit-background-size: 100% 100%;*!*/
    /*!*background-size: 100% 100%;*!*/
    /*width: 100%;*/
/*}*!*/
/*!*.newsbanner .bannertitle{*/
    /*!*float: right;*!*/
    /*color: #FFFFFF;*/
    /*!*font-weight: bold;*!*/
    /*font-size: 3.5rem;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: 600;*/
    /*line-height: 1.1;*/
    /*padding-right: 5%;*/
/*}*!*/
/*.newsbanner .bannertext{*/
    /*float: left;*/
    /*margin: 8rem 0 0 5rem;*/
    /*color: #FFFFFF;*/
/*}*/
/*.news_extensionNav {*/
    /*!*height:3.5rem;*!*/
    /*color: #004ea2;*/
    /*!*margin-top: 9%;*!*/
    /*margin-top: 8.5rem;*/
    /*!*background-color: rgba(15, 15, 15, 0.5);*!*/
/*}*/
/*!*.news_enav_color{*!*/
    /*!*width:100% ;*!*/
    /*!*height: 18rem;*!*/
    /*!*background-color: rgb(119, 144, 252);*!*/
/*!*}*!*/

/*.news_extensionNav ul {*/
    /*-webkit-transform: translateY(30%);*/
    /*-moz-transform: translateY(30%);*/
    /*-ms-transform: translateY(30%);*/
    /*-o-transform: translateY(30%);*/
    /*transform: translateY(30%);*/
/*}*/
/*.news_extensionNav>ul>li , .b_extensionNav>ul>li{*/
    /*border-radius: 2px;*/
    /*display: inline;*/
    /*text-transform: capitalize;*/
    /*padding: 0 1rem 0 1rem;*/
    /*-webkit-transition: all 0.2s;*/
    /*-moz-transition: all 0.2s;*/
    /*-ms-transition: all 0.2s;*/
    /*-o-transition: all 0.2s;*/
    /*transition: all 0.2s;*/
/*}*/
/*.news_extensionNav>ul>li> a , .b_extensionNav>ul>li>a{*/
    /*font-size: 1.5rem;*/
    /*color: #ffffff;*/
    /*font-weight: bold;*/
    /*display: inline-block;*/
    /*-webkit-transition: all 0.2s;*/
    /*-moz-transition: all 0.2s;*/
    /*-ms-transition: all 0.2s;*/
    /*-o-transition: all 0.2s;*/
    /*transition: all 0.2s;*/
/*}*/
/*------------  article  ---------------*/
.newsarticle{
    margin-top: 5rem;
    width: 100%;
    box-shadow: 0 0 25px 0 rgba(185, 183, 214, 0.4);
    border-color: #fff;
    border-radius: 1rem;
    margin-bottom: -2em;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem;

}
.newssummarize{
    margin: 0 0 5rem 0;
}
.news_img_v img{
    width: 80%;
    margin:5% 10% 2% 10%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
}
.news_img_h img{
    width: 20%;
    margin:0% 0% 0% 0%
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
}
.news_header_img img{
    width: 70%;
    margin:1% 1% 1% 15%;
}
.news_text_zhjq_v{
    width: 60%;
    margin:5% 15%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
}
.news_text_zhjq_h{
    width: 60%;
    margin:5% 15%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
}
.news_float_claer{
    clear: both;
}
.newssummarize p {
    text-indent: 2em;
}
.newssummarize h3{
    margin: 20px 2px;
}
.newssummarize div{
    margin: 0 2px;
}
.newssummarize a{
    margin-left: 4rem;
    color: #ff7070;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.newsbody{
    /*width: 85%;*/
    box-shadow: 0 0 25px 0 rgba(149, 149, 149, 0.4);
    border-color: #fff;
    border-radius: 1rem;
    margin: 5rem auto;
    padding: 6rem;
}
.newsbody_title{
    margin-bottom: 3rem;
    text-align: center;
    color: #ff9622;
}
.newsbody_text{
    font-size: 1.12em;
}
.newsbody_text > p{
    text-indent: 2em;
}
.news_body_extend{
    background-color: rgb(255, 255, 255);
    padding: 5rem 0;
}
/*.news_extend01,.news_extend02,.news_extend03{*/
    /*text-align: center;*/
    /*!*border: 1px #FFC323 ;*!*/
    /*padding: 85px 30px 45px 30px;*/
/*}*/
.newsvalue{
    text-align: center;
    /*border: 1px #FFC323 ridge;*/
    padding: 30px 30px 45px 30px;
    background-color: #eeeeee;
    border-radius: 0.6rem;
    margin: 0 0 2rem 0;
}
.newsvalue>img{
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
}
.newsvalue>h5{
    margin-bottom: 0.5rem;
}
.news_body_extend p{
    text-indent: 2em;
}
/***********************************    NEWS-END    **************************************/
/************************************   SUPPORT    ***************************************/
/*-----  heard  -----*/
.supports_title , .aboutus_title{
    color: #FFFFFF;
    font-size: 3.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 18rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
/*.extensionNav {
    margin-bottom: 9rem;
    height:3.5rem;
    color: #ff9622;
    background-color: rgba(15, 15, 15, 0.5);
}
.extensionNav ul{
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
}
.extensionNav>ul>li{
    border-radius: 2px;
    display: inline;
    text-transform: capitalize;
    padding: 0 1rem 0 1rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.extensionNav>ul>li> a{
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}*/

/*------  product-article    -------*/
.product_Togglable{

}
.product_Togglable > .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border: 0;
    /*border-bottom-color: transparent;*/
}
.support_value {
    margin: 0 1rem;
    padding: 2rem 0;
}
.suparticle{
    margin: 0 3rem 3rem 3rem;
}
.support{
    padding: 4%;
    /*width: 48%;*/
    border:1px solid rgba(166, 166, 166, 0.47);
    border-radius: 1rem;
    /*float: left;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.suparticle .support:hover img {
    transform: scale(1.05);
}
.suparticle .support:hover {
    box-shadow: 0 0 30px 0 rgba(96, 96, 96, 0.3);
    border-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*.product:hover{*/

/*}*/
.support .sup_seemore{
    color: #9700ff;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.support .sup_seemore:hover{
    color: #ff9622;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sup_img{
    margin-bottom: 2rem;
}
.sup_img img{
    width: 90%;
    /*width: 37rem;*/
    /*height: 26rem;*/
    margin:0 5% 5% 5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sup_text>h4{
    color: #ff6666;
    font-weight: bold;
}
.supprotticle .support:hover img {
    transform: scale(1.05);
}
.supprotticle .support:hover {
    box-shadow: 0 0 30px 0 rgba(96, 96, 96, 0.3);
    border-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*-----------------  support-01  -------------------*/
.supportbody{
    /*width: 85%;*/
    box-shadow: 0 0 25px 0 rgba(149, 149, 149, 0.4);
    border-color: #fff;
    border-radius: 1rem;
    margin: 5em auto;
    padding: 6rem;
}
.supportbody > div{
    margin-bottom: 3rem;
}
.supportbody > div > div > p{
    margin-left: 3rem;
    text-indent: 2em;
}
.supbody_title{
    text-align: center;
    color: #ff9622;
    font-weight: 500;
    margin-bottom: 1rem;
}
.su01_abstract{
    /*height: 100vmin;*/
}
.supart_state img{
    width: 3rem;
    height: 3rem;
}
.supart_state{
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
}
.supart_state > .row{
    margin: 0 0 2rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
   /*margin-top:2rem;*/

}
.sup01_img02{
    /*height: 20rem;*/
}
.sup01_img03{
    /*height: 25rem;*/
}
/************************************ SUPPORT-END ****************************************/


/************************************   Feedback  ****************************************/
.feedback_main , .download_main , .aboutus_main {
    padding: 6rem 0;
}

.fb-header , .dl-header {
    color: #FFFFFF;
    width: 100%;
    padding-top: 5rem;
    padding-left: 5%;
}
.fb-header{
    background: url("/images/01.jpg") no-repeat;
    background-size: 100% 100%;
}
.dl_article{
    background-color: #f4f4f4;
}
.fb_boder {
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px 0 rgba(149, 149, 149, 0.4);
    border-color: #fff;
    /*padding: 2rem;*/
}

.sub-nav {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
   /* text-shadow: 0 1px 0 #FFFFFF;*/
    background-color: #FFFFFF;
    /*margin: 0 0 3rem 0;*/
    width: 99%;
}

.sub-bar {
    color: #4974e6;
}

.sub-bar li a {
    width: 100%;
    padding: 1rem 2rem;
    margin: 0;
}

.sub-bar .active a {
    color: #FFFFFF;
    font-weight: bold;
}

.feedback_main .sub-bar .title a , .download_main .sub-bar .title a , .support .sub-bar .title a , .aboutus_main .sub-bar .title a{
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0.5rem 0.5rem 0 0;
    background: #4776E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4776E6, #8E54E9); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4776E6, #8E54E9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.sub-bar .active {
    color: #FFFFFF;
    background-color: rgba(73, 116, 230, 0.6);
    border-radius: 0;
}

.sub-bar li a:hover {
    color: #FFFFFF;
    width: 100%;
    background-color: rgba(73, 116, 230, 0.61);
}

.emailform, .download_article , .about_article , .support_article{
    padding: 0 0 2.5rem 2.5rem;
}

.emailform label {
    color: #337ab7;
}

.email_boder {
    padding: 2rem 4rem;
}

/*
.fb_form_header {
    margin-bottom: 3rem;
}

.fb_form_header .h1 {
    margin: 2rem auto;
}
*/

.emailform hr {
    margin: 3rem 0;
}
.email-submit {
    width: 100%;
    margin-left: 80%;
    background-color: #e02433;
}
.email-submit:hover{
    background-color: rgba(224, 36, 51, 0.8);
    border-color: #e02433;
}

/*********************************** Feedback-END  ***************************************/

/***********************************   Download    ***************************************/
/*  Download-file  */
.dl-header{
    background: url("/images/20180612033645362.jpg") no-repeat;
    background-size: 100% 100%;
}
.download_article .download_boder, .support_boder , .about_boder{
    padding: 0 0 2rem 0;
}

.download_article .download_boder .nav {
    background-color: #f4f4f4;
}
.dl_classify > .nav > .active >a ,.dl_classify > .nav > .active >a:hover{
    border-left-width: 0;
    border-right-width: 0;
}
.dl_classify > .nav > .active >a:link{
    border-left-width: 0;
    border-right-width: 0;

}
.download_article .dl_body {
    margin: 0 4rem;
    padding: 2rem 0;
}
/*.dl_classify a{
    border: 0;
}*/
.dl-icon {
    margin: 2rem 3% 0 0;
    /*width: 15%;*/
}

.dl_body .dl_value_01 li {
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #D4D4D4;
}

/*.download_article hr {
    margin: 1rem 0 2rem 0;
}*/
.cont1{
   /* margin-bottom: 1.5rem;*/
}
.dl_body .media-body .cont2 {
    font-size: 12px;
    color: #999999;
    margin: 0.5rem 0 1rem 0.5rem;
}
.cont3, .cont4 {
    margin: 0.8rem 0.4rem;
}
.dl_body .cont4 .label{
    margin-top: 0.5rem;
}

.dl_body .media-body .cont4>.label-default{
    font-size: 12px;
    background-color: #999999;
}
.dl_body .cont2 >div{
  /*  margin: 0 5% 0 0;*/
    margin-top: 1%;
    /*width: 20%;*/
    padding-right: 5%;
}
.dl_button a {
    display: block;
    float: right;
    width: 100%;
   /* height: 3.5rem;
    line-height: 3.5rem;*/
    padding: 0.5rem 0;
    text-align: center;
    border: 1px solid #f58029;
    font-size: 16px;
    color: #f58029;
    text-decoration: none;
    margin-top: 3rem;
    /*background: #FFFFFF;*/
    /*font-family: "微软雅黑";*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dl_button a:hover {
    color: #FFFFFF;
    background-color: rgba(245, 128, 41, 0.71);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/**********************************  DownLoad-END  ***************************************/
/**********************************  Trainer  ******************************/
.wrapper.style1 {
    background-color: #fafafa;
    color: #999999;
}
.wrapper.style1 h3{
    padding-bottom: 0.3em;
}
.wrapper {
    padding: 6em 0 4em 0;
    position: relative;
}
.wrapper .inner {
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.flex.flex-2, .flex.flex-3 {
     -moz-align-items: stretch;
     -webkit-align-items: stretch;
     -ms-align-items: stretch;
     align-items: stretch;
 }
.flex {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.image.round {
     border-radius: 100%;
 }
.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}
.image.round img {
    border-radius: 100%;
}
.image.fit img {
    width: 100%;
}
.image img {
    display: block;
}
.image {
    border: 0;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 0px 7px #fff, 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.wrapper.style1 input[type="submit"], .wrapper.style1 input[type="reset"], .wrapper.style1 input[type="button"], .wrapper.style1 button, .wrapper.style1 .button {
    background-color: #3498db;
    color: #fff !important;
}
.wrapper.style1 a {
    color: #000;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    background-color: #3498db;
    color: #3498db !important;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}







/*
article, aside, details, figcaption, figure, footer, header,menu, nav, section {
    display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*/



/*.flex.flex-2 .col.col1 {*/
    /*width: 30%;*/
/*}*/

/*.flex.flex-2 .col {*/
    /*width: 48%;*/
/*}*/
.wrapper.style1 a {
    color: #000;
}
a {
    color: #999999;
}
a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}
/**********************************  Trainer-END  ***************************************/