@charset "UTF-8";
/* CSS Document */
/* media用法  https://getbootstrap.com/docs/4.0/layout/overview/  */
/* 選色工具RGBA Hex  https://www.hexcolortool.com/ */


/*.phone_menu {
		display: none;
}
@media (max-width: 1000px) {	
	.phone_menu {
		display: block;
	}
}*/

.footer_line_slogan {
    font-family: 'Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', '細明體', 'MingLiU', '標楷體', 'DFKai-sb';
    font-size:2.3em;
    color: #ECD5B2;
    padding-top: 10px;
    padding-bottom: 20px;
}

#top_links {
    font-size:1.4em;
}


/* 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%;
    }
}

@media (min-width: 1366px) {
  .carousel-inner img {
      width: 100%;
  }
}

.carousel_block_title {    
    margin: 10px 0;
}

    /*background-color: rgba(34,103,103,0.8);*/
    /*background-color: rgba(13,97,135,0.8);*/
    /*background-color: rgba(3,133,125,0.7);*/
    /*background-color: rgba(44,166,224,1);*/

@media (max-width: 540px) {
    .carousel_block {
        background-color: rgba(50, 96, 111, 0.5);
        margin: auto;
        width: 90%;
        padding: 10px;
        font-size: 14px;
        margin-top: 130px;
    }
}

@media (min-width: 541px) and  (max-width: 1023px) {
    .carousel_block {
        background-color: rgba(50, 96, 111, 0.5);
        margin: auto;
        width: 85%;
        padding: 10px;
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .carousel_block {
        background-color: rgba(50, 96, 111, 0.5);
        margin: auto;
        width: 600px;
        padding: 10px;
        font-size: 26px;
    }
}


@media (max-width: 991px) {
    .carousel-inner{
      width:100%;
      max-height: 460px !important;
    }

    .carousel-caption {
        top: 50%;
    }
}

    .carousel-1 .item p {
        font-size: 20px;
        color: #222;
        letter-spacing: 1px;
        padding: .8rem 2rem 1.5rem;
        line-height: 2;
    }

@media (min-width: 768px) {
    #cat_nav_space {
        padding-top: 70px;
    }
}


/*手機版字型縮小*/
@media (max-width: 640px) {	
	#top_links {
        font-size:1.2em;
	}

    .footer_line_slogan {
        font-size:1.6em;
    }

    .carousel-1 .item p {
        font-size: 16px;
        color: #222;
        letter-spacing: 1px;
        padding: .8rem 1.2rem 1.2rem; /*padding:上 左右 下;*/
        line-height: 1;
    }
}

@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;
    }
}



/* 背景底圖 https://coolbackgrounds.io/ */
.index-marketing-section {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), url(../img/bg/bg-r06.png?01) left;
    background-repeat: no-repeat;
    background-size: cover;
}

.marketing_bg {    
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), url(../img/bg/bg-r06.png?01) left;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    /*color: #ECD5B2;*/
    color: #BB925F;
    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;
    }

.card-header h4 a:hover {
	color: #DA363A !important;
}

.box_style_1 h3 a {
    color:#fff;
}

.feature i {
    padding-top: 3px;
    padding-left:3px;
}

.feature h3 span {
    color: #ECD5B2;
}

.feature p {
    font-size: 1.05em;
}

.li_link a:hover {
    color:#ECD5B2;
}

.feature_home i {
    padding-top: 5px;
    padding-left:3px;
}

.feature_home h3 span {
	font-size: 20px;
    color: #ECD5B2;
}

/* 區塊背景顏色 */
.bg_color_1 {
    background-color:  #f3f3f3;
}

/*選單文字大小(桌機.手機都要改)*/
.main-menu ul li a {
    font-size: 1.2em;
}

.main-menu ul ul li a {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ededed;
    display: block;
}
/*子選單字大小*/

/* 頁首line link */

.line_link {
    color: white;
}

    .line_link:hover {
        color: #ECD5B2;
    }

    .line_link_gray,
    .line_link:after,
    .line_link:before {
        color: #5E5E5E;
    }

        .line_link_gray:hover {
            color: #DA363A;
        }

.mail_link,
.mail_link:after,
.mail_link:before {
    color: #ECD5B2;
}

.mail_link:hover {
    color: black;
 }

.black_link,
.black_link:after,
.black_link:before {
    color: #333;
}

