@charset "UTF-8";
/* CSS Document */
/* media用法  https://getbootstrap.com/docs/4.0/layout/overview/  */
/* 選色工具  https://mdn.mozillademos.org/zh-TW/docs/Web/CSS/CSS_Colors/Color_picker_tool$samples/ColorPicker_Tool?revision=964485  */


.top_line_slogan_pc {
    color: #966D1A;
    font-size: 18px;
    font-weight: 400;
}

.top_line_slogan_phone {
    color: #966D1A;
    font-size: 10px;
    font-weight: 400;
}


.footer_line_slogan {
        font-size:28px;
    }

@media (max-width: 640px) {	
    .footer_line_slogan {
        font-size:16px;
    }
}

@media (min-width: 1201px) {
    #indexpage {
        display: inline-block;
    }
}

@media (max-width: 1200px) {
    #indexpage {
        display: none;
    }
}

@media (min-width: 601px) {
    .pw-pc {
        display: block;
    }
    .pw-mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .pw-pc {
        display: none;
    }
    .pw-mobile {
        display: block;
    }
}

@media (max-width: 540px) {
    .index_img_big {
        display: none;
    }

    .index_img_small {
        display: none;
    }

    .index_img_ss {
        display: block;
    }
}

@media (min-width: 540.01px) and  (max-width: 980px) {    
    .index_img_big {
        display:none;
    }

    .index_img_small {
        display:block;
    }

    .index_img_ss {
        display:none;
    }
}

@media (min-width: 980.01px) {    
    .index_img_big {
        display:block;
    }

    .index_img_small {
        display:none;
    }

    .index_img_ss {
        display:none;
    }
}


/* carousel block */
/* Make the image fully responsive */
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

/*for ie10 、 ie11*/
/*https://ithelp.ithome.com.tw/articles/10196809*/
/*https://blogs.msdn.microsoft.com/msdntaiwan/2016/03/08/modern-compatibility-five-steps/*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    .carousel-caption {
        top: 60%;
    }
}
/*原設定 992,991改 768,767*/
@media (min-width: 768px) {
  .carousel-inner img {
      width: 100%;
  }
}
@media (max-width: 767px) {
    .carousel-caption {
        top: 25%;
    }
}


@media (max-width: 640px) {
    .carousel_block {
        background-color: rgba(50, 96, 111, 0.5);
        margin: auto;
        width: 90%;
        padding: 10px;
        margin-top: 165px; /*手機輪播口號*/
    }

    .carousel_block_title {
        font-size: 15px;
        font-weight: bold;
        margin: 10px 0;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .carousel_block {
        background-color: rgba(50, 96, 111, 0.5);
        margin: auto;
        width: 85%;
        padding: 10px;
    }

    .carousel_block_title {
        font-size: 17px;
        font-weight: bold;
        margin: 10px 0;
    }
}

@media (min-width: 1024px) {
    .carousel_block {
        background-color: rgba(50, 96, 111, 0.5);
        margin: auto;
        width: 600px;
        padding: 10px;
    }

    .carousel_block_title {
        font-size: 26px;
        font-weight: bold;
        margin: 10px 0;
    }
}


@media (min-width: 992px) {/*992*/
    /*上方選單高度*/
    header.sticky #logo_home h1{
	    margin:0 0 10px 0;
	    padding:0;
        height: 60px !important;
    }

     /* 下滑時選單下移*/
    .sticky .main-menu {
        padding-top: 10px;
    }

    /* 下滑時子選單下移 */
    .sticky .main-menu ul ul, .main-menu ul li .menu-wrapper {
        margin-top: 30px; 
    }

/*    .carousel_block {
        background-color: rgba(43, 139, 151, 0.6);
        margin: auto;
        width: 50%;
        padding: 10px;
    }*/
}
/* 螢幕寬小於991px選單顯示，有漢堡圖出現時選單 */

     #hide-img{
        display:block;
    }

     .top_line_slogan_pc {
         display:block;
     }

     .top_line_slogan_phone {
         display:none;
     }

@media (max-width: 991px) {/*991*/
    /*上方選單高度*/
    header.sticky #logo_home h1{
	    margin:0 0 10px 0;
	    padding:0;
    }

    /*標題文字*/
     .top_line_slogan_pc {
         display:none;
     }

     .top_line_slogan_phone {
         display:block;
     }

    /*改小logo*/
    #logo_home h1 {
        height: 40px !important;
    }

/*    .carousel_block {
        background-color: rgba(43, 139, 151, 0.6);
        margin: auto;
        width: 90%;
        padding: 10px;
    }*/

    #AppstwCarousel {
        margin-top: -10px;
    }
    /* 首頁最新消息圖片隱藏*/
