@import url('css.css');
@import url("fontello.css"); /* backward compatible */
@import url("ionicons.min.css");

/*google font*/
@import url(cwtexfangsong.css);
@import url(cwtexhei.css);
@import url(cwtexkai.css);
@import url(cwtexming.css);
@import url(cwtexyen.css);

/**********************************
    Adjustment for Default
***********************************/


._bd_container > ._bd_row, ._bd_container > div > ._bd_row {padding-top:10px;padding-bottom:10px} 
._bd_row img { margin:1.4em 0 1em; }



/**********************************
    General
***********************************/

/*html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Microsoft YaHei';
    font-size: 100%; 
    line-height: 2;
    font-weight: 300;
}*/
._bd_row p,._bd_row td,._bd_row li,._bd_row label {
    font-size: 1.07em; 
    line-height: 2;
    font-weight: 500;
}
._bd_row h1,._bd_row h2,._bd_row h3,._bd_row h4,._bd_row h5,._bd_row h6 {
    font-family: 'Microsoft YaHei';
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.4;
}        

._bd_row h1 {font-size: 2.36em;margin:0.4em 0;}
._bd_row h2 {font-size: 2em;margin:0.6em 0;}
._bd_row h3 {font-size: 1.73em;margin:0.7em 0;}
._bd_row h4 {font-size: 1.6em;margin:0.8em 0;}
._bd_row h5 {font-size: 1.48em;margin:0.8em 0;}
._bd_row h6 {font-size: 1.3em;margin:0.8em 0;}
._bd_row p {margin:1em 0;word-break: break-all;}

._bd_display { margin-bottom: 0.5em;  }
._bd_display h1 {
    font-weight: 800;
    font-size: 3em;
    line-height:1.4;
    
}
._bd_display p {
    font-size: 1.3em;
    font-style: italic;
}

@media all and (max-width: 1024px) {
    ._bd_row h1 {font-size: 1.8em;}
    ._bd_row h2 {font-size: 1.5em;}
    ._bd_row h3 {font-size: 1.2em;}
    ._bd_row h4 {font-size: 1em;}
    ._bd_row h5 {font-size: 0.9em;}
    ._bd_row h6 {font-size: 0.8em;}
    ._bd_display h1 { font-size: 2.2em; }
    ._bd_display p { font-size: 1.1em; }
}
@media all and (max-width: 540px) {
    ._bd_row h1 {font-size: 1.5;}
    ._bd_row h2 {font-size: 1.2em;}
    ._bd_row h3 {font-size: 1em;}
    ._bd_row h4 {font-size: 0.9em;}
    ._bd_row h5 {font-size: 0.8em;}
    ._bd_row h6 {font-size: 0.7em}
    ._bd_display h1 { font-size: 2em; }
    ._bd_display p { font-size: 1.1em; }
}