.black_link:hover {
    color: #ECD5B2;
 }

/* 表單填寫 */

.form-control {
    font-size: 1em;
    color: #333;
    height: 40px;
    border-radius: 3px;
}

/* 字型 */

.yellowtail { 
    font-family: 'Yellowtail','Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei';
    }

.Source-Sans-Pro { 
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei';
}

.Montserrat {
    font-family: 'Montserrat','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei', '新細明體', 'PMingLiU', '細明體', 'MingLiU', '標楷體', 'DFKai-sb';
}

 /* footer底圖 */
/*footer#pattern_appstw {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(../img/bg/pattern-footer-03.png?02);
    background-color: rgba(54, 180, 154, 1);
    background-repeat: no-repeat;
    background-position: bottom right;
}*/

footer#pattern_appstw {
    background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.65)), url(../img/bg/footer_bg.jpg?3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

footer ul li a {
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', 'Microsoft JhengHei';
    font-size: 15px;
}

footer ul li a:focus {
    color: #fff;
}

.footer-links ul > li {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 24px;
}

.footer-links li {
    padding-bottom: 7px;
}

.footer-links h3 {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif, '微軟正黑體', 'Microsoft JhengHei';
    letter-spacing: 1px; 
}

.footer_company {
    display: block;
    position: relative;
    color: #ECD5B2;
    font-size: 15px;
    margin: 5px 0;
}

.footer_company:hover {
    color: #fff;
}

.footer_company:focus {
    color: #ECD5B2;
}

/**/
.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 a:hover, a:focus {
        color: #000000;
    }

    .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;
            color: #36B49A;            
        }

            .box_grid1 .wrapper p a {
            color: #36B49A;            
        }

            
            .box_grid1 .wrapper p a:hover {
            color: #BFA67A;            
        }

    .box_grid1 ul {
        padding: 20px 150px;
        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;
            }


/*
owl-carousel
=========================== */
/* Styling Pagination*/
.carousel-2 .owl-dots .owl-dot.active span,
.carousel-2 .owl-dots .owl-dot:hover span {
  background-color: #ECD5B2!important;
}

.carousel-2 .owl-dots .owl-dot span {
    background-color: #bbbbbb!important;
    width: 50px;
    height: 5px;
}

.carousel-2 .owl-dots .owl-dot:hover span {
  background-color: #ECD5B2!important;
}


/* Book */
.carousel-1 .owl-dots .owl-dot.active span {
  background-color: #ECD5B2!important;
}

.carousel-1 .owl-dots .owl-dot span {
    background-color: #bbbbbb!important;
    width: 50px;
    height: 5px;
}

.carousel-1 .owl-dots {
  padding-top: 50px;
  width: 100%;
  position: absolute;
  z-index: 3;
}

    .carousel-1 .item {
    text-align: center;
}

    .carousel-1 .item img {
        width: 110px;
        height: 110px;
        border-radius: 100%;
        margin: 20px 0;
        display: inline-block;
    }



        .carousel-1 .item p:before {
            display: inline-block;
            content: '“';
            padding: 0 2px;
        }

        .carousel-1 .item p:after {
            display: inline-block;
            content: '”';
            padding: 0 6px;
        }

    .carousel-1 .item h3 {
        font-size: 17px;
        color: #ECD5B2;
        letter-spacing: 0;
        display: inline-block;
        margin-bottom: 10px;
    }

        .carousel-1 .item h3:before {
            display: inline-block;
            content: '';
            width: 20px;
            height: 1px;
            border-bottom: 1px solid #d8d8d8;
            background-color: #d8d8d8;
            vertical-align: middle;
            margin: 0 10px;
            margin-left: -10px;
        }


/* 螢幕寬大於992px選單顯示 */

@media (min-width: 992px) {
    .main-menu {
        width: auto;
        float: right;
        left: auto;
        right: 0;
    }
    /* 桌機螢幕 選單靠右,增加float:right;left:auto;right:0; */

    a.animated_link.active:before, a.animated_link:before {
        width: 100%;
        height: 3px;
        bottom: 10px; /*文字與底線的距離*/
        opacity: 1;
        left: 0;
        background-color: #32606F;
        content: "";
    }

    a.animated_link {
        position: relative;
        text-decoration: none;
    }

    /*a.animated_link:hover {
        color: #DA363A;
    }*/

        a.animated_link:before {
            position: absolute;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -moz-transition: all .8s ease;
            -o-transition: all .8s ease;
            -webkit-transition: all .8s ease;
            -ms-transition: all .8s ease;
            transition: all .8s ease;
        }

        a.animated_link:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        a.animated_link.active {
            position: relative;
            text-decoration: none;
            color: #FF9818;
        }

            a.animated_link.active:before {
                position: absolute;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }
}
/*手機選單顏色*/

 #hide-img{
    display:block;
}