/*    #hide-img{
        display:none;
    }*/

    /* 手機選單背景*/
    .main-menu {
        background-image: url("../img/bg/menu_bg1.png?04");
        background-repeat: no-repeat;
        display: block;
        overflow-x: hidden;
        overflow-y: hidden;
        background-size: 100% auto;
        background-color: #fff;
        background-position: center bottom;
    }

        .main-menu > ul > li:hover > a {
            color: blue;            
        }

        .main-menu > ul > li.current > a {
            color: #966D1A !important;
            text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
        }
}

@media (max-width: 991px) {/*991*/
    .carousel-inner{
      width:100%;
      max-height: 460px !important;
    }

    /*手機選單文字大小*/
    .main-menu ul li a {
        font-size: 23px;
        display: block;
        line-height: 30px; /*每個選單高度*/
        padding: 10px;
        letter-spacing: 5px;
    }

    .main-menu > ul > li.current > a {
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 4px;
    }
}


/* 螢幕寬大於992px,768px選單顯示 */
@media (min-width: 992px) {/*992*/
    .main-menu {
        width: auto;
        float: right;
        left: auto;
        right: 0;
        /*margin-top: -6px;*/ /*整排選單上移*/
    }
        /* 桌機螢幕 選單靠右,增加float:right;left:auto;right:0; */

        .main-menu > ul > li > a {
            padding-top: 5px;
            padding-bottom: 10px;
            border-radius: 3px;
        }


        .main-menu > ul > li:hover > a {
            color: white;
            background-color: #fff;
        }

        .main-menu > ul > li.current > a {
            color: #966D1A !important;
            background-color: #fff;
            text-shadow: -2px 2px 4px #D4BC69;
            /*text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);*/
            /*text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);*/
        }
}


/* 螢幕寬大於992px選單顯示 */

@media (min-width: 992px) {/*992*/
    a.animated_link.active:before, a.animated_link:before {
        width: 100%;
        height: 4px;
        bottom: 0px; /*文字與底線的距離*/
        opacity: 1;
        left: 0;
        background-color: #966D1A;
        content: "";
    }

    a.animated_link {
        position: relative;
        text-decoration: none;
    }

        a.animated_link:before {
            position: absolute;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
        }

        a.animated_link:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
        }

        a.animated_link.active {
            position: relative;
            text-decoration: none;
            color: #966D1A;
        }

            a.animated_link.active:before {
                position: absolute;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }
}

/* 背景底圖 https://coolbackgrounds.io/ */
.index-marketing-section {
  background: url("../img/bg/bg-c01.png?1") center center no-repeat local;
  background-size: cover;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}
    /* #FFFFFF白; #000000黑*/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.box_style_1 h4 a {
    color:#C8A063;
}

.feature i {
    padding-top: 3px;
    padding-left:3px;
}

.li_link a {
    color: #966D1A;
}

.li_link a:hover {
    color:#E72410;
}

.feature_home i {
    padding-top: 5px;
    padding-left:3px;
}

/* 區塊背景顏色 */
.bg_color_1 {
    background-color:  #f3f3f3;
}

/*選單文字大小(桌機.手機都要改)*/
.main-menu ul li a {
    font-size: 1.3em;
}

.main-menu ul ul li a {
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ededed;
    display: block;
}
/*子選單字大小*/

/* 頁首line link */

.line_link {
    color: white;
}

    .line_link:hover {
        color: #E75967;
    }

    .line_link_gray,
    .line_link:after,
    .line_link:before {
        color: #5E5E5E;
    }

        .line_link_gray:hover {
            color: #E75967;
        }

.mail_link,
.mail_link:after,
.mail_link:before {
    color: #E75967;
}

.mail_link:hover {
    color: black;
}

.link_white,
.link_white:after,
.link_white:before {
    color: white !important;   
}

/* 表單填寫 */

.form-control {
    font-size: 1em;
    color: #333;
    height: 40px;
    border-radius: 3px;
}

input:focus { 
    outline: none !important;
    border-color: #00518E !important;
    box-shadow: 0 0 10px #00518E !important;
}
textarea:focus { 
    outline: none !important;
    border-color: #00518E !important;
    box-shadow: 0 0 10px #00518E !important;
}
/* footer */

.yellowtail { /* footer公司名 */
    font-family: 'Yellowtail','Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei';
    font-size: 1.6em;
}

.footer_title { /* footer公司名 */
    font-family: 'Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', '細明體', 'MingLiU', '標楷體', 'DFKai-sb';
    font-size: 1.4em;
}

footer#pattern_appstw {
    /*background: #2a2a2a url(../img/pattern.png?2) repeat 0 0;*/
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(../img/bg/footer_bg.jpg?01);
    /*background-color: rgba(41,80,41,0.8);*/
    background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom;
}