._bd_row a {color: #0078B2;} 
._bd_row hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin: 2em 0 !important;}    
._bd_row img {display: inline; height: auto; max-width: 100%;}
._bd_row figure {margin:0}
._bd_row ol,._bd_row  ul {line-height: inherit; font-weight: inherit;}

        
/**********************************
    Grid
***********************************/
._bd_container {
    margin: 0 auto;
    max-width: 980px;
    width: 90%;
}
@media (min-width: 40rem) {
    ._bd_column {
        float: left;
        padding-left: 1rem; /* beta3 */
        padding-right: 1rem; /* beta3 */
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    ._bd_column._bd_full { width: 100%; }
    ._bd_column._bd_two-third { width: 66.7%; }
    ._bd_column._bd_two-fourth { width: 75%; }
    ._bd_column._bd_two-fifth { width: 80%; }
    ._bd_column._bd_two-sixth { width: 83.3%; }
    ._bd_column._bd_two-seventh { width: 85.72%; }
    ._bd_column._bd_two-eighth { width: 87.5%; }
    ._bd_column._bd_two-ninth { width: 88.9%; }
    ._bd_column._bd_two-tenth { width: 90%; }
    ._bd_column._bd_half { width: 50%; }
    ._bd_column._bd_third { width: 33.3%; }
    ._bd_column._bd_fourth { width: 25%; }
    ._bd_column._bd_fifth { width: 20%; }
    ._bd_column._bd_sixth { width: 16.6%; }
    ._bd_column._bd_seventh { width: 14.28%; }
    ._bd_column._bd_eighth { width: 12.5%; }
    ._bd_column._bd_ninth { width: 11.1%; }
    ._bd_column._bd_tenth { width: 10%; }
    ._bd_column._bd_flow-opposite { float: right; }  
}
._bd_clearfix:before, ._bd_clearfix:after {content: " ";display: table;}
._bd_clearfix:after {clear: both;}
._bd_clearfix {*zoom: 1;}

@media (max-width: 40rem) {
    ._bd_column {
        /*float: left;*/
        padding-left: 1rem; /* beta3 */
        padding-right: 1rem; /* beta3 */
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    ._bd_column._bd_full { width: 100%; }
    ._bd_column._bd-xs_two-third { width: 66.7%; }
    ._bd_column._bd-xs_two-fourth { width: 75%; }
    ._bd_column._bd-xs_two-fifth { width: 80%; }
    ._bd_column._bd-xs_two-sixth { width: 83.3%; }
    ._bd_column._bd-xs_two-seventh { width: 85.72%; }
    ._bd_column._bd-xs_two-eighth { width: 87.5%; }
    ._bd_column._bd-xs_two-ninth { width: 88.9%; }
    ._bd_column._bd-xs_two-tenth { width: 90%; }
    ._bd_column._bd-xs_half { width: 50%; }
    ._bd_column._bd-xs_third { width: 33.3%; }
    ._bd_column._bd-xs_fourth { width: 25%; }
    ._bd_column._bd-xs_fifth { width: 20%; }
    ._bd_column._bd-xs_sixth { width: 16.6%; }
    ._bd_column._bd-xs_seventh { width: 14.28%; }
    ._bd_column._bd-xs_eighth { width: 12.5%; }
    ._bd_column._bd-xs_ninth { width: 11.1%; }
    ._bd_column._bd-xs_tenth { width: 10%; }
}

   
/**********************************
    Elements
***********************************/

._bd_center {text-align:center}
._bd_right {text-align:right}
._bd_left {text-align:left}
._bd_padding-20 {padding:20px}
._bd_padding-25 {padding:25px}
._bd_padding-30 {padding:30px}
._bd_padding-35 {padding:35px}
._bd_padding-40 {padding:40px}
@media all and (max-width: 540px) {
    ._bd_center {text-align:initial}
    ._bd_right {text-align:initial}
    ._bd_left {text-align:initial}
    ._bd_padding-20 {padding:0}
    ._bd_padding-25 {padding:0}
    ._bd_padding-30 {padding:0}
    ._bd_padding-35 {padding:0}
    ._bd_padding-40 {padding:0}
}

._bd_margin-0 {margin:0 !important} 
._bd_margin-20 {margin:20px !important} 
._bd_margin-25 {margin:25px !important} 
._bd_margin-30 {margin:30px !important} 
._bd_margin-35 {margin:35px !important} 
._bd_margin-40 {margin:40px !important}
._bd_is-card { display:table; background-color:#fff;  }
._bd_is-card > * { display:table; }
._bd_is-card-circle { width:280px; height: 280px; border-radius:500px; padding:70px; margin:0 auto; }
@media all and (max-width: 540px) {
    ._bd_is-card-circle { zoom:0.7; -moz-transform: scale(0.7); }
}
._bd_is-card-content-centered { display:table-cell;vertical-align:middle;text-align:center; }
._bd_max-390 { max-width:390px;margin:0 auto; }
._bd_shadow-1 { /* card */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
}
._bd_shadow-2 { /* screenshot */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
._bd_shadow-3 { /* highlight */
    -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
}

img._bd_circle {border-radius:500px;margin-top:0;}
img._bd_bordered {border: #ccc 1px solid;}

._bd_embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;margin-top: 1.4em;margin-bottom: 1em;} 
._bd_embed-responsive._bd_embed-responsive-16by9 {padding-bottom: 56.25%;}
._bd_embed-responsive._bd_embed-responsive-4by3 {padding-bottom: 75%;}
._bd_embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

._bd_list {position:relative;margin:1.5em 0;}
._bd_list > i {position:absolute;left:-3px;top:7px;font-size:1.7em;line-height:1;} 
._bd_list > h2, ._bd_list > h3 {margin: 0 0 0 50px;}
._bd_list > p {margin: 5px 0 0 50px}

._bd_quote {position:relative;margin:1.5em 0;}
._bd_quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;}
._bd_quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
._bd_quote > p {margin-left:50px;font-size: 1.5em;}

._bd_is-social {line-height:1;margin-bottom:1.5em}
._bd_is-social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
._bd_is-social a:hover > i {color:#08c9b9;}
._bd_is-light-text ._bd_is-social a > i {color:#fff}
._bd_is-light-text ._bd_is-social a:hover > i {color:#fff}
._bd_is-dark-text ._bd_is-social a > i {color:#000}
._bd_is-dark-text ._bd_is-social a:hover > i {color:#000}

/* backward compatible */
._bd_social {line-height:1;margin-bottom:1.5em}
._bd_social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
._bd_social a:hover > i {color:#08c9b9;}
._bd_is-light-text ._bd_social a > i {color:#fff}
._bd_is-light-text ._bd_social a:hover > i {color:#fff}

._bd_is-rounded-button-big {display:inline-block;}
._bd_is-rounded-button-big a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 110px; height: 110px;background-color: #aaa;}
._bd_is-rounded-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px}
._bd_is-rounded-button-big a:first-child {margin:0 20px 0 0;}
._bd_is-rounded-button-big a:last-child {margin:0 0 0 20px;}

._bd_is-rounded-button-medium {display:inline-block;}
._bd_is-rounded-button-medium a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 70px; height: 70px;background-color: #aaa;}
._bd_is-rounded-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px}

._bd_is-boxed-button-big {display:inline-block;}
._bd_is-boxed-button-big a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 110px; height: 110px;background-color: #aaa;}
._bd_is-boxed-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px}

._bd_is-boxed-button-big2 {display:inline-block;}
._bd_is-boxed-button-big2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 150px; height: 70px;background-color: #aaa;}
._bd_is-boxed-button-big2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:35px}

._bd_is-boxed-button-medium {display:inline-block;}
._bd_is-boxed-button-medium a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 70px; height: 70px;background-color: #aaa;}
._bd_is-boxed-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px}

._bd_is-boxed-button-medium2 {display:inline-block;}
._bd_is-boxed-button-medium2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 100px; height: 50px;background-color: #aaa;}
._bd_is-boxed-button-medium2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:25px}

._bd_is-boxed-button-small {display:inline-block;}
._bd_is-boxed-button-small a {display:table;float:left;text-align:center;margin:0 20px 0 0;width: 50px; height: 50px;background-color: #aaa;}
._bd_is-boxed-button-small a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:20px}

.size-12 {font-size:12px}
.size-14 {font-size:14px}
.size-16 {font-size:16px}
.size-18 {font-size:18px}
.size-21 {font-size:21px}
.size-24 {font-size:24px}
.size-32 {font-size:32px}
.size-48 {font-size:48px}
.size-64 {font-size:64px}
.size-80 {font-size:80px}
.size-96 {font-size:96px}
@media all and (max-width: 1024px) {
    .size-12 {font-size:12px}
    .size-14 {font-size:14px}
    .size-16 {font-size:16px}
    .size-18 {font-size:18px}
    .size-21 {font-size:21px}
    .size-24 {font-size:24px}
    .size-32 {font-size:28px}
    .size-48 {font-size:32px}
    .size-64 {font-size:36px}
    .size-80 {font-size:40px}
    .size-96 {font-size:44px}
}


/**********************************
    Title Styles
***********************************/

/* Style 1 */

._bd_is-title1-96 {margin-top:20px;margin-bottom:20px;}
._bd_is-title1-80 {margin-top:15px;margin-bottom:15px;}
._bd_is-title1-64 {margin-top:15px;margin-bottom:15px;}
._bd_is-title1-48 {margin-top:15px;margin-bottom:15px;}
._bd_is-title1-32 {margin-top:15px;margin-bottom:15px;}

/* Style 2 */

._bd_is-title2-96 {margin-top:25px;margin-bottom:20px;}
._bd_is-title2-80 {margin-top:20px;margin-bottom:15px;}
._bd_is-title2-64 {margin-top:20px;margin-bottom:15px;}
._bd_is-title2-48 {margin-top:15px;margin-bottom:15px;}
._bd_is-title2-32 {margin-top:10px;margin-bottom:15px;}

/* Style 3 */

._bd_is-title3-96 {margin-top:30px;margin-bottom:35px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
._bd_is-title3-80 {margin-top:25px;margin-bottom:33px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
._bd_is-title3-64 {margin-top:20px;margin-bottom:30px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
._bd_is-title3-48 {margin-top:20px;margin-bottom:25px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
._bd_is-title3-32 {margin-top:20px;margin-bottom:20px;padding:15px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}

._bd_is-light-text ._bd_is-title3-96 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
._bd_is-light-text ._bd_is-title3-80 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
._bd_is-light-text ._bd_is-title3-64 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
._bd_is-light-text ._bd_is-title3-48 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
._bd_is-light-text ._bd_is-title3-32 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}

._bd_is-dark-text ._bd_is-title3-96 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
._bd_is-dark-text ._bd_is-title3-80 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
._bd_is-dark-text ._bd_is-title3-64 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
._bd_is-dark-text ._bd_is-title3-48 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
._bd_is-dark-text ._bd_is-title3-32 {border-top:#000 2px solid;border-bottom:#000 2px solid;}

/* Style 4 */

._bd_is-title4-96 {margin-top:30px;margin-bottom:35px;padding:20px 30px;border:#000 2px solid;}
._bd_is-title4-80 {margin-top:25px;margin-bottom:33px;padding:20px 30px;border:#000 2px solid;}
._bd_is-title4-64 {margin-top:20px;margin-bottom:30px;padding:18px 28px;border:#000 2px solid;}
._bd_is-title4-48 {margin-top:20px;margin-bottom:25px;padding:18px 25px;border:#000 2px solid;}
._bd_is-title4-32 {margin-top:20px;margin-bottom:20px;padding:15px 20px;border:#000 2px solid;}

._bd_is-light-text ._bd_is-title4-96 {border:#fff 2px solid;}
._bd_is-light-text ._bd_is-title4-80 {border:#fff 2px solid;}
._bd_is-light-text ._bd_is-title4-64 {border:#fff 2px solid;}
._bd_is-light-text ._bd_is-title4-48 {border:#fff 2px solid;}
._bd_is-light-text ._bd_is-title4-32 {border:#fff 2px solid;}

._bd_is-dark-text ._bd_is-title4-96 {border:#000 2px solid;}
._bd_is-dark-text ._bd_is-title4-80 {border:#000 2px solid;}
._bd_is-dark-text ._bd_is-title4-64 {border:#000 2px solid;}
._bd_is-dark-text ._bd_is-title4-48 {border:#000 2px solid;}
._bd_is-dark-text ._bd_is-title4-32 {border:#000 2px solid;}

/* Style 5 */

._bd_is-title5-96 {margin-top:10px;margin-bottom:35px;padding-bottom:25px;border-bottom:#000 2px solid;}
._bd_is-title5-80 {margin-top:10px;margin-bottom:33px;padding-bottom:25px;border-bottom:#000 2px solid;}
._bd_is-title5-64 {margin-top:10px;margin-bottom:30px;padding-bottom:20px;border-bottom:#000 2px solid;}
._bd_is-title5-48 {margin-top:10px;margin-bottom:25px;padding-bottom:20px;border-bottom:#000 2px solid;}
._bd_is-title5-32 {margin-top:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:#000 2px solid;}

._bd_is-light-text ._bd_is-title5-96 {border-bottom:#fff 2px solid;}
._bd_is-light-text ._bd_is-title5-80 {border-bottom:#fff 2px solid;}
._bd_is-light-text ._bd_is-title5-64 {border-bottom:#fff 2px solid;}
._bd_is-light-text ._bd_is-title5-48 {border-bottom:#fff 2px solid;}
._bd_is-light-text ._bd_is-title5-32 {border-bottom:#fff 2px solid;}

._bd_is-dark-text ._bd_is-title5-96 {border-bottom:#000 2px solid;}
._bd_is-dark-text ._bd_is-title5-80 {border-bottom:#000 2px solid;}
._bd_is-dark-text ._bd_is-title5-64 {border-bottom:#000 2px solid;}
._bd_is-dark-text ._bd_is-title5-48 {border-bottom:#000 2px solid;}
._bd_is-dark-text ._bd_is-title5-32 {border-bottom:#000 2px solid;}

/* Extra Title Styles */

._bd_is-title-lite {letter-spacing:3px;word-spacing:5px;}
._bd_is-title-lite._bd_is-title3-96, ._bd_is-title-lite._bd_is-title4-96, ._bd_is-title-lite._bd_is-title5-96 {letter-spacing:4px;word-spacing:8px;}
._bd_is-title-lite._bd_is-title3-80, ._bd_is-title-lite._bd_is-title4-80, ._bd_is-title-lite._bd_is-title5-80 {letter-spacing:4px;word-spacing:8px;}
._bd_is-title-lite._bd_is-title3-64, ._bd_is-title-lite._bd_is-title4-64, ._bd_is-title-lite._bd_is-title5-64 {letter-spacing:4px;word-spacing:8px;}
._bd_is-title-lite._bd_is-title3-48, ._bd_is-title-lite._bd_is-title4-48, ._bd_is-title-lite._bd_is-title5-48 {letter-spacing:4px;word-spacing:8px;}
._bd_is-title-lite._bd_is-title3-32, ._bd_is-title-lite._bd_is-title4-32, ._bd_is-title-lite._bd_is-title5-32 {letter-spacing:3px;word-spacing:5px;}

._bd_is-title-bold {font-weight:800;}
._bd_is-title-bold._bd_is-title3-96, ._bd_is-title-bold._bd_is-title4-96, ._bd_is-title-bold._bd_is-title5-96 {border-width:4px;}
._bd_is-title-bold._bd_is-title3-80, ._bd_is-title-bold._bd_is-title4-80, ._bd_is-title-bold._bd_is-title5-80 {border-width:4px;}
._bd_is-title-bold._bd_is-title3-64, ._bd_is-title-bold._bd_is-title4-64, ._bd_is-title-bold._bd_is-title5-64 {border-width:3px;}
._bd_is-title-bold._bd_is-title3-48, ._bd_is-title-bold._bd_is-title4-48, ._bd_is-title-bold._bd_is-title5-48 {border-width:3px;}
._bd_is-title-bold._bd_is-title3-32, ._bd_is-title-bold._bd_is-title4-32, ._bd_is-title-bold._bd_is-title5-32 {border-width:2px;}


/**********************************
    Into Styles
***********************************/

._bd_is-info1 {margin-top:10px;margin-bottom:0px;font-style:italic;}
._bd_is-info1.size-21 {margin-top:12px;}
._bd_is-info1.size-24 {margin-top:15px;}

._bd_is-info2 {margin-top:10px;margin-bottom:0px;}
._bd_is-info2.size-21 {margin-top:12px;}
._bd_is-info2.size-24 {margin-top:15px;}


/**********************************
    Buttons Styles
***********************************/

._bd_is-btn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;    

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}

/* ghost1 default */
._bd_is-btn-ghost1 { color: #000; border: 2px solid #111; } 
._bd_is-btn-ghost1:hover, ._bd_is-btn-ghost1:active, ._bd_is-btn-ghost1:focus {
    color: #fff;
    background-color: #111;
    border: 2px solid #111;
}

/* ghost1 light-text */
._bd_is-light-text ._bd_is-btn-ghost1,
._bd_is-dark-text ._bd_is-light-text ._bd_is-btn-ghost1  { color: #fff; border: 2px solid #fff;}
._bd_is-light-text ._bd_is-btn-ghost1:hover, ._bd_is-light-text ._bd_is-btn-ghost1:active, ._bd_is-light-text ._bd_is-btn-ghost1:focus,
._bd_is-dark-text ._bd_is-light-text ._bd_is-btn-ghost1:hover, ._bd_is-dark-text ._bd_is-light-text ._bd_is-btn-ghost1:active, ._bd_is-dark-text ._bd_is-light-text ._bd_is-btn-ghost1:focus  {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/* ghost1 dark-text */
._bd_is-dark-text ._bd_is-btn-ghost1,
._bd_is-light-text ._bd_is-dark-text ._bd_is-btn-ghost1 { color: #000; border: 2px solid #111; }
._bd_is-dark-text ._bd_is-btn-ghost1:hover, ._bd_is-dark-text ._bd_is-btn-ghost1:active, ._bd_is-dark-text ._bd_is-btn-ghost1:focus,
._bd_is-light-text ._bd_is-dark-text ._bd_is-btn-ghost1:hover, ._bd_is-light-text ._bd_is-dark-text ._bd_is-btn-ghost1:active, ._bd_is-light-text ._bd_is-dark-text ._bd_is-btn-ghost1:focus  {
    color: #fff;
    background-color: #111;
    border: 2px solid #111;
}

/* ghost2 default */
._bd_is-btn-ghost2 { color: #000; /*border: 2px solid #d7d7d7;*/ background-color: #0078B2; }
._bd_is-btn-ghost2:hover, ._bd_is-btn-ghost2:active, ._bd_is-btn-ghost2:focus {
    color: #000;
    background-color: #7bbfea;
  /*  border: 2px solid #cdcdcd;*/
}

/* ghost2 light-text */
._bd_is-light-text ._bd_is-btn-ghost2,
._bd_is-dark-text ._bd_is-light-text ._bd_is-btn-ghost2  { color: #000; border: 2px solid #f9f9f9; background-color: #f9f9f9; }
._bd_is-light-text ._bd_is-btn-ghost2:hover, ._bd_is-light-text ._bd_is-btn-ghost2:active, ._bd_is-light-text ._bd_is-btn-ghost2:focus,
._bd_is-dark-text ._bd_is-light-text ._bd_is-btn-ghost2:hover, ._bd_is-dark-text ._bd_is-light-text ._bd_is-btn-ghost2:active, ._bd_is-dark-text ._bd_is-light-text ._bd_is-btn-ghost2:focus  {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/* ghost2 dark-text */
._bd_is-dark-text ._bd_is-btn-ghost2,
._bd_is-light-text ._bd_is-dark-text ._bd_is-btn-ghost2  { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
._bd_is-dark-text ._bd_is-btn-ghost2:hover, ._bd_is-dark-text ._bd_is-btn-ghost2:active, ._bd_is-dark-text ._bd_is-btn-ghost2:focus,
._bd_is-light-text ._bd_is-dark-text ._bd_is-btn-ghost2:hover, ._bd_is-light-text ._bd_is-dark-text ._bd_is-btn-ghost2:active, ._bd_is-light-text ._bd_is-dark-text ._bd_is-btn-ghost2:focus {
    color: #000;
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
}

._bd_is-btn-small { padding: 5px 25px; font-size: 0.85em; }
._bd_is-upper {  }
._bd_is-rounded-30 { border-radius: 30px; }



/* Old Buttons */

._bd_btn {
    padding: 7px 25px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 5px;
    letter-spacing: 1px;    

    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}

._bd_btn._bd_btn-primary {color: #ffffff;background-color: #08c9b9;}
._bd_btn._bd_btn-primary:hover {color: #ffffff;background-color: #07b0a2;border-color: #07b0a2;}
._bd_btn._bd_btn-default {color: #333333;background-color: #d3d3d3;}
._bd_btn._bd_btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}


/**********************************
    Header Image with Caption
***********************************/
figure._bd_hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;   
}
figure._bd_hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure._bd_hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure._bd_hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure._bd_hdr h2 {
	font-weight: 300;
	
}
figure._bd_hdr h2 span {
	font-weight: 800;
}
figure._bd_hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	
}
figure._bd_hdr h2, figure._bd_hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure._bd_hdr div {
	height: 100%; 
	z-index:0;
}
figure._bd_hdr div::before,
figure._bd_hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure._bd_one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure._bd_one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure._bd_two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure._bd_two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure._bd_three figcaption {
	height: 70%; 
}
figure._bd_three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure._bd_four figcaption {
	height: 60%; 
	text-align: left;
}
figure._bd_four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure._bd_five figcaption {
	height: 100%; 
	text-align: right;
}
figure._bd_five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure._bd_five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure._bd_six figcaption {
	height: 70%;
}
figure._bd_six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure._bd_six p {
	padding-top: 6%;
}
/* Seven */
figure._bd_seven figcaption {
	height: 90%;
	text-align:left;
}
figure._bd_seven h2 {
	border-bottom: 3px solid #fff;
}
figure._bd_seven p {
    padding-top: 1em;
}
/* Eight */
figure._bd_eight figcaption {
	height: 100%; 
	text-align: right;
}
figure._bd_eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure._bd_eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}
/*2016.11.01 new table*/
.stu_titletext{display: table; width:100%; padding:10px; text-align:center; background:#ba2b27; color:#fff; font-size:18px; letter-spacing:3px; margin:10px 0px;}
.stu_titletext::after{border-right: 10px solid transparent; border-left: 10px solid transparent; border-bottom: 10px solid #ba2b27; content: " "; height: 0; margin-left: -10px; position: absolute; width: 0; right: 50%; top: 0;}
._bd_row p{word-break: normal;}

/*2017.09.28 add */
._bd_rwd260X3{
    width:780px;margin:0 auto;
    text-align: center;
}
._bd_rwd260X3 .img{max-width:260px!important;margin: 0 auto;}
 
@media all and (max-width: 800px) {
    ._bd_rwd260X3{
        width:520px;
    }

    ._bd_rwd260X3 .img:nth-child(3) {
        float:none;
        display: inline-block;
    }
}
@media all and (max-width: 480px) {
    ._bd_rwd260X3{
        width:100%;
    }
    ._bd_rwd260X3 .img {
        max-width: 100%!important;
    }    
}