/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
*, *::after, *::before {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*	font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    background-color: white;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
    display: block;
    position: relative;
    z-index: 10;
    background: white;
    letter-spacing: 1px;
    background-color: #f7f7f7;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: sup;
}

body.active {
    overflow-x: hidden;
    max-height: 100%;
}

input, textarea, select {
    font-family: Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
}

h1, h2, h3 {
    font-family: Microsoft JhengHei, serif;
    font-weight: 300;
}

select::-ms-expand {
    display: none;
}

.clear {
    clear: both;
}

.colorful {
    background: rgb(46, 166, 147);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea693', endColorstr='#3092ab', GradientType=0);
    /* IE6-9 */
}

#content {
    position: relative;
    display: block;
    padding: 0;
    z-index: 5;
    margin: 0;
    /*    opacity: 0;*/
}

.active05 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.active03 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.after:after {
    content: '';
    display: block;
    clear: both;
}

#loader_box {
    position: fixed;
    z-index: 2999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

#loader {
    position: fixed;
    z-index: 2999;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}

/*a {
text-decoration: none;
color: black;
}*/

header#menu20170313 {
    position: fixed;
    position: expression(fixed);
    width: 100%;
    top: -10px;
    opacity: 0;
    left: 0;
    box-shadow: 1px 1px 29px rgba(0, 0, 0, 0.0);
    z-index: 999;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}


header#menu20170313 {
    padding: 20px 0px 20px 0px;
}

header#menu20170313.start {
    opacity: 1;
    top: 0;
}

header#menu20170313.hide {
    visibility: hidden;
    opacity: 0;
}

header#menu20170313 .logo {
    float: left;
    width: 290px;
    position: relative;
    /*-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;*/
}

header#menu20170313.active #menu_block .right_btn .btn, header#menu20170313.show #menu_block .right_btn .btn, header#menu20170313.inner #menu_block .right_btn .btn {
    border-color: #1da388;
}

header#menu20170313.active {
    background-color: #f7f7f8;
    padding-top: 11px;
    padding-bottom: 11px;
    box-shadow: 1px 1px 29px rgba(0, 0, 0, 0.03);
}

header#menu20170313.active #menu_block .right_btn {
    margin-top: 8px;
}

header#menu20170313.show #menu_block .right_btn {
    margin-top: 0;
}

header#menu20170313.active #menu_block nav .link, header#menu20170313.inner #menu_block nav .link {
    color: #383838;
    margin-top: 8px;
}

header#menu20170313 .logo img {
    display: block;
    width: 100%;
}

header#menu20170313 .logo img.white {
    display: none;
}

header#menu20170313 .logo.white img {
    display: none;
}

header#menu20170313 .logo.white img.white {
    display: block;
}

header#menu20170313.inner .logo.white img.white {
    display: none;
}

header#menu20170313.inner .logo.white img {
    display: block;
}

header#menu20170313.active .logo.white img.white, header#menu20170313.active .logo img.white {
    display: none;
}

header#menu20170313.active .logo img {
    display: block;
}

header#menu20170313.show {
    background-color: #f0f0f0;
    /*padding-top: 80px;*/
}

#menu20170313 .copyright {
    color: #a8a8a9;
    font-size: 0.75em;
    position: absolute;
    bottom: 60px;
    margin-left: 14px;
    display: none;
    line-height: 19px;
}

header#menu20170313.show .logo.white img.white {
    display: none;
}

header#menu20170313.show .logo.white img {
    display: block;
}

header#menu20170313.show #menu_block nav .link {
    color: black;
    position: relative;
    margin-top: 0;
}

#head_shadow {
    display: none;
    visibility: hidden;
    opacity: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.74);
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    cursor: pointer;
    z-index: 50;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

    #head_shadow.show {
        /*z-index: 50;*/
        visibility: visible;
        opacity: 1;
    }

header#menu20170313.show #menu_block nav .link:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 0;
    bottom: -19px;
    background: rgb(46, 166, 147);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #91C41D 0%, #037F3E 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea693', endColorstr='#3092ab', GradientType=0);
    /* IE6-9 */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

header#menu20170313.show #menu_block nav .link.active:after {
    height: 138px;
}

