* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
}
html{
    touch-action: manipulation !important;
    -ms-touch-action: manipulation !important;
}
body{
    -webkit-overflow-scrolling: touch;
    padding-top: constant(safe-area-inset-top);   /* 針對ios APP */
    padding-right: constant(safe-area-inset-right);  /* 針對ios APP */
    padding-bottom: constant(safe-area-inset-bottom); /* 針對ios APP */
    padding-left: constant(safe-area-inset-left); /* 針對ios APP */
}
img{max-width: 100%;height: auto !important;} 
.home .logo_main{opacity: 0;display: none;}
.sticky-header-enabled .home .logo_medical,
.sticky-header-enabled.sticky-header-active .home .logo_main{display: block;opacity: 1;}
.sticky-header-enabled .home .logo_main,
.sticky-header-enabled.sticky-header-active .home .logo_medical{display: none}
.pos_r{position: relative;}
.nav-link i{
    font-size: 12px;
    margin-top: -1px;
}
.body{max-width: 100vw;overflow-x: hidden;}
.home .header-nav-links{transform: translateX(-7%);}
#header .px-5 .header-column.header-column-border-right{transform: translateX(-3px);}
.index_ab2 img{width:500px;max-width: 100%;}
.index_ab1 img{width:300px;max-width: 100%;}
.index_ab1{top: -100px;}
.index_ab2{bottom: -185px;right: -21%;}
.custom-page-wrapper {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*  padding-left: 6.4vw;
     padding-right: 6.4vw; */
}
#revolutionSlider{
    max-width: calc(100%);
    margin: 0 auto !important;
}
.rev_slider_wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0 !important;
    right: 0;
}
.custom-big-font-size-1 {
    font-size: 147.2px;
    font-size: 9.2rem
}
.custom-stroke-text-effect-1 {
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ccc;
    white-space: nowrap;
}
.custom-stroke-text-effect-1 {
    -webkit-text-stroke-color: #444;
}

.custom-stroke-text-effect-2 {
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ccc;
    white-space: nowrap;
}
.custom-stroke-text-effect-2 {
    -webkit-text-stroke-color: #fff;
}
.custom-btn-style-1 {
    position: relative;
    border-radius: 0;
    left: 5px;
}
.custom-btn-style-1:before {
    border-color: var(--main)!important;
}
.custom-btn-style-1:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #ccc;
    transition: ease all 300ms;
}
.custom-btn-style-1:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page-header.bg-image{background: url(../img/background-5.jpg);}
section.page-header.page-header-modern.bg-color-grey.page-header-lg:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    height: 110%;
    background: #d53a84;
    transform: skewX(-35deg);
    z-index: 0;
    left: -10vw;
    box-shadow: 0 0 25px rgb(0 0 0 / 19%);
}
section.page-header.page-header-modern.bg-color-grey.page-header-lg:after{
    content: '';
    position: absolute;
    top: 0px;
    left: calc(-10vw - 17px);
    width: 60vw;
    height: 110%;
    background: #5ab5e5;
    transform: skewX(-35deg);
    z-index: 0;
}
/* .page-header .custom-stroke-text-effect-1{-webkit-text-stroke-color:#efefef;} */
.cover{
    background-position: center;
    background-size: cover;
}
.scrollable_card{
    margin-top: -110px
}
.thumb-info-caption-text h3{font-weight: 600;}
.zindex-down{
    position: relative;
    z-index: 1
}
.zindex-up{
    position: relative;
    z-index: 9
}
.owl-item{position: relative;}
.owl-item:before{
    content: '';
    position: absolute;
    border-right: 1px solid rgba(229,229,229,0.25);
    right: -10px;
    height: 100%;

}
.owl-nav button.owl-prev,.owl-nav button.owl-next{
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    z-index: 10;
}
.blog-list{
    border-bottom: 1px solid rgba(229,229,229,0.25);
    padding: 20px;
}
.col-lg-8 .blog-list:nth-last-child(2){border-bottom: none}
.blog-list h4{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px
}
.ad{margin-bottom: 15px;}
#footer:before{
    bottom: 56px;
    content: url(../img/dot.png);
    filter: brightness(3);
    position: absolute;
    left: -15%;
    z-index: 0;
    pointer-events: none;
}
#footer ul.d-flex>li{padding-right: 60px;font-size: 16px;color:#fff;}
#footer ul ul{list-style: none;padding-left: 0;}
#footer h4{font-size:16px;}
#footer ul ul>li{margin-bottom: 14px;}
.f-logo{height: 56px !important;margin-right: 10px;display: block;}
#footer h2{font-size: 20px;font-weight: 500;margin: 10px 0}
#footer  .border-right-light{border-right: 1px solid rgba(255, 255, 255, .1) !important;}
.tooltip-content{
    position: absolute;
    z-index: 9999;
    width: 100px;
    right: -32px;
    padding: 10px;
    bottom: 135%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgb(48 54 61 / 20%);
    box-shadow: -5px -5px 15px rgb(48 54 61 / 20%);
    background: #fff;
    border-radius: 8px;
    transition: all 0.4s ease;
    display:none;
}
.show_qrcode:hover .tooltip-content{
    display: block;
    transition: all 0.4s ease !important;
}
.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fff transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}
.social-icons-primary{box-shadow: none !important}
.social-icons-primary:hover a{
    background: var(--main) !important;
    opacity: 1 !important;
}
.custom-page-header-1 {
    padding: 0 6.4vw !important;
}
.custom-bg-grey-1{
    background: #747473 !important;
}
.custom-box-shadow-1 {
    box-shadow: 0px 20px 30px -20px rgb(0 0 0 / 30%);
}
.custom-page-header-1 .custom-page-wrapper {
    transform: translate3d(0, 103px, 0);
    transition: ease box-shadow 300ms;
}
h4.card-title{font-size: 20px;}
select{position: relative;-webkit-appearance: none;}
select~label{
    display: block;
    position: absolute;
    bottom: 19px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
    border-color: #CCC;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.boss_select{
    position: absolute;
    display: inline-block;
    right: 0;
    top: 10px;
}
.boss_select select{
    background-color: var(--second);
    border-radius: 25px !important;
    color: #fff;
    padding: 5px 40px 5px 20px;
    position: relative;
    top: -10px;
    right: 0;
    font-weight: 400;
}
.boss_select select~label{
    border-color: #fff;
    bottom: 20px;
}
ul.tbl{padding-left: 0;}
.tr{
    position: relative;
    display: table-row;
}

