@charset "utf-8";

/*----------------------------------------
  Yoursite Style
----------------------------------------*/
#yoursite {}

*,
::after,
::before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}


/* =================================================== */
/* =================================================== */
/* =================================================== */
/* template */
/* =================================================== */
/* =================================================== */
/* =================================================== */

.page.DATA_Medical {
    font-size: 16px;
    line-height: 22px;
    font-family: Arial, 'Open Sans', '微軟正黑體', "新細明體", sans-serif;
    font-weight: 400;
    color: #222;
}

.page.DATA_Medical .content {
    max-width: 1200px;
    margin: 0 auto;


}

.page.DATA_Medical .content.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page.DATA_Medical .content.row .col-1,
.page.DATA_Medical .content.row .col-2,
.page.DATA_Medical .content.row .col-3,
.page.DATA_Medical .content.row .col-4,
.page.DATA_Medical .content.row .col-5,
.page.DATA_Medical .content.row .col-6,
.page.DATA_Medical .content.row .col-7,
.page.DATA_Medical .content.row .col-8,
.page.DATA_Medical .content.row .col-9,
.page.DATA_Medical .content.row .col-10,
.page.DATA_Medical .content.row .col-11,
.page.DATA_Medical .content.row .col-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.page.DATA_Medical .content.row .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.page.DATA_Medical .content.row .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.page.DATA_Medical .content.row .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.page.DATA_Medical .content.row .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.page.DATA_Medical .content.row .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.page.DATA_Medical .content.row .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.page.DATA_Medical .fotMobile {
    display: none;
}

.page.DATA_Medical .hidden {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .page.DATA_Medical .fotMobile {
        display: block;
    }
}






/*--IE選單--*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #4DC7A0;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4DC7A0
}


.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}



/*--IE選單end--*/

/* =================================================== */
/* =================================================== */
/* =================================================== */
/* Menu */
/* =================================================== */
/* =================================================== */
/* =================================================== */

.page.DATA_Medical .menuFrame {
    position: absolute;
    left: 0;
    top: 0;
    /*top:592px;*/
    width: 100%;
    height: 55px;
    z-index: 5;
    background-color: #18242d;
}

.page.DATA_Medical .menuFrame.fixed {
    position: fixed;
    top: 0 !important;
    background-color: rgba(56, 85, 114, 0.9);
}