header#menu20170313 #menu_block:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #dddddd;
    top: 70px;
    left: 0;
}

header#menu20170313.show #menu_block {
    /*margin-bottom: 55px;*/
    width: auto;
    /*width: 100%;
    text-align: right;*/
    float: right;
}

header#menu20170313.show #menu_block:before, header#menu20170313.inner #menu_block:before {
    width: 100%;
}

header#menu20170313 #menu_block nav .link_box {
    display: none;
    /*float: left;*/
    padding-top: 30px;
    /*width: 600px;*/
    margin-top: 21px;
    font-size: 0.875em;
    position: relative;
    text-align: left;
}

    /*header#menu20170313 #menu_block nav .link_box p_link {
        float: left;
        width: 50%;
    }*/

    header#menu20170313 #menu_block nav .link_box a {
        float: left;
         width: 50%;
        /*padding-left: 35px;*/
        padding: 0 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: black;
        line-height: 20px;
        /*-webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;*/
        border-left: solid 1px #dddddd;
        min-height: 42px;
    }

header#menu20170313 #menu_block nav .link_box a.active {
    color: #3094a8;
}

header#menu20170313 #menu_block nav .link_box a:hover {
    color: #2297b5;
}

header#menu20170313 #menu_block nav .link_box:before {
    /*content: '';
    background-color: #dddddd;
    position: absolute;
    left: 0;
    top: 64px;
    height: calc(100% - 61px);
    width: 1px;*/
}

header#menu20170313 #menu_block nav .link_box:after {
    /*content: '';
    background-color: #dddddd;
    position: absolute;
    left: 50%;
    top: 64px;
    height: calc(100% - 61px);
    width: 1px;*/
}

header#menu20170313 #menu_block nav .link_box a:last-child, header#menu20170313 #menu_block nav .link_box a.zz {
    margin-bottom: 0;
}

header#menu20170313.show #menu_block nav #menu_main_width {
    display: inline-block;
}

header#menu20170313.show #menu_block nav .clear_fix {
    clear: both;
}

header#menu20170313 .now {
    background-color: #1da38a;
    position: absolute;
    width: 130px;
    height: 4px;
    LEFT: 100VW;
    bottom: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

header#menu20170313.active .now {
    bottom: 10px
}

header#menu20170313.show .now {
    display: none;
}

header#menu20170313 #menu_block {
    display: inline-block;
    float: right;
    position: relative;
}



header#menu20170313 #menu_block nav {
    float: right;
    /*margin-right: 20px;*/
    /*width: 540px;*/
    width: auto;
    position: relative;
    margin-top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 10px;
}

header#menu20170313.show #menu_block nav {
    margin-bottom: 35px;
    text-align: right;
}

header#menu20170313 #menu_block nav .link {
    font-size: 0.938em;
    color: black;
    display: inline-block;
    margin: 0 0px;
    padding: 12px 12px;
    position: relative;
    cursor: pointer;
}

header#menu20170313 #menu_block nav .link span {
    z-index: 2;
    position: relative;
}

header#menu20170313 #menu_block nav .link a {
    z-index: 2;
    position: relative;
}

header#menu20170313 #menu_block nav .link.active a {
    color: #fff;
}

header#menu20170313.show #menu_block nav .link.active {
    color: white;
}

header#menu20170313 .bar, header#menu20170313 .mobile_mail {
    display: none;
}

#mobile_menu {
    display: none;
}

.fancybox-close {
    display: none;
}

@media only screen and (min-width: 1025px) {
    #language_box .lang_link:hover {
        background-color: #209ca5;
    }

    #menu20170313.white.active #language_box .lang_link:hover {
        background-color: #209ca5;
        color: white;
    }
   
    header#menu20170313 #menu_block .right_btn .btn:hover, header#menu20170313 #menu_block .right_btn .btn.active {
        background-position: 50% 50%;
    }

    header#menu20170313 #menu_block .right_btn .btn:hover img, header#menu20170313 #menu_block .right_btn .btn.active img {
        opacity: 0;
    }

    header#menu20170313.active #menu_block .right_btn .btn:hover img {
        opacity: 1;
    }    
}