@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_home h1 {
        height: 40px !important;
    }

    .carousel_block {
        background-color: rgba(39, 83, 39, 0.6);
        margin: auto;
        width: 90%;
        padding: 10px;
    }

    #AppstwCarousel {
        margin-top: -10px;
    }
    /* 首頁最新消息圖片隱藏*/
    #hide-img{
        display:none;
    }

    /* 手機選單背景*/
    .main-menu {
        background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../img/bg/menu_bg.jpg?1");
        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: #fff !important;
            background-color: #32606F;
        }

        .main-menu > ul > li.current > a {
            color: #ECD5B2 !important;
            background-color: #32606F;
        }

        /*子選單移動的顏色*/
        .main-menu > ul > li > ul > li:hover > a {
            color: #DA363A !important;        
        }
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg/index_faq.jpg?1);
    background-attachment: local; /*local 圖片固定不動; fixed 圖片會滾動*/
    background-position: center center;
    background-size: cover;
    padding: 120px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#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: #ECD5B2;
  border: 2px solid #ECD5B2;
}


/* index Sections Header
--------------------------------*/

.section-header1 h3 {
    font-size: 24px;
    color: #111;
    text-transform: uppercase;
    text-align: right; /* left */
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.section-header1 h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ddd;
  bottom: 1px;
}

    .section-header1 h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 170px;
        height: 6px;
        background: #32606F;
        bottom: 0;
        right: 0px; /* left: 0px */
        border-radius: 3px;
    }

.section-header-elegant h3 {
    font-size: 24px;
    color: #32606F;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    position: relative;
    padding: 20px 25px 20px 0;
    margin: 0;
    border-right: 4px solid #32606F;
    background: linear-gradient(90deg, transparent 0%, rgba(231, 76, 60, 0.05) 100%);
}

    .section-header-elegant h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 2px;
        background: #32606F;
        bottom: 8px;
        right: 25px;
        border-radius: 1px;
    }
/*6主題有6個字*/
.section-header-elegant1 h3 {
    font-size: 24px;
    color: #32606F;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    position: relative;
    padding: 20px 25px 20px 0;
    margin: 0;
    border-right: 4px solid #32606F;
    background: linear-gradient(90deg, transparent 0%, rgba(231, 76, 60, 0.05) 100%);
}

    .section-header-elegant1 h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 167px;
        height: 2px;
        background: #32606F;
        bottom: 8px;
        right: 25px;
        border-radius: 1px;
    }

/**/
.ok_box h3 {
	font-size: 18px;
	text-align: left;
	line-height: 22px;
	margin-bottom: 10px;
}

.ok_box p {
	font-size: 16px;
	text-align: left;
    letter-spacing: 1px; 
}

.ok_box {
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}

.ok_box:before {
    content: "\ee1c";
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 30px;
	position: absolute;
	color: #ECD5B2;
	top: 5px;
	left: 0;
}


/* 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;
    }
}

/*List1下拉選單背景*/
ul.list_1_order {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 30px;
}

ul.list_1_order li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

ul.list_1_order li span {
	color: #ECD5B2;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 24px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

/* 圖片放大*/
.img_container1 {  
/*沒設定這個會跑出外面*/
	position: relative;
	overflow: hidden;
}

.img_container1 a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-backface-visibility: hidden;
}

.img_container1 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-backface-visibility: hidden;
}

#socials ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

#socials ul li {
	display: table-cell;
	/*width: 10%;*/
	vertical-align: middle;
	text-align: right;
	/*padding: 0 10px 20px 10px;*/
	/*white-space: nowrap;*/
}

#socials ul li:last-child {
	margin-right: 0;
}

#socials ul li i {
	font-size: 36px;
	display: block;
}


/* new table */
.news_table {
    padding: 30px 30px;
    margin-top: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #32606F;
}