footer ul li a {
    font-size: 1.1em;
}

footer ul li a:focus {
    color: #fff;
}

.footer-links ul > li {
    padding: 13px 0;
    border-bottom: 1px solid #bababa;
    line-height: 24px;
}

.footer-links li {
    padding-bottom: 7px;
}

.footer_company {
    display: block;
    position: relative;
    color: #fdf7ac;
    font-size: 15px;
    margin: 5px 0;
}

.footer_company:hover {
    color: #fff;
}

.footer_company:focus {
    color: #fdf7ac;
}

.widget-links ul li:before, .widget-links ul li:before {
                content: "\e898";
	            font-style: normal;
	            font-weight: normal;
	            font-family: "fontello";
                color: #FAFAFA;
                padding-right: 5px;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

.widget-links ul li {
            font-size: 14px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 400;
            padding-bottom:8px;
        }

.contact-us {
            font-size: 14px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 400;
            padding-bottom:2px;
}


/**/
.box_grid1 {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

/* #FFFFFF白; #000000黑*/
 .box_grid1 .wrapper a {
        color: #00518E !important;
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        outline: none;
    }

 .box_grid1 .wrapper a:hover,
 .box_grid1 .wrapper a:focus {
        color: #E72410 !important;
    }

    .box_grid1 .wrapper {
        padding-top: 25px;
        padding-left:25px;
        padding-right:25px;
        padding-bottom:5px;
    }

        .box_grid1 .wrapper h3 {              
            font-size: 20px;
            font-size: 1.25rem;
            margin-top: 0;
        }

            .box_grid1 .wrapper p {
            font-size: 1.05em;
        }

    .box_grid1 ul {
        padding: 20px 15px;
        border-top: 1px solid #ededed;
    }

        .box_grid1 ul li {
            display: inline-block;
            margin-right: 15px;
            font-size:1.1em;
        }

            .box_grid1 ul li .score {
                margin-top: -10px;
            }

            .box_grid1 ul li:last-child {
                margin-right: 0;
                float: right;
            }


/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/bg/index_service.jpg?1);
  overflow-x: hidden;
  overflow-y: hidden;
  background-size: auto 100%;
  background-position :center bottom;
  background-repeat: no-repeat;
  padding: 165px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #E72410;
  border: 2px solid #E72410;
}


/* section-block-parallax Section
--------------------------------*/
#section-block-parallax {
  background: linear-gradient(rgba(41, 80, 41, 0.8), rgba(41, 80, 41, 0.9)), url(../img/bg/certification.jpg?1) fixed center center;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 70px;
  padding-bottom: 70px;
}

#section-block-parallax .cta-title {
  color: #fff;
  font-size: 24px;
}

#section-block-parallax .cta-text {
  color: #fff;
}


#section-block-parallax .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#section-block-parallax .cta-btn:hover {
  background: #E75967;
  border: 2px solid #E75967;
}

/*Image-properties*/
.semi-rounded {
    border-radius: 3px !important;
}

.rounded-border {
    border-radius: 5px !important;
}

.extra-rounded-border {
    border-radius: 10px !important;
}

.extra-rounded {
    border-radius: 50px !important;
}

.circled-border {
    border-radius: 50% !important;
}

.no-rounded {
    border-radius: 0px !important;
}
/* Shadows */

.shadow-black {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.shadow-black {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

@media (max-width: 767px) {
    .shadow-black {
        margin-bottom: 15px;
    }
}

.shadow-primary {
    box-shadow: 0 20px 30px rgba(0,0,0,.2);
}

@media (max-width: 767px) {
    .shadow-primary {
        margin-bottom: 15px;
    }
}

.shadow-light {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

@media (max-width: 767px) {
    .shadow-light {
        margin-bottom: 15px;
    }
}

.shadow-extra-light {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

@media (max-width: 767px) {
    .shadow-extra-light {
        margin-bottom: 15px;
    }
}

/*Headings*/

.section-heading {
    position: relative;
    margin-bottom: 10px;
}

    .section-heading h2 {
        position: relative;
        font-size: 40px;
        font-weight: 600;
        color: #222;
        line-height: 130%;
        margin-bottom: 10px;
        margin-top: 5px;
    }

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

.section-heading h3 {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    color: #222;
}

@media (max-width: 767px) {
    .section-heading h3 {
        font-size: 30px;
    }
}

.section-heading h4 {
    position: relative;
    font-size: 30px;
    font-weight: 400;
    color: #222;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .section-heading h4 {
        font-size: 30px;
    }
}

.section-heading h5 {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .section-heading h5 {
        font-size: 23px;
    }
}

.section-heading h6 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #222;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.section-heading p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 2;
    padding-top: 15px;
    margin-bottom: 0px;
}

.section-heading-p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 2;
    padding-top: 20px;
    margin-bottom: 0px;
}


.section-heading small {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #46bfe2;
    padding-bottom: 5px;
}

.large-heading h3 {
    position: relative;
    font-size: 39px;
    font-weight: 700;
    color: #222;
    line-height: 140%;
    margin-bottom: 15px;
}

.large-heading h4 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #222;
    line-height: 140%;
    margin-bottom: 15px;
}