.td{
    letter-spacing: 3px;
    font-size: 19px;
    padding-top: 0;
    position: relative;
    text-align: center;
    display: table-cell;
    /* width: calc(100% / 4); */
    vertical-align: middle;
    padding: 0 15px 30px 15px;
    border-bottom: 2px solid var(--second);
    transition: all .5s ease;
}
.tr.head .td{color:var(--second);}
.tr.head .td:before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: rgb(227 43 135 / 30%);
    position: absolute;
    left: 0;
    top: 8px;
}
.file_download .td:nth-child(1),.tr.head .td:nth-child(1){
    width: 20%;
}
.file_download .td:nth-child(2),.download .td:nth-child(1){
    width:50%;
    text-align: left;
    padding-left: 10px;
}
.download .td{height: 60px;}
.address .td:nth-child(3){width: 30%;}
.address .td:last-child{width: 40%;text-align: left;}
.file_download .td{
    border-bottom: 1px solid #efefef;
    padding: 20px 15px;
    font-size: 16px;
}
.address .td,.download .td{
    border-bottom: 1px solid #efefef;
    padding: 10px 15px;
    font-size: 16px;
}
.address .td p{margin-bottom: 5px;}
.address .td p a,.address .td a{color: #777}
.pagination > li:nth-child(1) > a, .pagination > li:nth-child(1)> span,
.pagination > li:last-child> a, .pagination > li:last-child> span{
    color: #2c96d4;
    background-color: #ffffff;
    border: none;
    /* border-radius: 5px !important; */
    font-size: 16px;
    border: 1px solid #eee;
}
.team-item .team-infos {
    position: relative;
    /* background: #fffbfd; */
    padding: 15px;
    border-bottom: 2px solid var(--second);
    margin-bottom: 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}
.team-item .team-infos .team-member-desc {
    display: block;
    color: #777;
    font-size: 16px;
    margin-bottom: 5px;
}
article.blog-post .blog-post-image-wrapper .blog-post-date {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 3em;
    text-align: center;
    line-height: 1;
    padding: 25px 15px;
    transform: translateY(-50%);
}
article.blog-post .blog-post-image-wrapper .blog-post-date .month-year {
    display: block;
    font-size: 0.4em;
}
.post-image~.card-body iframe,.card-body iframe{display: block;margin: 10px auto; max-width: 100%;}
.card-body p{font-size: 17px;}
.blog-post .info{display: inline-flex;width: 49%;}
.blog-post .info span, .blog-post .info a{flex: 0 0 65%;}
.post_date p{
    padding: 15px 2px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    letter-spacing: 1.5px;
    color: #999;
}
.post_date p.tagname{color:var(--second);border-top:2px solid var(--second);
    font-size: 20px;letter-spacing: 2px}
.post_date a{color: #999;font-size: 16px;}
.post_date a:hover{color: var(--main);}
.post_date_back{padding: 25px 2px;}
.icon_close {
    background-color: #999;
    width: 34px;
    height: 34px;
    line-height: 38px;
    text-align: center;
    margin-right: 12px;
    color: #fff;
    font-size: 24px;
}
/* section.custom-timeline {
    width: calc(100% - 30px);
    margin: 0 0 0 40px;
    padding: 0;
}

section.custom-timeline:after, section.custom-timeline:before {
    content: none;
}

section.custom-timeline .timeline-body:after {
    content: '';
    display: block;
    clear: both;
} */

.timeline-bar {
    position: absolute;
    background: #1e1e1e;
    width: 3px;
    left: -3.6%;
    z-index: 0;
}

.timeline-box {
    position: relative;
    border: 0 !important;
    margin: 15px 0 !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

.timeline-box.right {
    max-width: 100%;
}

.timeline-box.right:before {
    top: 50%;
    left: -3.8%;
    background: #1e1e1e !important;
    box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #1e1e1e !important;
    margin-top: 0;
    transform: translateY(-50%);
}

.timeline-box.right:after {
    top: 50%;
    left: -22px;
    background: #FDD55C;
    border: none;
    transform: translateY(-50%) rotate(45deg);
}

.timeline-box .experience-info, .timeline-box .experience-description {
    padding: 20px;
}
.experience-description table th,.experience-description table td{text-align: center;}
.experience-description table th{color: #d53a83;background-color: #f3dae5;}
.experience-description table td.sub{background-color: #fbeff4;}
.timeline-box .experience-info p {
    opacity: 0.8;
    font-size: 11px;
}
.timeline-box .experience-info, .timeline-box .experience-description {
    padding: 20px;background-color: #dee9f3;border: 1px solid #cad8df;border-left: none
}
.custom-box-shadow-2 {
    box-shadow: 0px 12px 90px -10px rgb(171 191 216 / 60%) !important;
}
.text-decoration-none .thumb-info{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.text-decoration-none .thumb-info:hover {
    -webkit-box-shadow: 10px 10px 50px -15px rgb(0 0 0 / 33%) !important;
    box-shadow: 10px 10px 50px -15px rgb(0 0 0 / 33%) !important;
}
.news_area .row .col-md-4:not(:nth-child(4n)) {
    border-right: 1px solid #eee;
    margin-bottom: 48px;
}
.lightbox .cover{margin-bottom: 20px;}
.meeting-btn{
    color: #fff !important;
    background-color: var(--second);
    padding: 20px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 12px 24px -10px rgb(127 18 72 / 30%) !important;
    border-radius: 5px;
}
.meeting-btn.disabled{
    background-color: #7f7f7f;
}
.form-control,.form-control:focus{background-color: #f7f7f7;border:none;box-shadow:none;}
.links_area .card{margin-bottom: 20px}
.links_area .feature-box{align-items: center;}
.links_area .feature-box-info p{font-size: 16px;color: #000;width: 100%;min-height: 51px;line-height: 1.4;margin-bottom: 0;text-align: center}
.links_area .feature-box-info{min-height: 142px;display: flex; align-items: end;flex-wrap: wrap;}
.company_logo{width: 100%;padding-bottom: 80px;background-position: center;background-size: contain;background-repeat: no-repeat;}
.classLink li,ul.nav-list.classLink li {
    position: relative;
    width: 100%;
    margin: 0 7px 7px;
    list-style: none;
    border: 1px solid #fff;
    background-color: #fff;
}
.classLink li > a,ul.nav-list.classLink li a{
    position: relative;
    display: block;
    width: 100%;
    color: #444;
    line-height: 24px;
    padding: 10px 60px 10px 20px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .12em;
    border: 1px solid #ebebeb;
}
.classLink li > a:after,.nav-tabs.research li a:after{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #555;
}
.classLink li.active,.classLink li:hover,ul.nav-list.classLink li a.active,ul.nav-list.classLink li:hover a{
    border: 1px solid var(--main);
    background-color: var(--main);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.classLink li.active a,.classLink li:hover a{color: #fff;font-weight: 500;}
.classLink li.active a:after,.classLink li:hover a:after{border-color:transparent transparent transparent #fff;}
.contact_data table th,.contact_data table td{border-top:none;padding: 20px;}
.contact_data table th{min-width: 90px;font-size: 16px;vertical-align: top ;border-right: 1px solid #efefef;letter-spacing: 1px; padding-left: 10px;}
.contact_data table td,.contact_data table td a{color: #666}
.login:before{
    content: '';
    background: url(../img/generic-1.png?v=2);
    background-size: cover;
    width: 40vw;
    position: absolute;
    right: 0;
    min-height: 23vw;
    /* top: -40px; */
    filter: opacity(0.3);
}
.login.v2{min-height: calc(100vh - 345px);}
.login.v2:before{
    background:url(../img/blue_bg.png);
    width: 50vw;
    left: 0;
    min-height: calc(100vh);
    filter: opacity(1);
    background-size: cover;
    background-position: center right;
}
.login.v2:after{
    content: '';
    position: absolute;
    background: url(../img/sigin_bg.png);
    width: 40vw;
    height: 35vw;
    left: -7vw;
    filter: opacity(1);
    background-size: cover;
    /* top: 34%; */
    top: 30%;
}
.login .custom-stroke-text-effect-1{-webkit-text-fill-color:#fff0;-webkit-text-stroke-color:#e7e7e7;}
/* .login .img-fluid.opacity-5{filter: brightness(5);} */
form .box-shadow-1:before{z-index: -1;}
.modal-title{font-weight: 400}
.trans-y--20{margin-top: -20px;}
.trans-y--60{margin-top: -60px;}
.trans-y--100{margin-top: -100px;}
.trans-y--120{margin-top: -120px;}
.trans-y--140{margin-top: -140px;}
.progressbar-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    transform: translateY(30px);
}

.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 15px;
    position: relative;
    text-align: center;
    color:rgb(93 93 93 / 60%);
}
.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 51px;
    border: 5px solid #f3f3f3;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    color: #fff;
    background-color: #dbdbdb;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #f3f3f3;
    top: 30px;
    left: -50%;
    z-index: 0;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #666;
    font-weight: bold;
}
.progressbar li.active:before {
    border-color: #f17bb3;
    background: var(--second);
    color: #fff;
}
.progressbar li.active + li:after {
    background-color: #f17bb3;
}
.progressbar {
    counter-reset: step;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
}
.scroll_box{
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    border: 1px solid #efefef;
    background: #fff;
}
.has_sub_title:before{
    content: attr(data-title);
    position: absolute;
    color: #495057;
    z-index: 5;
    top: 29%;
    left: 10px;
    font-size: 16px;
    pointer-events: none;

}
.has_sub_title input.form-control:not(.form-control-lg){
    padding-left: 80px;
}
.readonly_input{
    background-color: #e9ecef;
}
.w-small.has_sub_title input.form-control:not(.form-control-lg){
    padding-left: 45px;
}
.w-lg.has_sub_title input.form-control:not(.form-control-lg){
    padding-left: 130px;
}
.input-group-text{
    border-radius: 0 .25rem 0 .25rem;
    border: none;
}
.downarrow{
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block;
    vertical-align: super;
}
.card-text{
    color: #495057;
}
.card-text:hover,.tech .card-body a:hover h4{
    color: var(--main);
}
a:hover .card-text{color:#495057;}
.card-body img{width: 100%;}
.card-text:hover .downarrow svg path{fill:  var(--main);}
h3.page_title{position: relative;padding-bottom: 25px;}
h3.page_title:before{
    content: '';
    width: 100%;
    height: 12px;
    background: url(../img/dash.png) repeat top left;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cover{background-size: cover;background-position: center;}
.contain{background-size: contain;background-position: center;}
.summary {
    border: 1px solid #b9b9b9;
    margin-top: 46px;
    padding: 0 16px 16px;
    text-align: center;
    margin-bottom: 20px;
}
.summary_title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #252525;
    position: relative;
    top: -14px;
    padding: 0 12px;
    background-color: #fff;
}
.summary_title.bg-gary{background-color: #f5f5f5;}
.summary_content{
    font-size: 17px;
    line-height: 32px;
    color: #252525;
    text-align: left;
}
.bg-blue.lt {
    background-color: #f7fafc !important;
}
.testimonial-author .cover{width: 70px;height: 70px;margin:5px auto 15px;z-index: 99; position: relative;}
ul.member_sidebar{padding-left: 0;margin-top: 20px;transform: translateX(20px);overflow: scroll;}
ul.member_sidebar li{
    list-style: none;
    padding: 20px;
    position: relative;
}
ul.member_sidebar li a{color: #3a3a3a;display: flex; align-items: center;  transition: all 0.3s ease;z-index: 2; position: relative;}
ul.member_sidebar li a > i{margin-right: 8px;font-size: 20px}
ul.member_sidebar li:hover a,ul.member_sidebar li.active a{color: var(--main);font-weight: 600; }
ul.member_sidebar li.active{background-color:#f1f5fa;border-radius: 50px 0 0 50px;}
ul.member_sidebar li.active:before{
    content: '';
    width: 40px;
    height: 40px;
    line-height: 100px;
    display: block;
    text-align: center;
    background-image: radial-gradient(40px at 0px 0px, #ffffff 40px, #f1f5f9 40px);
    position: absolute;
    top: -40px;
    right: 15px;
}
ul.member_sidebar li.active:after{
    content: '';
    width: 40px;
    height: 40px;
    line-height: 100px;
    display: block;
    text-align: center;
    background-image:radial-gradient(40px at 0px 40px, #ffffff 40px, #f1f5f9 0px);
    position: absolute;
    bottom: -40px;
    right: 15px;
}
ul.member_sidebar li a .new,.dropdown.user .new{
    position: absolute;
    right: 10px;
    background-color: #cdac81;
    color: #fff;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 25px;
    border-radius: 24px;
    margin-left: 5px;
    font-size: 14px;
}
aside .card{
    overflow:hidden ;
    border: 5px solid #e4eaf3;
}
aside .card:before{
    content: '';
    border: 1px solid #d2deed;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    left: 4px;
    top: 4px;
}
aside .card .badge{
    position: absolute;
    top: 5px;
    right: 15px;
    border-radius: 0 0 12px 12px !important;
    padding: 5px 12px;
}
aside .ad_list .ad{
    max-width: 250px;
    margin: 0 auto;
}
.social-icons li.user.in a{min-width: 100px;}
.dropdown.user:after {
    content: "\f107";
    position: absolute;
    font-family: "Line Awesome Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: -3px;
    top: 42%;
    font-size: 14px;
    color: #444;
    font-weight: 900;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
#header .header-nav-top .nav > li.menu_user > a{
    padding:5px 12px;
    font-size: 17px;
    /* width: 35px; */
    height: 35px;
    line-height: 26px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 50px !important;
}
#header .header-nav-top .nav > li.menu_user > a{
    color: #fff;
    background-color: var(--main) !important;
}
#header .header-nav-top .nav > li.menu_user a i{margin-left: -3px;}
#header .header-nav-top .nav.member > li.menu_user > a{width: auto}
/* #header .header-nav-top .nav.member > li.menu_user > a:hover{background-color: #fff;color:var(--main) ;} */
.group_btn a.btn{
    padding: 15px 30px 20px;
    border-radius: 4px 4px 0 0 !important;
    font-size: 18px;
    margin-right: 0px;
    background-color: #e8eef6;
    color: #828e9e;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-top: 3px solid #ced5de;
    transform: translate(-1px ,10px);
    z-index: 2;
    position: relative;
}
.group_btn a.btn.active,.group_btn a.btn:hover{
    background-color: #ffffff;
    border-top: 3px solid var(--main);
    color: var(--main);
}
.zindex-2{position: relative; z-index: 2}
.zindex-5{position: relative; z-index: 5}
table th{font-size: 20px;}
table td{font-size: 18px;}
.form-control:disabled, .form-control[readonly]{background-color: #e3e3e3 !important;color: #555;}
.payment th,.about th,.cheak_table [colspan]{background-color: #004a71; color: #fff;font-weight: 600;font-size: 20px;}
.payment td:not(:first-child),.about td:not(:first-child){border-left:1px solid #eee;}
.payment tr:last-child{border-bottom:1px solid #eee;}
.payment td:last-child a,.payment td:first-child a{display: block;color:#212529;}
.payment td:not(:nth-child(2)),.about td:not(:nth-child()){color:#212529;text-align: center;}
.about.td3 td {color:#212529;text-align: center;}
.payment td:last-child a:hover,.post_date_back a:hover,.payment td:first-child a:hover{color:var(--main);text-decoration: none;}
.v2.payment th,.v2.payment td{text-align: center!important;}
.cheak_table{border:1px solid rgb(236 236 236);}
.cheak_table th{ background-color: #f3f5f7; color: #3c5764;font-weight: 400;}
.cheak_table td{background-color: #fff;}
.cheak_table td,.cheak_table th{border-color: rgb(236 236 236);}
.card-img-top{width: 800px;max-width: 100%;}
.links_area .feature-box .feature-box-icon{
    position: absolute;
    left: -20px;
    top: 33%;
}
.dropdown-item.active, .dropdown-item:active{background-color: #ffffff;color: var(--main);}
aside .bg-color-light .btn-arrow-effect-1{flex:0 0 70px;}
html .scroll-to-top {
    border: 1px solid var(--main);
    background-color: transparent;
    border-radius: 25px !important;
    bottom: 56px;
    right: 20px;
    color: var(--main);
    width: 45px;
    height: 49px;
    z-index: 1040;
    font-size: 1em;
    line-height: 27px;
}
html .scroll-to-top:hover{
    background-color: var(--main);
    color: #fff;
}
html .scroll-to-top:before{
    content: 'TOP';
    position: absolute;
    bottom: -27px;
    left: 12px;
}
html .scroll-to-top:hover::before{color: var(--main);}
.member .col-lg-12 .card .row{margin-left: 0px;margin-right: 0px }
.member .col-lg-12 .card .row .cover.h60{padding-bottom: 65%;}
.classLink,.member_sidebar{position: relative;z-index: 5;}
.member_id{text-transform: uppercase;}
.authenticity{width: 150px;}
.show_code{position: absolute; bottom: 5px;padding: 10px;right: 15px;}
.show_code.see i:before{
    content: "\f06e";
}
.show_code i:before{
    content: '\f2a8';
}
#footer .col-md-7{order:2;}
#footer .col-md-5{order:1;}
#freepik_stories-completed{
    max-width: 500px;
    display: block;
    margin: 10px auto;
}
html .btn-gray {
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    color: #FFF;
}
.btn-gray.custom-btn-style-1:before {
    border-color: #b2b2b2 !important;
}
html .btn-gray:hover, html .btn-gray.hover{
    background-color: #c6c6c6;
    color: #fff;
}
.btn-gray.custom-btn-style-1:hover:before {
    border-color: #c6c6c6 !important;
}
.form-control:not(.form-control-lg).notice,.form-control[readonly].notice,.custom-file-input.notice+.custom-file-label{
    border: 1px solid #fcb8b8;
    background-color: #ffeded !important;
}
.upload {
    filter: grayscale(1);
}
[img^=upimg_]{
    background-color: #e4e4e4;
    cursor: pointer;
}
[for^=upimg_]+.btn{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 135px;
    font-size: 15px;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
[for^=upimg_]:hover+.btn{
    display: block;
    opacity: 1;
    bottom: 30px;
}
.h140{padding-bottom: 140%;}
.upload:hover {
    filter: grayscale(0);
}
#edu_else,#service_else{display: none;}
.text-box {
    padding: 20px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    vertical-align: middle;
    border: 2px solid #f3f3f3;
}
.plan_check~label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -10px;
    right: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition-duration: 0.4s;
    transform: scale(0);
}
.plan_check:checked+label.text-box{
    border:2px solid #d1eaf9;
    background-color: #f9fdff;
}
.plan_check+label p{margin-bottom: 0;color:#666;font-size: 18px !important;}
.plan_check+label img{width: 60px;filter: grayscale(1)}
.plan_check:checked+label img{ filter: grayscale(0);}
.plan_check:checked+label p{color:var(--main);}
/* .re_way1,.data_inputs{display: none;} */
.custom-file-label{
    height: 56px;
    padding: 0.975rem 1.25rem;
    transform: translateY(10px);
    background: #f4f4f4;
    border-color: #f7f7f7;
    line-height: 1.5 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 90px;
}
.custom-file-input{
    transform: translateY(10px);
}
.custom-file-label::after{
    content: "選擇檔案";
    background-color: #dfdfdf;
    line-height: 45px;
    height: calc(1.8em + 1.85rem + 2px);
}
#ansA,#ansB,[ans="A0"],[step="A"],[step="A1"],[step="A2"],[pickupa="Y"],[pickupb="Y"],[ans="B0"],[ans="B1"],[ans="B2"],[ans="B"],
[ans="change1"],[ans="change2"],[ans="change3"],.way3,.step3{display: none}
.tp-bullets{transform: matrix(1, 0, 0, 1, -29, -20)!important;}
.breadcrumb li{font-size: 16px;}
.exp{
    position: relative;
    padding-left: 30px;
    color: #444;
}
.exp:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #444;
    left: 0;
    top: 50%;
    color: #444;
}
.ab_txt{
    position: absolute;
    width: 300px;
    left: calc(100% + 10px);
}
.modal-header .close{
    position: absolute;
    top: 10px;
    right: 20px;
}
.btn-light.custom-btn-style-1{
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    color: #5a5a5a;
}
.btn-light.custom-btn-style-1:before {
    border-color: #dfdfdf!important;
}
html body .btn-light.custom-btn-style-1:hover{
    border-color: #f7f7f7;
}
.change_s{
  padding: 1px 10px;
  background-color: var(--main);
  color: #fff;
  margin-left: 3px;
}







:root{
    --font:'微軟正黑體',-apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    --main:#058fd7;
    /*  --maindark:;
     --maindlight:; */
    --second:#e32a87;
    /*   --seconddark:;
      --seconddlight:; */
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
@media (max-width: 1600px){
    .login.v2:after{
        top: 38%;
    }
}
@media (max-width: 1500px){
    .login.v2:after{
        top: 36%;
    }
}
@media (max-width: 1441px) {
    ul.simple-post-list .post-image{width: 30%}
    .login.v2:before{
        background-position: 6%;
        width: 50vw;
        left: 0;
        right: auto;
        min-height: calc(100vh + 200px);
    }
    .login.v2:after {
        height: 40vw;
        left: -7vw;
        top: 43%;
    }
}
@media (max-width: 1367px) {
    .login.v2:after {
        top: 50%;
    }
}


@media (max-width: 1025px) {
    #footer ul.d-flex>li{padding-right: 25px;}
    .card-body iframe{max-width: 100%;height: calc(8 / 16 * 100vmin);}
}

@media (min-width: 992px){
    .news_area .row .col-md-4:not(:nth-child(4n)) {  border-right: 1px solid #eee; }
}
@media (max-width: 821px) {
    .mobile-menu-opened #header .header-nav-top~ button i.la-bars:before{content: '\f00d';}
    #header.header-effect-shrink .header-container{padding-right: 0;}
    #header .header-column.header-column-border-right{border-right: none}
    #header .header-column.header-column-border-left{border-left: none}
    #header .header-nav-top{display: none;}
    #header .header-nav-top~ button i{font-size: 24px;}
    #header .header-logo{margin: .5rem 0;}
    #header.header-effect-shrink .header-container{min-height: 60px}
    .nav-link i{position: absolute;right: 5px;top: 50%;}
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a{border-bottom: 1px solid #e8e8e8;}
    #header .header-nav-main nav{ max-height: 100vh;padding: 0px;padding-bottom: 100px;}
    #header .header-nav-main nav .nav{min-height: calc(100vh - 170px);}
    #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down{opacity: 0}
    #header .header-btn-collapse-nav{width: 70px; height: 100%;}
    #header .header-nav-main nav > ul li a{padding: 15px 8px 15px 15px;font-size: 16px;font-weight: 500;}
    #header .header-nav-main nav > ul li > ul li a.dropdown-item{position: relative;}
    #header .header-nav-main nav > ul li > ul li a.dropdown-item:before{
        content: '';
        height: 1px;
        display: block;
        position: absolute;
        margin-top: 0;
        opacity: 0.3;
        background-color: #333;
        border: none!important;
        width: 7px;
        left: 0px;
        top: 50%;
    }
    .file_download .td:nth-child(2), .download .td:nth-child(1){width:40%;}
    .progressbar-wrapper{transform: translate(-20px,-20px);}
    .progressbar li{font-size: 14px;margin-bottom: 20px;}
    .custom-page-wrapper {padding-left: 3.4vw;padding-right: 3.4vw;}
    .empty{max-width: 100%;}
    .table.payment{min-width: 500px;}
    .table..about{min-width: 350px;}
    .cheak_table{min-width: 570px;}
    .blog-post .info{width: 100%}
    .blog-post h3,.blog-post p{margin-bottom: 15px;}
    .blog-post p{-webkit-line-clamp: 1;}
    article.blog-post .blog-post-image-wrapper .blog-post-date{font-size: 2em;top: 44%;right: 15px;padding: 15px;}
    .file_download .td:nth-child(1), .tr.head .td:nth-child(1){width: 13%}
    ul.member_sidebar{transform: translateX(0px);}
    ul.member_sidebar li.active:before,ul.member_sidebar li.active:after{right:0px;}
    #footer:before{height: 50vw;left: -55%;bottom: 174px;}
    #footer ul.d-flex>li{padding-right: 10px}
    .f-logo{height: 45px !important;}
    .index_ab2 { bottom: -130px;}
    .home .header-nav-links{transform: none;}
    .login.v2:before{
        background-position: center top;
        width: 50vw;
        left: 0;
        right: auto;
        min-height: calc(100vh);
    }
    .login.v2:after {height: 50vw; width: 50vw;}
    .owl-nav button.owl-prev, .owl-nav button.owl-next { width: 30px !important;height: 30px !important;}
    .plan_check+label img { width: 40px;}
    .change_s{display: inline-block;}





}
@media (max-width: 769px) {
    .classLink li > a, ul.nav-list.classLink li a{padding: 10px 40px 10px 20px}
    .news_area .row .col-md-4:nth-child(3n) {
        border-right: none;
    }
    .blog-post .info{display: flex;width: 100%}
    .owl-carousel .owl-nav button.owl-prev{
        left: -15px;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -15px;
    }


}
@media (min-width: 575px){

}
/*iphone plus*/
@media (max-width: 430px) {
    .googlemap iframe{max-height: 150px;overflow-x: hidden}
    .contact_data table td { padding: 10px 0px 10px 10px;}
    .contact_data table th { padding: 10px 10px 10px 0px;min-width: 65px;}
    .news_area .row .col-md-4:not:nth-child(2n-1) { border-right: 1px solid #eee;}
    .scrollable-parallax-wrapper .transform3dx-n50{top:10px !important;}
    .owl-carousel.nav-outside .owl-nav button.owl-next{right:-10px;}
    .owl-carousel.nav-outside .owl-nav button.owl-prev{left:-10px;}
    .owl-item .card-body{padding: 15px;}
    .post-image~.card-body iframe, .card-body iframe{max-width: 100%;height: calc(8 / 16 * 100vmin);}
    .custom-big-font-size-1{font-size: 6rem;}
    .position-relative {transform: translateY(-40px);}
    .custom-page-wrapper~.position-relative {transform: translateY(0px);}
    .index_ab1 img{width: 200px;}
    .position-relative .z-index-2{
        top: 0px;
        right: 26px;
        text-align: right;
        width: 100vw;
    }
    .custom-page-wrapper .container{padding: 0}
    .visible-xs select.form-control:not(.form-control-lg){border:1px solid #dad9d9;}
    .news_area .row .col-md-4{border-right: none !important;margin-bottom: 20px}
    .text-decoration-none .thumb-info{margin-bottom: 10px;}
    .blog-post-image-wrapper{margin-bottom: 20px;}
    article.blog-post .blog-post-image-wrapper .blog-post-date{top:65%;}
    .tr.address{display: flex;flex-wrap: wrap;border-bottom:1px solid #eee;}
    .address .td{display: block; width: 100%;border-bottom:none;text-align: left;padding: 5px 5px 8px 5px;}
    ul.tbl{display: block;}
    .links_area .feature-box-info{min-height: auto;}
    .links_area .feature-box-info p{line-height: 1.5;margin-bottom: 0;min-height: auto;}
    /* .links_area .feature-box{height: 50px;} */
    .links_area .card{margin-left: 30px}
    .links_area .feature-box .feature-box-icon{top: 24%;}
    .contact_data table{overflow:hidden;}
    .member .bg-white.p25{padding: 15px !important;}
    #footer{overflow: hidden;}
    #footer .col-3 a.d-flex{justify-content: end;}
    #footer .col-9 a.d-flex h2{margin-top: 0}
    .login:before{width: 100%;background: #fff}
    .login .text-color-light,.login .text-light{color:#444 !important;}
    .login .custom-stroke-text-effect-1{-webkit-text-stroke-color:rgb(60 60 60 / 10%);}
    .login.v2:before,.login.v2:after{content: none;}
    .login  .z-index-0{top:auto!important;bottom: 32px!important;left: 0px!important;}
    .progressbar-wrapper{width: 100vw;}
    .progressbar{transform: translateX(-33px);margin-top: -40px;}
    .progressbar li, .progressbar li.active{color:rgb(29 29 29 / 60%);}
    .progressbar li:before{border: 5px solid #f9f5f5;background-color:#eaeaea;}
    .progressbar li:after{background-color: #f9f5f5;}
    .post_date{padding: 15px;}
    .custom-page-wrapper {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .pagination{text-align: center;width: 100%;}
    .home .position-relative img.generic{width: 200px; opacity: .3;}
    .plan_check+label p{font-size: 16px !important;}
    .trans-y--140{margin-top: 0;}
    .member_menu_top{
        padding-left: 0;
        display: flex;
        overflow-x: auto;
        max-width: calc(100vw - 20px);
        padding: 5px;
        border-bottom: 1px var(--main) dashed;
    }
    .member_menu_top li{
        padding: 5px 8px;
        min-width: 30%;
        margin: 0 6px 6px;
        border: 1px solid #f0f0f0;
        border-radius: 6px;
        background-color: #fff;
        list-style: none;
        display: inline-flex;
        text-align: center;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
        box-shadow: 0 0 10px rgb(0 0 0 / 5%)
    }
    .member_menu_top li:nth-child(1){margin-left: 0}
    .member_menu_top li.active{
        background-color: var(--main);
        position: relative;
    }
    .member_menu_top li.active::before{
        content: '';
        position: absolute;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        left: -3px;
        top: -3px;
        border: 1px solid var(--main);
        border-radius: 8px;
    }
    .member_menu_top li.active a{color:#fff;}
    .row.p25{padding: 15px !important;}
    .boss_select{right:14px;}
    .ab_txt{
        position: relative;
        display: block;
        width: auto;
        left: 0;
    }
    .modal-body .custom-btn-style-1{width: calc(100% - 10px)}
}


/*iphone: 7px*/
@media (max-width: 400px) {
    #header .header-logo,#header .header-logo img{margin: .5rem 0;width: 220px !important;height: 45px !important;}
    .page-header.page-header-modern.page-header-lg{padding: 40px 0x;}
}



/*iphone 5*/
@media (max-width: 321px) {}


/*iPhone XR*/
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 2) {



}

/*iPhone XS*/
@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {

}

/*iPhone XS Max*/
@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 3) {


}
/*橫拿*/
@media screen and  (orientation:landscape) {}
/*縱拿*/
@media screen and (orientation:portrait) {}
/*設備寬高比*/
@media screen and (device-aspect-ratio: 16/9) {}