.news_link,
.news_link:after,
.news_link:before {
    font-size: 17px;
    line-height: 2;
    color: #444;
}

.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: #BFA67A;
    line-height: 2;
}

@media (max-width: 991px) {
    .news_day {
        text-align:left;
    }
}

.news_table .row:nth-child(odd) {
    background-color: transparent;
}

#header_bg
{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

/*============================================================================================*/
/* PRODUCT TABS STYLES */
/*============================================================================================*/

.product-info-tabs{
	margin-bottom:45px;
}

.prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:inline-block;
	font-size:17px;
	color:#1c1c1c;
	text-transform:uppercase;
	font-weight:500;
	padding:10px 25px;
	line-height:24px;
	background:#ffffff;
	border:2px solid transparent;
	border-bottom:none;
	letter-spacing:1px;
	border-radius:3px 3px 0px 0px;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
	top:2px;
	color:#36B49A;
	border-color:#36B49A;
}

.prod-tabs .tabs-container{
	position:relative;
	color:#5a5a5a;
	background:#ffffff;
	border:2px solid #36B49A;	
}

.prod-tabs .tabs-container .tab{
	position:relative;
	padding:30px 30px;
	display:none;
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6{
	margin-bottom:15px;	
}

.prod-tabs .tabs-container .tab h3{
	font-size:16px;
	font-weight:500;
	color:#1c1c1c;
	margin-bottom:10px;
}

.prod-tabs .tabs-container .tab h4{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#333333;
	margin-bottom:15px;
}

.prod-tabs .reviews-container{
	position:relative;	
}

.prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:100px;
	min-height:100px;
}

.prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	background:#ffffff;
	border-radius:3px;
}

.prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;
	border-radius:3px;	
}

.prod-tabs .reviews-container .rev-content{
	position:relative;
	padding:15px 15px 0 15px;
	border:1px solid #ededed;
	background:#ffffff;	
}

.prod-tabs .reviews-container .rating{
	color:#ff9c01;
	font-size:13px;
}

.prod-tabs .reviews-container .rating .fa{
	margin-right:1px;	
}

.prod-tabs .reviews-container .rev-info{
	font-size:12px;
	font-style:italic;
	color:#999;
	margin-bottom:10px;
}

.prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.prod-tabs .add-review .rating{
	margin-top:12px;
}

.prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:5px;
	font-size:13px;
	color:#999;	
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active{
	color:#ffa500;	
}

.prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:13px;
	margin-bottom:5px;
	font-weight:400;
	color:#555;	
}

.prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}


#hotnews {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), url(../img/bg/high_tech.jpg?2);
  background-attachment: local;/*local 圖片固定不動; fixed 圖片會滾動*/  
  background-repeat: no-repeat;
  background-position: bottom left;
  /*background-position: center center;*/
  /*background-size: cover;*/
  /*padding: 120px 0;*/
}

#news_bg {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../img/bg/news_bg1.png?2);
  background-attachment: local;/*local 圖片固定不動; fixed 圖片會滾動*/  
  background-repeat: no-repeat;
  background-position: top right;
  /*background-position: center center;*/
  /*background-size: cover;*/
  /*padding: 120px 0;*/
}

#honor_bg {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/bg/honor_bg1.png?1);
  background-attachment: local;/*local 圖片固定不動; fixed 圖片會滾動*/  
  background-repeat: no-repeat;
  background-position: bottom left;
  /*background-position: center center;*/
  /*background-size: cover;*/
  /*padding: 120px 0;*/
}

#index_honor_bg {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9)), url(../img/index/honor_bg.jpg?1);
  background-attachment: local;/*local 圖片固定不動; fixed 圖片會滾動*/  
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  /*padding: 120px 0;*/
}

@media (min-width: 601px) {
    .pw-pc {
        display: block;
    }
    .pw-mobile {
        display: none;
    }
}

@media (max-width: 600px) {
    .pw-pc {
        display: none;
    }

    .pw-mobile {
        display: block;
    }
}


.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:7px;
        }

.contact-us {
            font-size: 15px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 400;
             padding-bottom:2px;
             color: whitesmoke;
}

.page_bg {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)), url(../img/bg/bg.jpg?1);
    background-repeat: no-repeat;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    background-size: 100% auto;
    background-color: #fff;
    background-position: center bottom;
}