.large-heading h5 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 130%;
    margin-bottom: 15px;
}

.large-heading small {
    font-size: 14px;
    font-weight: 700;
    color: #46bfe2;
    line-height: 250%;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.section-heading-line {
    content: '';
    display: block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #00518E;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-heading-line-white {
    content: '';
    display: block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #fff;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-left .section-heading-line {
    content: '';
    display: inline-block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #00518E;
    margin-top: 0px;
    margin-bottom: 0px;
}

.text-right .section-heading-line {
    text-align: right;
    content: '';
    display: inline-block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #00518E;
    margin-top: 10px;
    margin-bottom: 0px;
}

.line-thin {
    height: 4px !important;
}

.line-extra-thin {
    height: 3px !important;
}

.line-wide {
    width: 130px !important;
}

/* list */
.primary-list {
    padding-left: 0px;
}

    .primary-list li {
        list-style-type: none;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-top: 15px;
    }

        .primary-list li i {
            color: #00518E;
            font-size: 18px;
            padding-right: 10px;
            transform: translateY(2px);
        }


/* new table */
.news_table {
    border: 3px solid #966D1A;
    padding: 30px 30px;
    margin-top: 40px;
}

.news_link,
.news_link:after,
.news_link:before {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.news_link:hover {
    color: black;
}

.news_table .row {
    border-bottom: 2px solid #eee;
    padding: 10px;
    letter-spacing: 1px;
}

.news_day {
    font-family: 'Lobster', cursive;
    font-size: 18px;
    color: #2B8B97;
    line-height: 2;
}

@media (max-width: 991px) {
    .news_day {
        text-align:left;
    }
}

.news_table .row:nth-child(odd) {
    background-color: transparent;
}




/* index news */
.index_news_table {
    padding: 30px 30px;
}

.index_news_table .row:nth-child(odd) {
    background-color: #f6f6f6;
}

.index_news_table .row {
    border-bottom: 2px solid #eee;
    padding: 10px;
    letter-spacing: 1px;
}


/* index Sections Header
--------------------------------*/

.section-header1 h3 {
  font-size: 28px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  z-index:3;
}

.index_about_bg {
    background: url("../img/bg/bg-a01.png?1") center center no-repeat local;
    background-size: cover;    
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
    color: #966D1A !important;
    border-color: #966D1A !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #966D1A !important;
        border-color: #966D1A !important;
    }

.content-p p {
    font-size: 18px;
    color: #333;
    line-height: 2;
    padding-top: 15px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

#product_title {
    font-size: 24px;
    color: #966D1A;
}

/* add */ 
/***** Block 2 *****/

.block-2-container {
	padding-top: 50px;
}

.block-2-box {
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: left;
}

.block-2-box.block-2-media { padding-bottom: 15px; }

.block-2-img-container {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.block-2-img-container .img-container-line {
	position: absolute;
	width: 180px;
	height: 1px;
	background: #fff;
	-ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
}
.section-container-gray .block-2-img-container .img-container-line { background: #f8f8f8; }

.block-2-img-container img { -moz-border-radius: 40px 40px 40px 40px; -webkit-border-radius: 40px 40px 40px 40px; border-radius: 40px 40px 40px 40px; }

.block-2-box .video-box {
	max-width: 540px;
	margin: 0 auto;
}

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-container-gray { 
  background: #f8f8f8;
}


/* index Sections Header
--------------------------------*/
.section-header2 h3 {
    font-size: 28px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    z-index: 3;
}

.title_bg {
    background: url("../img/bg/title_bg.png?02") center center no-repeat local;
    background-size: contain;
}

.page_bg {
    background-image: url("../img/bg/bg.jpg?01");
    background-repeat: no-repeat;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    background-size: 100% auto;
    background-color: #FCFCFC;
    background-position: center bottom;
}

.news_link1,
.news_link1:after,
.news_link1:before {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    color: white;
    border-bottom: 2px solid #80C343;
}

.news_link1:hover {
    color: #80C343;
}

/*網頁最下方的logo效果*/
img.logo {
    border: 6px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), 0 0 15px rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    transition: transform 0.3s ease;
}