.page.DATA_Medical .menuFrame ul {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.page.DATA_Medical .menuFrame ul li {
    display: inline-block;
    list-style: none;
}

.page.DATA_Medical .menuFrame ul li a {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0 23px;
    line-height: 55px;
    border-right: 1px solid #62686d;
    text-decoration: none;
}

.page.DATA_Medical .menuFrame ul li a.on .outline {
    border-bottom: 2px solid #FFF;
}

.page.DATA_Medical .menuFrame ul li:last-child a {
    border: 0;
}

.page.DATA_Medical .menuFrame ul li a span.far {
    display: none;
}

.page.DATA_Medical .menuFrame .left.openMenu,
.page.DATA_Medical .menuFrame .right.contact {
    display: none;
}

.page.DATA_Medical .menuFrame ul li:nth-last-child(1) {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.page.DATA_Medical .menuFrame ul li:nth-last-child(1) a {
    font-size: 18px;
    width: 180px;
    height: 55px;
    color: #FFF;
    background-color: #004280;
    text-align: center;
}

.page.DATA_Medical .menuFrame ul li:nth-last-child(1) a span.fas {
    display: inline-block;
}

.page.DATA_Medical .menuFrame ul li:nth-last-child(1) a span.far {
    display: none;
}

.page.DATA_Medical .menuFrame ul li:nth-last-child(2) a {
    border-right: 0;
}

.page.DATA_Medical .banner.sliderFrame {
    margin-bottom: 55px;
}

.Site_Edge_items1 {
    height: 450px;
    background: url(../images/kv_banner1.jpg) center bottom;
    background-color: #1b6ebe;
    text-align: center;
}


.Site_Edge_toptbbox {
    position: relative;
    display: block;
    top: 15%;
}

.Site_Edge_toptbbox_text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7%;
}

.Site_Edge_toptbbox_text .banner_title {
    text-align: left;
    top: 100px;
    z-index: 5;
    width: 530px;
    font-size: 36px !important;
    line-height: 1.3 !important;
    font-weight: bold !important;
    color: #FFF !important;
    bottom: unset;
    margin: 0;
}

.Site_Edge_toptbbox_bn {
    display: inline-block;
    max-width: 523px;
    vertical-align: middle;
}

.Site_Edge_toptbbox_bn img {
    width: 100%;
}

/*---區塊一***/

.page.DATA_Medical .content.c1 {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.page.DATA_Medical .content.c1 .c1_area {
    padding: 70px 0px;
}

.page.DATA_Medical .content.c1.intro .intro_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #212529;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
    margin: 0;
}

.page.DATA_Medical .content.c1.intro .c1_txt span {

    font-size: 26px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    padding-top: 70px;
    color: #4d4d4d;


}

.page.DATA_Medical .content.c1.intro .c1_txt {
    float: left;
    width: 560px;
    font-size: 14px;
    line-height: 21px;
    color: #4d4d4d;
    margin: 0 auto;
    float: left;
    margin: 30px 0 0 25px;
}

.page.DATA_Medical .content.c1.intro .intro_bg {
    float: right;
    margin-right: 100px;
    width: 455px;
    height: 243px;
    background-image: url(../images/Intro.png);
}

.page.DATA_Medical .content.c1.intro a {
    float: right;
    margin-right: 100px;
    background-size: 100%;
    background-position: center;
    transition: all 0.3s ease-out;
    border-radius: 10px;
}

.page.DATA_Medical .content.c1.intro a:hover {
    background-size: 110%;
}

/*---區塊二--*/

.page.DATA_Medical .content.c2 {
    width: 100%;
    max-width: 100%;
    height: 761px;
    background: url(../images/bg2.png) center center;
    background-size: cover;
}

.page.DATA_Medical .content.c2 .certification_title {
    font-size: 26px!important;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    padding: 50px 0;
    margin: 0;
}

.page.DATA_Medical .content.c2 .certification_text {
    width: 950px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.page.DATA_Medical .content.c2 .certification_text_h3 {
    width: 820px;
    margin: 0 auto;
    font-size: 18px!important;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.page.DATA_Medical .content.c2 .boxs {
    max-width: 1170px;
    margin: 50px auto 0 auto;
    /*	display:flex;*/
    align-items: top;
}


.page.DATA_Medical .content.c2 .boxs .box {
    width: 33%;
    padding: 0px 0px 20px;
    display: inline-block;
}

.page.DATA_Medical .content.c2 .boxs .box img {
    float: left;
    vertical-align: top;
    margin-right: 10px;
}

.page.DATA_Medical .content.c2 .boxs .box .c2_txt {
    font-size: 18px!important;
    line-height: 45px;
    height: 90px;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.page.DATA_Medical .content.c2 .boxs .box .c2_txt_p {
    vertical-align: top;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
}

.page.DATA_Medical .content.c2 .boxs_2area {
    max-width: 1200px;
    margin: 50px auto 0 auto;
    display: flex;
    align-items: top;
}

.page.DATA_Medical .content.c2 .boxs_2area .box {
    width: 33%;
}

.page.DATA_Medical .content.c2 .boxs_2area .box img {
    float: left;
    vertical-align: top;
    margin-right: 10px;
}

/*
.page.DATA_Medical .content.c2 .boxs_2area .box h3 {
    vertical-align: top;
    font-size: 18px;
    line-height: 45px;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
}
*/


/*---區塊三--*/

.page.DATA_Medical .content.c3 {
    width: 100%;
    max-width: 100%;
    height: 1248px;
    background: url(../images/structure_bg.jpg) center center;
    background-size: cover;
}

.page.DATA_Medical .content.c3 img {
    margin: 0 auto;
}

.page.DATA_Medical .content.c3.intro .tech_title {
    font-size: 26px!important;
    font-weight: bold;
    line-height: 26px;
    color: #212529;
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
}

.page.DATA_Medical .content.c3.intro .tech_subTTL {
    font-size: 26px;
    line-height: 26px;
    color: #212529;
    text-align: center;
    margin-bottom: 10px;
}

.page.DATA_Medical .content.c3.intro .tech_txt {
    width: 810px;
    font-size: 14px;
    line-height: 21px;
    color: #4d4d4d;
    text-align: center;
    margin: 0 auto 50px auto;
}

.page.DATA_Medical .content.c3.intro .box_title {
    font-size: 26px;
    line-height: 36px;
    color: #212529;
    margin-bottom: 20px;
    vertical-align: middle;
}

.page.DATA_Medical .content.c3.intro .box_title img {
    vertical-align: middle;
}

/*--區塊四--*/

.page.DATA_Medical .content.c1.promo {
    position: relative;
    width: 100%;
    height: 700px;
    max-width: 100%;
    background-image: url(../images/certification_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #003c7a;
}

.page.DATA_Medical .content.c1.promo .promo_title {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
}

.promo_container {
    width: 1140px;
    margin: 0 auto;

}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

ul.tabs li.current {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;

}

ul.tabs li.tab_01 {
    background: url(../images/banner1.png) no-repeat;
    background-size: cover;
    width: 25%;
    height: 134px;
    text-align: center;
    display: inline-block;
    float: left;
    line-height: 143px;
}

ul.tabs li.tab_01:hover {
    background-image: url(../images/banner1_act.png);
}

ul.tabs li.current.tab_01 {
    background-image: url(../images/banner1_act.png);
}

ul.tabs li.tab_02 {
    background: url(../images/banner2.png) no-repeat;
    background-size: cover;
    width: 25%;
    height: 134px;
    text-align: center;
    display: inline-block;
    float: left;
    line-height: 143px;
}

ul.tabs li.tab_02:hover {
    background-image: url(../images/banner2_act.png);
}


ul.tabs li.current.tab_02 {
    background-image: url(../images/banner2_act.png);
}

ul.tabs li.tab_03 {
    background: url(../images/banner3.png) no-repeat;
    background-size: cover;
    width: 25%;
    height: 134px;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 45px 15px;
}

ul.tabs li.tab_03:hover {
    background-image: url(../images/banner3_act.png);
}


ul.tabs li.current.tab_03 {
    background-image: url(../images/banner3_act.png);
}

ul.tabs li.tab_04 {
    background: url(../images/banner4.png) no-repeat;
    background-size: cover;
    width: 25%;
    height: 134px;
    text-align: center;
    display: inline-block;
    float: left;
    line-height: 143px;
}

ul.tabs li.tab_04:hover {
    background-image: url(../images/banner4_act.png);
}


ul.tabs li.current.tab_04 {
    background-image: url(../images/banner4_act.png);
}

.tab-content.current .tab_txt {
    font-size: 18px!important;
    color: #ffffff;
    line-height: 20px;
}

.tab-content.current .tab_txt_p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

.tab-content.current span.txt_green {
    color: #87b549;
    line-height: 20px;
}

.tab-content {
    display: none;
    /*  background: #071729;*/
    background-image: url(../images/op_bg.png);
    padding: 15px;
    height: auto;
}

.tab-content.current {
    display: inline-block;
    padding: 40px 155px;
}


.tab-content.current a.app_btn {
    width: 250px;
    text-align: center;
    display: block;
    color: #ffffff;
    height: 40px;
    text-decoration: none;
    line-height: 40px;
    border-radius: 5px;
    background-color: #87b549;
    float: left;
    margin: 50px auto 0px;
}

.tab-content.current a.app_btn:hover {
    background-color: #619120;
}


/*--區塊五--*/

.PdtList {
    margin: 0 auto;
    padding-bottom: 15px;
}

.PdtList .FlexWrap {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.PdtList .FlexWrap>li {
    background-color: #eeeeee;
    padding: 2%;
    display: inline-block;
    width: 32.5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #727272;
    margin-top: 15px;
    font-size: 14px;
}

.apptitle {
    width: 100%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.PdtList .app_txt {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
    color: #303030;
}

.PdtList .PdtName {
    font-size: 16px;
    text-align: left;
    word-wrap: break-word;
    color: #87b549;
}

.PdtList .PtdImg {
    width: 100%;
    text-align: center;
}

.PdtList .PtdImg img {
    text-align: center;
    width: auto;
    height: auto;
}

.PdtList .PdtInfo {
    color: #414141;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 270px;
    margin-top: 15px;
}

.PdtList .PdtInfo ol {
    list-style: disc !important;
    padding-left: 15px;
    color: #727272;
}

.PdtList .PdtInfo .Features li {
    list-style: disc !important;
    width: 100%;
    text-align: left;
}

.Price {
    font-size: 21px;
    font-weight: bold;
    color: #414141;
}

.PdtList .app_btn {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #79b732;
    margin: 20px auto 5px;
    font-size: 14px;
}

.PdtList .app_btn:hover {
    text-decoration: none;
    background-color: #619120;
}

.brochure {
    color: #87b549;
    font-size: 18px;
    text-align: left;
}

.brochureList .brochureImg {
    height: auto;
    text-align: center;
    margin: 20px auto;

}

.brochureList .brochureImg img {
    text-align: center;
    vertical-align: middle;
    width: auto;
    padding: 0 0;
    margin: 25px;
    height: 158px;
}

.brochureList {
    margin-bottom: 30px;
}

.brochureList .bro_txt {
    font-size: 18px!important;
    margin-bottom: 5px;
    text-align: center;
}

.brochureList .PdtName {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.brochuretitle {
    background-color: #3b4248;
    padding: 15px;
    width: 100%;
    text-align: center;

    box-sizing: border-box;

    align-content: space-between;
}

.brochureList .FlexWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brochureList li {
    background-color: #eeeeee;
    display: inline-block;
    width: 32.5%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-content: space-between;
    margin-top: 15px;
}

.brochureList .app_btn {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #87b549;
    margin: 20px auto 10px;
}

.brochureList .app_btn:hover {
    text-decoration: none;
    background-color: #619120;
}

.videoList {
    margin: 15px auto 0;
}

.videoList .FlexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.videoList li {
    display: inline-block;
    width: 32.5%;
    box-sizing: border-box;
    flex-wrap: wrap;
    color: #fff;


}

.videoList .video_bg {
    display: block;
    background-position: center;
    width: 380px;
    height: 244px;
    background-image: url(../images/v1.png);
    transition: all 0.3s ease-out;
    background-size: 100%;
}

.videoList .video_bg2 {
    display: block;
    background-position: center;
    width: 380px;
    height: 244px;
    background-image: url(../images/v2.png);
    transition: all 0.3s ease-out;
    background-size: 100%;
}

.videoList .video_bg3 {
    display: block;
    background-position: center;
    width: 380px;
    height: 244px;
    background-image: url(../images/v3.png);
    transition: all 0.3s ease-out;
    background-size: 100%;
}

.videoList a:hover {
    background-size: 110%;
}

.videotitle {
    padding: 15px 0px;
    color: #000000;
}

.videoList .PdtName {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
}

.videoList .video_txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.page.DATA_Medical .content.c4 {
    padding: 0.5%;
}

.page.DATA_Medical .content.c4.apps .tech_title {
    font-size: 26px!important;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    padding-top: 50px;
    margin: 0 auto;
}

.EdgeData-hr {
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #b0b0b0;
    margin: 40px 0;
}

.tech_ctg {
    padding-bottom: 15px;
    color: #333333;
    font-size: 18px!important;
}

.page.DATA_Medical .content.c4.apps .boxs {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.page.DATA_Medical .content.c4.apps .boxs .box {
    width: 360px;
    height: 605px;
    background-color: #eeeeee;
}

.page.DATA_Medical .content.c4.apps .boxs .box .txtFrame {
    padding: 20px;
    display: inherit;
}

.page.DATA_Medical .content.c4.apps .boxs .box .tech_subTTL {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.page.DATA_Medical .content.c4.apps .boxs .box .tech_txt b {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    color: #212529;
}

.page.DATA_Medical .content.c4.apps .boxs .box .tech_txt,
.page.DATA_Medical .content.c4.apps .boxs .box ul li {
    font-size: 14px;
    line-height: 21px;
    color: #4d4d4d;
}

.page.DATA_Medical .content.c4.apps .boxs .box .tech_txt {
    margin-bottom: 10px;
    text-align: center;
}

.page.DATA_Medical .content.c4.apps .boxs .box .tech_btn {
    background-color: #87b549;
    border-radius: 5px;
    color: #ffffff;
    line-height: 25px;
    width: 250px;
    height: 40px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
}

.page.DATA_Medical .content.c4.apps .boxs .box ul {
    margin-left: 20px;
    list-style-type: disc !important;
}


@media screen and (max-width: 1199px) {

    .page.DATA_Medical .content.c1.intro a {

        background-size: 103%;
    }


    .page.DATA_Medical .menuFrame ul li a {
        padding: 0 20px;
    }

    .page.DATA_Medical .content.c1.intro .intro_bg {
        float: right;
        width: 35%;
        margin-right: 50px;
        height: 215px;
        background-repeat: no-repeat;
    }

    .page.DATA_Medical .banner.sliderFrame .owl-carousel .item .banner_title {
        left: 20px;
        text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.9);
    }

    .page.DATA_Medical .banner.sliderFrame .owl-carousel .item .banner_subttl {
        left: 20px;
        text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.9);
    }

    .Site_Edge_toptbbox_bn {
        width: 400px;
    }

    .page.DATA_Medical .content.c1 {
        width: 100%;
    }

    .page.DATA_Medical .content.c1.promo .boxs .box ul {
        top: 55px;
    }

    .page.DATA_Medical .content.c1.intro .c1_txt {
        margin: 50px 0 0 25px;
        width: 53%;
    }

    .page.DATA_Medical .content.c1.intro .intro_bg {
        float: right;
        width: 35%;
        height: 215px;
        background-repeat: no-repeat;
    }

    .page.DATA_Medical .content.c2 .boxs .box {
        width: 100%;
        margin: 5px auto;
        border-bottom: 1px solid #325172;

    }

    .page.DATA_Medical .content.c2 {
        height: 100%;
    }

    .page.DATA_Medical .content.c2 .boxs .box_pic {
        width: 100px;
        height: 90px;
        display: block;
        float: left;
    }

    .page.DATA_Medical .content.c3 {
        height: auto;
        padding: 0px 0px 50px;
    }

    .page.DATA_Medical .content.c3 img {
        margin: 0 auto;
        width: 90%;
    }

    .page.DATA_Medical .content.c2 .boxs {
        width: 90%;
    }

    .promo_container {
        width: 95%;
    }

    .page.DATA_Medical .content.c4 {
        padding: 2%;
    }

    .page.DATA_Medical .content.c4.apps .boxs {
        width: 90%;
    }

    .page.DATA_Medical .content.c4.apps .boxs .box {
        width: 95%;
        height: 640px;
    }

    .page.DATA_Medical .content.c4.apps .boxs .box img {
        width: 100%;
        height: auto;
    }

    .videoList .video_bg {
        width: 100%;
        height: 200px;
    }

    .videoList .video_bg2 {
        width: 100%;
        height: 200px;
    }

    .videoList .video_bg3 {
        width: 100%;
        height: 200px;
    }

    .videoList li {
        display: inline-block;
        width: 31.5%;
        box-sizing: border-box;
        flex-wrap: wrap;
        color: #fff;
    }

    .page.DATA_Medical .content.c2 {
        height: unset;
        padding-bottom: 50px;
    }



}

@media screen and (max-width: 1050px) {

    .Site_Edge_toptbbox {
        position: relative;
        display: block;
        top: 10%;
    }

    .page.DATA_Medical .menuFrame ul li:nth-last-child(1) a {
        width: 150px;
    }

    .Site_Edge_toptbbox_bn {
        width: 400px;
    }

    .page.DATA_Medical .content.c1 {
        width: 100%;
    }

    .page.DATA_Medical .content.c1.intro .c1_txt {
        float: left;
        width: 53%;
    }

    .page.DATA_Medical .content.c1.intro .intro_bg {
        margin-right: 30px;
        width: 40%;
        height: 215px;
        background-repeat: no-repeat;
    }

    .videoList .video_bg {
        width: 100%;
    }

    .videoList .video_bg2 {
        width: 100%;
    }

    .videoList .video_bg3 {
        width: 100%;
    }

    .promo_container {
        width: 95%;
    }

    .tab-content.current {
        display: inline-block;
        padding: 40px 80px;
    }

}


@media screen and (max-width: 1024px) {
    .page.DATA_Medical {
        margin-top: 84px !important;
    }

    .page.DATA_Medical .menuFrame.fixed {
        position: fixed;
        top: 84px !important;
        width: 100%;
        z-index: 5;
        background-color: rgba(2, 15, 38, 0.95);
    }

}



@media screen and (max-width: 991px) {


    .page.DATA_Medical .content.c1.intro .intro_bg {
        height: 180px;
        margin-top: 60px;
    }


    .page.DATA_Medical .menuFrame {
        top: 0;
        height: 45px;
        background-color: #1e262d;
        border-bottom: 1px solid #CCC;
    }



    .page.DATA_Medical .menuFrame .left.openMenu {
        display: block;
        float: left;
        padding-left: 20px;
    }

    .page.DATA_Medical .menuFrame .left.openMenu a {
        display: block;
        color: #ffffff;
        font-size: 16px;
        line-height: 45px;
        padding-right: 20px;
        text-decoration: none;
    }

    .page.DATA_Medical .menuFrame .left.openMenu a span.fa {
        margin-right: 10px;
    }

    .page.DATA_Medical .menuFrame .right.contact {
        display: block;
        float: right;
    }

    .page.DATA_Medical .menuFrame .right.contact a {
        display: block;
        color: #FFF;
        width: 115px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        background-color: #339961;
        text-align: right;
        padding-right: 25px;
    }

    .page.DATA_Medical .menuFrame ul {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 45px;
        display: none;
        margin: 0;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.95);
    }

    .page.DATA_Medical .menuFrame ul li {
        display: block;
    }

    .page.DATA_Medical .menuFrame ul li a {
        font-size: 16px;
        color: #385572;
        line-height: 45px;
        border-right: 0;
        border-bottom: 1px solid #CCC;
        padding: 0 25px 0 20px;
    }

    .page.DATA_Medical .menuFrame ul li:last-child a {
        border-bottom: 2px solid #385572;
    }

    .page.DATA_Medical .menuFrame ul li a span.far {
        display: block;
        float: right;
        margin-top: 15px;
    }

    .page.DATA_Medical .menuFrame ul li:nth-last-child(1) {
        position: static;
    }

    .page.DATA_Medical .menuFrame ul li:nth-last-child(1) a {
        font-size: unset;
        width: unset;
        height: unset;
        color: #385571;
        background-color: unset;
        text-align: unset;
    }

    .page.DATA_Medical .menuFrame ul li:nth-last-child(1) a span.fas {
        display: none;
    }

    .page.DATA_Medical .menuFrame ul li:nth-last-child(1) a span.far {
        display: inline-block;
    }

    .Site_Edge_toptbbox {
        top: 20%;
    }

    .Site_Edge_toptbbox_text {
        margin-right: 3%;
    }

    .Site_Edge_toptbbox_text .banner_title {
        text-align: left;
        top: 100px;
        z-index: 5;
        width: 480px;
        font-size: 45px;
        line-height: 1.3;
        font-weight: bold;
        color: #FFF;
        bottom: unset;
        margin: 0;
    }

    .Site_Edge_toptbbox_bn img {
        width: 100%;
    }

    .page.DATA_Medical .content.c1 {
        height: 350px;
    }

    .page.DATA_Medical .content.c1 {
        width: 100%;
    }

    .page.DATA_Medical .content.c1 .c1_area {
        padding: 10px 0px;
    }

    .page.DATA_Medical .content.c1.intro .c1_txt {
        width: 55%;
        float: left;
        margin: 10% 3%;
    }

    .page.DATA_Medical .content.c1.intro .intro_bg {
        width: 35%;
        margin-top: 60px;
        display: block;
    }

    .page.DATA_Medical .content.c2 {
        height: unset;
        padding-bottom: 50px;
    }

    .page.DATA_Medical .content.c2 .certification_text {
        width: 90%;
    }

    .page.DATA_Medical .content.c2 .certification_text_h3 {
        width: 90%;

    }

    .page.DATA_Medical .content.c2 .boxs {
        max-width: 90%;
        margin: 10px auto 0 auto;
        display: block;

    }

    .page.DATA_Medical .content.c2 .boxs .box_pic {
        width: 100px;
        height: 90px;
        display: block;
        float: left;
    }

    .page.DATA_Medical .content.c2 .boxs .box {
        margin: 5px auto;
        border-bottom: 1px solid #325172;
    }

    .page.DATA_Medical .content.c2 .boxs .box {
        width: 100%;
    }

    .page.DATA_Medical .content.c2 .boxs .box .c2_txt_p {
        margin-left: 0px;
    }

    .page.DATA_Medical .content.c3 img {
        margin: 0 auto;
        width: 90%;
    }

    .page.DATA_Medical .content.c3 {
        height: auto;
        padding: 0 0 50px;
    }

    .page.DATA_Medical .content.c4.apps .boxs .box {
        width: 95%;
        height: 620px;
    }

    .page.DATA_Medical .content.c4.apps .owl-carousel .owl-nav {
        position: absolute;
        bottom: 20px;
        width: 100%
    }

    .page.DATA_Medical .content.c4.apps .owl-carousel .owl-nav button {
        font-size: 50px;
        margin: 15px 30px;
        color: #212529;
    }

    .page.DATA_Medical .content.c4.apps .owl-carousel .owl-nav button:hover {
        background-color: transparent;
    }

    .page.DATA_Medical .content.c4.apps .owl-carousel .owl-nav button span {
        padding: 0 20px;
    }

    .page.DATA_Medical .content.c4.apps .owl-carousel .owl-dots {
        line-height: 80px;
    }

    .PdtList .PtdImg {
        width: 100%;
    }

    .PdtList .PtdImg img {
        text-align: center;
        margin: 20px 0px;
        height: auto;
    }

    .PdtList .app_btn {
        width: 100%;
    }

    .brochureList .brochureImg img {
        text-align: center;
        margin: 20px 0px;
    }

    .brochureList .app_btn {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #ffffff;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        background-color: #87b549;
        margin: 50px auto 15px;
    }

    .videoList .video_bg {
        display: block;
        background-position: center;
        width: 100%;
        height: 150px;
        background-size: 100%;
    }

    .videoList .video_bg2,
    .videoList .video_bg3 {
        display: block;
        background-position: center;
        width: 100%;
        height: 150px;
        background-size: 100%;
    }

}

@media only screen and (min-width: 929px) and (max-width: 947px) {

    .Site_Edge_items1 {
        height: 600px;
        background: url(../images/kv_banner1.jpg) center bottom;
        background-color: #1b6ebe;
        text-align: center;
        background-repeat: no-repeat;
    }

    .Site_Edge_toptbbox {
        top: 10%;
    }



}


@media screen and (max-width: 928px) {

    .Site_Edge_items1 {
        height: 600px;
        background: url(../images/kv_banner1.jpg) center bottom;
        background-color: #1b6ebe;
        text-align: center;
        background-repeat: no-repeat;
    }

    .Site_Edge_toptbbox {
        top: 10%;
    }

    .brochuretitle {
        min-height: 105px;
    }

    ul.tabs li.tab_03 {
        width: 25%;
        padding: 55px 0px;
    }


    .page.DATA_Medical .content.c1.intro .intro_bg {
        height: 170px;
        margin-top: 75px;
    }

    .apptitle {
        min-height: 280px;
    }
}


@media screen and (max-width:840px) {
    .page.DATA_Medical .content.c1.intro .intro_bg {
        height: 160px;
        margin-top: 80px;
    }
}


@media screen and (max-width: 767px) {
    .Site_Edge_items1 {
        height: 600px;
        background: url(../images/kv_banner1.jpg) center bottom;
        background-color: #1b6ebe;
        text-align: center;
        background-repeat: no-repeat;
    }

    .Site_Edge_toptbbox {
        top: 10%;
    }

    .page.DATA_Medical .content.c1.intro .c1_txt {
        width: 90%;
        float: none;
        margin: 4% 3%;
    }

    .page.DATA_Medical .content.c1.intro .intro_bg {
        width: 90%;
        display: block;
        margin: 0 auto;
        float: none;
        height: 400px;
    }

    .page.DATA_Medical .content.c1.intro a {
        background-size: 100%;
    }


    .page.DATA_Medical .content.c1 {
        height: 630px;
    }

    .page.DATA_Medical .content.c2 .certification_title {
        font-size: 26px!important;
        padding: 35px;
    }

    .page.DATA_Medical .content.c3.intro .tech_title {
        font-size: 26px!important;
        padding: 35px 0;
    }

    .page.DATA_Medical .content.c3.intro .tech_subTTL,
    .page.DATA_Medical .content.c3.intro .box_title {
        font-size: 24px;
    }

    .page.DATA_Medical .content.c3.intro .tech_txt {
        margin: 0 auto 35px auto;
    }

    .page.DATA_Medical .content.c3 {
        height: auto;
        padding-bottom: 40px;
    }

    .page.DATA_Medical .content.c4.apps .tech_title {
        font-size: 26px!important;
    }

    .page.DATA_Medical .content.c4.apps .boxs .box {
        width: 100%;
        height: 630px;
        margin-bottom: 20px;
    }

    .page.DATA_Medical .content.c4.apps .owl-carousel .owl-dots {
        line-height: 50px;
    }



    .page.DATA_Medical .content.c1.promo .promo_title {
        font-size: 25px;
        padding: 35px 0;
    }

    .page.DATA_Medical .content.c1.promo {
        height: auto;
        padding: 0px 0px 50px 0px;
    }

    .tab-content {
        height: auto;
        padding: 30px !important;
    }

    ul.tabs li {
        font-size: 16px;
    }

    ul.tabs li.current {
        font-size: 16px;
    }

    ul.tabs li {
        background-position: center;
    }

    ul.tabs li.tab_01 {
        width: 50%;
    }

    ul.tabs li.tab_02 {
        width: 50%;
    }

    ul.tabs li.tab_03 {
        width: 50%;
        padding: 55px 0px;
    }

    ul.tabs li.tab_04 {
        width: 50%;
    }


    .PdtList .PdtInfo {
        min-height: 340px;
    }
}

@media screen and (max-width: 599px) {

    .apptitle {
        min-height: auto;
    }

    .Site_Edge_items1 {
        height: 500px;
        background: url(../images/kv_banner1.jpg) center bottom;
        background-color: #1b6ebe;
        text-align: center;
        background-repeat: no-repeat;
    }

    .Site_Edge_toptbbox_text .banner_title {
        text-align: left;
        top: 100px;
        z-index: 5;
        width: 90%;
        font-size: 33px;
        line-height: 1.3;
        font-weight: bold;
        color: #FFF;
        bottom: unset;
        margin: 0;
    }

    .Site_Edge_toptbbox_text {
        margin-right: 0%;
        margin-left: 5%;
    }

    .Site_Edge_toptbbox_bn {
        width: 100%;
        margin: 0% auto;
    }

    .Site_Edge_toptbbox_bn img {
        width: 90%;
    }

    .page.DATA_Medical .content.c1 {
        width: 100%;
        padding: 25px 0px;
        height: 10%;
        height: 500px;
    }

    .page.DATA_Medical .content.c1 .c1_area {
        padding: 0 0;
    }

    .page.DATA_Medical .content.c1 .c1_area img {
        width: 90%;
        float: none;
        margin: 20px;
    }

    .page.DATA_Medical .content.c1.intro .c1_txt {
        width: 90%;
        padding: 0 0;
        float: none;
        margin: 0 auto;
    }

    .page.DATA_Medical .content.c1.intro .intro_bg {
        width: 100%;
        margin: 30px auto;
        width: 90%;
        text-align: center;
        height: 50vw;
        background-size: 100%;
        margin: 20px auto;
        border-radius: 10px;
        background-size: auto;
        background-repeat: no-repeat;
        background-image: url(../images/Intro.png);
    }

    .page.DATA_Medical .content.c2 .boxs {
        display: grid;
    }

    .box_pic {
        width: 25%;
    }

    .page.DATA_Medical .content.c2 .boxs .box_pic img {
        width: 100%;
        padding: 5px;
    }

    .page.DATA_Medical .content.c2 .boxs .box .c2_txt {
        line-height: 21px;
        height: 100px;
        align-items: center;
        display: flex;
    }

    .page.DATA_Medical .content.c2 .boxs .box {
        width: 90%;
        margin-bottom: 10px;
        height: auto;
        border-bottom: 1px solid #325172;
    }

    .page.DATA_Medical .content.c2 .boxs .box .c2_txt_p {
        padding: 0;
        margin-left: 0px;
        clear: left;
    }

    .page.DATA_Medical .content.c4.apps .boxs .box {
        height: 610px;
    }

    .page.DATA_Medical .content.c4 {
        padding: 0 5%;
    }

    .tech_ctg {
        text-align: center;
    }

    .PdtList .FlexWrap {
        justify-content: center;
    }

    .PdtList .FlexWrap>li {
        background-color: #eeeeee;
        padding: 5%;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
        color: #000;
    }

    .page.DATA_Medical .content {
        width: 100%;
    }

    .PdtList .app_btn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #ffffff;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        background-color: #87b549;
        margin: 50px auto 0px;
    }

    .PdtList .PtdImg img {
        text-align: center;
        vertical-align: middle;
        height: 150px;
    }

    .PdtList .PdtInfo {
        min-height: 265px;
    }

    .brochuretitle {
        min-height: 50px;
    }

    .brochureList li {
        width: 100%;
    }

    .brochureList .app_btn {
        margin-bottom: 30px;
    }

    .videoList .video_bg {
        display: block;
        background-size: 100%;
        background-position: center;
        width: 100%;
        height: 60vw;
    }

    .videoList .video_bg2,
    .videoList .video_bg3 {
        display: block;
        background-size: 100%;
        background-position: center;
        width: 100%;
        height: 60vw;
    }

    .videoList li {
        width: 100%;
    }

    .page.DATA_Medical .content.c1.promo .promo_title {
        font-size: 25px;
        padding: 35px 0;
    }

    .page.DATA_Medical .content.c1.promo {
        height: auto;
        background-image: url(../images/certification_bg.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-color: #003c7a;
    }

    .tab-content {
        height: auto;
        padding: 30px !important;
    }

    ul.tabs li {
        font-size: 16px;
    }

    ul.tabs li.current {
        font-size: 16px;
    }

    ul.tabs li {
        background-position: center;
    }

    ul.tabs li.tab_01 {
        width: 50%;
    }

    ul.tabs li.tab_02 {
        width: 50%;
    }

    ul.tabs li.tab_03 {
        width: 50%;
        padding: 55px 5px;
    }

    ul.tabs li.tab_04 {
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .page.DATA_Medical {
        margin-top: 69px !important;
    }

    .page.DATA_Medical .menuFrame.fixed {
        top: 69px !important;
    }
}

@media screen and (max-width: 375px) {
    .Site_Edge_items1 {
        height: 500px;
        background: url(../images/kv_banner1.jpg) center bottom;
        background-color: #1b6ebe;
        text-align: center;
        background-repeat: no-repeat;
    }

    .Site_Edge_toptbbox_text .banner_title {
        text-align: left;
        top: 100px;
        z-index: 5;
        width: 85%;
        font-size: 33px;
        line-height: 1.3;
        font-weight: bold;
        color: #FFF;
        bottom: unset;
        margin: 0;
    }

    .Site_Edge_toptbbox {
        top: 4%;
    }

    .Site_Edge_toptbbox_text {
        margin-right: 0%;
        margin-left: 15%;
    }

    .Site_Edge_toptbbox_bn {
        width: 100%;
        margin: 5% auto;
    }

    .Site_Edge_toptbbox_bn img {
        width: 90%;
    }

    .brochuretitle,
    .apptitle {
        min-height: auto;
    }

    .promo_container {
        width: 90%;
    }

    .page.DATA_Medical .content.c1.promo .promo_title {
        font-size: 25px;
        padding: 35px 0;
    }

    .page.DATA_Medical .content.c1.promo {
        height: 1000px;
    }

    .tab-content {
        height: 530px;
        padding: 30px !important;
    }

    ul.tabs li {
        font-size: 16px;
    }

    ul.tabs li.current {
        font-size: 16px;
    }

    ul.tabs li.tab_01 {
        width: 50%;
    }

    ul.tabs li.tab_02 {
        width: 50%;
    }

    ul.tabs li.tab_03 {
        width: 50%;
        padding: 55px 0px;
    }

    ul.tabs li.tab_04 {
        width: 50%;
    }
}

@media screen and (max-width: 280px) {
    .tab-content.current a.app_btn {
        width: 100%;
        margin: 30px auto 0px;

    }

    ul.tabs li.tab_03 {
        width: 50%;
        padding: 35px 0px;
    }

}