@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');

body {
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', 'sans-serif', 'Microsoft JhengHei' !important;
}
img {
    display: block;
    margin: auto;
}
a{
    color: #fff;
    text-decoration:none;
}
p a {
    color: #E03F19;
    text-decoration:none;
}

/*nav*/
.navbar {
    width: 100%;
    background-color: #282828;
    margin-bottom: 15px;
    min-height: 48px;
    position: fixed;
    z-index: 1;
    margin-top: 4px;
}
.brand {
    display: inline-block;
    padding: 10px 0;
    line-height: 24px;
    color: #777;
    font-weight: bold;
    text-decoration: none;
    transition: color .3s;
}
.brand:hover,
.brand:focus {
    color: skyblue;
}
.navbar-menu {
    float: right;
    margin-right: 20px;

}
.navbar-menu > li {
    display: inline-block;
    position: relative;
}
.navbar-menu > li > a {
    display: block;
    line-height: 48px;
    margin-left: 20px;
    text-decoration: none;
    transition: color .3s;
    text-align: center;
}
.navbar-menu > li:nth-child():after {
    content: "";
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    width: 2px;
    height: 14px;
    background: #fff;
}
.navbar-menu > li:nth-child() {
    display: none;
}
.navbar-menu > li:nth-child():after {
    display: none;
}

.navbar-menu > li> a >img {
    max-width: 20px;
    display: inline;
}
/*.navbar-menu > li > a:hover,
.navbar-menu > li > a:focus {
    color: #ff4d69;
}*/
.navbar-menu > li > a {
	color: #ffffff;
}
.navbar-menu > li > a:hover {
    color: #E03F19;
}
.navbar-menu > li > a.active {
	color: #E03F19;
}

.button-toggle {
    float: right;
    display: none;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    transition: color .3s;
    border: 1px solid #ccc;
}
/*nav end*/
.edition {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 30%;
    max-width: 100px;
}
.fw-600 {
    font-weight: bold;
}
.articleimg_text {
    font-size: 85%;
    color: #999;
}
.c-red {
    color: #E03F19;
}
.fs-l {
    font-size: 200%;
}
.titleimg {
    display: block;
    margin: auto;
    /* width: 80%; */
    max-width: 800px;
    max-height: 70vh;
    min-width: 320px;
    /* padding-bottom: 30px; */
}

.container{
  max-width: 1200px !important;
}

.container100 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.container90 {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.container85 {
    width: 85%;
    max-width: 1000px;
    margin: auto;
}

.container p{
  letter-spacing: 1.2px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0px;
  text-align: justify;
  color: #777777;
}

.contentarea {
    height: 70vh;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}
.logo {
  height: 36px;
}
.logo img {
    width: 80px;
    padding-top: 3px;
}
.ntitle a{
    position: fixed;
    font-size: 18px;
    color: #fff;
    text-align: right;
    line-height: 1.2;
    z-index: 99;
    top:0px;
    right:0px;
    text-decoration:none;
    background-color: rgba(194, 37, 62, 0.35);
    height: 34px;
    padding: 14px 20px 0px 20px;
}

.stock a{
    background-color: #ffecec;
    padding: 8px 12px;
    margin-right: 10px;
        /*border:2px #ccc solid;*/
    border-radius:8px;
    text-decoration:none;
    color: #000000;
    white-space:nowrap;
    line-height: 3;
    }

.ps {
    background: #f6f6f6;
    font-size: 18px;
    letter-spacing: 1.07px;
    color: #E03F19;
    padding: 20px 48px;
    border: #E03F19 4px double;
    line-height: 2;
    text-align: left;
}

.intro {
    background: #f6f6f6;
    font-size: 18px;
    letter-spacing: 1.07px;
    color: #E03F19;
    padding: 20px 48px;
    border-left: #E03F19 4px solid;
    line-height: 2;
}

.intro_2 {
    font-size: 20px;
    letter-spacing: 1.07px;
    color: #E03F19;
    padding: 20px 48px;
    border-left: #E03F19 4px solid;
    line-height: 2;
}

.quote {
    font-size: 20px;
    letter-spacing: 1.07px;
    color: #777777;
    padding: 20px 0;
    line-height: 2;
}

.quote_2 {
    background-image: url(../images/quote_bg.svg);
    background-size: 100%;
    padding: 20px;
}

.quote_by {
    font-size: 14px;
    letter-spacing: 1.07px;
    color: #777777;
    margin: 0 !important;
    width: 100% !important;
}

.quote_img {
  width:30px !important;
  padding:0px !important;
  margin-bottom: 20px;
}

.quote_inner{
  padding: 20px;
  background-color: #ffffff;
  width: 100% !important;
  color: #E03F19 !important;
}

.btn {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 23px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-top:0;
    margin-bottom: 60px !important;
    text-align: center;
}

.btn-primary {
  background-color: #E03F19 !important;
  border-color: #E03F19 !important;
}

.btn-primary:hover {
  background-color: #c13616 !important;
  border-color: #c13616 !important;
}

.btn-secondary {
  background-color: #2ac1d0 !important;
  border-color: #2ac1d0 !important;
}

.btn-secondary:hover {
  background-color: #14aebb !important;
  border-color: #14aebb !important;
}

.btn-yellow {
  background-color: #fba61b !important;
  border-color: #fba61b !important;
}

.btn-yellow:hover {
  background-color: #e09502 !important;
  border-color: #e09502 !important;
  color: #ffffff !important;
}

progress {
    /* Positioning */
    position: fixed;
    left: 0;
    top: 0;
    /* Dimensions */
    width: 100%;
    height: 4px;
    /* Reset the apperance */

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Get rid of the default border in Firefox/Opera. */

    border: none;
    /* For Firefox/IE10+ */
    background-color: #000000;
    /*background-color: transparent;*/
    /* For IE10+, color of the progress bar */

    color: #860a0e;
    z-index: 10;
}
progress::-webkit-progress-bar {
    background-color: transparent;
}
.flat::-webkit-progress-value {
    background-color: #E03F19;
}
.flat::-moz-progress-bar {
    background-color: #E03F19;
}
.single::-webkit-progress-value {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent, red);
}
.single::-moz-progress-bar {
    background-color: transparent;
    background-image: -moz-linear-gradient(left, transparent, red);
}
.multiple::-webkit-progress-value {
    background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -webkit-linear-gradient(left, green, red);
}
.multiple::-moz-progress-bar {
    background-image: -moz-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -moz-linear-gradient(left, green, red);
}
.progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: .25em;
    display: block;
}
.progress-bar {
    background-color: red;
    width: 50%;
    display: block;
    height: inherit;
}
/* section {
    margin: 0 auto;
    width: 100%;
    padding: .35em 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
} */