@media only screen and (max-width: 1024px) {
    body, html {
        width: 100vw;
        overflow-x: hidden;
    }

    header {
        background-color: white;
        height: 85px;
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
        max-width: 100%;
        padding: 24px 35px;
    }

    header#menu20170313.white #searchbox, header#menu20170313.white #searchbox2 {
        background-color: rgb(240, 241, 243);
    }

    header#menu20170313 .logo {
        /*width: 95px;*/
        z-index: 800;
        margin-top: -16px;
    }

    header#menu20170313.active .logo {
        /*margin-top: -5px;*/
    }

    header#menu20170313.active.show .logo {
        margin-top: 0
    }

    header#menu20170313.show .logo.white img.white {
        display: none;
    }

    header#menu20170313.show {
        padding-top: 30px;
        background-color: transparent;
    }

    header#menu20170313.active .bar div:before, header#menu20170313.active .bar:before, header#menu20170313.active .bar div:after {
        background-color: black;
    }

    header#menu20170313.active .mobile_mail {
        border: 1px solid #cfcfcf;
        background-image: url(../images/top_mail_b.svg);
        opacity: 1;
    }

    header#menu20170313, header#menu20170313.active {
        padding: 30px 30px;
        background-color: #f7f7f8;
    }

    header#menu20170313 #menu_block {
        display: none !important;
    }

    header#menu20170313 .bar {
        border: 1px solid#1ea18e;
        width: 66px;
        height: 66px;
        position: absolute;
        right: 11px;
        top: 11px;
        display: block;
        z-index: 10;
        text-align: center;
        z-index: 800;
    }

    header#menu20170313 .bar:before {
        content: '';
        display: block;
        width: 18px;
        background-color: white;
        height: 1px;
        left: 50%;
        margin-left: -9px;
        position: absolute;
        top: 31px;
        /*    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;*/
    }

    header#menu20170313 .bar.show {
        border-color: rgba(46, 165, 148, 0.41);
        -webkit-transition: all .3s ease, width .3s ease, height .3s ease .4s;
        -moz-transition: all .3s ease, width .3s ease, height .3s ease .4s;
        -o-transition: all .3s ease, width .3s ease, height .3s ease .4s;
        -ms-transition: all .3s ease, width .3s ease, height .3s ease .4s;
        transition: all .3s ease, width .3s ease, height .3s ease .4s;
    }

    header#menu20170313 .bar div {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    header#menu20170313 .bar div:before {
        content: '';
        display: block;
        width: 18px;
        background-color: white;
        height: 1px;
        left: 50%;
        margin-left: -9px;
        position: absolute;
        top: 26px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    header#menu20170313 .bar div:after {
        display: block;
        width: 18px;
        background-color: white;
        height: 1px;
        left: 50%;
        margin-left: -9px;
        position: absolute;
        top: 36px;
        content: '';
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    header#menu20170313.show .bar div:before, header#menu20170313.show .bar div:after {
    width: 0;
    background-color: #1da38a;
    }

    header#menu20170313 .bar {
        right: 8px;
        top: 8px;
    }

    header#menu20170313.show .bar:before {
    background-color: #1da38a;
    width: 1px;
    height: 18px;
    margin-left: -0.5px;
    top: 24px;
    }

    header#menu20170313 .top_lang {
    border: 1px solid rgba(46, 165, 148, 0.41);
    width: 66px;
    height: 66px;
    position: absolute;
    right: 12px;
    top: 76px;
    display: block;
    z-index: 10;
    text-align: center;
    z-index: 800;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    }

    header#menu20170313 .top_lang.show {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    header#menu20170313 .top_lang div {
        background-image: url(../images/top_language_color.png);
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        background-size: 20px;
        z-index: 3;
    }

    header#menu20170313 .top_lang:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
        top: 0;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        background: rgb(46, 166, 147);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea693', endColorstr='#3092ab', GradientType=0);
        /* IE6-9 */
    }

    header#menu20170313 .top_lang.active:before {
        opacity: 1;
    }

    header#menu20170313 .top_lang.active div {
        background-image: url(../images/top_language.png);
    }

    header#menu20170313 .mobile_mail {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 66px;
    height: 66px;
    position: absolute;
    right: 76px;
    top: 11px;
    display: block;
    z-index: 10;
    text-align: center;
    opacity: 1;
    background-image: url(../images/top_mail_a0.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    }

    #mobile_menu {
    display: block;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #f0f1f3;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    }

    #mobile_menu:before {
        content: '';
        background: rgb(46, 166, 147);
        /* Old browsers */
        background: -moz-linear-gradient(to right, #D6DE00, #91C41D);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(to right, #D6DE00, #91C41D);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #D6DE00, #91C41D);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6DE00', endColorstr='#91C41D', GradientType=0);
        /* IE6-9 */
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

    #mobile_menu #menu_inner {
        background-color: #f0f1f3;
        position: absolute;
        width: calc(100% - 26px);
        top: 0;
        height: calc(100% - 26px);
        left: 0;
        z-index: 3;
        margin: 12px;
        overflow: hidden;
    }

    #mobile_menu.show {
        -webkit-transform: translateX(-0%);
        -moz-transform: translateX(-0%);
        -ms-transform: translateX(-0%);
        transform: translateX(-0%);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
        transition: all .6s ease;
    }

    #mobile_menu #close {
        background-image: url(../images/close.png);
        width: 77px;
        height: 67px;
        display: block;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
    }

    #main_box, #lang_box {
        display: block;
        position: relative;
        width: 366px;
        height: auto;
        overflow-x: hidden;
        overflow-y: scroll;
        margin-top: 92px;
        left: 0;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
        transition: all .6s ease;
        visibility: visible;
        opacity: 1;
    }

    #main_box.hide, #lang_box.hide {
    left: -100%;
    visibility: visible;
    opacity: 0;
    position: absolute;
    }

    #main_box .mm_linker {
        display: block;
        font-size: 1.125em;
        color: #272727;
        width: 100%;
        padding: 28px 10% 28px 0;
        margin: 0 auto;
        border-bottom: 1px solid #dadada;
        letter-spacing: 4px;
        position: relative;
    }

    #main_box .mm_linker::after {
        content: '';
        background-image: url(../images/arrow.png);
        width: 9px;
        height: 10px;
        display: block;
        position: absolute;
        right: 10%;
        top: 27px;
    }

    #main_box .onlylink, #lang_box .onlylink {
        display: block;
        font-size: 1.125em;
        color: #272727;
        width: 100%;
        padding: 28px 10% 28px 0;
        margin: 0 auto;
        border-bottom: 1px solid #dadada;
        letter-spacing: 4px;
        position: relative;
    }

    #main_box .onlylink.noline, #lang_box .onlylink.noline {
        border-bottom: 0;
    }

    #lang_box .onlylink.active {
        color: #1da38a;
    }

    #main_box .special {
    display: block;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 45px;
    }

    #main_box .special::after {
    content: '';
    display: block;
    clear: both;
    }

    #main_box .special a {
    width: 50%;
    max-width: 320px;
    }

    #mobile_menu .nav_box {
    position: absolute;
    width: 366px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 92px;
    left: 0;
    z-index: 600;
    display: block;
    height: 0;
    /*    height: calc(100vh - 92px);*/
    left: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    visibility: hidden;
    opacity: 0;
    }

    #mobile_menu .nav_box.active {
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0%;
    height: auto;
    overflow: hidden;
    }

    #mobile_menu .nav_box .sub_first {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    /*    overflow-y: scroll;*/
    top: 0;
    visibility: visible;
    left: 0;
    z-index: 600;
    display: block;
    /*    height: calc(100vh - 92px);*/
    background-color: #f0f1f3;
    }
    /*#mobile_menu .nav_box .sub_first.hide{
    visibility: hidden;
    }*/
    #mobile_menu .nav_box .sub_first label {
        display: block;
        background-color: #f0f1f3;
        color: #272727;
        width: 100%;
        padding: 24px 0%;
        margin: 0 auto;
        text-align: right;
        font-size: 1.125em;
        border-bottom: 1px solid #272727;
    }

    #mobile_menu .nav_box .sub_first label::before {
        content: '';
        background-image: url(../images/arrow.png);
        width: 9px;
        height: 10px;
        display: block;
        position: absolute;
        left: 0%;
        top: 27px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #mobile_menu .nav_box .sub_first .t_linker, #mobile_menu .sub_nav_box .t_linker {
        color: #272727;
        font-size: 1em;
        padding: 24px 0%;
        margin: 0 auto;
        display: block;
        text-align: left;
        border-bottom: 1px solid #dddddd;
    }

    #mobile_menu .nav_box .sub_first .t_linker:last-child, #mobile_menu .sub_nav_box .t_linker:last-child {
        border-bottom: 0;
    }

    #mobile_menu .nav_box .sub_first .t_linker.has_child, #mobile_menu .sub_nav_box .t_linker.has_child {
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: right 50%;
    }

    #mobile_menu .sub_nav_box {
    position: absolute;
    width: 100%;
    /*    overflow-y: scroll;*/
    top: 0;
    left: 100%;
    z-index: 700;
    display: block;
    /*    height: calc(100vh - 92px);*/
    background-color: #f0f1f3;
    /*    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); */
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    visibility: hidden;
    opacity: 0;
    }

    #mobile_menu .sub_nav_box.active {
    /*    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);  */
    visibility: visible;
    min-height: 100px;
    opacity: 1;
    left: 0;
    }

    #mobile_menu .sub_nav_box label {
        display: block;
        background-color: #f0f1f3;
        color: #272727;
        width: 100%;
        padding: 24px 0%;
        margin: 0 auto;
        text-align: right;
        font-size: 1.125em;
        border-bottom: 1px solid #272727;
    }

    #mobile_menu .sub_nav_box label::before {
    content: '';
    background-image: url(../images/arrow.png);
    width: 9px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0%;
    top: 27px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

    #mobile_menu .sub_nav_box .back, #mobile_menu .sub_nav_box .back_up {
    width: 100%;
    padding: 24px 0%;
    margin: 0 auto;
    display: block;
    color: #2fa595;
    position: relative;
    font-size: 1em;
    text-align: right;
    border-bottom: 1px solid #dedede;
    }

    #mobile_menu .sub_nav_box .back_up {
    color: #272727;
    }

    #mobile_menu .sub_nav_box .back::before, #mobile_menu .sub_nav_box .back_up::before {
    content: '';
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: left 50%;
    width: 9px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 27px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    }

    #mobile_menu .sub_nav_box .link {
    width: 100%;
    padding: 24px 0%;
    margin: 0 auto;
    display: block;
    color: #272727;
    position: relative;
    font-size: 1em;
    text-align: left;
    border-bottom: 1px solid #dedede;
    }

    #mobile_menu .sub_nav_box .link:last-child {
    border-bottom: 0;
    }

    #menu_inner .menu_show {
    height: 100vh;
    overflow-y: scroll;
    display: block;
    position: relative;
    left: 23vw;
    width: 77vw;
    overflow-x: hidden;
    }

    #menu_inner .other {
    display: block;
    width: calc(67vw + 65px);
    border-top: 1px solid #1da38a;
    position: relative;
    right: 0;
    margin-bottom: 50px;
    height: 200px;
    margin-top: 75px;
    }

    #menu_inner .other .group {
    display: block;
    margin-top: 50px;
    padding-top: 0;
    float: left;
    }

    #menu_inner .other .group a {
    display: inline-block;
    }

    #menu_inner .other .group a img {
        width: 30px;
    }

    #searchbox {
        border: 1px solid #c9c9c9;
        position: absolute;
        right: 31px;
        top: 44px;
        width: 313px;
        visibility: visible;
        opacity: 1;
    }

    #menu20170313.show .copyright {
        RIGHT: 15px;
        width: 330px;
        margin-left: 0;
        letter-spacing: 0;
    }

    #menu20170313.show > .copyright {
        display: none;
    }
   
    header#menu20170313 .now {
        display: none;
    }

    .morebutton .arrow {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    #menu_inner .menu_show {
        left: 5vw;
        width: 95vw;
        margin-top: 70px;
    }

    #main_box, #lang_box, #mobile_menu .nav_box {
        margin-top: 22px
    }

    #menu_inner .other {
        width: calc(82vw + 65px);
    }

    #searchbox {
    }
}

