@charset "UTF-8";

body {
    font-weight: 300;
    font-size: 1.4em;
    color: #4d4d4d;
    width: 100%;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
a:hover {
    color: #148383;
    text-decoration: none;
}
hr.style1 {
    border-top-color: #0cb8b8;
}
img.full-img {
    display: block;
    width: 100%;
}
ul {
    list-style: none;
}

.red {
  border: 1px solid #f00;
}
.color-point {
    color: #ee8397;
}
.panel {
    background-color: #f6f6f6;
}
.pagination > li > a, .pagination > li > span {
    padding: 6px 8px;
    font-size: 0.95em;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.six-colorMainA {
    color: #1d8b8c;
}
.six-colorMainB {
    color: #4cadae;
}
.six-colorMainC {
    color: #c9e9e8;
}
.six-colorSubA {
    color: #d35c72;
}
.six-colorSubB {
    color: #ed7c92;
}
.six-colorSubC {
    color: #e9c9cf;
}
/************************************************/
.btn-default {
    color: #fff;
    background-color: #aaa;
    border-color: #bbb;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #888;
    border-color: #999;
}
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #888;
    border-color: #999;
}
.btn-primary {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;
}
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;
}
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;
}
.btn-primary:active:focus, .btn-primary.active:focus {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;
}
.open > .dropdown-toggle.btn-primary:focus {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;
}
.btn-primary:active.focus, .btn-primary.active.focus {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;
}
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
    background-color: #0d8e8e;
    border-color: #028282;
}
fieldset[disabled] .btn-primary:hover {
    background-color: #0d8e8e;
    border-color: #028282;
}
.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
    background-color: #0d8e8e;
    border-color: #028282;
}
fieldset[disabled] .btn-primary:focus {
    background-color: #0d8e8e;
    border-color: #028282;
}
.btn-primary.disabled.focus, .btn-primary[disabled].focus {
    background-color: #0d8e8e;
    border-color: #028282;
}
fieldset[disabled] .btn-primary.focus {
    background-color: #0d8e8e;
    border-color: #028282;
}
.btn-primary .badge {
    color: #028282;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #37c3c2;
    border-color: #32b6b5;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #32b6b5;
    border-color: #2ba6a5;
}
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #32b6b5;
    border-color: #2ba6a5;
}
.btn-transparent {
    transition: all .3s;
    color: #333;
    background-color: transparent;
    border-color: transparent;
    padding: 2px 3px;
    border: 0;
}
.btn-transparent:active, .btn-transparent.active {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.open > .dropdown-toggle.btn-transparent {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.btn-transparent.focus, .btn-transparent:hover, .btn-transparent:active:hover, .btn-transparent.active:hover {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.open > .dropdown-toggle.btn-transparent:hover {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.btn-transparent:active:focus, .btn-transparent.active:focus {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.open > .dropdown-toggle.btn-transparent:focus {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.btn-transparent:active.focus, .btn-transparent.active.focus {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.open > .dropdown-toggle.btn-transparent.focus {
    color: #fff;
    background-color: #179898;
    border-color: #0a8b8b;
}
.btn-transparent.disabled:hover, .btn-transparent[disabled]:hover {
    background-color: #179898;
    border-color: #0a8b8b;
}
fieldset[disabled] .btn-transparent:hover {
    background-color: #179898;
    border-color: #0a8b8b;
}
.btn-transparent.disabled:focus, .btn-transparent[disabled]:focus {
    background-color: #179898;
    border-color: #0a8b8b;
}
fieldset[disabled] .btn-transparent:focus {
    background-color: #179898;
    border-color: #0a8b8b;
}
.btn-transparent.disabled.focus, .btn-transparent[disabled].focus {
    background-color: #179898;
    border-color: #0a8b8b;
}
fieldset[disabled] .btn-transparent.focus {
    background-color: #179898;
    border-color: #0a8b8b;
}
.btn-transparent .badge {
    color: #0a8b8b;
    background-color: #fff;
}

/************************************************/
.btn.btn-circle {
    border-radius: 50%;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.btn-xs {
    padding: 0 4px;
}

/************************************************/
@media (min-width:768px) {
    .navbar {
        position: fixed;
        z-index: 999;
    }
    .navbar ul {
        list-style: none;
    }
    .navbar .navbar-header {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #fff;
        background-position: 50% 0% !important;
        background-repeat: no-repeat !important;
    }
    .navbar .navbar-header > .container {
        position: relative;
        padding: 0;
        width: 1170px;
        height: 100px;
    }
    .navbar .navbar-header > .container .navbar-brand {
        padding: 19px;
        height: 100%;
    }
    .navbar .navbar-header > .container .navbar-brand a {
        height: 100%;
    }
    .navbar .navbar-header > .container .navbar-brand a img {
        height: 100%;
    }
    .navbar .navbar-header > .container .six-functionBox {
        position: absolute;
        width: auto;
        right: 4px;
        padding-top: 8px;
    }
    .navbar .navbar-header > .container .six-functionBox .btn {
        font-size: 0.87em;
    }
    .navbar .navbar-header > .container .six-functionBox ul.nav li {
        padding-right: 5px;
    }

    /******************/
    .navbar.six-miHeader {
        width: 100%;
        top: 0;
        left: 0;
    }
    .navbar.six-miHeader .navbar-header > .container {
        transition: all .6s;
        position: relative;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .navbar.six-miHeader .navbar-header > .container .navbar-brand {
        transition: all .6s;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        height: 52px;
    }
    .navbar.six-miHeader .navbar-header > .container .six-functionBox {
        top: 0;
        right: 0;
        padding: 0;
    }
    .navbar.six-miHeader .navbar-header > .container .six-functionBox .nav li:not(:nth-child(7)) {
        display: none;
    }
    .navbar.six-miHeader .navbar-header > .container .six-functionBox .nav li:nth-child(7) {
        padding: 0;
    }
    .navbar.six-miHeader .navbar-header > .container .six-functionBox .nav li:nth-child(7) button {
        border-radius: 0;
        height: 52px;
        padding: 0 14px;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar.six-miHeader .navbar-header .six-searchBox {
        position: absolute;
        top: 52px;
        width: 100%;
    }
    .navbar.six-miHeader .navbar-nav > li > a {
        padding: 16px 15px;
    }
    /******************/



}
@media (max-width:767px) {
     .hpa-en img.img-responsive {
        display: none;
        height: 50px !important;
        width: auto;
        top: 5px !important;
        left: 5px !important;
        position: absolute;
    }

    .hpa-en .navbar-brand {
        background-image: url(http://www.hpa.gov.tw/images/logo_en.svg);
        background-size: contain;
        background-position: 5px 5px;
        background-repeat: no-repeat; 
        width: 60%;
        height: 55px;
    }
    .hpa-en .page-scroll {
        width: 100%;
        height: 100%;
        display: block;
        /* background-color: rgba(0, 0, 0, 0.1); */
    }
   
    .hpa-en.six-miHeader .page-scroll {
        height: 55px;
    }

    
    .navbar {
        position: relative;
        background-color: #1c8b8b;
        border-bottom: 0;
        margin: 0;
    }
    .navbar .navbar-header {
        background: none !important;
    }
    .navbar .navbar-header > .container {
        transition: all .6s;
        position: relative;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .navbar .navbar-header > .container .navbar-brand {
        padding: 0;
        padding-top: 5px;
        padding-left: 5px;
    }
    .navbar .navbar-header > .container .navbar-brand img {
        height: 90%;
    }

    /*1118*/
    .navbar .navbar-header > .container .six-functionBox > ul > li:not(:nth-last-child(3)), .navbar .navbar-header > .container .six-functionBox > ul > li:nth-last-child(3) button span {
        display: none;
    }
    .navbar .navbar-header > .container .six-functionBox > ul > li {
        position: absolute;
        right: 50px;
        top: 6px;
    }
    .navbar .navbar-header > .container .six-functionBox > ul > li:nth-last-child(3) button {
        border: 0;
        border-radius: 0;
        padding: 0;
        padding: 0 8px;
        font-size: 30px;
        color: rgba(225, 255, 255, 0.8);
        background-color: transparent;
    }
    .navbar .navbar-header > .container .six-functionBox > ul > li:nth-last-child(3) button:hover, .navbar .navbar-header > .container .six-functionBox > ul > li:nth-last-child(3) button:active, .navbar .navbar-header > .container .six-functionBox > ul > li:nth-last-child(3) button:focus {
        box-shadow: transparent;
    }
    a[accesskey] {
        display: none;
    }
    .container {
        padding: 0;
    }
    .six-searchBox .well {
        border-top: 1px solid rgba(40, 152, 152, 0.3);
        border-bottom: 1px solid rgba(40, 152, 152, 0.3);
        background-color: #c5e7e7;
        margin-bottom: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .six-searchBox .well .container .form-inline div.input-group {
        width: 73%;
        float: left;
        margin-right: 5px;
    }
    .six-searchBox .well .container .form-inline > *:last-child {
        display: none;
    }

    /*/1118*/
    .navbar .navbar-toggle {
        border: 0;
        border-radius: 0;
        padding: 0;
        font-size: 30px;
        color: rgba(225, 255, 255, 0.8);
    }
    .navbar .navbar-toggle:focus, .navbar .navbar-toggle:active, .navbar .navbar-toggle:hover {
        background-color: transparent;
        color: #e1ffff;
    }
    .navbar-collapse .dropdown > a {
        background-color: #239393 !important;
        border-bottom: 1px solid #148383;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    a[accesskey*=m] {
        display: none !important;
    }
    .navbar-collapse {
        padding: 0;
    }
    .dropdown-menu {
        padding: 0;
    }
    .navbar-collapse .dropdown > a:hover, .navbar-collapse .dropdown > a:active, .navbar-collapse .dropdown > a:focus {
        background-color: #239393 !important;
    }
    .navbar-collapse a {
        color: #fff !important;
    }
    .navbar-collapse a:hover {
        color: #fff !important;
    }
    .navbar-collapse .dropdown-menu > .container ul {
        list-style: none;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .navbar-collapse .dropdown-menu > .container ul li {
        border-bottom: 1px solid rgba(100, 100, 100, 0.3);
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .navbar-collapse .dropdown-menu > .container ul li:last-child {
        border-bottom: 0;
    }
    .navbar-collapse .dropdown-menu > .container ul li a {
        width: 100%;
        display: block;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 7px 12px;
        margin: 0;
        border-radius: 3px;
    }
    .navbar-collapse .dropdown-menu > .container > ul > li > div li a {
        background-color: transparent;
        padding-left: 22px;
    }
    .navbar-collapse .dropdown-menu > .container > ul > li > div li a:before {
        content: "\f0da";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: rgba(255, 255, 255, 0.6);
        font-size: 18px;
        padding-right: 0.5em;
    }
    .dropdown .dropdown-toggle {
        background-color: rgba(255, 255, 255, 0.4) !important;
        border-bottom: 1px solid rgba(100, 100, 100, 0.5) !important;
    }
}
.tako-TmenuL {
    position: fixed;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;    /* margin-left: -93%; */
    margin-right: 560px;
    z-index: 9999;
    background-color: transparent;    /* border: solid 1px #000; */
}
.tako-TmenuR {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    margin-left: 560px;
    z-index: 9999;
    background-color: transparent;    /* border: solid 1px #000; */
}



/*---------tako--find--0111---------*/

.six-pageHeaderBox h2.page-header.tako-find {
    padding-right: 5px;
}

.tako-find button {
    position: relative;
    float: right ;
    width: 10%;
    height: 30px;
    bottom: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 18px;
    padding: 0;
}

.tako-find input {
    position: relative;
    float: right ;
    width: 30%;
    height: 30px;
    bottom: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;  
}


/*-------//--tako--find--0111---------*/

/*---------------------------tako-1214----en-----------------------------*/
.tako-en  a {
    font-size: 0.8em !important;
}
@media (min-width:768px) and (max-width:1023px) {
    .content .clearbox {
        display: none;
    }
    .content .clearbox ~ .hpa_Video + .clearbox {
        display: block;
    }
}
.hpa_Video {
    position: relative;
    width: 78%;
    min-width: 650px;
    max-width: 850px;
    height: 300px;
    background-color: #1c8b8b;
    margin: 0px auto 0 auto;
    border-radius: 10px;
    border: solid 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
}
.hpa_Video .videobox {
    position: relative;
    z-index: 1;
    width: 350px;
    height: 210px;
    overflow: hidden;
    float: left;
    background-color: #fff;
    margin: 40px 15px 0 15px;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
}
.hpa_Video:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    border: solid 1px rgba(57, 194, 183, 0.9);
    top: -1px;
    left: -1px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.hpa_Video:after {
    content: "";
    width: 100%;
    height: 55px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: -1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.hpa_Video h3 {
    position: relative;
    color: #fff;
    padding: 15px 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 17.6px;
    background-color: rgba(0, 0, 0, 0.2);
}
.hpa_Video h3 a {
    color: #fff;
    font-size: 17.6px;
}
.hpa_Video ul.vdocon {
    position: relative;
    display: block;
    width: auto;
    margin-top: 0px;
    z-index: 10;
}
.hpa_Video ul.vdocon li {
    padding: 15px 0;
}
.hpa_Video ul.vdocon li a {
    font-size: 13.28px;
    color: #fff;
    border-bottom: solid 1px #39c2b7;
    /* text-indent: 20px; */
    padding: 0 10px;
    display: table;
    float: left;
}
.hpa_Video ul.vdocon li a + a {
    margin-left: 5px;
    position: relative;
}
/* .hpa_Video ul.vdocon li a + a:before {
    content: "";
    display: inline-block;
    color: #fff;
    height: 20px;
    width: 2px;
    position: absolute;
    left: 0px;
    border-left: solid 1px #39c2b7;
} */

.hpa_Video ul.vdocon li:before {
    position: absolute;
    display: inline-block;
    /* content: ""; */
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_download.svg);
    background-size: cover;
    background-position: center;
    margin-left: -6px;
    margin-top: -6px;
}
@media (min-width:768px) and (max-width:1023px) {
    .hpa_Video {

        /* width: 49%;
        margin-left: 2%;
        float: left; */

        /* height: 500px; */
        min-width: auto;
        width: 100%;
        max-width: 750px;
    }

    /* .hpa_Video .videobox {
      width: 100%;
      max-width: 350px;
      float: none;
      margin: 30px auto 20px auto;
      display: block;
    }
    .hpa_Video h3, .hpa_Video .vdocon {
      padding-left: 20px;
      z-index: 3;
    }
    .hpa_Video .vdocon {
      width: 100%;
      margin-top: 0 !important;
      padding-right: 15px;
    }
    .hpa_Video .vdocon li {
      width: 100%;
    }
    .hpa_Video .vdocon li a {
      display: inline-block !important;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
    } */
}
@media (max-width:768px) {
    .hpa_Video {
        width: 96%;
        height: 500px;
        margin-left: 2%;
        float: left;
        min-width: auto;
    }
    .hpa_Video .videobox {
        width: 100%;
        max-width: 350px;
        float: none;
        margin: 30px auto 20px auto;
        display: block;
    }
    .hpa_Video h3, .hpa_Video .vdocon {
        padding-left: 20px;
        z-index: 3;
    }
    .hpa_Video .vdocon {
        width: 100%;
        margin-top: 0 !important;
        padding-right: 15px;
    }
    .hpa_Video .vdocon li {
        width: 100%;
    }
    .hpa_Video .vdocon li a {
        display: inline-block !important;
        /* width: 100%; */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }
}
@media (max-width:768px) {
    .hpa_Video + .clearbox {
        display: block;
        clear: both;
        content: "";
        display: table;
    }
    .hpa-en.six-header {
        position: fixed;
    }
    .hpa-en .navbar-header {
        position: relative;
        /* z-index: 101; */
    }
    .hpa-en .navbar {
        height: 50px;
    }
    .hpa-en {
        position: fixed;
        border-bottom: solid 1px #fff;
    }
    .hpa-en.six-miHeader nav.maenu {
        height: 60px;
        border-bottom: none;
    }
}
.tako-search:focus,.tako-search button:focus {
    outline: 0;
}
@media (max-width:768px) {

    header nav.maenu {
        width: 60px;
    }
}
header nav.maenu {
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #fff;
    background-color: #1c8b8b;
    z-index: 1000;
}
.six-miHeader nav.maenu {
    top: 0;
    height: 52px;
}

.six-miHeader nav.maenu ul.mylink > li a {
    line-height: 52px;
}
@media (min-width:768px) and (max-width:1023px) {
    .six-miHeader nav.maenu ul.mylink > li a {
        line-height: 40px;
    }
    header nav.maenu {
        height: 80px;
    }
    .six-miHeader nav.maenu {
        top: 0;
        height: 82px;
        line-height: 40px;
    }
}
@media (max-width:768px) {
    header nav.maenu {
        position: fixed;
        height: 60px;
        width: 60px;
        bottom: auto;
        top: 0;
        z-index: 100;
        background-color: transparent;
        border-bottom: none;
    }
}
header nav.maenu ul.mylink {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    /* -webkit-padding-start: 0px; */
    padding-left: 0;
}
header nav.maenu ul.mylink:focus ,header nav.maenu.turnon ul.mylink {
    outline: 0;
}
li.end {
    display: none;
}
@media (min-width:768px) and (max-width:1023px) {
    header nav.maenu ul.mylink {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
    }
}
@media (max-width:768px) {
    header nav.maenu ul.mylink {
        display: block;
        position: fixed;
        z-index: 101;
        top: 59px;
        right: -50%;
        width: 50%;
        height: 100%;
        border-left: solid 1px #39c2b7;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
        background-color: #1c8b8b;
        -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        -moz-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        -ms-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        -o-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }
    header nav.maenu ul.mylink:before ,header nav.maenu ul.mylink > li.end{
        display: block;
        content: "";
        width: 40px;
        height: 40px;
        position: fixed;
        background-color: transparent;
        z-index: 101;
        top: 10px;
        right: 10px;
        border: none;
    }
    header nav.maenu ul.mylink:focus ,header nav.maenu.turnon ul.mylink {
        transform: translateX(-100%);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);    /*----按鈕----*/

        /*----//按鈕----*/
    }
    header nav.maenu ul.mylink:focus + .btn_op_cl ,eader nav.maenu.turnon ul.mylink + .btn_op_cl {
        color: red;    /* top: 0px;
                            right: 60px; */
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }
    header nav.maenu ul.mylink:focus + .btn_op_cl:before ,header nav.maenu.turnon ul.mylink + .btn_op_cl:before {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-top: solid 2px red;
        transform: translateX(-34%) translateY(34%) scale(1) rotate(45deg);
    }
    header nav.maenu ul.mylink:focus + .btn_op_cl:after ,header nav.maenu.turnon ul.mylink + .btn_op_cl:after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-bottom: solid 2px red;
        transform: translateX(-34%) translateY(-34%) scale(1) rotate(-45deg);
    }
    header nav.maenu ul.mylink:focus + .btn_op_cl > em ,header nav.maenu.turnon ul.mylink + .btn_op_cl > em {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 60%;
        border-bottom: solid 2px transparent;
        transform: translateX(0%) translateY(100%) rotate(0deg) scale(1);
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }
    header nav.maenu ul.mylink:focus + .btn_op_cl .clo ,header nav.maenu.turnon ul.mylink + .btn_op_cl .clo {
        display: block;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        transition: All 0.5s ease;
        background-color: rgba(0, 0, 0, 0.4);
    }
}
header nav.maenu ul.mylink > li {
    display: inline-block;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}
header nav.maenu ul.mylink > li + li {
    margin-left: -5px;
    border-left: none;
    text-align: center;
}
header nav.maenu ul.mylink > li a {
    display: table-cell;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 40px;
    padding: 0 8px;
    color: #fff;
}
header nav.maenu ul.mylink > li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width:768px) and (max-width:1023px) {
    header nav.maenu ul.mylink > li {
        display: inline-block;
        width: 24%;
        text-align: center;
        border-left: solid 1px rgba(255, 255, 255, 0.3);
        border-right: solid 1px rgba(255, 255, 255, 0.3);
    }
    header nav.maenu ul.mylink > li + li {
        margin-left: 0;
        border-left: solid 1px rgba(255, 255, 255, 0.3);
        border-right: solid 1px rgba(255, 255, 255, 0.3);
    }
    header nav.maenu ul.mylink > li:nth-child(n+5) {
        border-top: solid 1px rgba(255, 255, 255, 0.3);
    }
    header nav.maenu ul.mylink > li:nth-child(5) {
        position: relative;
        left: -4px;
        /* margin-left: 4px; */
    } 
    header nav.maenu ul.mylink > li:nth-child(6) {
       margin-left: -4px;
    }
    
    header nav.maenu ul.mylink > li a {
        display: block;
        text-align: center;
        padding: 0;
    }
}
@media (max-width:768px) {
    header nav.maenu ul.mylink > li {
        display: block;
        border-bottom: solid 1px #39c2b7;
        border-left: none;
    }
    header nav.maenu ul.mylink > li + li {
        margin-left: 0;
    }
    header nav.maenu ul.mylink > li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: left;
        padding-left: 15px;
    }
}


header .btn_op_cl {
  z-index: 11;
  display: none;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: solid 1px #39c2b7;
  background-color: #1c8b8b;
  text-align: center;
  font-size: 2em;
  color: #39c2b7;
  border-radius: 4px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

@media (max-width: 768px) {
  header .btn_op_cl {
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}

header .btn_op_cl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-top: solid 2px #39c2b7;
  transform-origin: center center;
  transform: translateX(0%) translateY(0%) rotate(0deg) scale(0.6);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

header .btn_op_cl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-bottom: solid 2px #39c2b7;
  transform-origin: center center;
  transform: translateX(0%) translateY(0%) rotate(0deg) scale(0.6);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

header .btn_op_cl > em {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 66%;
  border-bottom: solid 2px #39c2b7;
  transform: translateX(0%) translateY(0%) rotate(0deg) scale(0.6);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

header .btn_op_cl .clo {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 59px;
  left: 0;
  z-index: 102;
  background-color: transparent;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}


.other {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff;
    border-radius: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    box-shadow: 0 0 6px #aaa;
}
.other span {
    position: relative;
    z-index: 3;
    display: block;
    min-height: 30px;
}
.other span a {
    font-size: 13.76px;
}
.other span a:hover {
    outline: solid 1px #ccc;
    text-decoration: underline;
}
@media (max-width:768px) {
    .other span a {
        margin: 10px 0px;
        display: inline-block;
    }
}
.other span a + a {
    margin-left: 20px;
}
@media (max-width:768px) {
    .other span a + a {
        margin-left: 0;
    }
}
.other span:first-child a {
    line-height: 30px;
    outline: none;
}
.other:before {
    content: "";
    display: block;
    position: absolute;
    margin: 0;
    border: solid 1px #e8e8e8;
    width: 99%;
    height: 90%;
    border-radius: 60px;
    top: 5%;
    left: 0.5%;
}
.content::after {
    clear: both;
    content: "";
    display: table;
}
@media (max-width:1023px) {
   /* .six-container.hpa-en {
        padding-top: 50px;
   }  */

    _::-webkit-:host:not(:root:root),
    .six-container.hpa-en {
        padding-top: 50px !important;
        margin-top: 0 !important;
    }
    .six-container.hpa-en + .content .six-container {
        padding-top: 180px ;
    }

}
footer.footer {
    width: 100%;
    position: relative;
    border-top: solid 1px #ddd;
    background-color: #f2f2f2;
    padding: 15px 0;
}
footer.footer .ft_left {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 15px;
}
footer.footer .ft_left a {
    display: block;
    width: 100%;
    margin: 10px 0;
    color: #555;
    font-size: 12.8px;
}
footer.footer .ft_left a + a + a {
    width: auto;
    display: block;
    display: inline-block;
    text-align: center;
    margin: 10px 5px 0 5px;
}
@media (max-width:768px) {
    footer.footer .ft_left {
        width: 100%;
    }
    _::-webkit-:host:not(:root:root),
    .hpa-en + .content .six-container {
        padding-top: 20px !important;
        margin-top: 0 !important;
    }
/*     .six-container.hpa-en + .content .six-container {
    padding-top: 150px ;
} */
}
footer.footer .ft_right {
    width: 72%;
    padding-left: 2%;
    display: inline-block;
    border-left: solid 1px #ccc;
    padding: 15px;
}
@media (max-width:768px) {
    footer.footer .ft_right {
        width: 100%;
    }
}
footer.footer .ft_right ul.footerlink {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}
@media (max-width:768px) {
    footer.footer .ft_right ul.footerlink {
        text-align: center;
    }
}
footer.footer .ft_right ul.footerlink > li {
    display: inline-block;
    margin-left: -4px;
    margin-top: 4px;
}
footer.footer .ft_right ul.footerlink > li a {
    display: inline;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0 5px;
    color: #333;
    border-right: solid 1px #ccc;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
footer.footer .ft_right ul.footerlink > li a:hover {
    color: #fff;
    background-color: #1c8b8b;
    border-radius: 4px;
}
footer.footer .ft_right p {
    font-size: 12px;
    line-height: 24px;
    color: #777;
}
footer.footer .ft_right p + p + p {
    color: #000;
}
@media (max-width:768px) {
    footer.footer .ft_right p {
        text-align: center;
    }
}
footer.footer::after {
    clear: both;
    content: "";
    display: table;
}

header nav.tool {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  z-index: 210;
}

@media (max-width: 768px) {
  header nav.tool {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 110;
    height: 70px;
    /* &:before {
                width: 40px;
                height: 40px;
                content: "";
                display: block;
                position: absolute;
                background-color: #aaa;
                top: 75px;
                left: 50%;
                margin-left: -60px;
                border-radius: 60px;
                @include transition(All 0.5s ease);
            }
            &:focus {
                ul.toollink {
                    opacity: 1;
                    @include transition(All 0.3s ease);
                    transform: translateY(180px);
                }
                &:before {
                    background-color: transparent;
                }
            } */
  }
  /* .hpa-en {
    padding: 0 15px;
  } */
}

header nav.tool ul.toollink {
  position: absolute;
  right: 4px;
  padding-top: 8px;
  width: auto;
  display: inline-block;
}

header nav.tool ul.toollink > li {
  display: inline-block;
  /* margin-left: -4px; */
}

header nav.tool ul.toollink > li a {
  display: inline;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #333;
  padding: 2px 8px 3px;
  border: solid 1px transparent;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

header nav.tool ul.toollink > li a:hover {
  color: #fff;
  background-color: #1c8b8b;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}

_::-webkit-:host:not(:root:root),
header.hpa-en nav.tool ul.toollink ,
header.hpa-en nav.tool ul.toollink > li ,
header.hpa-en nav.tool ul.toollink > li button ,
header.hpa-en nav.tool ul.toollink > li i {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.hpa-en nav.tool ul.toollink > li a{
  padding-top: 2px !important;
}
_::-webkit-:host:not(:root:root),
header.hpa-en nav.maenu ul.mylink ,
header.hpa-en nav.maenu ul.mylink > li ,
header.hpa-en nav.maenu ul.mylink > li a {
  padding-top: 0 !important;
}
.hpa-en .six-shareBox {
    margin: 5px; 
    width: auto;
}
.hpa-en .six-shareBox > li a {
    padding: 0;
}


.hpa-en .six-fontSizeBox > li a {
    padding: 2px 8px 3px;
}
header.hpa-en nav.tool ul.toollink .six-shareBox li a:hover {
  color: #fff;
  background-color: transparent;
  border-radius: 0px;
  border: none;
}

@media (max-width: 768px) {
    header nav.tool ul.toollink {
        display: block;
        background-color: #f6f6f6;
        right: 0;
        padding: 4px 4px 8px 4px;
        text-align: center;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -ms-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
        transition: All 0.3s ease;
    }
    header nav.tool ul.toollink > li {
        line-height: 26px;
        padding: 0 8px;
    }

     _::-webkit-:host:not(:root:root),.hpa-en + .content .six-container {
        padding-top: 60px;
    }



}

.hpa-en .hot-box .thumbnail ,
.hpa-en .thumbnail.mov-box {
  margin-bottom:30px !important;
}

.hpa-en .six-searchBox {
    z-index: 200;
}
.hpa-en .six-searchBox {
    position: relative;
    z-index: 10;
}
@media (min-width:768px) {
    .hpa-en .form-inline .input-group {
        padding-top: 5px;
        margin-bottom: -5px;        
    }
    .end {
        display: none;
    }
}



/*-------------------------//--tako-1214----en-----------------------------*/

/************************************************/
@media (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        z-index: 1001;
    }
    .navbar-collapse .six-mainNavBox {
        width: 100%;
        background-color: #1c8b8b;
        text-align: center;
    }
    .navbar-collapse .six-mainNavBox .navbar-nav {
        display: block;
        float: none;
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 0 0 4%;
        text-align: center;
    }
    .navbar-default .navbar-nav > li {
        position: relative;
        display: inline-block;        /* border-left: 1px solid rgba(255, 255, 255, 0.2);
            border-right: 1px solid rgba(255, 255, 255, 0.2); */
        border-right: none;
        border-left: none;        /* width: 16%; */
        float: none;
        margin: 0 auto;
        padding: 0;
    }
    .navbar-default .navbar-nav > li + li {

        /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .navbar-default .navbar-nav > li + li +li {
        border-left: none;
        margin-left: -4px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        cursor: pointer;
        transition: all .5s;
        padding: 12px 15px;
        font-size: 1.15em;
    }


    /******************/
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: rgba(100, 255, 255, 0.2);
    }
    .navbar-default .navbar-nav > .active > a {
        color: #fff;
        background-color: #2bc7c7;
    }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #2bc7c7;
    }
    .navbar-default .navbar-nav > .disabled > a {
        color: #fff;
        background-color: #2bc7c7;
    }
    .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #fff;
        background-color: #2bc7c7;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #2bc7c7;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }
    .navbar-default .navbar-nav > .open > a {
        color: #fff;        /* background-color: #2bc7c7; */
        background-color: #1c8b8b;
    }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #2bc7c7;
    }
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: rgba(100, 255, 255, 0.3);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .disabled > a:focus {
        background-color: rgba(100, 255, 255, 0.2);
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
    .six-mainNavBox > .navbar-nav > .dropdown {
        position: inherit;
    }
    .six-mainNavBox .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 50%;        /* width: 100%; */
        width: 1170px;
        z-index: 1000;
        padding: 5px 0;
        margin: 2px -585px 0;
        background-color: rgba(235, 248, 247, 0.95);
        box-shadow: 0 -5px 8px rgba(78, 146, 140, 0.2) inset, 0 0px 8px rgba(0, 0, 0, 0.4);
        border-bottom: 1px solid rgba(78, 146, 140, 0.4);
        border-radius: 0;
    }
    .six-mainNavBox .dropdown-menu > .container {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .six-mainNavBox .dropdown-menu > .container ul li {
        display: table-row;
        list-style: none;
    }
    .six-mainNavBox .dropdown-menu > .container ul li a {
        text-decoration: none;
    }
    .six-mainNavBox .dropdown-menu > .container ul a strong {
        font-weight: normal;
        background-color: rgba(27, 139, 140, 0.7);
        border-radius: 3px;
        padding: 5px 10px;
        display: block;
        text-align: left;
        color: #fff;
        margin-top: 2px;
    }
    .six-mainNavBox .dropdown-menu > .container ul a:hover strong {
        color: #fff;
        background-color: rgba(19, 131, 132, 0.4);
    }
    .six-mainNavBox .dropdown-menu > .container > ul.row {
        display: table;
        width: 100%;
        text-align: center;

    }
    .six-mainNavBox .nav > li:nth-child(2) .dropdown-menu > .container > ul.row,.six-mainNavBox .nav > li:nth-child(6) .dropdown-menu > .container > ul.row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

/*     .six-mainNavBox .nav > li:nth-child(2) .dropdown-menu > .container > ul.row {
    text-align: left;
} */
    .six-mainNavBox .dropdown-menu > .container > ul.row > li {
        width: 19%;
        display: inline-block;
        vertical-align: top;
        padding: 0 2px;
        margin: 0 0.5%;
    }
    .six-mainNavBox .dropdown-menu > .container > ul.row > li > div ul {
        padding: 0;
    }
    .six-mainNavBox .dropdown-menu > .container > ul.row > li > div ul li {
        padding-top: 4px;
        display: inline;
    }
    .six-mainNavBox .dropdown-menu > .container > ul.row > li > div ul li a {
        position: relative;
        border-bottom: 1px solid rgba(78, 146, 140, 0.4);
        padding: 4px 8px;
        width: 100%;
        display: block;
        text-align: left;
        color: #333;
    }
    .six-mainNavBox .dropdown-menu > .container > ul.row > li > div ul li a:hover {
        border-bottom: 1px solid transparent;
        background-color: rgba(19, 131, 132, 0.3);
        border-radius: 3px;
        color: #333;
    }

    /*
    .six-mainNavBox .nav > li:nth-child(2) .dropdown-menu > .container > ul.row > li {
        display: inline-block;
    }
    */
}

/************************************************/
@media (min-width:768px) {

    .dropdown-menu.six-fontSizeBox {
        top: 30px;
        left: auto;
        right: 0;
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        border: 0;
        border-radius: 0;
        float: right;
        padding: 0;
        margin: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .dropdown-menu.six-fontSizeBox > li {
        display: inline-block;
        float: right;
        padding: 0 !important;
        padding: 0;
        margin-right: 3px;
        white-space: nowrap;
    }
    .dropdown-menu.six-fontSizeBox li > a {
        color: #32b6b5;
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 1.2em;
        padding: 0;
        padding-top: 2px;
        background-color: #fff;
        border: 2px solid #32b6b5;
    }
    .dropdown-menu.six-fontSizeBox li > a:hover {
        color: #fff;
        background-color: #32b6b5;
        border: 2px solid #1c8b8b;
    }
    .dropdown-menu.six-shareBox {
        top: 30px;
        left: auto;
        right: 0;
        width: 176px;
        border: 0;
        border-radius: 0;
        float: right;
        padding: 0;
        margin: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .hpa-en .six-shareBox {
        margin: 5px; 
        width: auto;
    }
    .dropdown-menu.six-shareBox > li {
        display: inline-block;
        float: left;
        padding: 0 !important;
        padding: 0;
        margin-right: 4px;
        white-space: nowrap;
    }
    .dropdown-menu.six-shareBox li > a {
        color: #fff;
        padding: 0;
        margin: 0;
    }
    .dropdown-menu.six-shareBox li > a img {
        font-size: 1.8em;
        width: 40px;
        height: 40px;
        text-align: center;
        padding-top: 9px;
        transition: opacity .5s;
        opacity: 1;
    }
    .dropdown-menu.six-shareBox li > a i {
        font-size: 1.8em;
        width: 40px;
        height: 40px;
        text-align: center;
        padding-top: 9px;
        transition: opacity .5s;
        opacity: 1;
    }
    .dropdown-menu.six-shareBox li > a i[class$="facebook"] {
        background-color: #3b5998;
    }
    .dropdown-menu.six-shareBox li > a i[class$="youtube"] {
        background-color: #e52d27;
    }
    .dropdown-menu.six-shareBox li > a img[src$="plurk.svg"] {
        background-color: #D2572F;
    }
    .dropdown-menu.six-shareBox li > a i[class$="twitter"] {
        background-color: #4099FF;
    }
    .dropdown-menu.six-shareBox li > a:hover i {
        opacity: .7;
    }

    /************************************************/

    /************************************************/
    .six-searchBox .well {
        border-top: 1px solid rgba(40, 152, 152, 0.3);
        border-bottom: 1px solid rgba(40, 152, 152, 0.3);
        background-color: #c5e7e7;
        margin-bottom: 0;
        border-radius: 0;
        box-shadow: 0 -5px 5px rgba(40, 152, 152, 0.3) inset;
        margin-top: 0;
    }
    .hpa-en .six-searchBox .well {
        background-color: #fff;
    }
    .six-searchBox .well .container {
        text-align: center;
    }

    _::-webkit-:host:not(:root:root),
    .six-searchBox {
      padding-top: 0 !important;
    }
    _::-webkit-:host:not(:root:root),
    .six-searchBox .well {
      padding-top: 4px 0 !important;
    }
    _::-webkit-:host:not(:root:root),
    .six-searchBox * {
      padding-top: 0 !important;
    }

    /************************************************/
}
@media (min-width:769px) and (max-width:1200px) {
    .navbar .navbar-header > .container {
        width: 100%;
    }
}
/* li.open > .dropdown-menu:not(.six-shareBox) {
    display: none;
} */
li.open:hover > .dropdown-menu {
    display: block !important;
}
li.open > .dropdown-menu.six-fontSizeBox {
    display: block;
}
@media (max-width:768px) {
    li.open > .dropdown-menu {
        display: block !important;
    }
}


@media (max-width:1100px) {
    .six-subMenu > .container {
        width: 100% !important;
        height: auto !important;
    }
    .six-subMenu > .container > ul.row{
        float: none !important;
        width: 100% !important;
    }
    .swiper-container3 {
        margin: 0 auto !important;
        display: block !important;
    }
}

#six-footer {
    padding: 0;
    position: relative;
    z-index: 2;
}
.six-subMenu {
    /*border-top: 1px solid #9ecac9;*/
}
.six-subMenu > .container {
    max-width: 1170px;
    height: 100px;
    padding: 5px 0;
}
.six-subMenu > .container > .row {
    text-align: center;
    margin: 0;
}

/* 下面有輪播才加  */
/* 
.six-subMenu > .container > ul.row {
    float: left;
    padding-left: 0;
    display: inline-block;

}

 */
.six-subMenu > .container > .row > li {
    display: inline-block;  /*border-right: 1px solid #cabe95;*/
    margin: 0;
    padding: 12px 0;
}
.six-subMenu > .container > .row > li:last-child {

    /*border-right: 0;*/
}
.six-subMenu > .container > .row > li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #444;
}
.six-subMenu > .container > .row > li a:hover {
    color: #467978;
}
.six-subMenu > .container > .row > li a img {
    width: 55px;
    height: 55px;
    background-color: #b3dbdb;
    border-radius: 50%;
    transition: all .3s;
}
.six-subMenu > .container > .row > li a:hover img {
    background-color: #7fbebf;
    transform: scale(1.15);
}
.six-footMenu {
    background-color: #c9e9e9;
    color: #fff;
}
.six-footMenu > .container, 
.six-footMenu > .container-fluid {
    padding: 0;
    padding: 15px 0;
}
.six-footMenu > .container > ul {
    list-style: none;
    padding: 0;
}
.six-footMenu > .container-fluid > ul {
    list-style: none;
    padding: 0 50px;
}
@media(max-width: 1170px){
    .six-footMenu > .container-fluid > ul {
        padding: 0 20px;
    }
}
.six-footMenu > .container > ul > li ,
.six-footMenu > .container-fluid > ul > li {
    display: inline-block;
    padding: 1px;
}
.six-footMenu > .container > ul > li strong ,
.six-footMenu > .container-fluid > ul > li strong {
    /* background-color: rgba(100, 100, 100, 0.1); */
    background-color: rgba(27, 123, 112,.8);
    border-radius: 4px;
    padding: 4px 10px;
    display: block;
}
.six-footMenu > .container > ul > li strong:hover ,
.six-footMenu > .container-fluid > ul > li strong:hover {
    /* background-color: rgba(100, 100, 100, 0.4); */
}
.six-footMenu > .container > ul > li strong a ,
.six-footMenu > .container-fluid > ul > li strong a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.six-footMenu > .container > ul > li strong:hover a ,
.six-footMenu > .container-fluid > ul > li strong:hover a {
    color: #ffff00;
}
.six-footMenu > .container > ul > li > ul ,
.six-footMenu > .container-fluid > ul > li > ul {
    list-style: none;
    padding: 0;
}
.six-footMenu > .container > ul > li > ul > li ,
.six-footMenu > .container-fluid > ul > li > ul > li {
    padding-top: 2px;
}
.six-footMenu > .container > ul > li > ul > li a ,
.six-footMenu > .container-fluid > ul > li > ul > li a {
    padding: 4px 7px 2px 7px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #352f16;
    font-size: .75em;
}
.six-footMenu > .container > ul > li > ul > li a:hover ,
.six-footMenu > .container-fluid > ul > li > ul > li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.six-footMenu > .container > ul > li:nth-child(5) ul ,
.six-footMenu > .container-fluid > ul > li:nth-child(5) ul {
    float: left;
    width: 40%;
}
.six-footMenu > .container > ul > li:nth-child(5) ul:last-child ,
.six-footMenu > .container-fluid > ul > li:nth-child(5) ul:last-child {
    width: 59%;
}
.six-footInfo .container {
    padding-top: 15px;
}
.six-footInfo .container > .row > div {
    padding: 0;
    padding: 3px 0;
}
.six-footInfo .container > .row > div i {
    background-color: #85d4d4;
    color: #1c8b8b;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding-top: 4px;
}
.six-footInfo .container > .row > div a i {
    color: #1c8b8b;
}
.six-footInfo .container > .row > div a:hover i {
    background-color: #1c8b8b;
    color: #fff;
}
.six-copyright {
    background-color: #f2f2f2;
}
.six-copyright .container {
    padding: 25px 0  10px 0;
    font-size: .95em;
}
.six-copyright .container > .row {
    position: relative;
}
.six-copyright .container > .row > div {
    padding: 0;
    padding: 8px 0;
}
.six-copyright .container > .row > div ul {
    list-style: none;
}
.six-copyright .container > .row > div li {
    display: inline-block;
    text-align: center;
    padding-right: 5px;
    border-right: 1px solid #d48585;
}
.six-copyright .container > .row > div li:last-child {
    border-right: 0;
}
.six-copyright .container > .row > div li a {
    padding: 3px 10px;
    color: #333;
}
.six-copyright .container > .row > div li a:hover {
    background-color: #d48585;
    color: #fff;
    border-radius: 3px;
}
.six-copyright .container > .row > div:nth-child(1) {
    text-align: right;
}
.six-copyright .container > .row > div:nth-child(1) img {
    max-height: 40px;
}
.six-copyright .container > .row > div:nth-child(2) div:nth-child(1) {
    text-align: center;
}
.six-copyright .container > .row > div:nth-child(2) div:nth-child(2) {
    text-align: center;
    padding: 5px 0;
}
.six-copyright .container > .row > div:nth-child(3) {
    text-align: left;
}
.six-copyright .container > .row > div:nth-child(3) a {
    display: inline;
    text-align: center;
}
.six-copyright .badge {
    font-size: 1.1em;
    letter-spacing: 1;
    background-color: #d48585;
}
.six-copyright .six-gotoTop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    margin-left: -20px;
    opacity: 0;
    transition: opacity .5s;
}
.six-copyright .six-gotoTop a {
    background-color: #85d4d4;
    color: #1c8b8b;
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    width: 36px;
    padding-top: 8px;
    text-align: center;
}
.six-copyright .six-gotoTop.gotoTopActive {
    opacity: 1;
}
.six-copyright .six-gotoTop a i {
    font-size: 18px;
}
.six-copyright .six-gotoTop a i:before {
    margin-right: 0;
}


.red {
    border: 1px solid #f00;
}
.blue {
    border: 1px solid #00f;
}
.green {
    border: 1px solid #0f0;
}
.six-bgColor-greey {
    background-color: #eee;
}
.six-container {
    position: relative;
    margin-top: 145px;
    overflow: hidden;
}
footer {
    overflow: hidden;
}
@media (max-width:767px) {
    .six-container {
        margin-top: 0;
    }
    .six-subMenu .container {
        padding: 10px 0;
    }
    _::-webkit-:host:not(:root:root),
    .six-container .container-fluid {
        padding-top: 0 !important;
    }
    .hpa-en + .content .six-container {
        margin-top: 60px;
    }

    .six-subMenu .row {
        padding: 0;
    }
    .six-subMenu li {
        width: 24.99%;
        padding: 0;
        margin: 0;
        float: left;
    }
    .six-subMenu li span {
        display: block;
    }
    .six-footMenu .container {
        padding: 5px;
    }
    .six-footMenu .container .row {
        padding: 0;
        margin: 0;
    }
    .six-copyright {
        padding: 0;
        margin: 0;
    }
    .six-copyright > .container {
        padding: 0;
        margin: 0;
        padding-bottom: 90px;
    }
    .six-copyright > .container > .row {
        padding: 0;
        margin: 0;
    }
    .six-copyright > .container > .row > div:nth-child(1) {
        position: absolute;
        top: 95px;
        left: 10px;
        width: auto;
        display: inline-block;
    }
    .six-copyright > .container > .row div:nth-child(3) {
        position: absolute;
        top: 80px;
        right: 10px;
        width: auto;
        display: inline-block;
    }
    .six-copyright .six-gotoTop {
        top: auto;
        bottom: -70px;
    }
}
.six-container .container-fluid {
    padding: 0;
    position: relative;
}
@media (min-width:768px) and (max-width:1024px) {
    .six-mainNavBox > .nav {
        padding: 0 0 0 0.2% !important;
    }
    .six-mainNavBox > .nav li+li {

        /* width: 16.6%; */
        margin: 0;
        padding: 0;        /* font-size: 0.95em; */
        border-right: none;
        border-left: none;
    }
    .six-miHeader .navbar-nav > li > a {
        padding: 16px 10px;        /* font-size: 0.95em; */
    }
    .six-mainNavBox .navbar-nav > li + li + li {

        /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .six-mainNavBox .navbar-nav > li + li +li {

        /* border-left:none;    */
    }
    .six-container {
        margin-top: 144px;
    }
    .hpa-en + .content .six-container {
        margin-top: 180px;
    }

    a[accesskey*=m] {
        margin-left: -20px !important;
    }
    .hpa-en a[accesskey*=m] {
        position: absolute !important;
    }
}
@media (min-width:768px) and (max-width:1170px) {
    .navbar.six-miHeader .navbar-brand a.page-scroll {
        display: block;
        height: 40px;
        width: 60px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url('../images/logo_min.svg')
    }
    .navbar.six-miHeader .navbar-brand a img.img-responsive {
        display: none;
    }

    /* -----------------------1122-------------------------- */
    .six-mainNavBox .dropdown-menu {
        width: 94%;
        left: 0;
        margin-left: 3%;
    }

    /* -----------------------//1122-------------------------- */
}
@media (min-width:768px) and (max-width:800px) {
    .navbar.six-miHeader .navbar-header > .container .six-functionBox .nav li:nth-child(7) button {
        padding: 0 5px;
    }
}
@media (min-width:1390px) {
    .navbar-default .navbar-nav > li {
        position: relative;
        display: inline-block;        /* width: 16%; */

        /* max-width: 155px; */
        float: none;
    }
}

/*-------tako--color--1104----------*/

/*#148383*/
#content h2.title a.more:hover small {
    color: #148383;
}
.thumbnail h3 {
    background: #2a9a9a;  /* Old browsers */
    background: -moz-linear-gradient(top, #2a9a9a 0%, #219191 38%, #148383 69%, #148383 100%);  /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2a9a9a 0%, #219191 38%, #148383 69%, #148383 100%);  /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2a9a9a 0%, #219191 38%, #148383 69%, #148383 100%);  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hot-box .thumbnail .caption ul li a:hover {
    color: #148383;
}
.six-pollBox > .well > .row h4 > span {
    background-color: #148383;
    color: #FFF;
}

/*#179898*/
ul.pull-right > li > small > a {
    background-color: #179898;
    color: #FFF;
}
.pagination > li > a, .pagination > li > span {
    color: #179898;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #037474;
    border-color: #037474;
}
.pagination > .active > a {
    background-color: #179898;
    border-color: #179898;
}
.text-left, .text-right {
    color: #179898;
}
.pagination.tako-bg > li > a {
    background-color: #179898;
    color: #FFF;
}
.six-tabsBox .nav > li.active > a, .six-mapInfoBox .nav > li.active > a {
    background-color: #179898;
    border-color: #179898;
    color: #FFF;
}
.well form .checkbox label, .six-suggestionBox label:hover {
    color: #179898;
}

/*#037474*/
.pagination.tako-bg > li > a {
    border: 1px solid #037474;
}
.pagination.tako-bg > li > a:hover {
    background-color: #037474;
}

/*#0cb8b8*/
#content h2.title {
    border-bottom: 1px solid #0cb8b8;
}
.btn-default {
    background-color: #0cb8b8;
    border-color: #0cb8b8;
    color: #fff;
}
.btn-default:hover, .btn-default:focus {
    background-color: #0cb8b8;
    border-color: #0cb8b8;
    color: #fff;
}
.hot-box .thumbnail .caption ul li {
    border-bottom: 1px solid #0cb8b8;
}
.hot-box .thumbnail .caption ul li p.date {
    color: #0cb8b8;
}
h2.page-header, .tako-br {
    border-bottom: 1px solid #0cb8b8;
}

/*#128e8e*/
.sidebar h3 {
    background-color: #128e8e;
}
.sidebar ul li ul a {
    background-color: #eafadf;
    color: #128e8e;
}
.btn-default-dark {
    background-color: #128e8e;
    border-color: #128e8e;
    color: #fff;
}
.panel > .panel-heading {
    background-color: #128e8e;
}

/*#afd9d8*/
.sidebar ul li a {
    color: #4d4d4d;
    border: 1px solid #afd9d8;
}
.sidebar ul li ul {
    border-top: 1px solid #afd9d8;
}
.sidebar .nav-tabs.nav-justified {
    border-left: 1px solid #afd9d8;
    border-right: 1px solid #afd9d8;
}
.sidebar .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #afd9d8;
    border-left: 1px solid #afd9d8;
}
.sidebar .nav-tabs.nav-justified > .active > a:hover {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #afd9d8;
}
.panel .nav > li {
    border-bottom: 1px solid #afd9d8;
    background-color: transparent;
}
.panel .nav > li + li {
    border-bottom: 1px solid #afd9d8;
}
.panel-default {
    border: 1px solid #afd9d8;
}
.six-tabsBox .nav > li > a:hover, .six-mapInfoBox .nav > li > a:hover {
    border-color: #afd9d8;
}
.six-tabsBox .nav-tabs {
    border-bottom: 1px solid #afd9d8;
}
.nav-tabs {
    border-bottom: 1px solid #afd9d8;
}
.nav-tabs > li > a {
    border: 1px solid #afd9d8;
}
.six-mapInfoBox .nav-tabs > li.active > a, .six-tabsBox .tab-content {
    border: 1px solid #afd9d8;
}
.six-pollBox > .well hr {
    border-color: #afd9d8;
}

/*-------//tako--color--1104----------*/

/*---------------tako--1109--主結構---------------*/
.container {
    position: relative;
    z-index: 200;
}
.breadcrumb {
    background-color: #c9e9e9 !important;
    line-height: 1.5em;
    margin-bottom: 0;
}
@media(max-width: 769px){
    .breadcrumb {
        margin-left: -14px;
        margin-right: -14px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        overflow: auto;
    }
    .breadcrumb > li {
        display: table-cell;
        line-height: 27px;
        white-space: nowrap;    
    }
    .breadcrumb > li:last-child {
        padding-right: 20px;
    }
}
.pagination.tako-bg > li > a {
    background-color: #179898;
    color: #FFF;
    border: 1px solid #037474;
}
.pagination.tako-bg > li > a:hover {
    background-color: #037474;
}
.nav.nav-pills.nav-stacked > li {
    margin-bottom: 0;
}
.panel-body ul, :not(.nav.nav-pills.nav-stacked) {
    padding-top: 10px;
}
.panel-body ul li {
    margin-bottom: 10px;
}
.table {
    border: 1px solid #afd9d8;
}


/*---------------//tako--1109---------------*/

/*-----左邊菜單導航-----*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #e8f6c1;
    color: #333;
    border-color: #ccc;
    font-weight: 400;
    border-radius: 0;
}
.nav-pills li.open a.dropdown-toggle {
    background-color: #e8f6c1 !important;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0);
    border-radius: 0;
}
.nav a {
    color: #333;
    text-align: center;
}
.fixed-pga > div {
    position: fixed;
    top: 60px;
    width: 21.2%;
    /* transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; */
    max-width: 260px;
    
}
.down > div {
    position: absolute;
    top: auto;
    bottom: 5px;
    width: 22.5%;
}

/*-----20161219 左邊菜單導航-----*/
.six-asideNav {
    margin: 0 -14px;
    position: static;
}
.six-asideNav h3 {
    background: #1e8e8d; /* Old browsers */
    background: -moz-linear-gradient(top, #1e8e8d 0%, #1e8e8d 53%, #4ba5a4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e8e8d 0%, #1e8e8d 53%, #4ba5a4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e8e8d 0%, #1e8e8d 53%, #4ba5a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 10;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}
.six-asideNav h3 > a + i.fa-chevron-circle-down {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    color: #fff;
}

@media (max-width: 990px){
.six-asideNav h3 > a + i.fa-chevron-circle-down {
    display: block;
    z-index: 2000;
}
}
@media (max-width: 990px){
    .six-asideNav > div > h3 + ul {
        display: none;
    }
}

@media (min-width: 990px) and (max-width: 1160px) {
    .six-asideNav > div {
      max-width: 220px;
    }
}
@media (max-width: 769px){
    _::-webkit-:host:not(:root:root),
    .six-asideNav > div {
        padding: 0 !important;
    }
}

.six-asideNav > *:last-child:not(h3) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 30px;
}
@media(max-width: 769px){
    .six-asideNav > *:last-child {
        padding-bottom: 0;
    }
}
.br-radius {
    border-radius: 5px;
}
.six-asideNav h3 a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: .6em 1em;
}
.six-asideNav > div {
    min-width: 211px;
}
.six-asideNav ul {
    padding: 0;
    margin: 0;
    margin-top: -4px;
    list-style: none;
    position: relative;
    overflow-y: auto;
    background-color: #ffffff;
}
.six-asideNav > ul {
    max-height: 440px;
}
.six-asideNav ul li {
    position: relative;
    display: block;
    text-align: center;
    padding: .8em 0;
    color: #333;
    text-decoration: none;
    border: 1px solid #afd9d8;
    border-top: none;
    border-bottom: 1px dashed #afd9d8;
}
.six-asideNav li > a[aria-haspopup] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 8px 5px 0 5px;
    font-size: 1.4em;
    color: #5bd3bb;
}
.six-asideNav ul li:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #afd9d8;
}
.six-asideNav ul li ul {
    border-top: 2px solid #5bd3bb;
    overflow: hidden;
    position: relative;
    display: none;
    width: 100%;
    top: .8em;
    margin: 0;
}

.six-asideNav > div > ul > li > ul {
    border-top: 2px solid #5bd3bb;
    overflow: auto;
    position: relative;
    display: none;
    width: 100%;
    top: .8em;
    margin: 0;
    max-height: 380px;
}



.six-asideNav ul li ul:before {
    width: 96%;
    left: 2%;
    border-radius: 10px;
    height: 5px;
    display: block;
    content: '';
    top: -7px;
    position: absolute;
    box-shadow: 0 0 15px rgba(30, 142, 147, .9);
}
.six-asideNav ul li li {
    border-left: 0;
    border-right: 0;
}
.six-asideNav ul li li:last-child {
    border-bottom:0;
}
/*
.six-asideNav a.selected:after {
    content: " \f13a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #128e8e;
}*/

/*l1 color*/
.six-asideNav ul li.selected, .six-asideNav ul li:hover {
    background-color: #89e6d3;
    color: #333;
    border-bottom-color: #3fc2a7;
}

/*l2 color*/
.six-asideNav ul ul li {
    background-color: #ccf7da;
    color: #333;
}
.six-asideNav ul ul li.selected, .six-asideNav ul ul li:hover {
    background-color: #b1f3c6;
    color: #333;
    border-bottom-color: #86e7a5;
}
.six-asideNav ul ul li a[aria-haspopup] {
    color: #28ae54;
}
.six-asideNav ul li ul li ul {
    border-top: 2px solid #5fcf82;
}

/*l3 color*/
.six-asideNav ul ul ul li {
    background-color: #e6f5c3;
    color: #333;
}
.six-asideNav ul ul ul li.selected, .six-asideNav ul ul ul li:hover {
    background-color: #d4eaa1;
    color: #222;
    border-bottom-color: #c4e082;
}
.six-asideNav ul ul ul li a[aria-haspopup] {
    color: #799722;
}
.six-asideNav ul li ul li ul li ul {
    border-top: 2px solid #b3d464;
}

/*l4 color*/
.six-asideNav ul ul ul ul li {
    background-color: #eee;
    color: #333;
}
.six-asideNav ul ul ul ul li.selected, .six-asideNav ul ul ul ul li:hover {
    background-color: #dedede;
    color: #222;
    border-bottom-color: #ddd;
}
.six-asideNav ul ul ul ul li a[aria-haspopup] {
    color: #bbb;
}
.six-asideNav ul ul li:last-child, .six-asideNav ul ul ul li:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: dashed;
}
.six-asideNav > div > ul > li:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media(max-width: 769px){
    .six-asideNav > div > ul > li:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
.six-asideNav > div > ul > li > ul > li {
    border-bottom-style: dashed !important;
}
.six-asideNav > div > ul > li:last-child > ul > li:last-child {
    border-bottom-style: solid !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.six-asideNav > div > ul > li > ul > li > ul > li {
    border-bottom-style: dashed !important;
}
.six-asideNav > div > ul > li:last-child > ul > li:last-child > ul > li:last-child {
    border-bottom-style: solid !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.six-asideNav > div > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child {
    border-bottom-style: solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.six-asideNav ul li a > i.fa {
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.six-asideNav ul li a.selected >  i.fa {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* color: #329897;    */
}


.six-asideNav ul li a:not([aria-haspopup]) {
    display: block;
    width: 100%;
    padding: 0 22px;
}
/*for safari*/
_::-webkit-:host:not(:root:root),
.six-asideNav h3 ,
.six-asideNav ul {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-container {
    margin-top:90px !important;
    top: 15px !important;
}
@media(max-width: 769px){
    _::-webkit-:host:not(:root:root),
    .six-container {
        margin-top:90px !important;
        top: 0 !important;
    }
}
/* /for safari*/





/*-----//20161111 左邊菜單導航-----*/

/*-----//左邊菜單導航-----*/

/*---------showcase--------*/

.six-showcase {
    background-color: #eee;
}
.six-showcase .container {
    padding: 0 !important;
    height: 160px;
}

/*--------//showcase--------*/

/*-----------topic-----------*/

.six-listBox .six-title {
}
.six-listBox .six-title::before {
    position: absolute;
    content: "\f15c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    background-color: #ee8397;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    left: -20px;
    top: 4px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 24px;
}
.six-title > i {
    text-decoration: inherit;
    background-color: #ee8397;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    font-size: 1em;
    line-height: 24px;
    margin-left: -10px;
}
i.fa-chevron-down {
    color: #fff;
    background-color: #ee8397;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    margin-left: 10px;
}
.six-listBox a.six-articleBtn {
    display: inline-block;
    border: solid 1px #ee8397;
    padding: 0 20px;
    border-radius: 24px;
}
.six-listBox a.six-articleBtn:hover {
    background-color: #ee8397;
    color: #fff;
}
.six-listBox ul.six-listTypeA {
    padding-left: 20px;
}

/*-----------//topic-----------*/

/*----文章底部資訊-----*/
.six-pageFootBox {
    margin-bottom: 15px;
}
.six-pageFootBox > .six-inner {
    padding: 3px 0;
    border-bottom: 1px solid #0cb8b8;
}
.six-pageFootBox > .six-inner > div > * {
    display: inline-block;
    color: #333;
}
.six-pageFootBox > .six-inner > div > * span {
    display: inline-block;
    color: #128e8e;
}
.six-pageFootBox > .six-inner > div > *:not(:first-child), .six-pageFootBox > .six-inner > div > *.six-date > span:nth-child(2) {
    padding-left: 8px;
}

/*----//文章底部資訊-----*/
.six-pagination {
    margin-bottom: 15px;
}
.six-pagination .pagination {
    padding: 0;
    margin: 0;
}

/*-------------無障礙用--1117----------------*/
a[accesskey*=u] {
    position: relative;
    top: 0;
    background-color: transparent;
    padding: 0 !important;
}
a[accesskey*=u]:hover {
    background-color: transparent !important;
}
a[accesskey*=m] {
    position: relative !important;    /* float: left; */

    /* top: 10px; */
    left: -10px;
    margin-left: -10px;
    color: rgba(255, 255, 255, 0.2);
    display: inline;
    padding: 0;
}
a[accesskey*=m]:hover {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.2);
}
.hpa-en a[accesskey*=m] {
    top: -15px; 
}

.hpa-en.six-miHeader a[accesskey*=m] {
    top: -20px; 
}   

a[accesskey*=c] {
    /* position: absolute; */
    /* top: -30px; */
    color: #ccc;
}
a[accesskey*=c]:hover {
    color: #ccc;
    background-color: transparent !important;
}

/*-------------//無障礙用--1117----------------*/
#go_newweb {
    z-index: 9999;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('../images/newweb.png');
    background-size: cover;
}
#go_newweb > a {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.col {
    background-color: red;
    border-radius: 30px;
    width: 24px;
    height: 24px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    border: solid 2px #fff;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.col:hover {
    background-color: #ab0606;
}

.go-print {
    display: none;
}
@media(max-width: 769px){
    .go-print {
        display: none !important;
    }
}
.app_qrc {
    width: 100px;
    height: auto;
}


/************1226 Safari**************/

_::-webkit-:host:not(:root:root),
header.navbar ,
header.navbar .navbar-header ,
header.navbar .navbar-header > .container {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .container .navbar-brand {
    padding: 12px !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .container .navbar-brand a {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .container .six-functionBox ,
header.navbar .navbar-header .container .six-functionBox .nav {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .container .six-functionBox .nav li button {
    padding-top: 3px !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .container .six-functionBox .nav li button * {
    padding-top: 0;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .six-searchBox ,
header.navbar .navbar-header .six-searchBox .well ,
header.navbar .navbar-header .six-searchBox .well .container ,
header.navbar .navbar-header .six-searchBox .well .container .form-inline .input-group ,
header.navbar .navbar-header .six-searchBox .well .container .form-inline .input-group span {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .six-searchBox .well .container .form-inline {
    padding: 8px 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .six-searchBox .well .container .form-inline button{
    padding: 6px !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-header .six-searchBox .well .container .form-inline button * {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-header > .container {
    padding: 0 !important;
    height: 0px !important;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-header > .container .navbar-brand {
    padding: 0 !important;
    height: 52px !important;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-header > .container .navbar-brand a {
    padding: 3px !important;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-header > .container .navbar-brand a img {
    width: 100%;
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-header > .container .six-functionBox {
    padding: 0 !important;
    height: auto;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-header > .container .six-functionBox .nav {
    padding: 0 !important;
    margin: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-header > .container .six-functionBox .nav li:nth-child(7) button {
    height: 52px;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-collapse {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar.six-miHeader .navbar-collapse .six-mainNavBox .navbar-nav > li > a {
    padding: 16px !important;
}

_::-webkit-:host:not(:root:root),
header.navbar .navbar-collapse .six-mainNavBox {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-collapse .six-mainNavBox .navbar-nav {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-collapse .six-mainNavBox .navbar-nav > li {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-collapse .six-mainNavBox .navbar-nav > li > a {
    padding: 12px 15px !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-collapse .six-mainNavBox .navbar-nav li .dropdown-menu {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
header.navbar .navbar-collapse .six-mainNavBox .navbar-nav li .dropdown-menu .container{
    padding-top: 0 !important;
}

_::-webkit-:host:not(:root:root),
.breadcrumb * {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-container {
    padding: 0 !important;
    margin-top: 110px !important;
}
_::-webkit-:host:not(:root:root),
.six-container .container-fluid > .container > .row {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-asideNav {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-asideNav ul li {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-pageHeaderBox > div > h2{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-printShareBox {
    top: -20px !important;
}
_::-webkit-:host:not(:root:root),
.six-printShareBox button {
    padding-top: 3px !important;
}
_::-webkit-:host:not(:root:root),
.six-printShareBox button i {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-printShareBox small {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-printShareBox small a {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-printShareBox small a i ,
.six-printShareBox small a img {
    padding: 0 !important;
}
_::-webkit-:host:not(:root:root),
section.six-pageHeaderBox * {
    padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
section > .six-title * {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-pagination div:fisrt-child ul.pagination li a {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border: 1px solid #f00;
}
_::-webkit-:host:not(:root:root),
.six-pagination div + div ul.pagination li a {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

_::-webkit-:host:not(:root:root),
footer#six-footer {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu > .container,
footer#six-footer .six-footMenu > .container-fluid{
  padding-top: 15px !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu > .container > .row,
footer#six-footer .six-footMenu > .container-fluid > .row{
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu strong {
  padding-top: 5px !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu strong a {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu > .container > .row > li ,
footer#six-footer .six-footMenu > .container-fluid > .row > li {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu > .container > .row > li ul ,
footer#six-footer .six-footMenu > .container-fluid > .row > li ul {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu > .container > .row > li ul li ,
footer#six-footer .six-footMenu > .container-fluid > .row > li ul li {
  padding-top: 3px !important;
}
_::-webkit-:host:not(:root:root),
footer#six-footer .six-footMenu > .container > .row > li ul li a ,
footer#six-footer .six-footMenu > .container-fluid > .row > li ul li a {
  padding-top: 3px !important;
}
_::-webkit-:host:not(:root:root),
.six-copyright ,
.six-copyright > .container ,
.six-copyright > .container > .row ,
.six-copyright > .container > .row > div {
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-copyright > .container {
  padding-top: 30px !important;
}
_::-webkit-:host:not(:root:root),
.six-copyright .badge {
  padding-top: 3px !important;
}
_::-webkit-:host:not(:root:root),
.six-copyright .nav ,
.six-copyright .nav li  ,
.six-copyright .nav li a{
  padding-top: 0 !important;
}
_::-webkit-:host:not(:root:root),
.six-gotoTop {
  padding-bottom: 0 !important;
  top: -50px !important;
}
_::-webkit-:host:not(:root:root),
.six-gotoTop a {
  padding-top: 0 !important;
}


@media (max-width:769px){
  _::-webkit-:host:not(:root:root),
  html ,
  body ,
  header * {
    padding-top: 0 !important;
  }
  _::-webkit-:host:not(:root:root),
  .navbar-brand  {
    height: 57px;
    padding-top: 0 !important;
  }
  _::-webkit-:host:not(:root:root),
  .navbar-brand a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  _::-webkit-:host:not(:root:root),
  .navbar-brand a img{
    padding: 5px !important;
  }
  _::-webkit-:host:not(:root:root),
  .six-container {
    margin-top: 0 !important;
  }
  _::-webkit-:host:not(:root:root),
  .six-mainNavBox ul.navbar-nav li li a{
    padding-top: 7px !important;
  }
  _::-webkit-:host:not(:root:root),
  .six-searchBox form.form-inline {
    margin-left: 10px !important;
  }
}
/*/1226 Safari*/


@media screen and (max-device-width: 480px) {
    header { 
    border:1px solid #f00;
    }
}

.panel-title {
    font-size: 1em;
}

.six-functionBox li a.btn.btn-primary {
    color: #fff;
    background-color: #179898;
    border-color: #028282;    
    padding: 1px 4px;
    color: #fff;
    font-size: 0.8em;
}

.six-functionBox li a.btn.btn-primary:hover {
    color: #fff;
    background-color: #0d8e8e;
    border-color: #028282;    
}

a.btn.btn-primary {
    color: #fff !important;
}
.btn_rss {
    display:inline-block;
    font-size:16px;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #abeb94;
    /* padding:9px 18px; */
    width: 45%;
    margin-left: 4%;
    margin-top: 15px;
    font-size: 1em;
    text-align: center;
    padding:8px 0; 
    display: inline-block;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e8ffea 100% );
    background:-ms-linear-gradient( top, #f9f9f9 5%, #e8ffea 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e8ffea');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e8ffea) );
    background-color:#f9f9f9;
    color:#2fad05;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}.btn_rss:hover {
    background:-moz-linear-gradient( center top, #e8ffea 5%, #f9f9f9 100% );
    background:-ms-linear-gradient( top, #e8ffea 5%, #f9f9f9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8ffea', endColorstr='#f9f9f9');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e8ffea), color-stop(100%, #f9f9f9) );
    background-color:#e8ffea;
}.btn_rss:active {
    position:relative;
    top:1px;
}

@media (max-width: 780px) {
    .btn_rss {
        width: 100%;
        margin-left: 0;
    }
}

/*----------------無障礙三大區塊---0302---1. 上方功能區塊、2. 中央內容區塊、3.下方功能區塊。--------------*/
a.sr-only {
    background: #2b358c;
    color: #fff;
    float: left;
}

.sr-only {
    position: absolute;
    width: .063rem;
    height: .063rem;
    padding: 0;
    margin: -.063rem;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}


/*---------------//-無障礙三大區塊---0302---1. 上方功能區塊、2. 中央內容區塊、3.下方功能區塊。--------------*/


/*----------沒js時主菜單用------------*/

.nav.navbar-nav > li > a:focus + div {
    display: block;
}

/*--------//--沒js時主菜單用------------*/

/* *:focus {
        outline: #115050 solid 1px !important;
} */


h1.navbar-brand {
    margin: 0;
}
.none {
    display: none !important;
}
.focus_man {
    left: 0 !important;
    width: 100% !important;
}
.focus_man li {
    display: inline-block;
    float: left;
    min-height: 160px;
}

.focus_li_4 > li:nth-child(n+5) {
    display: none;
}
.focus_li_5 > li:nth-child(n+6) {
    display: none;
}
.focus_li_6 > li:nth-child(n+7) {
    display: none;
}
.focus_li_7 > li:nth-child(n+8) {
    display: none;
}
.focus_li_8 > li:nth-child(n+9) {
    display: none;
}
.focus_li_9 > li:nth-child(n+10) {
    display: none;
}
.focus_li_10 > li:nth-child(n+11) {
    display: none;
}
.focus_li_11 > li:nth-child(n+12) {
    display: none;
}
.focus_li_12 > li:nth-child(n+13) {
    display: none;
}
.focus_li_13 > li:nth-child(n+14) {
    display: none;
}
.focus_li_14 > li:nth-child(n+15) {
    display: none;
}
.focus_li_15 > li:nth-child(n+16) {
    display: none;
}
.focus_li_16 > li:nth-child(n+17) {
    display: none;
}
.focus_li_17 > li:nth-child(n+18) {
    display: none;
}
.focus_li_18 > li:nth-child(n+19) {
    display: none;
}
.focus_li_19 > li:nth-child(n+20) {
    display: none;
}
.focus_li_20 > li:nth-child(n+21) {
    display: none;
}






/* #collapseSearchBox:target {
    display: block;
    position: relative;
    z-index: 999;
} */
.closeSearchBox {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 4px;
    top: auto;
}
.clo_me {
    display: none;
}
/* #collapseSearchBox:target ~ .clo_me {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: default;
} */



.navbar .navbar-header .six-functionBox ul.nav li:first-child > a {
    position: relative;
    top: 0;
    background-color: transparent;
    padding: 0 !important;
}

ul.nav.nav-pills > li:first-child {
    display: block !important;
}
#u {
    color: #1c8b8b !important;
}

#flexisel-1 *:focus {
    /* border: solid 2px red; */
    display: block;
}
#flexisel-2 *:focus {
    /* border: solid 2px red; */
    display: block;
}

.six-home-videoiAndItem *:focus {
    display: block;    
}
.btn.nobg {
	color: #888 !important;
    background-color: transparent !important;
    border: none !important;
    padding: 3px 0 !important;
}