.first-section {
  margin-top: 56px;
}

.bg-dark{
  background-color: : #1F282D;
}

/*clearfix  start*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/*clearfix  end*/

.bgtitle_1 {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bgtitle {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-0 h2 {
    width: 100%;
    font-size: 54px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-1 h2 {
    width: 100%;
    font-size: 54px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-2 h2 {
    width: 85%;
    font-size: 52px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-3 h2 {
    width: 85%;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-4 h2 {
    width: 85%;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-5 h2 {
    width: 85%;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-6 h2 {
    width: 85%;
    font-size: 55px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.bg-5 p {
    width: 100%;
    font-size: 18px;
    color: #4f4f4f;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    text-align: center;
    padding-top: 40px
}
.scrolling img {
    width: 90%;
    padding: 20px 48px
}
.articleimg {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}
.articleimg_s {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.fw-600{
    font-weight: bold;
}

/* footer {
    position: relative;
    width: 100%;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #999999;
    padding: 30px 0px;
    letter-spacing: 1px;
    padding: 0px 0px 40px 0px;
} */
.footer {
    background: #383838;
    font-size: 16px;
    letter-spacing: 1.07px;
    color: #ffffff;
    padding: 16px;
    margin: auto;
    line-height: 1.6;
    text-align: center;
}

.footer-bottom {
    background: #282828;
    font-size: 16px;
    letter-spacing: 1.07px;
    color: #ffffff;
    padding: 16px;
    margin: auto;
    line-height: 1.6;
    text-align: center;
}


@media screen and (min-width: 1920px) {
    /*.logo img{
        width: 146px;
    }*/
}

@media screen and (min-width: 1024px) {
    /*footer li {
        float: left;
        footer li {
    margin: auto;
}
    }*/
}

/*gotop、fb、line */

.icon {
    position: fixed;
    left: 0;
    bottom: 122px;
    width: 50px;
    height: 155px; /*v.2 為了有區隔的高度修改*/
    z-index: 99;
    -webkit-transition: width 0.5s, height 0s;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, height 0s;
}

.right-icon {
    position: fixed;
    right: 15px;
    bottom: -20px;
    width: 100px;
    z-index: 99;
    -webkit-transition: width 0.5s, height 0s;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, height 0s;
}

/*.icon li {
    margin: 0;
}*/
.fb_icon {
    background-color: #395791;
}
.fb_icon > a {
    height: 50px;
    display: block;
    background-image: url(../images/theme/icon-fb.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.comment_icon > .count,
.fb_icon > .count {
    display: none;
}

.comment_icon.has-count > .count,
.fb_icon.has-count > .count {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
}

.comment_icon.has-count > .count::before,
.fb_icon.has-count > .count::before {
    content: '';
    border-top: 1px solid #FFF;
    width: 60%;
    height: 1px;
    display: block;
    margin: auto;
    position: relative;
    top: -10px;
}
.comment_icon {
    background-color: #F0AD4E;
}
.comment_icon > a {
    height: 50px;
    display: block;
    background-image: url(../images/theme/icon-comments.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.line_icon {
    background-color: #4fb331;
}

.gotop {
    background-color: #c9caca;
    margin-top: 5px; /*v.2 為了有區隔的高度修改*/
}

@media screen and (min-width: 601px) {
    .fb_icon:hover,
    .line_icon:hover,
    .comment_icon:hover,
    .gotop:hover {
        width: 55px;
    }
}

@media screen and (max-width: 600px) {
    .navbar-menu {
        float: none;
        display: none;

    }
    .navbar-menu.active {
        display: block;
        /* margin-top: 36px; */

    }
    .navbar-menu > li {
        display: block;
    }
    .navbar-menu > li > a {
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    }
    .navbar-menu > li:nth-child(3)> a {
        border-bottom: none;
    }
    .navbar-menu > li:nth-child(1):after,
    .navbar-menu > li:nth-child(2):after {
        display: none;
    }
    /* .navbar-menu > li:nth-child(1)> a {
        padding-left: 26px;
    } */
    .button-toggle {
        display: inline-block;
        margin-right: 10px;
    }
    .bgtitle_1{
        top:60%;
    }
    .titleimg{
        padding-top: 0;
    }

    .edition {
        max-width: 60px;
    }
    .logo img {
        padding-top: 5px;
    }
    .bg-0 h2 {
        width: 100%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-1 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-2 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-3 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-4 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-5 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-6 h2 {
        width: 90%;
        font-size: 34px;
        color: #fff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.2;
    }
    .bg-5 p {
        width: 100%;
        font-size: 18px;
        color: #4f4f4f;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        line-height: 1.6;
        text-align: center;
        padding-top: 40px
    }
    .ps {
        background: #f6f6f6;
        font-size: 18px;
        letter-spacing: 1.07px;
        color: #E03F19;
        padding: 20px;
        border: #E03F19 4px double;
        line-height: 2;
        text-align: left;
    }
    .intro {
        background: #f6f6f6;
        font-size: 18px;
        letter-spacing: 1.07px;
        color: #E03F19;
        padding: 20px;
        border-left: #E03F19 4px solid;
        line-height: 2;
        text-align: justify;
    }

    .intro_2 {
        padding: 20px 0px 20px 20px;
    }

    .icon {
        width: 100%;
        height: 50px;
        bottom: 0;
        background-color: #eee;
        margin: 0px;
    }
    .icon li {
        width: 25%;
        float: left;
    }
    .gotop{
        margin-top:0;/*v.2 為了有區隔的高度修改*/
    }

    .fb_icon:hover,.line_icon:hover,.gotop:hover {
        opacity: 0.5;
    }
    .contentarea {
    height: 50vh;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    }
    footer {
        padding-bottom: 60px;
    }
    .footer-bottom {
      margin-bottom: 60px;
    }
    .articleimg {
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }
    .articleimg_s {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .comment_icon > a,
    .fb_icon > a {
        flex: 1;
    }

    .comment_icon.has-count,
    .fb_icon.has-count {
        display: flex;
    }
    .comment_icon.has-count > .count,
    .fb_icon.has-count > .count {
        flex: 1;
        line-height: 50px;
        padding: 0;
    }

    .comment_icon.has-count > .count::before,
    .fb_icon.has-count > .count::before {
        content: '';
        border-left: 1px solid #FFF;
        border-top: 0;
        height: 20px;
        width: 1px;
        display: block;
        position: absolute;
        top: 17px;
    }

    .right-icon {
        position: fixed;
        right: 0;
        bottom: 30px;
        width: 100px;
        z-index: 99;
        -webkit-transition: width 0.5s, height 0s;
        /* For Safari 3.1 to 6.0 */
        transition: width 0.5s, height 0s;
    }

}

@media screen and (width: 1920px) {
.titleimg{
   max-width: 900px;
    }
}
/*gotop、fb、line  end*/

.upheight {
    min-height: 48px;
}
.upheight.activeh {
    min-height: 300px;
}


.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
/*Reading position indicator*/

/*RWD Youtube 以及 Vimeo*/

.video-container{
position:relative;
padding-bottom:56.25%;
padding-top:30px;height:0;
overflow:hidden;

}

.video-container iframe,.video-container object,.video-container embed{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
/* peggyh*/

.scrolling .author{
  padding: 0px;
  font-size: 14px;
}

.card{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 12px;
}

a:hover{
  text-decoration: none !important;
  color: #C13616 !important;
}

.hightlight{
  background-color: rgba(42, 193, 208,0.1);
}

.ad{
  background-color: #f2f2f2;
}

.caption{
  font-size: 12px !important;
  text-align: center !important;
}