@media only screen and (max-width: 600px) {    
    #searchbox {
        right: auto;
        left: 0;
        top: 35px;
    }

    #main_box, #lang_box {
        margin-top: 30px;
    }

    #menu_inner .other .group {
        margin-top: 95px;
    }

    #banner {
        margin-top: 64px;
    }

    #menu20170313.show .copyright {
        RIGHT: auto;
        width: 100%;
        margin-top: 20px;
        letter-spacing: 0;
        left: 0;
        position: relative;
        float: left;
        bottom: auto;
    }

    #main_box .mm_linker::after {
        right: 0;
    }
}

@media only screen and (max-width: 500px) {
    #main_box .mm_linker, #main_box .onlylink, #lang_box .onlylink, #mobile_menu .nav_box .sub_first label, #mobile_menu .sub_nav_box label, #mobile_menu .sub_nav_box .back, #mobile_menu .sub_nav_box .back_up {
        font-size: 0.938em;
        padding: 20px 10% 20px 0;
    }

    #mobile_menu .nav_box .sub_first .t_linker, #mobile_menu .sub_nav_box .t_linker, #mobile_menu .sub_nav_box .link {
        font-size: 0.938em;
    }

        #mobile_menu .nav_box .sub_first .t_linker.active, #mobile_menu .sub_nav_box .t_linker.active {
            /* color: #49b49e;*/
        }

    #main_box, #lang_box, #mobile_menu .nav_box {
        width: 200px;
    }

    #main_box .mm_linker::after {
        top: 23px;
    }

    header#menu20170313.active .logo {
        margin-top: -5px;
    }

    #menu_inner .other {
        margin-top: 50px;
        margin-bottom: 130px;
    }

    header#menu20170313 .bar {
        width: 48px;
        height: 48px;
    }

    #mobile_menu #menu_inner {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        margin: 8px;
    }

    header#menu20170313 .bar:before {
        top: 50%;
        width: 12px;
        margin-left: -6px;
    }

    header#menu20170313 .bar div:before {
        top: 18px;
        width: 12px;
        margin-left: -6px;
    }

    header#menu20170313 .bar div:after {
        top: 28px;
        width: 12px;
        margin-left: -6px;
    }

    header#menu20170313 .mobile_mail {
        width: 48px;
        height: 48px;
        top: 8px;
        right: 55px;
    }

    header#menu20170313 .bar {
        right: 16px;
        top: 16px;
    }

    header#menu20170313.show .bar:before {
        height: 15px;
        top: 16px;
    }

    header#menu20170313 .top_lang.show {
        visibility: visible;
        opacity: 1;
        display: block;
        right: 8px;
        top: 55px;
        width: 48px;
        height: 48px;
    }

    header#menu20170313 .top_lang div {
        background-size: 15px;
    }

    #main_box, #lang_box {
        /*  margin-top: 104px;*/
    }

    header#menu20170313, header#menu20170313.active {
        padding: 16px 10px;
        /*height: 64px;*/
    }

    header#menu20170313 .logo {
        width: 240px;
        padding-top: 8px;
    }
}

/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        display: block;
        width: 100%;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        border: 0;
        margin: 0;
        background: transparent;
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 50px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            width: 25px;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #d8d8d8;
            text-indent: -9999px;
            display: block;
            width: 8px;
            height: 8px;
            margin: 0 auto;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }


            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #303030;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 0;
        /*	background: url(../images/left.png) no-repeat;*/
    }

    .bx-wrapper .bx-next {
        right: 0;
        /*	background: url(../images/right.png) no-repeat;*/
    }

    .bx-wrapper .bx-prev:hover {
        /*	background-size: 32px 32px;*/
    }

    .bx-wrapper .bx-next:hover {
        /*	background-size: 32px 32px;*/
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        background-repeat: no-repeat;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 17px;
        text-indent: -9999px;
        z-index: 90;
        opacity: 1;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            /*display: none;*/
            opacity: 0.4;
        }

.block04 .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }





